[gedit] Release 3.9.92



commit 3f64ffb1616fc65a939b8ce7589c1cdaa3a65b4c
Author: Paolo Borelli <pborelli gnome org>
Date:   Tue Sep 17 22:34:26 2013 +0200

    Release 3.9.92

 NEWS         |   31 +++++++++++++++++++++++++++++++
 README       |    8 ++++----
 configure.ac |    2 +-
 3 files changed, 36 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index ba3ae29..4aab35f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,35 @@
 ============
+gedit 3.9.92
+============
+
+New Features and Fixes
+======================
+- Some final tweaks to the search rework (Sébastien Wilmet)
+- Misc bugfixes and improvements
+
+New and updated translations
+============================
+- be (Sviatlana Liasovich)
+- ca (Gil Forcada)
+- da (Ask Hjorth Larsen)
+- de (Christian Kirbach)
+- fi (Jiri Grönroos)
+- fr (Alain Lojewski)
+- gl (Fran Dieguez)
+- hu (Gabor Kelemen)
+- id (Andika Triwidada)
+- ko (Changwoo Ryu)
+- lv (Rūdolfs Mazurs)
+- ru (Dmitriy S. Seregin)
+- ru (Yuri Myasoedov)
+- sr latin (Miroslav Nikolić)
+- sr (Мирослав Николић)
+- th (Akom Chotiphantawanon)
+- vi (Trần Ngọc Quân)
+- zh_HK (Chao-Hsiung Liao)
+- zh_TW (Chao-Hsiung Liao)
+
+============
 gedit 3.9.91
 ============
 
diff --git a/README b/README
index fccf668..232fbe0 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.9.91 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.9.92 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.
@@ -65,14 +65,14 @@ Information about gedit mailing lists can be found at
 Installation
 ============
 
-gedit requires GTK+-3.9.9, GtkSourceView 3.9.91 and libpeas 1.7.x libraries.
+gedit requires GTK+-3.9.9, GtkSourceView 3.9.92 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.9.91.tar.xz                        # unpack the sources
-  % cd gedit-3.9.91                            # change to the toplevel directory
+  % tar Jxf gedit-3.9.92.tar.xz                        # unpack the sources
+  % cd gedit-3.9.92                            # 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 874a312..ba0cdd2 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, 9)
-m4_define(gedit_micro_version, 91)
+m4_define(gedit_micro_version, 92)
 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],[http://projects.gnome.org/gedit/])


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