[gitg] Release version 3.30.1



commit a10e9899a4ec5f6ce382d6a0d42fcc0d66b114ef
Author: Alberto Fanjul <albertofanjul gmail com>
Date:   Thu Oct 25 22:09:11 2018 +0200

    Release version 3.30.1

 NEWS        | 14 ++++++++++++++
 README      | 10 +++++-----
 meson.build |  2 +-
 3 files changed, 20 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index 07412aa7..f74635c2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+= gitg 3.30.1 =
+Version 3.30.1 was released on 2018-10-25
+
+== Bugs fixed ==
+- Meson improvements
+- Fix parsing title and body for message commit
+- Search repositories ignoring case
+- Added standalone mode
+- Allow to config patience algorithm
+- GUI improvements
+- Removed autotools buildsystem
+- Fixed mac compilation
+- Misc fixes
+
 = gitg 3.30.0 =
 Version 3.30.0 was released on 2018-10-07
 
diff --git a/README b/README
index 1f2e43a4..912f07cd 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.30.0.
+The latest version of gitg is 3.30.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.30.0.tar.xz
+To install the latest version of gitg, make sure to download gitg-3.30.1.tar.xz
 from the download site. After downloading the following procedure installs
 gitg:
 
-       $ tar Jxf gitg-3.30.0.tar.xz
-       $ cd gitg-3.30.0
+       $ tar Jxf gitg-3.30.1.tar.xz
+       $ cd gitg-3.30.1
        $ meson --prefix=/usr build
        $ ninja -C build
        $ sudo ninja -C install
@@ -27,7 +27,7 @@ For more information on installing gitg, please see INSTALL.
 = Building gitg from git =
 The gitg repository is hosted on git.gnome.org. To build from git:
 
-       $ git clone http://gitlab.gnome.org/GNOME/gitg 
+       $ git clone http://gitlab.gnome.org/GNOME/gitg.git
        $ cd gitg
        $ meson --prefix=/usr build
        $ ninja -C build
diff --git a/meson.build b/meson.build
index 671454eb..44a6e40f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'gitg', ['c', 'vala'],
-  version: '3.30.0',
+  version: '3.30.1',
   license: 'GPL2+',
   default_options: 'buildtype=debugoptimized',
   meson_version: '>= 0.46.0',


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