Towards 1.0.4.
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 12 Nov 2007 13:51:01 +0000 (13:51 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 12 Nov 2007 13:51:01 +0000 (13:51 +0000)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index a60470e..7eac9f0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+--- 1.0.4 2007/11/12
+
+SocketManager class implemented uses yaz_poll instead of select(2)
+directly. This allows more than 1024 sockets to be in use on some
+systems.
 
 --- 1.0.3 2007/05/09
 
index edb8747..070faf0 100644 (file)
@@ -1,8 +1,8 @@
 dnl YAZ++ Toolkit, Index Data 1994-2007
 dnl See the file LICENSE for details.
-dnl $Id: configure.ac,v 1.18 2007-11-09 21:49:15 adam Exp $
+dnl $Id: configure.ac,v 1.19 2007-11-12 13:51:01 adam Exp $
 AC_PREREQ(2.59)
-AC_INIT([yazpp],[1.0.3],[adam@indexdata.dk])
+AC_INIT([yazpp],[1.0.4],[adam@indexdata.dk])
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([1.8])
@@ -13,7 +13,7 @@ AC_PROG_CXX
 AC_HEADER_STDC
 AM_PROG_LIBTOOL
 
-YAZ_INIT([threads],[3.0.15])
+YAZ_INIT([threads],[3.0.16])
 if test -z "$YAZLIB"; then
        AC_MSG_ERROR([YAZ development libraries missing])
 fi
index a565bcb..eac76bc 100644 (file)
@@ -1,3 +1,9 @@
+yazpp (1.0.4-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Mon, 12 Nov 2007 14:49:54 +0100
+
 yazpp (1.0.3-1) unstable; urgency=low
 
   * Upstream ; libyazpp2.