gnome-build r629 - in trunk: . po src/gbf



Author: jhs
Date: Mon Sep 22 15:34:37 2008
New Revision: 629
URL: http://svn.gnome.org/viewvc/gnome-build?rev=629&view=rev

Log:
=== gnome-build 2.24.0

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

        * configure.in: Bumped version
        * NEWS: Updated



Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in
   trunk/po/POTFILES.in
   trunk/src/gbf/Makefile.am

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Sep 22 15:34:37 2008
@@ -1,3 +1,9 @@
+Changes in 2.24.0
+
+* Removed gdl-gnome dependency
+* Fix format string bugs
+* Translation updates: ru, hu, cs, da, ml, ar, tr, ja, it, de, nl, en_GB, fr, nb, gu, fi, eu, pt
+
 Changes in 2.23.90
 
 * Bumped version to be consistent with gnome releases.

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

Modified: trunk/po/POTFILES.in
==============================================================================
--- trunk/po/POTFILES.in	(original)
+++ trunk/po/POTFILES.in	Mon Sep 22 15:34:37 2008
@@ -12,7 +12,6 @@
 src/backends/libgbf_mkfile/gbf-mkfile.server.in.in
 src/backends/libgbf_mkfile/gbf-mkfile-parse.in
 src/gbf/create_dialogs.glade
-src/gbf/gbf-build-info.c
 src/gbf/gbf-project-model.c
 src/gbf/gbf-project-util.c
 src/gbf/test-controls.xml

Modified: trunk/src/gbf/Makefile.am
==============================================================================
--- trunk/src/gbf/Makefile.am	(original)
+++ trunk/src/gbf/Makefile.am	Mon Sep 22 15:34:37 2008
@@ -84,6 +84,9 @@
 gladedir = $(pkgdatadir)/glade
 glade_DATA = create_dialogs.glade
 
+DISTCLEANFILES = libgbfmarshal.c \
+		 libgbfmarshal.h
+
 EXTRA_DIST = 			\
 	libgbfmarshal.list	\
 	test-controls.xml	\



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