diff options
author | Russ Dill <Russ.Dill@asu.edu> | 2002-12-11 21:40:46 +0000 |
---|---|---|
committer | Russ Dill <Russ.Dill@asu.edu> | 2002-12-11 21:40:46 +0000 |
commit | 9f4395c54e9e5507f2a59643f62bb42ef2601aab (patch) | |
tree | dff384f34afa3444d0eb9478df78185d05c79b75 /networking/udhcp/ChangeLog | |
parent | 920c1e8d6ca1db73366caaaf14abf242f2b851d3 (diff) | |
download | busybox-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/ChangeLog | 7 |
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) |