Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Document latest changes
  • Loading branch information
MattWilcox committed Oct 18, 2011
1 parent 32a168a commit 3396e5f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions 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 <img> 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

Expand Down

0 comments on commit 3396e5f

Please sign in to comment.