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

SF.net SVN: ledger-smb: [90] trunk



Revision: 90
          http://svn.sourceforge.net/ledger-smb/?rev=90&view=rev
Author:   einhverfr
Date:     2006-09-13 22:58:47 -0700 (Wed, 13 Sep 2006)

Log Message:
-----------
Updating changelog and todo

Modified Paths:
--------------
    trunk/Changelog
    trunk/TODO

Modified: trunk/Changelog
===================================================================
--- trunk/Changelog	2006-09-14 05:51:31 UTC (rev 89)
+++ trunk/Changelog	2006-09-14 05:58:47 UTC (rev 90)
@@ -1,6 +1,9 @@
-Changelog for LedgerSMV 1.1.0
+Changelog for LedgerSMB 1.1.0
 
-* 
+* Utility included for near-real-time parts short email notifications.
+* DB Updates now use one transaction per update file.
+* Fixed Lynx support
+* Batch printing now available for checks
 * Warnings are printed when check stub is truncated
 * Protection against duplicate transaction id's.
 * FLOAT datatypes removed from database
@@ -8,6 +11,9 @@
 * SL2LS.pl now dies if it cannot open the files.
 * Corrected directory transversal bug
 
+Changelog for LedgerSMB v 1.0.0p1
+* Fixed directory transversal/arbitrary code execution vulnerability.
+
 Changelog for LedgerSMB v 1.0.0
 
 (Changes relative to the pre-fork SQL-Ledger 2.6.17)

Modified: trunk/TODO
===================================================================
--- trunk/TODO	2006-09-14 05:51:31 UTC (rev 89)
+++ trunk/TODO	2006-09-14 05:58:47 UTC (rev 90)
@@ -4,29 +4,15 @@
 Higher priorities
 - Fix the db upgrade routine so that it can be safely used between software 
   versions
-- Move all other floats to NUMERICs in the database schemas.
 - Create a new naming system that allows us to track db schema changes between
     different versions of SQL-Ledger and LedgerSMB and 
-- update setup.pl, which has a lot of SL specific code.
 - make utf-8 default
-- Add protection against duplicate id values. 
-    Chris Travers has a fix that will be applied in the next version but will
-    require some extensive testing.
-- Batch printing of Checks
-    Chris Travers has done this work for another customer for 2.6.15 and can 
-    move this code over quickly.
 - Prevent printing without posting. 
 - Add last cost field to laber/overhead creation screen.
-- drop Oracle support? 
-  Removed all of the Oracle sql. Removed some Oracle code from perl. Joshua Drake
 - %code cleanup (move to established coding standards, not structural yet) 
 	In Progress
 - %xhtml compliant code
 - central default database (maybe authentication abstraction here?)
-- * Integrate a sales data report.
-    Available as a diff at http://www.metatrontech.com/projects/
-- Bundle script for generating email reports when parts are low.
-    To be included in next version.  Work is already done.
 - Fix reconcilliation summary report.
 - Remove Dieter's sessionid timestamp since it serves no purpose.
 - authentication abstraction for Kerberos, LDAP authentication, and the like.
@@ -36,7 +22,6 @@
 - Replace the defaults table with one that is more normalized.
 - Fix printing for Windows. 
   This turns out to be incredibly trivial.
-- Make batch printing more readible.
 
 Medium-longer term
 - Database schema cleanup/rewrite


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