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