|
From: Chris W. <la...@us...> - 2001-12-01 15:26:00
|
Update of /cvsroot/openinteract/OpenInteract In directory usw-pr-cvs1:/tmp/cvs-serv20901 Modified Files: Changes Log Message: latest changes Index: Changes =================================================================== RCS file: /cvsroot/openinteract/OpenInteract/Changes,v retrieving revision 1.85 retrieving revision 1.86 diff -C2 -d -r1.85 -r1.86 *** Changes 2001/11/29 05:28:01 1.85 --- Changes 2001/12/01 15:25:57 1.86 *************** *** 1,4 **** --- 1,21 ---- Revision history for Perl extension OpenInteract. + 1.36 + + Individual: + + * OpenInteract/CommonHandler.pm: + + - Fixed call in remove() which made the id_field() call against the + wrong class, and added a stub for _remove_customize() (Thanks to + Andreas Nolte <and...@be...> for pointing these + out) + + * OpenInteract/Startup.pm: + + - Added MASK argument to mkdir() (optional in 5.6.1, not in 5.5.x; + thanks to Randal for pointing this out) + + 1.35 Thu Nov 29 00:46:51 EST 2001 |