diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | gio/src/filelist.am | 1 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,12 @@ 2013-03-26 José Alburquerque <jaalburquerque@gmail.com> + TlsFileDatabase: Remove the class until its usage is more clear. + + * gio/src/filelist.am (tlsfiledatabase.hg): Remove from the build + until it is more clear how the class should be used. + +2013-03-26 José Alburquerque <jaalburquerque@gmail.com> + TlsError: Rename the EOF enum value. * gio/src/error.hg (EOF): Rename it to ENDOFFILE to avoid a clash with diff --git a/gio/src/filelist.am b/gio/src/filelist.am index 5e8e44b8..28f7782a 100644 --- a/gio/src/filelist.am +++ b/gio/src/filelist.am @@ -117,7 +117,6 @@ giomm_files_any_hg = \ tlsclientconnection.hg \ tlsconnection.hg \ tlsdatabase.hg \ - tlsfiledatabase.hg \ tlsinteraction.hg \ tlspassword.hg \ tlsserverconnection.hg \ |