Version 1.9 1.9
authorAlberto Mardegan <alberto.mardegan@canonical.com>
Tue, 5 Feb 2013 14:44:15 +0000 (16:44 +0200)
committerAlberto Mardegan <alberto.mardegan@canonical.com>
Tue, 5 Feb 2013 14:44:15 +0000 (16:44 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 171f337..be44a40 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,25 @@
 libsignon-glib NEWS
 
+Version 1.9
+-----------
+
+* Invoke the callback when errors occur
+* Add NOCONFIGURE logic to autogen.sh
+* Fix the check for pyoverridesdir for python3
+* Fix a memory leak
+
+Version 1.8
+-----------
+
+* Add signon_auth_session_process_async
+  http://code.google.com/p/accounts-sso/issues/detail?id=115
+* Fix all memory leaks detected by valgrind
+* Set ID before invoking the client callback
+  http://code.google.com/p/accounts-sso/issues/detail?id=132
+* Make tests optional at configure time
+  http://code.google.com/p/accounts-sso/issues/detail?id=124
+* Documentation and build system improvements
+
 Version 1.7
 -----------
 
index c645663..4537179 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.64])
 AC_INIT([libsignon-glib],
-        [1.8],
+        [1.9],
         [http://code.google.com/p/accounts-sso/issues/entry],
         [libsignon-glib],
         [http://code.google.com/p/accounts-sso/])