--- NEWS 2001/09/26 14:47:02 1.3 +++ NEWS 2002/07/20 18:27:27 1.8 @@ -1,9 +1,25 @@ +release 1.9 +- fixed bug with changelog dates and other minor improvements and bugfixes +- better suppport of special characters in passwords + +release 1.8 +- force download for CheckOut (always) and View (optional) +- ability to include and execute external php code inside docman (this can + be used to display tree-like view of all files in repository). + Examples for this functionality is in directory named `include_php' +- ability to logout simply by not entering password. that way, browser will + remember credentials which will just bring logout page +- ability to use web server's http authorisation (by using http_header module + or using htusers_htaccess module -- first one provide authorisation for + each user and htusers_htaccess allows any authentificated user to login) + release 1.7 - added adduser-dbi.pl script to add users if SQL database storage is used - added htusers_header which can auth users based on client IP address or - DNS name or on refearer (site from which user came) + DNS name or on referer (site from which user came) - added htusers_union which allows admins to setup users in more than one auth realm (files, SQL database...) for same docman site +- dbi php classes are now included in distribution release 1.6 -users can be stored in SQL database (PostgreSQL, MySQL, Oracle and ODBC is