Squeak 4.5: Monticello-cmm.585.mcz

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

Squeak 4.5: Monticello-cmm.585.mcz

commits-2
Chris Muller uploaded a new version of Monticello to project Squeak 4.5:
http://source.squeak.org/squeak45/Monticello-cmm.585.mcz

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

Name: Monticello-cmm.585
Author: cmm
Time: 28 January 2014, 11:15:40.741 am
UUID: e00a2f38-4a58-4853-817f-33c2d05bbdf4
Ancestors: Monticello-cmm.584

- Clear the cache repository on cleanUp.
- Don't proxify WorkingCopy ancestry for the release because we still have a bug.

=============== Diff against Monticello-cmm.584 ===============

Item was added:
+ ----- Method: MCCacheRepository class>>cleanUp: (in category 'initialize-release') -----
+ cleanUp: aggressive
+ self reset!

Item was added:
+ ----- Method: MCCacheRepository class>>reset (in category 'initialize-release') -----
+ reset
+ default := nil!

Item was changed:
  ----- Method: MCWorkingCopy class>>cleanUp (in category 'class initialization') -----
  cleanUp
  self
+ " stubAllAncestry ;"
- stubAllAncestry ;
  flushObsoletePackageInfos!