[gedit] Release 2.91.2



commit a29799e7a563111011a8b8840ff44aa9ceb630f6
Author: Paolo Borelli <pborelli gnome org>
Date:   Mon Nov 8 21:43:53 2010 +0100

    Release 2.91.2

 NEWS         |   16 ++++++++++++++++
 README       |    6 +++---
 configure.ac |    6 +++---
 3 files changed, 22 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index d0a7305..6e11319 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,20 @@
 ============
+gedit 2.91.2
+============
+
+New Features and Fixes
+======================
+- Fix conversion of line endings when loading a file (Jesse van den Kieboom)
+- Update to the latest Gtk3 api changes
+- Move the taglist plugin to the gedit-plugins package
+- Misc bugfixes
+
+New and updated translations
+============================
+- ca valencia (Gil Forcada)
+- sl (Matej UrbanÄ?iÄ?)
+
+============
 gedit 2.91.1
 ============
 
diff --git a/README b/README
index f8cab08..3022599 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 2.91.1 of gedit. gedit is a small and lightweight UTF-8 text 
+This is version 2.91.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 @@ plugins support.
 
 Simple install procedure:
 
-  % gzip -cd gedit-2.91.1.tar.gz | tar xvf - 	# unpack the sources
-  % cd gedit-2.91.1				# change to the toplevel directory
+  % gzip -cd gedit-2.91.2.tar.gz | tar xvf - 	# unpack the sources
+  % cd gedit-2.91.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 d5b0df7..27dc491 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, 91)
-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/])
@@ -268,8 +268,8 @@ PKG_CHECK_MODULES(GEDIT, [
 	glib-2.0 >= 2.25.15
 	gthread-2.0 >= 2.13.0
 	gio-2.0 >= 2.25.11
-	gtk+-3.0 >= 2.91.2
-	gtksourceview-3.0 >= 2.11.2
+	gtk+-3.0 >= 2.91.3
+	gtksourceview-3.0 >= 2.91.1
 	libpeas-1.0 >= 0.7.0
 	libpeas-gtk-1.0 >= 0.7.0
 	gsettings-desktop-schemas



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