[gedit] Release 3.13.90



commit e33c96e453af8242f0fb99199e88e813763fcdb7
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Aug 18 23:05:53 2014 +0200

    Release 3.13.90

 NEWS         |   18 ++++++++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 22 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index ca0d7b7..3f34ed8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+=============
+gedit 3.13.90
+=============
+
+New Features and Fixes
+======================
+- Set default value of create-backup-copy setting to false
+- Misc improvements and bug fixes
+
+New and updated translations
+============================
+- as (Nilamdyuti Goswami)
+- el (Tom Tryfonidis)
+- fi (Lasse Liehu)
+- he (Yosef Or Boczko)
+- lt (Aurimas Černius)
+- nb (Kjartan Maraas)
+
 ============
 gedit 3.13.5
 ============
diff --git a/README b/README
index d8ef308..c666730 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.13.5 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.13.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.
@@ -70,8 +70,8 @@ plugins support.
 
 Simple install procedure:
 
-  % tar Jxf gedit-3.13.5.tar.xz                        # unpack the sources
-  % cd gedit-3.13.5                            # change to the toplevel directory
+  % tar Jxf gedit-3.13.90.tar.xz               # unpack the sources
+  % cd gedit-3.13.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 0071143..ac22d5f 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, 13)
-m4_define(gedit_micro_version, 5)
+m4_define(gedit_micro_version, 90)
 m4_define(gedit_version, gedit_major_version.gedit_minor_version.gedit_micro_version)
 
 
AC_INIT([gedit],[gedit_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=gedit],[gedit],[https://wiki.gnome.org/Apps/Gedit])


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