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

SF.net SVN: ledger-smb:[3118] branches/1.2



Revision: 3118
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3118&view=rev
Author:   einhverfr
Date:     2011-01-27 02:56:51 +0000 (Thu, 27 Jan 2011)

Log Message:
-----------
Changes to docs, etc. due to 1.2.22

Modified Paths:
--------------
    branches/1.2/Changelog
    branches/1.2/LedgerSMB/Form.pm
    branches/1.2/LedgerSMB/IS.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	2011-01-20 21:36:37 UTC (rev 3117)
+++ branches/1.2/Changelog	2011-01-27 02:56:51 UTC (rev 3118)
@@ -1,3 +1,11 @@
+Changelog for 1.2.22
+* Corrected error for cases where no buttons occur on GL Journal Entry screen
+(Chris T)
+* Corrected a number of warnings for Perl 5.12 (Chris T and Jeff K)
+* Corrected a number of UI issues with HST migtation (Chris T)
+* Corrected erroneous test case failures due to erroneous order of regexp's in
+test cases (Chris T)
+
 Changelog for 1.2.21
 * Corrected a number of templates with HTML issues (Luke)
 * AR/AP Aging Report fixed, ignores payment after report date (Chris T)

Modified: branches/1.2/LedgerSMB/Form.pm
===================================================================
--- branches/1.2/LedgerSMB/Form.pm	2011-01-20 21:36:37 UTC (rev 3117)
+++ branches/1.2/LedgerSMB/Form.pm	2011-01-27 02:56:51 UTC (rev 3118)
@@ -90,7 +90,7 @@
     #menubar will be deprecated, replaced with below
     $self->{lynx} = 1 if $self->{path} =~ /lynx/i;
 
-    $self->{version}   = "1.2.21";
+    $self->{version}   = "1.2.22";
     $self->{dbversion} = "1.2.0";
 
     bless $self, $type;

Modified: branches/1.2/LedgerSMB/IS.pm
===================================================================
--- branches/1.2/LedgerSMB/IS.pm	2011-01-20 21:36:37 UTC (rev 3117)
+++ branches/1.2/LedgerSMB/IS.pm	2011-01-27 02:56:51 UTC (rev 3118)
@@ -817,7 +817,7 @@
     my $exchangerate = 0;
     my $keepcleared  = 0;
 
-    $form->{acc_trans} = ();
+    $form->{acc_trans} = {};
 
     if ($form->{id}){
         delete_invoice($self, $myconfig, $form);

Modified: branches/1.2/VERSION
===================================================================
--- branches/1.2/VERSION	2011-01-20 21:36:37 UTC (rev 3117)
+++ branches/1.2/VERSION	2011-01-27 02:56:51 UTC (rev 3118)
@@ -1 +1 @@
-1.2.21
+1.2.22

Modified: branches/1.2/dists/rpm/ledgersmb.spec
===================================================================
--- branches/1.2/dists/rpm/ledgersmb.spec	2011-01-20 21:36:37 UTC (rev 3117)
+++ branches/1.2/dists/rpm/ledgersmb.spec	2011-01-27 02:56:51 UTC (rev 3118)
@@ -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.21
+Version: 1.2.22
 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-01-20 21:36:37 UTC (rev 3117)
+++ branches/1.2/dists/source/build.sh	2011-01-27 02:56:51 UTC (rev 3118)
@@ -9,7 +9,7 @@
    pgdoc="true";
 fi
 
-version="1.2.21";
+version="1.2.22";
 #rpmversion="1.2.6";
 build_d="../release";
 

Modified: branches/1.2/doc/README
===================================================================
--- branches/1.2/doc/README	2011-01-20 21:36:37 UTC (rev 3117)
+++ branches/1.2/doc/README	2011-01-27 02:56:51 UTC (rev 3118)
@@ -1,5 +1,5 @@
                 LedgerSMB Small Medium Business Accounting
-                     Version 1.2.21
+                     Version 1.2.22
 
 
 DESCRIPTION:

Modified: branches/1.2/doc/release_notes
===================================================================
--- branches/1.2/doc/release_notes	2011-01-20 21:36:37 UTC (rev 3117)
+++ branches/1.2/doc/release_notes	2011-01-27 02:56:51 UTC (rev 3118)
@@ -1,5 +1,5 @@
 RELEASE NOTES
-LedgerSMB 1.2.21
+LedgerSMB 1.2.22
 
 
 
@@ -198,10 +198,8 @@
 accounts and in the system itself.  Please edit the pos.conf.pl and create 
 appropriate till accounts.
 
-Major Bugs Fixed in 1.2.21:
+Major Bugs Fixed in 1.2.22:
 ================================
-1)  Fixes made to typos in localized templates.  Should have read "cellpadding" 
-and read instead "callpadding" (Luke).
+1)  Bug in date handling test cases corrected which began due to year change to 2011. (Chris T)
+2)  A number of warnings have been corrected in Perl 5.12.  Users of 5.12 should note that warnings reported will be corrected.
 
-2)  AR/AP aging reports now work correctly and ignore payments made after the 
-date of the report.  Minor display issues on the reports were also corrected.


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