1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
* Sun 11 Jan 2009 Kombo Morongo <morongo@users.sourceforge.net>
- Version 1.4.0
* debian directory removed.
* --enable-doc-gen option added to configuration in order to control API
documentation generation.
* Makefile changes preventing documentation errors to stop library generation
* minor configure and Makefile changes as suggested by libtool 2.2.4
* source copyright adjustment as we are entering year 2009
* Tue 8 Jul 2008 Kombo Morongo <morongo@users.sourceforge.net>
- Version 1.3.0
* Bug 2008359 fixed. jaula/jaula_lexan.cc removed from tarball sources as this
prevents flex from creating valid analyzer code.
* Bug 1832325 fixed. Bad type for JAULA::Value_Object class.
* Bug 1827161 fixed. gcc specific options removed from AM_CPPFLAGS easing use
of different compilers.
* Sun 6 May 2007 Kombo Morongo <morongo@users.sourceforge.net>
- Version 1.2.0
* Bug 1712715 fixed. Crash while processing escape sequence data.
* Documentation changes for API Reference guide generation through doxygen.
* Sat 21 Apr 2007 Kombo Morongo <morongo@users.sourceforge.net>
- Version 1.1.0 Accumulative bug fixes
* Bug 1700929 fixed. Renaming of example files.
* Bugs 1700931 & 1700932 fixed. Typos corrected
* Bugs 1701573, 1701575 & 1701642 fixed. Wrong include directives.
* Bug 1701657 fixed. Uncompressed documentation tag file.
* Feature request 1702115 included. yyFlexLexer class renamed.
* Fri 13 Apr 2007 Kombo Morongo <morongo@users.sourceforge.net>
- Version 1.0.0 first version released.
- Project uploaded to SourceForge (http://sourceforge.net/projects/jaula)
* Fri 23 Mar 2007 Kombo Morongo <morongo@users.sourceforge.net>
- Version 0.1.0 project start-up
|