summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS11
-rw-r--r--configure.in2
3 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c5d558e..731a03c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-08-13 Jonathon Jongsma <jjongsma@gnome.org>
+ * NEWS:
+ * configure.in: update for 1.6.2 release
+
+2008-08-13 Jonathon Jongsma <jjongsma@gnome.org>
+
* configure.in: fix boost unit test detection (hack stolen from Dodji from
nemiver)
* tests/Makefile.am: explicitly link against the static unit test lib. This
diff --git a/NEWS b/NEWS
index 26dd9d9..4c7d6a8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+1.6.2:
+
+ * Fix build on OSX when both Quartz and Xlib surfaces are enabled (Benjamin
+ Reed)
+ * updated the windows build (Armin Burgmeier)
+ * Fixed a bug where an exception message would often report "Success" when it
+ should have reported an error message
+ * Added ability to get the error status code from an exception:
+ Cairo::logic_error::get_status_code()
+ * Added new elements to the surface type enumeration
+
1.6.0:
* wrap cairo_format_stride_for_width(). All new cairo 1.6 API should now be
diff --git a/configure.in b/configure.in
index 4f2884c..2c3252a 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ AC_INIT(cairomm/cairomm.h)
#release versioning
GENERIC_MAJOR_VERSION=1
GENERIC_MINOR_VERSION=6
-GENERIC_MICRO_VERSION=1
+GENERIC_MICRO_VERSION=2
GENERIC_VERSION=$GENERIC_MAJOR_VERSION.$GENERIC_MINOR_VERSION.$GENERIC_MICRO_VERSION
AC_SUBST(GENERIC_MAJOR_VERSION)
AC_SUBST(GENERIC_MINOR_VERSION)