[gedit] Release 2.31.1



commit e48b6d9a6fec000aca612ccd5d6018e305458b0a
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Mon May 3 12:55:10 2010 +0200

    Release 2.31.1

 NEWS         |   27 +++++++++++++++++++++++++++
 README       |    4 ++--
 configure.ac |    4 ++--
 3 files changed, 31 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 00f486f..a512e2d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,31 @@
 ============
+gedit 2.31.1
+============
+
+New Features and Fixes
+======================
+- Make labels in the docinfo plugin selectable (Paolo Borelli)
+- Merge gio document loader and saver into document loader and saver (Garrett Regier)
+- +LINE[:COLUMN] command line support (Jan Nieuwenhuizen, Ignacio Casal Quinteiro)
+- Switch from uri to GFile (Ignacio Casal Quinteiro)
+- Misc bugfixes
+
+New and updated translations
+============================
+- ca valencia (Gil Forcada)
+- de (Mario Blättermann)
+- es (Jorge González)
+- et (Mattias Põldaru)
+- fi (Tommi Vainikainen)
+- fr (Claude Paroz)
+- gl (Fran Diéguez)
+- hu (Gabor Kelemen)
+- id (Andika Triwidada)
+- kn (Shankar Prasad)
+- nb (Kjartan Maraas)
+- th (Kittiphong Meesawat)
+
+============
 gedit 2.30.2
 ============
 
diff --git a/README b/README
index 9191e98..5368fc2 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 2.30.2 of gedit. gedit is a small and lightweight UTF-8 text 
+This is version 2.31.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,7 +71,7 @@ enable python plugins support.
 
 Simple install procedure:
 
-  % gzip -cd gedit-2.30.2.tar.gz | tar xvf - 	# unpack the sources
+  % gzip -cd gedit-2.31.1.tar.gz | tar xvf - 	# unpack the sources
   % cd gedit-2.30.2				# change to the toplevel directory
   % ./configure					# run the `configure' script
   % make					# build gedit
diff --git a/configure.ac b/configure.ac
index 8b89763..4e95a33 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.63.2)
 
 m4_define(gedit_major_version,  2)
-m4_define(gedit_minor_version, 30)
-m4_define(gedit_micro_version,  2)
+m4_define(gedit_minor_version, 31)
+m4_define(gedit_micro_version,  1)
 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]