Document namespace sanitizing
[portage.git] / NEWS
1 News (mainly features/major bug fixes)
2
3 portage-2.1.3
4 -------------
5
6 * Allow per-module setting of PORTAGE_ELOG_CLASSES
7 * Add ** as new token for package.keywords to bypass the keyword visibility layer
8 * Namespace sanitizing: move all portage related code into portage.* namespace,
9   rename portage_foo modules to portage.foo (but keep symlinks for compability)
10
11 portage-2.1.2
12 -------------
13
14 * Ebuilds support default USE flags via +flag in IUSE.
15 * New-style virtuals are now usable for packages that depend on themselves for
16   bootstrap.
17 * Profiles support multiple inheritance and package.use.
18 * CONFIG_PROTECT and CONFIG_PROTECT_MASK both support files (not just
19   directories).
20 * Collision protection handles symlinks properly.
21 * Dependencies can be satisfied by installed packages that do not have matching
22   ebuilds in the portage tree or overlay.
23 * Emerge automatically ignores blockers that are made irrelevant by an upgrade.
24 * Emerge supports "reverse blocker detection" which means that the blockers of
25   installed packages will always be respected.
26 * Emerge builds a complete dependency graph in order to ensure correct merge
27   order and detection of circular dependencies.
28 * The world and system sets allow automatic update of all installed slots.
29 * DEPEND atoms support SLOT dependencies of the form ${CATEGORY}/${PN}:${SLOT}.
30 * Development: Extend PYTHONPATH support to allow overriding the hardcoded 
31   /usr/lib/portage/pym for development/testing purposes
32 * New "finalize" hook for elog modules enabling modules to perform actions on 
33   shutdown (like dispatching collected messages).
34 * New elog modules mail_summary and save_summary that act like the mail/save
35   modules except that they merge messages from multiple packages in a single
36   file/mail.
37 * New QA loglevel and matching eqawarn function
38 * `ebuild foo test` now always runs src_test if available
39 * If DOC_SYMLINK_DIR is set portage installs symlinks to html documention there
40 * FEATURES="test" automatically implies USE="test".
41
42 portage-2.1.1
43 -------------
44
45 * Profiles support use.force, package.use.force, and package.use.mask files.
46
47 portage-2.1 (ongoing via pre releases)
48 ------------
49
50 * FEATURES="confcache" integration; global caching to speed up configure calls, 
51   requires dev-util/confcache
52 * elog framework and accompanying modules for logging ebuild warnings, errors
53   and general notices. Collects eerror/ewarn/elog/einfo messages.
54 * New elog function (should replace einfo in many cases)
55 * version syntax enhancements allowing multiple suffixes and a new 'cvs'
56   version prefix for denoting "live sources" ebuilds.
57 * config files as directories enabling more flexible settings management.
58 * Addition of an register_die_hook method that allows ebuild/eclasses to
59   register functions to be called for better debugging on errors.
60 * Addition of pre and post user hookable functions for each ebuild phase, accessible 
61   via portage bashrc.  Example would be pre_src_unpack .
62 * cache refactoring- runtime improvement from 35% -> 65%.
63 * Intelligently handle and display USE_EXPAND-based IUSE variables.
64 * FEATURES="parallel-fetch".  Download in parallel to compilation.
65 * Include a "changed or new" USE flag output when --verbose isn't specified.
66 * Support for splitting out debug information into separate files in
67   /usr/lib{,32,64}.
68 * exec subsystem refactoring (now with less bugs!)
69 * Added sha256 and rmd160 hashes for digests/manifests
70 * Make --emptytree only apply to ${ROOT} rather than always including /.
71 * Allow packages to be upgraded that are only depended on via a
72   "|| ( =cat/pkg-1* =cat/pkg-2* )" construct.
73 * Ebuild output is no longer cut off early when using PORT_LOGDIR.
74 * Distfiles indirection- $DISTFILES access goes through a tmp dir to fail
75   access to files not listed in SRC_URI.
76 * Emerge now uses --resume to restart itself after portage upgrade.
77 * Atomic file updates via the new atomic_ofstream class.
78 * Global updates and fixpackages performance optimizations.
79 * Tests show that file locking is now more reliable.
80 * A bash call stack is printed when an ebuild dies in ebuild.sh.
81 * New rsync option handling by using a generic PORTAGE_RSYNC_EXTRA_OPTS variable
82 * Manifest2 support that will allow digest-* files to be eliminated from the tree.