summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTORS2
-rw-r--r--Changelog5
2 files changed, 6 insertions, 1 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index c1ee262c..e3c09187 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -32,6 +32,8 @@ the documentation.
Christopher Browne <cbrowne @ acm.org> provided some corrections to the
documentation, the Pg-tables.sql, and a setup file for replication.
+Mads Kiilerich <mads @ kiilerich.com> provided the first version of the RPM
+spec file.
Original Authors of SQL-Ledger:
===================================
diff --git a/Changelog b/Changelog
index 75351068..e8ffc0ec 100644
--- a/Changelog
+++ b/Changelog
@@ -1,11 +1,14 @@
Changelog for LedgerSMB 1.2.0
+* Corrected parsing of numbers so that they are multi-run safe (Chris T)
+* Added first version of rpm spec from Mads Kiilerich (Chris T)
+* Added "1 000.00" number format (Chris T)
* Added session method abstraction (Chris T)
* Added modular tax calculation support (no modules included yet) (Seneca)
* Added experimental TrustCommerce credit card processing (Chris T)
* Merged most of the rest of the SL-POS interface (Chris T)
* Broke out price matrix calls into PriceMatrix.pm (Chris T)
-* Added Gentoo ebuilds documentation and metadata(Jayson R).
+* Added Gentoo ebuilds documentation and metadata (Jayson R).
* POS register now goes from add invoice to add invoice. (Chris T)
* Added pole display and separate cash drawer open calls. (Chris T)
* Added simple text import function for invoices received (PDT's) (Chris T)