notes-1.2.txt 1.6 KB

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