Update of /cvsroot/phpwiki/phpwiki
In directory usw-pr-cvs1:/tmp/cvs-serv4426
Modified Files:
Tag: release-1_2-branch
HISTORY
Log Message:
Propagate bug fixes from MAIN CVS branch into the stable release branch.
I have not added Arno's new transform.php code.
Should we? (Is it functionally equivalent to the old code?)
Index: HISTORY
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/HISTORY,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -C2 -r1.12 -r1.12.2.1
*** HISTORY 2001/02/01 05:35:01 1.12
--- HISTORY 2001/02/08 18:28:31 1.12.2.1
***************
*** 1,2 ****
--- 1,10 ----
+ * 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
* Support for PHP 4.0.4 (using the dba_* interface for DBM files),
|