[gitg] Released version 0.0.3



commit 73414814796edfeb35a62e722b07a0ef0a3c17e4
Author: Jesse van den Kieboom <jesse icecrew nl>
Date:   Thu Apr 23 23:19:39 2009 +0200

    Released version 0.0.3
---
 NEWS         |   15 +++++++++++++++
 README       |    8 ++++----
 configure.ac |    2 +-
 3 files changed, 20 insertions(+), 5 deletions(-)

diff --git a/NEWS b/NEWS
index 5d5f820..819f38d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+= gitg 0.0.3 =
+Version 0.0.3 was released on 2009-04-23
+
+== Features ==
+  * Show state of stash, unstaged and staged changes as virtual commits at the
+    top of the history
+  * Preference to not collapse inactive lanes at all
+  * Drag and drop to stage/unstage files
+
+== Bug fixes ==
+  * Crasher bug on staging files from the context menu
+  * Crasher bug on setting visibility of files in the revision details view
+  * Resolving and showing tag objects correctly
+  * Keep correct branch on reload
+
 = gitg 0.0.2 =
 Version 0.0.2 was released on 2009-04-05.
 
diff --git a/README b/README
index ff074da..f37cfd2 100644
--- a/README
+++ b/README
@@ -3,19 +3,19 @@ gitg is a GitX clone for GNOME/gtk+. It aims at being a small, fast and
 convenient tool to visualize git history and actions that benefit from a
 graphical presentation.
 
-The latest version of gitg is 0.0.2.
+The latest version of gitg is 0.0.3.
 
 Website:  http://trac.novowork.com/gitg
 Bugs:     http://bugzilla.gnome.org/browse.cgi?product=gitg
 Download: http://trac.novowork.com/gitg/Download
 
 = Installing gitg =
-To install the latest version of gitg, make sure to download gitg-0.0.2.tar.bz2
+To install the latest version of gitg, make sure to download gitg-0.0.3.tar.bz2
 from the download site. After downloading the following procedure installs 
 gitg:
 
-	$ tar -xjf gitg-0.0.2.tar.bz2
-	$ cd gitg-0.0.2
+	$ tar -xjf gitg-0.0.3.tar.bz2
+	$ cd gitg-0.0.3
 	$ ./configure
 	$ make
 	$ sudo make install
diff --git a/configure.ac b/configure.ac
index ff83168..df70942 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.59)
 
 m4_define(gitg_major_version, 0)
 m4_define(gitg_minor_version, 0)
-m4_define(gitg_micro_version, 2)
+m4_define(gitg_micro_version, 3)
 m4_define(gitg_version, gitg_major_version.gitg_minor_version.gitg_micro_version)
 
 AC_INIT(gitg, gitg_version, http://www.icecrew.nl)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]