summaryrefslogtreecommitdiff
path: root/networking/udhcp
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2004-04-25 05:11:19 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2004-04-25 05:11:19 +0000
commitc6992feee37fff107298f81697756db6beadb87d (patch)
tree8317cbcc27649d7e541e7bddb3fdd09d1543e2da /networking/udhcp
parentb94669543df39440415d734ad2932a83651471e9 (diff)
downloadbusybox-w32-c6992feee37fff107298f81697756db6beadb87d.tar.gz
busybox-w32-c6992feee37fff107298f81697756db6beadb87d.tar.bz2
busybox-w32-c6992feee37fff107298f81697756db6beadb87d.zip
Update my email address, document some of my tasks in the AUTHORS file
Diffstat (limited to 'networking/udhcp')
-rw-r--r--networking/udhcp/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/ChangeLog b/networking/udhcp/ChangeLog
index 2feffc776..bf2982f4b 100644
--- a/networking/udhcp/ChangeLog
+++ b/networking/udhcp/ChangeLog
@@ -14,7 +14,7 @@
14+ use /dev/urandom to seed xid's (instead of time(0)) (me) 14+ use /dev/urandom to seed xid's (instead of time(0)) (me)
15+ fixed renew behavior (me) 15+ fixed renew behavior (me)
16+ udhcp now fits nicely into busybox 16+ udhcp now fits nicely into busybox
17 (Glenn McGrath <bug1@optushome.com.au> as well as myself) 17 (Glenn McGrath <bug1@iinet.net.au> as well as myself)
18+ updated client manpage (me) 18+ updated client manpage (me)
19+ both client and server now use sockets for signal handling, 19+ both client and server now use sockets for signal handling,
20 hopefully, this will be the last needed change in signal 20 hopefully, this will be the last needed change in signal