notes-1.1.1.txt 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. =======================================================================
  2. iEat (Development) Release Notes
  3. @VERSION@ @BUILD_DATE@
  4. =======================================================================
  5. This is a development version of iEat and should not be used in a
  6. production environment.
  7. This release is an under-the-hood update to bring much of the code
  8. base up to date and refactor out a large amount of non-iEat-specific
  9. code into shared libraries. These common libraries are shared between
  10. iEat and other projects such as Tidbits. Along the way some small bugs
  11. from iEat 1.0 have been addressed. Once all bugs are worked out from
  12. this development release iEat will be released as version 1.2.
  13. The database schema has changed very slightly in this release. You
  14. should not run this against an installation of iEat 1.0. In a future
  15. release a database update script will be provided.
  16. Major updates in this release:
  17. - Update to Java 5
  18. - Update to Lucene 2.0
  19. - Update to Spring 1.2.8
  20. - Update to shared libraries mmagoff and xweb
  21. - Fix bug clean-registration job ran every 2 minutes instead of once
  22. per day at 2AM
  23. - Fix UI schema error with allow-unlimited optional attribute
  24. - Fix various XSL problems with Java 5 default implementation (XSLTC)
  25. - Fix Ehcache configuration so that caches do not spool to disk
  26. - Fix some logic bugs in advanced search