[gitg] Release 3.19.1
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg] Release 3.19.1
- Date: Mon, 21 Dec 2015 08:57:42 +0000 (UTC)
commit ff7c2bbc790dd708227744a4a10c30fcfd1371c3
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Mon Dec 21 09:57:10 2015 +0100
Release 3.19.1
NEWS | 10 ++++++++++
README | 8 ++++----
configure.ac | 2 +-
3 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 54a25c9..02c021d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+= gitg 3.19.1 =
+Version 3.19.1 was released on 2015-12-21
+
+== Changes ==
+- Rework diff view to use GtkSourceView instead of Webkit
+- Initial support of dark theme
+- Better support on OSX
+- Improved commit selection
+
+
= gitg 3.17.1 =
Version 3.17.1 was released on 2015-08-08
diff --git a/README b/README
index 1428d08..a2112f3 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.17.1.
+The latest version of gitg is 3.19.1.
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.17.1.tar.xz
+To install the latest version of gitg, make sure to download gitg-3.19.1.tar.xz
from the download site. After downloading the following procedure installs
gitg:
- $ tar Jxf gitg-3.17.1.tar.xz
- $ cd gitg-3.17.1
+ $ tar Jxf gitg-3.19.1.tar.xz
+ $ cd gitg-3.19.1
$ ./configure
$ make
$ sudo make install
diff --git a/configure.ac b/configure.ac
index 3e4cee3..52e8896 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.64])
m4_define(gitg_major_version, 3)
-m4_define(gitg_minor_version, 17)
+m4_define(gitg_minor_version, 19)
m4_define(gitg_micro_version, 1)
m4_define(gitg_version, gitg_major_version.gitg_minor_version.gitg_micro_version)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]