iotivity 0.9.0
[platform/upstream/iotivity.git] / service / protocol-plugin / lib / cpluff / ChangeLog.txt
1 C-Pluff (0.1.3) alpha
2
3   * Fixed a bug in Windows multi-threading support. Mutex was not
4     actually locked in cpi_lock_mutex.
5   * Fixed a bug in libltdl support. libltdl was not being initialized.
6   * Made cpfile example application compatible with Windows.
7   * Added Windows packaging using cross-compilation on Debian.
8   * Added Microsoft Visual C build environment for examples.
9   * Small improvements to installation documentation and packaging.
10   * Support Expat 1.95.1 and GnuWin32 version of libintl.
11   * Tools: Delegate binding of gettext domain to the library.
12   * Moved documentation sources out from C source directories.
13
14  -- Johannes Lehtinen <johannes.lehtinen@iki.fi>  Fri,  6 Apr 2007 15:36:30 +0300
15
16 C-Pluff (0.1.2) alpha
17
18   * Removed a flawed check of whether dynamically resolved symbols are
19     in use when a plug-in is being stopped.
20   * Fixed a bug in libcpluff: When stopping plug-in dependency chains,
21     first call stop function of every plug-in in the chain and then call
22     destroy functions. This makes it possible to do safe two-phase cleanup.
23     Previously the destroy function of a plug-in was called immediately
24     after the stop function of the corresponding plug-in.
25   * Make plug-in dependency loop log message an informational message
26     and not a warning.
27   * Minor documentation changes and corrections.
28   * Build, install and distribute internationalization support files.
29   * Link with libintl if internationalization support needs it.
30   * Unified message string structure and wording.
31   * Include finnish translation (to test internationalization).
32   * Fixed some installation/packaging problems.
33   * Install documentation as part of installation.
34   * Install example source code as part of installation.
35   * Include optional stand-alone build system for example code.
36   * Respect DESTDIR during installation.
37
38  -- Johannes Lehtinen <johannes.lehtinen@iki.fi>  Wed, 28 Mar 2007 10:24:31 +0300
39
40 C-Pluff (0.1.1) alpha
41
42   * More complete documentation.
43   * Added an example of extensible application (cpfile).
44   * Fixed bug in cpluff-loader: Use empty string for the first argument
45     instead of NULL pointer.
46   * Fixed bug in cp_get_extensions_info: Overwrote memory when
47     returning extensions for a specific extension point.
48   * Fixed bug in plug-in uninstallation: Accessed freed memory when
49     uninstalling a plug-in.
50   * Do not warn about unknown attributes of an extension element
51     because they might be extension point specific data.
52   * Build reference documentation in build directory.
53   * Added a test for inter-plugin symbol usage.
54
55  -- Johannes Lehtinen <johannes.lehtinen@iki.fi>  Sun, 18 Mar 2007 23:28:59 +0200
56
57 C-Pluff (0.1.0) alpha
58
59   * Initial public release.
60   * Includes incomplete documentation.
61
62  -- Johannes Lehtinen <johannes.lehtinen@iki.fi>  Thu, 08 Mar 2007 15:45:00 +0200