[gedit] Release 3.19.2



commit d322b563e6b76d216d6e64923d8bba750ea3fd3d
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Dec 13 17:24:47 2015 +0100

    Release 3.19.2

 NEWS         |   21 +++++++++++++++++++++
 README       |    8 ++++----
 configure.ac |    2 +-
 3 files changed, 26 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0f42389..485a1e2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,25 @@
 ============
+gedit 3.19.2
+============
+
+New Features and Fixes
+======================
+- Ship our own app icon
+- Add shortcuts window
+- Adapt code for gspell API changes
+- Rename GeditViewHolder -> GeditViewCentering
+- CloseConfirmationDialog: subclass GtkMessageDialog
+- CSS updates to track GTK+ changes
+- Various minor code improvements and bug fixes
+
+New and updated translations
+============================
+- es (Daniel Mustieles)
+- kk (Baurzhan Muftakhidinov)
+- pt
+- sk (Dušan Kazik)
+
+============
 gedit 3.19.1
 ============
 
diff --git a/README b/README
index 87e5a61..92d2fa3 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.19.1 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.19.2 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,7 +64,7 @@ Information about gedit mailing lists can be found at
 Installation
 ============
 
-gedit requires GTK+ >= 3.19.0, GtkSourceView >= 3.18 and
+gedit requires GTK+ >= 3.19.0, GtkSourceView >= 3.19.3 and
 libpeas >= 1.14.1 libraries. It also has a run-time dependency on an
 icon theme for its icons. If gedit fails to display icons, installing
 GNOME's default adwaita-icon-theme is a simple way of providing them.
@@ -74,8 +74,8 @@ plugins support.
 
 Simple install procedure:
 
-  % tar Jxf gedit-3.19.1.tar.xz                        # unpack the sources
-  % cd gedit-3.19.1                            # change to the toplevel directory
+  % tar Jxf gedit-3.19.2.tar.xz                        # unpack the sources
+  % cd gedit-3.19.2                            # 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 4947c91..dd1213e 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, 19)
-m4_define(gedit_micro_version, 1)
+m4_define(gedit_micro_version, 2)
 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]