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