summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2011-06-12 22:55:02 +0200
committernobody <nobody@localhost.localdomain>2011-08-08 17:43:47 +0200
commit3dfd7aa70f64f4ec13c2684a80771b07a2b5843d (patch)
treecc19aff8aba4a169d572eb90fa15f1a31083e67f /NEWS
downloadlibsecret-3dfd7aa70f64f4ec13c2684a80771b07a2b5843d.tar.gz
Initial module setup. Implement GSecretData
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS33
1 files changed, 33 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..470f6e5
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,33 @@
+2.27.90
+=======
+ * Fixed configure script to actually error out if installed glib
+ version is too old (Emilio Pozuelo Monfort)
+
+ * gnutls: updated GTlsClientConnectionGnutls for :accepted-cas type
+ change (Stef Walter)
+ * gnutls: fixed an uninitialized variable (Dan Winship)
+
+2.27.5
+======
+ * gnutls: finish implementing GTlsRehandshakeMode, which was present
+ but non-functional in 2.27.4
+ * gnutls: updates for glib TLS API changes
+ * gnutls: fix some async bugs that caused the main loop to spin
+ * gnutls: implement a client-side session cache, to speed up
+ handshakes
+
+ * Compile with gcc warnings by default
+
+2.27.4
+======
+ * GNUTLS-based implementation of GTlsBackend
+
+2.26.0
+======
+
+ * No changes, just a version bump
+
+2.25.0
+======
+
+ * Initial release, with libproxy-based GProxyResolver