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