Add a release note about --with-bdeps.
[portage.git] / RELEASE-NOTES
1 Release Notes; upgrade information mainly.
2 Features/major bugfixes are listed in NEWS
3
4 portage-2.1.1
5 ==================================
6
7 * emerge does not necessarily update build time dependencies that are not
8   strictly required.  See the --with-bdeps option in the emerge(1) man page.
9 * emerge --search doesn't use regular expressions now anymore by default, so
10   emerge --search dvd+rw-tools now works as expected. Regular expressions can be enabled
11   by prefixing the search string with %. 
12 * emerge --depclean algorithm is much safer than the old one.
13 * emerge --newuse detects changes in IUSE that previously went undetected.
14
15 portage-2.1
16 ==================================
17
18 * new cache framework, breaking all old cache modules.
19   If you're having problems with portage_db_cdb, this is likely the cause.
20 * USE flag output ordering has changed.  The old ordering is now an option
21   by the name of --alphabetical.  Adding the option to EMERGE_DEFAULT_OPTS
22   in make.conf will restore the old behaviour permanently.
23 * The deprecated --inject has been removed, use /etc/portage/profile/package.provided
24 * The deprecated --upgradeonly has been removed, use /etc/portage/package.* 
25   instead.
26 * 'emerge sync' has been deprecated, use 'emerge --sync' instead (same 
27   for other actions)
28 * Tools that call emerge should override the EMERGE_DEFAULT_OPTS environment
29   variable or use the emerge --ignore-default-opts option.
30 * rsync option handling has been redesigned, instead of RSYNC_* variables
31   use PORTAGE_RSYNC_EXTRA_OPTS from now on.
32 * autouse (use.defaults) has been deprecated by specifying USE_ORDER in make.defaults
33   Users may still turn this back on by specifying USE_ORDER="env:pkg:conf:auto:defaults"
34   in make.conf.  Interested in figuring out what use flags were turned off?  Check out
35   /usr/portage/profiles/base/use.defaults and other use.defaults files that correspond 
36   to your profile.
37