Changes for Net::Z3950 module, version 0.34
12th May 2003
Changes between versions
0.33
and
0.34 (Mon May 12 10:17:07 2003):
- Slightly more robust cleanup in Manager::forget()
- Make samples/simple.pl a little less simple(!) by
making a manager so that pre-connection options such as
authentication parameters can be set.
- In Makefile.PL, LIBS and INC are now
both set via yaz-config, so you don't need to mess
with that file before building. (Thanks to Adam Dickmeiss
<adam@indexdata.dk>)
- The INC setting is now inherited by
yazwrap/Makefile.PL, so that
this file also does not need to be edited. (Thanks, Adam.)
- CCFLAGS is no longer set in the yazwrap
directory. The only reason I did that in previous version was
to add -Wall, which is pleasant luxury but not really
necessary; and doing so caused problems as other, default,
components of that setting were discarded on some platforms.
(Adam again.)
- Add support for the MAB record syntax, thanks to Heiko
Jansen
<JANSEN@hbz-nrw.de>