[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[3863] branches/1.3
- Subject: SF.net SVN: ledger-smb:[3863] branches/1.3
- From: ..hidden..
- Date: Fri, 14 Oct 2011 09:02:25 +0000
Revision: 3863
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3863&view=rev
Author: einhverfr
Date: 2011-10-14 09:02:25 +0000 (Fri, 14 Oct 2011)
Log Message:
-----------
1.3.1 final changes
Modified Paths:
--------------
branches/1.3/LedgerSMB/Form.pm
branches/1.3/LedgerSMB/Sysconfig.pm
branches/1.3/LedgerSMB/Template/TXT.pm
branches/1.3/LedgerSMB.pm
branches/1.3/VERSION
branches/1.3/dists/source/build.sh
Modified: branches/1.3/LedgerSMB/Form.pm
===================================================================
--- branches/1.3/LedgerSMB/Form.pm 2011-10-14 08:08:08 UTC (rev 3862)
+++ branches/1.3/LedgerSMB/Form.pm 2011-10-14 09:02:25 UTC (rev 3863)
@@ -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.0";
+ $self->{version} = "1.3.1";
$self->{dbversion} = "1.3.0";
bless $self, $type;
Modified: branches/1.3/LedgerSMB/Sysconfig.pm
===================================================================
--- branches/1.3/LedgerSMB/Sysconfig.pm 2011-10-14 08:08:08 UTC (rev 3862)
+++ branches/1.3/LedgerSMB/Sysconfig.pm 2011-10-14 09:02:25 UTC (rev 3863)
@@ -123,7 +123,7 @@
# eval { require Template::Latex }; # Trap errors loading this optional module
# if ($!) { # Couldn't load Template::Latex
# print STDERR "WARNING: LedgerSMB configured to use LaTeX but module ";
-# print STDERR "Template::Latex did not load: $!\n";
+# print STDERR "Template::Latex did not load: ..hidden..";
# print STDERR "Disabling LaTeX support\n";
# $latex = 0;
# };
Modified: branches/1.3/LedgerSMB/Template/TXT.pm
===================================================================
--- branches/1.3/LedgerSMB/Template/TXT.pm 2011-10-14 08:08:08 UTC (rev 3862)
+++ branches/1.3/LedgerSMB/Template/TXT.pm 2011-10-14 09:02:25 UTC (rev 3863)
@@ -7,6 +7,9 @@
=over
+=item get_extension
+Private method to get extension. Do not call directly.
+
=item get_template ($name)
Returns the appropriate template filename for this format.
Modified: branches/1.3/LedgerSMB.pm
===================================================================
--- branches/1.3/LedgerSMB.pm 2011-10-14 08:08:08 UTC (rev 3862)
+++ branches/1.3/LedgerSMB.pm 2011-10-14 09:02:25 UTC (rev 3863)
@@ -220,7 +220,7 @@
$CGI::Simple::POST_MAX = -1;
package LedgerSMB;
-our $VERSION = '1.3.0';
+our $VERSION = '1.3.1';
my $logger = Log::Log4perl->get_logger('LedgerSMB');
Modified: branches/1.3/VERSION
===================================================================
--- branches/1.3/VERSION 2011-10-14 08:08:08 UTC (rev 3862)
+++ branches/1.3/VERSION 2011-10-14 09:02:25 UTC (rev 3863)
@@ -1 +1 @@
-1.3.0
+1.3.1
Modified: branches/1.3/dists/source/build.sh
===================================================================
--- branches/1.3/dists/source/build.sh 2011-10-14 08:08:08 UTC (rev 3862)
+++ branches/1.3/dists/source/build.sh 2011-10-14 09:02:25 UTC (rev 3863)
@@ -2,7 +2,7 @@
# Simple script to prepare for release
-version="1.3.0";
+version="1.3.1";
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.