[gedit] Release 3.17.92



commit e83ae11098de3085c5369f47cb2f17ef8b1ba129
Author: Paolo Borelli <pborelli gnome org>
Date:   Mon Sep 14 19:29:12 2015 +0200

    Release 3.17.92

 Makefile.am  |    1 -
 NEWS         |   29 +++++++++++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 4 files changed, 33 insertions(+), 5 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index d5725e6..cd26a3e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,6 @@ SUBDIRS += help
 endif
 
 EXTRA_DIST =                   \
-       BUGS                    \
        HACKING                 \
        MAINTAINERS             \
        gedit.doap              \
diff --git a/NEWS b/NEWS
index ea9b02f..ab53838 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,33 @@
 =============
+gedit 3.17.92
+=============
+
+New Features and Fixes
+======================
+- Various minor code improvements and bug fixes
+
+New and updated translations
+============================
+- cs (Marek Černocký)
+- da (Kenneth Nielsen)
+- de (Wolfgang Stoeggl)
+- el (Tom Tryfonidis)
+- es (Daniel Mustieles)
+- fa (Arash Mousavi)
+- fr (Alain Lojewski)
+- gl (Fran Dieguez)
+- he (Yosef Or Boczko)
+- hu (Balázs Úr)
+- is (Sveinn í Felli)
+- kk (Baurzhan Muftakhidinov)
+- ko (Changwoo Ryu)
+- nb (Kjartan Maraas)
+- pl (Piotr Drąg)
+- sk (Dušan Kazik)
+- sv (Anders Jonsson)
+- zh_TW (Chao-Hsiung Liao)
+
+=============
 gedit 3.17.90
 =============
 
diff --git a/README b/README
index e8c8953..acbba45 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.17.90 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.17.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.
@@ -74,8 +74,8 @@ plugins support.
 
 Simple install procedure:
 
-  % tar Jxf gedit-3.17.90.tar.xz               # unpack the sources
-  % cd gedit-3.17.90                           # change to the toplevel directory
+  % tar Jxf gedit-3.17.92.tar.xz               # unpack the sources
+  % cd gedit-3.17.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 a583fb0..f971f87 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, 17)
-m4_define(gedit_micro_version, 90)
+m4_define(gedit_micro_version, 92)
 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]