Commit b3d1a58cac1304ebcb12c9e1d92341c9c9b06e91

Authored by Brad Shuttleworth
1 parent dc8680ad

add history file.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5368 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 33 additions and 0 deletions
HISTORY.txt 0 → 100644
  1 +==========================
  2 +What's new in this release
  3 +==========================
  4 +
  5 +3.0.2
  6 +-----
  7 +
  8 +- Improved support for translated versions of KnowledgeTree, including
  9 +easier to use language selection for end users.
  10 +- Easy to use installers for Windows and multiple distributions of
  11 +Linux. The installers no longer require the installation of any
  12 +3rd-party web server or database infrastructure components.
  13 +- Significantly increased online documentation coverage.
  14 +- Significantly increased size of per-document indexing capability.
  15 +Documents of up to 4Gb of text can now be included in the repository
  16 +index.
  17 +- New StorageProvider that provides a more robust file storage mechanism
  18 +across platforms
  19 +- Anonymous user access is now available and configurable via a
  20 +configuration change.
  21 +- Significant improvements in performance with the addition of a caching
  22 +layer.
  23 +- New Owner, Authenticated, and Everyone roles to simplify the
  24 +management of document access permissions.
  25 +- Post-installation checkup will indicate if your database does not
  26 +support transactions.
  27 +- New storage verifier to ensure that documents are correctly stored in
  28 +the repository.
  29 +- Improvements for unit administrators in terms of managing their
  30 +environment.
  31 +- Better support for installations which have users accessing
  32 +KnowledgeTree from clients with dynamic IP addresses.
  33 +- Better support for SUSE Linux installations.
... ...