[squeak-dev] Squeak 4.5: Monticello-cmm.585.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Jan 30 01:43:12 UTC 2014


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!



More information about the Squeak-dev mailing list