Initial module setup. Implement GSecretData
[platform/upstream/libsecret.git] / NEWS
1 2.27.90
2 =======
3   * Fixed configure script to actually error out if installed glib
4     version is too old (Emilio Pozuelo Monfort)
5
6   * gnutls: updated GTlsClientConnectionGnutls for :accepted-cas type
7     change (Stef Walter)
8   * gnutls: fixed an uninitialized variable (Dan Winship)
9
10 2.27.5
11 ======
12   * gnutls: finish implementing GTlsRehandshakeMode, which was present
13     but non-functional in 2.27.4
14   * gnutls: updates for glib TLS API changes
15   * gnutls: fix some async bugs that caused the main loop to spin
16   * gnutls: implement a client-side session cache, to speed up
17     handshakes
18
19   * Compile with gcc warnings by default
20
21 2.27.4
22 ======
23   * GNUTLS-based implementation of GTlsBackend
24
25 2.26.0
26 ======
27
28   * No changes, just a version bump
29
30 2.25.0
31 ======
32
33   * Initial release, with libproxy-based GProxyResolver