diff options
author | 2011-06-06 12:02:06 +0100 | |
---|---|---|
committer | 2011-06-09 16:22:40 +0100 | |
commit | 43c739ee9a51d5895587dd3c16e4fe87600e3462 (patch) | |
tree | b2f7d5f70a2f6b10a1ac111ceeeaf2134fd69880 | |
parent | 2255379988fcf8b2a9ec09d3d5d672fa0dc684c5 (diff) | |
download | paludis-43c739ee9a51d5895587dd3c16e4fe87600e3462.tar.gz paludis-43c739ee9a51d5895587dd3c16e4fe87600e3462.tar.xz |
Bring in 0.60 NEWS
-rw-r--r-- | NEWS | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -4,6 +4,33 @@ News for Paludis This file lists the major changes between versions. For a more detailed list of every change, see the Git log. +0.60.4: + * 'cave search --and' now works as documented. + + * Previously pbins had problems with symlinks due to oddities in libarchive. + This is now worked around. + + * We now treat invalid cached metadata slightly differently, to avoid + problems with Gentoo shipping broken metadata due to lack of validation in + Portage. + +0.60.3: + * Second attempt at getting '--enable-prebuilt-documentation' to work + reliably. + +0.60.2: + * A new configure option, '--enable-prebuilt-documentation', can be used to + avoid requiring Asciidoc, since on Gentoo Asciidoc has several bogus + dependencies that pull in a lot of unwanted packages on X-less systems. + +0.60.1: + * 'cave resolve --reinstall-dependents-of' now does what the documentation + says it does. + + * 'cave help' no longer explodes if script commands are present. + + * We now work with Jansson 2.0 too. + 0.60.0: * 'cave resolve' can now '--reinstall-dependents-of' |