From 668ecc9b94fb3bbb405d538de2c8f75022d274a4 Mon Sep 17 00:00:00 2001
From: "Janet B. Anderson"
Date: Mon, 17 May 2004 21:27:33 +0000
Subject: [PATCH] Added EPICS_HOST_ARCH win32-x86-cygwin renamed to cygwin-x86.
---
documentation/RELEASE_NOTES.html | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html
index 05cbce1ab..c1958c123 100644
--- a/documentation/RELEASE_NOTES.html
+++ b/documentation/RELEASE_NOTES.html
@@ -12,6 +12,19 @@ dd Month 2004
Changes since 3.14.5
+EPICS_HOST_ARCH win32-x86-cygwin renamed to cygwin-x86
+
+ The EPICS_HOST_ARCH win32-x86-cygwin was renamed cygwin-x86 to avoid
+confusion about what OS interfaces are used on Windows: native win32 or cygwin's
+emulation of POSIX. Now we have
+
+- win32-x86 Uses native win32 interfaces with MS compiler.
+- win32-x86-borland Uses native win32 interfaces with borland compiler.
+- win32-x86-gnu Uses native win32 interfaces with cygwin gnu compiler. (Not implemented yet.)
+- cygwin-x86 Uses cygwin POSIX interfaces with cygwin gnu compiler.
+
+
+
EPICS_TS_NTP_INET
The time server's IP address used by the vxWorks clock routines was not