summaryrefslogtreecommitdiff
path: root/Changelog
blob: b4133773d400550136a2444114b2b7de0c1a71ce (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. * Setup.pl use is now experimentally supported
  13. * Disabled editing sub-assemblies in one area where it is unsafe.
  14. * Utility included for near-real-time parts short email notifications.
  15. * Fixed Lynx support
  16. * Batch printing now available for checks
  17. * Warnings are printed when check stub is truncated
  18. * Sales Data Report added
  19. * SL2LS.pl now dies if it cannot open the files with instructions on how to proceed manually
  20. * Links between admin and login pages
  21. Changelog for LedgerSMB v 1.0.0p1
  22. * Fixed directory transversal/arbitrary code execution vulnerability.
  23. Changelog for LedgerSMB v 1.0.0
  24. (Changes relative to the pre-fork SQL-Ledger 2.6.17)
  25. * Corrected sessionid security hole allowing bypass of login to main application
  26. * Corrected sessionid security hole allowing one to list logins and more.
  27. * Changed acc_trans.amount to NUMERIC
  28. * Tightened browser caching rules to prevent problems with back button.
  29. * Added an open content manual to the main distribution.
  30. * New logo.
  31. * Began whitespace reformatting of main application.