[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[2516] branches/1.2
- Subject: SF.net SVN: ledger-smb:[2516] branches/1.2
- From: ..hidden..
- Date: Thu, 19 Mar 2009 00:03:41 +0000
Revision: 2516
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2516&view=rev
Author: einhverfr
Date: 2009-03-19 00:03:41 +0000 (Thu, 19 Mar 2009)
Log Message:
-----------
Administrative stuff for 1.2.18: versioning, release notes, etc
Modified Paths:
--------------
branches/1.2/Changelog
branches/1.2/LedgerSMB/Form.pm
branches/1.2/VERSION
branches/1.2/dists/rpm/ledgersmb.spec
branches/1.2/dists/source/build.sh
branches/1.2/doc/README
branches/1.2/doc/release_notes
Removed Paths:
-------------
branches/1.2/README.svn-status
Modified: branches/1.2/Changelog
===================================================================
--- branches/1.2/Changelog 2009-03-18 23:54:44 UTC (rev 2515)
+++ branches/1.2/Changelog 2009-03-19 00:03:41 UTC (rev 2516)
@@ -1,3 +1,8 @@
+Changelog for 1.2.18
+* Corrected httpd configuration bit. (Roderick Anderson)
+* COGS fix for return handling (Sadashiva and Chris T)
+* Cumulative tax handling fix for Quebec users (Jerome Oufella)
+
Changelog for 1.2.17
* Corrected "Attempt to free unreferenced scalar" error (oe.pl, 5.10.0, Chris T)
* Corrected order consolidation item notes replaced with qty (Chris T)
Modified: branches/1.2/LedgerSMB/Form.pm
===================================================================
--- branches/1.2/LedgerSMB/Form.pm 2009-03-18 23:54:44 UTC (rev 2515)
+++ branches/1.2/LedgerSMB/Form.pm 2009-03-19 00:03:41 UTC (rev 2516)
@@ -88,7 +88,7 @@
#menubar will be deprecated, replaced with below
$self->{lynx} = 1 if $self->{path} =~ /lynx/i;
- $self->{version} = "1.2.17";
+ $self->{version} = "1.2.18";
$self->{dbversion} = "1.2.0";
bless $self, $type;
Modified: branches/1.2/VERSION
===================================================================
--- branches/1.2/VERSION 2009-03-18 23:54:44 UTC (rev 2515)
+++ branches/1.2/VERSION 2009-03-19 00:03:41 UTC (rev 2516)
@@ -1 +1 @@
-1.2.17
+1.2.18
Modified: branches/1.2/dists/rpm/ledgersmb.spec
===================================================================
--- branches/1.2/dists/rpm/ledgersmb.spec 2009-03-18 23:54:44 UTC (rev 2515)
+++ branches/1.2/dists/rpm/ledgersmb.spec 2009-03-19 00:03:41 UTC (rev 2516)
@@ -1,7 +1,7 @@
# RPM spec written for and tested on Fedora Core 6
Summary: LedgerSMB - Open Source accounting software
Name: ledgersmb
-Version: 1.2.17
+Version: 1.2.18
Release: 1
License: GPLv2+
URL: http://www.ledgersmb.org/
Modified: branches/1.2/dists/source/build.sh
===================================================================
--- branches/1.2/dists/source/build.sh 2009-03-18 23:54:44 UTC (rev 2515)
+++ branches/1.2/dists/source/build.sh 2009-03-19 00:03:41 UTC (rev 2516)
@@ -9,7 +9,7 @@
pgdoc="true";
fi
-version="1.2.17";
+version="1.2.18";
#rpmversion="1.2.6";
build_d="../release";
Modified: branches/1.2/doc/README
===================================================================
--- branches/1.2/doc/README 2009-03-18 23:54:44 UTC (rev 2515)
+++ branches/1.2/doc/README 2009-03-19 00:03:41 UTC (rev 2516)
@@ -1,5 +1,5 @@
LedgerSMB Small Medium Business Accounting
- Version 1.2.8
+ Version 1.2.18
DESCRIPTION:
Modified: branches/1.2/doc/release_notes
===================================================================
--- branches/1.2/doc/release_notes 2009-03-18 23:54:44 UTC (rev 2515)
+++ branches/1.2/doc/release_notes 2009-03-19 00:03:41 UTC (rev 2516)
@@ -1,5 +1,5 @@
RELEASE NOTES
-LedgerSMB 1.2.17
+LedgerSMB 1.2.18
@@ -198,17 +198,11 @@
accounts and in the system itself. Please edit the pos.conf.pl and create
appropriate till accounts.
-Major Bugs Fixed in 1.2.17:
+Major Bugs Fixed in 1.2.18:
================================
-1) Access denied! when deleting users.
+1) COGS handling for product returns has been corrected. Previously under
+certain circumstances the COGS posting was incorrect.
-2) Attempt to free unreferenced scalar on orders with taxes when using
-Perl 5.10.0
-
-3) "Cannot call method quote on undefined value" when generating project sales orders
-
-4) Item notes replaced with qty when consolidating sales orders.
-
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.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.