Add news about slot deps.
[portage.git] / NEWS
1 News (mainly features/major bug fixes)
2
3 portage-2.1.2
4 ------------
5
6 * DEPEND atoms support SLOT dependencies of the form ${CATEGORY}/${PN}:${SLOT}.
7
8 portage-2.1.1
9 ------------
10
11 * Profiles support use.force, package.use.force, and package.use.mask files.
12
13 portage-2.1 (ongoing via pre releases)
14 ------------
15
16 * FEATURES="confcache" integration; global caching to speed up configure calls, 
17   requires dev-util/confcache
18 * elog framework and accompanying modules for logging ebuild warnings, errors
19   and general notices. Collects eerror/ewarn/elog/einfo messages.
20 * New elog function (should replace einfo in many cases)
21 * version syntax enhancements allowing multiple suffixes and a new 'cvs'
22   prefix for denoting "live sources" ebuilds.
23 * config files as directories enabling more flexible settings management.
24 * Addition of an register_die_hook method that allows ebuild/eclasses to
25   register functions to be called for better debugging on errors.
26 * Addition of pre and post user hookable functions for each ebuild phase, accessible 
27   via portage bashrc.  Example would be pre_src_unpack .
28 * cache refactoring- runtime improvement from 35% -> 65%.
29 * Intelligently handle and display USE_EXPAND-based IUSE variables.
30 * FEATURES="parallel-fetch".  Download in parallel to compilation.
31 * Include a "changed or new" USE flag output when --verbose isn't specified.
32 * Support for splitting out debug information into separate files in
33   /usr/lib{,32,64}.
34 * exec subsystem refactoring (now with less bugs!)
35 * Added sha256 and rmd160 hashes for digests/manifests
36 * Make --emptytree only apply to ${ROOT} rather than always including /.
37 * Allow packages to be upgraded that are only depended on via a
38   "|| ( =cat/pkg-1* =cat/pkg-2* )" construct.
39 * Ebuild output is no longer cut off early when using PORT_LOGDIR.
40 * Distfiles indirection- $DISTFILES access goes through a tmp dir to fail
41   access to files not listed in SRC_URI.
42 * Emerge now uses --resume to restart itself after portage upgrade.
43 * Atomic file updates via the new atomic_ofstream class.
44 * Global updates and fixpackages performance optimizations.
45 * Tests show that file locking is now more reliable.
46 * A bash call stack is printed when an ebuild dies in ebuild.sh.
47 * New rsync option handling by using a generic PORTAGE_RSYNC_EXTRA_OPTS variable
48 * Manifest2 support that will allow digest-* files to be eliminated from the tree.