[gitg] Release version 3.13.90
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg] Release version 3.13.90
- Date: Wed, 20 Aug 2014 07:55:40 +0000 (UTC)
commit 2a0d02b912749c52eba2bfd5717a9a61e8fe1a7d
Author: Jesse van den Kieboom <jessevdk gnome org>
Date: Wed Aug 20 09:54:17 2014 +0200
Release version 3.13.90
NEWS | 39 +++++++++++++++++++++++++++++++++++++++
README | 8 ++++----
configure.ac | 6 +++---
3 files changed, 46 insertions(+), 7 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8a9da2a..904c406 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
+= gitg 3.13.90 =
+Version 3.13.90 was released on 2014-08-20
+
+== Features ==
+ * Synchronize with gnome release schedule and versioning
+ * Allow ignoring of whitespace in diff view
+ * Make tab size configurable in diff view
+ * Added option to show diff per word instead of per line
+ * Add discard of changes in commit view
+ * Multiple selection mode for commit view
+ * Add selection mode for dash overview
+ * Added Create Branch
+ * Added Create Tag
+ * Added Create Patch
+
+== Bug fixes ==
+ * Apply history lane collapse settings
+ * Restore selection on reload
+ * Better default column widths in history view
+ * Do not unnecesarily update diff view
+ * Prevent double reload of activities
+
+== Updated translations ==
+ * Catalan: Gil Forcada <gforcada gnome org>
+ * Catalan (Valencian): Carles Ferrando <carles ferrando gmail com>
+ * Dutch: Reinout van Schouwen <reinouts gnome org> by Erwin Poeze
+ * Galician: Fran Diéguez <fran dieguez mabishu com>s
+ * German: Benjamin Steinwender <b stbe at>
+ * Greek: MarMav <mavridou gmail com>
+ * Hebrew: Yosef Or Boczko <yoseforb src gnome org>
+ * Lithuanian: Aurimas Černius <aurisc4 gmail com>
+ * Norwegian bokmål: Kjartan Maraas <kmaraas gnome org>
+ * Polish: Piotr Drąg <piotrdrag gmail com>
+ * Russian: Yuri Myasoedov <ymyasoedov yandex ru>
+ * Slovenian: Matej Urbančič <mateju svn gnome org>
+ * Spanish: Daniel Mustieles <dnaiel mustieles gmail com>
+ * Turkish: Muhammet Kara <muhammetk gmail com>
+ * zh_CN: YunQiang Su <yqsu src gnome org>
+
= gitg 0.3.3 =
Version 0.3.3 was released on 2014-06-30
diff --git a/README b/README
index 2cdbf65..be7bc17 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 0.3.3.
+The latest version of gitg is 3.13.90.
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-0.3.3.tar.xz
+To install the latest version of gitg, make sure to download gitg-3.13.90.tar.xz
from the download site. After downloading the following procedure installs
gitg:
- $ tar Jxf gitg-0.3.3.tar.xz
- $ cd gitg-0.3.3
+ $ tar Jxf gitg-3.13.90.tar.xz
+ $ cd gitg-3.13.90
$ ./configure
$ make
$ sudo make install
diff --git a/configure.ac b/configure.ac
index a469ff6..8188818 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,9 +2,9 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.64])
-m4_define(gitg_major_version, 0)
-m4_define(gitg_minor_version, 3)
-m4_define(gitg_micro_version, 3)
+m4_define(gitg_major_version, 3)
+m4_define(gitg_minor_version, 13)
+m4_define(gitg_micro_version, 90)
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]