gnome-build r602 - trunk



Author: naba
Date: Mon Aug 18 15:34:31 2008
New Revision: 602
URL: http://svn.gnome.org/viewvc/gnome-build?rev=602&view=rev

Log:
	* configure.in: Bumped version to 2.23.90 to be consistent with gnome
	releases.
	* NEWS: Updated for a release.
	* ChangeLog: Tagged release.


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Aug 18 15:34:31 2008
@@ -1,3 +1,17 @@
+Changes in 2.23.90
+
+* Bumped version to be consistent with gnome releases.
+* Fixed bug #517047 - Port to GOption
+* Replace deprecated INCLUDES with AM_CPPFLAGS
+* Add a new chooser to select pkg-config modules in the target configuration
+  (related to bug #393679)
+* Fixed bug #463561 and bug #538952 - Removed deprecated and unused build
+  code thus removing the regex depency
+* Fixed bug #522715 - Typo & missing libglade-2.0 entry in configure.in
+* Fixed bug #475244 - Do not add AC_SUBST() after PKG_CHECK_MODULE
+* Translation updates: et, ar, es, ca, sv, pt_BR, mr, fi, eu, pt,
+  nb, he, sq, zh_HK, zh_TW, gl, th, oc, bg
+
 Changes in 0.3.0
 
 * Fixed #515997 â Fails to build from source

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Aug 18 15:34:31 2008
@@ -1,7 +1,7 @@
 AC_PREREQ(2.52)
 
 # Initialization and versioning
-AC_INIT(gnome-build, 0.3.0, http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-build)
+AC_INIT(gnome-build, 2.23.90, http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-build)
 AM_CONFIG_HEADER(config.h)
 AC_CONFIG_SRCDIR(src/Makefile.am)
 



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