From de17e67d46548a20710a42944f0dea748f1c59b9 Mon Sep 17 00:00:00 2001 From: Alberto Mardegan Date: Tue, 5 Feb 2013 16:44:15 +0200 Subject: [PATCH] Version 1.9 --- NEWS | 20 ++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 171f337..be44a40 100644 --- 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 ----------- diff --git a/configure.ac b/configure.ac index c645663..4537179 100644 --- a/configure.ac +++ b/configure.ac @@ -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/]) -- 2.7.4