[gedit] Release 2.31.3
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Release 2.31.3
- Date: Tue, 8 Jun 2010 09:50:58 +0000 (UTC)
commit c83ea10f3563af15c7ea5941934679fdbd0b51e7
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Tue Jun 8 11:50:26 2010 +0200
Release 2.31.3
NEWS | 20 ++++++++++++++++++++
README | 6 +++---
configure.ac | 2 +-
3 files changed, 24 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index f008faa..321d09c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,24 @@
============
+gedit 2.31.3
+============
+
+New Features and Fixes
+======================
+- Added Tab Groups (Ignacio Casal Quinteiro)
+- Misc bugfixes
+
+New and updated translations
+============================
+- de (Mario Blättermann)
+- es (Jorge González)
+- et (Ivar Smolin)
+- ga (Seán de Búrca)
+- gl (Fran Diéguez)
+- hu (Gabor Kelemen)
+- uk (Maxim Dziumanenko)
+- zh_CN (Fan Qijiang)
+
+============
gedit 2.31.2
============
diff --git a/README b/README
index a0eaf8e..dcea80d 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 2.31.2 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 2.31.3 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 @@ enable python plugins support.
Simple install procedure:
- % gzip -cd gedit-2.31.2.tar.gz | tar xvf - # unpack the sources
- % cd gedit-2.31.2 # change to the toplevel directory
+ % gzip -cd gedit-2.31.3.tar.gz | tar xvf - # unpack the sources
+ % cd gedit-2.31.3 # 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 787921c..1750228 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.63.2)
m4_define(gedit_major_version, 2)
m4_define(gedit_minor_version, 31)
-m4_define(gedit_micro_version, 2)
+m4_define(gedit_micro_version, 3)
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]