Commit 3548084518816ad7f61c4d7570e77d04722258f8

Authored by nbm
1 parent 6993a3c5

Changelog for 2.0.0rc3


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3164 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 40 additions and 0 deletions
docs/ChangeLog.txt
  1 +Version 2.0.0rc2 (2005/01/10)
  2 +
  3 +Bug Fixes
  4 +=========
  5 +* Fix misnamed variable in uncommonly used database utility function
  6 +* Remove a debug messsage that snuck in
  7 +
  8 +Detailed ChangeLog
  9 +==================
  10 +
  11 +2005-01-10 02:45 nbm
  12 +
  13 + * presentation/lookAndFeel/knowledgeTree/administration/browsemanagement/editBrowserUI.inc:
  14 +
  15 + Change over fully to the new Criteria implementation.
  16 +
  17 +2005-01-10 02:08 nbm
  18 +
  19 + * lib/database/dbutil.inc:
  20 +
  21 + Correct misnamed return variable.
  22 +
  23 +2005-01-10 02:06 nbm
  24 +
  25 + * lib/browse/Criteria.inc:
  26 +
  27 + Add a criteria for a document's last modified date.
  28 +
  29 +2005-01-10 02:05 nbm
  30 +
  31 + * config/dmsDefaults.php:
  32 +
  33 + Load up legacy and utility functions as early as possible
  34 +
  35 +2005-01-10 01:09 nbm
  36 +
  37 + * presentation/lookAndFeel/knowledgeTree/search/advancedSearchBL.php:
  38 +
  39 + Remove debug message
  40 +
1 Version 2.0.0rc1 (2005/01/10) 41 Version 2.0.0rc1 (2005/01/10)
2 42
3 Bug Fixes 43 Bug Fixes