[gedit] Release 3.19.4



commit 53328b9d4c175081e527f3cec4af578263cfb3d3
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Feb 15 20:44:17 2016 +0100

    Release 3.19.4

 NEWS         |   24 ++++++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 28 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index a69a129..efe28ea 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,28 @@
 ============
+gedit 3.19.4
+============
+
+New Features and Fixes
+======================
+- Spell plugin: adapt code for gspell API changes
+- CSS updates
+- AppData: add project_group and translation tags
+- Various other code improvements and bug fixes
+
+New and updated translations
+============================
+- de (Mario Blättermann)
+- el (Tom Tryfonidis)
+- es (Daniel Mustieles)
+- hu (Meskó Balázs)
+- kk (Baurzhan Muftakhidinov)
+- lv (Rūdolfs Mazurs)
+- pl (Piotr Drąg)
+- pt_BR (Rafael Fontenelle)
+- sk (Dušan Kazik)
+- zh_TW (Chao-Hsiung Liao)
+
+============
 gedit 3.19.3
 ============
 
diff --git a/README b/README
index 5e96dda..b25e440 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.19.3 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.19.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.
@@ -76,8 +76,8 @@ gspell >= 0.2.3 is required to enable the spell checking plugin.
 
 Simple install procedure:
 
-  % tar Jxf gedit-3.19.3.tar.xz                        # unpack the sources
-  % cd gedit-3.19.3                            # change to the toplevel directory
+  % tar Jxf gedit-3.19.4.tar.xz                        # unpack the sources
+  % cd gedit-3.19.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 cedf0bd..86344bf 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, 3)
+m4_define(gedit_micro_version, 4)
 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]