From: Adam Dickmeiss Date: Sun, 28 Oct 2001 23:44:59 +0000 (+0000) Subject: New changelog. X-Git-Tag: YAZ.1.8.1 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=dfc522984de40e8528dccad20ee1da31021cc578 New changelog. --- 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