** 1998-09-01 RELEASE 2.17
- Append and assignment were ambiguous and assignment took precedence.
Append is now assumed. Added tests.
- Envies found in .priv directories are hidden from the listing.
- Fixed 5.004-ish warnings.
** 1998-08-31 RELEASE 2.16
- A fairly large amount of work (mostly in the form of deep pondering)
has gone into this release. Please consider it BETA and test
it carefully!
- Replaced bizarre installation instructions with much simpler.
- Improved start-up time.
- More documentation: envy help and FAQ.pod
- Changes to the ENVY_PATH are now reflected (immediately) when
loading multiple envys during a single invokation.
- Added support for *.site configuration files. This allows per-site
customization of default settings (like xemacs).
- Switched default umask to 002. Should be part of site
configuration?
** 1998-03-05 RELEASE 2.15
- Fixed handling of $HOME/.envy.
- Improvements to Envy::Load.
** 01-16-98 RELEASE 2.13
- I've been waiting for the code to stabilize. This release seems
very stable so I am releasing it. The csh support still needs to be
brought up to date and better documentation is in the works.
- Phased out support for backward-compatible envy state environment
variables.
** 12-20-97 RELEASE 2.10
- Envys that set ETOP are treated specially. Only one should be
loadable at the same time.
- Added support for 'echo' in envy files.
- Components are no longer removed from ENVY_PATH.
- Logging of all envious activity to $ETOP/var/envy.log.
- Improved organization of *.part2.
- Adding multiple components with += incorrectly occurred in the
reverse order. Fixed.
- Adjusted dependency tracking to reduce false warnings.
- '.' is no longer added to the front of the PATH by default.
** 12-13-97 RELEASE 2.07
- Slightly better dependency tracking. Avoids unloading ETOP during
'unload all'.
- envy load/unload now accept multiple targets on the command line
- More whitespace stricture in envy files.
- Slightly improved error messages.
- Factored 'wrapper' to use INITIAL_ENV.
** 11-24-97 RELEASE 2.06
- Initial public release.