[gedit] Release 3.7.1



commit 06c156190a7e1284239ed0c1b18d480695b08838
Author: Paolo Borelli <pborelli gnome org>
Date:   Sun Nov 4 17:27:12 2012 +0100

    Release 3.7.1

 NEWS         |   37 +++++++++++++++++++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 41 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 48c1253..4884225 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,41 @@
 ===========
+gedit 3.7.1
+===========
+
+New Features and Fixes
+======================
+- Port to python 3 (Ignacio Casal Quinteiro)
+- Misc bugfixes
+
+New and updated translations
+============================
+- as (Nilamdyuti Goswami)
+- be (Sviatlana Liasovich)
+- ca (Gil Forcada)
+- cs (Marek ÄernockÃ)
+- de (Wolfgang Stoeggl)
+- el (Tom Tryfonidis)
+- es (Daniel Mustieles)
+- et (Mattias PÃldaru)
+- fa (Arash Mousavi)
+- gl (Fran Dieguez)
+- gu ("Last-Translator: \n")
+- hu (Gabor Kelemen)
+- id (Andika Triwidada)
+- ja (Takayuki KUSANO)
+- lt (Aurimas Äernius)
+- lv (RÅdolfs Mazurs)
+- mr (Sandeep Shedmake)
+- nb (Kjartan Maraas)
+- pa (A S Alam)
+- pl (Piotr DrÄg)
+- ru (Yuri Myasoedov)
+- sk (DuÅan Kazik)
+- sl (Matej UrbanÄiÄ)
+- sr latin (Miroslav NikoliÄ)
+- sr (ÐÐÑÐÑÐÐÐ ÐÐÐÐÐÐÑ)
+
+===========
 gedit 3.6.1
 ===========
 
diff --git a/README b/README
index 250cbc0..ef07350 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.6.1 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.7.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.
@@ -71,8 +71,8 @@ plugins support.
 
 Simple install procedure:
 
-  % tar Jxf gedit-3.6.1.tar.xz			# unpack the sources
-  % cd gedit-3.6.1				# change to the toplevel directory
+  % tar Jxf gedit-3.7.1.tar.xz			# unpack the sources
+  % cd gedit-3.7.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 51ba017..7317d26 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, 6)
+m4_define(gedit_minor_version, 7)
 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]