iEat Release Notes

@VERSION@ @BUILD_DATE@

Changes since last release:

- Fixed problem with "Back" links to recipe/user index not returning to
  proper index.
  
- Fixed bug where error/message box appeared even when no erorrs
  or messages to display.
  
- Implemented recipe search.

- Now delete recipes from search index when delete the recipe from the 
  database.
  
- Now set lastLoginDate property when users log in.

- Removed EXSLT templates and now rely on JAXP parser supporting EXSLT 
  functions (iEat uses EXLST for date formatting)
  
- Display user last login and creation dates on user administration 
  screen.
  
- Fix configuration error where UserBiz was not using transaction 
  interceptor.
  
- Implemented JAXB view implementation (xweb) and converted all XSLT
  templates to use resulting new DOM structure.
  
- Updated to Spring 1.1.4 release.

- Implemented cancel processing for form actions in consistent way.

- Added custom NamespacePrefixMapper implementation to make debugging
  DOM dumps easier to read.
  
- Added work-around for meal recipe processing after recipe used in 
  meal has been deleted.
  
- Switched view configuration from view.properties to view.xml to get 
  around apparent bug in Spring map key name processing in property
  files.
  