]> err.no Git - dpkg/commit
dpkg (1.2.0); priority=MEDIUM
authorIan Jackson <ian@chiark.chu.cam.ac.uk>
Wed, 15 May 1996 23:01:21 +0000 (00:01 +0100)
committerIan Jackson <ian@chiark.chu.cam.ac.uk>
Wed, 15 May 1996 23:01:21 +0000 (00:01 +0100)
commitd4d3484ac88ca3953fef3cf2c0464cdc776b6574
treeab15ab1e585e5c1d97b44f7b880af96632b1f08c
parent258ed6ae6ff639a76b534353fcc502d4ca97ca8c
dpkg (1.2.0); priority=MEDIUM

  * dselect can sort packages by available and installed states, and
    display their version numbers.  (Use O, o and V.)
  * Hold is properly integrated as a real `wanted state', rather than
    a separate flag.
  * Epochs in version numbers implemented, using the syntax
    <epoch>:<version>-<revision>.  (Epoch not usually displayed.)
  * dselect disk method is architecture-independent (uses dpkg's
    installation architecture, and looks in the right part of the tree).

  * dselect disk method doesn't try to satisfy the predependencies of
    packages which are on hold.
  * Fixed conflict-related assertion failure.  (Bug#2784.)
  * conffiles do not cause file conflicts if the conflicting package
    is in the `configuration only' state.  (Bug#2720.)
  * Fixed messages where available version number was reported as installed
    version in conflict and dependency messages.  (Bug#2654, Bug#2974.)

  * New format .deb files are default even for a.out compiles (but
    a.out version of dpkg is in old format).
  * Characters @:= (at colon equals) in package names now strictly
    forbidden everywhere (_ is still allowed in existing packages).
  * New dpkg --print-installation-architecture option prints installation
    architecture (compiled in), rather than build architecture (determined
    from gcc -print-libgcc-file-name).

  * Version messages show whether compiled a.out or ELF (i386 only).
  * Fixed missing space in version syntax error messages.
  * Manpage dpkg.8 installed with warning about inaccuracy.

  * Guidelines don't say to stop and restart daemons in runlevels 2345;
    instead they say to start in 2345 and stop in 016.
  * Guidelines and version messages say just Debian Linux.
  * Guidelines typo fix `"stop2' => `"stop"'.  (Bug#2867.)

  * doc/Makefile.in clean properly deletes various guidelines.info* files.

 -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 16 May 1996 00:01:21 +0100
62 files changed:
TODO
acconfig.h
config.h.in
configure
configure.in
debian.Changelog
debian.buildscript [new file with mode: 0644]
debian.changestemplate [new file with mode: 0644]
debian.control
debian.controlaout
debian.mkchanges [new file with mode: 0644]
debian.rules
doc/Makefile.in
doc/guidelines.info-1 [deleted file]
doc/guidelines.info-2 [deleted file]
doc/guidelines.texi
doc/guidelines.texi.beforeeric [deleted file]
doc/guidelines.texi.rej [deleted file]
dpkg-deb/build.c
dpkg-deb/main.c
dselect/helpmsgs.src
dselect/main.cc
dselect/methparse.cc
dselect/pkgcmds.cc
dselect/pkgdepcon.cc
dselect/pkgdisplay.cc
dselect/pkgkeys.cc
dselect/pkglist.cc
dselect/pkglist.h
dselect/pkgsublist.cc
dselect/pkgtop.cc
include/dpkg-db.h
include/dpkg.h
lib/compat.c
lib/database.c
lib/dump.c
lib/fields.c
lib/parse.c
lib/parsedump.h
lib/parsehelp.c
lib/sta00630 [new file with mode: 0644]
lib/sta11978 [new file with mode: 0644]
lib/varbuf.c
lib/vercmp.c
main/archives.c
main/cleanup.c
main/configure.c
main/depcon.c
main/dpkg.8
main/dpkg.8-null [new file with mode: 0644]
main/dpkg.8-vuori [deleted file]
main/enquiry.c
main/errors.c
main/help.c
main/main.c
main/main.h
main/packages.c
main/processarc.c
main/remove.c
methods/disk.setup
split/main.c
version.h