======================================================================= iEat Release Notes @VERSION@ @BUILD_DATE@ ======================================================================= This release is an under-the-hood update to bring much of the code base up to date and refactor out a large amount of non-iEat-specific code into shared libraries. These common libraries are shared between iEat and other projects such as Tidbits. Along the way some small bugs from iEat 1.0 have been addressed. The database schema has changed in this release. You should not run this against an installation of iEat 1.0. First make sure you back up your iEat 1.0 database, shut down the iEat server, and then run the provided upgrade-1.0-1.2.sql SQL script (in the setup/sql/ directory) against the 1.0 database. This script will update your iEat 1.0 database to the new schema. Once upgraded, bring the iEat 1.2 application up. You'll be forced to go through the Setup Admin again, and once you've completed that you can restart your application server and start using iEat 1.2. Major updates in this release: - Update to Java 5 - Update to Lucene 2 - Update to HyperJAXB2 - Update to Hibernate 3 - Update to Spring 1.2.8 - Update to shared libraries mmagoff and xweb - Fix bug clean-registration job ran every 2 minutes instead of once per day at 2AM - Fix UI schema error with allow-unlimited optional attribute - Fix various XSL problems with Java 5 default implementation (XSLTC) - Fix Ehcache configuration so that caches do not spool to disk - Fix some logic bugs in advanced search - Fix some bugs in the RecipeML import process