+--- 3.0.18 2007/12/19
+
+ziffy uses YAZ' options rather than getopt; getopt is unavailable on
+some systems.
+
+yaz-marcdump reads and writes collection wrapped records.
+
Handle OPAC for record conversion module.
+Fixes for ICU wrapper.
+
+Allow ICU libs to be controlled with --with-icu .
+
--- 3.0.16 2007/11/12
Added yaz_poll which is a wrapper for select/poll. When poll is available
dnl YAZ Toolkit, Index Data 1995-2007
dnl See the file LICENSE for details.
-dnl $Id: configure.ac,v 1.99 2007-12-10 22:10:09 adam Exp $
+dnl $Id: configure.ac,v 1.100 2007-12-19 11:02:20 adam Exp $
AC_PREREQ(2.59)
-AC_INIT([yaz],[3.0.17],[yaz-help@indexdata.dk])
+AC_INIT([yaz],[3.0.18],[yaz-help@indexdata.dk])
AC_CONFIG_SRCDIR(configure.ac)
AC_CONFIG_AUX_DIR([config])
AM_INIT_AUTOMAKE([1.8])
+yaz (3.0.18-1) unstable; urgency=low
+
+ * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk> Wed, 19 Dec 2007 12:00:13 +0100
+
yaz (3.0.17-1) unstable; urgency=low
* Development.
* (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.137 2007-11-15 08:33:15 adam Exp $ */
+/* $Id: yaz-version.h,v 1.138 2007-12-19 11:02:21 adam Exp $ */
/**
* \file yaz-version.h
* \brief Defines YAZ version.
#include <yaz/yconfig.h>
-#define YAZ_VERSION "3.0.17"
-#define YAZ_VERSIONL 0x030011
+#define YAZ_VERSION "3.0.18"
+#define YAZ_VERSIONL 0x030012
#define YAZ_DATE 1
-; $Id: yaz.nsi,v 1.123 2007-11-15 08:33:15 adam Exp $
+; $Id: yaz.nsi,v 1.124 2007-12-19 11:02:22 adam Exp $
-!define VERSION "3.0.17"
+!define VERSION "3.0.18"
; Microsoft runtime CRT
; Uncomment exactly ONE section of the three below