Bump version
[platform/upstream/glib.git] / gmodule / ChangeLog
index 930ea45..0456cd0 100644 (file)
@@ -1,3 +1,217 @@
+2005-08-23  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.8.1 ===
+
+2005-08-12  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.8.0 ===
+
+2005-08-05  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.7.7 ===
+
+2005-08-03  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.7.6 ===
+
+2005-08-02  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.7.5 ===
+
+2005-07-21  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.7.4 ===
+
+2005-07-15  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.7.3 ===
+       
+2005-07-09  Tor Lillqvist  <tml@novell.com>
+
+       * Makefile.am: Don't use the scripts in build/win32 to compile
+       gmodule.rc into a resource object file. (This means we lose the
+       build number increment magic, but I doubt it was that useful
+       anyway.) Instead use windres directly. To pass the normal .o file
+       produced by windres through libtool, which wants .lo files, pass
+       it directly to the linker using a -Wl option.
+
+       * gmodule.rc.in: Thus replace BUILDNUMBER with 0.
+
+2005-07-08  Matthias Clasen  <mclasen@redhat.com>
+       
+       * === Released 2.7.2 ===
+
+2005-06-30  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.7.1 ===
+
+2005-06-30  Matthias Clasen  <mclasen@redhat.com>
+
+       * gmodule-ar.c: Include stdlib.h
+
+2005-06-26  Tor Lillqvist  <tml@novell.com>
+
+       * Makefile.am: libtool installs/uninstalls the import library, no
+       need to do it ourselves. Do still install/uninstall the .def file,
+       though.
+
+2005-06-24  Tor Lillqvist  <tml@novell.com>
+
+       * Makefile.am (install-libtool-import-lib): Current GNU tools do
+       understand the PRIVATE keyword.
+
+2005-06-10  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.7.0 ===
+
+2005-01-07  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.6.1 ===
+
+2004-12-31  Tor Lillqvist  <tml@iki.fi>
+
+       * gmodule.c (g_module_open): It's wrong to call g_file_test() with
+       more than one test (both G_FILE_TEST_EXISTS and _IS_REGULAR). (It
+       would succeed even if the pathname existed as a nonregular file.)
+       Just G_FILE_TEST_IS_REGULAR works fine. (#162594)
+
+2004-12-16  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.6.0 ===
+       
+2004-12-06  Tor Lillqvist  <tml@iki.fi>
+
+       * Makefile.am
+       * gmodule.def
+       * gmodule.[hc]: Win32 DLL ABI stability cruft like in ../glib.
+
+2004-12-02  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.5.7 ===
+       
+2004-11-12  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.5.6 ===
+       
+2004-11-04  Tor Lillqvist  <tml@iki.fi>
+
+       * gmodule-win32.c (_g_module_open): Argument is in UTF-8. Use wide
+       character Win32 API if present.
+
+       * gmodule.c (parse_libtool_archive, g_module_open): Convert file
+       name to UTF-8 before storing in the error message string.
+
+       * gmodule.c (parse_libtool_archive): Use g_open().
+
+2004-11-02  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.5.5 ===
+
+2004-10-27 Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.5.4 ===
+
+2004-09-18 Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.5.3 ===
+
+2004-08-25 Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.5.2 ===
+
+2004-08-01 Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.5.1 ===
+
+Sun Jul 18 18:03:08 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * === Released 2.5.0 ===
+
+Mon May 31 00:09:10 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * Makefile.am (EXTRA_DIST): Add gmodule-ar.c. (#85930, Tomas Ă–gren)
+
+Tue May 11 23:23:21 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gmodule-ar.c (_g_module_open): Make it compile on AIX.  
+       (#141159, Michael Wilson)
+
+2004-03-31  Tor Lillqvist  <tml@iki.fi>
+
+       * gmodule-win32.c (_g_module_build_path): On Cygwin, use the "cyg"
+       prefix, and accept also the normal "lib". (#138403, Roger Leigh)
+
+Tue Feb 24 14:09:21 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * === Released 2.3.3 ===
+
+Sun Feb 22 02:28:43 2004  Matthias Clasen  <maclas@gmx.de>
+
+       Bug #85930, Laurent Vivier:
+       
+       * gmodule-ar.c: Implementation of native module management for AIX.
+       * gmoduleconf.h.in: 
+       * gmodule.c: Support gmodule-ar.c 
+
+2003-01-01  Tor Lillqvist  <tml@iki.fi>
+
+       * gmodule-win32.c (_g_module_build_path): Use g_ascii_strcasecmp().
+
+Tue Dec  3 20:56:19 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gmodule.c (g_module_open): Properly refcount the
+       main module if it is already open. (#98648)
+
+Sat Mar  2 14:46:17 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gmodule-beos.c (_g_module_build_path) * gmodule-dyld.c (_g_module_build_path) 
+         gmodule-dl.c (_g_module_build_path): Use G_MODULE_SUFFIX rather than
+       a hardcoded ".so". (#72803)
+
+Sun Feb 17 18:15:22 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gmodule.c (g_module_open): Fix typo when checking
+       if file + module_suffix exists. (Miroslaw Dobrzanski-Neumann,
+       #71801)
+
+2001-11-24  Tor Lillqvist  <tml@iki.fi>
+
+       * Makefile.am: Remove rule for testgmodule.exp, too.
+
+2001-11-22  Tor Lillqvist  <tml@iki.fi>
+
+       * gmodule-win32.c: Current w32api headers do include tlhelp32.h,
+       so no need to have an extract from it here.
+
+Mon Nov 19 16:12:12 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * Makefile.am makefile.msc.in makefile.mingw.in: Remove
+       testgmodule and associated plugin files; we don't need _both_ this
+       and ../tests/module-test.c
+
+2001-11-16  Michael Meeks  <michael@ximian.com>
+
+       * gmodule.c (parse_libtool_archive): fix leak.
+
+2001-10-30  Dan Winship  <danw@ximian.com>
+
+       * Makefile.am (EXTRA_DIST): Add gmodule-dyld.c
+
+2001-10-23  Tor Lillqvist  <tml@iki.fi>
+
+       * Makefile.am: (Win32): If we have built the MSVC import library,
+       install it. Install the gcc import library. Also support
+       uninstall.
+
+2001-10-09  Tor Lillqvist  <tml@iki.fi>
+
+       * gmodule-win32.c (_g_module_build_path): More Unix compatibility:
+       Add "lib" prefix in case the module name doesn't already have it,
+       except if it ends with ".dll" (in which case it probably already
+       is the name of an existing DLL). This is needed for instance for
+       the gdk-pixbuf loaders, which are called "lib*.dll", but
+       gdk-pixbuf-io calls g_module_build_path without the "lib" prefix.
+
 2001-10-03  jacob berkman  <jacob@ximian.com>
 
        * libgplugin_a.c: (gplugin_a_module_func):