From: Chris W. <la...@us...> - 2005-09-25 15:18:37
|
Update of /cvsroot/openinteract/OpenInteract2/doc/Manual In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5724/doc/Manual Modified Files: Changes.pod Log Message: latest changes Index: Changes.pod =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/doc/Manual/Changes.pod,v retrieving revision 1.73 retrieving revision 1.74 diff -C2 -d -r1.73 -r1.74 *** Changes.pod 21 Sep 2005 11:58:57 -0000 1.73 --- Changes.pod 25 Sep 2005 15:18:28 -0000 1.74 *************** *** 121,124 **** --- 121,136 ---- =back + L<OpenInteract2::Config::Readonly> + + =over 4 + + =item * + + OIN-180: Fix bug, when 'readonly' config not found we'd return + arrayref instead of hashref, forcing OI2::Package copy html files + routine to abort. + + =back + L<OpenInteract2::Context> *************** *** 186,189 **** --- 198,213 ---- =back + L<OpenInteract2::Package> + + =over 4 + + =item * + + OIN-172: when installing a package add pkg/foo-x.xx/conf/README + pointing to the actual config location (conf/foo) and delete the + package configuration files so there's no confusion. + + =back + L<OpenInteract2::Response::Apache> |