Index: TODO =================================================================== diff -u -N -r377258585e6d0715ad1da6430c833f6f346326f7 -r9e766c226c7ddb35a4aa20ca7a9e8d6678a7c9e2 --- TODO (.../TODO) (revision 377258585e6d0715ad1da6430c833f6f346326f7) +++ TODO (.../TODO) (revision 9e766c226c7ddb35a4aa20ca7a9e8d6678a7c9e2) @@ -4347,6 +4347,12 @@ - added support to slots to use ensemble methods as setters - added "/obj/ object variable" and "/obj/ object property" +- bumped version number to 2.0b5 +- tested with NaviServer and OpenACS + (new version of nx needs as well a newest NaviServer, + since ns_cache implementation needs to be objectified; + newest NaviServer version works as well with older nx) + ======================================================================== TODO: - reconsider Index: library/nx/nx.tcl =================================================================== diff -u -N -rb531a50ecc43d0c13e2432b099a436c3260c7a49 -r9e766c226c7ddb35a4aa20ca7a9e8d6678a7c9e2 --- library/nx/nx.tcl (.../nx.tcl) (revision b531a50ecc43d0c13e2432b099a436c3260c7a49) +++ library/nx/nx.tcl (.../nx.tcl) (revision 9e766c226c7ddb35a4aa20ca7a9e8d6678a7c9e2) @@ -28,7 +28,7 @@ # SOFTWARE. # package require nsf -package provide nx 2.0b4 +package provide nx 2.0b5 namespace eval ::nx { namespace eval ::nsf {} ;# make pkg-indexer happy Index: library/nx/pkgIndex.tcl =================================================================== diff -u -N -r377258585e6d0715ad1da6430c833f6f346326f7 -r9e766c226c7ddb35a4aa20ca7a9e8d6678a7c9e2 --- library/nx/pkgIndex.tcl (.../pkgIndex.tcl) (revision 377258585e6d0715ad1da6430c833f6f346326f7) +++ library/nx/pkgIndex.tcl (.../pkgIndex.tcl) (revision 9e766c226c7ddb35a4aa20ca7a9e8d6678a7c9e2) @@ -8,6 +8,6 @@ # script is sourced, the variable $dir must contain the # full path name of this file's directory. -package ifneeded nx 2.0b4 [list source [file join $dir nx.tcl]] +package ifneeded nx 2.0b5 [list source [file join $dir nx.tcl]] package ifneeded nx::class-method 1.0 [list source [file join $dir class-method.tcl]] package ifneeded nx::plain-object-method 1.0 [list source [file join $dir plain-object-method.tcl]] Index: library/xotcl/library/pkgIndex.tcl =================================================================== diff -u -N -r764405083cfd6152d6956674e54f3a77cf7e1dcd -r9e766c226c7ddb35a4aa20ca7a9e8d6678a7c9e2 --- library/xotcl/library/pkgIndex.tcl (.../pkgIndex.tcl) (revision 764405083cfd6152d6956674e54f3a77cf7e1dcd) +++ library/xotcl/library/pkgIndex.tcl (.../pkgIndex.tcl) (revision 9e766c226c7ddb35a4aa20ca7a9e8d6678a7c9e2) @@ -8,4 +8,4 @@ # script is sourced, the variable $dir must contain the # full path name of this file's directory. -package ifneeded XOTcl 2.0b4 [list source [file join $dir xotcl2.tcl]] +package ifneeded XOTcl 2.0b5 [list source [file join $dir xotcl2.tcl]] Index: library/xotcl/library/xotcl2.tcl =================================================================== diff -u -N -rf858f142f5fab4f88996b3eb709c3afa55114be9 -r9e766c226c7ddb35a4aa20ca7a9e8d6678a7c9e2 --- library/xotcl/library/xotcl2.tcl (.../xotcl2.tcl) (revision f858f142f5fab4f88996b3eb709c3afa55114be9) +++ library/xotcl/library/xotcl2.tcl (.../xotcl2.tcl) (revision 9e766c226c7ddb35a4aa20ca7a9e8d6678a7c9e2) @@ -28,7 +28,7 @@ # SOFTWARE. # -package provide XOTcl 2.0b4 +package provide XOTcl 2.0b5 package require nx #######################################################