[gedit] Release 3.14.4



commit a0b3b4407320dc320a5bd820e13a90086ac5e972
Author: Paolo Borelli <pborelli gnome org>
Date:   Mon Jul 28 20:42:44 2014 +0200

    Release 3.14.4

 NEWS         |   17 +++++++++++++++++
 README       |    8 ++++----
 configure.ac |    2 +-
 3 files changed, 22 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index b9749c2..c536e8a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,21 @@
 ============
+gedit 3.13.4
+============
+
+New Features and Fixes
+======================
+- Update appdata file for new desktop file name
+- Use automatic GTK menus
+- Misc bug fixes
+
+New and updated translations
+============================
+- he (Yosef Or Boczko)
+- lt (Aurimas Černius)
+- nb (Kjartan Maraas)
+- pt_BR (Enrico Nicoletto)
+
+============
 gedit 3.13.3
 ============
 
diff --git a/README b/README
index 372236d..7c587fb 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.13.3 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.13.4 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,14 +64,14 @@ Information about gedit mailing lists can be found at
 Installation
 ============
 
-gedit requires GTK+ >= 3.13.3, GtkSourceView >= 3.13.2 and libpeas >= 1.7.x libraries.
+gedit requires GTK+ >= 3.13.4, GtkSourceView >= 3.13.2 and libpeas >= 1.7.x libraries.
 PyGobject 3.0.x and gobject-introspection 0.9.0 are required to enable python
 plugins support.
 
 Simple install procedure:
 
-  % tar Jxf gedit-3.13.3.tar.xz                        # unpack the sources
-  % cd gedit-3.13.3                            # change to the toplevel directory
+  % tar Jxf gedit-3.13.4.tar.xz                        # unpack the sources
+  % cd gedit-3.13.4                            # 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 07230f6..3168453 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, 3)
+m4_define(gedit_micro_version, 4)
 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]