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

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



Revision: 5119
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5119&view=rev
Author:   einhverfr
Date:     2012-08-17 13:02:01 +0000 (Fri, 17 Aug 2012)
Log Message:
-----------
Adding notes to changelog

Modified Paths:
--------------
    branches/1.3/Changelog
    branches/1.3/bin/aa.pl

Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog	2012-08-17 12:50:28 UTC (rev 5118)
+++ branches/1.3/Changelog	2012-08-17 13:02:01 UTC (rev 5119)
@@ -2,6 +2,12 @@
 Initial Release:  Monday, Oct 12 2011
 Supported Presently
 
+Changelog for 1.3.23
+* Fixed query string/stdin handling where both stdin and query string are set
+* Moved http error framework to use header methods (Chris T)
+* Fixed warning about incorrect method for ar/ap transactions (Chris T)
+* Fixed fatal gettext errors in ar_EG, fi, nb po's (Havard S)
+
 Changelog for 1.3.22
 * Fixed error when trying to save multiple make/models for a part (Chris T)
 * Better error handling when date is entered into statement balance (Chris T)

Modified: branches/1.3/bin/aa.pl
===================================================================
--- branches/1.3/bin/aa.pl	2012-08-17 12:50:28 UTC (rev 5118)
+++ branches/1.3/bin/aa.pl	2012-08-17 13:02:01 UTC (rev 5119)
@@ -1114,7 +1114,7 @@
 
     print qq|
 </form>
-| . $form->close_status_header . qq|
+| . $form->close_status_div . qq|
 </body>
 </html>
 |;

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