summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Heath <doogie@debian.org>2001-05-29 00:13:17 +0000
committerAdam Heath <doogie@debian.org>2001-05-29 00:13:17 +0000
commit84b744d5f61a25de4cbe881e17e55ab9361ce617 (patch)
treeed124a00067bd094e66c6f689b1c30edffb260c1
parent36c97ef56afb30f066be64377b25f2a0f4a27574 (diff)
downloaddpkg-84b744d5f61a25de4cbe881e17e55ab9361ce617.tar.gz
Update for 1.9.7.
-rw-r--r--ChangeLog4
-rw-r--r--debian/changelog10
2 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39a4b9e2a..eaf5f03e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon May 28 19:07:15 CDT 2001 Adam Heath <doogie@debian.org>
+
+ * debian/changelog: Update for 1.9.7.
+
Mon May 28 19:02:52 CDT 2001 Adam Heath <doogie@debian.org>
* scripts/dpkg-divert.pl: Fix cleanup of .dpkg-devert.tmp files.
diff --git a/debian/changelog b/debian/changelog
index c5e5b52e8..9e9fc30d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,16 @@ dpkg (1.10) unstable; urgency=low
-- Wichert Akkerman <wakkerma@debian.org> UNRELEASED
+dpkg (1.9.7) unstable; urgency=low
+
+ * If a new file doesn't exist on disk, but is a going to be installed as
+ a directory, then don't error out. Closes: Bug#17381.
+ * Update japanese manpages. Closes: Bug#97831.
+ * Update it.po. Closes: Bug#98273.
+ * Fix bad cleanup in dpkg-divert. Closes: Bug#98578,#98828,#98831.
+
+ -- Adam Heath <doogie@debian.org> Mon, 28 May 2001 18:59:03 -0500
+
dpkg (1.9.4) unstable; urgency=low
* Oops. EOF_mmap incorrectly detecting the end of the data block.