summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-09-11 20:28:47 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2007-09-11 20:28:47 +0200
commite43312cf4e19bd3eab15a4f43a586e2ab28c9763 (patch)
tree086be474148b2d90cc3ea1f1d79f363721ce91c3 /debian
parenta44aeb52f0476ed56feff82b1cfd2fa84e7a1223 (diff)
parentda50ba30b371f21f264c040ca9f2161771d55233 (diff)
* apt-pkg/acquire.cc:
- increase MaxPipeDepth for the internal worker<->method communication to 1000 for the debtorrent backend * make apt build with g++ 4.3 * apt-pkg/acquire.cc: - increase MaxPipeDepth for the internal worker<->method communication to 1000 for the debtorrent backend * make apt build with g++ 4.3 * dpkg-triggers: Deal properly with new package states.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e34dc385b..d60a61d27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,10 @@ apt (0.7.6ubuntu9) gutsy; urgency=low
* apt-pkg/deb/dpkgpm.cc:
- fix progress reporting precent calculation (LP: #137798)
+ * apt-pkg/acquire.cc:
+ - increase MaxPipeDepth for the internal worker<->method
+ communication to 1000 for the debtorrent backend
+ * make apt build with g++ 4.3
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 10 Sep 2007 14:57:53 +0200
@@ -67,6 +71,7 @@ apt (0.7.6ubuntu2) gutsy; urgency=low
apt (0.7.6ubuntu1) gutsy; urgency=low
+ [ Michael Vogt ]
* apt-inst/contrib/extracttar.cc:
- fix fd leak for zero size files (thanks to Bill Broadley for
reporting this bug)
@@ -90,6 +95,13 @@ apt (0.7.6ubuntu1) gutsy; urgency=low
- increase default mmap size
* tests/local-repo:
- added local repository testcase
+ * apt-pkg/acquire.cc:
+ - increase MaxPipeDepth for the internal worker<->method
+ communication to 1000 for the debtorrent backend
+ * make apt build with g++ 4.3
+
+ [ Ian Jackson ]
+ * dpkg-triggers: Deal properly with new package states.
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 02 Aug 2007 11:55:54 +0200