summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2007-12-14 14:09:20 +0000
committerCharles.Forsyth <devnull@localhost>2007-12-14 14:09:20 +0000
commitac53509e2be27b6223bb0396f49e9c0dd3d32a27 (patch)
tree5ecafe714212d03b804f3cb27c4ff76ea18c9b63
parent3295f7832b9a70e6fa8a3c27b2a8a5876a28e2c0 (diff)
20071214-1409
-rw-r--r--CHANGES11
-rw-r--r--include/version.h2
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index c2c432f2..9744b454 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,14 @@
+20071214
+ add dial(2)
+20071129
+ emu/port/devip.c: moan about bad IP addresses
+20071127
+ added /module/dial.m and /appl/lib/dial.b
+20071031
+ module/keyring.m and libinterp/keyring.c: add algorithm-specific adts for public key systems
+ appl/lib/spki/spki.b: correct names for dsa parameters
+20071030
+ libkeyring/rsaalg.c should call rsaprivfree not free
20071027
appl/lib/names.b correction for "/" as prefix
20071019
diff --git a/include/version.h b/include/version.h
index 79c40811..107488ef 100644
--- a/include/version.h
+++ b/include/version.h
@@ -1 +1 @@
-#define VERSION "Fourth Edition (20071027)"
+#define VERSION "Fourth Edition (20071214)"