diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-05-16 12:15:35 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-05-16 12:15:35 -0400 |
commit | dd749798a436688cbbe3fc23fe6d4f5041a3e015 (patch) | |
tree | 1dcaab87a12695088d3c607d11f888c64031e68d /changes/bug5346 | |
parent | 3ed4c5dc05a1954a8c68d0f7e9fb802f3155d308 (diff) | |
parent | 679aa93e23f2c7f2e9c195f08834a7fc8c8d8b29 (diff) | |
download | tor-dd749798a436688cbbe3fc23fe6d4f5041a3e015.tar.gz tor-dd749798a436688cbbe3fc23fe6d4f5041a3e015.zip |
Merge branch 'bug5346_squashed' into maint-0.2.2
Diffstat (limited to 'changes/bug5346')
-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. + |