diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-07-25 20:33:10 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-07-25 20:33:10 +0200 |
commit | e2c79929482ba04ed1a576e4bc837d434c71756e (patch) | |
tree | 25d75447083dd433338c8a7651c81546488a01f1 /debian | |
parent | e01c08b0206b54c2d977a360beab2d72cf079f0c (diff) |
* add DPkg::NoTriggers option so that applications that call
apt/aptitude (like the installer) defer trigger processing
(thanks to Joey Hess)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 35b447dd4..1600fed98 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,9 +19,11 @@ apt (0.7.15) UNRELEASED; urgency=low - when checking for new important deps, skip critical ones (closes: #485943) * improve apt progress reporting, display trigger actions + * add DPkg::NoTriggers option so that applications that call + apt/aptitude (like the installer) defer trigger processing + (thanks to Joey Hess) - - -- Christian Perrier <bubulle@debian.org> Sat, 14 Jun 2008 07:39:06 +0200 + -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 25 Jul 2008 20:31:05 +0200 apt (0.7.14) unstable; urgency=low |