[gitg] Release 3.19.5



commit 0d9f27d31694516743b375c27d0982794c5e382c
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Tue Jan 26 08:46:12 2016 +0100

    Release 3.19.5

 NEWS           |   12 ++++++++++++
 README         |    8 ++++----
 configure.ac   |    2 +-
 po/POTFILES.in |    1 +
 4 files changed, 18 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9963bbb..4526742 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+= gitg 3.19.5 =
+Version 3.19.5 was released on 2016-01-26
+
+== Changes ==
+- Improved Windows installer graphics
+- Add context menu on Windows
+- Provide shortcuts window
+- Rework dash view
+
+== Bugs fixed ==
+- Do not hang on highlighting commit message
+
 = gitg 3.19.4 =
 Version 3.19.4 was released on 2016-01-08
 
diff --git a/README b/README
index cc1d5d1..6de5334 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.4.
+The latest version of gitg is 3.19.5.
 
 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.4.tar.xz
+To install the latest version of gitg, make sure to download gitg-3.19.5.tar.xz
 from the download site. After downloading the following procedure installs
 gitg:
 
-       $ tar Jxf gitg-3.19.4.tar.xz
-       $ cd gitg-3.19.4
+       $ tar Jxf gitg-3.19.5.tar.xz
+       $ cd gitg-3.19.5
        $ ./configure
        $ make
        $ sudo make install
diff --git a/configure.ac b/configure.ac
index b6ed060..1bdeb4d 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, 4)
+m4_define(gitg_micro_version, 5)
 m4_define(gitg_version, gitg_major_version.gitg_minor_version.gitg_micro_version)
 
 AC_INIT([gitg],
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 12161b2..95fbb20 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,6 +1,7 @@
 # List of source files containing translatable strings.
 # This list has been automatically generated by update-potfiles.
 [encoding: UTF-8]
+contrib/xml/xml-reader.c
 data/gitg.desktop.in.in
 data/org.gnome.gitg.gschema.xml.in.in
 gitg/commit/gitg-commit-dialog.vala


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]