diff options
author | Franck Cuny <franckcuny@gmail.com> | 2015-07-14 21:01:27 -0700 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2015-07-14 21:01:27 -0700 |
commit | 538e4b8ce51d2984ba75334c580eea066c83caf0 (patch) | |
tree | fe06b09fd8e98c1c56dd1cca553edbeb34ed3105 | |
parent | update url for the bugtracker (diff) | |
download | plack-middleware-etag-538e4b8ce51d2984ba75334c580eea066c83caf0.tar.gz |
Update changelog with correct information
-rw-r--r-- | Changes | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Changes b/Changes index 31347af..3e532f1 100644 --- a/Changes +++ b/Changes @@ -2,7 +2,9 @@ Revision history for Perl extension Plack::Middleware::ETag 0.04 Tue Jul 14 2015 - Fix off-by-one error while checking the result of the `stat` function. - We were looking for the inode information at the wrong index. + We were looking for the inode information at the wrong index. This + change fixes bug https://rt.cpan.org/Ticket/Display.html?id=105035 + reported by skaji@cpan.org. 0.03 Thu Apr 14 17:25:26 2011 - add check_last_modified_header (patch by Ranguard) |