2009/05/12  Stefan Potyra <sistpoty@ubuntu.com>:
	* Generic: Release version 20090512.
	* frontend/interpreter: store virtual registers in the stack frame.
	  This fixes the problem if procedures with wait statements are called
	  simultaneously from two processes.
	* frontend: Handle all generic map aspects correctly.
	* tests: Add more tests for generic maps.
	* interpreter: Allow multivalue initializers for composites.
	* frontend: Use multivalue initializers for composites.
	* interpreter: API of foreign interface for generics splitted to
	  handle arrays and non-arrays differently.

2009/03/09  Stefan Potyra <sistpoty@ubuntu.com>:
	* build-system: Build the parser generator (bison input file)
	  with different directives based on detected bison versions,
	  as these are not compatible. Debian BTS: #518776.
	* build-system: Clean up automake hacks.

2009/02/20  Stefan Potyra <sistpoty@ubuntu.com>:
	* intepreter/kernel.c: Fix cast to not emit warnings on sparc.
	* frontend/newparser/ParserDriver.[ch]pp: Fix bad return type
	  of getDigitValue.

2009/02/13  Stefan Potyra <sistpoty@ubuntu.com>:
	* 20090213 released.
	* General: Ported to Mac OS X (Matthias Sand)

2009/02/02  Stefan Potyra <sistpoty@ubuntu.com>:
	* frontend/visitor/GenCode.cpp: make waiting on composite signals 
	  work
