diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-05-16 12:20:56 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-05-16 12:20:56 -0400 |
commit | d732b87e60ee9991f09dadcfed82d9b845fbc41d (patch) | |
tree | 106ec197b699df22012569170cdac591bac49f3f /changes | |
parent | 3f55b76360e849fcb6e7f4af7f21be3583c97dc9 (diff) | |
parent | 75fc4dbbcabaedc715f0f9e883ccab1c9634e787 (diff) | |
download | tor-d732b87e60ee9991f09dadcfed82d9b845fbc41d.tar.gz tor-d732b87e60ee9991f09dadcfed82d9b845fbc41d.zip |
Merge remote-tracking branch 'origin/maint-0.2.2'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug5346 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug5346 b/changes/bug5346 new file mode 100644 index 0000000000..3d21f90144 --- /dev/null +++ b/changes/bug5346 @@ -0,0 +1,8 @@ + 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. + - Reject out-of-range times like 23:59:61. Fix for bug 5346; + bugfix on 0.0.8pre3. + |