[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[2846] branches/1.2
- Subject: SF.net SVN: ledger-smb:[2846] branches/1.2
- From: ..hidden..
- Date: Mon, 25 Jan 2010 17:31:44 +0000
Revision: 2846
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2846&view=rev
Author: einhverfr
Date: 2010-01-25 17:31:40 +0000 (Mon, 25 Jan 2010)
Log Message:
-----------
changes for 1.2.19
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
Modified: branches/1.2/Changelog
===================================================================
--- branches/1.2/Changelog 2010-01-23 21:28:48 UTC (rev 2845)
+++ branches/1.2/Changelog 2010-01-25 17:31:40 UTC (rev 2846)
@@ -1,3 +1,13 @@
+Changelog for 1.2.19
+* Fixed short sales with never-closed books (Chris T)
+* Fixed erroneous tax rounding in POS screen (Chris T)
+* Fixed XSRF vulnerability that allows changing user's password (Chris T)
+* Corrected SQL Injection vulnerability in customer/vendor handling (Chris T)
+* Cookie now sets SECURE flag when on HTTPS (Chris T)
+* Corrected an issue with URL escaping (M Lubratt)
+* Corrected an issue with email id's (Michael Richardson)
+
+
Changelog for 1.2.18
* Corrected httpd configuration bit. (Roderick Anderson)
* COGS fix for return handling (Sadashiva and Chris T)
Modified: branches/1.2/LedgerSMB/Form.pm
===================================================================
--- branches/1.2/LedgerSMB/Form.pm 2010-01-23 21:28:48 UTC (rev 2845)
+++ branches/1.2/LedgerSMB/Form.pm 2010-01-25 17:31:40 UTC (rev 2846)
@@ -90,7 +90,7 @@
#menubar will be deprecated, replaced with below
$self->{lynx} = 1 if $self->{path} =~ /lynx/i;
- $self->{version} = "1.2.18";
+ $self->{version} = "1.2.19";
$self->{dbversion} = "1.2.0";
bless $self, $type;
Modified: branches/1.2/VERSION
===================================================================
--- branches/1.2/VERSION 2010-01-23 21:28:48 UTC (rev 2845)
+++ branches/1.2/VERSION 2010-01-25 17:31:40 UTC (rev 2846)
@@ -1 +1 @@
-1.2.18
+1.2.19
Modified: branches/1.2/dists/rpm/ledgersmb.spec
===================================================================
--- branches/1.2/dists/rpm/ledgersmb.spec 2010-01-23 21:28:48 UTC (rev 2845)
+++ branches/1.2/dists/rpm/ledgersmb.spec 2010-01-25 17:31:40 UTC (rev 2846)
@@ -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.18
+Version: 1.2.19
Release: 1
License: GPLv2+
URL: http://www.ledgersmb.org/
Modified: branches/1.2/dists/source/build.sh
===================================================================
--- branches/1.2/dists/source/build.sh 2010-01-23 21:28:48 UTC (rev 2845)
+++ branches/1.2/dists/source/build.sh 2010-01-25 17:31:40 UTC (rev 2846)
@@ -9,7 +9,7 @@
pgdoc="true";
fi
-version="1.2.18";
+version="1.2.19";
#rpmversion="1.2.6";
build_d="../release";
Modified: branches/1.2/doc/README
===================================================================
--- branches/1.2/doc/README 2010-01-23 21:28:48 UTC (rev 2845)
+++ branches/1.2/doc/README 2010-01-25 17:31:40 UTC (rev 2846)
@@ -1,5 +1,5 @@
LedgerSMB Small Medium Business Accounting
- Version 1.2.18
+ Version 1.2.19
DESCRIPTION:
Modified: branches/1.2/doc/release_notes
===================================================================
--- branches/1.2/doc/release_notes 2010-01-23 21:28:48 UTC (rev 2845)
+++ branches/1.2/doc/release_notes 2010-01-25 17:31:40 UTC (rev 2846)
@@ -1,5 +1,5 @@
RELEASE NOTES
-LedgerSMB 1.2.18
+LedgerSMB 1.2.19
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.