[gedit] Release 3.13.91



commit 681cc8cceaa9bed563963ec62073a1b74492cf14
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Tue Aug 19 19:32:09 2014 +0200

    Release 3.13.91

 NEWS         |   12 ++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3f34ed8..381c94a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,16 @@
 =============
+gedit 3.13.91
+=============
+
+New Features and Fixes
+======================
+- Fix a segmentation fault when loading a file
+
+New and updated translations
+============================
+- es (Daniel Mustieles)
+
+=============
 gedit 3.13.90
 =============
 
diff --git a/README b/README
index c666730..b47de4d 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.13.90 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.13.91 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.90.tar.xz               # unpack the sources
-  % cd gedit-3.13.90                           # change to the toplevel directory
+  % tar Jxf gedit-3.13.91.tar.xz               # unpack the sources
+  % cd gedit-3.13.91                           # 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 ac22d5f..2c2658f 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, 90)
+m4_define(gedit_micro_version, 91)
 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]