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