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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Thu Dec 11 14:42:26 UTC 2008


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

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

Name: Installer-Core-kph.272
Author: kph
Time: 11 December 2008, 2:42:22 pm
UUID: f65eadb6-fb16-4baf-bc37-08d5065c07e4
Ancestors: Installer-Core-kph.271

fixed asDate issue in ensureFix:

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

Item was changed:
  ----- Method: InstallerMantis>>date: (in category 'accessing') -----
  date: anObject
  
+ 	date := anObject ifNotNilDo: [ :d | d asDate ]!
- 	date := anObject asDate!



More information about the Packages mailing list