| 12345678910111213141516171819202122232425262728293031 |
- =======================================================================
- iEat (Development) Release Notes
- @VERSION@ @BUILD_DATE@
- =======================================================================
- This is a development version of iEat and should not be used in a
- production environment.
- 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. Once all bugs are worked out from
- this development release iEat will be released as version 1.2.
- The database schema has changed very slightly in this release. You
- should not run this against an installation of iEat 1.0. In a future
- release a database update script will be provided.
- Major updates in this release:
- - Update to Java 5
- - Update to Lucene 2.0
- - 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
|