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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sun Feb 15 15:15:29 UTC 2009


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

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

Name: Installer-Core-kph.293
Author: kph
Time: 15 February 2009, 3:15:24 pm
UUID: ec456d46-ff38-43de-ac6a-0fc3865cfcb9
Ancestors: Installer-Core-kph.292

bugsTesting no longer includes bugsRelease

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

Item was changed:
  ----- Method: InstallerMantis>>bugsTesting: (in category 'search') -----
  bugsTesting: version
  
+ 	^self bugsAll select: [ :ea | ea status = 'testing' and: [ ea fixedIn = version ]]!
- 	^self bugsAll select: [ :ea | ((ea status = 'testing' or: [ ea status = 'resolved']) and: [ ea fixedIn = version ])]!



More information about the Packages mailing list