diff options
author | Daniel Elstner <daniel@src.gnome.org> | 2004-06-03 22:16:54 +0000 |
---|---|---|
committer | Daniel Elstner <daniel@src.gnome.org> | 2004-06-03 22:16:54 +0000 |
commit | 049da4b1bb92871ab228bd22733cad0fb0b42406 (patch) | |
tree | 711da0c66d271c7d042d15d8cbe809df9cf84c84 /ChangeLog | |
parent | 37eee5eacc2c18204724419edc13d0c9ed12aef3 (diff) | |
download | glibmm-049da4b1bb92871ab228bd22733cad0fb0b42406.tar.gz |
Remove mkinstalldirs, because automake-1.8 doesn't use it anymore and
* scripts/Makefile.am (EXTRA_DIST): Remove mkinstalldirs, because
automake-1.8 doesn't use it anymore and prior versions should pick
it up automatically anyway.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2004-06-03 Daniel Elstner <daniel.elstner@gmx.net> + * scripts/Makefile.am (EXTRA_DIST): Remove mkinstalldirs, because + automake-1.8 doesn't use it anymore and prior versions should pick + it up automatically anyway. + +2004-06-03 Daniel Elstner <daniel.elstner@gmx.net> + * glib/glibmm/dispatcher.cc: Complete overhaul of the Win32 implementation of Glib::Dispatcher. That is, mutex locking is done correctly now and dynamic memory allocation is no longer |