xattr-helper.py: portage.util._argparse
[portage.git] / NEWS
1 News (mainly features/major bug fixes)
2
3 portage-2.2
4 -------------
5
6 * Add extended set configuration via /etc/portage/sets.conf. See
7   /usr/share/portage/config/sets/portage.conf for examples.
8
9 portage-2.1.11.20
10 -------------
11 * Add support for EAPI 5. Refer to the PMS EAPI Cheat Sheet, portage's html
12   docs installed with USE=doc, or `man 5 ebuild` for more info about EAPI 5.
13 * Add support for FEATURES=preserve-libs which preserves libraries when the
14   sonames change during upgrade or downgrade, and the @preserved-rebuild
15   package set which rebuilds consumers of preserved libraries.
16 * Add link level dependency awareness to emerge --depclean and --prune actions
17   in order to protect against uninstallation of required libraries. Refer to
18   the --depclean-lib-check option in the emerge(1) man page.
19
20 portage-2.1.11
21 -------------
22
23 * Add support for experimental EAPI "4-slot-abi". Refer to the corresponding
24   html documentation that is installed with USE=doc, and also to the emerge(1)
25   man page for information about the related --ignore-built-slot-operator-deps and
26   --rebuild-if-new-slot options.
27
28 portage-2.1.10
29 -------------
30
31 * Improve handling of repositories/overlays for cases in which the same ebuild
32   is provided by multiple repositories but with different masking status, and
33   support for repository constraints on atoms (atom::repo) in configuration
34   files.
35 * Add emerge --rebuild-if-* options that trigger rebuilds of reverse
36   dependencies when packages are rebuilt or updated. Related --rebuild-exclude
37   and --rebuild-ignore options can be used to avoid rebuilds for specific
38   packages.
39 * Add emerge --reinstall-atoms, --useoldpkg-atoms, and --usepkg-exclude options
40   which can be used to alter selection rules for specific packages.
41 * Add FEATURES=parallel-install and ebuild-locks, allowing for greater
42   parallelization when installing packages (by using finer-grained locks).
43
44 portage-2.1.9.27
45 -------------
46
47 * Add support for EAPI 4. Refer to the PMS EAPI Cheat Sheet, portage's html
48   docs installed with USE=doc, or `man 5 ebuild` for more info about EAPI 4.
49   Bug #273620 tracks EAPI 4 implementation in portage.
50
51 portage-2.1.9
52 -------------
53
54 * There is a new ipc (inter-process communication) USE flag which is enabled
55   by default. This allows portage to communicate with running ebuild processes,
56   for things like best_version, has_version, and die calls in nested processes.
57   This flag should remain enabled unless it is found to be incompatible with a
58   specific profile or environment. When enabled, it fixes bug #278895,
59   bug #315615, and makes subshell die support more robust (so that repoman's
60   ebuild.nesteddie check is irrelevant).
61
62 portage-2.1.8
63 -------------
64 * The top-level __init__.py for the portage python package has been split into
65   many smaller python modules, making the code easier to navigate and allowing
66   small parts of the portage api to be imported with less overhead.
67
68 portage-2.1.7.17
69 -------------
70 * Add support for EAPI 3. This adds support for installation prefix, including
71   new EPREFIX, ED, and EROOT variables which are used by econf and einstall
72   helpers. Also, EAPI 3 adds xz extension support to the unpack helper.
73
74 portage-2.1.7
75 -------------
76
77 * Add license visibility filtering (GLEP 23)
78 * Add --accept-properties option for emerge which allows you to use
79   --accept-properties=-interactive in order to temporarily exclude
80   interactive updates.
81 * Add support for Python 3.0. At least Python 2.6 is now required in order to
82   support the new syntax which is used by Python 3.0.
83
84 portage-2.1.6
85 -------------
86
87 * Add support for a new EAPI="2" value. For more information about new EAPI
88   features, refer to the "Ebuild" chapter of the html documentation that is
89   installed with portage.
90 * Add PORTAGE_IONICE_COMMAND setting for make.conf which is called to adjust
91   IO priority on portage and it's subprocesses.
92 * Add emerge --jobs and --load-average options which specify behavior
93   for building packages in parallel or for generating metadata in parallel
94   with emerge --regen.
95 * Add emerge --keep-going option to continue as much as possible after
96   an error. When an error occurs, dependencies are recalculated for
97   remaining packages and any with unsatisfied dependencies are
98   automatically dropped. The --skipfirst option automatically drops
99   packages in the same way, and also drops any masked packages.
100 * Add git and subversion support for repoman.
101 * It is now possible to use `emerge <file>` to reinstall the package that
102   installed a particular file. Package contents entries are indexed to
103   improve performance. A command such as `emerge /lib/modules` can serve
104   as a decent substitute for module-rebuild.
105 * Namespace sanitizing: move all portage related code into portage.* namespace,
106   rename portage_foo modules to portage.foo (but keep symlinks for compability)
107 * Add support for news items (GLEP 42)
108 * Add FEATURES=protect-owned which is identical to the collision-protect
109   feature except that files may be overwritten if they are not explicitly
110   listed in the contents of a currently installed package.
111
112 portage-2.1.5
113 -------------
114
115 * For extra careful dependency handling, emerge has a new --complete-graph
116   option that causes it to consider the deep dependencies of all packages from
117   the system and world sets. With this option enabled, emerge will bail out
118   if it determines that the given operation will break any dependencies of
119   the packages that have been added to the graph. Unlike the --deep option,
120   the --complete-graph option does not cause any more packages to be updated
121   than would have otherwise been updated with the option disabled.
122 * Blockers are now resolved automatically in many more cases
123   than before.  When it's safe, blocked packages are uninstalled
124   automatically so that users are no longer inconvenienced with the
125   task. Automatically uninstalled packages are displayed in the merge
126   list, marked "uninstall" and highlighted in red. With the --tree
127   option enabled, it's possible to see which package(s) caused other
128   ones to be automatically uninstalled.
129 * The dependency resolver now has a feedback mechanism that helps make atom
130   selections more consistent with previous selections that have been added to
131   the graph. This solves some common cases of bug #1343.
132
133 portage-2.1.4
134 -------------
135
136 * After the initial setup phase, the original ebuild and eclasses are no
137   longer needed because the same ebuild environment is reused for the
138   entire lifecycle of the package, including uninstallation.
139 * The emerge --search action supports searching of both installed and binary packages
140   The --usepkg and --usepkgonly options control which repositories are searched.
141
142 portage-2.1.3
143 -------------
144
145 * Allow per-module setting of PORTAGE_ELOG_CLASSES
146 * Add new elog module "echo" to simply display messages when emerge exits
147 * Add ** as new token for package.keywords to bypass the keyword visibility layer
148 * USE_EXPAND variables such as LINGUAS support a * wildcard that will enable
149   all of the corresponding flags that are listed in IUSE for a given package.
150   USE_EXPAND wildcards such as linguas_* are supported in USE and package.use.
151 * The merge process preserves the modification timestamp of files that it
152   installs. The unmerge process will not uninstall files that are claimed by
153   another package in the same slot.
154 * PDEPEND is now installed as soon as possible so that it behaves more like
155   RDEPEND.  This makes PDEPEND more useful for breaking the dependency cycles
156   that are sometimes triggered by RDEPEND and DEPEND.
157 * Enable "echo" and "save_summary" elog modules by default
158 * Fix -* handling in package.keywords to work as intended (reset the accepted 
159   keywords list), also see RELEASE-NOTES.
160 * Make elog functionality available to python code
161
162 portage-2.1.2
163 -------------
164
165 * Ebuilds support default USE flags via +flag in IUSE.
166 * New-style virtuals are now usable for packages that depend on themselves for
167   bootstrap.
168 * Profiles support multiple inheritance and package.use.
169 * CONFIG_PROTECT and CONFIG_PROTECT_MASK both support files (not just
170   directories).
171 * Collision protection handles symlinks properly.
172 * Dependencies can be satisfied by installed packages that do not have matching
173   ebuilds in the portage tree or overlay.
174 * Emerge automatically ignores blockers that are made irrelevant by an upgrade.
175 * Emerge supports "reverse blocker detection" which means that the blockers of
176   installed packages will always be respected.
177 * Emerge builds a complete dependency graph in order to ensure correct merge
178   order and detection of circular dependencies.
179 * The world and system sets allow automatic update of all installed slots.
180 * DEPEND atoms support SLOT dependencies of the form ${CATEGORY}/${PN}:${SLOT}.
181 * Development: Extend PYTHONPATH support to allow overriding the hardcoded 
182   /usr/lib/portage/pym for development/testing purposes
183 * New "finalize" hook for elog modules enabling modules to perform actions on 
184   shutdown (like dispatching collected messages).
185 * New elog modules mail_summary and save_summary that act like the mail/save
186   modules except that they merge messages from multiple packages in a single
187   file/mail.
188 * New QA loglevel and matching eqawarn function
189 * `ebuild foo test` now always runs src_test if available
190 * If DOC_SYMLINK_DIR is set portage installs symlinks to html documention there
191 * FEATURES="test" automatically implies USE="test".
192
193 portage-2.1.1
194 -------------
195
196 * Profiles support use.force, package.use.force, and package.use.mask files.
197
198 portage-2.1 (ongoing via pre releases)
199 ------------
200
201 * FEATURES="confcache" integration; global caching to speed up configure calls, 
202   requires dev-util/confcache
203 * elog framework and accompanying modules for logging ebuild warnings, errors
204   and general notices. Collects eerror/ewarn/elog/einfo messages.
205 * New elog function (should replace einfo in many cases)
206 * version syntax enhancements allowing multiple suffixes and a new 'cvs'
207   version prefix for denoting "live sources" ebuilds.
208 * config files as directories enabling more flexible settings management.
209 * Addition of an register_die_hook method that allows ebuild/eclasses to
210   register functions to be called for better debugging on errors.
211 * Addition of pre and post user hookable functions for each ebuild phase, accessible 
212   via portage bashrc.  Example would be pre_src_unpack .
213 * cache refactoring- runtime improvement from 35% -> 65%.
214 * Intelligently handle and display USE_EXPAND-based IUSE variables.
215 * FEATURES="parallel-fetch".  Download in parallel to compilation.
216 * Include a "changed or new" USE flag output when --verbose isn't specified.
217 * Support for splitting out debug information into separate files in
218   /usr/lib{,32,64}.
219 * exec subsystem refactoring (now with less bugs!)
220 * Added sha256 and rmd160 hashes for digests/manifests
221 * Make --emptytree only apply to ${ROOT} rather than always including /.
222 * Allow packages to be upgraded that are only depended on via a
223   "|| ( =cat/pkg-1* =cat/pkg-2* )" construct.
224 * Ebuild output is no longer cut off early when using PORT_LOGDIR.
225 * Distfiles indirection- $DISTFILES access goes through a tmp dir to fail
226   access to files not listed in SRC_URI.
227 * Emerge now uses --resume to restart itself after portage upgrade.
228 * Atomic file updates via the new atomic_ofstream class.
229 * Global updates and fixpackages performance optimizations.
230 * Tests show that file locking is now more reliable.
231 * A bash call stack is printed when an ebuild dies in ebuild.sh.
232 * New rsync option handling by using a generic PORTAGE_RSYNC_EXTRA_OPTS variable
233 * Manifest2 support that will allow digest-* files to be eliminated from the tree.