A wrinkle in the release process

Dan Ingalls Dan.Ingalls at disney.com
Thu Apr 22 05:56:37 UTC 1999


>I will (after dinner) send out a do-it for anyone who wants to
	continue on with their perfectly good 2.4 (not) images.

Here is the do-it.  Select it all and execute.  Thereafter you should be able to update, and this will bring in 8 updates, the last of which will offer to advance your update version to 2.4.  Answer yes.
-------
  |  aNewChangeSet existingChanges |
existingChanges := Smalltalk changes.
aNewChangeSet := ChangeSet new initialize name: '846wnld-actorevents-jsp'.
Smalltalk newChanges: aNewChangeSet.
SystemDictionary compile: 'version
	"Answer the version of this release."
	^ ''Squeak 2.4 of April 21, 1999'' '
		classified: 'sources, change log'.
Smalltalk newChanges: existingChanges.
-------
If you are not Squeak-connected to the network, there is yet another way.
Go to the Squeak 2.4 folder on the UIUC server, and fetch the entire folder named
	24to24a.cs
being certain that all files are retrieved in raw binary mode.  Then fileIn all those
files in order, and you will have a 2.4a-equivalent image.

Carry on.

	- Dan





More information about the Squeak-dev mailing list