|
From: John M M. <jo...@us...> - 2002-11-10 09:26:59
|
Update of /cvsroot/squeak/squeak/platforms/Mac OS/vm/Documentation
In directory usw-pr-cvs1:/tmp/cvs-serv27939/squeak/platforms/Mac OS/vm/Documentation
Modified Files:
3.2.8 Release Notes.rtf
Log Message:
3.2.8b9 Changes to docs
Index: 3.2.8 Release Notes.rtf
===================================================================
RCS file: /cvsroot/squeak/squeak/platforms/Mac OS/vm/Documentation/3.2.8 Release Notes.rtf,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** 3.2.8 Release Notes.rtf 22 Aug 2002 06:56:48 -0000 1.2
--- 3.2.8 Release Notes.rtf 10 Nov 2002 09:26:56 -0000 1.3
***************
*** 1,3 ****
! {\rtf1\mac\ansicpg10000\cocoartf100
{\fonttbl\f0\fnil\fcharset77 Geneva;\f1\fnil\fcharset77 LucidaGrande;\f2\fswiss\fcharset77 Helvetica;
}
--- 1,3 ----
! {\rtf1\mac\ansicpg10000\cocoartf102
{\fonttbl\f0\fnil\fcharset77 Geneva;\f1\fnil\fcharset77 LucidaGrande;\f2\fswiss\fcharset77 Helvetica;
}
***************
*** 7,11 ****
\f0\fs24 \cf0 Mac VM 3.2.8 mach-o build for Carbon, and build for Classic.\
! Aug 7th, 2002 (3.2.8b3)\
Still yet to do, in future versions.\
Verify that file delete rename etc works on aliases, not the targets.\
--- 7,11 ----
\f0\fs24 \cf0 Mac VM 3.2.8 mach-o build for Carbon, and build for Classic.\
! Oct 24rd, 2002 (3.2.8b9)\
Still yet to do, in future versions.\
Verify that file delete rename etc works on aliases, not the targets.\
***************
*** 25,28 ****
--- 25,46 ----
Some issues with alias files and folder were fixed in 3.2.7b6 and 3.2.8b3\
\
+ 3.2.8b9\
+ a) recompiled os-x version, 3.2.8b8 seem to have a bad compiler option and gave 20% less performance.\
+ \
+ 3.2.8b8\
+ a) exposed
+ \f2 vmParameter
+ \f0 24 & 25 which control how memory is allocated/freed \
+
+ \f2 Smalltalk vmParameterAt: 24 put: 48*1024*1024.\
+ Smalltalk vmParameterAt: 25 put: 24*1024*1024.\
+
+ \f0 b) Added argv,argc, env variables to main\
+ c) Fixed for Jaguar 10.2. Full screen mode cmd-tab broke menu bar hiding, this is a 10.2 bug\
+ d) Added support for IP_ADD/DROPMEMBERSHIP and the ability to bind to the wild card port (0).\
+ e) OpenGL changes for TEA\
+ \
+ 3.2.8b7 was testing release and not distributed to the public.\
+ 3.2.8b6 was testing release and not distributed to the public.\
3.2.8b5\
a) Oops broke the logic returning the vmversion information in classic. Also incremented os-x version (which was fine) to keep numbers in sync\
|