[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[3468] branches/1.2
- Subject: SF.net SVN: ledger-smb:[3468] branches/1.2
- From: ..hidden..
- Date: Fri, 08 Jul 2011 14:46:31 +0000
Revision: 3468
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3468&view=rev
Author: einhverfr
Date: 2011-07-08 14:46:31 +0000 (Fri, 08 Jul 2011)
Log Message:
-----------
Changes for 1.2.24
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
Modified: branches/1.2/Changelog
===================================================================
--- branches/1.2/Changelog 2011-07-08 12:06:12 UTC (rev 3467)
+++ branches/1.2/Changelog 2011-07-08 14:46:31 UTC (rev 3468)
@@ -2,6 +2,7 @@
* Corrected (non-exploitable) SQL injection issue in custom field management
stored procs. Chris T
* Corrected issues running LedgerSMB with SuExec. (Matt S Trout)
+* Corrected filenamme bug in batch printing module (Chris T)
Changelog for 1.2.23
* Fix for sales tax incorrect on sales/purchase order screen
Modified: branches/1.2/LedgerSMB/Form.pm
===================================================================
--- branches/1.2/LedgerSMB/Form.pm 2011-07-08 12:06:12 UTC (rev 3467)
+++ branches/1.2/LedgerSMB/Form.pm 2011-07-08 14:46:31 UTC (rev 3468)
@@ -90,7 +90,7 @@
#menubar will be deprecated, replaced with below
$self->{lynx} = 1 if $self->{path} =~ /lynx/i;
- $self->{version} = "1.2.23";
+ $self->{version} = "1.2.24";
$self->{dbversion} = "1.2.0";
bless $self, $type;
Modified: branches/1.2/VERSION
===================================================================
--- branches/1.2/VERSION 2011-07-08 12:06:12 UTC (rev 3467)
+++ branches/1.2/VERSION 2011-07-08 14:46:31 UTC (rev 3468)
@@ -1 +1 @@
-1.2.23
+1.2.24
Modified: branches/1.2/dists/rpm/ledgersmb.spec
===================================================================
--- branches/1.2/dists/rpm/ledgersmb.spec 2011-07-08 12:06:12 UTC (rev 3467)
+++ branches/1.2/dists/rpm/ledgersmb.spec 2011-07-08 14:46:31 UTC (rev 3468)
@@ -1,7 +1,7 @@
# RPM spec written for and tested on Fedora Core 13
Summary: LedgerSMB - Open Source accounting software
Name: ledgersmb
-Version: 1.2.23
+Version: 1.2.24
Release: 1
License: GPLv2+
URL: http://www.ledgersmb.org/
Modified: branches/1.2/dists/source/build.sh
===================================================================
--- branches/1.2/dists/source/build.sh 2011-07-08 12:06:12 UTC (rev 3467)
+++ branches/1.2/dists/source/build.sh 2011-07-08 14:46:31 UTC (rev 3468)
@@ -9,7 +9,7 @@
pgdoc="true";
fi
-version="1.2.23";
+version="1.2.24";
#rpmversion="1.2.6";
build_d="../release";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.