home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 4 / hacker04 / 04_HACK04.ISO / darwin / darwinx86.iso / Library / Documentation / Commands / dpkg / changelog
Encoding:
Text File  |  2001-09-18  |  85.5 KB  |  2,177 lines

  1. dpkg (1.4.1.4) unstable; urgency=low
  2.  
  3.   * fixed memory exhaustion errors in mlib.c to not use errno
  4.   * fixed saving of errno in lib/ehandle.c:push_cleanup()
  5.   * fixed incorrect assertion in dpkg-deb/main.c:sectaction()
  6.   * the po/ directory now allows installation of .po files for multiple
  7.     catalogs (current ones are dpkg, dpkgdeb, dpkgutil, dselect, libdpkg).
  8.     this should make translation a bit less hairy.
  9.   * lots of $< and $@ commands changed to explicit dependencies to work
  10.     after a 'cd $(srcdir)'
  11.   * debian/rules and Makefiles no longer require 'bash' instead of 'sh'.
  12.   * more changes to dpkg-source to handle variations in 'tar' output.
  13.   * no longer uses installed versions of dpkg to generate binary packages
  14.     ('make binary' can (almost) be used to make packages on systems without
  15.     dpkg).  this will probably take a few more verions to get completely
  16.     ironed out.
  17.   * fixed many sizeof() vs. strlen() being applied to string constants
  18.   * tarfns.c now supports GNU-style long symbolic link names
  19.   * Changes from Miquel van Smoorenburg:
  20.     - fixes to update-rc.d to support new run-levels
  21.     - fixed date on files from 2017 and 2018
  22.     - changed start-stop-deamon message "No <program> found; none killed." to
  23.       "No <program> found running; none killed."
  24.  
  25.  -- Klee Dienes <klee@debian.org>  Tue, 18 Nov 1997 15:54:35 -0500
  26.  
  27. dpkg (1.4.1.3) unstable; urgency=low
  28.  
  29.   * dpkg and utils no longer require perl to build
  30.     (dpkg-dev and dselect still do)
  31.   * ported to i386-apple-rhapsody5.0, powerpc-apple-rhapsody5.0
  32.   * fixed push_cleanup() referring to function-local data
  33.     in processarc.c
  34.   * dpkg-source now checks patch version to determine 
  35.     '-b' vs. '-z' options (still needs to be expanded to support
  36.     non-GNU patch).
  37.   * dpkg-source now handles multiple formats for 'tar' output
  38.   * dpkg-source now handles some versions of non-GNU cpio
  39.  
  40.  -- Klee Dienes <klee@debian.org>  Tue, 18 Nov 1997 15:54:35 -0500
  41.  
  42. dpkg (1.4.1.2) experimental; urgency=low
  43.  
  44.   * configurable strings now included in libdpkg.so, not compiled 
  45.     into each binary using #defines (dpkg.h is no longer generated
  46.     by configure; dpkg-var.c is instead).  This is a big change and
  47.     may break some things.
  48.   * tarfns.c now supports GNU-style long path names
  49.     (not links, though).  
  50.   * dpkg manual page improvements from "James R. Van Zandt" 
  51.     <jrv@vanzandt.mv.com>.
  52.   * Changes from Yann Dirson <dirson@debian.org>:
  53.     - Corrected french translations
  54.     - Misc build-process cleanups
  55.     - More i18n support:
  56.     - Marked more strings for translation
  57.     - Allow translation of character prompts "Y/N/etc."
  58.     - Tagged {super,sub}strings to help translators
  59.     - Done start-stop-daemon I18n
  60.  
  61.  -- Klee Dienes <klee@debian.org>  Mon, 15 Nov 1997 23:30:37 -0500
  62.  
  63. dpkg (1.4.1.1) experimental; urgency=low
  64.  
  65.   * Ported to i386-next-nextstep:
  66.     - copied libiberty directory from binutils-2.8
  67.     - merged lib/compat.c into libiberty
  68.     - changed dpkg to use ANSI-style signal handling instead of POSIX
  69.  
  70.  -- Klee Dienes <klee@debian.org>  Wed, 23 Jul 1997 22:35:53 -0700
  71.  
  72. dpkg (1.4.1.0) experimental; urgency=low
  73.  
  74.   * Internationalization support for dselect, mostly contributed by
  75.     A. Yoshiyama <yosshy@jedi.seg.kobe-u.ac.jp>.
  76.   * Japanese translation strings for dselect contributed by
  77.     A. Yoshiyama <yosshy@jedi.seg.kobe-u.ac.jp>.
  78.   * Cleaned up lots of internationalization strings.
  79.  
  80.  -- Klee Dienes <klee@debian.org>  Sun, 20 Jul 1997 21:41:28 -0700
  81.  
  82. dpkg (1.4.0.22) frozen unstable; urgency=medium
  83.  
  84.   * Non-maintainer bug-fix release
  85.   * Install main changelog file as `changelog.gz' instead of
  86.     `changelog.dpkg.gz' (Debian Policy, section 5.8) (Bug#6052,15157)
  87.   * Avoid use of /tmp/*.$$ in preinst and postinst (Bug#19712)
  88.   * Make sure diversions file is always created with mode 0644 (Bug#19494)
  89.   * When removing a file, chmod it to 000 if it's a char or block
  90.     device or remove its s[ug]id bits, if any (Bug#6006)
  91.   * Minor fixes in the programmer's manual (Bug#6206)
  92.   * Always create readable status and available files
  93.     (Bug#9869,11887,14636,15786,19146)
  94.   * Make dpkg-gencontrol honour -DArchtecture=xxxx (Bug#9893)
  95.   * Allow different archs for the same binary in debian/files (Bug#9894)
  96.   * Added workaround in /usr/lib/dpkg/methods/disk/setup
  97.     to avoid bash warning (Bug#10111,10131)
  98.   * Recognize old .deb packages with other locales (Bug#12232)
  99.   * Added `SHELL=bash' to debian/rules: it uses bash-specific structs
  100.   * Move some files from dpkg to dpkg-dev (part of Bug#13295)
  101.   * Minor fix in packaging manual regarding to Standards-Version (Bug#14696)
  102.   * Fixed --altdir and --admindir in update-alternatives (Bug#15332)
  103.   * Strip /usr/lib/libdpkg* (Bug#15671)
  104.   * dpkg: send output of --help, --force-help and -Dhelp to stdout
  105.     (Bug#16051,18574)
  106.   * send correct signals with start-stop-daemon (Bug#17258)
  107.   * Make `dpkg-divert --test --remove' work as expected (Bug#19531)
  108.   * Determine properly the architecture if gcc is egcs (Bug#20353)
  109.  
  110.  -- Juan Cespedes    Sun,  5 Apr 1998 17:37:01 +0200
  111.  
  112. dpkg (1.4.0.21) unstable; urgency=low
  113.  
  114.   * Non-maintainer release to include a new update-rc.d
  115.   * Fixed date on files in the archive from 2017 and 2018 by running
  116.     touch foo; find . -newer foo | xargs -r touch; rm foo
  117.   * Changed start-stop-deamon message "No <program> found; none killed." to
  118.     "No <program> found running; none killed."
  119.  
  120.  -- Miquel van Smoorenburg <miquels@cistron.nl>  Thu,  5 Mar 1998 14:19:46 +0100
  121.  
  122.  
  123. dpkg (1.4.0.20) unstable; urgency=low
  124.  
  125.   * Disabled --force-overwrites.
  126.   * Removed core file from source
  127.  
  128.  -- Michael Alan Dorman <mdorman@debian.org>  Tue,  9 Jan 2018 03:34:28 -0500
  129.  
  130. dpkg (1.4.0.19) unstable; urgency=low
  131.  
  132.   * Changed methods/disk.setup to use output of
  133.     'dpkg --print-installation-architecture' instead of hard-coded 
  134.     '1386' (fixes #10995).
  135.   * Patched dpkg-source to properly quote metacharacters in strings 
  136.     before using them in pattern-matching expressions (fixes #10811).
  137.   * Fixed several documentation typos (fixes #10764).
  138.   * dpkg-source now works around 100-character filename limitation of cpio
  139.     (fixes #10400).
  140.   * dpkg-source now properly handles '\ no newline in source' message from
  141.     patch (fixes #5041).
  142.   * worked around bug in automake (automake didn't properly handle
  143.     absolute patchnames for $top_distdir) in 'make dist', causing it to
  144.     create empty directories in '/' during package build).
  145.  
  146.  -- Klee Dienes <klee@debian.org>  Tue, 15 Jul 1997 02:37:26 -0700
  147.  
  148. dpkg (1.4.0.18) unstable; urgency=low
  149.  
  150.   * dpkg-source now uses new -z option to GNU patch (still needs to be
  151.     changed to detect and use old version as well) (fixes #9904, #10005, #10007).
  152.   * Added i686 to archtable.
  153.   * shlibs.default now uses xlib6 instead of elf-x11r6lib (fixes #9926).
  154.   * debian-changelog-mode now uses interruptible completing type-in fields
  155.     instead of the previous 'select-a-letter method'.  I consider this
  156.     better and more standard than the previous way, but I'd welcome
  157.     opinions to the contrary.  Consider this a 'probationary' change for
  158.     now (fixes #9873, #9874).
  159.  
  160.  -- Klee Dienes <klee@debian.org>  Sun, 25 May 1997 09:56:08 -0400
  161.  
  162. dpkg (1.4.0.17) unstable; urgency=low
  163.  
  164.   * All of the dpkg binaries (but not dpkg-dev or dselect) now speak
  165.     french, thanks to patches from Christophe Le Bars <clebars@teaser.fr>
  166.   * Fix leading spaces before day in 822-date.
  167.   * Changes from Tom Lees <tom@lpsg.demon.co.uk> to better support
  168.     building on non-Debian systems; minor Makefile fixes.
  169.   * Added 'ppc powerpc powerpc' to archtable.
  170.   * Changed documentation paper size to US/Letter instead of A4 (A4
  171.     may be better, but it's easier to print US/Letter on A4 than it is 
  172.     to print A4 on US/Letter).
  173.   
  174.  -- Klee Dienes <klee@debian.org>  Tue,  13 May 1997 15:24:31 -0400
  175.  
  176. dpkg (1.4.0.16) experimental; urgency=low
  177.  
  178.   * Added generated sources to GNU-format source archive so it no longer
  179.     requires perl to build.
  180.  
  181.  -- Klee Dienes <klee@debian.org>  Sat, 10 May 1997 17:34:29 -0400
  182.  
  183. dpkg (1.4.0.15) experimental; urgency=low
  184.  
  185.   * Changed dpkg-genchanges to check for ($arch == $substvar{'Arch'}), not
  186.     ($arch ne 'all') (fixes #9688).
  187.   * Fixed bug in start-stop-daemon.c (was using optarg after argument
  188.     parsing was over) (fixes #9597, #9603, #9364).
  189.   * Provide 50dpkg-dev.el for xemacs as well as emacs.
  190.   * Explicitly provide path for debian-changelog-mode in 50dpkg-dev to use
  191.     .el file as workaround until xemacs can read emacs19 .elc files.
  192.   * Pass top_distdir explicitly to 'make dist' to accomodate bug in
  193.     automake_1.1o-1.
  194.   * Fix debian/build to make html documentation without including
  195.     directories in tar archives (fixes #9348).
  196.   
  197.  -- Klee Dienes <klee@debian.org>  Fri,  9 May 1997 13:17:18 -0400
  198.  
  199. dpkg (1.4.0.14) experimental; urgency=low
  200.  
  201.   * Fixed buglet in install-info.pl (fixes #9438).
  202.   * Re-write of update-rc.d.pl, primarily by Miquel van Smoorenburg
  203.     <miquels@cistron.nl> (fixes #9434, #9436).
  204.   * Renamed "dpkg Programmer's Manual" to "dpkg Internals Manual".
  205.   
  206.  -- Klee Dienes <klee@debian.org>  Tue,  6 May 1997 22:01:07 -0400
  207.  
  208. dpkg (1.4.0.13) experimental; urgency=low
  209.  
  210.   * Fix to start-stop-daemon so that it still takes numeric arguments (had
  211.     been broken in 1.4.0.12) (fixes #9598).
  212.   * Fix 822-date to sanity-check localtime() output (seconds must be the
  213.     same as GMT).
  214.   * Patch from Guy Maor <maor@ece.utexas.edu> to dpkg-source.pl to support
  215.     pristine (MD5-equivalent) upstream sources.
  216.   * Patch from Michael Alan Dorman <mdorman@calder.med.miami.edu> to
  217.     update-rc.d.pl to fix handling multiple start/stop entries on a single
  218.     line.
  219.   * Several fixes to dpkg-genchanges to support -B option (added in
  220.     1.4.0.12) (fixes #9340).
  221.   * Handle errors from 822-date in debian-changelog-mode.el.
  222.   * Changed cl-debian.pl to correctly handle extra whitespace in changelog
  223.     datestamps.
  224.  
  225.  -- Klee Dienes <klee@debian.org>  Mon,  5 May 1997 18:12:43 -0400
  226.  
  227. dpkg (1.4.0.12) experimental; urgency=low
  228.  
  229.   * Re-wrote 822-date for clarity and to support timezone offsets >= 12h
  230.     (New Zealand in DST is +1300, for example) (fixes #7130).
  231.   * Patch from Juergen Menden <menden@morgana.camelot.de> to support
  232.     archdependent-only builds (fixes #8912, #9245, #5359).
  233.   * Fix archtable entry for powerpc (fixes #8794).
  234.   * Strip /sbin/* and /usr/sbin/* in debian/rules (fixes #8853).
  235.   * Moved start-stop-daemon to /sbin (fixes #8669).
  236.   * Set sharedstatedir and localstatedir for $(MAKE) install in
  237.     debian/rules (fixes #8852).
  238.   * Fixes for update-rc.d(8) from Jim Van Zandt <jrv@vanzandt.mv.com>
  239.     (fixes #8576).
  240.   * No longer do variable substitutions when generating change file (fixes
  241.     #5862).
  242.   * Support symbolic signal names in start-stop-daemon (fixes #7715).
  243.   * Add autoload for debian-changelog-mode to /etc/emacs/site-start.d
  244.     (fixes #4519, #5841).
  245.   * Add recommendation for gcc and make in dpkg-dev (gcc is needed for dpkg
  246.     --print-architecture, used by dpkg-gencontrol; make is needed for any
  247.     debian/rules file) (fixes #8470).
  248.   * Minor changes to packaging manual section on source package
  249.     conversion (fixes #6801).
  250.   * Renamed "programmer's manual" to 'packaging manual'.
  251.   * Start of new "programmer's manual" containing information on dpkg
  252.     internals and build information.  This manual uses the new
  253.     TeXinfo-SGML format, currently included in doc/.
  254.   * dselect/pkgdepcon.cc now checks for debug not NULL, not just depdebug.
  255.   * Changed makefiles to support building outside of source directory.
  256.   * Include GNU-format source distribution with other non-debian packages.
  257.  
  258.  -- Klee Dienes <klee@debian.org>  Sun,  4 May 1997 11:08:19 -0500
  259.  
  260. dpkg (1.4.0.11) experimental; urgency=low
  261.  
  262.   * Patches for alpha and libc6 from Michael Alan Dorman
  263.     <mdorman@calder.med.miami.edu>.
  264.   * Fixed minor problems in dpkg-shlibdeps regular expressions for libc6.
  265.   * Fix regex to detect directory creation in dpkg-source.pl.
  266.   * Minor changes for automake-1.1n.
  267.  
  268.  -- Klee Dienes <klee@debian.org>  Sun, 23 Mar 1997 18:09:33 -0500
  269.  
  270. dpkg (1.4.0.10) unstable; urgency=medium
  271.  
  272.   * Fixed bug in controllib.pl (@fowner was entire passwd entry,
  273.     not just [uid, gid] as it should have been).
  274.  
  275.  -- Klee Dienes <klee@debian.org>  Thu, 20 Mar 1997 13:06:52 -0500
  276.  
  277. dpkg (1.4.0.9) unstable; urgency=low
  278.  
  279.   * Check fputs() return values for (ret >= 0), not (ret != 0) (fixes #7522).
  280.   * dpkg-shlibdeps no longer gives error for Java and statically linked
  281.     binaries (fixes #4988).
  282.   * Change 'details of the old format' to 'details of the new format' in
  283.     deb-old.5 (fixes #7605).
  284.   * dpkg-source -b now warns (was previously silent) if maintainer changes
  285.     create new subdirectories.  dpkg-source -x now warns (previously gave
  286.     error) if maintainer changes create new subdirectories (partially
  287.     fixes #6866, #6671, #5045, #6482).    
  288.   * Added manual page for start-stop-daemon (8). 
  289.   * Added C version of start-stop-daemon by 
  290.     Marek Michalkiewicz <marekm@i17linuxb.ists.pwr.wroc.pl> (fixes #1670).
  291.   * Converted to use GNU automake for the build process by Tom Lees 
  292.     <tom@lpsg.demon.co.uk>.<
  293.   * Preliminary support for dpkg functions as a shared library (now
  294.     provides libdpkg.so, but much work needs to be done in better
  295.     segregating and defining the interface).
  296.   * Preliminary internationalization support by Galen Hazelwood
  297.     <galenh@debian.org>.  Only the library, dpkg-deb, md5sum, and dpkg
  298.     have been converted so far.  No translations have yet been
  299.     constructed.
  300.   * Handle 'libc.so.6 => /lib/libc.so.6 (0x40010000)' format from libc6
  301.     ldd (fixes #7603, #7926, #8688, #9179, #9134, #8516).
  302.   * Removed policy.sgml (it has been moved to the debian-policy package).
  303.   * Include patch from Darren Stalder <torin@daft.com> for
  304.     dpkg-buildpackage to choose PGP key based on Maintainer: field of 
  305.     package being built (or -m<maintainer> option, if present) (fixes 
  306.     #7898).
  307.   * Changed controllib.pl to use $ENV{LOGNAME}, getlogin(), and $<
  308.     (in that order) to determine the intended ownership of 
  309.     debian/{files,substvars},  (fixes #7324, #6823, #5659, #5965, #5929,
  310.     #9239, #5366).
  311.   * Don't sign .dsc file in dpkg-buildpackage if building a binary-only
  312.     release (fixes #7260).
  313.   * Updated developer-keys.pgp to latest revision (fixes #6134).
  314.   
  315.  -- Klee Dienes <klee@debian.org>  Mon, 17 Mar 1997 16:11:24 -0500
  316.  
  317. dpkg (1.4.0.8) unstable; urgency=medium
  318.  
  319.   * Corrected update-rc.d for bash 2.0
  320.   * Updated developer-keys.pgp from
  321.     http://www.iki.fi/liw/debian/debian-keyring.tar.gz
  322.  
  323.  -- Guy Maor <maor@ece.utexas.edu>  Mon, 3 Feb 1997 04:05:01 -0600
  324.  
  325. dpkg (1.4.0.7) stable unstable; urgency=HIGH
  326.  
  327.   * Fixed --assert-support-predepends failing between unpack & configure.
  328.   * Added --assert-working-epoch option.
  329.  
  330.  -- Guy Maor <maor@ece.utexas.edu>  Sat, 25 Jan 1997 23:02:11 -0600
  331.  
  332. dpkg (1.4.0.6) stable unstable; urgency=high
  333.  
  334.   * Patched lib/vercmp.c to hopefully fix dselect epoch processing
  335.     (Bug#6204), (Bug#4590).
  336.   * Patched scripts/dpkg-buildpackage, scripts/dpkg-genchanges,
  337.     scripts/dpkg-gencontrol for epoch processing, courtesy of Loic Prylli 
  338.     <lprylli@graville.fdn.fr> (Bug#6138, Bug#5225).
  339.   * Patched dpkg-genchanges to actually honor the -u switch to specify
  340.     directory (Bug#5564).
  341.   * Applied patch to main/archive.c to correct problems setting set[gu]id
  342.     binaries, courtesy of Herbert Xu <herbert@greathan.apana.org.au>
  343.     (Bug#5479). 
  344.   * Applied patch to dpkg-source to correct debian-only package names,
  345.     courtesy of Guy Maor <maor@ece.utexas.edu> (Bug#5355).
  346.  
  347.  -- Michael Alan Dorman <mdorman@calder.med.miami.edu>  Thu, 2 Jan 1997 11:36:09 -0500
  348.  
  349. dpkg (1.4.0.5) stable frozen unstable; urgency=medium
  350.  
  351.   * Distribution for frozen too.
  352.  
  353.  -- Heiko Schlittermann <heiko@lotte.sax.de>  Thu, 5 Dec 1996 09:13:42 +0100
  354.  
  355. dpkg (1.4.0.4) stable unstable; urgency=medium
  356.  
  357.   * Bug2962 fixed: patch from Ian Jackson applied
  358.     (cursor keys won't work after search)
  359.   * Manuals 2.1.2.2
  360.  
  361.  -- Heiko Schlittermann <heiko@lotte.sax.de>  Fri, 15 Nov 1996 20:21:18 +0100
  362.  
  363. dpkg (1.4.0.3) unstable; urgency=medium
  364.  
  365.   * dpkg-source -x: created bad permissions (set x-bit for
  366.     all files pointed to by a symlink)
  367.  
  368.  -- Heiko Schlittermann <heiko@lotte.sax.de>  Fri, 18 Oct 1996 18:32:06 +0200
  369.  
  370. dpkg (1.4.0.2) unstable; urgency=medium
  371.  
  372.   * dpkg-buildpackage.sh: reverted the quoting change -- (you
  373.     should use super, sudo, realy, but not su.  Or write a wrapper
  374.     around su)
  375.   * dpkg-buildpackge.sh: passing -m, -C, -v options to dpkg-genchanges
  376.     more the way Ian likes ;-)
  377.   * dpkg-source.pl: new function deoctify() as replacement for eval()
  378.     (turn \ddd into the corresponding character) [rem: probably better
  379.     solution would be to convert cpios output names into complete \ddd 
  380.     representation as well tars output names] 
  381.   * dpkg-source.pl: fixed 2 typos in failure message on creating 
  382.     $origtargz.tmp-nest.
  383.   * main/main.c: typo `tread' -> `treat'
  384.   * main/enquiry.c: fixed the ignorance for some relations in --compare-versions
  385.   * main/enquiry.c: missing version is now handled as described in `dpkg --help'
  386.     (or at least as I understood `dpkg --help' PLEASE TRY IT)
  387.   * lib/parsehelp.c: fixed parsing of epoch information
  388.  
  389.  -- Heiko Schlittermann <heiko@lotte.sax.de>  Sun, 6 Oct 1996 23:27:47 +0200
  390.  
  391. dpkg (1.4.0.1) unstable; urgency=medium
  392.  
  393.   * dpkg-source: doesn't get screwed up from hardlinks
  394.     in the archive now
  395.   * dpkg-source: doesn't get screwed up from `unprintable' characters
  396.     in file names (e.g. from the kbd package) 
  397.   * controllib.pl: $varlistvile -> $varlistfile (thanx Karl Sackett)
  398.   * dpkg-buildpackge: quoting for $rootcommand (thanx  Michael Meskes)
  399.     and `eval' as default $rootcommand
  400.   * dpkg-*, controllib.pl: created debian/files and debian/substvars
  401.     are chown'ed to `getlogin()' and its group
  402.   * doc/: mv changed to mv -f
  403.   * dpkg-buildpackage: added an option -a for overriding the
  404.     architecture in the changes _file_name_
  405.   * dpkg-buildpackage: pass -m* -v* .. options to dpgk-genchangelog
  406.   * dpkg-name moved to dpkg-dev
  407.  
  408.  -- Heiko Schlittermann <heiko@lotte.sax.de>  Sat, 21 Sep 1996 22:06:01 +0200
  409.  
  410. dpkg (1.4.0) unstable; urgency=low (HIGH for new source format)
  411.  
  412.   * Corrected buffer overrun when dpkg-deb generates filename.  (Bug#4467.)
  413.   * dpkg-shlibdeps works with DEBIAN/shlibs (thanks Heiko Schlittermann).
  414.   * Added libm.so.5 to shlibs.default for i386/m68k.
  415.  
  416.   * Split binary package into two: dpkg and dpkg-dev.
  417.   * dpkg-source(1) documents mode and ownership setting during extraction.
  418.  
  419.   * dpkg-scanpackages moved to /usr/bin.
  420.   * Include /usr/bin/dpkg-deb, not dpkg-deb.dist; don't rename in scripts.
  421.   * Copyright file changed slightly.
  422.   * debian-changelog-mode uses magic key substitution strings.  (Bug#4419.)
  423.   * Changed email address in control file to <ian@chiark.greenend.org.uk>.
  424.   * Manuals and own Standards-Version: updated to 2.1.1.0.
  425.  
  426.  -- Ian Jackson <ian@chiark.greenend.org.uk>  Thu, 12 Sep 1996 01:13:33 +0100
  427.  
  428. dpkg (1.3.14) unstable; urgency=low
  429.  
  430.   * dpkg-buildpackage new -tc (clean source tree) option.
  431.  
  432.   * Formatted documentation removed by `make clean' and so not in source.
  433.   * Manuals and own Standards-Version: updated to 2.1.0.0.
  434.   * Distribute {policy,programmer}.{html.tar,ps}.gz with each upload.
  435.  
  436.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sun, 1 Sep 1996 20:43:40 +0100
  437.  
  438. dpkg (1.3.13) unstable; urgency=low (HIGH for building new src X programs)
  439.  
  440.   * X shared libraries added to shlibs.default (=> `elf-x11r6lib').
  441.   * dpkg-source tar invocation fixed so that TAPE env var doesn't break it.
  442.   * dpkg-source copes better with missing final newline messages from diff.
  443.  
  444.   * dpkg-buildpackage usage message fixed: -si is the default.  (Bug#4350.)
  445.   * dpkg-source error message about src dir mismatch typo fixed.  (Bug#4349.)
  446.  
  447.   * dpkg-source(1) has suggestions for dpkg-buildpackage -r option.
  448.   * dpkg-source change date fixed.  (Bug#4351.)
  449.   * More developers' keys.
  450.   * Manual updates, own Standards-Version updated.
  451.  
  452.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sat, 31 Aug 1996 20:08:18 +0100
  453.  
  454. dpkg (1.3.12) unstable; urgency=medium
  455.  
  456.   * dpkg prints old version number when upgrading.  (Bug#4340.)
  457.   * dpkg-deb tries to detect and flag corruption by ASCII download.
  458.  
  459.   * dpkg-genchanges and dpkg-buildpackage say what source is included.
  460.  
  461.   * dpkg-buildpackage passes +clearsig=on to PGP (or pgpcommand).  (Bug#4342.)
  462.  
  463.   * dpkg-source prints better error for cpio not honouring -0t.
  464.   * control file Suggests cpio >= 2.4.2, rather than just cpio.
  465.  
  466.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Fri, 30 Aug 1996 15:31:51 +0100
  467.  
  468. dpkg (1.3.11) unstable; urgency=low
  469.  
  470.   * EBUSY when dpkg removes a directory is only a warning.
  471.  
  472.   * dpkg-genchanges generates sensible warning (not confusing error
  473.     about mismatch) for missing Section/Priority in binary packages.
  474.  
  475.   * Added dpkg --print-gnu-build-architecture option.
  476.   * shlibs.default for m68k provided, as a copy of i386 version.
  477.  
  478.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 29 Aug 1996 14:05:02 +0100
  479.  
  480. dpkg (1.3.10) unstable; urgency=medium
  481.  
  482.   * dpkg-source(1) manpage alias symlinks are not dangling.
  483.   * dselect selects things by default if they are installed.
  484.   * Added `pentium' as alias for `i386' architecture.
  485.   * Added `Suggests: cpio, patch' and explanatory text to Description.
  486.     (Bugs #4262, #4263.)
  487.  
  488.   * More developers' PGP keys.
  489.   * Manual updates, new source format released.
  490.  
  491.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Mon, 26 Aug 1996 14:30:44 +0100
  492.  
  493. dpkg (1.3.9) unstable; urgency=low (high for new source format)
  494.  
  495.   * dpkg --get-selections and --set-selections added.
  496.   * New dpkg --force-not-root flag.
  497.  
  498.   * Don't replace directory with another package's file.  (Bug#4202.)
  499.  
  500.   * All manpages now installed compressed.
  501.   * Copyright file moved to /usr/doc/dpkg/copyright.
  502.   * Standards-Version updated (0.2.1.1).
  503.  
  504.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sat, 24 Aug 1996 19:09:30 +0100
  505.  
  506. dpkg (1.3.8) unstable; urgency=low (high for new source format)
  507.  
  508.   * dpkg-buildpackage -sa, -si options work correctly.
  509.  
  510.   * update-rc.d(8) updated to reflect design and reality.
  511.   * Programmers' and policy manual updates.
  512.  
  513.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Fri, 23 Aug 1996 12:48:26 +0100
  514.  
  515. dpkg (1.3.7) unstable; urgency=low (medium for source pkg docs)
  516.  
  517.   * dselect +/-/_/= on lines for all broken, new, local or whatever
  518.     packages do not affect _all_ packages.  (Bug#4129.)
  519.  
  520.   * Support for diff-only uploads in source packaging tools.
  521.   * dpkg-genchanges -d<descripfile> option renamed to -C.
  522.   * dpkg-buildpackage understands -m, -v, -C (for dpkg-genchanges).
  523.   * Support for debian/shlibs.local added to dpkg-shlibdeps.
  524.   * Shared library files' search order defined in dpkg-source(1), and
  525.     relevant files added to the FILES section.
  526.  
  527.   * Programmers' manual describes source packaging tools.
  528.   * Policy manual mentions shared library control area file.
  529.   * dpkg-source manpage includes dpkg-shlibdeps in title line.
  530.   * Manuals have changelog and automatic version numbering.
  531.   * changelogs (for dpkg and for manuals) installed.
  532.   * binary target split into binary-arch and binary-indep in manual.
  533.   * Manpages should be compressed.
  534.   * Copyright file is moved to /usr/doc/<package>/copyright.
  535.   * Changelogs must be installed in /usr/doc/<package>.
  536.   
  537.   * dpkg-deb(8) moved to dpkg-deb(1).
  538.  
  539.   * binary target split into binary-arch and binary-indep in source.
  540.   * changelog entry for 1.2.14 copied from that (forked) release.
  541.  
  542.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 22 Aug 1996 15:36:12 +0100
  543.  
  544. dpkg (1.3.6) experimental; urgency=low (HIGH for new source format)
  545.  
  546.   * dpkg-source now has broken argument unparsing for tar.  (Bug#4195.)
  547.  
  548.   * dpkg-gencontrol writes to debian/tmp/DEBIAN/control by default.
  549.   * dpkg-shlibdeps script added.
  550.  
  551.   * Back to old sh update-rc.d, and removed manpage, because new Perl
  552.     version and the manpage have different syntax and semantics.
  553.   * update-rc.d prints usage message for missing terminal `.'.  (Bug#4122.)
  554.  
  555.   * Use rm -rf instead of just rm -r in dpkg-deb --info &c.  (Bug#4200.)
  556.  
  557.   * Added support for Installed-Size to dpkg-gencontrol, and documented.
  558.   * Source packaging substitution variables and name syntax rationalised.
  559.   * dpkg-source scripts' usage messages improved slightly.
  560.   * dpkg-source works with non-empty second (orig dir) argument.
  561.  
  562.   * Added rationale for copyright policy to manual.
  563.   * More developers' PGP keys.
  564.   * Control database handling cleanups (usu. Source field blanked).
  565.  
  566.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Tue, 20 Aug 1996 15:39:58 +0100
  567.  
  568. dpkg (1.3.5) experimental; urgency=low (high for debian-changelog-mode)
  569.  
  570.   * 822-date script included.  (Bug#4136.)
  571.   * debian-changelog-add-version works on empty file.
  572.   * debian-changelog-mode mode-help works properly.
  573.  
  574.   * dpkg-source tells patch not to make numbered backups.  (Bug#4135.)
  575.  
  576.   * More developers' PGP keys.
  577.   * Paragraph on uucp -a and -g options removed from policy manual.
  578.  
  579.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Wed, 14 Aug 1996 14:46:47 +0100
  580.  
  581. dpkg (1.3.4) experimental; urgency=low
  582.  
  583.   * Removed debugging output from dpkg-source -x.  Oops.
  584.   * Removed section on source package permissions from policy manual -
  585.     dpkg-source now sorts these out.
  586.  
  587.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sun, 11 Aug 1996 13:25:44 +0100
  588.  
  589. dpkg (1.3.3) experimental; urgency=low
  590.  
  591.   * Programmers' & policy manuals in source tree; HTML in /usr/doc/dpkg.
  592.   * Old guidelines.info and text files in /usr/doc/dpkg removed.
  593.  
  594.   * dpkg-source sets permissions on extracted debianised source tree
  595.     and does not copy ownerships out of archive even if running as root.
  596.  
  597.   * Emacs mode `dpkg changelog' renamed to `Debian changelog'.
  598.   * Default changelog format renamed from `dpkg' to `debian'.
  599.  
  600.   * debian-changelog-mode sets fill-prefix correctly.
  601.   * debian-changelog-mode urgencies except HIGH lowercase by default.
  602.   * debian-changelog-mode displays keymap in doc string and so mode help.
  603.  
  604.   * More maintainers' PGP keys.
  605.  
  606.   * Remove built changelog parsers with `clean' target in source.
  607.  
  608.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sat, 10 Aug 1996 23:35:51 +0100
  609.  
  610. dpkg (1.3.2) experimental; urgency=LOW (MEDIUM for dpkg-source)
  611.  
  612.   * Faster update-rc.d written in Perl by Miquel van Smoorenburg.
  613.   * install-info --test doesn't lock dir.  (Bug#3992, thanks Darren).
  614.  
  615.   * dpkg-source doesn't break in the presence of any symlinks.
  616.  
  617.   * More developers' keys added to doc/developer-keys.pgp.
  618.   * Install developers' keys in /usr/doc/dpkg/developer-keys.pgp.
  619.   * dpkg-source documents undefined substvar behaviour.
  620.   * minor debian/rules cleanups.
  621.  
  622.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sat, 10 Aug 1996 02:13:47 +0100
  623.  
  624. dpkg (1.3.1) experimental; urgency=LOW
  625.  
  626.   * manpage for dpkg-source et al now available.
  627.   * dpkg-changelog-mode.el installed in site-lisp, but still no autoload.
  628.  
  629.   * dpkg-source prints correct string for not-understood tar -vvt output.
  630.   * dpkg-source parsing of tar -vvt output made more robust.
  631.  
  632.   * dpkg-buildpackage prints usage message on usage error.
  633.   * dpkg-gencontrol can print usage message.
  634.   * -T<varlistfile> option added to dpkg-source.
  635.   * Description of -f<fileslistfile> corrected in dpkg-distaddfile usage.
  636.   * -m<maintainer> synopsis changed in dpkg-genchanges usage.
  637.   * debian/substvars may now contain blank lines.
  638.  
  639.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 8 Aug 1996 02:36:04 +0100
  640.  
  641. dpkg (1.3.0) experimental; urgency=LOW
  642.  
  643.   * dpkg can install named pipes.
  644.   * dpkg-deb supports directory for destination, generates filename.
  645.   * dpkg-{source,gencontrol,genchanges,parsechangelog,buildpackage},
  646.     dpkg-distaddfile scripts to support new source package format.
  647.   * a.out build no longer supported.
  648.   * Changed to new source package format.
  649.  
  650.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Tue, 6 Aug 1996 02:31:52 +0100
  651.  
  652.  
  653. dpkg (1.2.14) stable unstable; urgency=MEDIUM
  654.  
  655.   * dselect +/-/_/= on lines for all broken, new, local or whatever
  656.     packages do not affect _all_ packages.  (Bug#4129.)
  657.  
  658.   * NOTE - THE HISTORY FORKS HERE.  1.2.14's change appears in 1.3.7.
  659.  
  660.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 22 Aug 1996 00:39:52 +0100
  661.  
  662.  
  663. dpkg (1.2.13) unstable; urgency=LOW
  664.  
  665.   * dpkg --search produces correct output for diversions.
  666.   * dpkg-name remove unnecessary arch missing warning.  (Bug#3482.)
  667.  
  668.   * dpkg-deb --build warns about uppercase chars in package name.
  669.  
  670.   * dpkg-scanpackages error messages updated and manpage provided
  671.     (thanks to Michael Shields).
  672.   * dpkg-scanpackages warns about spurious entries in override file.
  673.   * dpkg-scanpackages `noverride' renamed to `override' everywhere.
  674.   * dpkg-scanpackages field ordering to put Architecture higher.
  675.   * dpkg-scanpackages field names capitalised appropriately.
  676.   * dpkg-scanpackages invokes find with -follow.  (Bug#3956.)
  677.  
  678.   * guidelines say #!/usr/bin/perl everywhere, not #!/bin/perl.
  679.   * Many developers' PGP keys added.
  680.  
  681.   * configure script uses ${CC} instead of $(CC) (again :-/).
  682.   * developers' keys included in dpkg source tree and /usr/doc.
  683.   * configure remade using autoconf 2.10-3 (was 2.4-1).
  684.  
  685.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 1 Aug 1996 02:46:34 +0100
  686.  
  687. dpkg (1.2.12); priority=LOW
  688.  
  689.   * dpkg --search and --list understand and comment on diversions.
  690.   * dpkg-divert displays diversions more intelligibly.
  691.  
  692.   * Guidelines are somewhat clearer about descriptions.
  693.   * deb(5) describes new format; old moved to deb-old(5).  (Bug#3435.)
  694.   * deb-control(5) carries a warning about being out of date.
  695.  
  696.   * Added 1996 to dselect version/copyright.
  697.  
  698.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 4 Jul 1996 15:04:49 +0100
  699.  
  700. dpkg (1.2.11); priority=MEDIUM
  701.  
  702.   * dselect had dependency bug if installed package newer than avail.
  703.   * Added `replaces' to dselect's list of package relationship strings.
  704.  
  705.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Mon, 1 Jul 1996 02:51:11 +0100
  706.  
  707. dpkg (1.2.10); priority=MEDIUM
  708.  
  709.   * Fixed bug in old-style version/revision number parsing.  (Bug#3440.)
  710.  
  711.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sat, 29 Jun 1996 03:32:45 +0100
  712.  
  713. dpkg (1.2.9); priority=MEDIUM
  714.  
  715.   * Fixed status database updates reading bug.
  716.   * `Setting up' message includes version number.
  717.   * `existence check' message changed to say `cannot access archive'.
  718.  
  719.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 27 Jun 1996 13:39:36 +0100
  720.  
  721. dpkg (1.2.8); priority=LOW
  722.  
  723.   * dpkg --record-avail puts data in Size field.
  724.   * strip / for rmdir(2) in cleanup to work around kernel bug.  (Bug#3275.)
  725.   * dpkg-split --msdos no longer allows `-' and other chars in filenames.
  726.  
  727.   * manual dpkg-split(8) written.
  728.   * dpkg-split minor typo in --auto usage error message fixed.
  729.   * dpkg-deb(8) very minor cosmetic fix to --build option.
  730.  
  731.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Tue, 25 Jun 1996 03:00:14 +0100
  732.  
  733. dpkg (1.2.7); priority=LOW
  734.  
  735.   * dpkg-scanpackages syntax errors fixed.
  736.  
  737.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Fri, 21 Jun 1996 04:10:38 +0100
  738.  
  739. dpkg (1.2.6); priority=MEDIUM
  740.  
  741.   * NFS, CDROM and partition dselect methods include mountpoint
  742.     in paths given to dpkg in [I]install, so they should now work.
  743.  
  744.   * Removed some leftover files from source tree.
  745.  
  746.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Wed, 12 Jun 1996 14:35:19 +0100
  747.  
  748. dpkg (1.2.5); priority=MEDIUM
  749.  
  750.   * Allow, but do not create, packages in half-installed state
  751.     with no version number.  (Aargh.)
  752.  
  753.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Mon, 10 Jun 1996 04:55:43 +0100
  754.  
  755. dpkg (1.2.4); priority=MEDIUM
  756.  
  757.   * New dpkg-name from Erick (<pkg>_<version>_<arch>.deb convention).
  758.   * Disappeared packages can't own conffiles any more !  (Bug#3214.)
  759.   * install-info creates Miscellaneous sections with a newline
  760.     following the heading.  (Bug#3218.)
  761.   * cleanup-info script installed in /usr/sbin; called as appropriate
  762.     by postinst.  Thanks to Kim-Minh Kaplan.  (Bug#3125.)
  763.   * Allow superseded Essential packages to be purged after they've
  764.     been removed (clear the Essential flag on removal, and ignore it
  765.     on packages that are in stat_configfiles).
  766.  
  767.   * dselect disk methods understand `y' as well as `yes' for using
  768.     development tree.
  769.   * dselect doesn't make packages appear as `new' again if update
  770.     of available packages fails.
  771.   * dselect places method selection cursor over option last selected.
  772.  
  773.   * dpkg-scanpackages doesn't die when repeated packages are found.
  774.   * dpkg-scanpackages allows many old maintainers (`//'-separated).
  775.  
  776.   * `Version' field is now mandatory (some operations already
  777.     wouldn't work right anyway if it was't there).
  778.  
  779.   * update-rc.d(8) now says you must remove the script.  (Bug#3215.)
  780.   * dpkg --force-help says that --force-overwrite is on by default.
  781.   * dpkg-deb manpage rewritten.
  782.   * debian.README (= /usr/doc/copyright/dpkg) edited slightly.
  783.  
  784.   * Some database parsing grunge removed (pdb_preferversion, &c).
  785.   * Source tree doc/sgml contains some embryonic manuals.
  786.   * Leftover files in lib directory in source tree deleted.
  787.  
  788.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Mon, 10 Jun 1996 03:52:01 +0100
  789.  
  790. dpkg (1.2.3); priority=HIGH
  791.  
  792.   * install-info doesn't replicate section headings (Bug#3125, #2973).
  793.   * New dpkg-name manpage broken off from script (oops!).
  794.   * dselect help screens made consistent with new strings, flags, &c.
  795.   * dselect error flag column labelled E (Error), not H (Hold).
  796.   * `Escape' no longer bound to `exit list without saving' in dselect.
  797.  
  798.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Tue, 28 May 1996 02:14:57 +0100
  799.  
  800. dpkg (1.2.2); priority=MEDIUM
  801.  
  802.   * Fixed dselect coredump found by Erick Branderhorst (thanks).
  803.   * Sort obsolete removed packages separately, not under Available.
  804.  
  805.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 23 May 1996 21:31:05 +0100
  806.  
  807. dpkg (1.2.1); priority=MEDIUM
  808.  
  809.   * `=' key in dselect really does `hold' rather than `unhold'.
  810.   * dselect dependency processing now interacts better with `hold'.
  811.   * dselect `I' key (not `i') modifies display of the info window.
  812.   * dselect shows unavailable packages as being unavailable.
  813.   * dselect main menu headings and many other strings changed to try to
  814.     discourage people from deselecting every package and using [R]emove.
  815.     Notably, `select' changed to `mark' throughout.
  816.  
  817.   * dselect disk methods now print a few fewer double slashes.
  818.   * dselect disk access methods will offer to use dpkg --record-avail
  819.     to scan the available packages, if no Packages file is found.
  820.  
  821.   * New dpkg --compare-versions option, for the benefit of scripts &c.
  822.   * New dpkg --clear-avail option forgets all available packages info.
  823.   * New dpkg --print-avail option, prints `available' data (from Packages, &c).
  824.   * dpkg usage message is more informative, but no longer fits on screen.
  825.   * dpkg --avail option renamed --record-avail.
  826.  
  827.   * Latest dpkg-name from Erick Branderhorst.
  828.   * dpkg-scanpackages has more sensible problem reporting.
  829.   * postinst configure now gets null argument (not <unknown> or <none>)
  830.     when there is no previously configured version.
  831.  
  832.   * Guidelines say that postinst configure is given previous version.
  833.   * Guidelines don't refer to maintainer-script-args.txt in main text.
  834.   * Guidelines (Texinfo source) uploaded separately.
  835.  
  836.   * Own version of strcpy (used for debugging) removed.
  837.   * Interface to access methods document in source (doc/dselect-methods.txt).
  838.   * debian.buildscript moves changes file into parent directory.
  839.  
  840.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Wed, 22 May 1996 01:26:31 +0100
  841.  
  842. dpkg (1.2.0); priority=MEDIUM
  843.  
  844.   * dselect can sort packages by available and installed states, and
  845.     display their version numbers.  (Use O, o and V.)
  846.   * Hold is properly integrated as a real `wanted state', rather than
  847.     a separate flag.
  848.   * Epochs in version numbers implemented, using the syntax
  849.     <epoch>:<version>-<revision>.  (Epoch not usually displayed.)
  850.   * dselect disk method is architecture-independent (uses dpkg's
  851.     installation architecture, and looks in the right part of the tree).
  852.  
  853.   * dselect disk method doesn't try to satisfy the predependencies of
  854.     packages which are on hold.
  855.   * Fixed conflict-related assertion failure.  (Bug#2784.)
  856.   * conffiles do not cause file conflicts if the conflicting package
  857.     is in the `configuration only' state.  (Bug#2720.)
  858.   * Fixed messages where available version number was reported as installed
  859.     version in conflict and dependency messages.  (Bug#2654, Bug#2974.)
  860.  
  861.   * New format .deb files are default even for a.out compiles (but
  862.     a.out version of dpkg is in old format).
  863.   * Characters @:= (at colon equals) in package names now strictly
  864.     forbidden everywhere (_ is still allowed in existing packages).
  865.   * New dpkg --print-installation-architecture option prints installation
  866.     architecture (compiled in), rather than build architecture (determined
  867.     from gcc -print-libgcc-file-name).
  868.  
  869.   * Version messages show whether compiled a.out or ELF (i386 only).
  870.   * Fixed missing space in version syntax error messages.
  871.   * Manpage dpkg.8 installed with warning about inaccuracy.
  872.  
  873.   * Guidelines don't say to stop and restart daemons in runlevels 2345;
  874.     instead they say to start in 2345 and stop in 016.
  875.   * Guidelines and version messages say just Debian Linux.
  876.   * Guidelines typo fix `"stop2' => `"stop"'.  (Bug#2867.)
  877.  
  878.   * doc/Makefile.in clean properly deletes various guidelines.info* files.
  879.  
  880.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 16 May 1996 00:01:21 +0100
  881.  
  882. dpkg (1.1.6); priority=MEDIUM
  883.  
  884.   * Check virtual dependencies when removing (ouch! - thanks SDE.)
  885.   * Fixed bug in internal database validity management that could
  886.     make dselect and dpkg dump core.  (Bug#2613.)
  887.   * Fixed two coredumping bugs when using local diversions.  (Bug#2804.)
  888.   * Fixed disappearance of overwritten packages.  (Bug#2696.)
  889.   * install-info won't modify dir file before start of menu.
  890.   * install-info will create Miscellaneous heading if no sections yet.
  891.  
  892.   * Only alphanums and +-. allowed in package names - enforced by
  893.     dpkg-deb --build and documented in Guidelines.
  894.   * dselect doesn't display packages unless they are installed, selected
  895.     or available.
  896.   * dselect doesn't show spurious section and priority headings.
  897.   * dselect has a few extra keybindings (from Lee Olds).
  898.   * --force message changed to `--force enabled' so that default is OK.
  899.  
  900.   * dpkg-name now includes architecture component in .deb filename,
  901.     and translates - in package name to _.
  902.   * .deb file has architecture component in filename.
  903.  
  904.   * Guidelines changed to say Pre-Depends is for experts only.
  905.   * Guidelines say to provide a unidiff (-u) rather than an old context diff.
  906.   * Guidelines say 755 root.root for shared libraries.
  907.  
  908.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Wed, 1 May 1996 00:47:22 +0100
  909.  
  910. dpkg (1.1.5); priority=MEDIUM (HIGH for diversions users)
  911.  
  912.   * Fixed coredump when using diversions.  (Bug#2603.)
  913.   * Fixed typo in dpkg-divert which could lose diversions.  (Bug#2662.)
  914.  
  915.   * --force-overwrite is the default.
  916.   * diversions.text provides better examples.
  917.  
  918.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Wed, 10 Apr 1996 13:59:30 +0100
  919.  
  920. dpkg (1.1.4); priority=MEDIUM
  921.  
  922.   * Allow overwriting of conflicting packages being removed.  (Bug#2614.)
  923.  
  924.   * a.out control file says Pre-Depends: libc4 | libc.  (Bug#2640.)
  925.   * ELF control file and libc dependencies changed to use finalised scheme.
  926.   * ELF control file and libc dependencies for i386 only.  (Bug#2617.)
  927.  
  928.   * Guidelines say use only released libraries and compilers.
  929.   * Install wishlist as /usr/doc/dpkg/WISHLIST.
  930.   * Remove spurious entries for Guidelines in info dir file.
  931.  
  932.   * dpkg-deb --build checks permissions on control (DEBIAN) directory.
  933.  
  934.   * Spaces in control file fields not copied by dpkg-split.  (Bug#2633.)
  935.   * Spaces in split file part control data ignore.  (Bug#2633.)
  936.  
  937.   * Portability fixes, including patch from Richard Kettlewell.
  938.   * Fixed minor configure.in bug causing mangled GCC -W options.
  939.  
  940.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 4 Apr 1996 01:58:40 +0100
  941.  
  942. dpkg (1.1.3); priority=LOW
  943.  
  944.   * dselect disk methods support Pre-Depends installation ordering.
  945.   * When dpkg fails and --auto-deconfigure would help it says so.
  946.   * dpkg --search output lists several packages with same file on one line.
  947.   * Improved dpkg usage message somewhat.
  948.  
  949.   * dpkg-deb --build checks permissions and types of maintainer scripts.
  950.   * dpkg-deb --build treats misspecified conffiles as error, not warning.
  951.   * dpkg --print-architecture prints compiler's architecture while
  952.     dpkg --version (&c) print system's arch (this to help cross-compiling).
  953.   * More minor guidelines changes, including dir entry fixup.
  954.  
  955.   * configure script caches more values.
  956.   * Changed maintainer email address to ian@chiark.chu.cam.ac.uk.
  957.  
  958.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sat, 16 Mar 1996 19:18:08 +0000
  959.  
  960. dpkg (1.1.2); priority=LOW
  961.  
  962.   * Packaging guidelines installed properly (and as guidelines
  963.     rather than debian-guidelines).
  964.   * ELF version has more checks to stop you wrecking your dpkg installation.
  965.   * dselect disk methods now look for a `local' tree as well, for
  966.     people who want locally-available software of various kinds.
  967.   * dpkg-divert has debugging message removed.
  968.   * Minor guidelines changes.
  969.  
  970.   * Various makefile cleanups, mainly to do with ELF vs. a.out support.
  971.   * debian.rules cleans out ~ files itself, as well as calling make clean.
  972.   * debian.rules names .nondebbin.tar.gz file ELF too, if appropriate.
  973.  
  974.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 14 Mar 1996 03:38:29 +0000
  975.  
  976. dpkg (1.1.1elf); priority=LOW
  977.  
  978.   * Added /usr/lib/dpkg/elf-executables-ok and elf-in-kernel.
  979.   * Replaces field now allows automatic removal of conflicting packages.
  980.   * Replaces field now required to overwrite other packages' files.
  981.   * Architecture field, and dpkg --print-architecture, supported.
  982.   * build new format archives by default when compiled with ELF compiler.
  983.  
  984.   * symlinks are now installed atomically (good for shared libraries).
  985.   * create /var/lib/dpkg/diversions in postinst if necessary (Bug#2465.)
  986.   * Pre-Depends now correctly fails if package never configured.
  987.   * dselect disk methods mount with -o nosuid,nodev.
  988.   * update-rc.d defaults doesn't add both K and S in any one runlevel;
  989.     dpkg postinst fixes up this situation if it sees it.
  990.  
  991.   * Assorted fixups to the Guidelines, which are now in one piece.
  992.   * dpkg --list prints version string in one piece.
  993.   * dpkg-scanpackages doesn't produce notice on output with list of
  994.     packages with Section and/or Priority control file fields.
  995.  
  996.   * control file and debian.rules work both for ELF and non-ELF compiles.
  997.   * most files compiled with -O2 (-O3 only for some critical files) -
  998.     this fixes ELF build.
  999.  
  1000.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Mon, 11 Mar 1996 04:25:28 +0000
  1001.  
  1002. dpkg (1.1.0); priority=LOW
  1003.  
  1004.   * dpkg supports Pre-Depends.
  1005.   * postinst script gets most-recently-configured version as $2.
  1006.  
  1007.   * lib/tarfn.c #includes <errno.h> (portability fix).
  1008.  
  1009.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 11 Feb 1996 21:07:03 +0000
  1010.  
  1011. dpkg (1.0.17); priority=LOW
  1012.  
  1013.   * dpkg --recursive follows symlinks (useful for devel tree).
  1014.  
  1015.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sat, 10 Feb 1996 15:58:46 +0000
  1016.  
  1017. dpkg (1.0.16); priority=LOW
  1018.  
  1019.   * dpkg-deb much faster reading new format archives.  (Bug#2256.)
  1020.   * Developers' documentation in /usr/doc/dpkg/, /usr/info/.
  1021.  
  1022.   * Fixed typo in control file Description.
  1023.  
  1024.   * configure script tries to improve matters wrt sysinfo.
  1025.   * any debian-tmp.deb is deleted by `./debian.rules clean'.
  1026.  
  1027.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 4 Feb 1996 15:51:59 +0000
  1028.  
  1029. dpkg (1.0.15); priority=LOW
  1030.  
  1031.   * dselect disk methods should never unmount things they didn't mount.
  1032.   * debian.README aka /usr/doc/copyright updated.
  1033.  
  1034.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 30 Jan 1996 15:05:39 +0000
  1035.  
  1036. dpkg (1.0.14); priority=MEDIUM
  1037.  
  1038.   * fixed file descriptor leak in dpkg introduced in 1.0.11.
  1039.   * included dpkg-name in this package (conflicts with dpkg-name).
  1040.  
  1041.   * redraw in dselect main menu changed to use clearok (like in lists).
  1042.   * sa_restorer in struct sigaction no longer used (portability fix).
  1043.   * removed Guidelines from source package.
  1044.  
  1045.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 30 Jan 1996 02:52:29 +0000
  1046.  
  1047. dpkg (1.0.13); priority=MEDIUM
  1048.  
  1049.   * dselect partition and mounted methods work again.
  1050.   * dpkg-deb --no-act in usage message.
  1051.  
  1052.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 26 Jan 1996 18:37:03 +0000
  1053.  
  1054. dpkg (1.0.12); priority=MEDIUM (HIGH for users of 1.0.11)
  1055.  
  1056.   * Fixed frequent dpkg coredump introduced in 1.0.11.  (Bug#2219.)
  1057.   * dpkg-deb ensures version numbers start with alphanumerics.
  1058.  
  1059.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Wed, 24 Jan 1996 00:42:31 +0000
  1060.  
  1061. dpkg (1.0.11); priority=MEDIUM
  1062.  
  1063.   * corrected potentially serious problem with dpkg low-memory in-core
  1064.     files database.
  1065.   * dpkg-split --msdos puts output files in right directory.  (Bug#2165.)
  1066.  
  1067.   * diversions implemented - see `dpkg-divert --help'.
  1068.  
  1069.   * dselect shows and uses (for dependencies) currently installed
  1070.     version of a package if that is more recent.
  1071.   * dpkg --force-... options are in separate help screen.
  1072.   * better error messages for corrupted .deb archives.  (Bug#2178.)
  1073.   * dselect NFS method will unmount correct copy of NFS area if mounted
  1074.     twice.
  1075.  
  1076.   * removes some ELF compilation warnings.
  1077.  
  1078.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 19 Jan 1996 02:41:46 +0000
  1079.  
  1080. dpkg (1.0.10); priority=MEDIUM
  1081.  
  1082.   * dpkg-deb option parsing unmuddled (-I option was removed
  1083.     in 1.0.9 and broke dpkg-deb).  (Bug#2124.)
  1084.  
  1085.   * dpkg-split will work when ELF `ar' is installed, and is faster.
  1086.  
  1087.   * nfs dselect method now available.
  1088.   * disk methods don't prompt spuriously for Packages files.
  1089.   * cdrom+harddisk methods can find Packages files.
  1090.  
  1091.   * dpkg-scanpackages (creates Packages files) now in /usr/sbin.
  1092.  
  1093.   * various changes to help compilation of dpkg-deb, dpkg-split
  1094.     and md5sum on non-Debian systems.
  1095.   * <sys/fcntl.h> replaced by <fcntl.h> throughout.
  1096.  
  1097.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 14 Jan 1996 02:55:19 +0000
  1098.  
  1099. dpkg (1.0.9); priority=MEDIUM
  1100.  
  1101.   * dselect uninitialised variable coredump fixed (thanks Carl).
  1102.  
  1103.   * version numbers printed by --version fixed.  (Bug#2115.)
  1104.   * disk method problem with missing Packages files fixed.  (Bug#2114.)
  1105.   * dependency version relationships now <= >= << >> =.  (Bug#2060.)
  1106.  
  1107.   * install-info is in /usr/sbin, not /usr/bin.  (Bug#1924.)
  1108.   * dpkg regards Revision field as obsolete.
  1109.  
  1110.   * <asm/unistd.h> changed to <linux/unistd.h> (for m68k port).
  1111.   * scripts/Makefile.in `clean' target deletes scripts.
  1112.  
  1113.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 11 Jan 1996 20:51:20 +0000
  1114.  
  1115. dpkg (1.0.8); priority=LOW
  1116.  
  1117.   * update-alternatives slightly more helpful message.  (Bug#1975.)
  1118.   * cosmetic improvements to disk installation method.  (Bug#1970,1956.)
  1119.   * mounted filesystem and unmounted partition separate methods.  (Bug#1957.)
  1120.  
  1121.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 12 Dec 1995 04:07:47 +0000
  1122.  
  1123. dpkg (1.0.7); priority=MEDIUM (HIGH to upgrade syslogd)
  1124.  
  1125.   * dselect harddisk/CDROM method script handles multiple package
  1126.     areas.
  1127.   * Everything has a manpage, though many are very unhelpful indeed.
  1128.  
  1129.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 30 Nov 1995 03:59:14 +0000
  1130.  
  1131. dpkg (1.0.6); priority=MEDIUM (HIGH to upgrade syslogd)
  1132.  
  1133.   * conffiles can now be taken over properly from one package by
  1134.     another which replaces it.  (Bug#1482.)
  1135.   * dpkg will not deconfigure essential packages when --auto-deconfigure
  1136.     is set (this bug was fairly unlikely ever to be exercised).
  1137.  
  1138.   * dpkg checks for the presence of certain important programs on the PATH.
  1139.   * dselect is now more informative when a dependency is missing, saying
  1140.     "<package> does not appear to be available".  (Bug#1642, 1705).
  1141.  
  1142.   * `make distclean' fixed; config.* &c removed from source archive.
  1143.   * lib/lock.c now uses fcntl rather than flock, for better portability.
  1144.  
  1145.   * `Package_Revision: 0' removed from control file.
  1146.   * Some inaccuracies and bad formatting in various messages corrected.
  1147.  
  1148.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 21 Nov 1995 20:15:18 +0000
  1149.  
  1150. dpkg (1.0.5); priority=LOW
  1151.  
  1152.   * dpkg-split allows some space for the header.  (Bug#1649.)
  1153.   * dpkg-split now has --msdos option for 8.3 filenames.
  1154.   * dpkg-split --join &c will not complain about trailing garbage.
  1155.  
  1156.   * dselect & dpkg will no longer ignore SIGHUP will running subprocesses.
  1157.  
  1158.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 13 Oct 1995 13:59:51 +0100
  1159.  
  1160. dpkg (1.0.4); priority=MEDIUM (HIGH for dselect users with 1.0.3)
  1161.  
  1162.   * fixed bug which prevented dselect from displaying the bottom line of
  1163.     any listing screen.  This was introduced in 1.0.3, sorry !
  1164.  
  1165.   * a conffile will never cause a prompt if the package maintainer
  1166.     distributes a file identical to the user's, even if the file has
  1167.     been edited by both the user and the maintainer or is a
  1168.     newly-registered conffile.  (Bug#1639.)
  1169.  
  1170.   * dselect disk/cdrom method script says where to get Packages file.
  1171.   * dselect help has better descriptions of the functions of Return and Q.
  1172.  
  1173.   * postinst now warns about some problems with /usr/lib/dpkg/methods/hd.
  1174.  
  1175.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 12 Oct 1995 01:45:38 +0100
  1176.  
  1177. dpkg (1.0.3); priority=MEDIUM
  1178.  
  1179.   * dselect: fixed segfault when doing some multiple (de)selections.
  1180.  
  1181.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 10 Oct 1995 03:21:12 +0100
  1182.  
  1183. dpkg (1.0.2); priority=MEDIUM
  1184.  
  1185.   * problem with screen refresh after `o' (change order) corrected.
  1186.  
  1187.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Mon, 9 Oct 1995 13:11:04 +0100
  1188.  
  1189. dpkg (1.0.1); priority=LOW
  1190.  
  1191.   * much better dpkg performance on low-memory systems.
  1192.   * start-stop-daemon --name should now work. (oops!)
  1193.   * fixed typo which could turn into memory overwriting bug sometime.
  1194.  
  1195.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 8 Oct 1995 20:12:29 +0100
  1196.  
  1197. dpkg (1.0.0); priority=LOW
  1198.  
  1199.   * Version 1.0.0: dpkg is no longer beta.
  1200.  
  1201.   * tar extractor no longer looks up an empty string using getgrnam
  1202.     (this causes the libc to coredump when using NIS).
  1203.  
  1204.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 1 Oct 1995 13:07:36 +0100
  1205.  
  1206. dpkg (0.93.80); priority=LOW
  1207.  
  1208.   * dselect help screen intro changed to remove `much' before `help'.
  1209.  
  1210.   * update-alternatives.pl contains hardcoded ENOENT value, instead
  1211.     of requiring POSIX.pm to be present.
  1212.  
  1213.   * Makefiles changed to strip when installing instead of when building.
  1214.  
  1215.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sat, 30 Sep 1995 01:44:12 +0100
  1216.  
  1217. dpkg (0.93.79) BETA; priority=LOW
  1218.  
  1219.   * DPKG_NO_TSTP environment variable which stops dpkg sending the
  1220.     process group a SIGTSTP (Bug#1496).
  1221.   * End key should work in dselect lists (Bug#1501).
  1222.   * various message typos (missing \n's) fixed (Bug#1504).
  1223.  
  1224.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 29 Sep 1995 03:27:01 +0100
  1225.  
  1226. dpkg (0.93.78) BETA; priority=LOW
  1227.  
  1228.   * dselect keystrokes help file typo fix.
  1229.  
  1230.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 28 Sep 1995 20:31:02 +0100
  1231.  
  1232. dpkg (0.93.77) BETA; priority=MEDIUM
  1233.  
  1234.   * dpkg --remove --pending will purge things when appropriate.
  1235.  
  1236.   * fixed failure to null-terminate dpkg conflict problem messages.
  1237.   * fixed bug in formatting of dependency version problem messages.
  1238.  
  1239.   * Conffiles resolution prompt for new conffile: typo fixed.
  1240.   * Changed dpkg usage error to suggest `-Dhelp' instead of `--Dhelp'.
  1241.  
  1242.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Wed, 20 Sep 1995 23:44:35 +0100
  1243.  
  1244. dpkg (0.93.76) BETA; priority=MEDIUM
  1245.  
  1246.   * dpkg --auto-deconfigure option (used automatically by dselect) allows
  1247.     `important' packages which many others depend on to be split.
  1248.   * dpkg should no longer fail an assertion during complicated
  1249.     multiple configurations involving packages which are on hold.
  1250.  
  1251.   * update-alternatives supports negative priorities.
  1252.   * /etc/alternatives is included in the .deb archive.
  1253.  
  1254.   * Package priorities changed: Required (Req), Important (Imp), Standard (Std),
  1255.     Optional (Opt) and Extra (Xtr).  For backward compatibility Base is an
  1256.     alias for Required, and Recommended is kept as a level just below Standard.
  1257.  
  1258.   * dselect shows introductory help screen when entering package lists (both
  1259.     main and recursive).
  1260.   * dselect help messages made more friendly.
  1261.   * dselect package list `quit, confirm, and check dependencies' key is
  1262.     now Return rather than lowercase `q'; likewise method list `select this
  1263.     one and configure it' key.
  1264.   * dselect selects packages with priority `standard' or better by default.
  1265.   * dselect `v=verbose' becomes `v=terse' when in verbose mode.
  1266.  
  1267.   * hard disk method unmounts /var/lib/dpkg/methods/mnt on failure.
  1268.   * disk methods' install message uses `stty' to find out what the
  1269.     interrupt character is, and uses that in the prompt (rather than ^C).
  1270.   * dpkg now tolerates ^Z characters in Packages files.
  1271.   * harddisk method doesn't display extra slash when updating packages file.
  1272.   * harddisk method burbles less if it doesn't have a good default.
  1273.  
  1274.   * dpkg-deb now supports new flexible format, but old format still default.
  1275.  
  1276.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Wed, 20 Sep 1995 02:49:41 +0100
  1277.  
  1278. dpkg (0.93.75) BETA; priority=MEDIUM
  1279.  
  1280.   * dselect no longer segfaults when you try to modify the last item.
  1281.  
  1282.   * dselect Makefile compiles with -g, and links without -s, but installs
  1283.     with -s, so that built source directory has debugabble binary.
  1284.  
  1285.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 12 Sep 1995 02:59:29 +0100
  1286.  
  1287. dpkg (0.93.74) BETA; priority=LOW
  1288.  
  1289.   * dpkg-split implemented and installed in /usr/bin/dpkg-split.
  1290.     (NB this is not compatible with Carl Streeter's old dpkg-split script.)
  1291.   * dpkg uses dpkg-split.
  1292.   * floppy disk method available - NB this is a first attempt only.
  1293.  
  1294.   * hard disk method uses --merge-avail rather than --update-avail.
  1295.   * installation by default of `standard' packages removed again.
  1296.     (I don't think this is the right place to do this.)
  1297.   * update-alternatives --remove correctly deletes all slave links;
  1298.     minor cosmetic improvements.
  1299.  
  1300.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Mon, 11 Sep 1995 02:06:05 +0100
  1301.  
  1302. dpkg (0.93.73) BETA; priority=LOW
  1303.  
  1304.   * dselect multi-package selection now done by `divider' lines
  1305.     actually in the package list, rather than horizontal highlight
  1306.     movement.
  1307.   * dselect help available, and keybindings rationalised.
  1308.  
  1309.   * postinst removes /usr/lib/dpkg/methods/hd if upgrading from
  1310.     0.93.42.3 or earlier.
  1311.   * `hold' flag changed to be settable by the user only, and
  1312.     made orthogonal to the `reinstallation required' flag.
  1313.   * dpkg will install by default any packages with priority of
  1314.     `standard' or better unless they're explictly deselected.
  1315.  
  1316.   * dselect dependency/conflict resolution will suggest marking absent
  1317.     packages for `purge' rather than `deinstall'.
  1318.   * disk method script produces message about invoking dpkg.
  1319.   * dpkg produces warning, not error, when it gets EPERM trying to
  1320.     remove a directory belonging to a package being removed.
  1321.   * dpkg, dpkg-deb usage error reporting improved.
  1322.   * dselect detects too-dumb terminals and stops.
  1323.   * dpkg-deb(8) updated a little (thanks to Bill Mitchell).
  1324.  
  1325.   * dselect debugmake script uses -O0.
  1326.  
  1327.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 10 Sep 1995 12:23:05 +0100
  1328.  
  1329. dpkg (0.93.72) BETA; priority=MEDIUM
  1330.  
  1331.   * /usr/sbin/update-alternatives added.
  1332.  
  1333.   * New names for certain control file fields (old names work
  1334.     as aliases): Optional -> Suggests, Recommended -> Recommends,
  1335.     Class -> Priority.
  1336.      
  1337.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 3 Sep 1995 16:37:41 +0100
  1338.  
  1339. dpkg (0.93.71) BETA; priority=LOW
  1340.  
  1341.   * dpkg doesn't silently overwrite `new' conffiles (Bug#1283).
  1342.   * case now not significant in Essential, Status and Class (Bug#1280).
  1343.   * dselect checks method scripts for execute, not for write.
  1344.  
  1345.   * spelling fixes in lib/dbmodify.c and dselect/helpmsgs.src.
  1346.  
  1347.   * dselect `clean' target deletes helpmsgs.cc and helpmsgs.cc.new.
  1348.  
  1349.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 31 Aug 1995 13:56:08 +0100
  1350.  
  1351. dpkg (0.93.70) BETA; priority=MEDIUM
  1352.  
  1353.   * dselect unmounted harddisk method has many silly bugs fixed.
  1354.  
  1355.   * dpkg --root option restored (was removed by mistake in 0.93.68).
  1356.   * minor cosmetic change to dselect subprocess failure message.
  1357.  
  1358.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Wed, 9 Aug 1995 22:18:55 +0100
  1359.  
  1360. dpkg (0.93.69) BETA; priority=MEDIUM
  1361.  
  1362.   * dpkg --configure and --remove should work properly when
  1363.     they have to defer processing (this tends to happen when many
  1364.     packages are processed at once).  (Bug#1209.)
  1365.  
  1366.   * dpkg --configure and --remove work better when `processing'
  1367.     several related packages with --no-act.
  1368.  
  1369.   * dpkg --auto is now two options, --pending or -a (for configure,
  1370.     remove, &c) and --recursive or -R (for install, unpack, &c).
  1371.  
  1372.   * dpkg debug options in usage message, and values available (-Dh).
  1373.  
  1374.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Wed, 9 Aug 1995 22:18:55 +0100
  1375.  
  1376. dpkg (0.93.68) BETA; priority=MEDIUM
  1377.  
  1378.   * dpkg won't get an internal error if you try to use the default
  1379.     conffiles response (ie, if you just hit return).  (Bug#1208.)
  1380.  
  1381.   * dselect hard disk and CD-ROM methods - the real thing, but ALPHA.
  1382.  
  1383.   * dselect allows you to go straight to `update' or `install' if
  1384.     you have already set up an access method.
  1385.   * new dpkg options --yet-to-unpack, --merge-avail and --update-avail.
  1386.   * dpkg -G is an abbreviation for dpkg --refuse-downgrade.
  1387.   * dpkg -R alias for --root withdrawn, pending reuse with different meaning.
  1388.   * dpkg --help message rationalised somewhat.
  1389.  
  1390.   * Obsolete `examples' and `dpkg-split' directories removed from
  1391.     source tree.  The `hello' package is a better example.
  1392.  
  1393.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Mon, 7 Aug 1995 02:16:25 +0100
  1394.  
  1395. dpkg (0.93.67) BETA; priority=LOW for C dpkg alpha testers, HIGH for others
  1396.  
  1397.   * dpkg no longer statically linked and -g.
  1398.   * calls to abort() changed to print string, file and line number first.
  1399.   * removed unused variable from dpkg source.
  1400.  
  1401.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 4 Aug 1995 01:39:52 +0100
  1402.  
  1403. dpkg (0.93.66) ALPHA; priority=MEDIUM
  1404.  
  1405.   * dpkg will correctly remove overwritten files from the lists of
  1406.     the package(s) that used to contain them.
  1407.  
  1408.   * dpkg --purge is now an action, rather than a modifier for --remove,
  1409.     and the -P alias for it is withdrawn.
  1410.  
  1411.   * dpkg --unpack/--install filenames in messages are now more sensible
  1412.     about when to use .../ (show as many trailing components as possible
  1413.     in 40 characters, or the whole path if that the last component is
  1414.     longer than that).
  1415.  
  1416.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 3 Aug 1995 02:11:03 +0100
  1417.  
  1418. dpkg (0.93.65) ALPHA; priority=MEDIUM
  1419.  
  1420.   * dpkg --remove should, when a package being removed is depended-on
  1421.     by another that is also queued for removal, defer the depended-on
  1422.     package rather than aborting it.  (Bug#1188.)
  1423.  
  1424.   * dpkg will not attempt to configure or remove a package more than
  1425.     once in the same run.  (Bug#1169.)
  1426.  
  1427.   * dpkg cosmetic fix to dependency problems message (this bug
  1428.     hasn't been triggered to my knowledge).
  1429.  
  1430.   * perl-dpkg no longer installed in /usr/bin.
  1431.  
  1432.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Wed, 2 Aug 1995 13:02:58 +0100
  1433.  
  1434. dpkg (0.93.64) ALPHA; priority=MEDIUM
  1435.  
  1436.   * dpkg marks a package as no longer `to be configured in this run'
  1437.     when an error occurs, so that other packages which depend on it
  1438.     will fail (rather than causing a loop and an assertion failure,
  1439.      packages.c:166: failed assertion `dependtry <= 4').
  1440.  
  1441.   * dselect initial selection granularity is single-package.
  1442.   * dpkg --no-also-select option renamed to --selected-only (old option
  1443.     still accepted, but no longer in --help).  Changed -N to -O.
  1444.  
  1445.   * dselect `update' option changed to `install' (and other options
  1446.     renamed too).  NB: old access methods will not work, because
  1447.     the `update' script should now be an `install' script.
  1448.  
  1449.   * dselect `installation methods' renamed to `access methods'.
  1450.   * dpkg --skip-same-version and --refuse-downgrade produce friendlier
  1451.     messages when they skip packages.
  1452.   * --licence option now properly mentioned in all programs' --version
  1453.     messages.
  1454.  
  1455.   * bad fix for ELF compile problem involving myopt.h removed (compile
  1456.     problem turned out to be a GCC bug.)
  1457.  
  1458.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 1 Aug 1995 03:03:58 +0100
  1459.  
  1460. dpkg (0.93.63) ALPHA; priority=LOW
  1461.  
  1462.   * preinst works around shell bug/misfeature involving `trap'.
  1463.  
  1464.   * dpkg --skip-same-version doesn't skip packages which have
  1465.     an error flag set or which aren't in a standard `installed' state.
  1466.  
  1467.   * dpkg --search now does a substring search if the string doesn't
  1468.     start with a wildcard character (*, [ or ?) or slash.
  1469.  
  1470.   * problem with C/C++ linkage of stuff in "myopt.h" fixed, to help
  1471.     with compiling with GCC 2.7.0.
  1472.  
  1473.   * dselect Makefile.in `clean' deletes curkeys.inc &c, so that they are
  1474.     not shipped in the distribution source and will be rebuilt on the
  1475.     target system.
  1476.  
  1477.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 27 Jul 1995 13:38:47 +0100
  1478.  
  1479. dpkg (0.93.62) ALPHA; priority=HIGH
  1480.  
  1481.   * dpkg purges leftover control scripts from /var/lib/dpkg/tmp.ci,
  1482.     rather than associating them with the wrong package.  (Bug#1101.)
  1483.  
  1484.   * dpkg won't `disappear' packages containing no files or directories,
  1485.     nor a package required for depends/recommended.  (Bug#1128.)
  1486.  
  1487.   * dpkg follows directory symlinks.  (Bug#1125.)
  1488.  
  1489.   * dselect fixups for ELF/GCC2.7.0 compilation.
  1490.  
  1491.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 21 Jul 1995 21:43:41 +0100
  1492.  
  1493. dpkg (0.93.61) ALPHA; priority=LOW
  1494.  
  1495.   * dselect keybindings and status characters and descriptions changed
  1496.     (in pursuance of Bug#1037, user interface problems, still open.)
  1497.  
  1498.   * Some cleanups to fix mistakes discovered by ELF-GCC 2.7.0, and fixup
  1499.     for newer C++ draft standard (`for' variable declaration scope change).
  1500.  
  1501.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 18 Jul 1995 01:42:51 +0100
  1502.  
  1503. dpkg (0.93.60) ALPHA; priority=HIGH
  1504.  
  1505.   * dpkg doesn't think packages have `disappeared' if you install
  1506.     several packages at once.  (later reported as Bug#1132.)
  1507.  
  1508.   * usage error messages tidied up.
  1509.  
  1510.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 16 Jul 1995 17:56:56 +0100
  1511.  
  1512. dpkg (0.93.59) ALPHA; priority=HIGH
  1513.  
  1514.   * dpkg doesn't break maintainer scripts &c if package `foo' exists
  1515.     when processing package `foobar'.  (Related to Bug#1101.)
  1516.  
  1517.   * dpkg implements `disappear' functionality.
  1518.   * dpkg/dselect remove dead entries from /var/lib/dpkg/status.
  1519.  
  1520.   * dpkg --list now sorted correctly and output somewhat improved.
  1521.   * some debugging messages moved from dbg_stupidlyverbose to dbg_scripts.
  1522.   * dpkg prints `Removing foo' message even if foo is not configured.
  1523.   * dpkg only prints `serious warning: files list file ... missing'
  1524.     once for each package.
  1525.  
  1526.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 16 Jul 1995 02:32:11 +0100
  1527.  
  1528. dpkg (0.93.58) ALPHA; priority=HIGH
  1529.  
  1530.   * dpkg should write out status even for packages which it has only
  1531.     encountered in the `available' file so far.
  1532.  
  1533.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 14 Jul 1995 20:19:21 +0100
  1534.  
  1535. dpkg (0.93.57) ALPHA; priority=LOW
  1536.  
  1537.   * dpkg does chroot when running maintainer scripts (--instdir
  1538.     should work right now, though I haven't been able to test it).
  1539.  
  1540.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 14 Jul 1995 01:32:30 +0100
  1541.  
  1542. dpkg (0.93.56) ALPHA; priority=HIGH
  1543.  
  1544.   * dpkg can now overwrite symlinks to directories, and will
  1545.     do correct handling of symlinks to plain files.
  1546.   * dpkg should not replace any directory with a symlink.
  1547.  
  1548.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 13 Jul 1995 02:43:36 +0100
  1549.  
  1550. dpkg (0.93.55) ALPHA; priority=MEDIUM
  1551.  
  1552.   * dpkg can now extract hardlinks.
  1553.   * dpkg configuration/removal works in the presence of dependency cycles.
  1554.   * dpkg should no longer fail an assertion at processarc.c:193.
  1555.  
  1556.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Wed, 12 Jul 1995 01:34:44 +0100
  1557.  
  1558. dpkg (0.93.54) ALPHA; priority=MEDIUM
  1559.  
  1560.   * dpkg and dselect no longer throw away all Class and Section
  1561.     information in /var/lib/dpkg/available.  (Oops.)
  1562.   * dpkg --refuse-<something> now works (this broke some dselect
  1563.     method scripts' attempts to use --refuse-downgrade).
  1564.   * dpkg --audit and --list implemented.
  1565.  
  1566.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Mon, 10 Jul 1995 00:35:13 +0100
  1567.  
  1568. dpkg (0.93.53) ALPHA; priority=LOW
  1569.  
  1570.   * dpkg --install/--unpack only skips on-hold packages with --auto.
  1571.   * dpkg doesn't fclose() the --fsys-tarfile pipe twice.
  1572.   * dpkg error handling and reporting cleaned up.
  1573.   * dpkg now lists any failed packages/files just before exiting.
  1574.  
  1575.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 9 Jul 1995 16:31:36 +0100
  1576.  
  1577. dpkg (0.93.52) ALPHA; priority=MEDIUM
  1578.  
  1579.   * dpkg won't segfault due to missing (Package_)Revision fields.
  1580.   * dpkg --search works.
  1581.   * dpkg will set execute permissions on scripts if necessary.
  1582.   * dpkg prints filenames in --unpack and --install.
  1583.  
  1584.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sat, 8 Jul 1995 12:41:39 +0100
  1585.  
  1586. dpkg (0.93.51) ALPHA; priority=HIGH
  1587.  
  1588.   * dpkg --status and --listfiles now work.
  1589.  
  1590.   * dpkg --remove --auto won't try to remove everything (!)
  1591.   * dpkg --unpack doesn't coredump after unpacking the first package.
  1592.   * dpkg won't fail an assertion if it bombs out of --configure
  1593.     or --remove because of too many errors.
  1594.  
  1595.   * Support for `Essential' in dpkg (not yet in dselect).
  1596.   * `available' (Packages) file class and section override those
  1597.     from package control files.
  1598.   * `Essential: yes' added to control file.
  1599.  
  1600.   * Locking strategy changed, now uses flock (no more stale locks).
  1601.   * preinst now more helpful about conffiles upgrade problem.
  1602.  
  1603.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sat, 8 Jul 1995 01:15:26 +0100
  1604.  
  1605. dpkg (0.93.50) ALPHA
  1606.  
  1607.   * C dpkg now in service.
  1608.  
  1609.   * dselect now installs in /usr/bin instead of /usr/sbin.
  1610.   * Improved `explanation of display' help and changed HSOC to EIOW.
  1611.   * dselect goes back to top of info display when you move the
  1612.     highlight.
  1613.  
  1614.   * Added <sys/types.h> to md5sum/md5.c, for the benefit of FreeBSD.
  1615.   * --admindir doesn't append `var/lib/dpkg' to its argument.
  1616.  
  1617.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 19 May 1995 21:03:08 +0100
  1618.  
  1619. dpkg (0.93.42.3) BETA; priority=LOW
  1620.  
  1621.   * Rebuilt using ncurses 1.9.2c-0.
  1622.   * Silenced `subcritical error' message if errno == ENOENT.
  1623.  
  1624.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Mon, 12 Jun 1995 13:09:24 +0100
  1625.  
  1626. dpkg (0.93.42.2) BETA; priority=HIGH
  1627.  
  1628.   * install-info --remove properly removes multi-line entries.
  1629.   * Slightly changed ^L redraw code in dselect package list.
  1630.  
  1631.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sat, 10 Jun 1995 14:06:01 +0100
  1632.  
  1633. dpkg (0.93.42.1) BETA; priority=HIGH esp. for new installations
  1634.  
  1635.   * update-rc.d default no longer adds K entries in runlevels 2345.
  1636.  
  1637.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 6 Jun 1995 18:56:23 +0100
  1638.  
  1639. dpkg (0.93.42) BETA; priority=LOW; HIGH for dselect users
  1640.  
  1641.   * Fix unitialised variable reference bug in dselect (#890).
  1642.   * Fix problem with wordwrapping package and method descriptions.
  1643.   * Create /var/lib/dpkg/methods/mnt.
  1644.  
  1645.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 19 May 1995 21:03:08 +0100
  1646.  
  1647. dpkg (0.93.41) BETA; priority=LOW
  1648.  
  1649.   * Create /var/lib/dpkg/methods.
  1650.   * dpkg.pl noisily ignores --skip-same-version rather than barfing.
  1651.  
  1652.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 16 May 1995 13:28:27 +0100
  1653.  
  1654. dpkg (0.93.40) BETA; priority=LOW
  1655.  
  1656.   * dselect's subprogram failure message made to stand out more.
  1657.  
  1658.   * When switching out of curses, always move the cursor to the
  1659.     bottom right corner of the screen.
  1660.  
  1661.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 16 May 1995 01:03:38 +0100
  1662.  
  1663. dpkg (0.93.39) BETA; priority=LOW
  1664.  
  1665.   * dselect can now:
  1666.     - allow you to select and configure an installation method;
  1667.     - invoke installation method scripts to update the available file
  1668.       and unpack packages;
  1669.     - invoke dpkg to configure and remove packages.
  1670.     There are no installation methods available yet.
  1671.  
  1672.   * Search feature in dselect works (it was purely an ncurses bug).
  1673.  
  1674.   * dpkg-*.nondebbin.tar.gz now available (built by debian.rules).
  1675.  
  1676.   * The target directory for dpkg-deb --extract (also available as
  1677.     dpkg --extract) is no longer optional.  dpkg-deb suggests the use
  1678.     of dpkg --install if you omit it.
  1679.  
  1680.   * Added <errno.h> to lib/lock.c and fixed ref. to `byte' in
  1681.     md5sum/md5.c, for portability to Solaris 2.
  1682.  
  1683.   * Rebuilt `configure' and `config.h.in' using autoconf 2.3.
  1684.   * Revised function attribute support checking in configure script.
  1685.   * Removed obsolete `dselect.pl' from scripts directory.
  1686.   * New option --licence on all the C programs.
  1687.  
  1688.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 14 May 1995 18:05:38 +0100
  1689.  
  1690. dpkg (0.93.38) BETA; priority=MEDIUM
  1691.  
  1692.   * Version number comparisons (in dpkg and dselect) now >= <=
  1693.     as documented (Bug#831; thanks to Christian Linhart).
  1694.  
  1695.   * dselect now has a non-superuser readonly mode.
  1696.   * dselect doesn't pop up unsatisfied `Optional's when quitting.
  1697.   * `unable to delete saved old file' message fixed dpkg_tmp to dpkg-tmp.
  1698.  
  1699.   * Made dpkg convert `revision' to `package_revision' when reading
  1700.     (eg) the `status' file.  libdpkg.a has `revision' as a synonym
  1701.     for `package_revision' and writes the former.
  1702.  
  1703.   * Major improvements and many changes to C option parsing, database
  1704.     management, error handling, Makefiles &c to support dpkg.
  1705.   * dpkg-deb should now work if sizeof(void*) < sizeof(void(*)()).
  1706.  
  1707.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Mon, 24 Apr 1995 12:34:39 +0100
  1708.  
  1709. dpkg (0.93.37) BETA; priority=LOW (MEDIUM for dselect users)
  1710.  
  1711.   * Fixed segfault if no description available (Bug#735);
  1712.     thanks to Peter Tobias for the bug report.
  1713.   * Fixed other assorted minor bugs in description displays.
  1714.  
  1715.   * Changed dpkg-deb --info short option from -i to -I, to make
  1716.     it unique across dpkg and dpkg-deb (-i still works with
  1717.     dpkg-deb for backwards compatibility).
  1718.  
  1719.   * Produce more sensible error when main package list is empty.
  1720.  
  1721.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 7 Apr 1995 02:24:55 +0100
  1722.  
  1723. dpkg (0.93.36) BETA; priority=LOW (MEDIUM for dselect users)
  1724.  
  1725.   * All the C code (including dselect) updated to support `provides'
  1726.     (virtual packages).
  1727.   * Revamped dselect's related package selection/deselection
  1728.     algorithms.
  1729.   * Everything can now handle arbitrary `class' values (as well
  1730.     as the predefined ones which we understand and can interpret).
  1731.   * Fixed bug that prevented display update when moving down a small
  1732.     recursive package list in dselect.
  1733.   * Column heading characters corrected from `SHOC' to `HSOC'.
  1734.  
  1735.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 6 Apr 1995 12:48:13 +0100
  1736.  
  1737. dpkg (0.93.35) BETA; priority=MEDIUM
  1738.  
  1739.  * Preserve ownerships and permissions on configuration files.
  1740.  * Fix bug in conffile updating that could leave a hardlink
  1741.    <foo>.dpkg-new to the conffile <foo>.
  1742.  
  1743.  * Improved dselect's package list help messages.
  1744.  * Highlight now moves on after (de)selecting just one package.
  1745.  * Better algorithm for scrolling up/down when moving highlight.
  1746.  * Fixed bug in display of `preformatted' extended Description lines.
  1747.    (dselect is still ALPHA, but is fairly stable.)
  1748.  
  1749.  * Improved dpkg's message when configuring a package that doesn't
  1750.    exist, and when selecting or skipping a package that isn't
  1751.    currently selected (during unpack processing).
  1752.  
  1753.  * Description in control file expanded.
  1754.  
  1755.  * Scroll back to top when changing what is in the `info' area.
  1756.  
  1757. dpkg (0.93.34) BETA; priority=LOW (HIGH for dselect users)
  1758.  
  1759.  * dselect: Fixed bug which caused a coredump if you exited the
  1760.    package list if you'd made any changes.  Ouch !
  1761.  
  1762.  * dselect: Improved selection algorithm to show fewer extraneous
  1763.    packages; improved display for unavailable packages.
  1764.  
  1765.  * dpkg: Improved progress messages during unpacking somewhat.
  1766.  
  1767. dpkg (0.93.33) BETA; priority=LOW (HIGH for dselect users)
  1768.  
  1769.  * dselect now has a main menu.
  1770.  
  1771.  * Fixed nasty uninitialised data bug in dselect.
  1772.  
  1773.  * dselect now locks and unlocks the packages database.
  1774.  
  1775. Mon, 27 Mar 1995 03:30:51 BST  Ian Jackson <iwj10@cus.cam.ac.uk>
  1776.  
  1777.     * dpkg (0.93.32): Alpha dselect released and installed in
  1778.                       /usr/sbin/dselect.
  1779.     * dpkg (0.93.32): Many portability enhancements: should now
  1780.                       compile using GCC 2.6.3, and dpkg-deb should
  1781.                       compile better on non-Linux systems.
  1782.     * dpkg (0.93.32): dpkg will not loop if its stdin disappears
  1783.                       and it needs to prompt.
  1784.     * dpkg (0.93.32): Fixed removal dependency error to show
  1785.                       correct package (Bug #648).
  1786.     * dpkg (0.93.32): Tidied up copyright notices.
  1787.     * dpkg (0.93.32): First draft of update-rc.d manpage, not yet
  1788.                       installed in /usr/man.
  1789.     * dpkg (0.93.32): Changes to top-level Makefile.in to improve
  1790.                       error trapping.
  1791.     * dpkg (0.93.32): Improved Makefile `clean' and `distclean'
  1792.                       targets.
  1793.     * dpkg (0.93.32): Deleted irrelevant `t.c' from lib and
  1794.                       dselect directories.
  1795.     * dpkg (0.93.32): Added vercmp.c with version comparison code.
  1796.     * dpkg (0.93.32): varbufextend message changed - varbufs not
  1797.                       just for input buffers.
  1798.     * dpkg (0.93.32): varbuf has C++ member functions in header
  1799.                       #ifdef __cplusplus.
  1800.  
  1801. Changes in dpkg 0.93.31:
  1802.  
  1803. * start-stop-daemon --pidfile now works (Bug#571).
  1804. * Fixed dependency processing bugs which could require a rerun of
  1805.   dpkg --configure (Bug#566).
  1806. * Fixed garbage output for `language' of control file in dpkg-deb --info.
  1807.  
  1808. Changes in dpkg 0.93.30:
  1809.  
  1810. * Added /usr/sbin/start-stop-daemon.
  1811.  
  1812. Changes in dpkg 0.93.29:
  1813.  
  1814. * Made postinst scripts really be run when dpkg --purge used.
  1815. * Added new --force-extractfail option - VERY DANGEROUS.
  1816.  
  1817. Changes in dpkg 0.93.28:
  1818.  
  1819. * Removed undef of 0x_p21 in read_database_file, which caused the
  1820.   the whole status database to become trashed when any update files
  1821.   were read.
  1822. * Make infinite-loop prevention and cycle detection work.
  1823. * Made findbreakcycle work (ie, break properly when cycle detected).
  1824. * New script, update-rc.d, to update links /etc/rc?.d/[KS]??*.
  1825. * dpkg.pl now sets the umask to 022.
  1826. * Cosmetic error message fix to dpkg-deb.
  1827. * Deleted OLD directory altogether.
  1828. * Improved error-trapping in top-level Makefile loops.
  1829.  
  1830. Changes in dpkg 0.93.27:
  1831.  
  1832. * Make version number specifications in Depends &c work.
  1833. * Added AC_PROG_CXX to autoconf.in for dselect.
  1834. * Changed myopt.h not to have cipaction field in cmdinfo (this was
  1835.   specially for dpkg-deb) - now we have a generic void*.
  1836. * Renamed `class' member of `pkginfoperfile' to `clas' [sic].
  1837. * Much work in `dselect' subdirectory.
  1838. * Deleted executables, objects and libraries from OLD tree !
  1839. * Minor changes to various copyright notices and top-of-file comments.
  1840. * Don't install nasty Perl dselectish thing as /usr/bin/dselect.
  1841.  
  1842. Changes in dpkg 0.93.26:
  1843.  
  1844. * Added --no-also-select instead of not auto-selecting on --unpack
  1845.   but doing so on --install; removed --force-unpack-any.
  1846.  
  1847. Changes in dpkg 0.93.25:
  1848.  
  1849. * Fixed duplicate output (failure to flush before fork) bug.
  1850. * More clarification of md5sum.c copyright.
  1851. * Corrected typo in ChangeLog in 0.93.24 source package.
  1852.  
  1853. Changes in dpkg 0.93.24:
  1854.  
  1855. * dpkg could copy conffiles info from one package to another.  Aargh.
  1856.   Bug #426.
  1857. * dpkg failed to initialise status if you tried to remove or
  1858.   configure a nonexistent package.  Bug #419.
  1859. * install-info now handles START-INFO-DIR-ENTRY entries like:
  1860.    * Gdb::                         The GNU debugger.
  1861.   Previously it would only accept (Bug #407):
  1862.    * Gdb: (gdb).                   The GNU debugger.
  1863. * When installing a new foo.info[.gz], install-info now replaces
  1864.    * Foo: (foo.info).              The Gnoo Foo.
  1865.   as well as just * Foo: (foo). ...
  1866. * Moved option parsing out of dpkg-deb into libdpkg.
  1867. * Assorted minor source code rearrangements.
  1868. * Fixed assorted copyright notices, clarified md5sum copyright.
  1869. * Corrected typo in 0.93.23 source package's ChangeLog.
  1870.  
  1871. Changes in dpkg 0.93.23:
  1872.  
  1873. * `dpkg-deb' --build now does a syntax check on the control file.
  1874. * `dselect' is now no longer called `debian', spurious copy removed
  1875.   from package top-level source directory.
  1876. * C control information parsing complete and somewhat tested.
  1877. * Moved `global' include files into $(srcdir)/include from ../lib,
  1878.   added some files to the lib Makefile, and arranged for pop_cleanup().
  1879.  
  1880. Changes in dpkg 0.93.22:
  1881.  
  1882. * Fixed bug which caused dpkg to see failures of md5sum where there
  1883.   were none (would also have caused dpkg to miss a real failure).
  1884. * Fixed failure to update some `status' database fields.
  1885.  
  1886. Changes in dpkg 0.93.21:
  1887.  
  1888. * Fixed error-handling bug which could corrupt database.
  1889.  
  1890. Changes in dpkg 0.93.20:
  1891.  
  1892. * Fixed bug which ran old (/var/adm/dpkg) postinst scripts.
  1893. * Fixed dpkg usage message which claimed -i => both --install & --info.
  1894. * Use Colin Plumb's MD5 code - faster, and better copyright.
  1895. * Manpages: dpkg-deb(8), deb-control(5), deb(5) - thanks to Raul
  1896.   Deluth Miller.  Also, an xfig picture of some C program innards.
  1897.  
  1898. Changes in dpkg 0.93.19:
  1899.  
  1900. * Don't delete the `list' file from the dpkg database.
  1901. * Fixed various bugs in the conffile handling.
  1902. * Conffiles that are symlinks will now be treated as if the
  1903.   `dereferenced' name of the file was listed in conffiles.  This means
  1904.   that /etc/foo -> /usr/etc/foo will cause all conffile updates of
  1905.   /etc/foo to create /usr/etc/foo.dpkg-tmp &c instead.  However, the
  1906.   link will be removed if --purge is used to delete all the conffiles.
  1907. * When doing a new installation, or when updating a conffile that
  1908.   wasn't listed as a conffile in the old version of the package, don't
  1909.   do any prompting but just install the version from the archive.
  1910. * Corrected error message if exec of dpkg --vextract failed
  1911.   and --instroot or --root specified.
  1912. * Added new --force-unpack-any option.
  1913. * Extra newline after --status output.
  1914. * Added -W options to CFLAGS.
  1915. * Fixed mistake in previous ChangeLog entry.
  1916.  
  1917. Changes in dpkg 0.93.18:
  1918.  
  1919. * Fixed invocation of dpkg-deb --vextract if --root or --instdir
  1920.   not specified.
  1921. * Create /var/lib/dpkg/updates.
  1922.  
  1923. Changes in dpkg 0.93.17:
  1924.  
  1925. * install-info --remove exits with status 0 if it doesn't find the
  1926.   thing to remove, instead of status 1.
  1927. * Error handling functions have __attribute__((format...)) if GCC.
  1928. * push_cleanup its arg takes void **argv instead of char **argv.
  1929. * Top-level Makefile.in has set -e before `for' loops.
  1930. * dpkg-deb --info not-an-existing-file produces fewer error messages.
  1931.  
  1932. Changes in dpkg 0.93.16:
  1933.  
  1934. * Made --root= option really extract to $instroot instead of `/'.
  1935. * install-info clears the 0444 bits in its umask.
  1936. * Fixed a few database handling bugs which cause dpkg always to fail,
  1937.   and usually to corrupt the status database in various ways.
  1938. * dpkg-deb completely rewritten, now doesn't tinker with
  1939.   /var/{adm,lib}/dpkg.  Should be faster.
  1940. * Directory structure and Makefiles in source package reorganised.
  1941.  
  1942. Changes in dpkg 0.93.15:
  1943.  
  1944. * Added `debian' (dselect), still very primitive.
  1945. * Database format changed, and moved from /var/adm to /var/lib.
  1946. * Added dpkg --avail mode, --list, --status and --search.
  1947. * Set of dpkg => dpkg-deb pass-through operations changed (but
  1948.   dpkg-deb not yet updated).
  1949. * Added --root, --admindir and --instdir, as well as --isok &c.
  1950. * Moved much stuff into /usr/lib/dpkg-lib.pl, rewritten status
  1951.   database handling.
  1952. * Put packages in `purge' state even if `deinstall' requested if
  1953.   they have no postrm and no conffiles.
  1954. * Version number comparisons fixed.
  1955. * insert-version.pl now installes lib.pl filename too.
  1956. * Strip trailing slashes when reading files from file lists.
  1957.  
  1958. Changes in dpkg 0.93.14:
  1959.  
  1960. * Fixed parsing of DEPENDS &c fields with trailing whitespace.
  1961. * postinst now fixes up broken ispell.control file.
  1962. * Cyclic dependency/multiple package removal processing: don't consider
  1963.   packages we've just removed when looking for a reason not to go ahead.
  1964. * Added call to postinst with `purge' argument for expunging old
  1965.   configuration etc. that aren't listed in conffiles.
  1966.  
  1967. Changes in dpkg 0.93.13:
  1968.  
  1969. * sub S_ISREG defined in dpkg.pl.
  1970. * Checking of DEPENDS &c fields was too lax, causing an internal error
  1971.   if you fed it certain kinds of broken control file.
  1972. * Fixed misleading message from bogus installationstatus call.
  1973. * New -u and -U options to dpkg-deb which don't unpack the /DEBIAN
  1974.   directory, and use these in dpkg.pl; clean up /DEBIAN in postinst.
  1975.  
  1976. Changes in dpkg 0.93.12:
  1977.  
  1978. * No longer needs *.ph files, since these appear to be broken.
  1979. * Postinst fixes up *.control files with curly brackets.
  1980. * embryo of dselect.
  1981.  
  1982. Changes in dpkg 0.93.11:
  1983.  
  1984. * New --ignore-depends option.
  1985. * This ChangeLog changed format here.
  1986.  
  1987. Wed Nov 30 15:38:21 GMT 1994  Ian Jackson  <iwj10@cus.cam.ac.uk>
  1988.  
  1989.     * dpkg 0.93.11 released.
  1990.  
  1991.     * conffile updating fixed.
  1992.  
  1993.     * Message `updgrade' in dpkg changed to `replace'.
  1994.  
  1995.     * install-info now copes with multi-line entries.
  1996.  
  1997.     * version numbers now done automatically in dpkg and install-info.
  1998.  
  1999.     * more debugging around conffiles updates.
  2000.  
  2001.     * *.hash files not deleted so soon.
  2002.  
  2003.     * adds brand new packages to status array so we can install them.
  2004.  
  2005.     * postinst does h2ph for {sys,linux}/{stat,types}.ph if required.
  2006.  
  2007. Mon Nov 28 02:00:13 GMT 1994  Ian Jackson  <iwj10@cus.cam.ac.uk>
  2008.  
  2009.         * dpkg 0.93.10 released.
  2010.  
  2011.         * dpkg.pl completely rewritten.
  2012.  
  2013.         * dpkg-deb: removed dabase-processing and --install option.
  2014.  
  2015.         * Makefiles reworked, debian.rules added.
  2016.  
  2017.         * Don't install anything in /usr/doc/examples.
  2018.  
  2019.         * dpkg-*.deb contains /usr/bin/dpkg-deb.dist, fixed up by postinst.
  2020.  
  2021. Thu Oct 20 13:22:20 1994  Ian Murdock  (imurdock@debra.debian.org)
  2022.  
  2023.         * dpkg 0.93.9 released.
  2024.  
  2025.         * dpkg.pl: Use $argument, not $package, with `--build'.
  2026.         Make sure that saved postinst scripts are executable.
  2027.  
  2028. Tue Oct 18 09:40:57 1994  Ian Murdock  (imurdock@debra.debian.org)
  2029.  
  2030.         * dpkg 0.93.8 released.
  2031.  
  2032.         * deb/remove.c (pkg_remove): Do not report an error from rmdir ()
  2033.         when `errno' is ENOTEMPTY (Directory not empty), because in this
  2034.         case we have found the highest-level directory in the package and
  2035.         are ready to exit the loop (i.e., it is a normal occurrence).
  2036.  
  2037. Mon Oct 17 10:44:32 1994  Ian Murdock  (imurdock@debra.debian.org)
  2038.  
  2039.         * Makefile.in: Adapted all Makefiles to the GNU Coding Standards.
  2040.  
  2041.         * deb/remove.c (pkg_remove): Make sure that parent directories are
  2042.         removed LAST!  This will result in complete removal of packages
  2043.         when --remove is called.  dpkg 0.93.7 (and earlier) had problems
  2044.         with this because it tried to remove directories in order, which
  2045.         will work most of the time, but not necessarily all of the time.
  2046.  
  2047.         * deb/list.c (pkg_list): Output is sorted by package name.
  2048.  
  2049. Tue Oct  4 12:27:10 1994  Ian Murdock  (imurdock@debra.debian.org)
  2050.  
  2051.         * deb/contents.c (pkg_contents): When a list file cannot be
  2052.         opened, silently fail and let the front-end explain the problem.
  2053.  
  2054.         * deb/util.c (return_info): When a control file cannot be opened,
  2055.         silently fail and let the front-end explain the problem.
  2056.  
  2057.         * deb/search.c (pkg_search): Exit 0 if the regular expression is
  2058.         matched and 1 if it is not.
  2059.  
  2060. Mon Oct  3 18:38:53 1994  Ian Murdock  (imurdock@debra.debian.org)
  2061.  
  2062.         * dpkg.pl: New file.  Replaces dpkg.sh.
  2063.  
  2064.         * deb/Makefile.in: Renamed `dpkg-util.deb' to `dpkg-deb'.
  2065.  
  2066.         * deb/build.c (pkg_build): `--build' is less verbose, instead
  2067.         letting the front-end add verbosity where appropriate.
  2068.  
  2069.         * deb/install.c (pkg_install): Ditto.
  2070.  
  2071.         * deb/remove.c (pkg_remove): Ditto.
  2072.  
  2073.         * deb/search.c (pkg_search): Ditto.
  2074.  
  2075.         * deb/describe.c (pkg_describe): `--describe' is less verbose,
  2076.         instead letting the front-end add verbosity where appropriate.
  2077.         The ``Description:'' label has been removed.
  2078.  
  2079.         * deb/version.c (pkg_version): `--version' is less verbose,
  2080.         instead letting the front-end add verbosity where appropriate.
  2081.         The ``Version:'' label has been removed, as has the maintainer
  2082.         information.
  2083.  
  2084. Mon Sep 12 14:22:04 1994  Ian Murdock  (imurdock@debra.debian.org)
  2085.  
  2086.         * deb/version.c (pkg_version): `--version' now reports the
  2087.         version number of dpkg if no argument is specified.
  2088.  
  2089. Thu Sep  1 13:31:37 1994  Ian Murdock  (imurdock@debra.debian.org)
  2090.  
  2091.         * dpkg 0.93.7 released.
  2092.  
  2093.         * deb/build.c (pkg_build): check status and exit if non-zero.
  2094.  
  2095.         * deb/contents.c (pkg_contents): ditto.
  2096.  
  2097.         * deb/install.c (archive_extract): ditto.
  2098.  
  2099. Thu Sep  1 13:20:08 1994  Ian Murdock  (imurdock@debra.debian.org)
  2100.  
  2101.         * deb/version.c (pkg_version): indent to the same point as
  2102.         pkg_describe.
  2103.  
  2104. Thu Sep  1 12:21:11 1994  Ian Murdock  (imurdock@debra.debian.org)
  2105.  
  2106.         * Makefile.in (dist): added debian.rules binary, source and
  2107.         dist targets to make final distribution easier to make.
  2108.         (install): install programs to /usr/bin.
  2109.  
  2110.         * deb/Makefile.in (install): install programs to /usr/bin.
  2111.  
  2112.         * deb/list.c (pkg_list): enforce a maximum limit of ten characters
  2113.         for the package name in the output.
  2114.         (pkg_list): left-justify the version number to make it easier for
  2115.         the front-end to parse the output.
  2116.         (pkg_list): replace first '\n' character in packages[n].description
  2117.         with '\0'.
  2118.  
  2119.         * deb/install.c (archive_extract): use the `p' option to `tar' to
  2120.         ensure that permissions are preserved.
  2121.  
  2122. Sat Aug 27 09:53:37 1994  Ian Murdock  (imurdock@debra.debian.org)
  2123.  
  2124.         * dpkg 0.93.6 released.
  2125.  
  2126.         * deb/util.c (return_info): only unlink CONTROL if ARCHIVE_FLAG is
  2127.         true!
  2128.  
  2129. Fri Aug 26 15:38:22 1994  Ian Murdock  (imurdock@debra.debian.org)
  2130.  
  2131.         * dpkg 0.93.5 released.
  2132.  
  2133.         * deb/contents.c (pkg_contents): merged function archive_contents
  2134.         into function pkg_contents.
  2135.  
  2136.         * deb/contents.c (pkg_contents): use lstat (rather than stat) so
  2137.         that symbolic links are recognized.
  2138.         (pkg_contents): print the usual `<path> -> <link_to>' now that we
  2139.         recognize symbolic links.
  2140.  
  2141.         * deb/util.c (return_info): create a FIFO to pipe the needed
  2142.         information to the ``formatter'' rather than creating a directory
  2143.         in /tmp for the package information, which is what we used to do.
  2144.  
  2145. Thu Aug 25 11:46:27 1994  Ian Murdock  (imurdock@debra.debian.org)
  2146.  
  2147.         * lib/fake-ls.c (mk_date_string): return a pointer to malloc'ed
  2148.         area.
  2149.         (mk_mode_string): ditto.
  2150.  
  2151.         * dpkg.sh: make sure the control information is extracted to a
  2152.         uniquely-named temporary directory during package installation.
  2153.  
  2154.         * dpkg.sh: execute the pre- and post-removal scripts during
  2155.         package removal.
  2156.  
  2157.         * dpkg.sh: exit immediately if dpkg-util.deb reports failure.
  2158.  
  2159.         * deb/install.c (pkg_control): make sure that `package' exists and
  2160.         is a Debian archive before doing anything.
  2161.  
  2162.         * deb/install.c (pkg_extract): make sure that `package' exists and
  2163.         is a Debian archive before doing anything.
  2164.  
  2165.         * deb/install.c (pkg_install): unlink `extract_output' when done.
  2166.  
  2167.         * deb/remove.c (pkg_remove): use lstat (rather than stat) so that
  2168.         --remove does not get confused and think that a symbolic link to a
  2169.         directory is actually a directory, which results in the symbolic
  2170.         link never being removed at all.
  2171.  
  2172. ChangeLog begins Thu Aug 25 11:46:27 1994 for dpkg 0.93.5.
  2173.  
  2174. Local variables:
  2175. mode: debian-changelog
  2176. End:
  2177.