0e6753b12a1949f0247db22d1f5d49fd3f3bfe82
[portage.git] / RELEASE-NOTES
1 Release Notes; upgrade information mainly.
2 Features/major bugfixes are listed in NEWS
3
4 portage-2.1
5 ==================================
6
7 * new cache framework, breaking all old cache modules.
8   If you're having problems with portage_db_cdb, this is likely the cause.
9 * USE flag output ordering has changed.  The old ordering is now an option
10   by the name of --alphabetical.  Adding the option to EMERGE_DEFAULT_OPTS
11   in make.conf will restore the old behaviour permanently.
12 * The deprecated --inject has been removed, use /etc/portage/profile/package.provided
13 * The deprecated --upgradeonly has been removed, use /etc/portage/package.* 
14   instead.
15 * 'emerge sync' has been deprecated, use 'emerge --sync' instead (same 
16   for other actions)
17 * Tools that call emerge should override the EMERGE_DEFAULT_OPTS environment
18   variable or use the emerge --ignore-default-opts option.
19 * rsync option handling has been redesigned, instead of RSYNC_* variables
20   use PORTAGE_RSYNC_EXTRA_OPTS from now on.