diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-09-02 19:59:04 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-09-02 19:59:04 +0000 |
commit | c0aec66b8743f233e86d62a6c02339983e24ecb6 (patch) | |
tree | 535fcf30db2df5c43e630857c3e828c47fa65c96 /doc | |
parent | 51f16b44dbc9868c4acf7a0473e81bb7cf5c39da (diff) |
Version numbers, changelog, etc. for 1.2.16
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@2307 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release_notes | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/doc/release_notes b/doc/release_notes index c1227422..fb3209be 100644 --- a/doc/release_notes +++ b/doc/release_notes @@ -1,5 +1,5 @@ RELEASE NOTES -LedgerSMB 1.2.15 +LedgerSMB 1.2.16 @@ -198,22 +198,14 @@ Also the POS system requires some additional configuration both in the chart of accounts and in the system itself. Please edit the pos.conf.pl and create appropriate till accounts. -Major Bugs Fixed in 1.2.15: +Major Bugs Fixed in 1.2.16: ================================ -1) (Critical) Denial of service potential by uploading files of arbitrary size. - Prior versions did not have an upload limit, so denial of service was possibe - by uploading arbitrarily large amounts of data. +1) Access denied! when searching for timecards. -2) (Critical) SQL Injection vulnerability possible in the AP transaction - report. A variable was incorrectly escaped. +2) Attempt to free unreferenced scalar on invoices with taxes when using +Perl 5.10.0 -3) Errors in transferring inventory between warehouses resolved. +Also, note that LedgerSMB 1.2.15 had a bunch of the pricematrix logic rewritten. +If you are upgrading from an earlier version, please test before putting it into +production. -4) Pricematrix now recognizes both pricebreaks and sell price fields, and works - for customers, vendors, and pricegroups. The current logic is that the - default pricing is overridden by temporary pricing for a generic pricegroup - then by the specific pricegroup, and lastly by the specific customer. - -5) Errors pulling transactions by department are resolved. - -For a list of all changes, see the Changelog. |