Changes for Net::Z3950 module, version 0.25
29th January 2002
Changes between versions
0.24
and
0.25 (Tue Jan 29 15:56:48 2002):
- Remove some obsolete comments (documenting bugs that are now
fixed!)
- Fix type mismatch in encode_APDU() -- we've been getting
away with it until now because sizeof(size_t)==sizeof(int)
on most systems, but not on the 64-bit DEC Alpha OSF/1.
- Fix daft-but-harmless bug in yazwrap/receive.c's setString()
functions, in which we return the value of a void function.
Most compilers DWIM, but not all.
- Add explicit casts to (char*) in yazwrap/receive.c where I'd
been assuming the conversion from unsigned char*. Ho hum.