[squeak-dev] The Trunk: UpdateStream-dtl.17.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Nov 23 21:28:40 UTC 2021


David T. Lewis uploaded a new version of UpdateStream to project The Trunk:
http://source.squeak.org/trunk/UpdateStream-dtl.17.mcz

==================== Summary ====================

Name: UpdateStream-dtl.17
Author: dtl
Time: 23 November 2021, 4:28:37.272797 pm
UUID: 99d2f5a3-2da1-46ab-87a0-a3d21d30ef99
Ancestors: UpdateStream-mt.16

Add a class comment.

=============== Diff against UpdateStream-mt.16 ===============

Item was changed:
  Object subclass: #UpdateStreamDownloader
  	instanceVariableNames: ''
  	classVariableNames: 'PromptForUpdateServer UpdateDownloader UpdateSavesFile UpdateUrlLists'
  	poolDictionaries: ''
  	category: 'UpdateStream'!
+ 
+ !UpdateStreamDownloader commentStamp: 'dtl 11/23/2021 16:27' prior: 0!
+ UpdateStreamDownloader is a class that hosts methods previously kept in Utilities class>>'fetching updates'. The Utilities class side methods were copied as is to UpdateStreamDownloader class side with original authors/stamps.
+ 
+ These methods are intended for managing the change set update stream used for Squeak updates prior to the introduction of a Monticello based update stream.
+ !



More information about the Squeak-dev mailing list