[gitg/gtk3] Release 0.2.3



commit 35561e062933c423d62cb956965bad1106543ed7
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Thu Jul 21 15:39:53 2011 +0200

    Release 0.2.3

 NEWS         |   17 +++++++++++++++++
 README       |    6 +++---
 configure.ac |    4 ++--
 3 files changed, 22 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 44d235d..2def5df 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+= gitg 0.2.3 =
+Version 0.2.3 was released on 2011-07-21
+
+== Features ==
+  * Use ustar format for distcheck
+
+== Bug fixes ==
+  * Use GLADE_CATALOG_DIR instead of GLADE_CATALOGDIR
+  * Fix spinner in repository dialog
+  * No longer use Gtk[HV]Box as it is deprecated
+  * Fix repository dialog
+  * Remove and reattach model while loading repository
+  * Fix ENABLE_DEBUG use in Makefile.am
+  * Fix --disable-debug
+
+== Features ==
+
 = gitg 0.2.2 =
 Version 0.2.2 was released on 2011-03-27
 
diff --git a/README b/README
index df39a0f..56417c6 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.2.
+The latest version of gitg is 0.2.3.
 
 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.2.tar.bz2
-	$ cd gitg-0.2.2
+	$ tar Jxf gitg-0.2.3.tar.bz2
+	$ cd gitg-0.2.3
 	$ ./configure
 	$ make
 	$ sudo make install
diff --git a/configure.ac b/configure.ac
index db5ca94..3edc641 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, 2)
+m4_define(gitg_micro_version, 3)
 m4_define(gitg_version, gitg_major_version.gitg_minor_version.gitg_micro_version)
 
 AC_INIT([gitg],
@@ -56,7 +56,7 @@ AC_CHECK_LIB([m], [sinf])
 
 GLIB_REQUIRED_VERSION=2.26
 GTK_REQUIRED_VERSION=3.0.0
-GTKSOURCEVIEW_REQUIRED_VERSION=2.91.8
+GTKSOURCEVIEW_REQUIRED_VERSION=3.0.0
 
 PKG_CHECK_MODULES(GITG, [
 	gtk+-3.0 >= $GTK_REQUIRED_VERSION



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