[gitg/gtk3] Release 0.2.2



commit 3ca1e40d341159413c4d45d5a3d5090daae75dea
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sun Mar 27 17:59:13 2011 +0200

    Release 0.2.2

 NEWS         |    9 +++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index c705bc3..44d235d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+= gitg 0.2.2 =
+Version 0.2.2 was released on 2011-03-27
+
+== Features ==
+  * Added glade catalog file
+
+== Bug fixes ==
+  * Disable auto-utf8 for repository loading
+
 = gitg 0.2.1 =
 Version 0.2.1 was released on 2011-03-25
 
diff --git a/README b/README
index d106406..df39a0f 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ 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.2.1.
+The latest version of gitg is 0.2.2.
 
 Website:      http://trac.novowork.com/gitg
 Bugs:         http://bugzilla.gnome.org/browse.cgi?product=gitg
@@ -15,8 +15,8 @@ To install the latest version of gitg, make sure to download gitg-0.0.6.tar.bz2
 from the download site. After downloading the following procedure installs
 gitg:
 
-	$ tar -xjf gitg-0.2.1.tar.bz2
-	$ cd gitg-0.2.1
+	$ tar -xjf gitg-0.2.2.tar.bz2
+	$ cd gitg-0.2.2
 	$ ./configure
 	$ make
 	$ sudo make install
diff --git a/configure.ac b/configure.ac
index 8bb46c0..510005f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ([2.64])
 
 m4_define(gitg_major_version, 0)
 m4_define(gitg_minor_version, 2)
-m4_define(gitg_micro_version, 1)
+m4_define(gitg_micro_version, 2)
 m4_define(gitg_version, gitg_major_version.gitg_minor_version.gitg_micro_version)
 
 AC_INIT([gitg],



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