summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-06-21 21:29:07 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-06-21 21:29:07 +0000
commit94b7b355209da4c051531e357addccc5c0b280f9 (patch)
treed7db64f7975d8da0c317c1588b2ac44e1a27e362 /doc
parent14f4e70365c33d85bc419dc108eea0b9bffb4af5 (diff)
Updating CONTRIBUTORS to list Donna's contributions, and updating release notes to list bugs fixed for 1.2.6
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1297 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'doc')
-rw-r--r--doc/release_notes26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/release_notes b/doc/release_notes
index fd8231f1..7b7db984 100644
--- a/doc/release_notes
+++ b/doc/release_notes
@@ -173,3 +173,29 @@ that you do not need to use absolute paths for the printer program (use lpr or
put netdirect.pl in /usr/local/bin and reference without the full path).
Bugs Fixed in 1.2.6:
+================================
+1) Customer_id field not found error when posting AP transaction. This error
+was caused by a mistake in the performance optimizations made in 1.2.5.
+
+2) Erroneous headers printed to balance sheet and income statement.
+
+3) Meta tags were added to force UTF-8 charsets, fixing occasional display
+issues with multibyte characters where Apache was misconfigured.
+
+4) ledgersmb-httpd.conf is now more internally consistant. The alias directive
+was changed to /ledgersmb (from /ledger-smb).
+
+5) Minor html fixes were added to ca.pl, contributed by Donna Robertson
+
+6) Error when searching for customer by address is corrected.
+
+7) Invalid format for integer error fixed when saving projects unconnected to
+customers.
+
+None of the above fixes involved changes to API's that are widely used by the
+application. Impacts elsewhere from these bug fixes should be minimal.
+
+8) Unbound placeholder error when saving items with custom fields. This error
+involved a centrally used API that is invoked when custom fields exist. The fix
+is only likely to affect those installations which have custom fields attached
+to orders, invoices, or parts.