pathmgr (2.0.1)

  * Try harder to find a proper Python interpreter to run the pathmgr.py
    script.

pathmgr (2.0.0)

  * Fixed bug in resolution of include files specified with a relative
    path.

  * Renamed the "--source" option from v1.0.12 to be the "--origin"
    option in 2.0.0.

  * Renamed the "--global-scope" option from v1.0.12 to be the
    "--source" option in 2.0.0.

  * Renamed the "--local-scope" option from v1.0.12 to be the
    "--include" option in 2.0.0.

  * Added "--remove-duplicates" option.

pathmgr (1.0.12)

  * Added "pathgmr-mingw" script to counter MinGW's built-in
    normalization of command-line parameters and environment
    variables.

pathmgr (1.0.11)

  * Improved help for --clean and --list command-line options.

pathmgr (1.0.10)

  * Added support for <append> and <prepend> XML tags which are synonyms
    for <after> and <before>.
  * Added --uds and --universal-directory-separators as synonyms for
    --univ-dir-seps.

pathmgr (1.0.9)

  * Added --which=<regexp> option to search through the path.
  * Added --tilde-expansion option to enable tilde expansion which
    is on by default.
  * Changed the --list option to implicitly enable --quit.
  * Changed the tests to now print feedback by default.

pathmgr (1.0.8)

  * Added support for automatically converting slash and
    backslash characters to native directory separators.
  * Added missing support for documented --undef option.
  * Fixed bug in XML parsing of boolean options like
    <normalize>off</normalize>.
  * Fixed anchors in XML configuration files so they honor the
    --normalized=off option.

pathmgr (1.0.7)

  * Fixed bug in handling of --anchor option.
  * Changed default for --normalize to True.
  * Added more tests.

pathmgr (1.0.6)

  * Fixed bug in handling of --separator option.
  * Started adding tests.

pathmgr (1.0.5)

  * Improved the pathmgr.bat wrapper for Windows.
  * Fixed TTY detection under Windows.
  * Fixed bug caused by not properly setting up local scope.
  * Handle SystemExit "exceptions" specially (for older Pythons).

pathmgr (1.0.4)

  * Ported to support Python-3.x.

pathmgr (1.0.3)

  * Back ported to support Python-2.4.
