gdl r508 - in trunk: . docs/reference



Author: jhs
Date: Mon Sep 22 15:17:45 2008
New Revision: 508
URL: http://svn.gnome.org/viewvc/gdl?rev=508&view=rev

Log:
2008-09-22  Johannes Schmid  <jhs gnome org>

        * configure.in Bumped version
        * NEWS: updated



Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in
   trunk/docs/reference/Makefile.am

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Sep 22 15:17:45 2008
@@ -1,3 +1,9 @@
+Changes in 2.24.0
+
+* Fixed dataroot problem
+* Removed old code (and as such gnome-vfs dependency)
+* Translation updates: he, sr, ar, et, hr, mr
+
 Changes in 2.23.90
 
 * Version increased to match gnome releases.

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Sep 22 15:17:45 2008
@@ -10,8 +10,8 @@
 AM_CONFIG_HEADER(config.h)
 
 GDL_MAJOR_VERSION=2
-GDL_MINOR_VERSION=23
-GDL_MICRO_VERSION=90
+GDL_MINOR_VERSION=24
+GDL_MICRO_VERSION=0
 PACKAGE=gdl
 GDL_VERSION=$GDL_MAJOR_VERSION.$GDL_MINOR_VERSION.$GDL_MICRO_VERSION
 

Modified: trunk/docs/reference/Makefile.am
==============================================================================
--- trunk/docs/reference/Makefile.am	(original)
+++ trunk/docs/reference/Makefile.am	Mon Sep 22 15:17:45 2008
@@ -77,7 +77,7 @@
 	$(XML_LIBS) \
 	$(GNOME_LIBS) \
 	-L$(top_builddir)/gdl \
-	-lgdl-1 -lgdl-gnome-1
+	-lgdl-1
 
 # This includes the standard gtk-doc make rules, copied by gtkdocize.
 include $(top_srcdir)/gtk-doc.make



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