[goocanvas] Released 2.0.1
- From: Damon Chaplin <damon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [goocanvas] Released 2.0.1
- Date: Sun, 9 Oct 2011 18:25:17 +0000 (UTC)
commit 533e446e584f0da3a21e38f412557986c131e0ad
Author: Damon Chaplin <damon gnome org>
Date: Sun Oct 9 19:21:32 2011 +0100
Released 2.0.1
NEWS | 11 +++++++++++
configure.in | 8 ++++----
2 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index c3ab61c..9e91cef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
+GooCanvas 2.0.1 (Oct 9 2011)
+===============
+
+ o Added GObject introspection support, though a few issues remain.
+ (e.g. cairo_transform_t hasn't been wrapped yet, so can't be used.)
+ o Fixed bounds calculation of text items in tables, when "height" is set.
+ o Fixed layout of center/right-aligned text in tables.
+ o Improved handling of image pixbuf sizes when using units other than pixels.
+ o Added GdkRGBA variants of all color properties, e.g. "stroke-color-gdk-rgba".
+
+
GooCanvas 2.0.0 (Feb 27 2011)
===============
diff --git a/configure.in b/configure.in
index 364e1d3..8c00c3a 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.0)
+AC_INIT(goocanvas, 2.0.1)
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR(src/goocanvas.c)
AC_CONFIG_HEADERS(config.h)
@@ -12,9 +12,9 @@ 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=10
-AGE=1
-REVISION=1
+CURRENT=11
+AGE=2
+REVISION=0
LT_VERSION_INFO="$CURRENT:$REVISION:$AGE"
AC_SUBST(LT_VERSION_INFO)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]