* cmdline/acqprogress.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Fri, 27 Mar 2009 21:45:07 +0000 (22:45 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Fri, 27 Mar 2009 21:45:07 +0000 (22:45 +0100)
  - Call pkgAcquireStatus::Pulse even if quiet, so that we still get
    dlstatus messages on the status-fd (LP: #290234).

cmdline/acqprogress.cc
debian/changelog

index a5fee1d..b3ded41 100644 (file)
@@ -145,11 +145,11 @@ void AcqTextStatus::Stop()
    bandwidth and ETA indicator. */
 bool AcqTextStatus::Pulse(pkgAcquire *Owner)
 {
+   pkgAcquireStatus::Pulse(Owner);
+   
    if (Quiet > 0)
       return true;
    
-   pkgAcquireStatus::Pulse(Owner);
-   
    enum {Long = 0,Medium,Short} Mode = Long;
    
    char Buffer[sizeof(BlankLine)];
index 19c06b5..82a82ef 100644 (file)
@@ -52,6 +52,12 @@ apt (0.7.21) UNRELEASED; urgency=low
   * Apply --important option to apt-cache depends (LP: #16947) 
   * Clarify the --help for 'purge' (LP: #243948)
 
+
+  [ Colin Watson ]
+  * cmdline/acqprogress.cc:
+    - Call pkgAcquireStatus::Pulse even if quiet, so that we still get
+      dlstatus messages on the status-fd (LP: #290234).
+
  -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 12 Sep 2008 11:34:24 +0200
 
 apt (0.7.20) unstable; urgency=low