[gitg/gnome-3-18] Release 3.18.0
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg/gnome-3-18] Release 3.18.0
- Date: Mon, 21 Sep 2015 19:12:59 +0000 (UTC)
commit 5397c639b1b23a0261fff123ea1cbe4ca64665d1
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Mon Sep 21 21:12:43 2015 +0200
Release 3.18.0
NEWS | 27 +++++++++++++++++++++++++++
README | 6 +++---
configure.ac | 4 ++--
3 files changed, 32 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 54a25c9..1561996 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+= gitg 3.18.0 =
+Version 3.18.0 was released on 2015-09-21
+
+== Changes ==
+- Also accept bare repositories when adding from dash
+- Add support for creating binary patch
+- Move global author details action to app menu
+- Add expanders to ref list
+- Add preference to sort references by last activity
+- Collapse tags in ref side bar by default
+- Add monitoring .git for changes and automatic refresh
+- Show repository directory in dash
+- Add setting to wrap lines in the diff view
+- Do not use selection mode for commit list
+- Add checkout branch action
+- Rework notifications
+- Add basic merging support
+
+
+== Bugs fixed ==
+- Add repository name in author dialog title
+- Higify a bit the author details dialog
+- Higify the preference dialog
+- Add scanning of folders for git repositories
+- Disable selection of line numbers in diff view
+- Directly show when trying to commit without staged changes
+
= gitg 3.17.1 =
Version 3.17.1 was released on 2015-08-08
diff --git a/README b/README
index 1428d08..57c2d9b 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.18.0.
Website: https://wiki.gnome.org/Apps/Gitg
Bugs: https://bugzilla.gnome.org/browse.cgi?product=gitg
@@ -16,8 +16,8 @@ To install the latest version of gitg, make sure to download gitg-3.17.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.18.0.tar.xz
+ $ cd gitg-3.18.0
$ ./configure
$ make
$ sudo make install
diff --git a/configure.ac b/configure.ac
index a5641d3..a3e2661 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ 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_micro_version, 1)
+m4_define(gitg_minor_version, 18)
+m4_define(gitg_micro_version, 0)
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]