diff options
| author | Charles.Forsyth <devnull@localhost> | 2007-12-14 14:09:20 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2007-12-14 14:09:20 +0000 |
| commit | ac53509e2be27b6223bb0396f49e9c0dd3d32a27 (patch) | |
| tree | 5ecafe714212d03b804f3cb27c4ff76ea18c9b63 | |
| parent | 3295f7832b9a70e6fa8a3c27b2a8a5876a28e2c0 (diff) | |
20071214-1409
| -rw-r--r-- | CHANGES | 11 | ||||
| -rw-r--r-- | include/version.h | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -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)" |
