summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2005-03-14 02:18:19 +0000
committerneilbrown <neilbrown>2005-03-14 02:18:19 +0000
commit54669c988cc7609a4aab1021604244424ebb795a (patch)
tree6832dfc7976d165f6588e665b84f22b43eac5f1c /ChangeLog
parentee80398a08155f44bdd2e93db8848f57b4fd7268 (diff)
downloadnfs-utils-54669c988cc7609a4aab1021604244424ebb795a.tar.gz
nfs-utils-54669c988cc7609a4aab1021604244424ebb795a.tar.xz
nfs-utils-54669c988cc7609a4aab1021604244424ebb795a.zip
treat N.N.N.N as a special case of MCL_SUBNETWORK instead of
MCL_FQDN
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e2a38f2..d0985f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
+2005-03-14 NeilBrown <neilb@cse.unsw.edu.au>
+ Denis Vlasenko <vda@ilport.com.ua>
+ * support/export/client.c(client_init and client_gettype):
+ treat N.N.N.N as a special case of MCL_SUBNETWORK instead of
+ MCL_FQDN
+
2005-03-06 G. Allen Morris III <gam3@gam3.net>
- * support/nfs/cacheio.c(readline): Could not real lines greater
+ * support/nfs/cacheio.c(readline): Could not read lines greater
than 128 bytes. [1157791]
* utils/exportfs/exports.man: Added a SEE ALSO section and
fixed 2 typos. [1018450]