Update notes
Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/40de50e4 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/40de50e4 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/40de50e4 Branch: refs/heads/master Commit: 40de50e432f7b823fd48063c6b97af6026def11b Parents: 029f52e Author: Howard M. Lewis Ship <[email protected]> Authored: Mon Apr 8 11:07:09 2013 -0700 Committer: Howard M. Lewis Ship <[email protected]> Committed: Mon Apr 8 11:07:09 2013 -0700 ---------------------------------------------------------------------- 54_RELEASE_NOTES.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/40de50e4/54_RELEASE_NOTES.txt ---------------------------------------------------------------------- diff --git a/54_RELEASE_NOTES.txt b/54_RELEASE_NOTES.txt index 543c9c7..018dc3a 100644 --- a/54_RELEASE_NOTES.txt +++ b/54_RELEASE_NOTES.txt @@ -43,7 +43,7 @@ if the asset had changed. Unfortunately, when any asset changed in a new deployment of the application, the version number needed to change, resulting in all assets being downloaded (because the application version number in their URLs changed). -In this release, individual assets are given a checksum based on the asset's content. When the underlying +In this release, individual assets are given a URL containing a checksum based on the asset's content. When the underlying file is changed, the asset will be served with the new URL, but unchanged assets will not be affected. This means that when redeploying your application, you'll see far less asset traffic, as most client web browsers will already have most assets (whose contents have not changed) in their local cache.
