diff options
author | Wichert Akkerman <wakkerma@debian.org> | 1999-12-24 21:55:36 +0000 |
---|---|---|
committer | Wichert Akkerman <wakkerma@debian.org> | 1999-12-24 21:55:36 +0000 |
commit | 3c3faae09b57be4daec7cb354cdd3d46d4c6c9cb (patch) | |
tree | 35d6bf1cd4712a68a03a7691738dbf89812aa2ef /ChangeLog | |
parent | ef5a6bb5934506474d21e87cea1d4ba59e6facb1 (diff) | |
download | dpkg-3c3faae09b57be4daec7cb354cdd3d46d4c6c9cb.tar.gz |
* version-nr: update to 1.6.5
* doc/Makefile.in: install THANKS
* TODO: remove items that have been done
* lib/showcright.c: exit(0) after showing the copyright since we don't exec cat anymore
* main/configure.c: add NULL to execlp() parameters; this fixes the random segfaults when showing the conffile-diff
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,9 +1,21 @@ +Fri Dec 24 17:34:30 CET 1999 Wichert Akkerman <wakkerma@debian.org> + + * version-nr: update to 1.6.5 + * doc/Makefile.in: install THANKS + * TODO: remove items that have been done + * lib/showcright.c: exit(0) after showing the copyright since + we don't exec cat anymore + * Patch from David Huggins-Daines <dhd@eradicator.org>: + + main/configure.c: add NULL to execlp() parameters; this fixes the random + segfaults when showing the conffile-diff + Fri Dec 24 15:35:29 CET 1999 Wichert Akkerman <wakkerma@debian.org> * debian/control: add Build-Depends * THANKS: new file which lists everyone who contributed to the code * Change `Debian Linux' to `Debian GNU/Linux' in a couple of manpages * main/enquiry.c: modify list1package to use the full width of the tty + * main/main.c: fix wrong call to fputs * Merge patches from Adam Heath: + lib/mlib.c: new function do_fd_copy to read a file into a fd + dpkg-deb/build.c: use do_fd_copy @@ -25,7 +37,7 @@ Wed Dec 22 12:07:40 CET 1999 Wichert Akkerman <wakkerma@debian.org> * debian/dpkg-doc.postrm: Use doc-name instead of file-name (probably need to change the filename, but I'll be lazy now :) - * dselect/pkgdisplay.cc: Replace empty string for eflags to a space + * dselect/pkgdisplay.cc: Replace empty string for eflags with a space so gettext doesn't use the translation-info * po/update.sh: Generate dselect/helpmsgs.{cc,h} so we can translate them. * po/POTFILES.in: add dselect/helpmsgs.cc |