[gedit] Release 3.19.1



commit a3650bb9378c4fc6a0adacdc0f074cf5cad438e6
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Nov 23 18:21:08 2015 +0100

    Release 3.19.1

 NEWS         |   31 +++++++++++++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 35 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3bcb8f3..0f42389 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,35 @@
 ============
+gedit 3.19.1
+============
+
+New Features and Fixes
+======================
+- Change default document title to "Untitled Document"
+- Port the spell plugin to gspell
+- Various minor code improvements and bug fixes
+
+New and updated translations
+============================
+- cs (Marek Černocký)
+- el (Efstathios Iosifidis)
+- es (Daniel Mustieles)
+- eu (Iñaki Larrañaga Murgoitio)
+- fi (Jiri Grönroos)
+- gd (GunChleoc)
+- he (Yosef Or Boczko)
+- is (Sveinn í Felli)
+- lt (Aurimas Černius)
+- lv (Rūdolfs Mazurs)
+- nb (Kjartan Maraas)
+- pt (Pedro Albuquerque)
+- ro (Daniel Șerbănescu)
+- ru (Yuri Myasoedov)
+- sk (Dušan Kazik)
+- th (Akom Chotiphantawanon)
+- vi (Trần Ngọc Quân)
+- zh_CN (Bin Li)
+
+============
 gedit 3.18.1
 ============
 
diff --git a/README b/README
index bc0f604..87e5a61 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.18.1 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.19.1 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.
@@ -74,8 +74,8 @@ plugins support.
 
 Simple install procedure:
 
-  % tar Jxf gedit-3.18.1.tar.xz                # unpack the sources
-  % cd gedit-3.18.1                            # change to the toplevel directory
+  % tar Jxf gedit-3.19.1.tar.xz                        # unpack the sources
+  % cd gedit-3.19.1                            # 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 3218f49..d555d88 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.63.2)
 
 m4_define(gedit_major_version, 3)
-m4_define(gedit_minor_version, 18)
+m4_define(gedit_minor_version, 19)
 m4_define(gedit_micro_version, 1)
 m4_define(gedit_version, gedit_major_version.gedit_minor_version.gedit_micro_version)
 


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