NoTA rel3 r2009.24 (2009.06.12, build 514)
==========================================
What's new:
- Defining a new variable type sid_t. It will replace service based (sid_t)
definition from wsdlc/xml files, where the same variable was defined
earlier (in Resource Manager). Boolean type definition added to wsdlc.h file.
See Notes for more details.
- ld_tcp_static: Some minor improvements on functionality.
- Added a pingpong-test for testing concurrent sending and receiving in the
same socket.
- Hselect function restructured. See Fixes.
Fixes:
- #8057: Debuggin in ld_tester does not work and furthermore it breaks down
if it's own debugging is enabled.
- #8103: ld_tester 'VERBOSE_SUM" macro is broken.
- #8025: Hselect may fail under stress.
- #8041: Hselect timeout is not programmed correctly.
- #8082: query_monitor_withlock consumes too much processing power.
- #8131: LD_BT fail in 2009.22 (LD_BT last worked around 2009.01)
- Default address handling fixed in daemon.
Known issues:
- There are some connectivity issues with certain network configurations
in non-static ld_tcp. This may be due to a multicast or broadcast
handling or other related issues. Disabling DHCP and setting up
multicast route for eth0 are known to help in such cases
(setting up multicast route:
'route add -net 224.0.0.0 netmask 240.0.0.0 dev eth0').
Limitations:
Notes:
- Changes in the stubgen types requires user to recreate his/her own
stubgen-files again. Before recreation, user must call sudo make install
for the compiled stubgen in order to use the new nota-stubgen3.pl script
in stub creation.
Availability:
http://svn.notaworld.org/svnroot/nota/releases/libnota-l-in-3.0-2009.24-...
http://svn.notaworld.org/svnroot/nota/releases/libnota-h-in-3.0-2009.24-...
...