[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[4904] branches/1.3



Revision: 4904
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4904&view=rev
Author:   einhverfr
Date:     2012-06-17 09:38:58 +0000 (Sun, 17 Jun 2012)
Log Message:
-----------
Change log updated, version info updated for 1.3.19

Modified Paths:
--------------
    branches/1.3/Changelog
    branches/1.3/LedgerSMB/Form.pm
    branches/1.3/LedgerSMB.pm
    branches/1.3/Makefile.PL
    branches/1.3/VERSION
    branches/1.3/dists/rpm/ledgersmb.spec
    branches/1.3/dists/source/build.sh
    branches/1.3/doc/release_notes
    branches/1.3/sql/Pg-database.sql
    branches/1.3/t/04-template-handling.t

Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog	2012-06-17 09:04:13 UTC (rev 4903)
+++ branches/1.3/Changelog	2012-06-17 09:38:58 UTC (rev 4904)
@@ -18,6 +18,13 @@
 * Fixed missing grant on partsvendor_entry_id_seq (Chris T, h/t Brian W)
 * Fixed voiding invoice duplicates payment (Chris T h/t John L)
 
+Brian W is Brian Wolf
+Chris T is Chris Travers
+Erik H is Erik Huelsmann
+Nigel T is Nigel Titley
+Robert C is Robert James Clay
+
+
 Changelog for 1.3.18
 * Fixed missing template for CSV pricelists (Chris T)
 * Added ODS pricelists (Chris T)

Modified: branches/1.3/LedgerSMB/Form.pm
===================================================================
--- branches/1.3/LedgerSMB/Form.pm	2012-06-17 09:04:13 UTC (rev 4903)
+++ branches/1.3/LedgerSMB/Form.pm	2012-06-17 09:38:58 UTC (rev 4904)
@@ -166,8 +166,8 @@
     #menubar will be deprecated, replaced with below
     $self->{lynx} = 1 if ( ( defined $self->{path} ) && ( $self->{path} =~ /lynx/i ) );
 
-    $self->{version}   = "1.3.18";
-    $self->{dbversion} = "1.3.18";
+    $self->{version}   = "1.3.19";
+    $self->{dbversion} = "1.3.19";
 
     bless $self, $type;
 

Modified: branches/1.3/LedgerSMB.pm
===================================================================
--- branches/1.3/LedgerSMB.pm	2012-06-17 09:04:13 UTC (rev 4903)
+++ branches/1.3/LedgerSMB.pm	2012-06-17 09:38:58 UTC (rev 4904)
@@ -221,7 +221,7 @@
 $CGI::Simple::POST_MAX = -1;
 
 package LedgerSMB;
-our $VERSION = '1.3.18';
+our $VERSION = '1.3.19';
 
 my $logger = Log::Log4perl->get_logger('LedgerSMB');
 
@@ -241,7 +241,7 @@
     $logger->debug("Begin called from \$filename=$filename \$line=$line \$type=$type \$argstr=$argstr ref argstr=".ref $argstr);
 
     $self->{version} = $VERSION;
-    $self->{dbversion} = "1.3.18";
+    $self->{dbversion} = "1.3.19";
     
     bless $self, $type;
 

Modified: branches/1.3/Makefile.PL
===================================================================
--- branches/1.3/Makefile.PL	2012-06-17 09:04:13 UTC (rev 4903)
+++ branches/1.3/Makefile.PL	2012-06-17 09:38:58 UTC (rev 4904)
@@ -5,7 +5,7 @@
 use inc::Module::Install 0.65;
 
 name 'LedgerSMB';
-version 1.3.18;
+version 1.3.19;
 license 'GPL';
 
 perl_version '5.8.1';

Modified: branches/1.3/VERSION
===================================================================
--- branches/1.3/VERSION	2012-06-17 09:04:13 UTC (rev 4903)
+++ branches/1.3/VERSION	2012-06-17 09:38:58 UTC (rev 4904)
@@ -1 +1 @@
-1.3.18
+1.3.19

Modified: branches/1.3/dists/rpm/ledgersmb.spec
===================================================================
--- branches/1.3/dists/rpm/ledgersmb.spec	2012-06-17 09:04:13 UTC (rev 4903)
+++ branches/1.3/dists/rpm/ledgersmb.spec	2012-06-17 09:38:58 UTC (rev 4904)
@@ -1,7 +1,7 @@
 # RPM spec written for and tested on CentOS 4 and CentOS 5 
 Summary: LedgerSMB - Open Source accounting software
 Name: ledgersmb
-Version: 1.3.18
+Version: 1.3.19
 Release: 1
 License: GPL
 URL: http://www.ledgersmb.org/

Modified: branches/1.3/dists/source/build.sh
===================================================================
--- branches/1.3/dists/source/build.sh	2012-06-17 09:04:13 UTC (rev 4903)
+++ branches/1.3/dists/source/build.sh	2012-06-17 09:38:58 UTC (rev 4904)
@@ -2,7 +2,7 @@
 
 # Simple script to prepare for release
 
-version="1.3.18";
+version="1.3.19";
 build_d="../release";
 
 if test -d $build_d/ledgersmb; then

Modified: branches/1.3/doc/release_notes
===================================================================
--- branches/1.3/doc/release_notes	2012-06-17 09:04:13 UTC (rev 4903)
+++ branches/1.3/doc/release_notes	2012-06-17 09:38:58 UTC (rev 4904)
@@ -1,7 +1,7 @@
 RELEASE NOTES
 LedgerSMB 1.3
 
-Latest Revision:  1.3.18, May 18, 2012.
+Latest Revision:  1.3.19, June 17, 2012.
 
 1:  Welcome to LedgerSMB
 

Modified: branches/1.3/sql/Pg-database.sql
===================================================================
--- branches/1.3/sql/Pg-database.sql	2012-06-17 09:04:13 UTC (rev 4903)
+++ branches/1.3/sql/Pg-database.sql	2012-06-17 09:38:58 UTC (rev 4904)
@@ -1019,7 +1019,7 @@
 sonumber|1
 yearend|1
 businessnumber|1
-version|1.3.18
+version|1.3.19
 closedto|\N
 revtrans|1
 ponumber|1

Modified: branches/1.3/t/04-template-handling.t
===================================================================
--- branches/1.3/t/04-template-handling.t	2012-06-17 09:04:13 UTC (rev 4903)
+++ branches/1.3/t/04-template-handling.t	2012-06-17 09:38:58 UTC (rev 4904)
@@ -58,10 +58,6 @@
 	ok(!defined $trap->die,
 		"AM, check_template_name: Template directory, ${ext}");
 }
-$form->{file} = 'css/apples.txt';
..hidden.. = trap{AM->check_template_name($myconfig, $form)};
-ok(!defined $trap->die,
-	'AM, check_template_name: CSS directory, txt');
 $form->{file} = 'test2/apples.txt';
 @r = trap{AM->check_template_name($myconfig, $form)};
 if ( $expStackTrace == 0 )
@@ -196,8 +192,7 @@
 @r = trap{AM->load_template($myconfig, $form)};
 if ( $expStackTrace == 0 )
 {
-    is($trap->die, 'Error: Template not found.  
-         Perhaps you meant to edit the default template instead?
+    is($trap->die, 'Error: Template not found: t/data/04-not-there.txt
 ');
 }
 else

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.