summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-10-26 12:16:51 +0200
committerMurray Cumming <murrayc@murrayc.com>2011-10-26 12:16:51 +0200
commit159805cd380a2f1e2e1e51b880bf1104f0259333 (patch)
treecb206e46fcda6da17a35462f590110dd460b5b62 /ChangeLog
parentc58f354df0f604854d08268e6e2b51cd8a421147 (diff)
downloadglibmm-159805cd380a2f1e2e1e51b880bf1104f0259333.tar.gz
Avoid some deprecation compiler warnings.
* gio/src/file.hg: * gio/src/volumemonitor.hg: * glib/src/date.hg: Add GLIB_DISABLE_DEPRECATION_WARNINGS to SECTION_CC_PRE_INCLUDES to avoid compiler warnings with the new glib deprecation system. * glib/src/value_basictypes.cc.m4: undef them here too, because g_value_set_char() and g_value_get_char() are deprecated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f3a53b93..81c91278 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2011-10-26 Murray Cumming <murrayc@murrayc.com>
+ Avoid some deprecation compiler warnings.
+
+ * gio/src/file.hg:
+ * gio/src/volumemonitor.hg:
+ * glib/src/date.hg: Add GLIB_DISABLE_DEPRECATION_WARNINGS to
+ SECTION_CC_PRE_INCLUDES to avoid compiler warnings with the new glib
+ deprecation system.
+ * glib/src/value_basictypes.cc.m4: undef them here too, because
+ g_value_set_char() and g_value_get_char() are deprecated.
+
+2011-10-26 Murray Cumming <murrayc@murrayc.com>
+
Thread: Move deprecated parts together.
* glib/src/thread.hg: This simplifies things a bit.