Index: new-features.sgml =================================================================== RCS file: /cvs/src/src/winsup/doc/new-features.sgml,v retrieving revision 1.40 diff -u -p -r1.40 new-features.sgml --- new-features.sgml 26 Feb 2010 17:54:24 -0000 1.40 +++ new-features.sgml 3 Mar 2010 04:32:28 -0000 @@ -140,6 +140,14 @@ In other words, use the /cygdrive mount Recognize NWFS filesystem and workaround broken OS call. + +New support for eXtensible Data Record (XDR) encoding and decoding, +as defined by RFCs 1014, 1832, and 4506. The XDR protocol and +functions are useful for cross-platfrom data exchange, and are +commonly used as the core data interchange format for Remote +Procedure Call (RPC) and NFS. + +