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

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



Revision: 3932
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3932&view=rev
Author:   einhverfr
Date:     2011-10-26 23:49:33 +0000 (Wed, 26 Oct 2011)
Log Message:
-----------
Updates for 1.2.26 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

Modified: branches/1.2/Changelog
===================================================================
--- branches/1.2/Changelog	2011-10-26 15:08:36 UTC (rev 3931)
+++ branches/1.2/Changelog	2011-10-26 23:49:33 UTC (rev 3932)
@@ -1,3 +1,7 @@
+Changelog for 1.2.26
+* Corrected is_zero errors updating ar/ap transactions (Chris T)
+* Corrected is_zero errors printing invoices (Chris T)
+
 Changelog for 1.2.25
 * Corrected sql injection issue (Chris T)
 

Modified: branches/1.2/LedgerSMB/Form.pm
===================================================================
--- branches/1.2/LedgerSMB/Form.pm	2011-10-26 15:08:36 UTC (rev 3931)
+++ branches/1.2/LedgerSMB/Form.pm	2011-10-26 23:49:33 UTC (rev 3932)
@@ -90,7 +90,7 @@
     #menubar will be deprecated, replaced with below
     $self->{lynx} = 1 if $self->{path} =~ /lynx/i;
 
-    $self->{version}   = "1.2.25";
+    $self->{version}   = "1.2.26";
     $self->{dbversion} = "1.2.0";
 
     bless $self, $type;

Modified: branches/1.2/VERSION
===================================================================
--- branches/1.2/VERSION	2011-10-26 15:08:36 UTC (rev 3931)
+++ branches/1.2/VERSION	2011-10-26 23:49:33 UTC (rev 3932)
@@ -1 +1 @@
-1.2.25
+1.2.26

Modified: branches/1.2/dists/rpm/ledgersmb.spec
===================================================================
--- branches/1.2/dists/rpm/ledgersmb.spec	2011-10-26 15:08:36 UTC (rev 3931)
+++ branches/1.2/dists/rpm/ledgersmb.spec	2011-10-26 23:49:33 UTC (rev 3932)
@@ -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.25
+Version: 1.2.26
 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-10-26 15:08:36 UTC (rev 3931)
+++ branches/1.2/dists/source/build.sh	2011-10-26 23:49:33 UTC (rev 3932)
@@ -9,7 +9,7 @@
    pgdoc="true";
 fi
 
-version="1.2.25";
+version="1.2.26";
 #rpmversion="1.2.6";
 build_d="../release";
 

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