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