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

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



Revision: 3310
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3310&view=rev
Author:   einhverfr
Date:     2011-06-21 23:19:01 +0000 (Tue, 21 Jun 2011)

Log Message:
-----------
revisions for 1.2.23 release

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
    branches/1.2/doc/README
    branches/1.2/doc/release_notes

Modified: branches/1.2/Changelog
===================================================================
--- branches/1.2/Changelog	2011-06-21 23:05:09 UTC (rev 3309)
+++ branches/1.2/Changelog	2011-06-21 23:19:01 UTC (rev 3310)
@@ -1,3 +1,8 @@
+Changelog for 1.2.23
+* Fix for sales tax incorrect on sales/purchase order screen
+* fix for unreadable characters in HTML templates in some charsets.
+* Correcting backup name on backup by email
+
 Changelog for 1.2.22
 * Corrected error for cases where no buttons occur on GL Journal Entry screen
 (Chris T)

Modified: branches/1.2/LedgerSMB/Form.pm
===================================================================
--- branches/1.2/LedgerSMB/Form.pm	2011-06-21 23:05:09 UTC (rev 3309)
+++ branches/1.2/LedgerSMB/Form.pm	2011-06-21 23:19:01 UTC (rev 3310)
@@ -90,7 +90,7 @@
     #menubar will be deprecated, replaced with below
     $self->{lynx} = 1 if $self->{path} =~ /lynx/i;
 
-    $self->{version}   = "1.2.22";
+    $self->{version}   = "1.2.23";
     $self->{dbversion} = "1.2.0";
 
     bless $self, $type;

Modified: branches/1.2/VERSION
===================================================================
--- branches/1.2/VERSION	2011-06-21 23:05:09 UTC (rev 3309)
+++ branches/1.2/VERSION	2011-06-21 23:19:01 UTC (rev 3310)
@@ -1 +1 @@
-1.2.22
+1.2.23

Modified: branches/1.2/dists/rpm/ledgersmb.spec
===================================================================
--- branches/1.2/dists/rpm/ledgersmb.spec	2011-06-21 23:05:09 UTC (rev 3309)
+++ branches/1.2/dists/rpm/ledgersmb.spec	2011-06-21 23:19:01 UTC (rev 3310)
@@ -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.22
+Version: 1.2.23
 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-06-21 23:05:09 UTC (rev 3309)
+++ branches/1.2/dists/source/build.sh	2011-06-21 23:19:01 UTC (rev 3310)
@@ -9,7 +9,7 @@
    pgdoc="true";
 fi
 
-version="1.2.22";
+version="1.2.23";
 #rpmversion="1.2.6";
 build_d="../release";
 

Modified: branches/1.2/doc/README
===================================================================
--- branches/1.2/doc/README	2011-06-21 23:05:09 UTC (rev 3309)
+++ branches/1.2/doc/README	2011-06-21 23:19:01 UTC (rev 3310)
@@ -1,5 +1,5 @@
                 LedgerSMB Small Medium Business Accounting
-                     Version 1.2.22
+                     Version 1.2.23
 
 
 DESCRIPTION:

Modified: branches/1.2/doc/release_notes
===================================================================
--- branches/1.2/doc/release_notes	2011-06-21 23:05:09 UTC (rev 3309)
+++ branches/1.2/doc/release_notes	2011-06-21 23:19:01 UTC (rev 3310)
@@ -1,5 +1,5 @@
 RELEASE NOTES
-LedgerSMB 1.2.22
+LedgerSMB 1.2.23
 
 
 
@@ -200,6 +200,6 @@
 
 Major Bugs Fixed in 1.2.22:
 ================================
-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.
-
+1)  Non-Latin characters do not display properly in html templates
+2)  Sales tax displayed incorrectly on sales order screen
+3)  Erroneous name of file attached to email by backup,


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