[gitg] Release 3.19.4
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg] Release 3.19.4
- Date: Fri, 8 Jan 2016 12:19:35 +0000 (UTC)
commit 8c3f42fc8b025d7d2c462129e7620d36c1911a86
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Fri Jan 8 13:19:14 2016 +0100
Release 3.19.4
NEWS | 12 ++++++++++++
README | 8 ++++----
configure.ac | 2 +-
3 files changed, 17 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 49f30f3..9963bbb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+= gitg 3.19.4 =
+Version 3.19.4 was released on 2016-01-08
+
+== Changes ==
+- Add OSX bundle generator
+- Add syntax highlighting support on diffs
+- Show untracked content on stage
+
+== Bugs fixed ==
+- Fix OSX paths
+- Missing includes
+
= gitg 3.19.3 =
Version 3.19.3 was released on 2015-12-23
diff --git a/README b/README
index a4c66e1..cc1d5d1 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ fast and convenient tool to visualize the history of git repositories.
Besides visualization, gitg also provides several utilities to manage your
repository and commit your work.
-The latest version of gitg is 3.19.3.
+The latest version of gitg is 3.19.4.
Website: https://wiki.gnome.org/Apps/Gitg
Bugs: https://bugzilla.gnome.org/browse.cgi?product=gitg
@@ -12,12 +12,12 @@ 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-3.19.3.tar.xz
+To install the latest version of gitg, make sure to download gitg-3.19.4.tar.xz
from the download site. After downloading the following procedure installs
gitg:
- $ tar Jxf gitg-3.19.3.tar.xz
- $ cd gitg-3.19.3
+ $ tar Jxf gitg-3.19.4.tar.xz
+ $ cd gitg-3.19.4
$ ./configure
$ make
$ sudo make install
diff --git a/configure.ac b/configure.ac
index 016d988..c950490 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ([2.64])
m4_define(gitg_major_version, 3)
m4_define(gitg_minor_version, 19)
-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]