Exempt live ebuilds from KEYWORDS.missing and KEYWORDS.dropped warnings.
[portage.git] / NEWS
1 News (mainly features/major bug fixes)
2
3 portage-2.1.6
4 -------------
5
6 * Add support for a new EAPI="2" value. For more information about new EAPI
7   features, refer to the "Ebuild" chapter of the html documentation that is
8   installed with portage.
9 * Add PORTAGE_IONICE_COMMAND setting for make.conf which is called to adjust
10   IO priority on portage and it's subprocesses.
11 * Add link level dependency awareness to emerge --depclean and --prune actions
12   in order to protect against uninstallation of required libraries.
13 * Add emerge --jobs and --load-average options which specify behavior
14   for building packages in parallel or for generating metadata in parallel
15   with emerge --regen.
16 * Add emerge --keep-going option to continue as much as possible after
17   an error. When an error occurs, dependencies are recalculated for
18   remaining packages and any with unsatisfied dependencies are
19   automatically dropped. The --skipfirst option automatically drops
20   packages in the same way, and also drops any masked packages.
21 * Add git and subversion support for repoman.
22 * It is now possible to use `emerge <file>` to reinstall the package that
23   installed a particular file. Package contents entries are indexed to
24   improve performance. A command such as `emerge /lib/modules` can serve
25   as a decent substitute for module-rebuild.
26 * Namespace sanitizing: move all portage related code into portage.* namespace,
27   rename portage_foo modules to portage.foo (but keep symlinks for compability)
28 * Add support for news items (GLEP 42)
29
30 portage-2.1.5
31 -------------
32
33 * Blockers are now resolved automatically in many more cases
34   than before.  When it's safe, blocked packages are uninstalled
35   automatically so that users are no longer inconvenienced with the
36   task. Automatically uninstalled packages are displayed in the merge
37   list, marked "uninstall" and highlighted in red. With the --tree
38   option enabled, it's possible to see which package(s) caused other
39   ones to be automatically uninstalled.
40 * The dependency resolver now has a feedback mechanism that helps make atom
41   selections more consistent with previous selections that have been added to
42   the graph. This solves some common cases of bug #1343.
43
44 portage-2.1.4
45 -------------
46
47 * After the initial setup phase, the original ebuild and eclasses are no
48   longer needed because the same ebuild environment is reused for the
49   entire lifecycle of the package, including uninstallation.
50 * The emerge --search action supports searching of both installed and binary packages
51   The --usepkg and --usepkgonly options control which repositories are searched.
52
53 portage-2.1.3
54 -------------
55
56 * Allow per-module setting of PORTAGE_ELOG_CLASSES
57 * Add new elog module "echo" to simply display messages when emerge exits
58 * Add ** as new token for package.keywords to bypass the keyword visibility layer
59 * USE_EXPAND variables such as LINGUAS support a * wildcard that will enable
60   all of the corresponding flags that are listed in IUSE for a given package.
61   USE_EXPAND wildcards such as linguas_* are supported in USE and package.use.
62 * The merge process preserves the modification timestamp of files that it
63   installs. The unmerge process will not uninstall files that are claimed by
64   another package in the same slot.
65 * PDEPEND is now installed as soon as possible so that it behaves more like
66   RDEPEND.  This makes PDEPEND more useful for breaking the dependency cycles
67   that are sometimes triggered by RDEPEND and DEPEND.
68 * Enable "echo" and "save_summary" elog modules by default
69 * Fix -* handling in package.keywords to work as intended (reset the accepted 
70   keywords list), also see RELEASE-NOTES.
71 * Make elog functionality available to python code
72
73 portage-2.1.2
74 -------------
75
76 * Ebuilds support default USE flags via +flag in IUSE.
77 * New-style virtuals are now usable for packages that depend on themselves for
78   bootstrap.
79 * Profiles support multiple inheritance and package.use.
80 * CONFIG_PROTECT and CONFIG_PROTECT_MASK both support files (not just
81   directories).
82 * Collision protection handles symlinks properly.
83 * Dependencies can be satisfied by installed packages that do not have matching
84   ebuilds in the portage tree or overlay.
85 * Emerge automatically ignores blockers that are made irrelevant by an upgrade.
86 * Emerge supports "reverse blocker detection" which means that the blockers of
87   installed packages will always be respected.
88 * Emerge builds a complete dependency graph in order to ensure correct merge
89   order and detection of circular dependencies.
90 * The world and system sets allow automatic update of all installed slots.
91 * DEPEND atoms support SLOT dependencies of the form ${CATEGORY}/${PN}:${SLOT}.
92 * Development: Extend PYTHONPATH support to allow overriding the hardcoded 
93   /usr/lib/portage/pym for development/testing purposes
94 * New "finalize" hook for elog modules enabling modules to perform actions on 
95   shutdown (like dispatching collected messages).
96 * New elog modules mail_summary and save_summary that act like the mail/save
97   modules except that they merge messages from multiple packages in a single
98   file/mail.
99 * New QA loglevel and matching eqawarn function
100 * `ebuild foo test` now always runs src_test if available
101 * If DOC_SYMLINK_DIR is set portage installs symlinks to html documention there
102 * FEATURES="test" automatically implies USE="test".
103
104 portage-2.1.1
105 -------------
106
107 * Profiles support use.force, package.use.force, and package.use.mask files.
108
109 portage-2.1 (ongoing via pre releases)
110 ------------
111
112 * FEATURES="confcache" integration; global caching to speed up configure calls, 
113   requires dev-util/confcache
114 * elog framework and accompanying modules for logging ebuild warnings, errors
115   and general notices. Collects eerror/ewarn/elog/einfo messages.
116 * New elog function (should replace einfo in many cases)
117 * version syntax enhancements allowing multiple suffixes and a new 'cvs'
118   version prefix for denoting "live sources" ebuilds.
119 * config files as directories enabling more flexible settings management.
120 * Addition of an register_die_hook method that allows ebuild/eclasses to
121   register functions to be called for better debugging on errors.
122 * Addition of pre and post user hookable functions for each ebuild phase, accessible 
123   via portage bashrc.  Example would be pre_src_unpack .
124 * cache refactoring- runtime improvement from 35% -> 65%.
125 * Intelligently handle and display USE_EXPAND-based IUSE variables.
126 * FEATURES="parallel-fetch".  Download in parallel to compilation.
127 * Include a "changed or new" USE flag output when --verbose isn't specified.
128 * Support for splitting out debug information into separate files in
129   /usr/lib{,32,64}.
130 * exec subsystem refactoring (now with less bugs!)
131 * Added sha256 and rmd160 hashes for digests/manifests
132 * Make --emptytree only apply to ${ROOT} rather than always including /.
133 * Allow packages to be upgraded that are only depended on via a
134   "|| ( =cat/pkg-1* =cat/pkg-2* )" construct.
135 * Ebuild output is no longer cut off early when using PORT_LOGDIR.
136 * Distfiles indirection- $DISTFILES access goes through a tmp dir to fail
137   access to files not listed in SRC_URI.
138 * Emerge now uses --resume to restart itself after portage upgrade.
139 * Atomic file updates via the new atomic_ofstream class.
140 * Global updates and fixpackages performance optimizations.
141 * Tests show that file locking is now more reliable.
142 * A bash call stack is printed when an ebuild dies in ebuild.sh.
143 * New rsync option handling by using a generic PORTAGE_RSYNC_EXTRA_OPTS variable
144 * Manifest2 support that will allow digest-* files to be eliminated from the tree.