summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburqu@svn.gnome.org>2013-03-26 10:00:35 -0400
committerJosé Alburquerque <jaalburqu@svn.gnome.org>2013-03-26 10:01:47 -0400
commit3bb2217bed5b0f3c90cb1be319dff82e0c580f98 (patch)
treee882c22b2e98f00eb55ae1172822d19944f04394 /ChangeLog
parent4d1675d128db043bb071345ae7edb0dae7a25dcc (diff)
downloadglibmm-3bb2217bed5b0f3c90cb1be319dff82e0c580f98.tar.gz
TlsError: Rename the EOF enum value.
* gio/src/error.hg (EOF): Rename it to ENDOFFILE to avoid a clash with another definition of the identifier somewhere else which breaks the gtkmm build.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e02936fa..14bc0f55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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
+ another definition of the identifier somewhere else which breaks the
+ gtkmm build.
+
2013-03-26 Murray Cumming <murrayc@murrayc.com>
GTlsFileDatabase: Use std::string for filenames.