File Release Notes and Changelog
Release Name: 1.0.2
Notes:
Release 1.0.2, 2009.07.15
================================================================================
HeliDB -- a simple database for Java. HeliDB is a key-value database for storing
arbitrary objects in. It comes with an optional transaction capability and the
ability to store data in flat files or in B+ Tree files. HeliDB databases are
designed to be simple and fast to create.
This release upgrades the EntityFS dependency to version 1.1.3.
See the change log for details.
Read more about EntityFS on http://www.entityfs.org
Read more about Schmant on http://www.schmant.org
Read more about HeliDB on http://www.helidb.org
Changes:
* = bug fix
+ = new feature or improvement
! = change that makes the new behavior incompatible with the previous behavior
--------------------------------------------------------------------------------
Release 1.0.2, 2009.07.15
================================================================================
+ Upgraded EntityFS to version 1.1.3.
+ Reimplemented the build script in Jython.
+ Made it possible to run Emma coverage analysis in run_unit_tests.js.
Release 1.0.1, 2009.02.05
================================================================================
+ Upgraded build scripts to work with Schmant 0.8.
+ Upgraded EntityFS to version 1.1.
+ Updated Docbook spec version to 4.5 for documentation.
Release 1.0, 2008.08.27
================================================================================