summaryrefslogtreecommitdiff
path: root/Changelog
blob: 398f17176100c11aec5673ec447ef23fe8567994 (plain)
  1. Changelog for LedgerSMB 1.1.0
  2. Database
  3. * Added utility to partially recover from SQL-Ledger data corruption issues.
  4. * Primary Key added to acc_trans table
  5. * DB Updates now use one transaction per update file.
  6. * FLOAT datatypes removed from database
  7. * Protection against duplicate transaction id's.
  8. * Added foreign key constraint to acc_trans.chart_id
  9. Security
  10. * One is required to change the admin password when it is blank (on first login etc).
  11. Usability
  12. * We now support adding custom automation into a custom.pl
  13. * Setup.pl use is now experimentally supported
  14. * Disabled editing sub-assemblies in one area where it is unsafe.
  15. * Utility included for near-real-time parts short email notifications.
  16. * Fixed Lynx support
  17. * Batch printing now available for checks
  18. * Warnings are printed when check stub is truncated
  19. * Sales Data Report added
  20. * SL2LS.pl now dies if it cannot open the files with instructions on how to proceed manually
  21. * Links between admin and login pages
  22. * Experimental support for Windows printing
  23. Changelog for LedgerSMB v 1.0.0p1
  24. * Fixed directory transversal/arbitrary code execution vulnerability.
  25. Changelog for LedgerSMB v 1.0.0
  26. (Changes relative to the pre-fork SQL-Ledger 2.6.17)
  27. * Corrected sessionid security hole allowing bypass of login to main application
  28. * Corrected sessionid security hole allowing one to list logins and more.
  29. * Changed acc_trans.amount to NUMERIC
  30. * Tightened browser caching rules to prevent problems with back button.
  31. * Added an open content manual to the main distribution.
  32. * New logo.
  33. * Began whitespace reformatting of main application.