##
#§ libFreiburg - src/LibFreiburg/CHANGES
#§
#§ (C) 2004 - Freiburg - Project - Group
#§ ------------------------------------------------------
#§ EMail: freiburg AT compiler-factory DOT de
#§ ------------------------------------------------------
#§ all rights reserved
#§
Release 2.0 22.11.2004
=========================
1) API update
-> http://www.compiler-factory.de/libFreiburg/change20.html
2) no libtool for build-environment
-> significant speedup for build
-> no libtool bug issues anymore
-> no libtool porting issues anymore
3) update transaction work-flow
-> no 'return-handles' anymore
-> no public transaction API anymore
4) speed improvements
-> better internal caching of used objects
-> improved header parsing
5) API now thread-safe
-> need MUTEX lock for MqCreate
-> need MUTEX lock for MqDelete
Release 1.1
===========
1) MqSend_RET_START return now void (old ErrorE)
2) add MqBufferLAppendHC
Release 1.0
===========
1) Initial Release