[gitg] Release 3.19.3
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg] Release 3.19.3
- Date: Wed, 23 Dec 2015 07:36:03 +0000 (UTC)
commit 2f4a610f4a072b4db7e9924382defccaf032f796
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Wed Dec 23 08:35:49 2015 +0100
Release 3.19.3
NEWS | 13 +++++++++++++
README | 8 ++++----
configure.ac | 2 +-
3 files changed, 18 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 31c7ad2..49f30f3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+= gitg 3.19.3 =
+Version 3.19.3 was released on 2015-12-23
+
+== Changes ==
+- Add script to create windows installer
+- Add support for commit.template config setting
+- Dim default avatar image
+
+== Bugs fixed ==
+- Add icon to the windows binary
+- Handle console on windows
+
+
= gitg 3.19.2 =
Version 3.19.2 was released on 2015-12-22
diff --git a/README b/README
index 322615e..a4c66e1 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.2.
+The latest version of gitg is 3.19.3.
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.1.tar.xz
+To install the latest version of gitg, make sure to download gitg-3.19.3.tar.xz
from the download site. After downloading the following procedure installs
gitg:
- $ tar Jxf gitg-3.19.2.tar.xz
- $ cd gitg-3.19.2
+ $ tar Jxf gitg-3.19.3.tar.xz
+ $ cd gitg-3.19.3
$ ./configure
$ make
$ sudo make install
diff --git a/configure.ac b/configure.ac
index 22cee24..06902fc 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, 2)
+m4_define(gitg_micro_version, 3)
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]