summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorlinuxpoet <linuxpoet@4979c152-3d1c-0410-bac9-87ea11338e46>2007-04-09 01:47:34 +0000
committerlinuxpoet <linuxpoet@4979c152-3d1c-0410-bac9-87ea11338e46>2007-04-09 01:47:34 +0000
commitae576e96e56cdc3aaffb30e1305ada264efcace0 (patch)
treea75953530203b36b1ef4cac00857a132b8a3d735 /Changelog
parent4cae09441e6475108292b82bafc44b0f5166d42a (diff)
updated changelog to reflect all changes
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1041 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog9
1 files changed, 8 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 7f5814ed..b3ba83b0 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,7 @@
+Changelog for LedgerSMB 1.2.1
+* Modifed AM.pm to correctly use globals from ledgersmb.conf (Joshua Drake)
+* Simplified backup functions in AM.pm (Joshua Drake)
+
Changelog for LedgerSMB 1.2.0
Database:
@@ -12,7 +16,7 @@ Security:
* Audited All Perl Modules for SQL Injection attacks (Chris T)
* Forced edited files to have whitelisted extensions and no .. strings (Chris T)
* Users are now stored in a separate database instead of fs. (Chris M)
-* User database schema now included (Josh D)
+* User database schema now included (Joshua D)
Localization:
* Moved localization files to standard codes (Seneca)
@@ -39,6 +43,9 @@ Code Quality and API:
* Testing suite added (Seneca)
* Moved all database calls to $form->{dbh} (CHris T)
* Form->redirect no longer makes use of exec (Chris T)
+* LedgerSMB::Sysconfig now uses more reasonable ledgersmb.conf optiions (Joshua Drake)
+* Removal of Lock Application (Joshua Drake)
+* Removal of users/ depenency (Joshua Drake)
Packaging:
* Added first version of rpm spec from Mads Kiilerich (Chris T)