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