From 99e38a1d6a53ca934dd18d39b826507917a846ef Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Sun, 25 Sep 2016 18:09:51 -0500 Subject: [PATCH] Update README --- ._README | Bin 1406 -> 1438 bytes README | 10 +++++++++- README.md | 13 ++++++++++--- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/._README b/._README index 8a2e22e2d102c159d9e4bec6e22e7a266b46a721..ecf39ba836c3a278d6a22251bea78eb4828c74b0 100644 GIT binary patch delta 176 zcmeyzHII9OA*WA4K!|HWN`CRgM45?U9U2moA22X8^e`|m*fBCNlrZo!{Nv{W@|b{_ zi-D2Bhn0b0^RNH^Cnox+GZp}qFgO537#Mhf_{Yo#3_=Ycu~Q&|p^TY<;l->6lN%Z5 zPAuSX1>lS$OdG#0I?oa8O!9?ERzAB Cza^;v delta 144 zcmbQo{f}#cA*W73K!|HWN`CRgM45?U9U2x39xyO7^e`|m*fBCNlmOZP__=^QCLrcw zU}Vr?Wnj4c>;M0Wi9YI#1wbVX3P2GC1|A>|seiyA)BqAY1tJ*2m>C$B6g-&R$T)Xm i0mo!HrVES#lixE*b4~?I1GR2eX1>nI$UK>wbus|`Lm{^S diff --git a/README b/README index b130892..b4672d3 100644 --- a/README +++ b/README @@ -12,8 +12,10 @@ Strongly recommended: An accelerator A high-bandwidth, low-latency network connection from the IIgs to the server -Marinetti can be downloaded from: +The Marinetti homepage is: http://www.apple2.org/marinetti/ +As of this writing, the latest version can be downloaded at: +http://www.a2retrosystems.com/Marinetti.htm The Crypto Tool Set can be downloaded from: http://members.iinet.net.au/~kalandi/apple/crypto.html @@ -63,6 +65,12 @@ x11vnc is a good option, because it supports server-side display scaling, which VNCview GS does not work with the Screen Sharing functionality in OS X, because the Screen Sharing server does not support the pixel format that VNCview GS requires. The above servers can be used instead. Version History +1.0.1 +Improved clipboard transfer routines, with support for non-ASCII characters +Improvements to help the display "catch up" when content is changing rapidly +Fix to avoid long pauses or hangs when closing the connection in some cases +Fix to ensure Marinetti resources are properly cleaned up in error cases + 1.0 Optimized raw pixel decoding routines Raw pixels can be decoded and displayed incrementally while receiving data diff --git a/README.md b/README.md index 6d0b56a..9303c0f 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ __Binary downloads are on the [releases page][releases].__ System Requirements ------------------- * An Apple IIgs running System Software 6.0.1 or later -* [Marinetti][1] (latest version recommended) -* Andrew Roughan's [Crypto Tool Set][2] (needed for password functionality) +* [Marinetti][1] ([latest version][2] recommended) +* Andrew Roughan's [Crypto Tool Set][3] (needed for password functionality) * A computer running a VNC server to which you have access Strongly recommended: @@ -25,7 +25,8 @@ A IIgs connected to the network via an Ethernet connection and a server connecte Under Sweet16, there is a known issue where the networking code within Sweet16 may drop the connection to the VNC server. This generally occurs at relatively low emulated speeds; you can usually avoid it by using high or unlimited speed. [1]: http://www.apple2.org/marinetti/ -[2]: http://members.iinet.net.au/~kalandi/apple/crypto.html +[2]: http://www.a2retrosystems.com/Marinetti.htm +[3]: http://members.iinet.net.au/~kalandi/apple/crypto.html Usage @@ -73,6 +74,12 @@ VNCview GS does not work with the Screen Sharing functionality in OS X, because Version History --------------- +##### 1.0.1 +* Improved clipboard transfer routines, with support for non-ASCII characters +* Improvements to help the display "catch up" when content is changing rapidly +* Fix to avoid long pauses or hangs when closing the connection in some cases +* Fix to ensure Marinetti resources are properly cleaned up in error cases + ##### 1.0 * Optimized raw pixel decoding routines * Raw pixels can be decoded and displayed incrementally while receiving data