From: Chris W. <la...@us...> - 2005-03-29 17:16:28
|
Update of /cvsroot/openinteract/OpenInteract2/doc/Manual In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10793/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.71 retrieving revision 1.72 diff -C2 -d -r1.71 -r1.72 *** Changes.pod 18 Mar 2005 05:26:10 -0000 1.71 --- Changes.pod 29 Mar 2005 17:16:20 -0000 1.72 *************** *** 25,28 **** --- 25,90 ---- pushed off to 2.01. + =head1 1.99_07 (2.0 RC 1), + + =head2 Upgrade Notes + + B<box section ignored in server.ini> + + The 'box' section in B<server.ini> is no longer used -- all + configuration is done in C<conf/base_box/action.ini>. (It doesn't hurt + anything to leave it though.) + + =head2 Major Changes + + =head2 Minor Changes + + L<OpenInteract2::Error> + + =over 4 + + =item * + + OIN-159: If our error filename already exists keep incrementing the + number of ms until one doesn't. (Happens when two errors raised in the + same second...) + + =back + + L<OpenInteract2::Manage::Website::RemovePackage> + + =over 4 + + =item * + + OIN-158: Add 'full_remove' parameter to get rid of the package + directories on demand. + + =back + + =head2 Package Updates + + The following packages have been updated since the last version. See + the 'Changes' file for each to view the modifications: + + OpenInteract 1.99_06 -> 1.99_07 + ----------------------------------- + base: 2.15 -> 2.15 + base_box: 2.21 -> 2.21 + base_error: 3.02 -> 3.02 + base_group: 2.20 -> 2.20 + base_page: 2.32 -> 2.32 + base_security: 2.22 -> 2.22 + base_template: 3.17 -> 3.17 + base_theme: 2.13 -> 2.13 + base_user: 2.41 -> 2.41 + comments: 1.23 -> 1.23 + full_text: 2.61 -> 2.61 + lookup: 2.09 -> 2.09 + news: 2.25 -> 2.25 + object_activity: 2.13 -> 2.13 + system_doc: 2.10 -> 2.10 + whats_new: 2.12 -> 2.12 + + =head1 1.99_06 (2.0 beta 6), 18 March 2005 *************** *** 555,570 **** ----------------------------------- base: 2.11 -> 2.15 ! base_box: 2.17 -> 2.20 base_error: 2.10 -> 3.02 ! base_group: 2.16 -> 2.19 ! base_page: 2.28 -> 2.31 ! base_security: 2.18 -> 2.21 base_template: 3.15 -> 3.17 base_theme: 2.10 -> 2.13 ! base_user: 2.35 -> 2.40 comments: 1.18 -> 1.23 full_text: 2.58 -> 2.61 lookup: 2.07 -> 2.09 ! news: 2.20 -> 2.24 object_activity: 2.11 -> 2.13 system_doc: 2.08 -> 2.10 --- 617,632 ---- ----------------------------------- base: 2.11 -> 2.15 ! base_box: 2.17 -> 2.21 base_error: 2.10 -> 3.02 ! base_group: 2.16 -> 2.20 ! base_page: 2.28 -> 2.32 ! base_security: 2.18 -> 2.22 base_template: 3.15 -> 3.17 base_theme: 2.10 -> 2.13 ! base_user: 2.35 -> 2.41 comments: 1.18 -> 1.23 full_text: 2.58 -> 2.61 lookup: 2.07 -> 2.09 ! news: 2.20 -> 2.25 object_activity: 2.11 -> 2.13 system_doc: 2.08 -> 2.10 |