gedit r6641 - in trunk: . help po



Author: pborelli
Date: Sun Nov 30 20:12:17 2008
New Revision: 6641
URL: http://svn.gnome.org/viewvc/gedit?rev=6641&view=rev

Log:
2.25.1


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/README
   trunk/configure.ac
   trunk/help/ChangeLog
   trunk/message-of-doom
   trunk/po/ChangeLog

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Sun Nov 30 20:12:17 2008
@@ -1,4 +1,19 @@
 ============
+gedit 2.25.1
+============
+
+New Features and Fixes
+======================
+- Rework the plugin system to have loaders as shared objects (Jesse van den Kieboom)
+- Fix build on OSX (Jesse van den Kieboom)
+
+New and updated translations
+============================
+- Jorge Gonzalez (es)
+- Yuriy Penkin (ru)
+
+
+============
 gedit 2.24.2
 ============
 

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Sun Nov 30 20:12:17 2008
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 2.24.2 of gedit. gedit is a small and lightweight UTF-8 text 
+This is version 2.25.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,8 +71,8 @@
 
 Simple install procedure:
 
-  % gzip -cd gedit-2.24.2.tar.gz | tar xvf - 	# unpack the sources
-  % cd gedit-2.24.2				# change to the toplevel directory
+  % gzip -cd gedit-2.25.1.tar.gz | tar xvf - 	# unpack the sources
+  % cd gedit-2.25.1				# change to the toplevel directory
   % ./configure					# run the `configure' script
   % make					# build gedit
   [ Become root if necessary ]

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sun Nov 30 20:12:17 2008
@@ -3,8 +3,8 @@
 AC_PREREQ(2.59)
 
 m4_define(gedit_major_version,  2)
-m4_define(gedit_minor_version, 24)
-m4_define(gedit_micro_version,  2)
+m4_define(gedit_minor_version, 25)
+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)
@@ -432,4 +432,4 @@
 "
 
 dnl uncomment this in developement releases
-dnl cat $srcdir/message-of-doom
+cat $srcdir/message-of-doom

Modified: trunk/message-of-doom
==============================================================================
--- trunk/message-of-doom	(original)
+++ trunk/message-of-doom	Sun Nov 30 20:12:17 2008
@@ -10,9 +10,9 @@
 If you are looking for a stable release of gedit, either download
 it from:
 
-  http://ftp.gnome.org/pub/gnome/sources/gedit/2.22/
+  http://ftp.gnome.org/pub/gnome/sources/gedit/2.24/
 
-Or checkout the gnome-2-22 branch of the gedit module from:
+Or checkout the gnome-2-24 branch of the gedit module from:
 
   http://svn.gnome.org/svn/gedit/branches
 



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