[gitg/gtk3] Release 0.2.0
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg/gtk3] Release 0.2.0
- Date: Sat, 26 Feb 2011 09:32:14 +0000 (UTC)
commit 0b14e3f76b37d35b591cf2e104f18255ce2695a4
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Sat Feb 26 10:31:31 2011 +0100
Release 0.2.0
NEWS | 6 ++++++
README | 6 +++---
configure.ac | 2 +-
3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 04504d1..1ae34c2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+= gitg 0.2.0 =
+Version 0.2.0 was released on 2011-02-26
+
+== Features ==
+ * Port gitg to gtk+ 3
+
= gitg 0.1.0 =
Version 0.1.0 was released on 2011-01-13
diff --git a/README b/README
index 9b79af3..a77cb42 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.0.
+The latest version of gitg is 0.2.0.
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.1.0.tar.bz2
- $ cd gitg-0.1.0
+ $ tar -xjf gitg-0.2.0.tar.bz2
+ $ cd gitg-0.2.0
$ ./configure
$ make
$ sudo make install
diff --git a/configure.ac b/configure.ac
index 7c9d7e7..2cff5b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
m4_define(gitg_major_version, 0)
-m4_define(gitg_minor_version, 1)
+m4_define(gitg_minor_version, 2)
m4_define(gitg_micro_version, 0)
m4_define(gitg_version, gitg_major_version.gitg_minor_version.gitg_micro_version)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]