[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[2367] branches/1.2
- Subject: SF.net SVN: ledger-smb:[2367] branches/1.2
- From: ..hidden..
- Date: Mon, 13 Oct 2008 17:30:23 +0000
Revision: 2367
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2367&view=rev
Author: einhverfr
Date: 2008-10-13 17:30:22 +0000 (Mon, 13 Oct 2008)
Log Message:
-----------
Release notes, changelog, version numbers for 1.2.17
Modified Paths:
--------------
branches/1.2/Build.PL
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/release_notes
Modified: branches/1.2/Build.PL
===================================================================
--- branches/1.2/Build.PL 2008-10-11 16:40:30 UTC (rev 2366)
+++ branches/1.2/Build.PL 2008-10-13 17:30:22 UTC (rev 2367)
@@ -5,7 +5,7 @@
my $build = Module::Build->new (
dist_name => 'LedgerSMB',
- dist_version => '1.2.16',
+ dist_version => '1.2.17',
license => 'GPL',
requires => {
'perl' => '>= 5.8.1',
Modified: branches/1.2/Changelog
===================================================================
--- branches/1.2/Changelog 2008-10-11 16:40:30 UTC (rev 2366)
+++ branches/1.2/Changelog 2008-10-13 17:30:22 UTC (rev 2367)
@@ -1,3 +1,10 @@
+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)
+* Corrected "Access Denied" when deleting user (Sadashiva)
+* Corrected defaults not saving properly when not already in db (Sadashiva)
+* Corrected undefined dbh when generating sales orders (Sadashiva)
+
Changelog for 1.2.16
* Correcting "Attempt to free unreferenced scalar" error on 5.10.0 (Chris T)
* Correcting "Access Denied" when searching for timecards (Seneca)
Modified: branches/1.2/LedgerSMB/Form.pm
===================================================================
--- branches/1.2/LedgerSMB/Form.pm 2008-10-11 16:40:30 UTC (rev 2366)
+++ branches/1.2/LedgerSMB/Form.pm 2008-10-13 17:30:22 UTC (rev 2367)
@@ -88,7 +88,7 @@
#menubar will be deprecated, replaced with below
$self->{lynx} = 1 if $self->{path} =~ /lynx/i;
- $self->{version} = "1.2.16";
+ $self->{version} = "1.2.17";
$self->{dbversion} = "1.2.0";
bless $self, $type;
Modified: branches/1.2/VERSION
===================================================================
--- branches/1.2/VERSION 2008-10-11 16:40:30 UTC (rev 2366)
+++ branches/1.2/VERSION 2008-10-13 17:30:22 UTC (rev 2367)
@@ -1 +1 @@
-1.2.16
+1.2.17
Modified: branches/1.2/dists/rpm/ledgersmb.spec
===================================================================
--- branches/1.2/dists/rpm/ledgersmb.spec 2008-10-11 16:40:30 UTC (rev 2366)
+++ branches/1.2/dists/rpm/ledgersmb.spec 2008-10-13 17:30:22 UTC (rev 2367)
@@ -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.16
+Version: 1.2.17
Release: 1
License: GPLv2+
URL: http://www.ledgersmb.org/
Modified: branches/1.2/dists/source/build.sh
===================================================================
--- branches/1.2/dists/source/build.sh 2008-10-11 16:40:30 UTC (rev 2366)
+++ branches/1.2/dists/source/build.sh 2008-10-13 17:30:22 UTC (rev 2367)
@@ -9,7 +9,7 @@
pgdoc="true";
fi
-version="1.2.16";
+version="1.2.17";
#rpmversion="1.2.6";
build_d="../release";
Modified: branches/1.2/doc/release_notes
===================================================================
--- branches/1.2/doc/release_notes 2008-10-11 16:40:30 UTC (rev 2366)
+++ branches/1.2/doc/release_notes 2008-10-13 17:30:22 UTC (rev 2367)
@@ -1,5 +1,5 @@
RELEASE NOTES
-LedgerSMB 1.2.16
+LedgerSMB 1.2.17
@@ -198,13 +198,17 @@
accounts and in the system itself. Please edit the pos.conf.pl and create
appropriate till accounts.
-Major Bugs Fixed in 1.2.16:
+Major Bugs Fixed in 1.2.17:
================================
-1) Access denied! when searching for timecards.
+1) Access denied! when deleting users.
-2) Attempt to free unreferenced scalar on invoices with taxes when using
+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.