[gedit] Release 2.31.2
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Release 2.31.2
- Date: Thu, 27 May 2010 16:04:43 +0000 (UTC)
commit bc40cf620a5cf35b38c286ceb30c1b30ee9a2112
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Thu May 27 18:04:27 2010 +0200
Release 2.31.2
NEWS | 27 +++++++++++++++++++++++++++
README | 6 +++---
configure.ac | 4 ++--
3 files changed, 32 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index a512e2d..f008faa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,31 @@
============
+gedit 2.31.2
+============
+
+New Features and Fixes
+======================
+- Implemented full support for compressed files (Jesse van den Kieboom)
+- Show bracket matching updates in statusbar (Garrett Regier)
+- Replace bacon with dbus (Jesse van den Kieboom)
+- Build with gtk+-3.0 if it's available (Garrett Regier)
+- Enable python threads (Jesse van den Kieboom)
+- Port to GSettings (Ignacio Casal Quinteiro)
+- Specialize GeditApp for each (native) platform (Jesse van den Kieboom)
+- Misc bugfixes
+
+New and updated translations
+============================
+- ca (Gil Forcada)
+- ca valencia (Gil Forcada)
+- de (Mario Blättermann)
+- en shaw (Thomas Thurman)
+- es (Jorge González)
+- fi (Valto Wirkola)
+- fr (Claude Paroz)
+- gl (Fran Diéguez)
+- nb (Kjartan Maraas)
+
+============
gedit 2.31.1
============
diff --git a/README b/README
index 5368fc2..a0eaf8e 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 2.31.1 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 2.31.2 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.1.tar.gz | tar xvf - # unpack the sources
- % cd gedit-2.30.2 # change to the toplevel directory
+ % gzip -cd gedit-2.31.2.tar.gz | tar xvf - # unpack the sources
+ % cd gedit-2.31.2 # 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 698c25d..d97066c 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, 1)
+m4_define(gedit_micro_version, 2)
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/])
@@ -281,7 +281,7 @@ PKG_CHECK_MODULES(GEDIT, [
libxml-2.0 >= 2.5.0
glib-2.0 >= 2.25.6
gthread-2.0 >= 2.13.0
- gio-2.0 >= 2.25.5
+ gio-2.0 >= 2.25.7
$GTK_REQUIRED >= $GTK_REQUIRED_VERSION
gtksourceview-2.0 >= 2.9.7
gconf-2.0 >= 2.31.1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]