[gedit] Release 3.1.4



commit ddb8fe9dc510c4b463b219e04c1ce29968b0b5cb
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sun Aug 21 22:28:53 2011 +0200

    Release 3.1.4

 NEWS         |   24 ++++++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    4 ++--
 3 files changed, 29 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7bc6b6f..49242ca 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,28 @@
 ===========
+gedit 3.1.4
+===========
+
+New Features and Fixes
+======================
+- Use css for the search popup (Ignacio Casal Quinteiro)
+- Use pygobject 3
+- More documentation (Jim Campbell)
+- gboxed templates for snippets plugin (Ignacio Casal Quinteiro)
+- Misc bugfixes
+
+New and updated translations
+============================
+- bg (Alexander Shopov)
+- de (Mario BlÃttermann)
+- es (Jorge GonzÃlez)
+- id (Andika Triwidada)
+- it (Milo Casagrande)
+- nl (Hannie Dumoleyn)
+- pa (A S Alam)
+- th (Akom Chotiphantawanon)
+- tr (Muhammet Kara)
+
+===========
 gedit 3.1.3
 ===========
 
diff --git a/README b/README
index 27d0d6c..06c5387 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.1.3 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.1.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.
@@ -71,8 +71,8 @@ plugins support.
 
 Simple install procedure:
 
-  % tar Jxf gedit-3.1.3.tar.gz			# unpack the sources
-  % cd gedit-3.1.3				# change to the toplevel directory
+  % tar Jxf gedit-3.1.4.tar.xz			# unpack the sources
+  % cd gedit-3.1.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 acd28ea..3f4a1d7 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, 1)
-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],[gedit_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=gedit],[gedit],[http://projects.gnome.org/gedit/])
@@ -526,7 +526,7 @@ It will probably crash and you will lose your data.
 If you are looking for a stable release of gedit, either download
 it from:
 
-  http://ftp.gnome.org/pub/gnome/sources/gedit/2.${stable_version}/
+  http://ftp.gnome.org/pub/gnome/sources/gedit/${GEDIT_MAJOR_VERSION}.${stable_version}/
 
 Or checkout the gnome-${GEDIT_MAJOR_VERSION}-${stable_version} branch of the gedit module from:
 



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