Using AM_CFLAGS instead of CFLAGS. 1.8.3 closer.
[yaz-moved-to-github.git] / CHANGELOG
index a3b69b8..936bf8f 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,21 @@
 Possible compatibility problems with earlier versions marked with '*'.
 
+--- 1.8.3 2001/11/19
+
+YAZ client enables setnames only if target supports it.
+
+*** ZOOM. Prefix for ZOOM definitions changed from Z3950_ to ZOOM_.
+
+* ZOOM. Removed Z3950_connection_host. Use Z3950_connection_option_get
+with key="host" to get same result.
+
+* ZOOM. Added Z3950_record_clone and removed Z3950_resultset_get.
+Function Z3950_resultset_record(s) returns references to records
+"owned" by resultset. To become owner use Z3950_record_clone.
+
+Function z_ext_record handles Extended Services. Thanks to
+Irina Dijour.
+
 --- 1.8.2 2001/11/12
 
 CCL Parser fix: ignore token comma when dealing with and-lists.