[gitg] Release version 0.1.2
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg] Release version 0.1.2
- Date: Sun, 27 Mar 2011 14:11:40 +0000 (UTC)
commit 1382593955c3dcd5c394daba05620670ca5559cd
Author: Jesse van den Kieboom <jesse vandenkieboom epfl ch>
Date: Sun Mar 27 16:06:53 2011 +0200
Release version 0.1.2
NEWS | 6 ++++++
README | 6 +++---
configure.ac | 2 +-
3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index a954633..0890824 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+= gitg 0.1.2 =
+Version 0.1.2 was released on 2011-03-27
+
+== Bug fixes ==
+ * Compatibility with gtk+ < 2.24
+
= gitg 0.1.1 =
Version 0.1.1 was released on 2011-03-27
diff --git a/README b/README
index bc7761e..c68aef4 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.1.1.
+The latest version of gitg is 0.1.2.
Website: http://trac.novowork.com/gitg
Bugs: http://bugzilla.gnome.org/browse.cgi?product=gitg
@@ -11,11 +11,11 @@ Download: http://download.gnome.org/sources/gitg/
Mailing list: http://mail.gnome.org/mailman/listinfo/gitg-list
= Installing gitg =
-To install the latest version of gitg, make sure to download gitg-0.1.1.tar.bz2
+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 -xjf gitg-0.1.1.tar.bz2
+ $ tar -xjf gitg-0.1.2.tar.bz2
$ cd gitg-0.1.0
$ ./configure
$ make
diff --git a/configure.ac b/configure.ac
index 0981dc5..ffc58fd 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, 1)
-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]