[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[2307] branches/1.2
- Subject: SF.net SVN: ledger-smb:[2307] branches/1.2
- From: ..hidden..
- Date: Tue, 02 Sep 2008 19:59:13 +0000
Revision: 2307
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2307&view=rev
Author: einhverfr
Date: 2008-09-02 19:59:04 +0000 (Tue, 02 Sep 2008)
Log Message:
-----------
Version numbers, changelog, etc. for 1.2.16
Modified Paths:
--------------
branches/1.2/Build.PL
branches/1.2/COMPATABILITY
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-08-30 22:22:51 UTC (rev 2306)
+++ branches/1.2/Build.PL 2008-09-02 19:59:04 UTC (rev 2307)
@@ -5,7 +5,7 @@
my $build = Module::Build->new (
dist_name => 'LedgerSMB',
- dist_version => '1.2.15',
+ dist_version => '1.2.16',
license => 'GPL',
requires => {
'perl' => '>= 5.8.1',
Modified: branches/1.2/COMPATABILITY
===================================================================
--- branches/1.2/COMPATABILITY 2008-08-30 22:22:51 UTC (rev 2306)
+++ branches/1.2/COMPATABILITY 2008-09-02 19:59:04 UTC (rev 2307)
@@ -6,6 +6,9 @@
These versions produce an error concerning wrong data types but the error shows
that the data types are indeed correct.
+LedgerSMB 1.2.15 and higher are fully supported on PostgreSQL 8.3.x. Earlier
+versions had some issues.
+
-------------------------------
W3M does not handle the <BUTTON> element properly and does not work.
Modified: branches/1.2/Changelog
===================================================================
--- branches/1.2/Changelog 2008-08-30 22:22:51 UTC (rev 2306)
+++ branches/1.2/Changelog 2008-09-02 19:59:04 UTC (rev 2307)
@@ -1,3 +1,7 @@
+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)
+
Changelog for 1.2.15
* Uppercasing some SQL statements (Chris T)
* Fixed for AR allocation corner case (Victor Q, 1881199)
Modified: branches/1.2/LedgerSMB/Form.pm
===================================================================
--- branches/1.2/LedgerSMB/Form.pm 2008-08-30 22:22:51 UTC (rev 2306)
+++ branches/1.2/LedgerSMB/Form.pm 2008-09-02 19:59:04 UTC (rev 2307)
@@ -88,7 +88,7 @@
#menubar will be deprecated, replaced with below
$self->{lynx} = 1 if $self->{path} =~ /lynx/i;
- $self->{version} = "1.2.15";
+ $self->{version} = "1.2.16";
$self->{dbversion} = "1.2.0";
bless $self, $type;
Modified: branches/1.2/VERSION
===================================================================
--- branches/1.2/VERSION 2008-08-30 22:22:51 UTC (rev 2306)
+++ branches/1.2/VERSION 2008-09-02 19:59:04 UTC (rev 2307)
@@ -1 +1 @@
-1.2.15
+1.2.16
Modified: branches/1.2/dists/rpm/ledgersmb.spec
===================================================================
--- branches/1.2/dists/rpm/ledgersmb.spec 2008-08-30 22:22:51 UTC (rev 2306)
+++ branches/1.2/dists/rpm/ledgersmb.spec 2008-09-02 19:59:04 UTC (rev 2307)
@@ -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.15
+Version: 1.2.16
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-08-30 22:22:51 UTC (rev 2306)
+++ branches/1.2/dists/source/build.sh 2008-09-02 19:59:04 UTC (rev 2307)
@@ -9,7 +9,7 @@
pgdoc="true";
fi
-version="1.2.15";
+version="1.2.16";
#rpmversion="1.2.6";
build_d="../release";
Modified: branches/1.2/doc/release_notes
===================================================================
--- branches/1.2/doc/release_notes 2008-08-30 22:22:51 UTC (rev 2306)
+++ branches/1.2/doc/release_notes 2008-09-02 19:59:04 UTC (rev 2307)
@@ -1,5 +1,5 @@
RELEASE NOTES
-LedgerSMB 1.2.15
+LedgerSMB 1.2.16
@@ -198,22 +198,14 @@
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.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.