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