diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-14 05:58:47 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-14 05:58:47 +0000 |
commit | b6f871330c604c54c91e506ed26c0d42232c1d22 (patch) | |
tree | 657dfca970a9df3ab30429618f6304de2629de87 | |
parent | 0c897b2d198337f330de6253c6bcba35bedaeb2c (diff) |
Updating changelog and todo
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@90 4979c152-3d1c-0410-bac9-87ea11338e46
-rw-r--r-- | Changelog | 10 | ||||
-rw-r--r-- | TODO | 15 |
2 files changed, 8 insertions, 17 deletions
@@ -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 @@ Changelog for LedgerSMV 1.1.0 * 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) @@ -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 @@ links. - 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 |