diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-01-29 04:00:45 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-01-29 04:00:45 +0000 |
commit | 6a66c972cafeeabd6e1a35ea7f622bb1f380bb94 (patch) | |
tree | 17ac6e6ca176643b755e9b92b24d83075ba27a91 /ChangeLog | |
parent | cca151bab7ff3f26d0f3b613ce1661dcfe199826 (diff) | |
download | gtk+-6a66c972cafeeabd6e1a35ea7f622bb1f380bb94.tar.gz |
If major.minor of required and available glib versions are the same, add
2006-01-28 Behdad Esfahbod <behdad@gnome.org>
* configure.in: If major.minor of required and available glib versions
are the same, add -DG_DISABLE_DEPRECATED to GLIB_CFLAGS. (bug #328617)
* */Makefile.am: Remove hardcoded -DG_DISABLE_DEPRECATED.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-01-28 Behdad Esfahbod <behdad@gnome.org> + + * configure.in: If major.minor of required and available glib versions + are the same, add -DG_DISABLE_DEPRECATED to GLIB_CFLAGS. (bug #328617) + + * */Makefile.am: Remove hardcoded -DG_DISABLE_DEPRECATED. + 2006-01-28 Dom Lachowicz <cinamod@hotmail.com> * modules/engines/ms-windows/msw-style.c: Re-sync with gtk-wimp |