changelog.txt 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. Changes in version 0.3 (2004-03-16)
  2. -----------------------------------
  3. * Added "in container" unit test system for container adapters and sample app
  4. * Added library extractor tool to reduce the "with deps" ZIP release sizes
  5. * Added unit test to the attributes sample
  6. * Added Jalopy source formatting
  7. * Modified all files to use net.sf.acegisecurity namespace
  8. * Renamed springsecurity.xml to acegisecurity.xml for consistency
  9. * Reduced length of ZIP and JAR filenames
  10. * Clarified licenses and sources for all included libraries
  11. * Updated documentation to reflect new file and package names
  12. * Setup Sourceforge.net project and added to CVS etc
  13. Changes in version 0.2 (2004-03-10)
  14. -----------------------------------
  15. * Added Commons Attributes support and sample (thanks to Cameron Braid)
  16. * Added JBoss container adapter
  17. * Added Resin container adapter
  18. * Added JDBC DAO authentication provider
  19. * Added several filter implementations for container adapter integration
  20. * Added SecurityInterceptor startup time validation of ConfigAttributes
  21. * Added more unit tests
  22. * Refactored ConfigAttribute to interface and added concrete implementation
  23. * Enhanced diagnostics information provided by sample application debug.jsp
  24. * Modified sample application for wider container portability (Resin, JBoss)
  25. * Fixed switch block in voting decision manager implementations
  26. * Removed Spring MVC interceptor for container adapter integration
  27. * Documentation improvements
  28. Changes in version 0.1 (2004-03-03)
  29. -----------------------------------
  30. * Initial public release
  31. $Id$