You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2012/08/07 00:54:36 UTC

[1/2] git commit: Stop tracking bugs fixed in the branch; all have been tagged in JIRA with "fixed-in-5.4-js-rewrite"

Updated Branches:
  refs/heads/5.4-js-rewrite 3679e3edb -> eaf5d5f71


Stop tracking bugs fixed in the branch; all have been tagged in JIRA with "fixed-in-5.4-js-rewrite"


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/eaf5d5f7
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/eaf5d5f7
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/eaf5d5f7

Branch: refs/heads/5.4-js-rewrite
Commit: eaf5d5f71ded22dafdcc5c2f4e375568c0beba6f
Parents: d6fa00a
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Mon Aug 6 15:54:25 2012 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Mon Aug 6 15:54:25 2012 -0700

----------------------------------------------------------------------
 54_RELEASE_NOTES.txt |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/eaf5d5f7/54_RELEASE_NOTES.txt
----------------------------------------------------------------------
diff --git a/54_RELEASE_NOTES.txt b/54_RELEASE_NOTES.txt
index c0e7b80..b6a7d59 100644
--- a/54_RELEASE_NOTES.txt
+++ b/54_RELEASE_NOTES.txt
@@ -16,11 +16,3 @@ Minor changes to Tapestry.ElementEffects.
 
 Tapestry code no longer makes use of Scriptaculous. Instead, Tapestry will fire events on elements, and user code
 may decide to animate them using whatever library is desired.
-
-Bugs fixed (in 5.4-js-rewrite branch):
-
-TAP5-1965: Replace use of Request.getContextPath() with a symbol defined at application startup
-TAP5-1970: JSON API improvements
-TAP5-1977: Memory leak (perm gen) in component reloading
-TAP5-1979: Changing the implementation of a method after adding method advice does not work; the original implementation remains
-TAP5-1868: SRSCachingInterceptor returns compressed version of asset for all clients once it was compressed for some client