From: Steve W. <wai...@us...> - 2001-02-01 05:35:00
|
Update of /cvsroot/phpwiki/phpwiki In directory usw-pr-cvs1:/tmp/cvs-serv18290 Modified Files: HISTORY Log Message: Wrote list of additions/changes for 1.2 Index: HISTORY =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/HISTORY,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** HISTORY 2000/11/06 03:19:16 1.11 --- HISTORY 2001/02/01 05:35:01 1.12 *************** *** 1,2 **** --- 1,18 ---- + 1.2.0 02/01/01 + * Support for PHP 4.0.4 (using the dba_* interface for DBM files), + thanks to Joel Uckelman + * Swedish translation added, thanks to Jon Åslund + * dbmlib.php has all functions in mysql/postgresql, thanks to Jan Hidder + * German version updated + * Dutch translation updated + * Spanish version updated + * More robust support for flat file based Wiki (INSTALL.flatfile + included) + * "named internal links," i.e. [wow | FrontPage] + * New IF syntax added to templates + * New PhpWikiAdministration page added + * New term/defintion syntax (for <DT><DD> tags) + * Plenty of bug fixes + 1.1.9 11/05/00: * Spanish language support added, thanks to Sandino Araico |