summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1997-06-08 03:17:26 +0000
committerTed Lemon <source@isc.org>1997-06-08 03:17:26 +0000
commitc4036bb39555a1fff1e2879a2db58c36040d5064 (patch)
tree1336926c1e4f3c2749461a0e7042ea99d1300350 /CHANGES
parent17832ade8ec2ec2753192f5b1105a6badb081aa1 (diff)
downloadisc-dhcp-c4036bb39555a1fff1e2879a2db58c36040d5064.tar.gz
Document changes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 10363978..cff17ea9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+970607
+
+- Change size_t to ssize_t in return values where a negative number
+ is used to indicate an error.
+
+- Always write out two digits for single-byte quantities in arrays.
+
970605
- Add client-hostname token to lexer so that the parser can use it.