[Pkg] Installer: Installer-Core-kph.275.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Mon Dec 15 22:40:09 UTC 2008


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

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

Name: Installer-Core-kph.275
Author: kph
Time: 15 December 2008, 10:40:05 pm
UUID: ca8e3514-47a4-4e4e-b88b-79987c86b1df
Ancestors: Installer-Core-kph.274

InstallerMantis now prepends the bug fix number to the change set name.

=============== Diff against Installer-Core-kph.274 ===============

Item was added:
+ ----- Method: InstallerMantis>>validChangeSetName: (in category 'action report') -----
+ validChangeSetName: aFileName
+ 
+ 	| csn prefix |
+ 	
+ 	csn := super validChangeSetName: aFileName.
+ 	
+ 	prefix := 'M' , self bug asString.
+ 	
+ 	^ (csn beginsWith: prefix) 
+ 		ifTrue: [ csn ]
+ 		ifFalse: [ prefix, csn ]!



More information about the Packages mailing list