Add an error check to every setsockopt call in uxnet.c.
[u/mdw/putty] / macosx / README.OSX
index 24e2934..084671a 100644 (file)
@@ -1,9 +1,11 @@
 This directory contains a Mac OS X port of PuTTY/pterm, running as a
 native Aqua GUI application.
 
-THIS PORT IS CURRENTLY UNFINISHED AND EXPERIMENTAL. You are welcome
-to use it, but don't be surprised at unexpected behaviour. I'm not
-kidding.
+THIS PORT IS CURRENTLY UNFINISHED AND EXPERIMENTAL. It is _not_
+considered to be of release quality, even if you've found it (and
+are reading this) in a PuTTY release source archive. You are welcome
+to try using it, but don't be surprised at unexpected behaviour. I'm
+not kidding.
 
 In particular, I have not yet decided where OS X PuTTY should store
 its configuration data. Options include storing it in ~/.putty to be
@@ -18,6 +20,15 @@ say you weren't warned!
 
 Other ways in which the port is currently unfinished include:
 
+Bit rot
+-------
+
+ - the conversion of the old fixed-size 'Config' structure to the
+   new dynamic 'Conf' was never applied to this directory
+
+ - probably other things are out of date too; it would need some
+   work to make it compile again
+
 Missing terminal window features
 --------------------------------