Towards 3.0.24.
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 28 Jan 2008 08:14:52 +0000 (08:14 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 28 Jan 2008 08:14:52 +0000 (08:14 +0000)
NEWS
configure.ac
debian/changelog
include/yaz/yaz-version.h
win/yaz.nsi

diff --git a/NEWS b/NEWS
index e6f2f0e..77aef8c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,21 @@
+--- 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/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
 Fixed bug #2027: Crash when closing connection.
 
 Changed configure so that ICU support is only enabled if only ICU
index 2e1a7a9..a717538 100644 (file)
@@ -1,8 +1,8 @@
 dnl YAZ Toolkit, Index Data 1995-2008
 dnl See the file LICENSE for details.
 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_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])
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([1.9])
index f51bffe..c0d0656 100644 (file)
@@ -1,3 +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.
 yaz (3.0.22-2) unstable; urgency=low
 
   * Fixed version in yaz/yaz-version.h.
index bd3b7d1..c9a0239 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * 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:
  * All rights reserved.
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
@@ -24,7 +24,7 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
  * (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.
 /**
  * \file yaz-version.h
  * \brief Defines YAZ version.
 
 #include <yaz/yconfig.h>
 
 
 #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
 
 
 #define YAZ_DATE 1
 
index 2c278bb..db482bf 100644 (file)
@@ -1,6 +1,6 @@
-; $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
 
 ; Microsoft runtime CRT 
 ; Uncomment exactly ONE section of the three below