]> err.no Git - dpkg/commit
dpkg (1.2.1); priority=MEDIUM
authorIan Jackson <ian@chiark.chu.cam.ac.uk>
Wed, 22 May 1996 00:26:31 +0000 (01:26 +0100)
committerIan Jackson <ian@chiark.chu.cam.ac.uk>
Wed, 22 May 1996 00:26:31 +0000 (01:26 +0100)
commitc503a31249f796403133b96da086ca05376572ac
treefdf65b2f1bb6f5f3c8aa6f756dc6e645bc9745b9
parentd4d3484ac88ca3953fef3cf2c0464cdc776b6574
dpkg (1.2.1); priority=MEDIUM

  * `=' key in dselect really does `hold' rather than `unhold'.
  * dselect dependency processing now interacts better with `hold'.
  * dselect `I' key (not `i') modifies display of the info window.
  * dselect shows unavailable packages as being unavailable.
  * dselect main menu headings and many other strings changed to try to
    discourage people from deselecting every package and using [R]emove.
    Notably, `select' changed to `mark' throughout.

  * dselect disk methods now print a few fewer double slashes.
  * dselect disk access methods will offer to use dpkg --record-avail
    to scan the available packages, if no Packages file is found.

  * New dpkg --compare-versions option, for the benefit of scripts &c.
  * New dpkg --clear-avail option forgets all available packages info.
  * New dpkg --print-avail option, prints `available' data (from Packages, &c).
  * dpkg usage message is more informative, but no longer fits on screen.
  * dpkg --avail option renamed --record-avail.

  * Latest dpkg-name from Erick Branderhorst.
  * dpkg-scanpackages has more sensible problem reporting.
  * postinst configure now gets null argument (not <unknown> or <none>)
    when there is no previously configured version.

  * Guidelines say that postinst configure is given previous version.
  * Guidelines don't refer to maintainer-script-args.txt in main text.
  * Guidelines (Texinfo source) uploaded separately.

  * Own version of strcpy (used for debugging) removed.
  * Interface to access methods document in source (doc/dselect-methods.txt).
  * debian.buildscript moves changes file into parent directory.

 -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Wed, 22 May 1996 01:26:31 +0100
43 files changed:
TODO
debian.Changelog
debian.buildscript
debian.changestemplate
debian.rules
doc/dselect-methods.txt [new file with mode: 0644]
doc/guidelines.texi
dselect/basecmds.cc
dselect/baselist.cc
dselect/bindings.cc
dselect/dselect.h
dselect/helpmsgs.src
dselect/main.cc
dselect/pkgcmds.cc
dselect/pkgdepcon.cc
dselect/pkgdisplay.cc
dselect/pkginfo.cc
dselect/pkgkeys.cc
dselect/pkglist.cc
dselect/pkglist.h
dselect/pkgtop.cc
include/dpkg-db.h
include/myopt.h
lib/compat.c
lib/database.c
lib/dbmodify.c
lib/vercmp.c
main/archives.c
main/configure.c
main/depcon.c
main/enquiry.c
main/main.c
main/main.h
main/packages.c
main/processarc.c
main/update.c
methods/disk.install
methods/disk.setup
methods/disk.update
scripts/dpkg-name.sh [changed mode: 0755->0644]
scripts/dpkg-scanpackages.pl
scripts/t [new file with mode: 0644]
version.h