[Pkg] Tasks: Tasks-Squeak310-kph.10.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Tue Sep 23 18:19:58 UTC 2008


Keith Hodges uploaded a new version of Tasks-Squeak310 to project Tasks:
http://www.squeaksource.com/Tasks/Tasks-Squeak310-kph.10.mcz

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

Name: Tasks-Squeak310-kph.10
Author: kph
Time: 23 September 2008, 12:44:22 am
UUID: b6f876e9-6a32-47e0-bc48-b478469dd08d
Ancestors: Tasks-Squeak310-kph.9

"proposer: keith"
" http://bugs.squeak.org/view.php?id=7199 "
'7199: Expose Socket timeout to ProtocolClients'. 

=============== Diff against Tasks-Squeak310-kph.9 ===============

Item was changed:
  ----- Method: ReleaseAfterSqueak310Unstable class>>taskBugFixesOthers (in category 'as yet unclassified') -----
  taskBugFixesOthers
  		^ self define: [ :task |
  		task dependsOn: {
  
  			"Matthew Fulmer"
  			
  			" http://bugs.squeak.org/view.php?id=1780 "
  			'1780: Stay up menus have a confusing and dangerous behavior when obscured.'. 
  			"kph: not sure this works as intended, menus cease to work at all if partially obscured"
  					
  			" http://bugs.squeak.org/view.php?id=7059 "
  			'7059 In the Object Explorer, the menu item explore pointers is broken'.
  
  			"Tom Phoenix"
  			
  			" http://bugs.squeak.org/view.php?id=6870 "
  			'6870 MessageCatcher considered harmful'. 
  
  			"proposer Andreas"
  
  			" http://bugs.squeak.org/view.php?id=6980 "
  			'6980 recreate special objects array'.
  
  			"proposer laza"
  
  			" http://bugs.squeak.org/view.php?id=6834 "
  			'6834 Delay class-#timeoutSemaphore:afterMSecs: doesnt'.
  			
  			"proposer klaus" "this is already in kernel-extensions"
  			" http://bugs.squeak.org/view.php?id=6937 "
  			'6937 OrderedCollection-removeAll'.
  			
  			"Keith Hodges"
  			" http://bugs.squeak.org/view.php?id=6868 "
  			'6868: System Navigation-#obsoleteBehaviours chokes on ProtoObjects'.
  
  			" http://bugs.squeak.org/view.php?id=6869 "
  			'6869: fixObsoleteReferences redundancy'.
  			
  			" http://bugs.squeak.org/view.php?id=7177 "
  			'7177 removeAll fails for Dictionaries'.
  			
  			"proposer: Damien Cassou"
  			" http://bugs.squeak.org/view.php?id=6846 "
  			'6846 MenuMorphs can drop mouse focus'.
  
  			"proposer: Zulq"
  			" http://bugs.squeak.org/view.php?id=6859 "
  			'6859: Integer-parseFromString:base:ifFail:'.
  
  			"proposer: Göran Krampe"
  			" http://bugs.squeak.org/view.php?id=6843 "
  			'6843: Trivial fix in SMTPClient-#encodeString: exclude NULL chars'.
  
  			"proposer: philb"
  			" http://bugs.squeak.org/view.php?id=7196 "
  			'7196 HTTPSocket User Agent hard-coded'.
+ 			
+ 			"proposer: keith"
+ 			" http://bugs.squeak.org/view.php?id=7199 "
+ 			'7199: Expose Socket timeout to ProtocolClients'. 
  		} ]
  	 !



More information about the Packages mailing list