Fix -* handling in gvisible to match incremental semantics
[portage.git] / RELEASE-NOTES
1 Release Notes; upgrade information mainly.
2 Features/major bugfixes are listed in NEWS
3
4 portage-2.1.3
5 ==================================
6
7 * The python namespace for portage has been sanitized, all portage related code
8   is now contained within the portage namespace. External script should be updated
9   accordingly, though links exist for backward compability.
10 * The "save_summary" and "echo" elog modules are now enabled by default. Setting
11   PORTAGE_ELOG_SYSTEM in make.conf will override this, so if you don't want elog
12   set PORTAGE_ELOG_SYSTEM="" in make.conf
13 * -* support in package.keywords was changed as it was inconsistent with 
14   ACCEPT_KEYWORDS behavior (also see http://dev.gentoo.org/~genone/docs/KEYWORDS.stupid).
15   Previously having -* in package.keywords matched packages with KEYWORDS="-*", 
16   now it resets the ACCEPT_KEYWORDS list for the given atom like it does when
17   used in ACCEPT_KEYWORDS.
18   For packages that don't specify any other KEYWORDS you can use the new ** token
19   as documented in portage(5) to disable KEYWORDS filtering completely.
20
21 portage-2.1.2
22 ==================================
23
24 * Depending on the number of packages installed, users may notice a difference
25   in the time taken for dependency calculations.  This performance penalty is
26   due to the addition of important new features which include the ability to
27   detect reverse blockers, the building of a complete dependency graph, and the
28   ability to use installed packages to satisify dependencies even after their
29   ebuilds have been removed from the portage tree.
30 * emerge does not necessarily update build time dependencies that are not
31   strictly required.  See the --with-bdeps option in the emerge(1) man page.
32
33 portage-2.1.1
34 ==================================
35
36 * emerge --search doesn't use regular expressions now anymore by default, so
37   emerge --search dvd+rw-tools now works as expected. Regular expressions can be enabled
38   by prefixing the search string with %. 
39 * emerge --depclean algorithm is much safer than the old one.
40 * emerge --newuse detects changes in IUSE that previously went undetected.
41
42 portage-2.1
43 ==================================
44
45 * new cache framework, breaking all old cache modules.
46   If you're having problems with portage_db_cdb, this is likely the cause.
47 * USE flag output ordering has changed.  The old ordering is now an option
48   by the name of --alphabetical.  Adding the option to EMERGE_DEFAULT_OPTS
49   in make.conf will restore the old behaviour permanently.
50 * The deprecated --inject has been removed, use /etc/portage/profile/package.provided
51 * The deprecated --upgradeonly has been removed, use /etc/portage/package.* 
52   instead.
53 * 'emerge sync' has been deprecated, use 'emerge --sync' instead (same 
54   for other actions)
55 * Tools that call emerge should override the EMERGE_DEFAULT_OPTS environment
56   variable or use the emerge --ignore-default-opts option.
57 * rsync option handling has been redesigned, instead of RSYNC_* variables
58   use PORTAGE_RSYNC_EXTRA_OPTS from now on.
59 * autouse (use.defaults) has been deprecated by specifying USE_ORDER in make.defaults
60   Users may still turn this back on by specifying USE_ORDER="env:pkg:conf:auto:defaults"
61   in make.conf.  Interested in figuring out what use flags were turned off?  Check out
62   /usr/portage/profiles/base/use.defaults and other use.defaults files that correspond 
63   to your profile.
64