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/02 18:56:47 UTC

[1/6] git commit: Track status of TAP5-1979

Updated Branches:
  refs/heads/5.4-js-rewrite 9dc4943d4 -> b0e1e9b1b


Track status of TAP5-1979


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

Branch: refs/heads/5.4-js-rewrite
Commit: b0e1e9b1bc3a3599e72b5dfd2c5c5f02b074ed5f
Parents: ac0f494
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Thu Aug 2 09:54:31 2012 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Thu Aug 2 09:54:31 2012 -0700

----------------------------------------------------------------------
 54_RELEASE_NOTES.txt |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/b0e1e9b1/54_RELEASE_NOTES.txt
----------------------------------------------------------------------
diff --git a/54_RELEASE_NOTES.txt b/54_RELEASE_NOTES.txt
index ee34f18..96a321a 100644
--- a/54_RELEASE_NOTES.txt
+++ b/54_RELEASE_NOTES.txt
@@ -14,6 +14,7 @@ getTransformedContentType().
 
 Bugs fixed (in 5.4-js-rewrite branch):
 
-TAP5-1965: Replace use of Request.getContextPath() with a symbol define at application startup
+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