The Trunk: Network-mt.243.mcz

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

The Trunk: Network-mt.243.mcz

commits-2
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!