about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2015-07-14 07:52:22 -0700
committerFranck Cuny <franckcuny@gmail.com>2015-07-14 07:52:25 -0700
commit1eb5eebf28bc9350de3f9c36d07de1d9c8fb253e (patch)
treeab16a1397a0b65f031a215b8455d635e5d69d31b
parentfix copyright year in dist.ini. (diff)
downloadplack-middleware-etag-1eb5eebf28bc9350de3f9c36d07de1d9c8fb253e.tar.gz
Update changelog for 0.04.
-rw-r--r--Changes4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changes b/Changes
index 8a5ed14..31347af 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,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.
+
 0.03    Thu Apr 14 17:25:26 2011
         - add check_last_modified_header (patch by Ranguard)
         http://code.google.com/speed/page-speed/docs/caching.html#LeverageBrowserCaching