Re: [Java-gnome-developer] java-gnome 4.0.11 released
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2009-05-01 13:59:47
|
On Fri, 2009-05-01 at 08:45 -0400, Jacek Furmankiewicz wrote: > Is there a list of all the exact bug fixes that went in? The best source of information is, of course, the logs in the DVCS system. A good starting point is always $ cd ~/src/java-gnome/mainline $ bzr status r tag:v4.0.10 with details from, say $ bzr diff -r tag:v4.0.10.. and of course the commit messages care of $ bzr log -r tag:v4.0.10..tag:v4.0.11 Much more fun to look at is $ bzr viz assuming you've got bzr-gtk installed, which is a good idea. AfC Sydney |