goocanvas r12 - in trunk: . po



Author: damon
Date: Tue Sep  9 19:41:18 2008
New Revision: 12
URL: http://svn.gnome.org/viewvc/goocanvas?rev=12&view=rev

Log:

2008-09-09  Damon Chaplin  <damon gnome org>

	    * Released GooCanvas 0.11



Modified:
   trunk/NEWS
   trunk/configure.in
   trunk/po/en_GB.po
   trunk/po/es.po
   trunk/po/goocanvas.pot
   trunk/po/ja.po

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Tue Sep  9 19:41:18 2008
@@ -1,4 +1,12 @@
 
+GooCanvas 0.11	(Sep 9 2008)
+==============
+
+ o Use the tables' fill and stroke colors to paint its grid and background.
+ o Emit "children_changed" ATK signal when child items added/removed.
+ o Fixed bug when clipping the entire canvas.
+ o Got rid of the XXX_DISABLE_DEPRECATED compilation flags.
+
 
 GooCanvas 0.10	(Apr 27 2008)
 ==============

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Sep  9 19:41:18 2008
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(goocanvas, 0.10)
+AC_INIT(goocanvas, 0.11)
 AC_PREREQ(2.50)
 AC_CONFIG_SRCDIR(src/goocanvas.c)
 AC_CONFIG_HEADERS(config.h)
@@ -9,10 +9,12 @@
 # Libtool versioning - only update before a public release.
 # If the code has changed at all: REVISION++.
 # If any interfaces have changed at all: CURRENT++, REVISION=0.
-# If it is backwards compatible: AGE++, else AGE=0.
+# If interfaces changed but it is backwards compatible: AGE++, else AGE=0.
+#  i.e. the library supports interfaces LT_CURRENT - LT_AGE up to LT_CURRENT.
+#  if two libraries have identical CURRENT and AGE, then newest REVISION used.
 LT_CURRENT=4
-LT_REVISION=0
 LT_AGE=1
+LT_REVISION=1
 
 LT_VERSION_INFO="$LT_CURRENT:$LT_REVISION:$LT_AGE"
 AC_SUBST(LT_VERSION_INFO)

Modified: trunk/po/goocanvas.pot
==============================================================================
--- trunk/po/goocanvas.pot	(original)
+++ trunk/po/goocanvas.pot	Tue Sep  9 19:41:18 2008
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-04-27 12:49+0100\n"
+"POT-Creation-Date: 2008-09-09 20:33+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL ADDRESS>\n"
 "Language-Team: LANGUAGE <LL li org>\n"



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