From 1be032cc33531158196d406f44de3fe8f1e8e8b0 Mon Sep 17 00:00:00 2001 From: einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> Date: Fri, 22 Sep 2006 06:11:45 +0000 Subject: Now db custom fields are cached in the $form object. Also there is now a $form->{dbh} which is a noauto database handle to be used for all db activities. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@128 4979c152-3d1c-0410-bac9-87ea11338e46 --- Changelog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index dbf7c019..232fca42 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,9 @@ +Changelog for LedgerSMB 1.1.1 + +* Fixed problem with parts_short trigger not being created +* Fixed problem with custom fields functions not being created +* Pg driver is now checked by default. + Changelog for LedgerSMB 1.1.0 Database @@ -11,6 +17,7 @@ Database * Added foreign key constraint to acc_trans.chart_id * Database backups now use pg_dump * Database creation routines now attempt to add plpgsql to the db if not there. +* Transaction reversal is now enforced by default Security * One is required to change the admin password when it is blank (on first login etc). -- cgit v1.2.3