Update of /cvsroot/squeak/squeak/platforms/Mac OS/vm
In directory usw-pr-cvs1:/tmp/cvs-serv10361/squeak/platforms/Mac OS/vm
Modified Files:
3.2.6 Release Notes.rtf
Log Message:
3.2.6b8 comments about clock rollover issues
Index: 3.2.6 Release Notes.rtf
===================================================================
RCS file: /cvsroot/squeak/squeak/platforms/Mac OS/vm/3.2.6 Release Notes.rtf,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** 3.2.6 Release Notes.rtf 19 Mar 2002 21:31:42 -0000 1.4
--- 3.2.6 Release Notes.rtf 25 Mar 2002 08:21:12 -0000 1.5
***************
*** 19,22 ****
--- 19,25 ----
Pre OS-X users should read about OS-9 packages in the 3.2.4 change notes.\
Notes About previous VM.\
+ 3.2.6b6 Classic or earlier has a bug that makes it stop collecting user input on a 19.88 hour cycle depending on reboot time.\
+ Seems many systems don't run for more than 19 hours so we've not had major complains about this issue. \
+ Bug was introduced in 3.2.1.\
3.2.5 has a bug that prevents the use of accented characters without \
a image patch to fix a VM issue (not an issue in 3.2.4). Also you can't enter an double keystroke characters, ie ^ \
***************
*** 45,48 ****
--- 48,52 ----
k) 3.2.6b7 for post event processing ignore mouse move/drag/or scroll wheel events. These are ignored by the open/gl plugin and only suck a major amount of CPU time to process in the post event processing logic. \
l) 3.2.6b8 (3.2.6b4 classic) removed call to uncouple shift keys introduced in 3.2.1. This causes some macs after sleeping not to respond to keyboard input\
+ m) 3.2.6b8 (3.2.5b7 classic) added function for ioLowResMSecs to avoid early bit overflow. Rework clock checking in ioHandleEvents to handle clock rollovers properly.\
\
Mac VM 3.2.5 mach-o build for Carbon, and build for Classic.\
|