New changelog. YAZ.1.8.1
authorAdam Dickmeiss <adam@indexdata.dk>
Sun, 28 Oct 2001 23:44:59 +0000 (23:44 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sun, 28 Oct 2001 23:44:59 +0000 (23:44 +0000)
CHANGELOG
doc/Makefile.am

index fc7d700..a89d773 100644 (file)
--- 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. 
index 14ce38f..958f693 100644 (file)
@@ -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