[gitg/gitg-0-2] Release 0.2.6



commit afb7c105adbbf9f67edf50f44173eaff8ec1809f
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Thu Mar 28 12:34:09 2013 +0100

    Release 0.2.6

 NEWS         |    8 ++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7decaa2..bbfe04e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+= gitg 0.2.6 =
+Version 0.2.6 was released on 2013-03-28
+
+== Bug fixes ==
+  * build: Don't tie -Wall -Werror to maintainer mode
+  * Add missing includes for newer gtksourceview
+  * g_thread_init is deprecated in glib 2.31
+
 = gitg 0.2.5 =
 Version 0.2.5 was released on 2011-09-01
 
diff --git a/README b/README
index f2b7353..7c1b433 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.5.
+The latest version of gitg is 0.2.6.
 
 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.1.2.tar.bz2
 from the download site. After downloading the following procedure installs
 gitg:
 
-       $ tar Jxf gitg-0.2.5.tar.xz
-       $ cd gitg-0.2.5
+       $ tar Jxf gitg-0.2.6.tar.xz
+       $ cd gitg-0.2.6
        $ ./configure
        $ make
        $ sudo make install
diff --git a/configure.ac b/configure.ac
index 9b998d9..e80d51a 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, 5)
+m4_define(gitg_micro_version, 6)
 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]