The Inbox: Monticello-djm.526.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Inbox: Monticello-djm.526.mcz

commits-2
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."
+ ^{}!