X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gmodule%2FChangeLog;h=fff7980d0f6d916fffc73c425595a2cb8b49a0d8;hb=2a53b4d0e2c98a14aedf31e38f0ad1fb2e8fe26f;hp=a4b704f6612e86cc978f2f8f56cc9f2cba4f6a29;hpb=0b434a3cbda99fc8f93be23aea4961051cbce8ab;p=platform%2Fupstream%2Fglib.git diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog index a4b704f..fff7980 100644 --- a/gmodule/ChangeLog +++ b/gmodule/ChangeLog @@ -1,3 +1,218 @@ +=== ChangeLog discontinued === + + With the move to git, GLib is switching from a ChangeLog file + to relying on commit messages to provide change history. Please + see README.commits for guidance on the expected message format. + +2009-03-13 Matthias Clasen + + * === Released 2.20.0 === + +2009-03-02 Matthias Clasen + + * === Released 2.19.10 === + +2009-03-02 Matthias Clasen + + * === Released 2.19.9 === + +2009-03-01 Matthias Clasen + + Bug 71704 - Header file include order + + * gmodule.c: Include gmodule.h before io.h. + Pointed out by Kazuki Iwamoto + +2009-02-17 Matthias Clasen + + * === Released 2.19.8 === + +2009-02-16 Matthias Clasen + + * === Released 2.19.7 === + +2009-02-02 Matthias Clasen + + * === Released 2.19.6 === + +2009-01-19 Matthias Clasen + + * === Released 2.19.5 === + +2009-01-05 Matthias Clasen + + * === Released 2.19.4 === + +2008-12-15 Matthias Clasen + + * === Released 2.19.3 === + +2008-12-01 Matthias Clasen + + * === Released 2.19.2 === + +2008-12-01 Matthias Clasen + + * === Released 2.19.1 === + +2008-10-16 Matthias Clasen + + * === Released 2.19.0 === + +2008-09-26 Tor Lillqvist + + * gmodule-win32.c: Improve error reporting: When g_module_open() + fails, include the name of the module passed to LoadLibrary() in + what g_module_error() returns. + +2008-09-17 Matthias Clasen + + * === Released 2.18.1 === + +2008-09-08 Tor Lillqvist + + Bug 551408 - gmodule.def generated to builddir, but required in srcdir + + * Makefile.am: Use gmodule.def from builddir, not srcdir. + +2008-09-02 Matthias Clasen + + * === Released 2.18.0 === + +2008-08-18 Matthias Clasen + + * === Released 2.17.7 === + +2008-08-04 Matthias Clasen + + * === Released 2.17.6 === + +2008-08-04 Matthias Clasen + + * === Released 2.17.5 === + +2008-08-01 Hans Breuer + + * makefile.msc.in : adapt to gmodule.symbols usage + +2008-07-27 Tor Lillqvist + + * gmodule.symbols: New file. + + * gmodule.c: Bypass the Windows ABI compatibility symbols on + 64-bit Windows. Thus no need to keep the file name in system + codepage around on 64-bit Windows either. + + * Makefile.am: Produce gmodule.def from gmodule.symbols. Dist + gmodule.symbols instead of gmodule.def. + + * gmodule.def: Drop from SVN. + +2008-07-27 Tor Lillqvist + + * Makefile.am (gmodule-2.0.lib): Pass appropriate -machine flag to + lib.exe. + +2008-07-21 Matthias Clasen + + * === Released 2.17.4 === + +2008-07-02 Matthias Clasen + + * === Released 2.17.3 === + +2008-06-12 Matthias Clasen + + * === Released 2.17.2 === + +2008-06-12 Matthias Clasen + + * === Released 2.17.1 === + +2008-05-28 Michael Natterer + + * Makefile.am: don't define G_DISABLE_SINGLE_INCLUDES, it's in + the global CPPFLAGS now. + +2008-05-27 Matthias Clasen + + * === Released 2.17.0 === + +2008-05-05 Michael Natterer + + * Makefile.am. build with G_DISABLE_SINGLE_INCLUDES to prevent + code from being checked in that breaks the build of applications + which use G_DISABLE_SINGLE_INCLUDES. + + * gmodule.c: #include "glib.h" instead of "glibconfig.h" + +2008-03-16 Tor Lillqvist + + * Makefile.am: Define gmodule_def locally here instead of using an + Autoconf variable. + +2008-03-10 Matthias Clasen + + * === Released 2.16.1 === + +2008-03-10 Matthias Clasen + + * === Released 2.16.0 === + +2008-02-25 Matthias Clasen + + * === Released 2.15.6 === + +2008-02-11 Matthias Clasen + + * === Released 2.15.5 === + +2008-01-28 Matthias Clasen + + * === Released 2.15.4 === + +2008-01-21 Matthias Clasen + + * === Released 2.15.3 === + +2008-01-14 Matthias Clasen + + * === Released 2.15.2 === + +008-01-07 Matthias Clasen + + * === Released 2.15.1 === + +2007-12-22 Matthias Clasen + + * gmodule.c (g_module_open): Don't fail to load modules + with suffix .la. (#480122, Andrey Tsyvarev) + +2007-12-20 Matthias Clasen + + * === Released 2.15.0 === + +2007-11-08 Matthias Clasen + + * gmodule.c: Include glibconfig.h before checking G_OS_WIN32. + +2007-11-07 Matthias Clasen + + * *.c: Make header include order consistent (#71704, + Diego Escalante Urrelo) + +2007-11-07 Matthias Clasen + + * === Released 2.14.3 === + +2007-10-16 Matthias Clasen + + * === Released 2.14.2 === + +2007-09-19 Matthias Clasen + + * === Released 2.14.1 === + 2007-08-03 Matthias Clasen * === Released 2.14.0 ===