summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburqu@svn.gnome.org>2013-04-07 17:13:28 -0400
committerJosé Alburquerque <jaalburqu@svn.gnome.org>2013-04-07 17:13:28 -0400
commite9d09efcad4b92ac0fd497eeacf96d988c720319 (patch)
tree0de870129f425ebd7c934bda5d5f3960acce6b0a /ChangeLog
parented95a3b5ddfb036e91be5d868e74f23ba304f37b (diff)
downloadglibmm-e9d09efcad4b92ac0fd497eeacf96d988c720319.tar.gz
Tests: Add a basic test for the Tls* API.
* tests/giomm_tls_client/main.cc: The test basically works though it would be good to test more thoroughly the TlsDatabase API.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c0d14e62..446bba3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2013-04-07 José Alburquerque <jaalburquerque@gmail.com>
+ Tests: Add a basic test for the Tls* API.
+
+ * tests/giomm_tls_client/main.cc: The test basically works though it
+ would be good to test more thoroughly the TlsDatabase API.
+
+2013-04-07 José Alburquerque <jaalburquerque@gmail.com>
+
Gio::TlsClientConnection: Make the class work correctly.
* tools/m4/class_interface.m4 (_CUSTOM_CTOR_CAST): Add a new macro so