[Pkg] Installer: Installer-Scripts-kph.10.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Fri Mar 6 21:59:41 UTC 2009


A new version of Installer-Scripts was added to project Installer:
http://www.squeaksource.com/Installer/Installer-Scripts-kph.10.mcz

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

Name: Installer-Scripts-kph.10
Author: kph
Time: 6 March 2009, 9:59:35 pm
UUID: 1498132a-0a9a-11de-9863-000a95edb42a
Ancestors: Installer-Scripts-kph.8, Installer-Scripts-kph.9

added full descriptions to fixes loaded

using new SystemVersion see fix: 7308

=============== Diff against Installer-Scripts-kph.8 ===============

Item was added:
+ ----- Method: InstallerScripts class>>configMCVersion (in category 'as yet unclassified') -----
+ configMCVersion
+ 
+ 	^ 'Monticello.impl-kph.640'
+ !

Item was changed:
  ----- Method: InstallerScripts>>scriptLevelPlayingFieldMonticello15Pharo (in category 'as yet unclassified') -----
  scriptLevelPlayingFieldMonticello15Pharo
  
+ 	Installer install: 'UpgradeMonticelloBootstrap'.
+ 	Installer install: 'UpgradeMonticello'.
+ !
- (Installer url: 'http://www.squeaksource.com/mc/PackageInfo-Base') bootstrap.
- (Installer url: 'http://www.squeaksource.com/mc/Monticello.impl-kph.637.mcz') bootstrap.
- 
- Installer ss project:'mc';
- installQuietly: 'Monticello.impl-kph.637';
- installQuietly: 'PackageInfo-Base'.!

Item was changed:
  ----- Method: InstallerScripts>>scriptLevelPlayingFieldPreamble (in category 'as yet unclassified') -----
  scriptLevelPlayingFieldPreamble
  
  Transcript show: 'Preamble found:'.
+ Installer mantis ensureFix: '7308 SystemVersion product and majorMinorVersion'.
+ Installer mantis ensureFix: '7131 Syntax Error dialogs raise more errors than does the calling Parser'.
+ Installer mantis ensureFix: '7205 Monticello Snapshot Speedup via new MethodReference ivar'.
+ Installer mantis ensureFix: '7218 ClassOrganizer categories breaks if given an empty array'.
+ Installer mantis ensureFix: '7166 speedup allSelectors add allSelectorsBelow'.
+ Installer mantis ensureFix: '7291 MC1.5 overrides methods in HTTPSocket'.
+ Installer mantis ensureFix: '6426: ifNotNil: dont accept monadic blocks'.
+ Installer mantis ensureFix: '5851 Refactor SmalltalkImage saveAs'.
- Installer mantis ensureFix: 7131.
- Installer mantis ensureFix: 7205.
- Installer mantis ensureFix: 7218.
- Installer mantis ensureFix: 7166.
- Installer mantis ensureFix: 7291.
- Installer mantis ensureFix: 6426.
- Installer mantis fixBug: '5851 Refactor SmalltalkImage saveAs'.
   
  Installer install: 'LevelPlayingField-PreambleAllBut'.!

Item was added:
+ ----- Method: InstallerScripts>>scriptUpgradeMonticelloBootstrap (in category 'as yet unclassified') -----
+ scriptUpgradeMonticelloBootstrap
+ 
+ 	(Installer url: 'http://www.squeaksource.com/mc/PackageInfo-Base') bootstrap.
+ 	(Installer url: 'http://www.squeaksource.com/mc/', self class configMCVersion,'.mcz') bootstrap.
+ 
+ !

Item was added:
+ ----- Method: InstallerScripts>>scriptUpgradeMonticello (in category 'as yet unclassified') -----
+ scriptUpgradeMonticello
+ 
+ 	Installer ss project:'mc';
+ 		installQuietly: self class configMCVersion;
+ 		installQuietly: 'PackageInfo-Base'.
+ !

Item was changed:
  ----- Method: InstallerScripts>>scriptLevelPlayingFieldMonticello15 (in category 'as yet unclassified') -----
  scriptLevelPlayingFieldMonticello15
  
+ 	Installer install: 'UpgradeMonticelloBootstrap'.
+ 	
- (Installer url: 'http://www.squeaksource.com/mc/PackageInfo-Base') bootstrap.
- (Installer url: 'http://www.squeaksource.com/mc/Monticello.impl-kph.637.mcz') bootstrap.
- 
  ((SequenceableCollection organization categoryOfElement: #do:displayingProgress:) beginsWith: '*')
  ifTrue: [SequenceableCollection organization classify: #do:displayingProgress: under: #enumerating].
  
+ 	Installer install: 'UpgradeMonticello'.
+ !
- Installer ss project:'mc';
- installQuietly: 'Monticello.impl-kph.637';
- installQuietly: 'PackageInfo-Base'.!

Item was changed:
  ----- Method: InstallerScripts class>>options (in category 'as yet unclassified') -----
  options
- 
- 	^ { 
- 	
- 	['script', self package, Smalltalk version, 'for' ,  Utilities authorInitialsPerSe asUppercase].
- 	['script', self package, Smalltalk version].
- 	['script', self package, SystemVersion current majorMinorVersion].
  	
+ 	Installer mantis ensureFix: '7308 SystemVersion product and majorMinorVersion'.
+ 
+ 	^ { 
+ 	
+ 	['script', self package, SystemVersion current version, 'for' ,  Utilities authorInitialsPerSe asUppercase].
+ 	['script', self package, SystemVersion current version asString].
+ 	['script', self package, SystemVersion current majorMinor].
+ 	['script', self package, SystemVersion current product ].
  	}!



More information about the Packages mailing list