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