[Refdb-cvs] CVS: refdb NEWS,1.19.2.1,1.19.2.2
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2005-11-14 20:46:43
|
Update of /cvsroot/refdb/refdb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24142 Modified Files: Tag: Release_0_9_5_stable NEWS Log Message: updated for 0.9.6 Index: NEWS =================================================================== RCS file: /cvsroot/refdb/refdb/NEWS,v retrieving revision 1.19.2.1 retrieving revision 1.19.2.2 diff -u -U2 -r1.19.2.1 -r1.19.2.2 --- NEWS 13 Dec 2004 20:24:06 -0000 1.19.2.1 +++ NEWS 14 Nov 2005 20:46:35 -0000 1.19.2.2 @@ -5,4 +5,84 @@ ______________________________ +Version 0.9.6 (November 2005) + +Bugfixes: + +- fixed hangs when getref and getnote returned zero datasets + +- fixed DocBook bibliography output + +- fixed missing slashes in RIS date output + +- fixed RIS date output for missing year and otherinfo data + +- fixed risx reprint date output + +- fixed getref xhtml header + +- fixed erroneous month and day entries popping up in pubdates + +- fixed obscure bug in stylespec generation code + +- fixed refdb-backup and refdb-restore bugs + +- fixed quoting problems in addlink command + +- fixed dozens of int vs. long long mismatches (hi OSX!) + +- fixed problems when reading from stdin + + +Improvements + +- added sqlite3 support + +- added support for MySQL > 4.0 + +- added transaction support for MySQL + +- improved character encoding handling + +- databases are now versioned + +- refdba:addstyle() can now read from stdin + +- added getref AX and TX pseudo targets + +- refdbnd now supports DocBook XML 4.3 + +- getref now supports query strings of unlimited size + +- getref now supports the AX (all authors/editors) and TX (all titles) + pseudo targets + +- client/server protocol was improved and documented + +- moved to libdbi-0.8.x + +- integrated manual into sources + +- integrated DTD documentation into sources + +- new PHP-based web interface + +- now supports multiple UR and L1-L4 fields per dataset + +- now supports public or private extended notes + +- now supports titles instead of missing authornames in bibliographies + +- new command updatejo allows editing periodical synonyms + +- refdb-ms is now an integral part of RefDB + +- new scripts refdb-backup and refdb-restore help to backup databases + +- man pages for all user tools are now available + +- updated for most recent TEI stylesheets + + +______________________________ Version 0.9.5 (December 2004) |