aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-02-14 00:19:38 +0000
committerrsc <devnull@localhost>2005-02-14 00:19:38 +0000
commitcd5af2227c2588ce421d445617a3e34b89065a6f (patch)
tree9662f4c88f0c81e9e23fc822f144cada7bfabfad /CHANGES
parentc9d04e0935165a98faded6c5a4ec8796721c9c8b (diff)
downloadplan9port-cd5af2227c2588ce421d445617a3e34b89065a6f.tar.gz
plan9port-cd5af2227c2588ce421d445617a3e34b89065a6f.tar.bz2
plan9port-cd5af2227c2588ce421d445617a3e34b89065a6f.zip
changes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES28
1 files changed, 27 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index a6086c85..6f8c90d0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,28 @@
+February 13, 2005
+ lib9: add readcons(1)
+ add laddr, raddr to Netconninfo (see dial(3))
+ support local address in dial for tcp and udp
+ bug fix in fcallfmt
+ libauth: allow parseattr(nil)
+ libmp: add %lB for lower case
+ libsec: add x509 dsa routines
+ libthread: work around stupid linux 2.6 ps-gdb-/proc bug
+ libventi: new logging, use new nci
+ auth: move secstore, factotum into auth directory
+ add asn1, dsa, rsa pem routines
+ factotum: add rsa signatures, dsa, pass, wep, httpdigest, ...
+ more info in man page
+ rc: bug fix regarding /dev/stdin from Christoph Lohmann
+ secstore: add ipso
+ secstored: avoid zombie army of evil
+ ssh-agent: add
+ 9p: bigger buffers, add rdwr verb
+ 9c: more silencing of gcc
+ create log, secstore directories in $PLAN9
+
+February 12, 2005
+ 9c: silence gcc chatter
+
February 11, 2005
dist: fix regexp license in unix.html
add link to license on main page
@@ -26,7 +51,8 @@ February 11, 2005
remove top-level factotum directory
rc: set p->pid=-1 explicitly to avoid wait problems
psv: add print buttons
- secstored: add it
+ secstored, secuser: add
+ tar: add
February 10, 2005
libmach: abortive attempt at pthread support via libthread_db