aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/ChangeLog
diff options
context:
space:
mode:
authorRuss Dill <Russ.Dill@asu.edu>2002-12-11 21:40:46 +0000
committerRuss Dill <Russ.Dill@asu.edu>2002-12-11 21:40:46 +0000
commit9f4395c54e9e5507f2a59643f62bb42ef2601aab (patch)
treedff384f34afa3444d0eb9478df78185d05c79b75 /networking/udhcp/ChangeLog
parent920c1e8d6ca1db73366caaaf14abf242f2b851d3 (diff)
downloadbusybox-9f4395c54e9e5507f2a59643f62bb42ef2601aab.tar.gz
sorry about all the noise, should be all synced up now
Diffstat (limited to 'networking/udhcp/ChangeLog')
-rw-r--r--networking/udhcp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/networking/udhcp/ChangeLog b/networking/udhcp/ChangeLog
index 34cfe16f9..13818953b 100644
--- a/networking/udhcp/ChangeLog
+++ b/networking/udhcp/ChangeLog
@@ -1,3 +1,10 @@
+0.9.9 (pending)
++ Added sanity check for max_leases (udhcp bug #1285) (me)
++ Finally got rid of the trailing space in enviromental vars (me)
++ added an new enviromental variable: $mask. It contains the number
+ of subnet bits for tools like ip route that require it.
+ (Bastian Blank <waldi@debian.org>, me)
+
0.9.8 (021031)
+ split up README files (me)
+ use /dev/urandom to seed xid's (instead of time(0)) (me)