summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2010-02-04 15:59:37 +0000
committerfuzzyray <fuzzyray@gentoo.org>2010-02-04 15:59:37 +0000
commite9ea7b82eea3022ca4fc4cd1bfd970aff2e2c02a (patch)
tree34ed9747d47f0efd4f4982ae824610fd688310db /ChangeLog
parentcd69677390d7f9fbbbc8ab35009ce378a3c62abb (diff)
downloadgentoolkit-e9ea7b82eea3022ca4fc4cd1bfd970aff2e2c02a.tar.gz
Fix revdep-rebuild to parse include statements in /etc/ld.so.conf (Bug 298651). It will break with spaces in paths, so it needs a little bit more work before release.
svn path=/trunk/gentoolkit/; revision=739
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fb4f28e..a5b7be2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-02-04: Paul Varner <fuzzyray@gentoo.org>
+ * revdep-rebuild: Fix revdep-rebuild to handle include statements in
+ /etc/ld.so.conf. (Bug 298651)
+
2010-31-01: Christian Ruppert <idl0r@gentoo.org>
* revdep-rebuild: Check for eerror in die() since an invalid option(long) or
missing arg will end up in calling die() before /etc/init.d/functions.sh
@@ -36,10 +40,10 @@
2009-08-18: Robert Buchholz <rbu@gentoo.org>
* glsa-check: Remove 'new' target from glsa-list, everyone
- should use 'affected' or 'all'
+ should use 'affected' or 'all'
* glsa-check: fix getminupgrade API doc and TypeError (Bug 281101)
* glsa-check: Make --pretend output in glsa-check nicer.
- Add colors and fix linebreaks.
+ Add colors and fix linebreaks.
2009-06-22: Paul Varner <fuzzyray@gentoo.org>
* glsa-check: Fix traceback with glsa-check -f (Bug 275105)