- fix parse error when dpkg sends unexpected data
authorMichael Vogt <egon@bottom>
Tue, 2 Oct 2007 11:52:22 +0000 (13:52 +0200)
committerMichael Vogt <egon@bottom>
Tue, 2 Oct 2007 11:52:22 +0000 (13:52 +0200)
commit3346b385523c596c1db7667b4874a8617718de70
tree9bef8479ffdc2e80ae83ffdf02255aac0b0beb9d
parent36fc5dca8b8eaa38a4ebd3ec52b462df44dd1b82
parent59d5cc74ef7c6ca820ed9d26a4d829b891214edf
  - fix parse error when dpkg sends unexpected data
* fix missing SetExecClose() call when the status-fd is used
* debian/apt.cron.daily:
  - move unattended-upgrade before apt-get autoclean
* fix "purge" commandline argument, closes: #133421
  (thanks to Julien Danjou for the patch)
* cmdline/apt-get.cc:
  - do not change the auto-installed information if a package
    is reinstalled
* apt-pkg/acquire-item.cc:
  - fix crash in diff acquire code
* cmdline/apt-mark:
  - Fix chmoding after have renamed the extended-states file (LP: #140019)
    (thanks to Laurent Bigonville)
* apt-pkg/contrib/mmap.cc:
  - don't fail if msync() returns > 0
debian/changelog