gedit r6305 - in branches/gnome-2-22: . help po



Author: pborelli
Date: Tue May 27 12:26:33 2008
New Revision: 6305
URL: http://svn.gnome.org/viewvc/gedit?rev=6305&view=rev

Log:
2.22.3


Modified:
   branches/gnome-2-22/ChangeLog
   branches/gnome-2-22/NEWS
   branches/gnome-2-22/README
   branches/gnome-2-22/configure.ac
   branches/gnome-2-22/help/ChangeLog
   branches/gnome-2-22/po/ChangeLog

Modified: branches/gnome-2-22/NEWS
==============================================================================
--- branches/gnome-2-22/NEWS	(original)
+++ branches/gnome-2-22/NEWS	Tue May 27 12:26:33 2008
@@ -1,4 +1,14 @@
 ============
+gedit 2.22.3
+============
+
+New Features and Fixes
+======================
+- Revert unstable changes to the filebrowser plugin that slipped
+  into 2.22.2 by mistake
+
+
+============
 gedit 2.22.2
 ============
 

Modified: branches/gnome-2-22/README
==============================================================================
--- branches/gnome-2-22/README	(original)
+++ branches/gnome-2-22/README	Tue May 27 12:26:33 2008
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 2.22.2 of gedit. gedit is a small and lightweight UTF-8 text 
+This is version 2.22.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 @@
 
 Simple install procedure:
 
-  % gzip -cd gedit-2.22.2.tar.gz | tar xvf - 	# unpack the sources
-  % cd gedit-2.22.2				# change to the toplevel directory
+  % gzip -cd gedit-2.22.3.tar.gz | tar xvf - 	# unpack the sources
+  % cd gedit-2.22.3				# change to the toplevel directory
   % ./configure					# run the `configure' script
   % make					# build gedit
   [ Become root if necessary ]

Modified: branches/gnome-2-22/configure.ac
==============================================================================
--- branches/gnome-2-22/configure.ac	(original)
+++ branches/gnome-2-22/configure.ac	Tue May 27 12:26:33 2008
@@ -4,7 +4,7 @@
 
 m4_define(gedit_major_version,  2)
 m4_define(gedit_minor_version, 22)
-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)



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