summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2013-03-26 11:20:41 +0100
committerMurray Cumming <murrayc@murrayc.com>2013-03-26 11:20:41 +0100
commit6b966ecb0435775f6a7f84dece93b779b7ee42d3 (patch)
tree62d4da762e7cfebe6f35699890e9b8662b1d3b21 /ChangeLog
parenta1cdaa154c270cd9c4a811daa0a5e693270091d5 (diff)
downloadglibmm-6b966ecb0435775f6a7f84dece93b779b7ee42d3.tar.gz
Gio: Correct TlsDatabase/TlsFileDatbase derivation.
* gio/src/tlsdatabase.hg: * gio/src/tlsfiledatabase.hg: TlsFileDatabase should derive from TlsDatabase, not the other way around. However, we do not use TlsFileDatabase, and it is odd (an interface that requires a non-interface other than GObject) so maybe we should not provide it yet anyway.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 30be934e..9da95d55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2013-03-25 Murray Cumming <murrayc@murrayc.com>
+ Gio: Correct TlsDatabase/TlsFileDatbase derivation.
+
+ * gio/src/tlsdatabase.hg:
+ * gio/src/tlsfiledatabase.hg: TlsFileDatabase
+ should derive from TlsDatabase, not the other
+ way around. However, we do not use TlsFileDatabase,
+ and it is odd (an interface that requires a
+ non-interface other than GObject) so maybe we should
+ not provide it yet anyway.
+
+2013-03-25 Murray Cumming <murrayc@murrayc.com>
+
Gio: Add some TODOs about changing the base classes.
* gio/src/actionmap.hg