Re: The Trunk: Network-dtl.290.mcz
"Thiede, Christoph via Squeak-dev" <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.squeak.general |
|---|---|
| Message-ID | <GV2PR09MB8371D213A893072D408200FFFBA12@GV2PR09MB8371.eurprd09.prod.outlook.com> |
Hi all, I think we're having a ping-pong between postscript code (Network-dtl.240, Network-dtl.290) and ReleaseBuilder code (ReleaseBuilder class>>#setPreferences) here. We should probably align this by changing the latter to true, and port back the postscript here to 6.0 since my understanding is that enableIPv6 was intended to be enabled in the release already. Agreed? :-) Best, Christoph ________________________________ Von: Thiede, Christoph <[email protected]> Gesendet: Sonntag, 23. August 2026 02:28 Uhr An: [email protected] <[email protected]>; [email protected] <[email protected]> Betreff: AW: [squeak-dev] The Trunk: Network-dtl.290.mcz Wait, that was not enabled by default in the 6.1 release? The fallback value in NetNameResolver class>>#enableIPv6 tricked me. I need to correct this in the release notes. Thanks! Best, Christoph ________________________________ Von: [email protected] <[email protected]> Gesendet: Sonntag, 23. August 2026 02:09 Uhr An: [email protected] <[email protected]>; [email protected] <[email protected]> Betreff: [squeak-dev] The Trunk: Network-dtl.290.mcz David T. Lewis uploaded a new version of Network to project The Trunk: http://source.squeak.org/trunk/Network-dtl.290.mcz ==================== Summary ==================== Name: Network-dtl.290 Author: dtl Time: 22 August 2026, 8:09:43.835472 pm UUID: 3383d33a-6239-480d-874e-1ad4b05cd9c1 Ancestors: Network-nice.289 Enable IPv6 and new network following the Squeak 6.1 release. Some older Squeak applications may require the older network code. See the Preference Browser to enable or disable this preference as needed (Enable IPv6 and new network support in category general). =============== Diff against Network-nice.289 =============== Item was changed: + (PackageInfo named: 'Network') postscript: '"Enable IPv6 and new network following the Squeak 6.1 release. + Some older Squeak applications may require the older network code. See the Preference Browser to enable or disable this preference as needed (Enable IPv6 and new network support in category general)." + + NetNameResolver enableIPv6: true.'! - (PackageInfo named: 'Network') postscript: 'MIMEDocument cleanUp. "Reset recognized MIME types."'! Squeak-dev mailing list -- [email protected] To unsubscribe send an email to [email protected] Squeak-dev mailing list -- [email protected] To unsubscribe send an email to [email protected]