This is the informal ChangeLog for libacme.

Email address: s11n-devel@lists.sourceforge.net

25 Sept 2004:

- Fixed expand of vars smaller than 3 chars
  environment::expand_vars_inline().


24 Sept 2004:

- property_store::clear_properties() made virtual,
  because i need to override it in some client code.
  Also added clear() as an alias for clear_properties().


12 Sept 2004:

- pointer_cleaner::add() now returns it's argument,
  to allow some call-chaining possibilities.



22 Aug 2004:

- Fixed a memory leak: object_deleter's overloaded
  operators were having the wrong overload called,
  which resulting in algos like free_map_entries()
  not actualy deleting anything!!!!

- Added test app, src/test.cpp


13 Aug 2004:

- Changed random(min,max) to return [min..max], not [min..max).


30 June 2004:

- Fixed a really stupid bug in acme::random(min,max).


18 June 2004:
- Added random() family of functions.


12 June 2004:

- property_server::unset() now frees up more internal resources
  when the last property is unset.


10 June 2004:

- Changed the property_server class significantly.


7 June 2004:

- Added uidgen.hpp and it's accompanying classes.

- Forked children_holder class into children_server, for some
experimental work which is not to interfere with existing
children_holder client code (yes, i have some ;).



0.1.0: initial release, forked off from libs11n tree.

