Changes since version 0.5.0 (2006-07-24)

  - pear channel field changed from entry field to select box to avoid typo error choice
  - default display driver allow to use external stylesheet to improve look and feel

Changes since version 0.4.0 (2006-05-29)

  - implement filter decorator to display part of files list
    . extension filter is allow on replacements and exceptions tabs
    . role filter is allow on exceptions tabs
    . replacements task count filter is allow on replacements tabs
  - removed roles tab; exceptions tab still handle file role exception
    but allow also to import existing file roles easily.

Changes since version 0.3.0 (2006-05-21)

  - no code changes

Changes since version 0.2.0 (2006-05-13)

  * news:
  - Configuration structure has changed. More simple.
  - all PEAR_PackageFileManager2 replaces task options can now be apply
   (api-version, ...)
  - No more needed to call loadPreferences(), addPages(), or addActions()
    defaults are applied first.

  * improvement:
  - PEAR::PHP_Compat package begin optional dependency (only required for PHP4)

Changes since version 0.1.0 (2006-04-02)

  - constant PEAR_PACKAGEFILEMANAGER_FRONTEND_WEBDIR was replaced
    by PEAR_PACKAGEFILEMANAGER_FRONTEND_DATADIR
    (default location is the package data_dir directory).
    You should define this constant only if you want to change skin (css) of frontend easily.
  - new entry fields on Dependencies tab to support 'group' feature (package.xml version 2.0)


