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