aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-11-19 21:07:15 +0000
committerMatt Kraai <kraai@debian.org>2001-11-19 21:07:15 +0000
commitefd7f03657eae50bcec8bfe2d0bb67c2819a4a8b (patch)
tree3af495c63c66b4600b6c499659748b950708c931 /Changelog
parent4e05da89f3629b6c763f1821afaeee8beb6bb56d (diff)
downloadbusybox-efd7f03657eae50bcec8bfe2d0bb67c2819a4a8b.tar.gz
Fix opt type in dpkg (closes: #118975).
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 568852a46..41b2358d2 100644
--- a/Changelog
+++ b/Changelog
@@ -23,6 +23,7 @@
-- Fix tar segfault when include list is empty and exclude list is
not.
-- Fix sed s/$/@/ handling (noted by Joshua Hudson).
+ -- Fix opt type in dpkg (closes: #118975).
* Magick
-- made init run inittab command's in the order they show up
in the inittab file (FIFO instead of LIFO).