[squeak-dev] The Trunk: Network-mt.243.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Oct 15 12:31:25 UTC 2020


Marcel Taeumel uploaded a new version of Network to project The Trunk:
http://source.squeak.org/trunk/Network-mt.243.mcz

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

Name: Network-mt.243
Author: mt
Time: 15 October 2020, 2:31:23.615368 pm
UUID: caf6db32-ddbc-4a49-a23c-d2a84e435701
Ancestors: Network-eem.242

Complements System-mt.1180. See http://forum.world.st/Proposal-Resetting-pragma-preferences-via-nil-or-reset-message-td5123490.html

=============== Diff against Network-eem.242 ===============

Item was changed:
  ----- Method: NetNameResolver class>>enableIPv6 (in category 'system startup') -----
  enableIPv6
  	<preference: 'Enable IPv6 and new network support'
  		category: 'general'
  		description: 'If true allow IPv6 support. If false, NetNameResolver useOldNetwork is set.'
  		type: #Boolean>
+ 	^EnableIPv6 ifNil: [true]!
- 	^EnableIPv6!



More information about the Squeak-dev mailing list