Version 1.9
[platform/upstream/libgsignon-glib.git] / NEWS
1 libsignon-glib NEWS
2
3 Version 1.9
4 -----------
5
6 * Invoke the callback when errors occur
7 * Add NOCONFIGURE logic to autogen.sh
8 * Fix the check for pyoverridesdir for python3
9 * Fix a memory leak
10
11 Version 1.8
12 -----------
13
14 * Add signon_auth_session_process_async
15   http://code.google.com/p/accounts-sso/issues/detail?id=115
16 * Fix all memory leaks detected by valgrind
17 * Set ID before invoking the client callback
18   http://code.google.com/p/accounts-sso/issues/detail?id=132
19 * Make tests optional at configure time
20   http://code.google.com/p/accounts-sso/issues/detail?id=124
21 * Documentation and build system improvements
22
23 Version 1.7
24 -----------
25
26 * Support GValues of type GVariant
27   http://code.google.com/p/accounts-sso/issues/detail?id=121
28
29 Version 1.6
30 -----------
31
32 * Be Python 3 compatible
33
34 Version 1.5
35 -----------
36
37 * Add workaround for missing GStrv support in PyGObject
38 * Port from dbus-glib to GDBus
39
40 Version 1.4
41 -----------
42
43 * Update licence is tests
44
45 Version 1.3
46 -----------
47
48 * AuthSession: let the callback unreference "self"
49   http://code.google.com/p/accounts-sso/issues/detail?id=121
50 * Several improvements to tests
51 * Distribute Vala bindings
52 * Add Requires.private to pkg-config files
53
54 Version 1.2
55 -----------
56
57 * Depend on latest signond
58 * Remove support for old D-Bus API
59 * Improve creation of GError instances
60 * Use dbus-test-runner for running tests if available
61 * Support new signond D-Bus API
62 * Several API reference documentation improvements
63 * Add GObject-Introspection for bindings
64 * Add GType information to enums
65 * Tidy public includes
66 * Define SignonIdentityInfo as a new boxed type