diff options
author | José Alburquerque <jaalburqu@svn.gnome.org> | 2013-04-07 17:13:28 -0400 |
---|---|---|
committer | José Alburquerque <jaalburqu@svn.gnome.org> | 2013-04-07 17:13:28 -0400 |
commit | e9d09efcad4b92ac0fd497eeacf96d988c720319 (patch) | |
tree | 0de870129f425ebd7c934bda5d5f3960acce6b0a /ChangeLog | |
parent | ed95a3b5ddfb036e91be5d868e74f23ba304f37b (diff) | |
download | glibmm-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |