Rolling
[ZOOM-Perl-moved-to-github.git] / Changes
diff --git a/Changes b/Changes
index 56c3a13..633440b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,13 +1,23 @@
-$Id: Changes,v 1.70 2007-10-29 11:53:02 mike Exp $
+$Id: Changes,v 1.73 2007-11-23 12:04:15 mike Exp $
 
 Revision history for Perl extension Net::Z3950::ZOOM.
 
-1.21  Mon Oct 29 11:52:54 GMT 2007
+1.22  (IN PROGRESS)
+       - Better Debian packaging: use "make debian" to create new
+         "debian-output" directory containing .deb package file,
+         changes file, etc.
+       - Clear up a few warnings in ZOOM.xs
+       - Minor documentation improvements.
+
+1.21  Mon Oct 29 12:07:25 GMT 2007
        - In the "typemap" file's handling of opaquechar*, use STRLEN
          type for _unused_len in instead of unsigned: this prevents a
          (possibly serious) warning on some 64-bit architectures,
          although applications that do not use the option_binary()
          methods will be safe with the previous release.
+       - Add explicit "#include <yaz/log.h>" to ZOOM.xs in the hope
+         of preventing undeclared-function warnings that some users
+         have reported but which I have been unable to reproduce.
 
 1.20  Fri Sep 21 17:51:55 BST 2007
        - Add new sample program, samples/zoom/zoomscan.pl