summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-05-19 08:26:28 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-05-19 08:26:28 +0000
commit106e674096a2c6da1e3fa44b88ec228a61ef7dfe (patch)
treea83ff4b4a5f520355d0ceaef5776c2a369a551c2 /debian
parentf2152f036e11c633b54a9146665a47f7b980a355 (diff)
* fix the cache-control header generation
* methods/http.cc: a cache cache header can now be generated even if no proxy is specified to support "no-cache" for transparent proxies
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 42470eae7..13bce19fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ apt (0.6.37) experimental; urgency=low
the virtual pkg (thanks to otavio)
* make pinning on the "component" work again (using the section of the
archive, we don't use per-section Release files anymore with apt-0.6)
+ * make it possible to write a cache-control: no-cache header even if
+ no proxy is set to support transparent proxies (closes ubuntu: #10773)
--