[gitg/gnome-3-32] Release version 3.32.0
- From: Alberto Fanjul <albfan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg/gnome-3-32] Release version 3.32.0
- Date: Thu, 23 May 2019 06:47:55 +0000 (UTC)
commit e0dbd9b31cd8fac546ddb928a9e594e6095b5d5e
Author: Alberto Fanjul <albertofanjul gmail com>
Date: Thu May 23 08:47:15 2019 +0200
Release version 3.32.0
NEWS | 25 +++++++++++++++++++++++++
README.md | 10 +++++-----
meson.build | 2 +-
3 files changed, 31 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index f74635c2..e18e00a0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+= gitg 3.32.0 =
+Version 3.32.0 was released on 2019-05-23
+
+== Bugs fixed ==
+- Detect links in commit messages
+- Push action with http/ssh support
+- Fix time sort mode
+- Add push support
+- Add typeahead find feature
+- Respect system fonts
+- Update submodules at clone
+- Add body to patch
+- Shorcut to open preferences
+- Honor GIT_DIR env
+- Update menus for AppMenu removal
+- Bump libgit2 to 0.27
+- Use Unicode typography in user-visible strings
+- Fix shared library paths in typelib files
+- Migrate from Intltool to Gettext
+- Meson polish
+- Removed autotools
+- Fixes in documentation
+- Fixed several deprecations
+- Misc fixes
+
= gitg 3.30.1 =
Version 3.30.1 was released on 2018-10-25
diff --git a/README.md b/README.md
index b2c4f3e1..74460e15 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
gitg is a graphical user interface for git. It aims at being a small, 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.1.
+The latest version of gitg is 3.32.0.
- Website: https://wiki.gnome.org/Apps/Gitg
- Issues: https://gitlab.gnome.org/GNOME/gitg/issues
@@ -13,11 +13,11 @@ The latest version of gitg is 3.30.1.
## Installing gitg
-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:
+To install the latest version of gitg, make sure to download gitg-3.32.0.tar.xz from the download site.
After downloading the following procedure installs gitg:
```
-$ tar Jxf gitg-3.30.1.tar.xz
-$ cd gitg-3.30.1
+$ tar Jxf gitg-3.32.0.tar.xz
+$ cd gitg-3.32.0
$ meson --prefix=/usr build
$ ninja -C build
$ sudo ninja -C build install
@@ -35,7 +35,7 @@ $ ninja -C build
$ sudo ninja -C install
```
-Alternatively you can build using Flatpak with the org.gnome.Gitg.json manifest.
+Alternatively you can build using Flatpak with the org.gnome.gitgDevel.json manifest.
## Using gitg
diff --git a/meson.build b/meson.build
index f807b56e..c055b29b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gitg', ['c', 'vala'],
- version: '3.30.1',
+ version: '3.32.0',
license: 'GPL2+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.48.0',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]