[gitg] Release version 0.3.3
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg] Release version 0.3.3
- Date: Mon, 30 Jun 2014 11:51:43 +0000 (UTC)
commit 5b6b641d62880644b8a9ea026a79e3376d04ceeb
Author: Jesse van den Kieboom <jessevdk gnome org>
Date: Mon Jun 30 13:42:20 2014 +0200
Release version 0.3.3
NEWS | 46 ++++++++++++++++++++++++++++++++++++++++++++++
README | 8 ++++----
configure.ac | 2 +-
3 files changed, 51 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index c74a9c0..8a9da2a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,49 @@
+= gitg 0.3.3 =
+Version 0.3.3 was released on 2014-06-30
+
+== Features ==
+ * Further polishing of the UI
+ * Highlight trailing whitespaces in diffs
+ * Allow to remove repositories from the overview
+ * Show similarity (i.e. renames) in diffs
+
+== Bug fixes ==
+ * Fix large memory leak when opening multiple repositories
+ * Fix remaining diff stat items in commit dialog
+ * Restore selection when staging
+
+== Updated translations ==
+ * Czech: Marek Černocký <marek manet cz>
+ * Lithuanian: Aurimas Černius <aurisc4 gmail com>
+ * Brazilian Portuguese: Rafael Ferreira <rafael f f1 gmail com>
+ * Russian: Yuri Myasoedov <ymyasoedov yandex ru>
+ * Polish: Piotr Drąg <piotrdrag gmail com>
+ * Hebrew: Yosef Or Boczko <yoseforb src gnome org>
+ * Turkish: Muhammet Kara <muhammetk gmail com>
+ * German: Benjamin Steinwender <b stbe at>
+ * Catalan: Carles Ferrando <carles ferrando gmail com>
+ * Catalan: Pau Iranzo <paugnu gmail com>
+ * Slovenian: Matej Urbančič <mateju svn gnome org>
+ * German: Christian Kirbach <Christian Kirbach gmail com>
+ * Indonesian: Dirgita <dirgitadevina gmail com>
+ * Greek: maria thukididu <marablack3 gmail com>
+ * Danish: Ask H. Larsen <asklarsen gmail com>
+ * Hungarian: Gábor Kelemen <kelemeng gnome hu>
+ * Indonesian: Andika Triwidada <andika gmail com>
+ * Brazilian Portuguese: Antonio Fernandes C. Neto <fernandesn gnome org>
+ * Serbian: Мирослав Николић <miroslavnikolic rocketmail com>
+ * Ukrainian: Daniel Korostil <ted korostiled gmail com>
+ * Hebrew.: Yaron Shahrabani <sh yaron gmail com>
+ * French: nical <nical silva gmail com>
+ * Chinese: Cheng-Chia Tseng <pswo10680 gmail com>
+ * Latvian: Rūdolfs Mazurs <rudolfsm src gnome org>
+ * Chinese: Wylmer Wang <wantinghard gmail com>
+ * Korean: Seong-ho Cho <darkcircle 0426 gmail com>
+ * Finnish: Jiri Grönroos
+ * Greek: Dimitris Spingos <dmtrs32 gmail com>
+ * Galicians: Fran Diéguez <fran dieguez mabishu com>
+ * Italian: Milo Casagrande <milo ubuntu com>
+
= gitg 0.3.2 =
Version 0.3.2 was released on 2014-01-09
diff --git a/README b/README
index 1ab17aa..2cdbf65 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.2.
+The latest version of gitg is 0.3.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-0.3.2.tar.xz
+To install the latest version of gitg, make sure to download gitg-0.3.3.tar.xz
from the download site. After downloading the following procedure installs
gitg:
- $ tar Jxf gitg-0.3.2.tar.xz
- $ cd gitg-0.3.2
+ $ tar Jxf gitg-0.3.3.tar.xz
+ $ cd gitg-0.3.3
$ ./configure
$ make
$ sudo make install
diff --git a/configure.ac b/configure.ac
index fe99cf2..6494526 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ([2.64])
m4_define(gitg_major_version, 0)
m4_define(gitg_minor_version, 3)
-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]