[gitg] Version 0.0.5
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gitg] Version 0.0.5
- Date: Sat, 29 Aug 2009 12:05:05 +0000 (UTC)
commit 15be72a77618ac1f4317dd13637d5b0c15e34817
Author: Jesse van den Kieboom <jessevdk gnome org>
Date: Sat Aug 29 14:03:55 2009 +0200
Version 0.0.5
NEWS | 13 +++++++++++++
README | 6 +++---
configure.ac | 2 +-
3 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6a53601..acc381e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+= gitg 0.0.5 =
+Version 0.0.5 was released on 2009-08-29
+
+== Features ==
+ * Rename branch (Paolo Borelli)
+
+== Bug fixes ==
+ * Show all files in 'Tree' list (Paolo Borelli)
+ * Crasher on dropping stash items (Vitaliy Ischenko)
+ * Less confusing 'git push' context menu
+ * Wrong order in merging local branches
+ * Use commitEncoding in commit messages
+
= gitg 0.0.4 =
Version 0.0.4 was released on 2009-07-05
diff --git a/README b/README
index ac62c47..305f729 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.0.4.
+The latest version of gitg is 0.0.5.
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.0.3.tar.bz2
+To install the latest version of gitg, make sure to download gitg-0.0.5.tar.bz2
from the download site. After downloading the following procedure installs
gitg:
- $ tar -xjf gitg-0.0.4.tar.bz2
+ $ tar -xjf gitg-0.0.5.tar.bz2
$ cd gitg-0.0.3
$ ./configure
$ make
diff --git a/configure.ac b/configure.ac
index 01fa114..96a8fd8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.59)
m4_define(gitg_major_version, 0)
m4_define(gitg_minor_version, 0)
-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, gitg_version, http://www.icecrew.nl)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]