+--- 3.0.24 2008/01/28
+
+Document --with-xml2 option.
+
+Added OPAC XML XSD (etc/opacxml.xsd).
+
+Allow glob mask for name attribute in retrieval element for the
+generic frontend server's retrieval facility.
+
+Changed yaz_poll_poll to return yaz_poll_except for all returned events
+except POLLIN/POLLOUT.
+
+Fixed error handling in cs_listen. Bug #2037.
+
--- 3.0.22 2008/01/20
Fixed version in yaz/yaz-version.h.
---- 3.0.22 2008/01/17
-
Fixed bug #2027: Crash when closing connection.
Changed configure so that ICU support is only enabled if only ICU
dnl YAZ Toolkit, Index Data 1995-2008
dnl See the file LICENSE for details.
-dnl $Id: configure.ac,v 1.108 2008-01-24 21:50:55 adam Exp $
+dnl $Id: configure.ac,v 1.109 2008-01-28 08:14:52 adam Exp $
AC_PREREQ(2.60)
-AC_INIT([yaz],[3.0.22],[yaz-help@indexdata.dk])
+AC_INIT([yaz],[3.0.24],[yaz-help@indexdata.dk])
AC_CONFIG_SRCDIR(configure.ac)
AC_CONFIG_AUX_DIR([config])
AM_INIT_AUTOMAKE([1.9])
+yaz (3.0.24-1) unstable; urgency=low
+
+ * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk> Mon, 28 Jan 2008 09:14:22 +0100
+
yaz (3.0.22-2) unstable; urgency=low
* Fixed version in yaz/yaz-version.h.
/*
- * Copyright (c) 1995-2007, Index Data
+ * Copyright (c) 1995-2008, Index Data
* All rights reserved.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-/* $Id: yaz-version.h,v 1.142 2008-01-20 22:46:26 adam Exp $ */
+/* $Id: yaz-version.h,v 1.143 2008-01-28 08:14:53 adam Exp $ */
/**
* \file yaz-version.h
* \brief Defines YAZ version.
#include <yaz/yconfig.h>
-#define YAZ_VERSION "3.0.22"
-#define YAZ_VERSIONL 0x030016
+#define YAZ_VERSION "3.0.24"
+#define YAZ_VERSIONL 0x030014
-#define YAZ_FILEVERSION 3,0,22,1
+#define YAZ_FILEVERSION 3,0,24,1
#define YAZ_DATE 1
-; $Id: yaz.nsi,v 1.127 2008-01-17 22:27:40 adam Exp $
+; $Id: yaz.nsi,v 1.128 2008-01-28 08:14:53 adam Exp $
-!define VERSION "3.0.22"
+!define VERSION "3.0.24"
; Microsoft runtime CRT
; Uncomment exactly ONE section of the three below