[gedit] Release 3.17.0



commit d60b466ab603e9f782a6fb7e06e0fd064ad4e126
Author: Garrett Regier <garrettregier gmail com>
Date:   Wed Apr 29 14:25:36 2015 -0400

    Release 3.17.0

 NEWS         |   18 ++++++++++++++++++
 README       |    6 +++---
 configure.ac |    4 ++--
 3 files changed, 23 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6e4a276..3cba56c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,22 @@
 ============
+gedit 3.17.0
+============
+
+New Features and Fixes
+======================
+- Improve the Encodings dialog
+- Add setting to display a grid pattern
+- Various other bug fixes
+
+New and updated translations
+============================
+- an (Daniel Martinez)
+- cs (Marek Černocký)
+- es (Daniel Mustieles)
+- uk (Назарій Ріттер)
+- vi (Trần Ngọc Quân)
+
+============
 gedit 3.16.1
 ============
 
diff --git a/README b/README
index 6f51e2c..3d93e8b 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.16.1 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.17.0 of gedit. gedit is a small and lightweight UTF-8 text
 editor for the GNOME environment.
 
 gedit is part of GNOME and uses the latest GTK+ and GNOME libraries.
@@ -74,8 +74,8 @@ plugins support.
 
 Simple install procedure:
 
-  % tar Jxf gedit-3.16.1.tar.xz                        # unpack the sources
-  % cd gedit-3.16.1                            # change to the toplevel directory
+  % tar Jxf gedit-3.17.0.tar.xz                        # unpack the sources
+  % cd gedit-3.17.0                            # change to the toplevel directory
   % ./configure                                        # run the `configure' script
   % make                                       # build gedit
   [ Become root if necessary ]
diff --git a/configure.ac b/configure.ac
index 6f07a54..43510a7 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.63.2)
 
 m4_define(gedit_major_version, 3)
-m4_define(gedit_minor_version, 16)
-m4_define(gedit_micro_version, 1)
+m4_define(gedit_minor_version, 17)
+m4_define(gedit_micro_version, 0)
 m4_define(gedit_version, gedit_major_version.gedit_minor_version.gedit_micro_version)
 
 AC_INIT([gedit],


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