Browse Source

Restore missing changelog entries

Wichert Akkerman 25 years ago
parent
commit
dce573c72d
2 changed files with 7 additions and 0 deletions
  1. 6 0
      ChangeLog
  2. 1 0
      debian/changelog

+ 6 - 0
ChangeLog

@@ -64,6 +64,12 @@ Fri Jul  6 00:27:17 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
 
  * scripts/dpkg-divert.8: Fix layout error in synopsis
 
+Mon Jul  2 00:00:04 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
+
+  * configure.in: add doc/ru/Makefile.in
+  * debian/rules: don't pass CFLAGS to configure
+  * dselect/pkgkeys.cc: make `n' do searchagain instead
+
 Sun Jul  1 16:12:30 CDT 2001 Adam Heath <doogie@debian.org>
 
   * main/archives.c: When a package is on hold, -E will not skip the same

+ 1 - 0
debian/changelog

@@ -3,6 +3,7 @@ dpkg (1.10) unstable; urgency=low
   * Fixed upper/lowercase problems with package names. Closes: Bug#58091
     (and 3 others).
   * Add Russian manual pages
+  * Fix n in dselect package list (performs searchagain now)
   * Fix layout problem in dpkg-divert manpage. Closes: Bug#103667
   * When a package is set to hold, and a reinstallation is requested,
     -E will not properly skip it.  Closes: #45787.