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