[gedit] Release 3.11.90



commit 7045f1772582e0b33b0d9ba03745ea38e6de4437
Author: Paolo Borelli <pborelli gnome org>
Date:   Tue Feb 18 16:53:19 2014 +0100

    Release 3.11.90

 NEWS         |   25 +++++++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    4 ++--
 3 files changed, 30 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9800e0a..31eb16c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+=============
+gedit 3.11.90
+=============
+
+New Features and Fixes
+======================
+- Even more work on the new UI (use popovers, CSD in dialogs and much more)
+- Reimplement the documents sidepane using GtkListBox
+- Adapt plugins to the latest changes
+- Misc bug fixes.
+
+New and updated translations
+============================
+- as (Nilamdyuti Goswami)
+- cs (Marek Černocký)
+- es (Daniel Mustieles)
+- gl (Fran Dieguez)
+- he (Yosef Or Boczko)
+- id (Andika Triwidada)
+- it (Milo Casagrande)
+- pt_BR (Enrico Nicoletto)
+- uk (Daniel Korostil)
+- zh_HK (Chao-Hsiung Liao)
+- zh_TW (Chao-Hsiung Liao)
+
 ============
 gedit 3.11.3
 ============
diff --git a/README b/README
index 9d0aaa6..e593750 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.11.3 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.11.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.11.3.tar.xz                        # unpack the sources
-  % cd gedit-3.11.3                            # change to the toplevel directory
+  % tar Jxf gedit-3.11.90.tar.xz                       # unpack the sources
+  % cd gedit-3.11.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 361f22d..02b466d 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, 11)
-m4_define(gedit_micro_version, 3)
+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])
@@ -325,7 +325,7 @@ PKG_CHECK_MODULES(GEDIT, [
        libxml-2.0 >= 2.5.0
        glib-2.0 >= 2.39.5
        gio-2.0 >= 2.37.0
-       gtk+-3.0 >= 3.11.5
+       gtk+-3.0 >= 3.11.6
        gtksourceview-3.0 >= 3.11.2
        libpeas-1.0 >= 1.7.0
        libpeas-gtk-1.0 >= 1.7.0


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