From 1f792fe24ba797d92d1e896c8460b86747e20e6f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 17 Mar 2004 10:55:25 +0000 Subject: [PATCH] Bump to 0.7.12 --- ChangeLog | 8 +++++++- TODO | 6 ++++++ configure.in | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 35ae537..7564a76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,10 @@ -Fixed fix-up for omitted referenceIds. +--- 0.7.12 2004/03/17 Internal release. + +Force libXSLT to reports errors to log file (similar to libXML2). + +Update voyager.xml and pqf.properties to use info: URIs. + +Fixed handling of omitted referenceIDs. --- 0.7.11 2004/03/01 Internal release. diff --git a/TODO b/TODO index b3a5672..5163c35 100644 --- a/TODO +++ b/TODO @@ -4,6 +4,12 @@ Proxy doesn't do well, if preferredRecordSyntax is not set. Per database config. Control the various optimizations with config.. + query match + record caching + fix-up reference ID + pre-init + keepalive + -1 reinit. Live status (via search, present). diff --git a/configure.in b/configure.in index c010aa2..9bb17d8 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_INIT(configure.in) -AM_INIT_AUTOMAKE("yaz++",0.7.11) +AM_INIT_AUTOMAKE("yaz++",0.7.12) AC_PROG_CC AC_PROG_CPP -- 1.7.10.4