2005-07-25 Mark McLoughlin * configure.in: Version 0.8.6. 2005-02-23 Tor Lillqvist * util.c (IDL_parse_filename): Use g_path_get_dirname(), g_strconcat(), g_strdup_printf(). Don't bother checking g_malloc() for failure in some places, g_malloc() doesn't return if you are out of memory. And anyway, in other places the code didn't check. 2005-02-22 Tor Lillqvist * libIDL-zip.in: New file, for building libIDL zipfiles for Win32. * Makefile.am (EXTRA_DIST) * configure.in: Expand and distribute it. * util.c (IDL_parse_filename): Don't use 2>/dev/null on Win32. Instead, just do a bit of file descriptor acrobatics with dup() and dup2() for the duration of the popen(). 2005-02-05 Gustavo J. A. M. Carneiro * configure.in: Post-release version bump to 0.8.6.