2 ===============================================================
4 Version 0.3 [25/January/2005]
5 ----------------------------------------------------------------
7 Carlos Daniel Ruvalcaba Valenzuela [clsdaniel-at+gmail+dot-com]
8 * Moved object functions to core odkUtils
9 * Implemented XML based configuration store.
10 * ConfigStore Shell like interface for testing backends.
13 Version 0.2 [15/January/2005]
14 ----------------------------------------------------------------
16 Carlos Daniel Ruvalcaba Valenzuela [clsdaniel-at+gmail+dot-com]
17 * Added convenient string functions to common.h and common.c
18 * Added base Object class
19 * Added reference counting to Objects
20 * XML Writter outputs pretty formated XML documents
21 * Path based access to XML Nodes
22 * Added Logging facilities
23 * Added Configuration Store Module
26 Version 0.1 [21/December/2005]
27 ----------------------------------------------------------------
29 Carlos Daniel Ruvalcaba Valenzuela [clsdaniel-at+gmail+dot-com]
30 * Added bitfield functions
31 * Added memory pools system
32 * Added doubly linked lists that make use of mempools (optional)
33 * Added single linked lists that make use of mempools (optional)
34 * Added hash table functions
35 * Added dynamic module loading
36 * Added basic structures to handle XML nodes
37 * Added basic XML Writter
38 * Added basix XML Parser using expat