[gedit] Release 3.17.90



commit a37e728d8b1250788b24cd38207e1f2731817045
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Tue Aug 18 17:11:45 2015 +0200

    Release 3.17.90

 NEWS         |   22 ++++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 26 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index c0044a5..ea9b02f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+=============
+gedit 3.17.90
+=============
+
+New Features and Fixes
+======================
+- Spell checking: fix performance problem and re-organize the code
+- Move minimap settings in the preferences dialog
+- CSS improvements
+- Add a snippet generating RPM SPEC %changelog line
+- Various other code improvements and bug fixes
+
+New and updated translations
+============================
+- ca (Carles Ferrando Garcia)
+- cs (Marek Černocký)
+- de (Benjamin Steinwender)
+- es (Daniel Mustieles)
+- lt (Aurimas Černius)
+- nb (Åka Sikrom)
+- pt (Pedro Albuquerque)
+
 ============
 gedit 3.17.2
 ============
diff --git a/README b/README
index 6140146..d89b496 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.17.2 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.17.90 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.17.2.tar.xz                        # unpack the sources
-  % cd gedit-3.17.2                            # change to the toplevel directory
+  % tar Jxf gedit-3.17.90.tar.xz               # unpack the sources
+  % cd gedit-3.17.90                           # 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 723244e..992eac0 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, 2)
+m4_define(gedit_micro_version, 90)
 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]