[goocanvas] Released 2.0.2.
- From: Damon Chaplin <damon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [goocanvas] Released 2.0.2.
- Date: Sun, 3 Nov 2013 17:12:11 +0000 (UTC)
commit 8c4f67489088d127b15e63ffde91071a009a0e3a
Author: Damon Chaplin <damon gnome org>
Date: Sun Nov 3 17:11:40 2013 +0000
Released 2.0.2.
NEWS | 8 ++++++++
README | 2 +-
configure.in | 6 +++---
3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9e91cef..9f08d04 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
+GooCanvas 2.0.2 (Nov 3 2013)
+===============
+
+ o Fixed the drawing code to work with GTK+ 3.10.
+ o Added/fixed a few introspection flags. GooCanvasLineDash should now be
+ usable via introspection.
+
+
GooCanvas 2.0.1 (Oct 9 2011)
===============
diff --git a/README b/README
index 3dfa796..fb9292b 100644
--- a/README
+++ b/README
@@ -55,5 +55,5 @@ Features that may be removed in future to simplify the code:
Damon Chaplin (damon gnome org)
-(FooCanvas can be found in GNOME svn in the 'foocanvas' module.
+(FooCanvas can be found in GNOME git repository in the 'foocanvas' module.
FooCanvas was based on GnomeCanvas, which is in the 'libgnomecanvas' module.)
diff --git a/configure.in b/configure.in
index cdffc0b..8d778aa 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(goocanvas, 2.0.1)
+AC_INIT(goocanvas, 2.0.2)
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR(src/goocanvas.c)
AC_CONFIG_HEADERS(config.h)
@@ -12,8 +12,8 @@ AM_INIT_AUTOMAKE
# If interfaces changed but it is backwards compatible: AGE++, else AGE=0.
# i.e. the library supports interfaces CURRENT - AGE up to CURRENT.
# if two libraries have identical CURRENT and AGE, then newest REVISION used.
-CURRENT=11
-AGE=2
+CURRENT=12
+AGE=3
REVISION=0
LT_VERSION_INFO="$CURRENT:$REVISION:$AGE"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]