[gitg] Release 0.2.4
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg] Release 0.2.4
- Date: Mon, 25 Jul 2011 21:30:26 +0000 (UTC)
commit 48f745c3f15e6459047042d470785fb23e54655d
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Mon Jul 25 23:31:06 2011 +0200
Release 0.2.4
NEWS | 18 ++++++++++++++++++
README | 6 +++---
configure.ac | 2 +-
3 files changed, 22 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 980497b..7971a8a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+= gitg 0.2.4 =
+Version 0.2.4 was released on 2011-07-25
+
+== Features ==
+ * Blame mode
+ * Show avatars
+ * Added shortcut for Commit
+ * Unstage/stage with double click
+ * Add a Delete File menu item to the unstage menu
+
+== Bug fixes ==
+ * Fix diff line renderer sizing issues
+ * Do not show null in Author of Commiter labels
+ * Fix possible NULL deref
+ * Fix race condition in the line parser
+ * Fix path rendering offset issue
+ * Fix build on OpenBSD
+
= gitg 0.2.3 =
Version 0.2.3 was released on 2011-07-21
diff --git a/README b/README
index c7cb468..3649005 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.3.
+The latest version of gitg is 0.2.4.
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.3.tar.bz2
- $ cd gitg-0.2.3
+ $ tar Jxf gitg-0.2.4.tar.bz2
+ $ cd gitg-0.2.4
$ ./configure
$ make
$ sudo make install
diff --git a/configure.ac b/configure.ac
index 80ad860..992a3fb 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, 3)
+m4_define(gitg_micro_version, 4)
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]