[squeak-dev] The Inbox: Monticello-djm.526.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Sep 30 01:32:26 UTC 2012


A new version of Monticello was added to project The Inbox:
http://source.squeak.org/inbox/Monticello-djm.526.mcz

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

Name: Monticello-djm.526
Author: djm
Time: 29 September 2012, 6:32:11.647 pm
UUID: f5af1d80-d6bb-4193-b287-85e06123c798
Ancestors: Monticello-bf.525

Adding missing subclass responsibility method MCWriteOnlyRepository>>versionNamesForPackageNamed: to fix bug in saving to an smtp repository.

=============== Diff against Monticello-bf.525 ===============

Item was added:
+ ----- Method: MCWriteOnlyRepository>>versionNamesForPackageNamed: (in category 'as yet unclassified') -----
+ versionNamesForPackageNamed: aString
+ 	"Answer a collection of MCVersionNames whose Package is named aString."
+ 	^{}!



More information about the Squeak-dev mailing list