summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburqu@svn.gnome.org>2013-03-27 00:53:58 -0400
committerJosé Alburquerque <jaalburqu@svn.gnome.org>2013-03-27 00:53:58 -0400
commit9bd358d51ac14451a508c4bd01f8fb7a7c81ee9c (patch)
tree015c33de8bb57362c25905fc715fd9e43182e23d /ChangeLog
parent3df1b41edb8bd134f97f84bdf4f5012ec29f542c (diff)
downloadglibmm-9bd358d51ac14451a508c4bd01f8fb7a7c81ee9c.tar.gz
Gio::Tls*: Correct some referencing errors.
* gio/src/tlscertificate.hg (get_issuer): * gio/src/tlsclientconnection.hg (get_server_identity): * gio/src/tlsconnection.hg (get*_certificate): Use refreturn in the wrapping of these because the C API does not reference the object when returning it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aa3182d5..b3dcf728 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2013-03-27 José Alburquerque <jaalburquerque@gmail.com>
+ Gio::Tls*: Correct some referencing errors.
+
+ * gio/src/tlscertificate.hg (get_issuer):
+ * gio/src/tlsclientconnection.hg (get_server_identity):
+ * gio/src/tlsconnection.hg (get*_certificate): Use refreturn in the
+ wrapping of these because the C API does not reference the object when
+ returning it.
+
+2013-03-27 José Alburquerque <jaalburquerque@gmail.com>
+
giomm.h: Also remove the tlsfiledatabase.h include.
* gio/giomm.h: Remove the include from here so that make check will