From dfc522984de40e8528dccad20ee1da31021cc578 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 28 Oct 2001 23:44:59 +0000 Subject: [PATCH] New changelog. --- CHANGELOG | 4 ++++ doc/Makefile.am | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index fc7d700..a89d773 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ Possible compatibility problems with earlier versions marked with '*'. +--- 1.8.1 2001/10/29 + +Fix bug: local attribute wasn't set correctly in PQF strings. + --- 1.8 2001/10/25 * Old Z39.50 codecs no longer supported. diff --git a/doc/Makefile.am b/doc/Makefile.am index 14ce38f..958f693 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.20 2001-10-24 20:33:29 adam Exp $ +## $Id: Makefile.am,v 1.21 2001-10-28 23:44:59 adam Exp $ docdir=$(pkgdatadir)/doc @@ -28,7 +28,7 @@ EXTRA_DIST = $(DOCFILES) doc_DATA = $(DOCFILES) -$(srcdir)/yaz.html: $(XMLFILES) $(srcdir)/yazhtml.dsl +$(HTMLFILES): $(XMLFILES) $(srcdir)/yazhtml.dsl cd $(srcdir); jade -E14 -d yazhtml.dsl -t sgml xml.dcl yaz.xml $(srcdir)/yaz.php: $(XMLFILES) $(srcdir)/yazphp.dsl -- 1.7.10.4