[jboss-svn-commits] JBL Code SVN: r29711 - in labs/jbosstm/workspace/adinn/byteman/downloads: 1.1.1 and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Oct 21 05:42:43 EDT 2009


Author: adinn
Date: 2009-10-21 05:42:42 -0400 (Wed, 21 Oct 2009)
New Revision: 29711

Added:
   labs/jbosstm/workspace/adinn/byteman/downloads/1.1.1/
   labs/jbosstm/workspace/adinn/byteman/downloads/1.1.1/ProgrammersGuide.pdf
   labs/jbosstm/workspace/adinn/byteman/downloads/1.1.1/ReleaseNotes.txt
   labs/jbosstm/workspace/adinn/byteman/downloads/1.1.1/byteman-1.1.1-src.zip
   labs/jbosstm/workspace/adinn/byteman/downloads/1.1.1/byteman-1.1.1.zip
Log:
adding downloadable products for 1.1.1 release

Added: labs/jbosstm/workspace/adinn/byteman/downloads/1.1.1/ProgrammersGuide.pdf
===================================================================
(Binary files differ)


Property changes on: labs/jbosstm/workspace/adinn/byteman/downloads/1.1.1/ProgrammersGuide.pdf
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: labs/jbosstm/workspace/adinn/byteman/downloads/1.1.1/ReleaseNotes.txt
===================================================================
--- labs/jbosstm/workspace/adinn/byteman/downloads/1.1.1/ReleaseNotes.txt	                        (rev 0)
+++ labs/jbosstm/workspace/adinn/byteman/downloads/1.1.1/ReleaseNotes.txt	2009-10-21 09:42:42 UTC (rev 29711)
@@ -0,0 +1,81 @@
+                        Byteman 1.1 Release Notes
+                        -------------------------
+
+
+Release Notes - Byteman - Version 1.1.1
+
+** Bug
+    * [BYTEMAN-37] - listener option is being interpreted the wrong way round
+    * [BYTEMAN-38] - waiter is not deleted after signalWake(key, true) causing subsequent waitFor to return imediately
+    * [BYTEMAN-39] - Compilation of arithmetic fails to generate correct code
+    * [BYTEMAN-40] - Return operator compilation fails to apply required primitive type conversions to return value
+    * [BYTEMAN-43] - Waiter.waitFor() sometimes appears signalled without actually having been signalled
+    * [BYTEMAN-44] - ThrowExpression.typecheck throws a null pointer exception  when the thrown type is invalid
+    * [BYTEMAN-45] - bytemancheck.sh builds wrong class path
+    * [BYTEMAN-47] - Throw actions are not printed correctly
+    * [BYTEMAN-48] - Failure to print exception name after parsing
+
+
+** Feature Request
+    * [BYTEMAN-41] - Byteman should allow transformation of java.lang classes on request
+    * [BYTEMAN-42] - Add new builtins trace(message) and traceln(message) as aliases for, respectively, trace("out", message) and traceln("out", message)
+    * [BYTEMAN-50] - Allow undesirable recursive triggering of rules to be avoided
+    * [BYTEMAN-51] - Provide script to simplify installation and configuration of byteman agent
+    * [BYTEMAN-53] - The build script should install all build products into an install directory as per the release bundles
+
+
+
+
+
+** Task
+    * [BYTEMAN-33] - Improve capabilities of agent dynamic upload listener
+
+
+Release Notes - Byteman - Version 1.1.0
+
+** Bug
+    * [BYTEMAN-25] - Classes loaded before the Transformer is registered are not subject to rule transformation
+    * [BYTEMAN-27] - AT ENTRY trigger is not injected unless class is compiled with line number info included
+    * [BYTEMAN-30] - Arrays parsing, type checking and compilation manifest various errors
+    * [BYTEMAN-31] - String plus expressions fail when either operand is null
+    * [BYTEMAN-32] - Rules should be retrospectively applied to loaded classes irrespective of the redefine: option
+    * [BYTEMAN-34] - Rule compilation fails with NPE when injecting rule code into bootstrap loaded classes
+    * [BYTEMAN-35] - Compilation of throw expressions miscalculates stack heights
+    * [BYTEMAN-36] - Throw actions are compiled incorrectly and end up throwing the wrong type of exception
+
+
+** Task
+    * [BYTEMAN-26] - Add support for dynamic loading/redefinition of rules once the program is running
+
+
+Release Notes - Byteman - Version 1.0.3
+
+** Bug
+    * [BYTEMAN-9] - Some types in java.lang cannot be mentioned in rules without the package qualification
+    * [BYTEMAN-10] - Cannot omit package qualifier when specifying class and method for AT/AFTER CALL trigger location
+    * [BYTEMAN-11] - TestScript class used for offline parsing and type checking does not recognise <clinit> as  trigger method
+    * [BYTEMAN-12] - Cannot specify class with or class with package qualifier when specifying field for AT/AFTER READ/WRITE trigger location
+    * [BYTEMAN-13] - Parsed string literals fail == tests because they are not interned
+    * [BYTEMAN-14] - Type checker does not automatically all java.lang types if they are mentioend without package qualification
+    * [BYTEMAN-15] - Transformer associates enclosed try catch blocks with wrong synchronization blocks (invalid open enters count)
+    * [BYTEMAN-16] - Line numbers are being reported wrongly
+    * [BYTEMAN-17] - Type Checker does not correctly resolve an inner class name to a class if the former is used as a helper
+    * [BYTEMAN-20] - addCountDown Helper method should be named createCountDown to be consistent
+    * [BYTEMAN-21] - Default helper trace implementation does not install "out" and "err" as names for System.err and System.out
+    * [BYTEMAN-22] - AT SYNCHRONIZE trigger injection breaks Control Flow Graph lookup of monitorenter lock object
+
+
+** Feature Request
+    * [BYTEMAN-18] - Helper should provide a deleteRendezvous method
+    * [BYTEMAN-19] - Provide built-ins to enforce join dependencies between threads
+    * [BYTEMAN-23] - Method parameters cannot be referred to by their symbol names
+    * [BYTEMAN-24] - Allow BIND clause to be optional
+
+Release Notes - Byteman - Version 1.0.2
+
+** Bug
+    * [BYTEMAN-1] - rules with AT EXIT trigger locations throw a NullPointerException if the trigger method contains try catch blocks
+    * [BYTEMAN-2] - Byteman fails with when using JDK 6 with an ASM error about the EXPAND_FRAMES option
+    * [BYTEMAN-5] - parser fails to process AT/AFTER CALL trigger locations where the method includes a signature
+    * [BYTEMAN-6] - signature of readCounter, incrementCounter and decrementCounter inlcudes wrong return type
+    * [BYTEMAN-7] - bytemancheck.sh script is severely broken

Added: labs/jbosstm/workspace/adinn/byteman/downloads/1.1.1/byteman-1.1.1-src.zip
===================================================================
(Binary files differ)


Property changes on: labs/jbosstm/workspace/adinn/byteman/downloads/1.1.1/byteman-1.1.1-src.zip
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: labs/jbosstm/workspace/adinn/byteman/downloads/1.1.1/byteman-1.1.1.zip
===================================================================
(Binary files differ)


Property changes on: labs/jbosstm/workspace/adinn/byteman/downloads/1.1.1/byteman-1.1.1.zip
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream



More information about the jboss-svn-commits mailing list