summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-02-18 23:44:15 +0000
committerianb <devnull@localhost>2007-02-18 23:44:15 +0000
commit1cf4f03c6a0347ea8bf64b8b6e1f7c72572a33c8 (patch)
tree7a4d8d36eaa542dc20ecee958e5628bc22528b9a /docs
parent73d64e41b489e8229bddc47bf40e7630797a2acc (diff)
downloadpaste-1cf4f03c6a0347ea8bf64b8b6e1f7c72572a33c8.tar.gz
Prefer ETags over Last-Modified when calculating 304s
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index fdd7674..bd08c6e 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -9,6 +9,10 @@ svn trunk
* In ``paste.httpserver`` remove the reverse DNS lookup to set
``REMOTE_HOST``
+* In ``paste.fileapp``, if the client sends both If-None-Match and
+ If-Modified-Since, prefer If-None-Match. Make ETags include the
+ size as well as last modified timestamp.
+
1.2.1
-----