Index: doc/Announce2.0b5 =================================================================== diff -u -r880487204ff2da18d2d25ebd727b9b4bbda86c8e -rf27953b113459a5f2592002b6b1307aa0eb7bd80 --- doc/Announce2.0b5 (.../Announce2.0b5) (revision 880487204ff2da18d2d25ebd727b9b4bbda86c8e) +++ doc/Announce2.0b5 (.../Announce2.0b5) (revision f27953b113459a5f2592002b6b1307aa0eb7bd80) @@ -8,7 +8,7 @@ orthogonality. The new release differs in about 240 commits since the release of -2.0b3. The implemenetation is very stable and is used since +2.0b3. The implementation is very stable and is used since more than two years in production of our large scale, multi threaded web environment inside naviserver. Most of the changes happened in NX and therefore on the NSF scripting level, without the need @@ -203,7 +203,7 @@ * don't allow "method" to overwrite child objects - fixed potential crashes - * on object destroy, when the same wrapperless + * on object destroy, when the same wrapper-less aliases was registered on many objects * when "nsf::my" is called with a single argument outside an object context. Index: dtrace/sample.tcl =================================================================== diff -u -rcbd6b858b9324c125b8b6aad66c85d3482bb8bd4 -rf27953b113459a5f2592002b6b1307aa0eb7bd80 --- dtrace/sample.tcl (.../sample.tcl) (revision cbd6b858b9324c125b8b6aad66c85d3482bb8bd4) +++ dtrace/sample.tcl (.../sample.tcl) (revision f27953b113459a5f2592002b6b1307aa0eb7bd80) @@ -3,7 +3,7 @@ ::nsf::configure dtrace on nx::Object create o { - :public method foo {x y} { + :public object method foo {x y} { [self] ::incr x 1 return [expr {$x + $y}] }