Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2010-03-03 18:05:33 +0300
committerCorinna Vinschen <corinna@vinschen.de>2010-03-03 18:05:33 +0300
commit3b221af1a8e7ce4d91995ab5ef75dd280f604bb6 (patch)
treed69be19622a9f77c7d81d84301655e6d3d135af1 /winsup
parent53c24915c4ee4e2b4460519e5a72ccc3702c5a0b (diff)
* new-features.sgml (ov-new1.7.2): Describe XDR support.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/new-features.sgml8
2 files changed, 12 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index de42b9ce6..a2efe0f02 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,7 @@
+2010-03-02 Charles Wilson <cygwin@cwilson.fastmail.fm>
+
+ * new-features.sgml (ov-new1.7.2): Describe XDR support.
+
2010-02-26 Corinna Vinschen <corinna@vinschen.de>
* new-features.sgml (ov-new1.7.2): Add strptime changes.
diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml
index 4fa4c256c..4c637aa04 100644
--- a/winsup/doc/new-features.sgml
+++ b/winsup/doc/new-features.sgml
@@ -140,6 +140,14 @@ In other words, use the /cygdrive mount flags for these paths as well.
Recognize NWFS filesystem and workaround broken OS call.
</para></listitem>
+<listitem><para>
+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.
+</para></listitem>
+
</itemizedlist>
</sect2>