diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-03-08 21:26:48 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-05-16 12:14:48 -0400 |
commit | 7ae798ac3850008942472a0e9ad4f0c691433c8a (patch) | |
tree | 5aa0c3971032bc792b7ffdae2eaf7fbeae18412b | |
parent | 1abe533b3304619bd8c59f170097ab469af99dc9 (diff) | |
download | tor-7ae798ac3850008942472a0e9ad4f0c691433c8a.tar.gz tor-7ae798ac3850008942472a0e9ad4f0c691433c8a.zip |
changes file for branch bug5346
-rw-r--r-- | changes/bug5346 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug5346 b/changes/bug5346 new file mode 100644 index 0000000000..490eb35efe --- /dev/null +++ b/changes/bug5346 @@ -0,0 +1,6 @@ + o Minor bugfixes: + - Correct parsing of certain date types in parse_http_time(). + Without this patch, If-Modified-Since would behave + incorrectly. Fix for bug 5346; bugfix on 0.2.0.2-alpha. Patch from + Esteban Manchado Velázques. + |