go1.16-doc-1.16.15-150000.1.49.1 >  A cp9|0Z'L QWpR;r&;Brh!GD;+wߘrpÒ3U =ZϢ39GBzdO[](@tUMU"ffsuŞ\8}=!KIk hH;p;tl?t\d  # 4TXdh    ( , 0@ThF(j8t9:FqGqHqIqXqYq\r]r$^rRbrscsdsesfslsusvszst tttXCgo1.16-doc1.16.15150000.1.49.1Go documentationGo examples and documentation.cis390zp31ΛSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttp://golang.orglinuxs390xzO4AՁcccc649d67e452dd4e8ddc3d14d372dd0f6230a573bac7f4d86ae5111ac22c246f7a2471469d94804bb4017abcc565e7ba14e925599b32ac1044708a6bd68fd31aa7b452343408313c2e9bd6914416cac6f17c7ac7fc0e31462e382bbe56962b80ba56c79fc1c8aed92516f6723c47fab4fbcde80161d5885f090312d733f912f40brootrootrootrootrootrootrootrootgo1.16-1.16.15-150000.1.49.1.src.rpmgo-docgo1.16-docgo1.16-doc(s390-64)    go1.16rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.16.153.0.4-14.6.0-14.0-15.2-14.14.1b@b+9b(b b@b@aaaa@a`2a;Ha @a a `i@`.``@`+`g@`KW`H`.V`+`@_H@dmueller@suse.comjkowalczyk@suse.comdmueller@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comfvogt@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.com- switch to gcc-go, bootstrap via gcc-go 11/12 which should be available on leap, sle and factory - add gcc-go.patch to bootstrap with gcc-go any version - drop gcc6-go.patch, gcc7-go.patch: superseded by gcc-go.patch- Add %define go_label as a configurable Go toolchain directory * go_label can be used to package multiple Go toolchains with the same go_api * go_label should be defined as go_api with an optional suffix e.g. %{go_api} or %{go_api}-foo * Default go_label = go_api makes no changes to package layout- add dont-force-gold-on-arm64.patch (bsc#1183043) - drop binutils-gold dependency- go1.16.15 (released 2022-03-03) includes a security fix to the regexp/syntax package, as well as bug fixes to the compiler, runtime, the go command, and to the net package Refs boo#1182345 go1.16 release tracking CVE-2022-24921 * boo#1196732 go#51112 CVE-2022-24921 * go#51117 regexp: stack overflow (process exit) handling deeply nested regexp * go#51331 cmd/go/internal/modfetch: erroneously resolves a v2+incompatible version when a v2/go.mod file exists * go#51198 cmd/compile: "runtime: bad pointer in frame" in riscv64 with complier optimizations * go#51161 net: use EDNS to increase DNS packet size [freeze exception] * go#50733 runtime/metrics: time histogram sub-bucket ranges are off by a factor of two- Add missing .bin binary test data to packaging. * Existing test data files added to packaging with mode 644: src/compress/bzip2/testdata/pass-random2.bin src/compress/bzip2/testdata/pass-random1.bin src/debug/dwarf/testdata/line-gcc-win.bin- go1.16.14 (released 2022-02-10) includes security fixes to the crypto/elliptic, math/big packages and to the go command, as well as bug fixes to the compiler, linker, runtime, the go command, and the debug/macho, debug/pe, net/http/httptest, and testing packages. Refs boo#1182345 go1.16 release tracking CVE-2022-23806 CVE-2022-23772 CVE-2022-23773 * boo#1195838 go#50974 CVE-2022-23806 * go#50977 crypto/elliptic: IsOnCurve returns true for invalid field elements * boo#1195835 go#50699 CVE-2022-23772 * go#50700 math/big: Rat.SetString may consume large amount of RAM and crash * boo#1195834 go#35671 CVE-2022-23773 * go#50686 cmd/go: do not treat branches with semantic-version names as releases * go#50866 cmd/compile: incorrect use of CMN on arm64 * go#50832 runtime/race: NoRaceMutexPureHappensBefore failures * go#50811 cmd/go: remove bitbucket VCS probing * go#50780 runtime: incorrect frame information in traceback traversal may hang the process. * go#50721 debug/pe: reading debug_info section of PE files that use the DWARF5 form DW_FORM_line_strp causes error * go#50682 cmd/compile: MOVWreg missing sign-extension following a Copy from a floating-point LoadReg * go#50645 testing: surprising interaction of subtests with TempDir * go#50585 net/http/httptest: add fipsonly compliant certificate in for NewTLSServer(), for dev.boringcrypto branch * go#50245 runtime: intermittent os/exec.Command.Start() Hang on Darwin in Presence of "plugin" Package- go1.16.13 (released 2022-01-06) includes fixes to the compiler, linker, runtime, and the net/http package. Refs boo#1182345 go1.16 release tracking * go#50449 x/net/http2: http.Server.WriteTimeout does not fire if the http2 stream's window is out of space. * go#50296 cmd/link: does not set section type of .init_array correctly * go#50194 runtime/race: building for iOS, but linking in object file built for macOS * go#50072 runtime: race detector SIGABRT or SIGSEGV on macOS Monterey * go#49923 cmd/link: support more load commands on Mach-O * go#49412 cmd/compile: internal compiler error: Op...LECall and OpDereference have mismatched mem * go#48115 runtime: mallocs cause "base outside usable address space" panic when running on iOS 14- go1.16.12 (released 2021-12-09) includes security fixes to the syscall and net/http packages. Refs boo#1182345 go1.16 release tracking CVE-2021-44716 CVE-2021-44717 * boo#1193598 go#50057 CVE-2021-44717 * go#50066 syscall: don’t close fd 0 on ForkExec error * boo#1193597 go#50058 CVE-2021-44716 * go#50064 net/http: limit growth of header canonicalization cache- go1.16.11 (released 2021-12-02) includes fixes to the compiler, runtime, and the net/http, net/http/httptest, and time packages. Refs boo#1182345 go1.16 release tracking * go#49910 x/net/http2: frequent failures in TestClientConnCloseAtBody * go#49908 x/net/ipv6: TestPacketConnReadWriteMulticast{UDP,ICMP} failing with "i/o timeout" on OpenBSD 6.8 and 7.0 * go#49904 x/net/http2: Client doesn't send body until ExpectContinueTimeout expires * go#49867 syscall: ntdll.dll errors in rtlGetNtVersionNumbers via os.StartProcess * go#49851 net/http/httptest: Close does not wait for the underlying Server's ConnState callbacks to complete * go#49728 runtime: "fatal error: unexpected signal during runtime execution" in cmd/go tests on darwin-amd64-race running macOS 12.0 * go#49661 x/net/http2: TestUnreadFlowControlReturned_Server failures with stream error "NO_ERROR" since 2021-10-05 * go#49623 net/http: Possible HTTP/2 busy loop regression in Go 1.17.3 * go#49567 net/http: server responds with Transfer-Encoding: identity * go#49560 x/net/http2: setting Request.Close doesn't close TCP connections * go#49558 net/http: HTTP/2 response body Close method sometimes returns spurious context cancelation error (1.17.3 regression) * go#49406 time: ParseInLocation error * go#49391 cmd/compile: internal compiler error: Expand calls interface data problem- go1.16.10 (released 2021-11-04) includes security fixes to the archive/zip and debug/macho packages, as well as bug fixes to the compiler, linker, runtime, the misc/wasm directory, and to the net/http package. Refs boo#1182345 go1.16 release tracking CVE-2021-41771 CVE-2021-41772 * boo#1192377 go#48990 CVE-2021-41771 * go#48991 debug/macho: invalid dynamic symbol table command can cause panic * boo#1192378 go#48085 CVE-2021-41772 * go#48251 archive/zip: Reader.Open panics on empty string * go#49153 misc/wasm, cmd/link: Go 1.17.2 causes WASM builds to throw command line too long with many environment variables * go#49076 x/net/http2: backport critical fixes * go#49009 net,runtime: apparent deadlock in (*net.conn).Close and runtime.netpollblock on arm64 platforms * go#48822 x/net/http2: client can hang forever if headers' size exceeds connection's buffer size and server hangs past request time * go#48649 x/net/http2: pool deadlock * go#48478 cmd/compile: 64 bits shifts on arm get wrong results * go#48474 cmd/compile: incorrect arm/arm64 simplification rules- go1.16.9 (released 2021-10-07) includes a security fix to the linker and misc/wasm directory, as well as bug fixes to the runtime and to the text/template package. Refs boo#1182345 go1.16 release tracking CVE-2021-38297 * boo#1191468 go#48797 CVE-2021-38297 * go#48799 security: fix CVE-2021-38297 misc/wasm, cmd/link: do not let command line args overwrite global data * go#48443 text/template: should t.init() be executed before t.muTmpl.Lock() in AddParseTree() method? * go#47858 time: timer reset sometimes ignored, causing delayed ticks- go1.16.8 (released 2021-09-09) includes a security fix to the archive/zip package, as well as bug fixes to the archive/zip, go/internal/gccgoimporter, html/template, net/http, and runtime/pprof packages. Refs boo#1182345 go1.16 release tracking CVE-2021-39293 * boo#1190589 go#47801 CVE-2021-39293 * go#47985 archive/zip: overflow in preallocation check can cause OOM panic * go#47691 x/net/http2: server sends RST_STREAM w/ PROTOCOL_ERROR to clients it incorrectly believes have violated max advertised num streams * go#47675 runtime/pprof: apparent deadlock in TestGoroutineSwitch on linux-armv6l * go#47610 go/internal/gccgoimporter: TestInstallationImporter broken with tip gccgo * go#47535 net/http: TestCancelRequestWhenSharingConnection can cause port exhaustion * go#47042 html/template: data race with concurrent ExecuteTemplate calls- Add bash scripts used by go tool commands to provide a more complete cross-compiling go toolchain install. * Fixes "go tool dist list" error "all.bash does not exist" * Added to packaging: /usr/lib64/go/1.16/lib/time/update.bash (already packaged) /usr/lib64/go/1.16/src/all.bash /usr/lib64/go/1.16/src/bootstrap.bash /usr/lib64/go/1.16/src/buildall.bash /usr/lib64/go/1.16/src/clean.bash /usr/lib64/go/1.16/src/cmp.bash /usr/lib64/go/1.16/src/make.bash /usr/lib64/go/1.16/src/race.bash /usr/lib64/go/1.16/src/run.bash /usr/share/go/1.16/src/all.bash /usr/share/go/1.16/src/bootstrap.bash /usr/share/go/1.16/src/buildall.bash /usr/share/go/1.16/src/clean.bash /usr/share/go/1.16/src/cmd/compile/internal/ssa/gen/cover.bash /usr/share/go/1.16/src/cmd/vendor/golang.org/x/sys/windows/mkerrors.bash /usr/share/go/1.16/src/cmd/vendor/golang.org/x/sys/windows/mkknownfolderids.bash /usr/share/go/1.16/src/cmp.bash /usr/share/go/1.16/src/internal/trace/mkcanned.bash /usr/share/go/1.16/src/make.bash /usr/share/go/1.16/src/race.bash /usr/share/go/1.16/src/run.bash- go1.16.7 (released 2021-08-05) includes a security fix to the net/http/httputil package, as well as bug fixes to the compiler, the linker, the runtime, the go command, and the net/http package. CVE-2021-36221 Refs boo#1182345 go1.16 release tracking * boo#1189162 go#46866 CVE-2021-36221 * go#47474 net/http: panic due to racy read of persistConn after handler panic * go#47348 cmd/go: "go list -f '{{.Stale}}'" stack overflow with cyclic imports * go#47332 time: Timer reset broken under heavy use since go1.16 timer optimizations added * go#47289 cmd/link: build error with cgo in Windows, redefinition of go.map.zero * go#47015 cmd/go: go mod vendor: open C:\Users\LICENSE: Access is denied. * go#46928 cmd/compile: register conflict between external linker and duffzero on arm64 * go#46858 runtime: ppc64x binaries randomly segfault on linux 5.13rc6 * go#46551 cmd/go: unhelpful error message when running "go install" on a replaced-but-not-required package- Drop patch to fix crashes on PowerPC with kernel >= 5.13, fixed in next upstream release: * drop fix-ppc64-crashes.patch- Add patch to fix crashes on PowerPC with kernel >= 5.13: * fix-ppc64-crashes.patch- go1.16.6 (released 2021-07-12) includes a security fix to the crypto/tls package, as well as bug fixes to the compiler, and the net and net/http packages. CVE-2021-34558 Refs boo#1182345 go1.16 release tracking * boo#1188229 go#47143 CVE-2021-34558 * go#47145 security: fix CVE-2021-34558 * go#46999 net: LookupMX behaviour broken * go#46981 net: TestCVE202133195 fails if /etc/resolv.conf specifies ndots larger than 3 * go#46769 syscall: TestGroupCleanupUserNamespace test failure on Fedora * go#46657 runtime: deeply nested struct initialized with non-zero values * go#44984 net/http: server not setting Content-Length in certain cases- Fix extraneous trailing percent character %endif% in spec file.- go1.16.5 (released 2021-06-03) includes security fixes to the archive/zip, math/big, net, and net/http/httputil packages, as well as bug fixes to the linker, the go command, and the net/http package. CVE-2021-33195 CVE-2021-33196 CVE-2021-33197 CVE-2021-33198 Refs boo#1182345 go1.16 release tracking * boo#1187443 go#46241 CVE-2021-33195 * go#46357 net: Lookup functions may return invalid host names * go#46530 net: Unix dnsclient test for CVE-2021-33195 assumes that 1.2.3.4 does not resolve * boo#1186622 go#46242 CVE-2021-33196 * go#46397 archive/zip: malformed archive may cause panic or memory exhaustion * boo#1187444 go#46313 CVE-2021-33197 * go#46315 net/http/httputil: ReverseProxy forwards Connection headers if first one is empty * boo#1187445 go#45910 CVE-2021-33198 * go#46306 math/big: (*Rat).SetString with "1.770p02041010010011001001" crashes with "makeslice: len out of range" * go#46214 cmd/go: make go mod download with no arguments leave go.sum alone * go#46144 cmd/go: error out of 'go mod tidy' if the go.mod file specifies a newer-than-supported Go version * go#46128 cmd/link: internal error when externally linking very large binaries * go#45927 cmd/link: SIGSEGV running 'openshift-install version' for release-4.8 using external linking on PPC64LE * go#45832 cmd/link: unexpected trampoline when cross-compiling to ppc64le- go1.16.4 (released 2021-05-06) includes a security fix to the net/http package, as well as bug fixes to the runtime, the compiler, and the archive/zip, time, and syscall packages. CVE-2021-31525 Refs boo#1182345 go1.16 release tracking * boo#1185790 CVE-2021-31525 * go#45712 net/http: ReadRequest can stack overflow * go#45636 cmd/compile: internal compiler error: Invalid PPC64 rotate mask * go#45482 runtime: "invalid pc-encoded table" throw caused by bad cgo traceback (expandFinalInlineFrames) * go#45385 time: Europe/Dublin timezone handling broken with embedded timezone database * go#45347 archive/zip: duplicate entries in FS interface * go#45307 os/signal: timeout in TestAllThreadsSyscallSignals- go1.16.3 (released 2021-04-01) includes fixes to the compiler, linker, runtime, the go command, and the testing and time packages. Refs boo#1182345 go1.16 release tracking * go#45303 runtime: "invalid pc-encoded table" throw caused by bad cgo traceback * go#45253 cmd/compile: fix long RMW bit operations on AMD64 * go#45240 all: run.{bash,bat,rc} sets GOPATH inconsistently * go#45192 Strange behaviour with loops * go#45030 cmd/link: go 1.16 plugin does not initialize global variables correctly when not used directly * go#44888 testing: Helper line number has changed in 1.16 * go#44885 cmd/go: import paths ending with '+' are rejected (affects executable like g++ or clang++) * go#44869 time, runtime: zero duration timer takes 2 minutes to fire * go#44860 cmd/go: documentation at golang.org for cmd/go has confusing formatting * go#44812 cmd/go: 'go get' does not add missing hash to go.sum when ziphash file missing from cache * go#44640 cmd/link: fail to build when using time/tzdata on ARM- go1.16.2 (released 2021-03-11) includes fixes to cgo, the compiler, linker, the go command, and the syscall and time packages. Refs boo#1182345 go1.16 release tracking * go#44793 cmd/go: mod tidy should ignore missing standard library packages * go#44746 cmd/go: improve error message when outside a module from "working directory is not part of a module" * go#44676 cmd/go: warning message when getting a retracted module version is missing a trailing newline * go#44659 runtime: marked free object in span * go#44647 cmd/go: "malformed import path" in Go 1.16 for packages with path elements containing a leading dot * go#44638 cmd/link: runtime crash, unexpected fault address 0xffffffffffffffff, h2_bundle.go, when using plugin * go#44618 time: LoadLocationFromTZData with slim tzdata uses incorrect zone * go#44593 syscall & x/sys/windows: buffer overflow in GetQueuedCompletionStatus * go#44498 cmd/go: 'go mod edit -exclude' erroneously rejects '+incompatible' versions * go#44496 cmd/go: malformed module path with retract v2+ * go#44464 cmd/compile: ICE on deferred call to syscall.LazyDLL.Call * go#44462 x/tools/go/analysis, syscall: ptrace redeclared in this block * go#44433 cmd/compile: Compiler regression in Go 1.16 - internal compiler error: child dcl collision on symbol * go#44402 doc: Broken image in readme * go#44358 cmd/compile: internal compiler error: Value live at entry. It shouldn't be. * go#44346 runtime/cgo: cannot build with -Wsign-compare- go1.16.1 (released 2021-03-10) includes security fixes to the archive/zip and encoding/xml packages. CVE-2021-27918 CVE-2021-27919 Refs boo#1182345 go1.16 release tracking * boo#1183333 CVE-2021-27918 * go#44915 encoding/xml: infinite loop when using `xml.NewTokenDecoder` with a custom `TokenReader` * boo#1183334 CVE-2021-27919 * go#44917 archive/zip: can panic when calling Reader.Open- gcc6-go.patch fix typo go-7 to go-6 for bootstrap on SLE-12 gcc6- go1.16 (released 2021-02-16) Go 1.16 is a major release of Go. go1.16.x minor releases will be provided through February 2022. https://github.com/golang/go/wiki/Go-Release-Cycle Most changes are in the implementation of the toolchain, runtime, and libraries. As always, the release maintains the Go 1 promise of compatibility. We expect almost all Go programs to continue to compile and run as before. Refs boo#1182345 go1.16 release tracking * See release notes https://golang.org/doc/go1.16. Excerpts relevant to OBS environment and for SUSE/openSUSE follow: * Module-aware mode is enabled by default, regardless of whether a go.mod file is present in the current working directory or a parent directory. More precisely, the GO111MODULE environment variable now defaults to on. To switch to the previous behavior, set GO111MODULE to auto. * Build commands like go build and go test no longer modify go.mod and go.sum by default. Instead, they report an error if a module requirement or checksum needs to be added or updated (as if the -mod=readonly flag were used). Module requirements and sums may be adjusted with go mod tidy or go get. * go install now accepts arguments with version suffixes (for example, go install example.com/cmd@v1.0.0). This causes go install to build and install packages in module-aware mode, ignoring the go.mod file in the current directory or any parent directory, if there is one. This is useful for installing executables without affecting the dependencies of the main module. * go install, with or without a version suffix (as described above), is now the recommended way to build and install packages in module mode. go get should be used with the -d flag to adjust the current module's dependencies without building packages, and use of go get to build and install packages is deprecated. In a future release, the -d flag will always be enabled. * retract directives may now be used in a go.mod file to indicate that certain published versions of the module should not be used by other modules. A module author may retract a version after a severe problem is discovered or if the version was published unintentionally. * The go mod vendor and go mod tidy subcommands now accept the -e flag, which instructs them to proceed despite errors in resolving missing packages. * The go command now ignores requirements on module versions excluded by exclude directives in the main module. Previously, the go command used the next version higher than an excluded version, but that version could change over time, resulting in non-reproducible builds. * In module mode, the go command now disallows import paths that include non-ASCII characters or path elements with a leading dot character (.). Module paths with these characters were already disallowed (see Module paths and versions), so this change affects only paths within module subdirectories. * The go command now supports including static files and file trees as part of the final executable, using the new //go:embed directive. See the documentation for the new embed package for details. * When using go test, a test that calls os.Exit(0) during execution of a test function will now be considered to fail. This will help catch cases in which a test calls code that calls os.Exit(0) and thereby stops running all future tests. If a TestMain function calls os.Exit(0) that is still considered to be a passing test. * go test reports an error when the -c or -i flags are used together with unknown flags. Normally, unknown flags are passed to tests, but when -c or -i are used, tests are not run. * The go get -insecure flag is deprecated and will be removed in a future version. This flag permits fetching from repositories and resolving custom domains using insecure schemes such as HTTP, and also bypasses module sum validation using the checksum database. To permit the use of insecure schemes, use the GOINSECURE environment variable instead. To bypass module sum validation, use GOPRIVATE or GONOSUMDB. See go help environment for details. * go get example.com/mod@patch now requires that some version of example.com/mod already be required by the main module. (However, go get -u=patch continues to patch even newly-added dependencies.) * GOVCS is a new environment variable that limits which version control tools the go command may use to download source code. This mitigates security issues with tools that are typically used in trusted, authenticated environments. By default, git and hg may be used to download code from any repository. svn, bzr, and fossil may only be used to download code from repositories with module paths or package paths matching patterns in the GOPRIVATE environment variable. See go help vcs for details. * When the main module's go.mod file declares go 1.16 or higher, the all package pattern now matches only those packages that are transitively imported by a package or test found in the main module. (Packages imported by tests of packages imported by the main module are no longer included.) This is the same set of packages retained by go mod vendor since Go 1.11. * When the -toolexec build flag is specified to use a program when invoking toolchain programs like compile or asm, the environment variable TOOLEXEC_IMPORTPATH is now set to the import path of the package being built. * The -i flag accepted by go build, go install, and go test is now deprecated. The -i flag instructs the go command to install packages imported by packages named on the command line. Since the build cache was introduced in Go 1.10, the -i flag no longer has a significant effect on build times, and it causes errors when the install directory is not writable. * When the -export flag is specified, the BuildID field is now set to the build ID of the compiled package. This is equivalent to running go tool buildid on go list -exported -f {{.Export}}, but without the extra step. * The -overlay flag specifies a JSON configuration file containing a set of file path replacements. The -overlay flag may be used with all build commands and go mod subcommands. It is primarily intended to be used by editor tooling such as gopls to understand the effects of unsaved changes to source files. The config file maps actual file paths to replacement file paths and the go command and its builds will run as if the actual file paths exist with the contents given by the replacement file paths, or don't exist if the replacement file paths are empty. * The cgo tool will no longer try to translate C struct bitfields into Go struct fields, even if their size can be represented in Go. The order in which C bitfields appear in memory is implementation dependent, so in some cases the cgo tool produced results that were silently incorrect. * The linux/riscv64 port now supports cgo and -buildmode=pie. This release also includes performance optimizations and code generation improvements for RISC-V. * The new runtime/metrics package introduces a stable interface for reading implementation-defined metrics from the Go runtime. It supersedes existing functions like runtime.ReadMemStats and debug.GCStats and is significantly more general and efficient. See the package documentation for more details. * Setting the GODEBUG environment variable to inittrace=1 now causes the runtime to emit a single line to standard error for each package init, summarizing its execution time and memory allocation. This trace can be used to find bottlenecks or regressions in Go startup performance. The GODEBUG documentation describes the format. * On Linux, the runtime now defaults to releasing memory to the operating system promptly (using MADV_DONTNEED), rather than lazily when the operating system is under memory pressure (using MADV_FREE). This means process-level memory statistics like RSS will more accurately reflect the amount of physical memory being used by Go processes. Systems that are currently using GODEBUG=madvdontneed=1 to improve memory monitoring behavior no longer need to set this environment variable. * Go 1.16 fixes a discrepancy between the race detector and the Go memory model. The race detector now more precisely follows the channel synchronization rules of the memory model. As a result, the detector may now report races it previously missed. * linker: This release includes additional improvements to the Go linker, reducing linker resource usage (both time and memory) and improving code robustness/maintainability. These changes form the second half of a two-release project to modernize the Go linker. * The linker changes in 1.16 extend the 1.15 improvements to all supported architecture/OS combinations (the 1.15 performance improvements were primarily focused on ELF-based OSes and amd64 architectures). For a representative set of large Go programs, linking is 20-25% faster than 1.15 and requires 5-15% less memory on average for linux/amd64, with larger improvements for other architectures and OSes. Most binaries are also smaller as a result of more aggressive symbol pruning. * The new embed package provides access to files embedded in the program during compilation using the new //go:embed directive. * The new io/fs package defines the fs.FS interface, an abstraction for read-only trees of files. The standard library packages have been adapted to make use of the interface as appropriate. * For testing code that implements fs.FS, the new testing/fstest package provides a TestFS function that checks for and reports common mistakes. It also provides a simple in-memory file system implementation, MapFS, which can be useful for testing code that accepts fs.FS implementations. * syscall: On Linux, Setgid, Setuid, and related calls are now implemented. Previously, they returned an syscall.EOPNOTSUPP error. On Linux, the new functions AllThreadsSyscall and AllThreadsSyscall6 may be used to make a system call on all Go threads in the process. These functions may only be used by programs that do not use cgo; if a program uses cgo, they will always return syscall.ENOTSUP. * time/tzdata: The slim timezone data format is now used for the timezone database in $GOROOT/lib/time/zoneinfo.zip and the embedded copy in this package. This reduces the size of the timezone database by about 350 KB.- go1.16rc1 (released 2021-01-28) is a release candidate of go1.16 cut from the master branch at the revision tagged go1.16rc1.- go1.16beta1 (released 2020-12-08) is a beta version of go1.16 cut from the master branch at the revision tagged go1.16beta1.s390zp31 16619705371.16.151.16.15-150000.1.49.11.16.15-150000.1.49.1asm.htmlgo1.16.htmlgo_mem.htmlgo_spec.html/usr/share/doc/packages/go/1.16/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:25675/SUSE_SLE-15_Update/283107b5750390e0d7cce9a4175a68db-go1.16.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxHTML document, UTF-8 Unicode textHTML document, ASCII text -]aυ)-utf-89096cc216d85941be27214327839bd833f2d992e2c0ab2ae8c3fd1f0f5c95919?P7zXZ !t/İ] crv(vX0-:rH֢ EaB0N"׽^D9Vd$3Yf-9,p8z濪^́o'o~VK>L2'{vPG? [ J#4ka\E|@ueM"5P:FbXH`J.9Ăs?M 3!ݨw&,UY%1KUM U(҅XO(-{ᔛu$"mGz'D4ȥwKZ(R4XfT`Rc! pHs;! Y߃?>TktV9M877^|G1.)xxikzPV#,OܢAv#I-!>??KcC0%mݣq/Ck1KrWϚ90IAd,w:FYH!"ljCM Jpqt:]-@L\(V]ɫ3uZmm\ ڞ=Xa C ~^VR/yF&,EhJj7]¨P{95ɣؖ\m+i ^H0Gu 17%ZB˿kO_$eɽRmú+]$Iw7`-+PaduN~Oi1 +SbpA C,ϯ[ uQ1.)p.b Ǩٍ@1]*fr[9^ =vpz?F۔Cf oɟ[GWapL.G|Q&%q~7#r0V +;\kԡ;ɯ8YOJ[`+nyW:4v5}b&q\/6EQpo@.x{I& ^wvU$J  M\x)jvt=.v!تЫ)69<2?a1הZ>xM&gXÓ!T-=^ǡQZY69>P<"~f8tg5} ߮,AQe|vd≑Y;3B/EǪ:BE1ϔ :xP4-;%S >6jO%.N|I'9{ݣJIڃͦB4R^jHЌgtɧgxᴄmN+f F I!̢qvVc,BS΃J&u7(m]LϯWf2&"iBb}yϢE/0dJFҵ vwΛ|#a%m]`Da ^ C t38V#-<7 " ιaNN=[!UӴU:eXsCz2ŭiFp5eu< j֝K%09$ =H &lP;Y )8s[$uH;j#objފH?+¬aeeMtl%|Oh~GTwTՈj(Zu_}d!;aJ?mˡc4*/*x+HA%IWjjV)Q|Aj vyVj8"+7FheߢCeJFGEe)IN.$J !"DJ#%q{ US8u Œ2)FQɼvk Rd>=t2C®6#r%b| [/Uin~s` tX,䝯 psQK#x~%45&&/uCdjOz5;YEE|U\K:P=z!Hj^Vocn- ȾˆXk0bX ZkGxYI<ǔ> TfmJtMkjPs0A/Ͻ[Vd(5T(~T!Vh^K-ţ܃YQ5dG(@*%N5O'TTlPP|V^=Q&&)pxa{ a 3\t}bANG#dmG ?9KhaR^p: `܄}k_:430D_Lmt wN*3>Kz7N_x]Yf=g3f~S` vڢ$NVIZ쨒h` *lZ:ܴNK丷`Q*+v[]K}u˘IQ)s Kj؂8~$S.V #hPmh5?5%3!73, U$'@ٛ'xo6䉵zU d@&"b8ڞS_8 y&R% &(FOe}XRgؑ;y&KݫA,sdYSK`e4|qNXuX>R6ΜO/QxuN E*u[:2&yϤCS(7s hI+I Ȫ;7-NRRt 'r;@{GXye0(~#fIypM&0I۵5!.w[T-zV'Op*&fCU-h;-vtS}XFmKŬ;7Um,-GX'޸[YtQZIC=*m%?TunCz@.Qju@ ZNߍn"n,aCr&Pʸ<4^F=FF1mhB]xK:2>S/xM6:Nc\o OիG{}۸TO7{^|>uj.^;l!Ȕ07NNm##QRv2qU_å+v*ރP7ŁZ4>S9~gOhdwg~+'b,h4^Y$pF&fjn^bh^fB_cuj \gkXJmʧ5q5Z@Ն8@S.vËχnnr (4qh? ^v_B"v~d׬ab$\?m?FHO]ڂBݘ~6X0-64 QmC"Q11Աl|upkOYT{qRjSzyRvøO^n[ζ] P<8ӲL ̅Ժl'WSh} {볦 UT,8 h짚,7* ]C'S,TɁ ϙvvT=Zl-EQȲ#V%J" $"4SND6Qm?$Uh0*`cg&Idžے}3/c K{x*#mk*6o B"INN2o"#>cZTMCM,$}TGx8Ü ip+5%Te0-Ϗ!hH2;Lہ6,q p ao|9A/JގJ ?9$ }fC<3MFҼN6ʌ߳-A|He>jqGz "",faZT \WN1T9VX TU@@ksǛ-_4~- F8P"}F^,`d7LK"׸1Y{=o&!4sIapy)% >*P ͈NѺl|^x-)w$ 4/ J/JrKKU'm55,a p=T 27$ڞ‘ 7iրl2G UdJ`&KM!TQBJEL0S2J' A X]` U}m5ڿ2r=Bx39-qz Z\7Tj‡1Vي պg>LoV-H"-XIzxr7Ѩ a)+X1Z-lDe|`_bu?TT2*e~-l%2 ZsNVKBohQsU;?~07i4YnX]2HFmyV2w]1:nqΡ1փ`P/g4uG*,!YmMN0 C(%n>\=W0u`4Em|1ȍUrJ5 H2b1$KףjSu{ C k$])d#kTJS}$7fS/IJOS%r߄8//QRk>>Rcnr5Y6]҂  ɕ۸FV[}as!b75I횊L2SE`0ser>qHQ4JYw&vIvn5@c2J\̹SC#ѰoS0}H gUBo|%Pm')e@-;xݴ"fwuCjfL _ֲO g=C0F!ac3E #ptAh%ۨ[-6e%5cr.@yqm*} $Q=JH5+]+i4pU-ENU {ۏEomT@:5 lr)țID) bIB-;y|pEUF󉑛QMe]!@ZdB'"^,IVI}^JU3屛& eQy=GP|U5F qEHB6-pKT3"_1b,AX!Գۛ Oզr߀ O.7;TqmoLC4 'z(,./S 2KQ*av|[A7 `+il&@KNG8~g_g\YVG<{3zaݬ@\JCư6Elek)8u@\<4IaV/oeAXV5=ƣ8nj Y=![Ӷ3 ീ (&ˌ+j=Ž}CSc]UuwjɈMt(4! sqO$rygI4Ϲu?ѿPqu{Fcj=WD]iV% 4u 9ոRRM-".雑{_B/@#9-;MNR_b]$INR*FA xe>,4niO2>R}uJ>y3z b B錵xf17TjKR4 A: <[L_ζ ĉU>F.Vۀ SH_`d<Y5,FP~YW10AqN=Q 摸!kpJRh@ďiy(Eu@Y7ݏXQl ▙%RXwg%ί-3\QgQ(@]#`FsM Z$sB'1ʺ }ȏ 62 WW&W? nؓw[dJB5:I97V x+.qkWJ 6C$cpb\ p EN |$γgcms:*ɖ\vq['"ͪ;~ b'[=~lG^hRy9 5$z_8s' ׁ"zy2,QKs,6*ps{ Df9f>U`ql8g,g (88fD$+ ^e.P)H#BҐ,szK 4(D]8XڰO8[ԶzjGLvu@)GTu6 wC#uΌA+&Ba* UڣSS z@lج@h,4 s( %2CS&7[39$Y~ݠvIţ멨B@ 9̷ 9?oqvrn^|Ќ\}AHeHg优)SҀ$sy{ IU5{`X/=|@uƈ5/ {k-e'J)3@ş[#lwZ¯#x#*g7K1 lƞZRns8Z|Ytg5@F&#({m8 @"OiÒ?)cA5m+*YT0a^4跀0)4%Ų[Gi, ml)㰜:TF2.2 ֞Ġ#QSsj64CeMmZvzu.)2L=Dy1{YȵMnA(߬.cm94{D!K+\ױT(BO#qm``Q K Qx>iCCԢ{N 2#"=ZʪhZ8vp-N4A)p˹C ؇LlΩLQ9N/I )r`(0eJW8+YЃb|]L6Y #p yOZ鸮398Lt^8dMeAygkDnAu4>OƄA_mGuxXp ^hcŶ$x#u )}r_hߣ7 d^s8/XZD)M M'NPߨi9R,xɜa_L@RcRK G;KRʀ!|**>`:&{!pPx7Fe8b[!SR"¸2D+̹RTrĢD&ucOEb',taU f0De2Y7ybr$[&,ǜd 4k\dz*N*4ANa!aO&kߴ-od4۲Hrv_şKI$jҵ]?cE?Fc`Ps:Ѩ} aa<<.6OK S?=M_\-]m`6_5Fc7UUA"]N>7ͥ.8B$6u6]b%+$5f _j7[=AҪzS_)gIg?1*ss$$ f*VGO@ D_0UP( ,fK!nɝ@˾L,s68xrFiHHjj|jLO.\%l+ _,P] ӲK9 YV;>}dKʿ7:$Pw0N +q4J: 1=\PDmjs/Y͏PC }Y kR1 >{VV' rɡeT67Y&)$quF 2Nx0J!J;t]o$Rsz "oJ=[xWfsw3 ӱUH'Gߩ́N7-Rޅ`4[ꦖ- E-'fg~rY8ӗ.Aj:N'2x>x}|Jp%@sC_6S*#ȱ(QaDFdYh R5υ8fǷAbҰ?F"du{r{(˳V,UtG>zf@5swSDͫ>C?@{6⪧FVýӼEGg zB᫕ԠOsEzZ<*c݅rZOKh@~]YM5ŀh+>JS&5uQc.ް{$)mfZ+@v^)*uɵC URIK-) x D]Qy1PK.c#k(N V^ބOs#*ۖV$oZP+cvePp-\c1zF_foUQOs^\G*+;|SMP񴨴AS6(gˡĽ3Ч 3_by4d3}^]<[`eַIT& < id j+oX9pǰD_vyin.c/zG OB?5G{-g< ʄE'Xʾh#'q(lhR=@`o,<8; %MP6}K45Aܫ-wM0L9ֽ1S<}*O2=w=tAjZ *5u=Éh ط/ `Hl'doE^֏&JfhC kDRJEW2k4I|XlTIrnj `tto+}MЬ;!uT7Bj CqW'kF74 O>SZЈh&8V}̻ko@jY$tk8C:BMbd1;I TT-pzHf߅]"xT0`9l 8>|U|*!~)(H5q8j,3L*Ud vO$y=mX=zQ.qtOȅ:u"{^. \> Us,ܸ.9dX9.mމz5#QHX_Lp>9ZP+>(D8C/%?@h=~%.`B}"X AY=H!R"6}XgqgKo^19I +$- W~YgIRT~y+J%f4J*̃%/FBLvғO"+$E8W(ҏ|]ȿR[h+7d7 ޣn&A8!ORvp0Z1wc?g1|֑b9UD*ƒ&bۈ&2g0}&k,<ǪMꔩ3ov k5@- {aJ[wHبdX9ohs5)T5n1C>PF;:$3Oڞu]֚V2+HbPq|t_qweBJYA/lY|S4|6E$g"8c [<=hPgU19jexb JȍfL憬nCsQCI҈vl6ѹ`K62Qv %XŒz%D7$VDf* pokozqZlEADe`.x)! ΏЯf>[Jwn&NTp];mda ] FYH񈈊8EFSdOUgmpgϔ7lTQ:UwX*q 8 -]Z:2?dr#/ #{gZ %+ąXYLv5\煂AGWWW9DVLMLZ2uі]K;`B夿-O#{w]9XI 6CdtUan8%Զ2WbKH8<4]%󱐌O,V$'çBSȪlboᘄ{(~%90Xbm#xyٖ22~K_fwu~YMO (EDPŲ̅nWa.sʯ QJ>=B>8le#LFf(BXAؙ?J? {q>ƃ_YS  3+G^SjG++ U0Z_{/ c8[ x4D.qƑ*5)?kGřiH1RSǫEQp!FPJ(X`emyI/oeʨ 5laoInzjo1٫n3A$RW._x4Ok:3((v |]&߰,ٳ&WmƿjWå.g@ȴ0Iyz,SE>wZtWX J=A־"s,RIx.DE>PAƑcvwEXZ:rQ2􇀶迁v(rm*=/veӼO;w{A~Z`4gj3rڡm4%%MJ\H Xz,-9[lWov 6H P1Dݐ'jD4QIW hX}΍z@ , {ka½}iaHWe .etHU{@!^ɲG *6Lq=#Ht}ඒ! QG8f5B usg~CHӨWB-"vLi@SDB]gFa,Z8v2hΤM*{{f#T0], EB~7&$M]cX_wJQKUl3 |1$iMӮr`^u3XuWI#'|VVŝJN0Sk>vjzfd]Xñ LR@ɫ4-Zku&Prc}*uGoz~skF&+k.$L@knrI_!ܥ!{S/Ql@񾷮9Hwnm_\=ك330== "^@t<4_t۴xDR DW6qcTi @<(0RH2]epn5N 9 głtZˇ!U*tyțoҠDj${l GЭ_פm[К~'6O/|5RXdjiu*mRiV'E`rY-uʁI (:d(<_iI5mA˜C:a_U7 >?Y98>ߝ|@|^>Z^g'xOFoû2ofl۰I?D'٦B?YT3yѺ&/SK8-Av m[fP**ulԍeJ:E*U-^cKQF_HV̜=Q#nEY\(P [`R%GNPk1ut+}a*ŜĚǟKqѤI.>g3)Gj3OHfQ#ғ6;I; 5 qW 40E&[Qw$$F@("5T-=V8G*F >vLk'܅MЧ~]~wfB1ߡM͡ mEHfF8 LvrV9ddcA#3m]x~a'6.RAL#$7i%XvCQ{Ex.} 9}9 g$1^VwȵY4sBj3>BhS(m ՗t?LjNN#ZDH|{Ҋ@ʒR` Їhse)+Y]9eAS:e)=1|Zj?@s/0Ln,#4/ GVR0 O*u+5?*j>d;>0j@ z[7bv>⌶ϜqaWB໘/%aB6 fGP8 sqvs? 9Vh5*ss*At%O#eu[F]J r)% ^cy*T2:eu$RBja.p43)Gqs*ޕ?s 0M3Jʊd 8d:{G=>$ ፨u)(25k0_V[ j?UArqqR۹5)~<6ңۿDd'TwxܦI!J?*ؚq}6; 5^Eg"Ils0IarcSybqO 0dwFKsAmmbws Bˮ\VZ iH{7a*;kWhq?. 1Z\.^WMy\̈5lRZbous[u4'KO1A=g3AރtRb@ZIBL7+e>"bcDBHyfht{kuݕC讒#.cɏ܀|0lޣUO@z(PSEޘO_tsw*RH0W;8~=vh.F.ys#yI-Oa«0b|ߛK^ @*? ݽ~^2=a!^ w܏JRڂ_ȩx ĸ=紀ރ鉜H ik9DpxJb<'5{~2q?3on8XG^BAc2EN3FZt\ɵB fKR+ 7*Ąz`%(3SUw ! 4DhSbOsJ;g85k!RFs*:& K ^ym91}p~e.2z@^#8 mR2)С1=ݯ(ů<:Q$nGzy+[bxY.k-s;[ AWR61EC/Odb?cim?i5d8%U:g!_ӓ(=/"|RH=UA-P`p8%͂oTP_n3yY+RDYT̚%^]/s~Iڗ 9cd*/Ӵ Gdʖ3#ڃ`6Sy4C(k1U )'1a/l7n qBM5L%YC\3:eUvU&Q@:m(<; vRG͗cXYE?Գ!1ikWU:U=n8g͖[k5AcD'M][=}@vDunCr Ty.43i<CÐ [Jek@Cˢ)V з\ 81`tmtpjķ|HfeܒEv^:5Q" ώHSs[p(VHj%h uz^uV^9pH]c@7# bƩ91R>DNF#,iC`u셾RwYr&^W5|)d+.h .P8f7U]Qd%Tk27N(<^wM6qtyL:%Ȉrͣ {D#~֤&1a Jy #XgxG`<A۬+6pzJO\eD)eaKϲy_z6'Y҈ ;'1cm^04]T3ze'|ԧN6-FdѸ4+jfya rNSzlc2Įgޱ.Bpy}Q3S%Aݤ;:{\/Ck*MowHUΈ3ypþ'o  Ceq*VKgVK8 pj 70Ex Vh icճ؍2`uU#G9}})i$F2kͬ[O\)WN+daXyIH)*/9Ȱn @V%G唚\޾hp#VxWV><.o41 =:6o,&Gg' VFw~RoQ2QE#pVnCsλVM4拓J_%|m)% whrĖ79lZ s%x4HJ[L9jdNR_d<Vaog$1UPaNOd,kIjq2 &Fו][&/n&~>-xzVcL4VF2cz @H%#Z7oT O|aH'V (61 g8i')rZbvx"F@ҴWu!OPՠ-vi`Ŝi`z]1h:h}wZ2>^Ƀ~".YAҙe+cU*5 }n?p]m4}n(|ӉIŦ+8䕌㑳cѰc{akjcIQl4ilG9'Nsqh$t׽h {8,|o7 O.(-@8Ǎذv2Ap4!_aeD*Au+u8 a%<F |=4^od/D'viJ?h@?%54"|ƗcVi|(yꈁO1 |hyVBϒ!iBD4)PX'ͼ(S )Ub"kV7AwΜF ,G-+c. ߿ 0*M٫[!TnA1ߠ$5nظP-m73O'!)M BO=ݭ:ń1F"=쿑]!TN+wz{_.H[P=M߿K2r;[$# tU0Rlpg2>߄/>Aj_t\eRMF[=쀽ًy/r+ xH!SԠYGlRF@+~҆EJ,XJ}=+J#:4_)ߡ+=5`fn(I|zg?g:6@n>+ޝEVQL3XxU =}umʹv\pPuUZը 4zQAɈVK%-75m րÂF|͒}ͶiPWyݑ)@.gF01.Dӭ s1SW8q%F, -q㐎푒WcX* ~fIT+ }M^=a<:J߽6ZP ς40:Ki$,iJ6c$n5g{m6PG $-<%u6d~HUcFe鑒F3No7@78v/!7C;oދyJ/RXNKzެ|U"9cX-:֎{DP\-BU "#ܧ8LWX ƨK٨眎j~/(O)( /ȓ'D׌ۧ"ƶ_$MM  b,.frmVL EsL,awȑ}%̋WykOvcc|jJ0>hZD4,"RzSr37.T^L*RKm/ *q ߷[nrt%5aiQrswƼx;BytLllr7QREMVAP,=MK~Bu#HjP%$B%Rػՠ\Imvfɧ}TNkBXmt)Οfz֤O:pɯW1k rVԮm6Dj%0݊.aUA1ʍݭˏ 8"; Q㉂ bL`?v"< [(UN٣n7oU CR{UTKb'(̃3$h=m\TO-0}xҍ);gC.2vҜ}`б& UBk=sf̮r;9&ӀSQCEi$ ,!apgzwH BrNtUF~N ɴeT{$0AwKxeE\XXUw{qqTDK(*R輯t!&Q!d;f8uVЋMf;h8=|?t* )(A/XibW MWy' ܪZu[ܹM D#$A, "7 EͰu%,Vjv=B'qiehɁ |$#{"_]H J=F28z0}x)oswZI8Mb$=M.1cyb"k\("HEyA1wkm}R_4gEEu*¢;:ܹ") #I, m;o$$߭oR @,U};e EJI:/*r,6<9ϹB)U⹄}ʵ_h?TA7A/w~ӏxٜMTž|LY[MS3ޚUs5;!Uweݡ@,"yVb:r6 ۢ& LSr/f*0p9c,qA 'De>|dP-O>AΩJqMYԚ;}Ekwߗ%tN3&'G?o|)|soZu6R&.4ԁ~HT=AiaTe9%څx/Fb$6M~˲f;W0i,=≁&rDWtrFs= *8W/?3kLCHh{{KRyt%-@7G%IOv}AOt< [Vi¹ױMyj6 c1FώZPSHf.z0o}uv2<'"~Nө.kݤg_tR)QGtR)ӷ uܻL1ޯtr]Sc^=:I;(W=0ikW)zd^1/2"BVx1vwcM h8Ea3YeL4m\ו0Pql6vp= drIÙW#ttZPK"xΒb!*BWzONHЄzηW(j2!VqD{$^@lAC/Oś) GB1Fockr(O,RH)HX7sVn#EvWЅ r6\ڋVN9vFhVc-?p7.Oh;x18%!Y!6?o+K )G~UF_v'o )$1_Ia^ٯB!h(IY;ǵu'O:j_k^{64 lNT[ cbʁPW-&{G2ok?垷+j$7.~`RO]S'M9i!=j@10k#%-0R:*_G V;F-#vS. }tQj7LkX\ L4G$6'E'$ΈW85.7l̵H=32o4FZjKxy/uxZ"# Ò.n5"#w@zUd!رP^Y'?RJet4XȂE\21c6+a;۱&|!$4[irlUfaM|#/\{KFv #²(L$1US742>4:$<}-"u$e4iAY#?t=zZ1DžWwMϰ'X8Sr/*d`ZkZd,x6ZEK2ض\HM!Z=1OH5;'~RP9PPEOecٙҴ@/ׂ*_oR^0S\ښsJ Vֈ:e)9lAR,@qj[DHmQT!9Efv+4fs5DJa2.GHVY.FDP] 1 96֑{X'5KՃj8gN!ۑ FA)wU"`"jV(COuy6BGՇcmuiw5@L{ Ba)WҪi1ᲭQQ|aS.F8= [G؈3s,3Wi[ R_m?t$>G&pA2h mW2 \um)P_>p,*fV();Z'/K0Ad]ves6'<4+Je8WMaKV;=G"w+j?%EMI 75\6ԟn5GxYk{eǩ8IHઢ#=CaO/5 ;>ktuG)LxIh+=}XElM4ںRG2LMϳeωin'D̼l ЈRQߎ#olc pvp^s !J3F^<ޅ'<O>@p'A3.("1om? H/(hyqk Jq6e>u%{|ēT%% mU%!q#"i>aon  +|dfM5m4's%c0' Q$7`|ޡ"YQL b3o^Gfo6-h L.I>OqKn2?t9DK!f[%kb*Qeh#_D#'l>w)6GSL.4!G{:Zv:hQ!_.aID۪*Y"D^jPBL`z(d&WmX/lD}[_J؇CnžѸF0ߧEeӖCov7_=7F5VG򞟯Ty9;g2Dk%`0~FۛV,D=Jt/UNP^Nd !RyTn^q}CDWke9Q=Wܲ7m AرI\Fr'WYD3z8Ku}BD&k8MZIGqJId妑%nuq )*fa/5]@C|Q\q5yemNu9* wpIo RXpmWn|Y*v8 <4?Ms-JmY:; 3GYO﫸W[wŞ&rf'[5Zܓ:d"~yc)&M` 2]̽{Q&(U)Y,.`z+Ki NLvJ$@tl.#iFt' vILpC jJ>8imFNBF5IWĹhʸ 5\u fJȔ؀NTfYN떛R;Y*C/t2y>?r{$@ʯt*& ˧}Ȥ/A1bj@+Q+/b[@U\:9Khz}1T!b>ܐpDlXrAu"x/iثg<^L ;jFfKz'q{Ѷ˕2U|a~ S9X~2sh|Wq:PiѼ^KF܃)rSM>`V`44>gsyZ:) DnF|HyWH 5~54r?lbڬb@tn裔1 ۲B+F"%h lQ Tiﱩ;3yP_Sۘ \a 8!ȤRۻypm hp%,Q!tƥcTx0>ZN!TӦxVnS vk<65}AEO>fUhc/%=ea! ;B3]djl 77"ɖq2A@j No+6+lߩ5bE= e|1*jN@ɧѢ+8_{iw cزWq:qD;0<2,Gp\koҙI\69>M8HPJ+J֬SuS]1? 硱1I΁2BUᾀN]0Ht [$E#L;XfM4PW#oPMO? S~KV҉"(c% A2t4v=x.<&-;C~*0" :U>\ fߕ\lu"CqiDDZgk/eQ#(|+ x%;zG \=jRsm q:_XSPz{\tM|ԯų O@G{A*Q3u2:=SjgWk+L^rTA(B'n6uSi(Zv.55\kNWKb ~l{IZ|,5WnHP3Pe$S0cJ vڶmeBǸ F^r+f҃-0ٚmαm$έo9L޿7sE'I,<&?!<k9}pה85VX(Nr s3¡0Z[ )rҎh<9G|3_p\\U+zA)B2 S׈z)Dȏ;@bi5)N? 5*RW.EnpU,{>$)cvN"= 7%Ya!S-t[FՌmӧnNnY },,Ǫza˱_:^T&3`GdTC5r%r3%RoSN&5+Q} 0V~*7[6<=>y`-e3Ąmc%#Ņ;±)~O/n}qgJj40TbTUP1)?ϴ vaVx*1}88jv0M,{LtJ/Ct69ᶖ;WAl_,f/o~aݽ- īL&*>t* bgOʔ֘/K¸6BnB.p/twk7Y.߭7c=eR. w=4l!WE"]yD;\cP$(&*; n ŝt@p愈g#loY)S9qO S_Vx',nxΘ걳 ,ƋNhzk5⑆ \b8B[Nn|;jw10gߊ2ol^YWPJ)[Y& eh$p/7vXyRlFAdt= nMm&6=^B_ /-+kuXҔ#Q Oɦ35 5vG(kZ ~OEa_EpM9W ԯap_IY^1A4׍0&#i([]Q^_ڜ*qxZ{̶E7$7^wcp4zGu=4F~Ml:DG櫧̈́va4 bF~fS+(N$0wݰea-bؾ'n`)^48aW"g6Cg jz☆D#RsIgݦ"0Vv ~.+6+MvΕe12hY;@Lh=Lerf=?~0H0J4=r¦lb`k`ؐ{a>ߧc/=ZqWq8KD=GOyy׊q=VDG ~l0Q" U|=(YeڷkGfmdjKِ;yOx@{CyKLrYy >y.$u sY,cGs%`.E{ACS\kck3z,"PnƧ3Τ*S۲-J $ANW A1Gx&ru*hlOqcw@>= { (34߶4?QvA45 \lw&߯V`[F3VU"sNZl!NTcaye6F0BJ*%Fba-V Ũy]c: ٌ>`V4i`ԭoP҄FU2PʟVqpF"R"e:]8A5(@ z@#G֚`9j۳rx_IP^MC?weZ[:^%Tc ^}ngiCC`mM;g@Zf#Bsy`DEbwc̀E5fQϊvN?oSmZ [R"M҂Y6LufT;nqkom*O}X ~b0I>κٯޜ ^@gK-x*Լ$!yIIU-<ϰ0"$Ll BAgUAQ#Gf} O>[巶c2{YbL3U\uV̫.(3t1mGvH\q!{콜Hf2WuP8c[ܞ`Qɜ8d75fߖXU+ rd!1 qsa:),'l7 iսZLNi}ˇ"og?$e%) LpфvC1_:\4{dg"ḤoǚQJtzիҲ6>ɂFϼ=8#s=іr<&PT}o |;bM%E mR7Z^ZgזĽaWa:I)tt2 4ۇ61RөY?itgZa e{+nMN$Ph {,h`_;/>KQnc.j@\Wfd-ip.15 0_^b}=iyOgΧdmMq$47f0勶-z S`o+F^f'0qZاX]'$#F*O"1}*,qj R-o:@SyVRDLu|6[g:hqTRw *Q r]d„]"oȗ"8i%~eAQǢHW_1%8>#1n|@؏vA>f8+# wԺ@CRf'ӭ)o*@x O8|6yp;ث<ɠzd~Wl<ڰk*v )'o#QȴY1Z ^*VVpΞCTob%h.x]OoO&2HuxH)@/JD}*$g1wtc KRSOjg{Ym췸\qe*OW8 r-͘_Ckr+ڳC0"!ײzSC^m;*`ɣ?z|ͥh 0TggVWt"2*g1C˫X|bl&8qlnέ )pQ;y=⪲ WF0c,+:߆M!h{{jERޣB eYrM^.lj%au఺B?7}?0tWB S 7T >@, }ߪ$_8$݀"[b zIX0=wyS!;YAd_NuALu];Ϯ_b`'t$2;j3_t"w]CGOKrZ`2fHgWtv#C8k#YS*AR̿Az1!!l0o>q~^OS^Pg :yahy BGi8w8CǓnߑT7\7s-i:8Tk=Ӌ9}C"N1[c;%U+@,x~%ȹ}uGIe>Ui9~' ⺆FJp7bЃ~wXP0lG/q Ɗ$[d|Km$™PXT+9&$Rp5[aؿ > v9)[XT?iwnbM3*Js U2k\mןmClq=Dz1yl肓Ua)Ok JB=O TW>\JWƻ`+^U9hׄ9[ŝ4 Ꟈ7Ⱥ7 Bn~ݜsj¥#¡PTbgd~&Vٓoq">WtBt!alLwgGS A%*@(:h(}&S&Q#gB a4v1岉 6)#kvUREai /AbA*|(*JuשB?ur.E8EyiYQ2Lٖ@ & u>1[ҼbCSy|tpR8? RSbE &Ԧ1b̝|'P rxK{:bX`;z3h:˿BQd  s(mzHƍ~3]{9; 9*#C*^&:dwjp }FlN;'ww5]]_1U ˙)\ˆOQ>&4wc^´IQ_*DgWHf=!WWeeE @J57d9r< 0wYe S0 B}Ve-n7i]@irʞ3&wd4ԋ *}(u 1U~3{b{aZE@5!m6` 3*᷇;a>> &DZDz'Xuxk5YqKLAtCjRnA Kf^Hhv9F_ɟj68Hnn8A:X[8G wwʧf\/Q^"gRtwp:{C\@KQggF,|nrVvS6 Pqh\*vlDҒUC'cEEOlRYH.p(La:%X _n P>\ HSC҈HЉkgU>G5irm+E E1.ܚr}Ѐ_~dj0 F un:mZt@]"k9>dQ=+23 pc\Lb[ygC2vZ'ՖeOΛUDMնX (Wr%.="gu0a~0ȈT H_8]]_3@"%ިI9|螶&QSK+X|Β*$|ڳ}GP6 y1 L9LMS%-^);bXFJyѶ}X&g&S;5c[]p*QMfn/z՝(t Aȼ`0ldaT yAc/*"vR\!W^N4֡O ւU"89v.v?}wmG3zRSS =OEnJy*అ5g%VX3EF ڨ۸N;dS?J qYяLo؅QFyi 1WKu;-_mv/jF(W cJ%0<+ jBPkEĊЅ} (ZӤhͭ0vz%.[ݿ,w)M(7޹=~iEdhmX6 6l;,V[(i!dkĦ&"B B߲8UZt9lf-~ҭy#Wl$e|7h{O$o/R+ZHSC޽DW?O[feUr$LKV5[c?#˧+ Ԏ4];f['`Xq*C|~BdݖQl CfϨ,x {GG@ WQgޜ^q0ko=}.-AdѦ\ln˦RB-2k˲^T@#i0;'~*ThHNJ:;XO_tL;9OrbZ)PJ *:@0fy )+aҜ4q/9*c #ue4E\ݑ wAN5iuS.57ή_ Y`j c},opu&I$ڣa[ ܖ; ؈XG\UR9Uǔ\_)E*]/`(h8Ng:8'KABZsP[fl$~_550 x¢djܧ 1ɁHP Q;^B bF+X#ZZ,_齉ޓmkN;=~mLgY!\Ў?K44baU(Ϻ9%w2M]bK+7_vpnLYPxG P{0!o߭;;1?-K1޶X!1˘`3սޞZ0s֊=&*4w;m|I 8Ÿ )Rl߭0,xX<&HhiOhd_*V3 #"8?EDu[N'd>ct'8i姣V v%}a6T| ,ʇR' 5 Dža]l9Aڽp B 䒖n)J b̃/ʛ;mR-u^"Jdof6.]øFcB+5sq89?ETyn ;acsk)]f)eݔUY:wv--L)C }mH+B0[V\|Ba,2絨ʎ629$Aɾ͞(TT_µJm)%03bCv7}# g^ .:RJ=xP;:^|`1hpND(L@ÃFqj?5a@c yd MOT66c pZ%6JW0iD~\R"H=@%qb\Jl<+J/z :8oMֱ#^h.R!ISPFmb"2#Pޠ( <"{@'%FS]y5ckGBNyO 8[HD{i'`BS;zg{3eݔw&{Z${+!- 4Pxxo 4Hɦ+#)C09S/s]>LXT͛mh܋EM{rש*ْr i^v fwmvBU@zt4,-”L}(7A7$R$  )RK䠻χ젊O8xI>lk={jƵ2Na3Ʋ[ \v"3a؝]$*-ΗNGE7+PG\95Zb@/X1YG-d,D_5.́U@oyvhPW6 XߌwU%g.i]MF`|0uI%rPsO\'{9zQ0\AON{R%A *4sS[²4~`C?š{6BPֈ&1 ""+Ih ,Z8ED@a" 6=0f 4h n{<)IQ]Ny-^GxJ|Ȥ L>8Bqt]rb V@^vgMQ7ȿϺڄ٣s*Y uFLMR6gx jBI\;[oȥmahOČ Zm3>M`(/ZF#ܢ_ViG%6̹䏱}ڟPn&eb)]iCsl4T10w-G9d|DhKO 33N0ٙ#`!K#>6oA='uԩh]¸{9p\>wq TN&vYr ,¿훆?pocx5Ov5!fe>T͑d}u'+r͊ݴ䗽ScR߼;bs"~1ODdu#n{_t1KO BZ8]: V6@N1bj7Vb8KEqt508^l?tO_>1ۼه_K\E*ge޹-ycbߏ1{N9/CWc`ri#+mA~h8AR €?U}bH п0oCD'Ц!щ`~~ϜM SgJՁ#"a0Y׬X?S],Ubo Q)ʬ5jBk Da 8rivOsg \lC%J n)H~e 8E呉=BFM!I;ew+i*MJk 逢) vcw+ MJъ}tU>9 %P&F&d7)GDKAf,wCY:'6 ?E&xKw!Ws; vu O`R0`P<shQәYaFRI= wR70<>Z{,NPLh2uKT VCdI5Oc%&4}8R3\ ^1Yתּ`Qhɿ8uʍq=^3y(bDO>:,_rn 6Lqn%ərCqa64ۼN ln/|Mg+/( #|iYBnceg#,,}r50݊)Z|AHhʙc> ANL 2N} IpBO5Oʗ-ׇJvmC1rcp,}6_%B^{i:G &\|kZ-^Ih*KRu0i~^ P2^OnWw+A^"-4SkJ!y{2Sdd"7cYo%3nND IE(7@@v7$GT \o"sgw[n *ؕ S$l̔mhbVJmxY**.iv^J@H)Hw1#XѼb>S7yc7%^Ociɀb +&ݕM/C킌5t˟,~W)419=RiRL[K84|c4!##WZg|N*1"!oa @:NWC >uG?Kdhسx5և|2-)t٠Uhft2a@UlW%E#k(c PpdջQ je[rhghh`.rB@e?dĤ] EBw,r!#|Sl)If?ȲQ^wf,5*`-עxop,|(A[gS GJ_x IȧUAQK(8JpY[7g󺹅@À,kœJ1IZ \OtsSMc3\4݅qf/-7,G$w|/^;[缛֌r^d/[f_aE6tH_ ɗ)O7#%Kyayt$$.sA:_yzR=~F:5c!ɸT  m! *ƃ-_j $iא13!8({OK TqS:;uDV1NR[v +Y|&h(0A4<7É"x.Y`~4tZ-̘-ϐ\IӬ`QQʟ&YI oʸoy^ih,=UOݾnA&Pve_ܰ`|45§eTKP b=|,LO*T&Gjftw/BsMAS*ӥWqrk9Wnb`.sʩ>T$:dJӁ.[>5`!@;2OV +([\^ 2Q#3k%F&D^  nÝO<+)eEj_>[IO?HkŞ]|i>fS>$esxi +u%k_͘,5԰y@, ׏V.g{9-imJ~u*0JAր#TYbWXwqٟ: VZKaQrfWYNR쏢ƚM Q%LB+Q;u=g59r&O%@7cl$i(/1wM|ȍƹo!k ) _!kXa]_V~30PϳxX'"RBF'ztfړ_V3eD&)&Hδl_L=`tp]=8K/1_Ïnʣg߶8zq*aXd<% 뵣@743D /ެ>iܹ'})n-qDu":STx9Ы-q.Q9bgiLOr-GfeFP2?i'66%ou  y:ϭӃG~/^Nb^ ~# ,P:IS_dq}pCѐ ^JRMc< :m7sYЈ~ jjK^,'.wg }sXSP.s&3ł]3>䱦"_HB0WY4_hKw^۸!72x&8rQ烽 fRyJGu]J<z CJ09>XJGm:O\"{[{cJ7aza 'bi@5<ك0pYt<;8鹙O(7zW9/vZkǛ 9.V++]vܣ_EUjj@3ϵU?H%ЈS%`]0 WߍNƑz8L-ᘝvcBk 8[Oܑ%KfzBkcIΑ6O#&_SPͶ>6iԼd-' 70I >r P;Y ϑR u}H*m`8[]Z[ΤfyD[5@hSi;X!mBYL}trJĩ'(5qPBf)]ո;% i`vUV%  Zxҡx (}$ٟ^.|MV,m ~S\کL=I×[;tx0Hp{I`=0-x^ S~gn"*~Dn#^nLuefUL <<{iŎ:!v;?W)MKKNѿp]^=$!pֲY]l$ZrŰ8>=?wnfl~|Mj?aH}7bxOB$KM=Vyį=Eԣ<Ke"[-<0D8GIF48 ѩcN:yY| MF3p""[XsϣơM۝otC[wYׇ*KIhvc5>]J<.cѯ sQ9Tvݒ:zģq MbjziDl5^$ FkS19|n]ٽ׮wϋǷ@Su2dVYEB5i o#Afc,+ e6A>3V>bslr2` OǏ ЧRo}d'I`cIL тR w*UT- v>Ӽ{Ǡa } ȸ5,uU`#;^iz|68٦N)`)|JӇQp=QM;ո$[^QZG_5qev|"jLCmQ\m&vMu>/~Uc^^h"-cfDh08&IbA߮iPH_2fg\rMvz5a' \5Hƽ6vW`KLm"TBNGCErxܧJy ڻ[[̭K\ZKMcS #rT>Mp?Y_4|8PABgG:-}sU)f,V%2/OP Vx:ZVߞL$H)J۝ꭡPĬ9zɔ `/ssG1:")W 0*Շo/26DkАF9 cox|}} `f\M+kB3k{cĠ8:IaEAV" Wx!!iQ*uhrXz'E~+50FBml-G(ԋ %i_U#^-[GKFr=pw{FEF)w/+h3DD-M6"uG)([L$}+{ǔ@vhƇk83\*Uq^GEk϶;&L^d`~ʺτluQbX1aO5)KmG~xs JӻDF20JQ (,1S%]CF ҉j rRmNmcs8+4]푆~4![ SN.''=&YR ,xZL &M#p3Fb+Kq%d?{m5"v楕~^&չ+__7#OPvʗ<1&go $<ڧoQ|%7bjXziX6wި!ye4 w=k`|x rޖ_6Eb{שnfQQ4]QԳhS~ 0񫉧hs_MMO6{_+jpڵ6<=[Fbmg1X# IsBzӲ= m9A{cA^a P?Q. !]zbo8wdE|ATǁsS}(^A3G&cY'XdѦ:RvZrX ygUm 녒gRkAYH`_юu˨[ @c[32d)Xů|Pm=1}Ma~wBDK*pTl># bm=Ew5r}͂ (&h7)t/Bg%X/ FVv, qct!}+5 T;*e@BD:'C_>>balqo\ڠCzu.KFu@u{̆Dե5X\EhuxL-oh;,zo/ *8:,+Keĭ{Pz aBDt<-{յ}D"g|VdIIǕyR0r?M7[Эui565!W^aV&Fb㓁xB||'3S l[3V]z&!^ƇtiuLa+K`WY޼Oh[ڼp3t:*qFaT*}wCѫf'$&SHѱm4tI`L 1YNޡ ]G p_騤#Y;ooj# TKtT"iҎR{ ȁYRѦ:wׯ;"]SɷTӹ^ ȼ-sg Aش bL1JKqbv9ӯX9%&bF" tҰZ42 ohNZ5ti޼|~UɹAa6OJ3I`_M^&u'إ.2+"A8<7^ ?VO+7. NkMcjDN->⽈P3hxt*v@Qvt~Ul^.p7ϺW TMLT3 GAy4n\B΋Bی(+iakʎ(K~ɝEj662maZE鏤6_?ΩoJc4U˔8S .qe_>2XSX3Z |xݜ'! ` ue_}=4i۲H+C[,x-Ȭl:4e_ht,opsBep)G99;VW!N{ jISbF%iyNm>7 .]z?5xje6w2\{bB/ C,-2Ƀw QcyԽg;Pƭ G)c%R< Ѯ;7L& 0,F!&qbCBDZo8s (#5e0dI F=^.vb8j;Ig]sN rÆ>ը贻§s'_bMW$t`{kh)3P1Ś ̒k&%4SO8G|thRX|qd(x1*R0b-$'aLS`10ȟEs!@ }V!w%N~ gY;[26{>iH6z.Napy*eAU Dc:h'n}'҂dx{Uu}黲$B2,q:Q/ͬ)ٖQxM/vgFd_w̼eX·V w:]Q(gI2+ۘSQha1 };̫Dv/h',_zUȉ)-9_lXF!FIާӘvݢ,ELKc><>ዝ,&h ;=jں9C>2 8$29aJ\^ŭr}IZ\ReX :4?H}ҽd ϱ9fyɉOb+S2=J)) Ɇ<$s`ު v)TxsJfmZ# חd,o̙D4`s'Pz4mUoRFĺY\WyE"Սz8կ{.-e`豸SJ(I͎ýASh^Ń_#`꯷ [S`'lJ /{1gt:P_*)a(*cC$tO5F{B&o,;F٫hM+rx٠GgT ty EhBBM8-Kv)""}[XaxMfwV#[]y`"LsAߐz(ʡS  ji3;d|K@LP  Wݛr7ma ĥ&yd6Ys&w~-W[(7Y,MH_DX3BהǗ#02w#] +uA2Š TXԹĈT]0R%^NA6ぼ#sDVӉ@S86sօ۞x,WEck4mK(j΁cպDAo 4RH8ʏ I.a~~]ܩ07] }*zԢo3'Irhz'uB>3 i譼X ַ[R;r,Q*rOOvd渂Ow*Uωg3ݽ&k SKI`4qG~U)1 H4rXhWzs4KV`= )MxuIA!diP|1ҔYAT.3,&uEx7׋!lA޲ w+3Z`5|{:@'nҜ|hx>kb/J4J=dsmXV ̎V=.`BxEI.L: bi{kJkyr˜#AɴXÖC/nUkt<ՠq^YJ{b"i|P?]z gcYOI*;XfW9ݎ|buz?,)~X9殄59>IK@ E`E7l8 pY qpUzʢe< կ>g2Rlxx.g)kݩiy*Fg5QAM-jF`2`KZw8CŽ r( z3Rzyjd ne4s0n֞FԯxD/w„"yۼL)Qz>"CAӍV<1tI(qKf0d|ae`TvZ{ޫlDd/3 (,#r=m'eȀ%=m[A;ַ,A0@jc"QZw;iCXSٻ"$G9K]DŽ ;Noڔ+ ̝b/ChH=H"ժ߿1UtuD+w(rǮUT+(\ܫ`K׀v: ȝV7ͷNGS[ZD[CGsR2A~1e,FiU-/TnEdfdx` aƗ h19L,mńaPs~f"Z(ZSFto? )6VrM3vlo1̗riۮ0aWՁa%)jEAGtT4!2ܸܺFbtUQ._J@Gߔʲ1OAԬ 3%q>|u/ b!Yuspsڷfp|Cab9A'Kˀ uqj?po^4r?k*%E&SBCBʄdiB\ ΃ JmSS@9܂ߙ[}!֎ |mH٦ )aUH* 5#j '1ێ!/tsVu!Frbf)+= pS\үeW-|J(q%BR"pO 8?@ p, 0 NDEu"^-iч98e7z`Hfm*gû'h& 5,9(saؾ|#a2#HѻM;6a̽ٛZWv{uyAB?k 5(VVPcC 8F06 xX34iϽu<`/.]Hgi# ҳ{>6gC"7W84crjù$j0<ydpyiČ2xm-A1Lqƽ'tcl١7$jQdt̑{%< G5+9,0u)< oe,Z3fJ.Ey= F5\<U6,t(HvwO]?* |Kwh9h9Fqaq6xUMa9yѬA{VuJS/U hQLM@ hjMhE1M N.koyuOQLU>)'`!-|uxEV[L;1)1H5yoYɛX澬`v+L4E+b_}. @ !r )L7hz{q(j2Ȥ׿0 f23ĀVfH*@f~o I RSPkZQiY)jfQw$Z kɾUKˌ?g-ԦʨOJ]$!_m܎gm;mL xR!qC" ZZ|3,+ք]4cz\`OHlA#S I}d/B(qhF/TC܌`J߾7EK)NLcsƸC2sơ 'GԳyDt2i~Y cܬ9NVr7٧5 H=>!K^TY]h: <ٸ6]p?H@RɒߪKʇ6 .E(L}i 4d6rERvO $ {& ~*=8XfEO==$A69 !k;=ufd"F.06*)Sr4k> (4e *;wэRrfւϝl Y#.N%3?xeyDuv븓6Dzzx-q < u$ï\ BXX7t!d2E20> X(J6#/n"j0zj `P/g)ޞn7zJ%m H'dz8k}f|'}m? RCzڤvl%^p9*/dӨ`c(5 vUs呠N8N<kLIx1cXj-^B*i2snFi9;ہld%}tʃO ^EsK< N$r>56)鼪?Ɏex_ivN1v_Noz#aP*[T")ip' !3uѠqQ6b?@V!$%Du8*yOj  Wb#[]Ho>^e/8K(Pg*~e>:Ê@"PE"qEZ*Ft<]R q" scM]sK* AIy8'LBv'g I 9c?)ZSc5\]J8|ݧ$[Hwdz}58aQ#.<|8vxYV?W[-3 iP𖄾^FQc6< K2oȅL#kkµx隿xe&mujJc :Ga9wm'?>*"1"QVz 0qAg@(ZeȠq5xdק T[4>=)^`e/"e8EMȠ)Oif}4̀vޅ*pp9{>$JP'a<u2`|2o)^Tsho&l֏R3zI!,pccO29*-ė|risiz'FIf š7 >kLbRDR?l8`f.[mJ8GTNPFE@; rNSs\21j=7$̧#n'aJgMG{֗%!2'˩FS,uEfjpy4fG8+/ʜ<9߃!䆟*[z}ks.B&Tak51dOWwQ<|t+oؖĽi.τ_*ϿA")󵢢lvuATcW]xtЍFX(H㓑i#5ӤzWĖ+@I/[tsvPG37xPi7{ 3qST 8ߠN_݇WTsD,n >=4JW~?֮KcxlDci l@T:{Q~XZ6V0 _~ԴmM1A/x*3AEz/._n+$.JLmLaeXqRSN3K1]kf탬9i9)*1%šV`xô)]eiYc⁣_wk UT#)ԭjZ9 °/ ,/EK3s+g畩C#:̟U]HmiwxLŀ2GyO$` !ZY3'@ywe; I:>V&Ls}SK%G3 a:N8AjDW4O>+B XCC`BH,֞IuNfڗDVg6J%SWK-TrE >\[p20'vGMHB Ude;L6 %)˦@ݵ9xH/Y,~P8iq{Gu)2vֱ*?`vQ_3k~^Ξ[?Htn ӓ|$4hiɺu*02U?q0$bJ,!U6lI~}:gu+hBb UhhML.+?!U{­ð 3R0t;a 2 U\HGAb2ZqBp6bK>7{x]~ ֢?M‹*mW!9CÐ4r:f[!o{Q6Ġzת;$VoY2KQ7]F!v&nIԊx2/f;.WDejeQ:)wcv!o' ýs|[:In[%! =+4T:N@_‚ q'ÁĽ{5-skNB*3-k+x}FےX#Ln`>{;2dFc2:}nVTǑv큪do;{4B2K@noJETsiI[b焘GQkIknL$ ~wHW-U"8V! U5mE*՗hL,orXIj6,G$a؛"]FJA:=zZAkߞg]1!uOK[ΟL'PQ A!>}hY} (4 I8tT¬DHiA! P{/\"lucVsxx|S-| fя{*06+ r82"pg@a z.1o TĒnx}?H26m@~fS(pp` 9YJ?Ri%b{C\.S@GSODU&L˭jؓ7Hh#$ -~udSǀҫT)eQM/,e${m/%}{A´aIAaf#=r,Ǖ;n?bg T>˃\BR4  *5p6ÀCpǏj.0P9AE~ UyFk((5%m@.ƝL^5 m'ٞV2Gn+a0mkҎ~ w5OT!C5~9Bv~:Jʚ El('vwH]ӷݗPa.t8jR jEDwm0' ?o;xYVd/̠ 1US9 dh2AOӼ"tۏe+eԃ#s >Eh/E,sQ5W,oq)odMls+G~rrOwџAGҋ|%m~ _I?A +ꍁ-!K`ڮ:bQqq+!d+OypuAV/Glnh\v|[qt`频՗6`uFhZ8 E)[+X$M 9YcQMbRVЎL=|%Q 풭DdH28BZUXdNg72+ ip1(8av)u)oꦂ:|J-E[ .=J[:ˮ)ߴ=#&$PxY`b8]2 hPl8# !>egĕ|j!MѹGTB+{ᫀ=?%ۇg'KTiT+7Q@1c!bafc6h͇=urQQn> OtRR Q:oM] g¤ _s;˯35_ʍwS/sC_=_DWU<)uF4Z3dYWBA%1@ m[e ʲ r$9>~!ӿ3NsI*җ:H|ע<摔B~+35ɺ{y؁oJ cu _92=.b]q@ yr%ըfxFO$n(КЊ" U?{9>F *u LVэYOɻ=U3>mqe1X+ډs!"[N'~η k=c) 1 XCyF QJ.ЅӷKm^lapk`STL}aE2^~%\X>|NBo%8?P(kU˷5C/V€")+6BվwQsj3TxXz{Wf"dvFt&DߘəkN09'd wϴc:lL> Y{G{hȒ +E&CKjՌ.DzU&,*9Lj_li]]h$!jS2ti;qp-j2V ^ \ Gkmk۔,r7)UR~(,03;""/eH~1愄A%[L.NҬ7Q i'H91ìh; p=[ ;f])}qNe2!qhsOvar\_^5t!;5v'ب#ImnMi}ܰͣNu'htJXѳt:cEҿi=$d cqׅ>v뵊bdL_r"l ;Ȅ1!WؑAvY=`4Z-U[lǏLZn)pTq^Z"?rĀ=x5ez;ɭ:E PIU,)/!AAqnj w;0ߖ\Dz\BL wkxyQ_T6`Ϣؒ-s'&x_sU;62M (A6Gye {[ 6}KIy@pL˅Yl^diEu\=W=$lɒe{[ٔ 3w/J$j#9CjqR`s~yAT{*)9X4c Օ!U|9Uq&vC*_U n5*$YoP2zd5Kհ f.ƵFSK7ᳺ1pRnRB (i-leg#_zhe,=^>ਘ^b15| TpQ̓~M4:2U:jBnF1%s:?NH7N|(5DgqM@. q9#lo2zǩܙd@=65 PB`v)^H{{=!l- Rn(QA>S៻_\^@wx>,RJ:Z@BesIr@|Y g$[C*VjX[4}oLVG$3oU׮,ąOfbV&*UHVi\pʚ-:z7`6 "A 8ݨ}%\m:EmLV%%e.A{OsXH SJw&݄n,W>ٗʪ,T'%_C)@?7Iq-o󓮪2qzcVv s[<{#`6i˸㣽K,)uC c,]j˚BȠ~wpWlNf)<>E)a֫n[,=TbldEnzG)oGaY;lc  {saˇR@DKht I{x5 9NȯԚUl^2#iX|&د p+}0&A0m#r`WvQQleo 6:G2p:һ;*:ٮnD V{xeŏU81fO[P6taCy1&$v(eȫ0?U) 3;wy~-X?Uqޚ%SJVn ;man } Zx 鵉BKE-r'㞐C,,pІV<:#U 8s$d)Z5^ Bu"3 +1T^DRԶǎw9w*.1jE ?+%%fCwɱա:tsFYp2BA H;7}ى|HZ WSUVzr[M7Mǃ93ZW5tH*%N8勸ϕ+P5VB]p`F!u8$?mBaPR2QrXOB˻sKsN^WteZE  i]J\>jiLz7_v>] ^L2[鉊8a6ͬ,Lsyٜ[{}*MaT6:i4?JEK1G셾g~YXv4g¿R`P^TG|x[qI3 06[®ɟg@̆=2zuES~hrK'2;}3>B{x[^%Vɾ|\OBy+5KEIՍM@r&'43x2?b᝟T=:Q>|?Q: P{aKKWQ-(5 -iLI\@MFx-mK/ q9 /YN$,%Ɨ[NѲةߔ{A"XG`ϗ ]~y]M .:10[PNXc.UR2Lq 3i| KqθIQb|B?X~Io;jWƉԭ6VPx`a_7;CW1.E]÷}q aK{)_DsJZrt BbO-1&%e"SNۈI)i^PٷUUm "q404wt2y0FVa| _G@/Y8[j\WRrn/V 0=.[//Á7Qw Nl+;Tj|ۍq92=X]*88ՈGf-'7m" u]_T>jI 0cPʼ ESٺRM׭~I=O?'HZSD~q7fRh#>~k'>zmuXPJ9PbaAD[8 ]x̭nP_w䒺g \ܭHwG5ӌ GV^cDq)Ae@Iё~7vwlBc6dɛ"..U%u*\;)Ќ1 3?•o3ξ}P'M{Cd[^b+>6,T|$O5zr0,2ܧ P#=pslmu&$[PffĤU!ˆ>1?0 >VN<CRTĪ2-|O{eI Ly-</4BByST!^ek-RW; &I[/x5U"=wq SWt_'Fٟ]Gjw/e].E>)!-,G09 Zx׫ċK+Kjm%R#uO M6΄8Eiu lW!V96gV,,پhA;Mً( lX~DTڀ.Ej <ݗQ׋IMǓya&^6eI{aTD 8"c+`FvɮH2>zmA"BVq}wvi_;gA~rKU>PZH%,+G*=PN:?:m3EGܖ=fNx%mSMZ :r`hu(%%-\ȿȖ+νݢ\ QDJG'/4BMD(+z.6חeسGUXǀʔfҟ(AsÎn1։2fܩ0xބN{gB/xTh0"4,(RierQ$(:RɋӢ؍;vŢb(!i-ah'uHۻ0Nj*qcq:˂u'ԥOa[nQ( ='+;/5?Zѓnc2" -{ѐ0lv% >!-< X $m1w$'bWGqjW{9_д62/UpG`}{dD&Oz<X#I_w9Z2+E[ł,y|кƐLG0\Iu>g{a19G\>l56,o9RT6.F\Rmdj ՗l%q# I/"tz ˞Z7ᎂE9Zkw~i~[)INRdvVQ:AS9*`>Mޒ6t~DdJ6;8򢗺?8$ Us^]At |5'%R߈"v3`(Ju&Xj}VF{L'+- ] W2d!RURI -O=L"Z7Zt܌օe^k珔Ap ![и\=tAiAߗד,Z.agPRV^TYRuY ܍PgLJPYHE \@ @ӌdSCu1XU_?(bN)'V"68a=fgWsQ =@Bw]~?JmWq@g{STf,0ܘWEy~Ze-qe;C93;2H4J)A/E qh%SLrT*dfN>\`~dx,©Z.DçȸpC5^9V-v ڱFSh8OVYttQ+^K5ꐟGNf$@]4&-WT2Y{F 4CיY8sZ%\l.PH;%bvB?aS.W=lJ^o\z/x!-׺1D7riQDB^02 Z:Oӹ\ B= "ؾT`"DZUeE`ʸ ffA ֡$yiyhF͜Bnxslk.w+'I#Y1ƃ2gK7;<3)}ua0za0b/GG0"xb'9i>HE^WY;l1xӮ \4 +@"AP[cPA_8snߙngIRV]#\>+_|͔OC΍P?}cۀI=(Yp,c"yA:Vڣ~Q5AWjPѮS:n SLnTk2+܊! qxW҃x[O %4gk9o_=37 om} }3K i:m[wೈ/J?p 鐐tM?ّ7rEZP&<a.x:ۣqtɋN8p.LӖl_JWf;X%,T*]Gme`4]^MQ )ETlZlR$Cw) Ec܋E-+9ixf5"@M[xġ,z 1ԸTKIw4fX<4eD,86Yx$y븞[pC%&OoEec=fęE>MFNj Ɣ4RVahN̡۸:tlpxS=#% E:;XjVJi2ջ{F%bs7rB&UUu+&ɳ"6k"wSO;h|+ wZWFq-\6:ˏݕ¥*G\C ӛ)8ي썺akJzSaNל<ȐT_S+ Γp S%RmD*hӧتP!MKPq4Q; )V6?8jlwa8)qP>,oz۬]BKrjWL,'jԁd`agt־i<~]ĉ^`F/q/[,A~¼|3r:[AV&S[>X LR+R^6 7 9M$10c_Fm'4DVOIU?G<1VJ `];^`!H;P,c]hs Y 4.YxPDs3uR?O6iV䇞qRc= vg/zf8?!"?0$ pvᥫF҂f"6&$#XjzKo)'xlC[8;#AwwOm gGp`+"Vnee|F{X!ifI7T3NT1뤽fbHfN=̝5Dؤ~Aϰт^Xѓ m+>93ݩS]ZTAr2Tu&$+Skn]|W`snT[ \.])}b6PIPvj;{׶SћK>#e'| rޒ3zKC-FNSKo1E !XBzb%Uo#rdVpeF8;.>o#%c=p19B G8\2w /B('#K'E\P>'t<6boO;V7bm$Cʧ8]iJPetS BKGJk57#=ShUwؤC=[Ee7j9m'ޜ:N'3h^)pT g "< ~Q=I1ͳH;{6(wXtY*yA&F%:=\IJ͸8̈ӛ@D@T) 0xۧW#n,E&dq3ϵ+|TLa-d:+]js'ܶn=5VG"Wl&A[6ېukUq`@g?#GmLQrH* iC=s7whw.=[f <$<ah>znxr>.-ToWEv"ic. (.A |m2Zi%poyW$ @clţ bK'}' |n_!ݜXz9) eWoZ.WpD\s F+7 {jwe'yKEJ]GԈ6R~Qg*!|eȷݍ8\πK-Pg zs%b̑*6 vB]W;FMfh}l(o~ K,ĝY&WHL^ш12\JPh)8} 7 t_ uU| {3"KdtFDH8A[@kZ{0}ްKZĠ 8XPh%29;yvg#<{~%dzs@v5סMx5Y}RN_<8!JSZS"ӓ?.!#Jk[/ިBB63bj]Ht7=k2E.zlO{cFRɱ XR[sw8[p7;k_L0?'#9!5  GFĂ* ~}gYbu{3$.dSˠ.^s47FtR*KǠ:?4F>?'Jf%8@/ꌴ5XPzQ0\"%K@=y^;*ռ)}H9^nNOFҘ' .{WMBeK?9P8Y?U 9-Yн#<]VTjK.37l͞|}AP̖lDa?ൃåujs΢=[fRm-| AJL QqGڬLzfnhAyy3W|ᨳJt1~k]~!5f=K 䬦ͮd @M\ [bB?O@RzHZZ‡g0/z_+ qB-u|oJ$B~R[AwI`OBdđ F AD3n8mU껵$Z0AgAKOq&CHU1j*=)?GYaUy.7\i/8[gඬĠ ˀhp͊"LJêfzn\v |.Dațz<GK ٟĐy1Z`ny;&L=Xshک]#"$TTQ;b7N]Vn OtCxZ .N& vĺK_d.y-v6)I4EH/d#bqc>v?}ɨfINw|V"׮]Ah y SZ&] SAgb@_IyЩ#KM-պC߸sjA͛,],6} C߂ BM cſ^U} \/ wPC^N8W45#M]DZE;6ڣ#9Tc $Y? )Yyܔ`nN 2,Yvccjԃ$mv2,`Txd]\G++'OxM0M|y\ Mn ꧯ{ECHw#)І68rw)0<@eS"T-O\XYKW MGD cүv{S"4<vΖaEAܶKn嫄@!]t+OeH4gҊ Գ=mYْIYgi#͒_ E78uf4B|(O9?^UG;sǟ~^1cj L7ԗňr$Ȝ& yFtq(-)\щ7cbFҗs&MJɑQd;<@8Xw)#J3宻Cq7,#Fho;N a"yvFKo1?<+q F; 滀Hn}!8)rخrZ-&tGKtv!a<5gϗɭ"FA !yړr},VYEw}WUG˅ON?`\ml?KJs}h3gkW7øOmX!ڡם8Lۧ{p;u |+ Fo}0eyeW34_{i xB |χPr)ףF̿fSIA@x  B:{H?R?{x.܀?+ǻčOveQwn^44;~keacovȈРy-zq!FE'|N1ty鐧 !]~|װ!(<?+X[Kxt͐i:B>dE4▭k5Pfv.P20AA'+i$$˖tW?),y,u?? [sFҪr}Th'3íH=(.uLc jyޯ[v\'OꌦdzDhzz"&MK z=xvqY7h$MzPv/P0фZꍆAӝ68]]0?gWk!L+ >E F'%p!@`gSVw В"#s!~z$; b5Jq;δI߂4UZY_Wi*MBƣZ3yiH"RnxӒZ$LZd)Bfpx&YlV t@WS0]Jf 5W9>v[I_fd̙pөB*pO}w4a/{@/,?Kutƚ9gmU\BFLwH+`< e!FSP]5j _5} yhT ވv4f.˻w/p?zʦș Im8h.zeiZq;WyoK>mv͘"ޑQiY]]xs4ԓ ڜ.8öz?Y,I-+ j.'z+>piuM,8Pn]-%s\ݯPxv-ZR[MENL/wi?0&LJ{vLNX0>X~xN!~ZYL~8Aߡiޘ'$ڕ ~"e9M'd&lA޿,O:A ߆ܯS͗ٸ"鋳 pr^ p@4 Fy Wj߈fj o &1d QHv^zK[ٵnGvQɈ35h5oHSԹ*"d#+\pކ:D\r)_? 8 6`LޙvvDaA-n =Aԇ3&V0ݵ4N+3S2G} Xe sS(NZ/ykX[)?GM#m&v[%?9lNLos5j[p.=01rMMajiOr4>,΀ahHsj_%˂?7}h9~l~ O[?+m)tEt"fH-5D P3f)"MLv\(:,diQf0׀ҬkNY NU/ d27ж^h1@߳ďsS~ 1Bq(j*ژcF8FFȢse:n 7жi} hʄ@jG9UGL`YdGDOC1hTqKe l&F({3 4<bh㫣#u5% Y8Aj !s?^zU\TVމʊfu< f9/Ps)E2 >TE"qccl?o&؄ vx΁ <7) eScJ.[!;ז25Ҏ4L˅^~fȁ (?Ŗ~,zt; yMڢ;IKEY3us>3LY֘ԄyG/̍"kĈ G/D6~2SWih 8BV3Ms ee._\|kjgt8JB x>)E&XaN7UΛsz![?lfTGhO.sb6 m>kǢ5 (.@)ST\eLoqn٤yox,P&~X\Y~X{"y /smQC9