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

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



Revision: 1093
          http://svn.sourceforge.net/ledger-smb/?rev=1093&view=rev
Author:   einhverfr
Date:     2007-04-18 11:34:30 -0700 (Wed, 18 Apr 2007)

Log Message:
-----------
Final update before freeze for 1.2.4 release

Modified Paths:
--------------
    branches/1.2/Changelog
    branches/1.2/INSTALL
    branches/1.2/UPGRADE
    branches/1.2/doc/release_notes

Modified: branches/1.2/Changelog
===================================================================
--- branches/1.2/Changelog	2007-04-18 00:11:18 UTC (rev 1092)
+++ branches/1.2/Changelog	2007-04-18 18:34:30 UTC (rev 1093)
@@ -5,7 +5,10 @@
 * Fixed inconsistant error when setting to recur 0 times (Chris T)
 * Fixed Access Denied when sending email (CHris T)
 * Added Makefile.PL as optional means of dependency checking (experimental, Chris T)
+* Updated INSTALL file to use correct globaldbh syntax (Chris T)
+* Updated UNGRADE file to recommend reading INSTALL first (Chris T)
 
+
 Changelog for 1.2.3
 * Corrected per-user locale selection (Seneca)
 * Corrected partial commits for invoices and orders (Chris T)

Modified: branches/1.2/INSTALL
===================================================================
--- branches/1.2/INSTALL	2007-04-18 00:11:18 UTC (rev 1092)
+++ branches/1.2/INSTALL	2007-04-18 18:34:30 UTC (rev 1093)
@@ -305,9 +305,11 @@
 And that section of ledger-smb.conf looks like:
 
 [globaldb]
-DBConnect: dbi:Pg:dbname=ledgersmb;host=localhost;port=5432
-DBUserName: ledgersmb
-DBPassword: MYROLEPASSWORD
+DBname     = ledgersmb
+DBhost     = localhost
+DBport     = 5432
+DBUserName = ledgersmb
+DBPassword = MYROLEPASSWORD
 
 
 OTHER ISSUES:

Modified: branches/1.2/UPGRADE
===================================================================
--- branches/1.2/UPGRADE	2007-04-18 00:11:18 UTC (rev 1092)
+++ branches/1.2/UPGRADE	2007-04-18 18:34:30 UTC (rev 1093)
@@ -17,6 +17,9 @@
 you are running a prior version, you will need to dump your data, upgrade the 
 database server and restore the data before proceeding.
 
+You may want to review the INSTALL file as well, as common troubleshooting 
+information and more detail may be found there.
+
 MANUAL UPGRADE:
 ===============================================================================
 

Modified: branches/1.2/doc/release_notes
===================================================================
--- branches/1.2/doc/release_notes	2007-04-18 00:11:18 UTC (rev 1092)
+++ branches/1.2/doc/release_notes	2007-04-18 18:34:30 UTC (rev 1093)
@@ -167,12 +167,8 @@
 
 KNOWN ISSUES:
 ==============================
-Invoice and order data entry screens display incorrect total.  Correct amount 
-is posted to the database, and invoices print properly, however.  This is a
-display problem only.  A fix is expected to be available from the development 
-team shortly after this version is released but will not not have been through 
-full testing and this bug is not considered to be as severe as the
-bugs that are fixed in this release.  You can either upgrade to the latest svn 
-release in branches/1.2 or you can email a request to the list for the fix.
+The POS printing system gives an access denied message because the printer
+triggers the directory transversal checks.  To work around this problem, ensure
+that you do not need to use absolute paths for the printer program (use lpr or
+put netdirect.pl in /usr/local/bin and reference without the full path).
 
-


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