[gedit] Release 3.17.2



commit b7b1bb3dd8b89e3992c99ab51f4085aa0175c1de
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Jul 20 17:31:39 2015 +0200

    Release 3.17.2

 NEWS         |   25 ++++++++++++++++++++++++-
 README       |   10 +++++-----
 configure.ac |    2 +-
 3 files changed, 30 insertions(+), 7 deletions(-)
---
diff --git a/NEWS b/NEWS
index 43a0b8d..c0044a5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,28 @@
 ============
-gedit 3.17.0
+gedit 3.17.2
+============
+
+New Features and Fixes
+======================
+- Lots of cleanups and code improvements to: the document handling code,
+  file printing and the spell checking.
+- gtk-mac-integration support fix
+
+New and updated translations
+============================
+- de (Benjamin Steinwender)
+- he (Yosef Or Boczko)
+- hu (Balázs Úr)
+- hu (Gabor Kelemen)
+- it (Milo Casagrande)
+- oc (Cédric Valmary (totenoc.eu))
+- pt (Pedro Albuquerque)
+- sk (Dušan Kazik)
+- sl (Matej Urbančič)
+- th (Akom Chotiphantawanon)
+
+============
+gedit 3.17.1
 ============
 
 New Features and Fixes
diff --git a/README b/README
index ce8036d..6140146 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.17.1 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.17.2 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.
@@ -64,8 +64,8 @@ Information about gedit mailing lists can be found at
 Installation
 ============
 
-gedit requires GTK+ >= 3.16, GtkSourceView >= 3.17.0 and
-libpeas >= 1.7.x libraries. It also has a run-time dependency on an
+gedit requires GTK+ >= 3.16, GtkSourceView >= 3.17.3 and
+libpeas >= 1.14.1 libraries. It also has a run-time dependency on an
 icon theme for its icons. If gedit fails to display icons, installing
 GNOME's default adwaita-icon-theme is a simple way of providing them.
 
@@ -74,8 +74,8 @@ plugins support.
 
 Simple install procedure:
 
-  % tar Jxf gedit-3.17.1.tar.xz                        # unpack the sources
-  % cd gedit-3.17.1                            # change to the toplevel directory
+  % tar Jxf gedit-3.17.2.tar.xz                        # unpack the sources
+  % cd gedit-3.17.2                            # 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 3441c86..99b768d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.63.2)
 
 m4_define(gedit_major_version, 3)
 m4_define(gedit_minor_version, 17)
-m4_define(gedit_micro_version, 1)
+m4_define(gedit_micro_version, 2)
 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]