~online-accounts/libsignon-glib/packaging

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
libsignon-glib NEWS

Version 1.12
------------

* Introspection: fix transfer type of some methods
* Update VALA bindings

Version 1.11
------------

* Disconnect from signals when the remote AuthSession dies
  http://code.google.com/p/accounts-sso/issues/detail?id=229
* Avoid unreferencing a NULL GVariant
* Fix the linking problem when using check

Version 1.10
------------

* Temporarily disable GTKDOC_CHECK, it tries to write a log to /usr/bin
* Tests: do not access invalidated objects
* Remove calls to g_type_init()
* Doc: mention that Identity::signout() clears password and tokens
* Check that NEWS has been updated

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
-----------

* Support GValues of type GVariant
  http://code.google.com/p/accounts-sso/issues/detail?id=121

Version 1.6
-----------

* Be Python 3 compatible

Version 1.5
-----------

* Add workaround for missing GStrv support in PyGObject
* Port from dbus-glib to GDBus

Version 1.4
-----------

* Update licence is tests

Version 1.3
-----------

* AuthSession: let the callback unreference "self"
  http://code.google.com/p/accounts-sso/issues/detail?id=121
* Several improvements to tests
* Distribute Vala bindings
* Add Requires.private to pkg-config files

Version 1.2
-----------

* Depend on latest signond
* Remove support for old D-Bus API
* Improve creation of GError instances
* Use dbus-test-runner for running tests if available
* Support new signond D-Bus API
* Several API reference documentation improvements
* Add GObject-Introspection for bindings
* Add GType information to enums
* Tidy public includes
* Define SignonIdentityInfo as a new boxed type