[gitg] Release 0.2.5
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg] Release 0.2.5
- Date: Thu, 1 Sep 2011 18:58:52 +0000 (UTC)
commit ec565bca91bbf90e7869653b510df652c4c09972
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Thu Sep 1 20:58:39 2011 +0200
Release 0.2.5
NEWS | 26 ++++++++++++++++++++++++++
README | 6 +++---
configure.ac | 2 +-
3 files changed, 30 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7971a8a..7decaa2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+= gitg 0.2.5 =
+Version 0.2.5 was released on 2011-09-01
+
+== Features ==
+ * Allow redirection of stderr to stdout in shell/runner/io
+ * Added debugging of runner commands
+ * Better argument parsing (pass first argument to git log)
+ * Run commit-msg hook when commiting
+ * Improved format patch name mimicking git
+ * Added pre-commit and post-commit hook execution
+ * Use a checkbutton to switch the blame mode
+ * Change the single line (un)stage to use a pixbuf renderer
+
+== Bug fixes ==
+ * Fix segvs in arguments and environment parsing in GitgCommand
+ * Set working directory, GIT_DIR and GIT_INDEX_FILE when running hooks
+ * Fixed arguments passed to log for first arg
+ * gitg.desktop.in.in: Remove deprecated Encoding key from .desktop file
+ * Fix parsing changed file lines with spaces in filename
+ * Improved autogen.sh
+ * Do not alter selection when commiting through icons
+ * Code cleanup in gitg-commit-view
+ * Do not use GtkMisc as it is getting deprecated.
+ * preferences dialog: fix expand issues.
+ * Use GtkBox instead of Gtk[HV]Box
+
= gitg 0.2.4 =
Version 0.2.4 was released on 2011-07-25
diff --git a/README b/README
index 3649005..f2b7353 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.4.
+The latest version of gitg is 0.2.5.
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.4.tar.bz2
- $ cd gitg-0.2.4
+ $ tar Jxf gitg-0.2.5.tar.xz
+ $ cd gitg-0.2.5
$ ./configure
$ make
$ sudo make install
diff --git a/configure.ac b/configure.ac
index 76776df..2235010 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, 4)
+m4_define(gitg_micro_version, 5)
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]