[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[3909] branches/1.3
- Subject: SF.net SVN: ledger-smb:[3909] branches/1.3
- From: ..hidden..
- Date: Fri, 21 Oct 2011 23:16:12 +0000
Revision: 3909
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3909&view=rev
Author: einhverfr
Date: 2011-10-21 23:16:12 +0000 (Fri, 21 Oct 2011)
Log Message:
-----------
Changes for 1.3.2
Modified Paths:
--------------
branches/1.3/Changelog
branches/1.3/LedgerSMB/Form.pm
branches/1.3/LedgerSMB.pm
branches/1.3/VERSION
branches/1.3/dists/source/build.sh
Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog 2011-10-21 14:38:41 UTC (rev 3908)
+++ branches/1.3/Changelog 2011-10-21 23:16:12 UTC (rev 3909)
@@ -16,6 +16,7 @@
* Added check for system configuration before tests begin (Chris T)
* Clarified password reset interface for user management (Chris T)
* Added notes on installing on Ubuntu 11.10 (Frans S)
+* Correcting some issues with Perl 5.12 and Math::BigInt (Herman V)
Chris T is Chris Travers
Herman V is Herman Vierendeels
Modified: branches/1.3/LedgerSMB/Form.pm
===================================================================
--- branches/1.3/LedgerSMB/Form.pm 2011-10-21 14:38:41 UTC (rev 3908)
+++ branches/1.3/LedgerSMB/Form.pm 2011-10-21 23:16:12 UTC (rev 3909)
@@ -150,7 +150,7 @@
#menubar will be deprecated, replaced with below
$self->{lynx} = 1 if ( ( defined $self->{path} ) && ( $self->{path} =~ /lynx/i ) );
- $self->{version} = "1.3.1";
+ $self->{version} = "1.3.2";
$self->{dbversion} = "1.3.0";
bless $self, $type;
Modified: branches/1.3/LedgerSMB.pm
===================================================================
--- branches/1.3/LedgerSMB.pm 2011-10-21 14:38:41 UTC (rev 3908)
+++ branches/1.3/LedgerSMB.pm 2011-10-21 23:16:12 UTC (rev 3909)
@@ -220,7 +220,7 @@
$CGI::Simple::POST_MAX = -1;
package LedgerSMB;
-our $VERSION = '1.3.1';
+our $VERSION = '1.3.2';
my $logger = Log::Log4perl->get_logger('LedgerSMB');
Modified: branches/1.3/VERSION
===================================================================
--- branches/1.3/VERSION 2011-10-21 14:38:41 UTC (rev 3908)
+++ branches/1.3/VERSION 2011-10-21 23:16:12 UTC (rev 3909)
@@ -1 +1 @@
-1.3.1
+1.3.2
Modified: branches/1.3/dists/source/build.sh
===================================================================
--- branches/1.3/dists/source/build.sh 2011-10-21 14:38:41 UTC (rev 3908)
+++ branches/1.3/dists/source/build.sh 2011-10-21 23:16:12 UTC (rev 3909)
@@ -2,7 +2,7 @@
# Simple script to prepare for release
-version="1.3.1_snap";
+version="1.3.2";
build_d="../release";
if test -d $build_d/ledgersmb; then
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.