From 3396e5f6cb63ba1a2805a1df8637f1aeef75cd93 Mon Sep 17 00:00:00 2001 From: Matt Wilcox Date: Tue, 18 Oct 2011 19:56:41 +0100 Subject: [PATCH] Document latest changes --- changelog.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/changelog.txt b/changelog.txt index cba7475..198a693 100755 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,20 @@ +version 1.3.3 (2011/10/18) ------------------------------------------------------------ + + BUG FIXES + * Added Gecko to the auto-disabled $mobile_first check: IE and Firefox don't + honour $mobile_first. + + This is because both suffer from a race condition when setting the cookie. + Sometimes it's set before are requested, sometimes not. This could produce + desktop websites with mobile versions on first page load. + + OTHER IMPROVEMENTS + * Changed the HTTP Cache Header from "public" to "private". + + This allows caches that are specific to one user (e.g., browser cache) to store + the image in cache; shared caches (e.g., a proxy server) won't. This should avoid + people behind proxies or other caching mechanisms experiencing wrongly sized images. + version 1.3.2 (2011/09/06) ------------------------------------------------------------ Thanks to Oncle Tom