Using AM_CFLAGS instead of CFLAGS. 1.8.3 closer.
[yaz-moved-to-github.git] / CHANGELOG
index c1ef0fd..936bf8f 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,11 +1,17 @@
 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_dup and removed Z3950_resultset_get.
+* 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_dup.
+"owned" by resultset. To become owner use Z3950_record_clone.
 
 Function z_ext_record handles Extended Services. Thanks to
 Irina Dijour.