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