Ready for release 1.0
[ZOOM-Perl-moved-to-github.git] / Changes
1 $Id: Changes,v 1.5 2005-12-14 11:19:04 mike Exp $
2
3 Revision history for Perl extension Net::Z3950::ZOOM.
4
5 0.01  Fri Oct  7 16:14:20 2005
6         - original version; created by h2xs 1.23 with options
7                 --name=Net::Z3950::ZOOM --compat-version=5.8.0 \
8                 --omit-constant --skip-exporter --skip-ppport \
9                 --autogen-xsubs yaz/zoom.h -lyaz -lxml2
10
11 1.00  Wed Dec 14 11:18:33 GMT 2005
12         - First distributed version.
13
14 --
15
16 To be done in future releases:
17         - Fix Net::Z3950::ZOOM::record_get() to use a struct datachunk
18           _when_ appropriate, e.g. for "render" but probably not for
19           "database" and "syntax".
20         - Support for asynchronous multiplexing: implement
21           ZOOM::event() and test ZOOM::Connection::last_event().
22         - Write example programs for "samples" direction.
23         - Create old-style Net::Z3950 compatibility layer.
24         - Fix memory leaks in callback functions for option sets.
25         - Fix limitation that option-set callback functions must be
26           specified as strings containing package-qualified function
27           names.
28         - Fix test-suite to actually send the "drop" packages once
29           Zebra's been fixed so this doesn't current the store.
30