##
#§ libmsgque - ChangeLog
#§
#§ (C) 2004 - LibMsgque - Project - Group
#§ ------------------------------------------------------
#§ EMail: aotto1968 at users.sourceforge.net
#§ ------------------------------------------------------
#§ this software has GPL permissions to copy
#§ please contact AUTHORS for additional information
#§
Release 2.4 27.08.2007
=========================
1) add support for native win32 builds,
-> use README_windows for details
2) add support for solaris sparc support
-> fix alignment errors
3) add new acmd servers
-> astarter replacement for (x)inetd
-> aexec remote command execution tool
4) misc code cleanup
-> add basename wrapper
-> cleanup server startup add SysServer function
-> cleanup buffer to native convertion
-> add support for socklen_t on all systems
5) cleanup build/configure process
6) add additional example in overview
7) cleanup/add test cases
Release 2.3 09.05.2007 (beta2)
==================================
1) add new examples to overview.doc
2) fix bug for filter _EOF token -> forward filer error-message to caller
3) fix bug in MqBufferCopy -> don't overwrite the 'alloc' status
4) add some tests to check for error in filter mode
Release 2.3 17.04.2007 (beta1)
==================================
1) full rewrite of the software
2) now using GNU build environment with:
automake, autoconf, libtool ...
3) add new convenience commands called 'acmds'
4) first going public of the source-code
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