summaryrefslogtreecommitdiff
path: root/doc/release_notes
diff options
context:
space:
mode:
Diffstat (limited to 'doc/release_notes')
-rw-r--r--doc/release_notes24
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.