From: Geoffrey T. D. <da...@us...> - 2001-03-06 16:46:55
|
Update of /cvsroot/phpwiki/phpwiki In directory usw-pr-cvs1:/tmp/cvs-serv18507 Modified Files: Tag: release-1_2-branch HISTORY Log Message: Updated. All changes since 1.2.0 are now documented (however cryptically) in HISTORY. Index: HISTORY =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/HISTORY,v retrieving revision 1.12.2.1 retrieving revision 1.12.2.2 diff -C2 -r1.12.2.1 -r1.12.2.2 *** HISTORY 2001/02/08 18:28:31 1.12.2.1 --- HISTORY 2001/03/06 16:48:32 1.12.2.2 *************** *** 1,9 **** * Don't show signature image if $SignatureImg (in config.php) is left unset ! * Bug fix: hang on full zip dump ! * Bug fix: hang on diff ! * Bug fix: unzip failed on some old zip-dumps ! * Bug fix: check for DB files in /tmp was broken ! * Minor security fix: pagename must now be url-encoded ! * Spelling fixes in pgsrc/* 1.2.0 02/01/01 --- 1,16 ---- * Don't show signature image if $SignatureImg (in config.php) is left unset ! * Much improved german pgsrc/ ! * Spelling fixes in english pgsrc/* ! * Minor security fixes: ! + pagename must now be url-encoded ! + added permission checks in admin/{load,dump}serial.php ! * Bugs fixed ! + hang on full zip dump ! + hang on diff ! + unzip failed on some old zip-dumps ! + check for DB files in /tmp was broken ! + encode HTML entities within edit textarea ! + ensure page linkification in "Describe foo here." ! + fixes to transform code to improve HTML validity 1.2.0 02/01/01 |