go1.19-doc-1.19.12-150000.1.40.1 >  A d p9|Y97IjR& $&If v:[^upR"˾lmhN_Łuުg)WO2 㓧u٠q\-q{ N,׏CgQG "俠͕,HC/G%]Sٌ*$z Kn2`jai'>k; ^ec[Ea}̛U~x=ӵ%Yǽ늚*s(EH9Ɩ>s}ݶ U*cw#61f71e565ff94b1b9b7e07ad9bb3ab53f6c2ce3eac4c0fb51f244f49930a3af8b413cabd5d0ecdd15e5741d90872d6b27fe941bcɬd p9|'YJ)KҌ|}fa+gI`:tl-΀Eȧj~B# ywR,Eנq+S6~%ulj͵@?ylՏkt UXFM:kHŘ;/iI*+?H%yq7@p;?d  # 4TXhl     , 0 4DXl?([8d9:F=GXHhIxX|Y\]^b cdBeGfJlLu`vpzCgo1.19-doc1.19.12150000.1.40.1Go documentationGo examples and documentation.dibs-centriq-3ESUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttps://go.dev/linuxaarch64Mhi+qd}d}d}d}d996fb9181360d605adb42c662c36fb5884988f29940621dfa8b7895215740e3123c14365f20daf6c31123df409b281bc131e5d1f88fbe543b1a68b5382cf6e7f31eb0879010f88e534ffd161f74f81be18135a5cd8d5a688369290581cb24d2e661a7d4a7104bf99b965685d5774125389673ddcb7975d977740087b9b8b365rootrootrootrootrootrootrootrootgo1.19-1.19.12-150000.1.40.1.src.rpmgo-docgo1.19-docgo1.19-doc(aarch-64)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1ddD@ddRLdP@dP@dK@d9@@d9@@d9@@d7d,@d'@cwcS@c.ca @c< @c6@cob{@bL@bbb@by@bx@b2@jkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.commliska@suse.czjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comdmueller@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.com- go1.19.12 (released 2023-08-01) includes a security fix to the crypto/tls package, as well as bug fixes to the assembler and the compiler. Refs boo#1200441 go1.19 release tracking CVE-2023-29409 * go#61579 go#61460 boo#1213880 security: fix CVE-2023-29409 crypto/tls: restrict RSA keys in certificates to <= 8192 bits * go#61319 cmd/compile: ppc64le: sign extension issue in go 1.21rc2 * go#61448 net: TestInterfaceArrivalAndDepartureZoneCache is broken on linux-arm64 * go#61470 cmd/compile: failed to make Go on riscv64 CPU with numa- go1.19.11 (released 2023-07-11) includes a security fix to the net/http package, as well as bug fixes to cgo, the cover tool, the go command, the runtime, and the go/printer package. Refs boo#1200441 go1.19 release tracking CVE-2023-29406 * go#61075 go#60374 boo#1213229 security: fix CVE-2023-29406 net/http: insufficient sanitization of Host header * go#60351 cmd/go: go mod tidy introduces ambiguous imports in pruned modules * go#60637 cmd/pprof: skip TestDisasm flaky failures on linux/arm64 * go#60697 cmd/go: go list fails with submodules which have test-only dependencies * go#60710 cmd/go: go list -export -e outputs errors to stderr and has non-zero exit code * go#60844 runtime: SIGSEGV in race + coverage mode * go#60948 runtime: goroutines that stop after calling runtime.RaceDisable break race detector * go#61054 runtime: TestWindowsStackMemory flakes on windows-386-2016- go1.19.10 (released 2023-06-06) includes four security fixes to the cmd/go and runtime packages, as well as bug fixes to the compiler, the go command, and the runtime. Refs boo#1200441 go1.19 release tracking CVE-2023-29402 CVE-2023-29403 CVE-2023-29404 CVE-2023-29405 * go#60515 go#60167 boo#1212073 security: fix CVE-2023-29402 cmd/go: cgo code injection * go#60517 go#60272 boo#1212074 security: fix CVE-2023-29403 runtime: unexpected behavior of setuid/setgid binaries * go#60511 go#60305 boo#1212075 security: fix CVE-2023-29404 cmd/go: improper sanitization of LDFLAGS * go#60513 go#60306 boo#1212076 security: fix CVE-2023-29405 cmd/go: improper sanitization of LDFLAGS * go#59974 cmd/compile: multiple memories live at block start * go#60000 cmd/go: missing checksums for dependencies of go get arguments and tests of external dependencies * go#60457 cmd/go: document GOROOT/bin/go PATH entry for go test and go generate- Revert re-enable binary stripping and debuginfo boo#1210938. go1.19 and earlier store pre-compiled packages in $GOROOT/pkg as Go .a files which are not ar archives. These .a are incorrectly passed to strip by brp-15-strip-debug. strip incorrectly modifies Go .a files rendering them invalid. Some Go applications fail to build with "reference to nonexistent package" errors. Refs boo#1210938 boo#1211073 * go1.19 and earlier store pre-compiled packages for the standard library as .a files under pkg/GOARCH[_{dynlink,race}]. * Go emitted .a files are a Go specific format, not ar archives. * go1.10+ stores recently built packages in build cache GOCACHE. These are separate from the installed packages in $GOROOT/pkg. * Go build cache objects use a different file format than Go .a. * go1.20+ switches to the GOCACHE for both recently built packages and the installed packages in $GOROOT/pkg. * Current versions of readelf detect Go .a files correctly, e.g.: readelf -d /usr/lib64/go/1.19/pkg/linux_amd64/bytes.a File: /usr/lib64/go/1.19/pkg/linux_amd64/bytes.a(__.PKGDEF ) readelf: Error: This is a GO binary file - try using 'go tool objdump' or 'go tool nm' * binutils strip as of 2.40 detects Go .a files correctly, but incorrectly modifies the .a files altering path resulting in "reference to nonexistent package" errors. * brp_check_suse/brp-15-strip-debug passes files to strip based primarily on the file extension including .a.- go1.19.9 (released 2023-05-02) includes three security fixes to the html/template package, as well as bug fixes to the compiler, the runtime, and the crypto/tls and syscall packages. Refs boo#1200441 go1.19 release tracking CVE-2023-29400 CVE-2023-24540 CVE-2023-24539 * go#59811 go#59720 boo#1211029 security: fix CVE-2023-24539 html/template: improper sanitization of CSS values * go#59813 go#59721 boo#1211030 security: fix CVE-2023-24540 html/template: improper handling of JavaScript whitespace * go#59815 go#59722 boo#1211031 security: fix CVE-2023-29400 html/template: improper handling of empty HTML attributes * go#59063 runtime: automatically bump RLIMIT_NOFILE on Unix * go#59158 cmd/compile: inlining function that references function literals generates bad code * go#59373 cmd/compile: encoding/binary.PutUint16 sometimes doesn't write * go#59539 crypto/tls: TLSv1.3 connection fails with invalid PSK binder * go#59579 cmd/compile: incorrect inline function variable- Packaging revert go1.x Suggests go1.x-race boo#1210963 * Upstream go binary distributions do include race detector .syso * Default Recommends for subpackages is best suited in this case- Packaging improvements: * Re-enable binary stripping and debuginfo boo#1210938 * go1.x Suggests go1.x-race do not install by default boo#1210963 * Use Group: Development/Languages/Go instead of Other- Build subpackage go1.1x-libstd compiled shared object libstd.so only on Tumbleweed at this time. Refs jsc#PED-1962- Add subpackage go1.x-libstd for compiled shared object libstd.so. Refs jsc#PED-1962 * Main go1.x package included libstd.so in previous versions * Split libstd.so into subpackage that can be installed standalone * Continues the slimming down of main go1.x package by 40 Mb * Experimental and not recommended for general use, Go currently has no ABI * Upstream Go has not committed to support buildmode=shared long-term * Do not use in packaging, build static single binaries (the default) * Upstream Go go1.x binary releases do not include libstd.so * go1.x Suggests go1.x-libstd so not installed by default Recommends * go1.x-libstd does not Require: go1.x so can install standalone * Provides go-libstd unversioned package name * Fix build step -buildmode=shared std to omit -linkshared - Packaging improvements: * go1.x Suggests go1.x-doc so not installed by default Recommends * Use Group: Development/Languages/Go instead of Other- Improvements to go1.x packaging spec: * On Tumbleweed bootstrap with current default gcc13 and gccgo118 * On SLE-12 aarch64 ppc64le ppc64 remove overrides to bootstrap using go1.x package (%bcond_without gccgo). This is no longer needed on current SLE-12:Update and removing will consolidate the build configurations used. * Change source URLs to go.dev as per Go upstream * On x86_64 export GOAMD64=v1 as per the current baseline. At this time forgo GOAMD64=v3 option for x86_64_v3 support. * On x86_64 %define go_amd64=v1 as current instruction baseline- Use gcc13 compiler for Tumbleweed.- go1.19.8 (released 2023-04-04) includes security fixes to the go/parser, html/template, mime/multipart, net/http, and net/textproto packages, as well as bug fixes to the linker, the runtime, and the time package. Refs boo#1200441 go1.19 release tracking CVE-2023-24534 CVE-2023-24536 CVE-2023-24537 CVE-2023-24538 * go#59267 go#58975 boo#1210127 security: fix CVE-2023-24534 net/http, net/textproto: denial of service from excessive memory allocation * go#59269 go#59153 boo#1210128 security: fix CVE-2023-24536 net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption * go#59273 go#59180 boo#1210129 security: fix CVE-2023-24537 go/parser: infinite loop in parsing * go#59271 go#59234 boo#1210130 security: fix CVE-2023-24538 html/template: backticks not treated as string delimiters * go#58937 cmd/go: timeout on darwin-amd64-race builder * go#58939 runtime/pprof: TestLabelSystemstack due to sample with no location * go#58941 internal/testpty: fails on some Linux machines due to incorrect error handling * go#59050 cmd/link: linker fails on linux/amd64 when gcc's lto options are used * go#59058 cmd/link/internal/arm: off-by-one error in trampoline phase call reachability calculation * go#59074 time: time zone lookup using extend string makes wrong start time for non-DST zones * go#59219 runtime: crash on linux-ppc64le- go1.19.7 (released 2023-03-07) includes a security fix to the crypto/elliptic package, as well as bug fixes to the linker, the runtime, and the crypto/x509 and syscall packages. Refs boo#1200441 go1.19 release tracking CVE-2023-24532 * go#58719 go#58647 boo#1209030 security: fix CVE-2023-24532 crypto/elliptic: specific unreduced P-256 scalars produce incorrect results * go#58441 runtime: some linkname signatures do not match * go#58502 cmd/link: relocation truncated to fit: R_ARM_CALL against `runtime.duffcopy' * go#58535 runtime: long latency of sweep assists * go#58716 net: TestTCPSelfConnect failures due to unexpected connections * go#58773 syscall: Environ uses an invalid unsafe.Pointer conversion on Windows * go#58810 crypto/x509: TestSystemVerify consistently failing- go1.19.6 (released 2023-02-14) includes security fixes to the crypto/tls, mime/multipart, net/http, and path/filepath packages, as well as bug fixes to the go command, the linker, the runtime, and the crypto/x509, net/http, and time packages. Refs boo#1200441 go1.19 release tracking CVE-2022-41722 CVE-2022-41723 CVE-2022-41724 CVE-2022-41725 * go#57275 boo#1208269 security: fix CVE-2022-41722 * go#58355 boo#1208270 security: fix CVE-2022-41723 * go#58358 boo#1208271 security: fix CVE-2022-41724 * go#58362 boo#1208272 security: fix CVE-2022-41725 * go#56154 net/http: bad handling of HEAD requests with a body * go#57635 crypto/x509: TestBoringAllowCert failures * go#57812 runtime: performance regression due to bad instruction used in morestack_noctxt for ppc64 in CL 425396 * go#58118 time: update zoneinfo_abbrs on Windows * go#58223 cmd/link: .go.buildinfo is gc'ed by --gc-sections * go#58449 cmd/go/internal/modfetch: TestCodeRepo/gopkg.in_natefinch_lumberjack.v2/latest failing- go1.19.5 (released 2023-01-10) includes fixes to the compiler, the linker, and the crypto/x509, net/http, sync/atomic, and syscall packages. Refs boo#1200441 go1.19 release tracking * go#57706 Misc/cgo: backport needed for dlltool fix * go#57556 crypto/x509: re-allow duplicate attributes in CSRs * go#57444 cmd/link: need to handle new-style LoongArch relocs * go#57427 crypto/x509: Verify on macOS does not return typed errors * go#57345 cmd/compile: the loong64 intrinsic for CompareAndSwapUint32 function needs to sign extend its "old" argument. * go#57339 syscall, internal/poll: accept4-to-accept fallback removal broke Go code on Synology DSM 6.2 ARM devices * go#57214 os: TestLstat failure on Linux Aarch64 * go#57212 reflect: sort.SliceStable sorts incorrectly on arm64 with less function created with reflect.MakeFunc and slice of sufficient length * go#57124 sync/atomic: allow linked lists of atomic.Pointer * go#57100 cmd/compile: non-retpoline-compatible errors * go#57058 cmd/go: remove test dependency on gopkg.in service * go#57055 cmd/go: TestScript/version_buildvcs_git_gpg (if enabled) fails on linux longtest builders * go#56983 runtime: failure in TestRaiseException on windows-amd64-2012 * go#56834 cmd/link/internal/ppc64: too-far trampoline is reused * go#56770 cmd/compile: walkConvInterface produces broken IR * go#56744 cmd/compile: internal compiler error: missing typecheck * go#56712 net: reenable TestLookupDotsWithRemoteSource and TestLookupGoogleSRV with a different target * go#56154 net/http: bad handling of HEAD requests with a body- go1.19.4 (released 2022-12-06) includes security fixes to the net/http and os packages, as well as bug fixes to the compiler, the runtime, and the crypto/x509, os/exec, and sync/atomic packages. Refs boo#1200441 go1.19 release tracking CVE-2022-41717 CVE-2022-41720 * go#57009 boo#1206135 security: fix CVE-2022-41717 net/http: limit canonical header cache by bytes, not entries * go#57006 boo#1206134 security: fix CVE-2022-41720 os, net/http: avoid escapes from os.DirFS and http.Dir on Windows * go#56752 runtime,cmd/compile: apparent memory corruption in compress/flate * go#56710 net: builders failing TestLookupDotsWithRemoteSource and TestLookupGoogleSRV due to missing host for _xmpp-server._tcp.google.com * go#56672 crypto/tls: boringcrypto restricts RSA key sizes to 2048 and 3072 * go#56638 sync/atomic: atomic.Pointer[T] can be misused with type conversions. * go#56636 runtime: traceback stuck in runtime.systemstack * go#56557 cmd/compile: some x/sys versions no longer build due to "go:linkname must refer to declared function or variable" * go#56551 os/exec: Plan 9 build has been broken by a Windows security fix (also breaks 1.19.3 and 1.18.8) * go#56438 crypto/x509: respect GODEBUG changes during program lifetime * go#56397 runtime: on linux/PPC64, usleep computes incorrect tv_nsec parameter * go#56360 cmd/compile: panic: offset too large- go1.19.3 (released 2022-11-01) includes security fixes to the os/exec and syscall packages, as well as bug fixes to the compiler and the runtime. Refs boo#1200441 go1.19 release tracking CVE-2022-41716 * go#56328 boo#1204941 security: fix CVE-2022-41716 syscall, os/exec: unsanitized NUL in environment variables * go#56309 runtime: "runtime·lock: lock count" fatal error when cgo is enabled * go#56168 cmd/compile: libFuzzer instrumentation fakePC overflow on 386 arch * go#56106 internal/fuzz: array literal initialization causes ICE "unhandled stmt ASOP" while fuzzing- go1.19.2 (released 2022-10-04) includes security fixes to the archive/tar, net/http/httputil, and regexp packages, as well as bug fixes to the compiler, the linker, the runtime, and the go/types package. Refs boo#1200441 go1.19 release tracking CVE-2022-41715 CVE-2022-2879 CVE-2022-2880 * go#55951 boo#1204023 security: fix CVE-2022-41715 regexp/syntax: limit memory used by parsing regexps * go#55926 boo#1204024 security: fix CVE-2022-2879 archive/tar: unbounded memory consumption when reading headers * go#55843 boo#1204025 security: fix CVE-2022-2880 net/http/httputil: ReverseProxy should not forward unparseable query parameters * go#55270 cmd/compile: internal compiler error: method Len on *uint8 not found * go#55152 cmd/compile: typebits.Set: invalid initial alignment: type Peer has alignment 8, but offset is 4 * go#55149 go/types: no way to construct the signature of append(s, "string"...) via the API * go#55124 fatal error: bulkBarrierPreWrite: unaligned arguments (go 1.19.1, looks like regression) * go#55114 cmd/link: new darwin linker warning on -pagezero_size and -no_pie deprecation * go#54917 cmd/compile: Value live at entry * go#54764 runtime/cgo(.text): unknown symbol __stack_chk_fail_local in pcrel (regression in 1.19 when building for i686)- go1.19.1 (released 2022-09-06) includes security fixes to the net/http and net/url packages, as well as bug fixes to the compiler, the go command, the pprof command, the linker, the runtime, and the crypto/tls and crypto/x509 packages. Refs boo#1200441 go1.19 release tracking CVE-2022-27664 CVE-2022-32190 * go#54376 bsc#1203185 CVE-2022-27664 net/http: handle server errors after sending GOAWAY * go#54635 bsc#1203186 CVE-2022-32190 net/url: JoinPath doesn't strip relative path components in all circumstances * go#54736 cmd/go: cannot find package when importing dependencies with the unix build constraint * go#54734 cmd/go: git fetch errors dropped when producing pseudo-versions for commits * go#54726 cmd/compile: compile failed with "Value live at entry" * go#54697 cmd/compile: ICE at composite literal assignment with alignment > PtrSize * go#54675 runtime: morestack_noctxt missing SPWRITE, causes "traceback stuck" assert * go#54665 runtime: segfault running ppc64/linux binaries with kernel 5.18 * go#54660 cmd/go: go test -race does not set implicit race build tag * go#54643 crypto/tls: support ECDHE key exchanges when ec_point_formats is missing in ClientHello extension * go#54637 cmd/go: data race in TestScript * go#54633 cmd/go/internal/modfetch/codehost: racing writes to Origin fields * go#54629 cmd/compile: miscompilation of partially-overlapping array assignments * go#54420 cmd/pprof: graphviz node names are funny with generics * go#54406 cmd/link: trampoline insertion breaks DWARF Line Program Table output on Darwin/ARM64 * go#54309 cmd/compile: internal compiler error: panic: runtime error: invalid memory address or nil pointer dereference * go#54295 crypto/x509: panics on invalid curve instead of returning error * go#54243 cmd/compile: internal compiler error when compiling code with unbound method of generic type * go#54239 misc/cgo: TestSignalForwardingExternal sometimes fails with wrong signal SIGINT * go#54235 cmd/compile: internal compiler error of atomic type and offsetof- Define go_bootstrap_version go1.16 without suse_version checks - Simplify conditional gcc_go_version 12 on Tumbleweed, 11 elsewhere - Add _constraints for worker disk space 5G needed by SLE-15 x86_64 - SLE-12 s390x use bcond_without gccgo to bootstrap using gcc11go * Workaround for SLE-12 s390x build error while writing linker data: bad carrier sym for symbol crypto/internal/nistec.p256OrdMul.args_stackmap created by cmd/link/internal/ld.writeBlocks /usr/lib64/go/1.19/src/cmd/link/internal/ld/data.go:958- Bootstrap using go1.16 on SLE-15 and newer. go1.16 is bootstrapped using gcc-go 11 or 12. This allows dropping older versions of Go from Factory.- Rebase gcc-go.patch onto upstream changes in go/src/make.bash and go/src/make.rc. Used for SLE-12 go bootstrap builds with gcc8.- go1.19 (released 2022-08-02) is a major release of Go. go1.19.x minor releases will be provided through August 2023. https://github.com/golang/go/wiki/Go-Release-Cycle go1.19 arrives five months after go1.18. Most of its 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#1200441 go1.19 release tracking * See release notes https://golang.org/doc/go1.19. Excerpts relevant to OBS environment and for SUSE/openSUSE follow: * There is only one small change to the language, a very small correction to the scope of type parameters in method declarations. Existing programs are unaffected. * The Go memory model has been revised to align Go with the memory model used by C, C++, Java, JavaScript, Rust, and Swift. Go only provides sequentially consistent atomics, not any of the more relaxed forms found in other languages. Along with the memory model update, Go 1.19 introduces new types in the sync/atomic package that make it easier to use atomic values, such as atomic.Int64 and atomic.Pointer[T]. * go1.19 adds support for the Loongson 64-bit architecture LoongArch on Linux (GOOS=linux, GOARCH=loong64). The ABI implemented is LP64D. Minimum kernel version supported is 5.19. * The riscv64 port now supports passing function arguments and result using registers. Benchmarking shows typical performance improvements of 10% or more on riscv64. * Go 1.19 adds support for links, lists, and clearer headings in doc comments. As part of this change, gofmt now reformats doc comments to make their rendered meaning clearer. See "Go Doc Comments" for syntax details and descriptions of common mistakes now highlighted by gofmt. As another part of this change, the new package go/doc/comment provides parsing and reformatting of doc comments as well as support for rendering them to HTML, Markdown, and text. * The new build constraint "unix" is now recognized in //go:build lines. The constraint is satisfied if the target operating system, also known as GOOS, is a Unix or Unix-like system. For the 1.19 release it is satisfied if GOOS is one of aix, android, darwin, dragonfly, freebsd, hurd, illumos, ios, linux, netbsd, openbsd, or solaris. In future releases the unix constraint may match additional newly supported operating systems. * The -trimpath flag, if set, is now included in the build settings stamped into Go binaries by go build, and can be examined using go version -m or debug.ReadBuildInfo. * go generate now sets the GOROOT environment variable explicitly in the generator's environment, so that generators can locate the correct GOROOT even if built with -trimpath. * go test and go generate now place GOROOT/bin at the beginning of the PATH used for the subprocess, so tests and generators that execute the go command will resolve it to same GOROOT. * go env now quotes entries that contain spaces in the CGO_CFLAGS, CGO_CPPFLAGS, CGO_CXXFLAGS, CGO_FFLAGS, CGO_LDFLAGS, and GOGCCFLAGS variables it reports. * go list -json now accepts a comma-separated list of JSON fields to populate. If a list is specified, the JSON output will include only those fields, and go list may avoid work to compute fields that are not included. In some cases, this may suppress errors that would otherwise be reported. * The go command now caches information necessary to load some modules, which should result in a speed-up of some go list invocations. * The vet checker "errorsas" now reports when errors.As is called with a second argument of type *error, a common mistake. * The runtime now includes support for a soft memory limit. This memory limit includes the Go heap and all other memory managed by the runtime, and excludes external memory sources such as mappings of the binary itself, memory managed in other languages, and memory held by the operating system on behalf of the Go program. This limit may be managed via runtime/debug.SetMemoryLimit or the equivalent GOMEMLIMIT environment variable. The limit works in conjunction with runtime/debug.SetGCPercent / GOGC, and will be respected even if GOGC=off, allowing Go programs to always make maximal use of their memory limit, improving resource efficiency in some cases. * In order to limit the effects of GC thrashing when the program's live heap size approaches the soft memory limit, the Go runtime also attempts to limit total GC CPU utilization to 50%, excluding idle time, choosing to use more memory over preventing application progress. In practice, we expect this limit to only play a role in exceptional cases, and the new runtime metric /gc/limiter/last-enabled:gc-cycle reports when this last occurred. * The runtime now schedules many fewer GC worker goroutines on idle operating system threads when the application is idle enough to force a periodic GC cycle. * The runtime will now allocate initial goroutine stacks based on the historic average stack usage of goroutines. This avoids some of the early stack growth and copying needed in the average case in exchange for at most 2x wasted space on below-average goroutines. * On Unix operating systems, Go programs that import package os now automatically increase the open file limit (RLIMIT_NOFILE) to the maximum allowed value; that is, they change the soft limit to match the hard limit. This corrects artificially low limits set on some systems for compatibility with very old C programs using the select system call. Go programs are not helped by that limit, and instead even simple programs like gofmt often ran out of file descriptors on such systems when processing many files in parallel. One impact of this change is that Go programs that in turn execute very old C programs in child processes may run those programs with too high a limit. This can be corrected by setting the hard limit before invoking the Go program. * Unrecoverable fatal errors (such as concurrent map writes, or unlock of unlocked mutexes) now print a simpler traceback excluding runtime metadata (equivalent to a fatal panic) unless GOTRACEBACK=system or crash. Runtime-internal fatal error tracebacks always include full metadata regardless of the value of GOTRACEBACK * Support for debugger-injected function calls has been added on ARM64, enabling users to call functions from their binary in an interactive debugging session when using a debugger that is updated to make use of this functionality. * The address sanitizer support added in Go 1.18 now handles function arguments and global variables more precisely. * The compiler now uses a jump table to implement large integer and string switch statements. Performance improvements for the switch statement vary but can be on the order of 20% faster. (GOARCH=amd64 and GOARCH=arm64 only) * The Go compiler now requires the -p=importpath flag to build a linkable object file. This is already supplied by the go command and by Bazel. Any other build systems that invoke the Go compiler directly will need to make sure they pass this flag as well. * The Go compiler no longer accepts the -importmap flag. Build systems that invoke the Go compiler directly must use the - importcfg flag instead. * Like the compiler, the assembler now requires the -p=importpath flag to build a linkable object file. This is already supplied by the go command. Any other build systems that invoke the Go assembler directly will need to make sure they pass this flag as well. * Command and LookPath no longer allow results from a PATH search to be found relative to the current directory. This removes a common source of security problems but may also break existing programs that depend on using, say, exec.Command("prog") to run a binary named prog (or, on Windows, prog.exe) in the current directory. See the os/exec package documentation for information about how best to update such programs. * On Windows, Command and LookPath now respect the NoDefaultCurrentDirectoryInExePath environment variable, making it possible to disable the default implicit search of “.” in PATH lookups on Windows systems. * crypto/elliptic: Operating on invalid curve points (those for which the IsOnCurve method returns false, and which are never returned by Unmarshal or by a Curve method operating on a valid point) has always been undefined behavior and can lead to key recovery attacks. If an invalid point is supplied to Marshal, MarshalCompressed, Add, Double, or ScalarMult, they will now panic. ScalarBaseMult operations on the P224, P384, and P521 curves are now up to three times faster, leading to similar speedups in some ECDSA operations. The generic (not platform optimized) P256 implementation was replaced with one derived from a formally verified model; this might lead to significant slowdowns on 32-bit platforms. * crypto/rand: Read no longer buffers random data obtained from the operating system between calls. Applications that perform many small reads at high frequency might choose to wrap Reader in a bufio.Reader for performance reasons, taking care to use io.ReadFull to ensure no partial reads occur. The Prime implementation was changed to use only rejection sampling, which removes a bias when generating small primes in non-cryptographic contexts, removes one possible minor timing leak, and better aligns the behavior with BoringSSL, all while simplifying the implementation. The change does produce different outputs for a given random source stream compared to the previous implementation, which can break tests written expecting specific results from specific deterministic random sources. To help prevent such problems in the future, the implementation is now intentionally non-deterministic with respect to the input stream. * crypto/tls: The GODEBUG option tls10default=1 has been removed. It is still possible to enable TLS 1.0 client-side by setting Config.MinVersion. The TLS server and client now reject duplicate extensions in TLS handshakes, as required by RFC 5246, Section 7.4.1.4 and RFC 8446, Section 4.2. * crypto/x509: CreateCertificate no longer supports creating certificates with SignatureAlgorithm set to MD5WithRSA. CreateCertificate no longer accepts negative serial numbers. CreateCertificate will not emit an empty SEQUENCE anymore when the produced certificate has no extensions. ParseCertificate and ParseCertificateRequest now reject certificates and CSRs which contain duplicate extensions. The new CertPool.Clone and CertPool.Equal methods allow cloning a CertPool and checking the equivalence of two CertPools respectively. The new function ParseRevocationList provides a faster, safer to use CRL parser which returns a RevocationList. Parsing a CRL also populates the new RevocationList fields RawIssuer, Signature, AuthorityKeyId, and Extensions, which are ignored by CreateRevocationList. The new method RevocationList.CheckSignatureFrom checks that the signature on a CRL is a valid signature from a Certificate. The ParseCRL and ParseDERCRL functions are now deprecated in favor of ParseRevocationList. The Certificate.CheckCRLSignature method is deprecated in favor of RevocationList.CheckSignatureFrom. The path builder of Certificate.Verify was overhauled and should now produce better chains and/or be more efficient in complicated scenarios. Name constraints are now also enforced on non-leaf certificates. * crypto/x509/pkix: The types CertificateList and TBSCertificateList have been deprecated. The new crypto/x509 CRL functionality should be used instead. * debug/elf: The new EM_LOONGARCH and R_LARCH_* constants support the loong64 port. * debug/pe: The new File.COFFSymbolReadSectionDefAux method, which returns a COFFSymbolAuxFormat5, provides access to COMDAT information in PE file sections. These are supported by new IMAGE_COMDAT_* and IMAGE_SCN_* constants. * runtime: The GOROOT function now returns the empty string (instead of "go") when the binary was built with the -trimpath flag set and the GOROOT variable is not set in the process environment. * runtime/metrics: The new /sched/gomaxprocs:threads metric reports the current runtime.GOMAXPROCS value. The new /cgo/go-to-c-calls:calls metric reports the total number of calls made from Go to C. This metric is identical to the runtime.NumCgoCall function. The new /gc/limiter/last-enabled:gc-cycle metric reports the last GC cycle when the GC CPU limiter was enabled. See the runtime notes for details about the GC CPU limiter. * runtime/pprof: Stop-the-world pause times have been significantly reduced when collecting goroutine profiles, reducing the overall latency impact to the application. MaxRSS is now reported in heap profiles for all Unix operating systems (it was previously only reported for GOOS=android, darwin, ios, and linux). * runtime/race: The race detector has been upgraded to use thread sanitizer version v3 on all supported platforms except windows/amd64 and openbsd/amd64, which remain on v2. Compared to v2, it is now typically 1.5x to 2x faster, uses half as much memory, and it supports an unlimited number of goroutines. On Linux, the race detector now requires at least glibc version 2.17 and GNU binutils 2.26. The race detector is now supported on GOARCH=s390x. Race detector support for openbsd/amd64 has been removed from thread sanitizer upstream, so it is unlikely to ever be updated from v2. * runtime/trace: When tracing and the CPU profiler are enabled simultaneously, the execution trace includes CPU profile samples as instantaneous events. * syscall: On PowerPC (GOARCH=ppc64, ppc64le), Syscall, Syscall6, RawSyscall, and RawSyscall6 now always return 0 for return value r2 instead of an undefined value. On AIX and Solaris, Getrusage is now defined.- go1.19rc2 (released 2022-07-12) is a release candidate version of go1.19 cut from the master branch at the revision tagged go1.19rc2. Refs boo#1200441 go1.19 release tracking- go1.19rc1 (released 2022-07-06) is a release candidate version of go1.19 cut from the master branch at the revision tagged go1.19rc1. Refs boo#1200441 go1.19 release tracking- Trace viewer html and javascript files moved from misc/trace in previous versions to src/cmd/trace/static in go1.19. * Added files with mode 0644: /usr/share/go/1.19/src/cmd/trace/static /usr/share/go/1.19/src/cmd/trace/static/README.md /usr/share/go/1.19/src/cmd/trace/static/trace_viewer_full.html /usr/share/go/1.19/src/cmd/trace/static/webcomponents.min.js- go1.19beta1 (released 2022-06-10) is a beta version of go1.19 cut from the master branch at the revision tagged go1.19beta1. Refs boo#1200441 go1.19 release trackingibs-centriq-3 16909613981.19.121.19.12-150000.1.40.11.19.12-150000.1.40.1asm.htmlgo1.17_spec.htmlgo_mem.htmlgo_spec.html/usr/share/doc/packages/go/1.19/-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:30078/SUSE_SLE-15_Update/e1ac305cecab6c4bb067bb3e3f9339c2-go1.19.SUSE_SLE-15_Updatecpioxz5aarch64-suse-linuxHTML document, UTF-8 Unicode textb ¦SZ[utf-807ef20b91e352940ece9308ec450763d8a43b4be8dfc22a2fbb67dd209560bc7?P7zXZ !t/P] crv(vX02v lqp;3w)PGsX i$ ٔsB/N1!-aޏK"]sJFK)r;}ݹ_/|#xva]rĔcqʮ4џ w[_.l v`]FGp*Zi.ׁlYxVGqw45*,T6dS_&qg:={*|.cY}ϦF{`5@N8U}HZYZyC'X]\7q^E0K뱁OIpSU_}rA>Y UH>F}JA ENAb gx">q8fA:!7೜@xO-%*ܽdΉ\aL3V@S9W&[쫑4jKLXعTʮ&d9r I ..̴/h!`HمYtk$. *357pZRco7BvT7U;^ *Q*DJbWhe?35_ fx =LomhC}7!wUіQk}a2IF?v z!:vc S@nOKxz0*?O^7C5PW](wKxm^ytB]Ũ-cS2O7Eb@GgQ5׌<':CNDh>$UR?z .v21*g#XF~L\G nj3Y :YtFιoH䥧#kb&+KH%MP Ck_=JTEO1+ w45cn\I˦P1D240uf{@PAGvi+fA_+7rB=n=~T! MrXMfݨ7_4P.=vM(_nw 2t75/~ya"nGm*S[9Vxǭ63nэ?Ko#Q*B:DYDTwCZ=eqPs%7~ ʹֽݦ]UDkVQƅ9;(d]Z.Ț"Zb7iʻ@8Ytg!E,tR4'&g-o 18^cg۞(4MHsCʽ];-eXD!m,,F)z!;;cp XYP1> z70&`_)ͶE9c^. Xkg!;v}L !w(_iBliCV?[Q*' FLA]s-B zJ 4W؈)l{FK<<]yp7rH$7@oT[=^ܺmݦ rfj azf9 \ wB׏(NJUغϨ-4 ocUɗ^+ȺUSGFvH0L–]J#Z+gHG͘#L8Dj_I% /Dx}L{N!yKUy9{]+uG#[,aLX$bs~|NQH yeU Vd`=cJ^O'sCo\mW.HRt2Ǟmvbn$Bp?'sP`RHiɄ4 ň2E-Mל:\7qBP}\X/p%UŏEA P#ԙH -cTxcj)BūMʯ qr!6.h* */`qpT caoZhIig|* ^d80,`>* T!pZgœ< P:0 8~(]w8G[ zc2z3!] !+68.xa&ZzmRdž#d Ʌ) ǩ1;`ݔ7XG󇙥n|Rt>+&%/߇h8)xR9P$ 5D;7وeI%TC+YjsC1,ay ##X!`!59ɎwFV Q [PMtc;JPy=V|_:r?@Ă>Ιk:E6xA/ܹ9ۣ39^l72/Si gKcshO ݷyMYveNQ`eٺ#ij8|YM*Fp3& 油4N\#st@f[s*VT?}^ `eɻuob|8bkCn>T/?ЩU@2wPlo?8>gJJs)[ ]I7ȥkQ/`<.ԁT2lc4v\tZ!́UF2.H!ÍoTa(ty0H8; A0)g?RWM1nu/˗d9 CcTyiBft9f ,{iЋEGAH /iP.&u!ӭyyƐ.* I;YCALp?8wM}L5]u :hQ,Q@׭!ݓSS2OGcUzЗ7%,ƻcuG=D3̅lk/Uۭy*Cxs3`w;=HŨ͉=*MI93L2<R/2ROgFqȁ׶E l\D\_ !bJxY Wre傋du4AH_g7{kܲ!:i0h 0 tɺEo9  ӳ5K[b͌4,[Nj% wр Jȭjsx~[Ih%)$KZ,@Ϩ)^1t {F7e *F擻&> `MN(B;&>E8H!Okn~ +ڡ'du;Y'(Pb<!/P-W)&D%'4;m#iVP((kԈQ[5;F܎6D(RpU":Fɖ,zd9UK9R791kwKm B X1Q6֓U:(Ka!"~PNNo6T*hޜEd&rfҴ2115oat&H9$mcyDxG0;S`<}pXsP@ O*Z{eQ%G6 %g\ōnWy?Rs?W;* w`ft%/<5USJU߅cNUgKrHuf&)}nÕp$C  VanR9poa_+a3\~kJf,WQl G\G;7'`V ԙ @u+?c* NZcg^|oS)}I@ \ˇdTb4ҿM+]P=}{v2sƴ1.rZؖп~& IҸyy۞a=l!@ M,+sOc9)!}:O\&1!vwK@\7l<%ӜX{dSsHA;ɏJdNbbz̈́x⢜U$M}R9Ӛ&Q̺]&/ d6&zfUcM"o{auj$dHu_Ұ;_aO]I5cwuBٚ^a<=okW]zҚ;ݦy{aC(>‚{?kQ!Pӳ465LZ`kr$u3B'8)ouɟ]{fОDGԵ#u 9wz A Jt웑ǘ16ao ^(钾Wmt#*^!Jѫzz~ԝ2f59pv#U咥Ĭ4[bII]'Mk9iLN-I! /cidqǓp:' B]s=%ޠ[B"t^&2JhW1dZJȌ0;Sҕx٘{jXҳwg֎_͌jHME 4LgJ'sj-*[o~mk[ JobmG)C﷭Zß(9FdB6Aht F)HW :.p">H*oa4/ Ւז̬\|#gY:&%n.bX[PPP%5 Wt=R(g?P ~\zJP@sVl#ڱp8՝`t.DlmO! "dd%rjN/Jް{\7'cR$\xM%^BjxU=:EAkeBV u+Ɍg*A& rB'qqLfXt`Ci%k4 VK6ІIt/Y: L D0S(a$Ct雪AyuϲWX%bѥ&=z (ISH(L Jbyv\(^:-J߉ⴂ2vA!Su4g܂qZrvMF X"\*%8(INI}y`jvQ9G{# r=Cp3uM>ExbgƞPlWl⺦|e|O2/X/?w76*m/hz)~EJMdiٸCsixAE\< Q[Stm# >[=y\/9%/__;_ba7F,ٖ^$#;]7%rɻ؏ Jo_67~N;e> GQlJ~~v\4ZOԌ݀eoHޭqHI%8>?Zf)h苂\esX."4?#Ao7k7{, k@\%iJE~%5RzhbԎCESQ)Qa:Q<{F@/++1GeU/?ϙ@& Mv}*ncʝrwÜYjVwMHi50WU'f+њY$1)n+KfR/׌_Jbg!s)gfo/#u=%. KcFڹOrx؄L#D{CjNR?GQxJ5@k)6EmGb1N X&IpXP)5c^Rf:p0̬;Ng"4WSA>-IOD(D€PtO-1M_W~ y}_]!4u<Tent'$K kzdzE5"T`5н̉>c(d +׫w;nq {$YeOdI[7UTkqo x&LSFd>U|l)ϫҸ| LۂX %:z%05RoC[>a~=gYȦb3sZJv&> HCs JOqP9P,>?κ]|DN4&8'l"#u-D˕n5\~~g7Y2ÝΌϸ|^ @STC 9wJ*,!nSHbFgib{E!%ۭ#Jn#]R"ng ۷s)XH GMРv&\߱T80$?1m-b{,TחC ޅtc|ن԰ ~deJςn5H K&s@/-ba3=a^F st#`]0V ާB=5T]x{jttVwPAsgpTHv ҙ7-#[]`Prs+$ϹqZQ%2<*wnxFEwW_,lĸs["}]榽J=y?M PȐLZuC ߏE<:$q*/αV3bᗺ{6J;Fz?V.A pr=:5}+#)ف0!Rsi{y?Pj+TΨ۱\J;s^l1yx7J7ub5DrB4:&S^BJ>(6:wLX~8P?U,bNHq/L+ruE{+ʑN|?odlMGT2Zcƌ -݊$J@HfAc\L2gƂA^Q<?Hj`SK?Y ]K କreL=&<={?5F-jܖ+3xm8H(o @]B-[o65ˆ^*Ƃw㳏PY?B" v}X-A*̗t_'h/)BPFݞc 57zQ,l`5hDׂkt6Z_ZEs'NbrL@2Wd7#עZp|oGQpNU,;3$qƸ3&ܡ$׃rY$ Er 8Eq7KN[a۷pŢ!f&:F0V!e7_fyAJK뿵Qy=?Qkͼiv9i;f`(~ =j${je%tF㙼mIh-~~2Kwm㚢J0n(29,<*Y)16ZmI$vYr= Tʴo?ykT ؇|zvuɡ+`Ӿ,7CiqYFf=UD@̰ gCG}1(xc"zzV+ 2W<`GfB</~ w 9 O*2d@<`:%t2''8m7R0Cgأ"@U ~'ùqªyܧ zE֣o,rSS[k8DSg%=iX7浧;s6 /^q~\O9"= :sf v/un/5\8Wq&ʅ,N?=V>"KGMbȵlx@SMXl4@M³r+G񀣒Q+.5 Bd)խ[ D !?ٕ)[Yi'i.mٗS^M2E2@I!Ķ$_z<3+o"DLJڌJ5HJ~=:?z׆Ҙ'QkN#Mi#Q~Wht4 -`#hr ]]x-jp>^"V\4^U)J ^ uuR'LnաC>KPfD ,{X>/;V*8Q)eؑq؉|1m {:c;R. lr2hi^e ]3`Gͦtdm I:Qu5KDhc4#s7=X򻂗t2^Hȹ+_6vu Kln{Id`Z3y'.5!7i\:xgfeh.hn[J>s i87{fyxUC`UkzAOkM" !#@[EsJyKFcb*>zL 7- A"O8fS3McyKT @ɉm]zAX暡q8OxdkSrEb%RxwL|ySiR[LMD2Y%!RV]'lq9}0152u ǻkJ E@jsAYm]GG1y ֠ѲH83ݒEs$ˆk-t[<$qσl|, o  IU=t"Tpnk81ZTtOf OCO;gXI?o'seTc(sB.3ʥEg|>EY)M ߎkƂrPX&+<OC*EGq)7B$ ۷rgC}?"@Xl@蓀27e'7woqXi)8G$ˁ$L"zv\n$.wiڟSt::ģ$Nn;p dWb_+%-BhVxaK#[zTs `<"qN)[,@u~s &jBzS⇀ׯ+Q"P_6^ǏJKt#(t+ _w:"l{ ɶ_ 5Y]|U8_vMd5MF-8(PK I4r(%f Y|#m> D]TR(GV ۘ΁!Kp \*uc'UZw7~%QjA'Vߵǟ_AꟋJQ;/ j);݁lak3P$iSl7hEt5 3S)m";Bq"6tfϵFF~\+8$uBjG.@-'g%=3ԁ +o- ,.4N(?B) C*[ M6wdoE޽dv~Lir [)u5k7'ayd}MZ$̍F'EVx̿DBmT}H Rx2"F?>hW[*|^.\ 0@pC""5K bBHި1:.Gu;^뤏y]wACc0B}`,~r?M|u` o˸J͗70G u(rRw9Èk`o{K{JB:?gHU,)IٓX`ӊ'oהb#ӡ)H)DhWFV:ar^[TY֪h V)^_,"{P\.y2Ϯ觨m VٝSN~թ: GKz2*l%6Eo~߆EAbtQmةWZRu @[]cI-}(h8L3ߍ%# i\=*$TQ@qI-,Efch;AԬ{F,^zIy.EG Jł'kHnza⋨ȚٸLtaJ>Nb D"L#_^s}η$}\)#tE zTa3&JI`==1y${? 7T&O93Zn" qtTrn ҔH;>}it/ *9"=AF[T爤]틪+PbT{OXqӤDByGsY`e!tөv?BڿoDs p)- tW7ݕN$c;- @׃]ھi蠪7LNjEuaTuN<Gp?zt24ώ4W\:~t%QwYB!ut(裗FU}Yݣ|d3"*sapخ&F߄QޛEQE4@b}3[3Q"އ&ToU'+)KO !,\bGc)`]"P6 1h5]^e3qV9^ځD"P4,?go86-EԎ?K `~2aeVXe~}:='\Ī=cp7P\ n]k(7"hn&4S작X7E2Ϡݝ2Ae`)$=FNNK'wiZxg:m&.h خfzʡ-䠣ngQ.skuZiSw>"vlsV1/mq=806y Oꂰ$|;{|Dp̓c:%:O1幔sD/o5%q8PIkr8w1m _@ubgɝXʔ>;8ǂD_g a: & =Ko&0J֘,'3Pγl6nAkgQN)0/t&jEJmFS;?@CAKC4{[\%&+O͐H#p$ND*b !] 豒3xzuiNOkžZm_NV.7Az.Yb&@9~KsE-];S7-!c3)% !źsx$ 0uUSʟhjNjBpX_wCO0`u,Rϟ%=:j$(mzʌw2i$arbgr͟G)`uO}ڋ">щT,왆qE%W]ޯ*M}>uAE3DZD!Nہ+||˲{Sqr?^QUq|xjp#l)!}# +5/~YSU*NM⦆gQrI|ub6y7V"Cl+ϷI%2-BDŽ?)0ʢ 1OF?Eu0fQ`_H:Yͣ>ST걛}[G܌$Y2r!;>78 lMk& "3SPKㇳQGNkXq꿜 EVyQh9|]: FoBy[{xeP@p^OfI-ʭ47k?tb"9w%QIt̷VR;Tye& ^b2V /ض\[U#(՚>Zvܼ\KT̗MW=ۊcIzQuNHgըm@<:hV!YDzJ牧7/|2O=(i '3T _$1/X^E3\`>tl"fSi&91f,3GMX؟dhu,|LjᄄsW&2葢wIаmwRss 'Sz$˼"1Npnl%|5fe&?mtc A&qPXw89XBk3B~~-뛮>-%dd籮Go <}Gv:'y􈥺IE2ޔD <ٮh33rUU {F"q IeLj/%OiPP\vsr$(PUJܞ;Xz.pFŁPF6//x준 rY9 AuQ3fPWc]dT&dW~O5)\\;rj8k]LH: }^&FDBMY}u~.5 Ws?Hbp̵c"u:gE)dz[Ct@tjUw%tq~uJSc] ZKkQ7!S }I*'S=& netHF` D ̫q`lKVϹ z*{ ~D BNxlS [sE?}K}9jLi[R{˄3/נ3[ 7$YnxHɻszpM4:ހ!;Y< a9 ?gHF1#Ms>ds$8H4H!M=臖Ш=8;K'Ͱk\ fඵ#^f5%V]4`~zSj8ƷD{f(2R(P FoՋr˗޽.>]hAah.^)+r(`4YlՋ#~dHOLJn:;@&WU=s>wiĎ>{2Ο:{CYQʄnDuKD\ӿ=wN _@l'c >DK}S])U y.W7c5 !/3k[h(ʵm./w4l.Q 9GbcԸ)iQ=O <Cg**:#1(yEQ>ї֚Z^]x~ r>1^~rK ۭ-‚. i^eY݈宑])f lNg*е<󄸅ݼ/ܴ~WEW-6Z(ƞ+ `#]OH^XvJAh-/?rA!*d2r0:[2.!ErFM. ;Bl?ҙ6dǝ:SăDCg׮d0p+R-vn_wz1,QϩXf ORFtE{k\Z˷7iJ%H?pGSg'eo9ys\9 ⿢{l+mӰ>0 TB&cЀӽ6JN0A·89\u <*{fmf/XʗV:Ix$0 w?& clL*bKvGF."Ҳo$1E(MDq \搜T"&8Yr'u:nb/$` _f)Po߿wQlĤ΅&ٓB-!wFx.C%k=@~pMסO&r_!Ӫl=b|i}=Y]5̊egG`p*'Ё翂L PPk%nt\6lv{b 3=(!'H19eC;-XP;0> Y9wB/%JV1h"rc_qʔ\#IEMסv iRw7 泒Z=F٘&lJ%|*/f&푔/1}<]r^f&:2Lx.CEHD7Es?92Q<%<*3%UfD[swk Q^=F=1( CMR=gr}w_A0 O zLmoV࿂|AX@9j`}z?<.K{fMv}wLw~=n`1>0b5 mЇw/5E\*Aobmin/"iaC*ә@g5)ϓ1Kvl?mD D݌ߛ<Xp]F@ x!a8G=`9>  ҎŮ:#+qAB4V7/.Q]56ҞO9)RJP }!+4/":$]ܛޣ@BJZ% 1I`[@␬uG~e3gf,Seүu^}HnÐxjaa[tnwL(FrHXybzIsI]uGU ᚴ_ޛpFiXA?0.m{_HQ^D8+j&-:Uk梒'&\^CiUI؃C"낤\ ;2øQ>!y1Եh<m(iYԯ9/LI欳ͯ$vKvHo|/9%ڿ"F?Tk‹?c8 r^F.W<\ a(8!8+}n#K#!ޢ_xVjǀ\sh| S4xGw¤ h뗺U|z rm("ElRѭl1I{p!\lxF@!K2g>a6aoZ%odE1K}~vG ȣFlvUySj?d? ^PpI4뜼X;x&:&}/䱶F`mJyXrN>Ze4z $ Ep7ًJս{vlx`$23+uVE/pѪ~ZO|l+Af2D߿e<X#"κ88ltϬbx;SS[?YOYEc?\f"KQ=ٔ eY MO1{lGjz웕S)c̑! 2"]?]OAiNwU%3XV7:e`^%o#AXf[ -bL<\td%"ZD}^>_û2YnCSXW뛱`aopZӫUq$5qwǶA-őhj [> 4]a` FWS#wEYDP/- u;yP rafԺ{" m@d< XXi*2 {B|>eL"s30U~Vr?n~2HٞE,_ikXLp_ړXm+XAKa c+jۙ<h.-#|*medU/ #O:+R=>mf) "(?!J)[xZ0^CI 1 Ti5-^8xj J7wz:%N,* #ҁYӷZGx5l~1Mg5IUq`+S罝(~"/Fu($TaN~/UYVp&L:85nR!¼a?+)Y:FC4.Bܨ{G!z0SWCb `qNWK%?L*%k.oФĠhΎ2Hr$ë ywDQs93u}\ yf:x޻ԓ^&lfT챶i0>?}Ԙu4Ez_3ǸR!=v_#~l.Z?7-h| $\NAt1K)s[k3>d"'Ÿ-`Ouf>,`IMh tL/5nFfaG  2t]xMGu~< 7fo aC!)dONF {}D$KItc7coxf1LtZY,At?14rY f zj\ @naK¨>bABLߌ/}ھEH;OVTzR3-C"Fi83=p|q6=>{UX8Bxxsp9iHPP(L<])_4vrάt@0gVݸpۧ:6bZ6^)kB }i?%yFA u 33beP^%Vt)8oU3c^ ?ە$Q.dĔ޴Ռ>lh蹽^+50fS;b'/Tm!Cޑd.6#̯3},d@/w(b?`l۝X]V+C8:&r3QDvęhBF)դsmV486a63ԛJD0((;Tsjf4&)}TL8uܘwC@xeVLKp0A+0z,$ 94Uʀ|>"s5`KW)C=W^Nݛof5 tׁ'iyiH892($vEۓpÀY_H У\fB6,]qSewႹ:;蕚=QsL?oBUPj9jlzoJZ+KH0J[j Dd'BZ)s9"7QPՉzBpV߽u]۽f?!ݢ=U<{6[_2=ͨ!F2ŋXqb#o]cfUY8yx;3L*xyZyrIXxmBk ?E<@R3:OkQxhKbIqN,Y!s 20kg)u_ 2)> )b^Rj%{΃*(yϟ $p2␻7/כV~KJO}ŤtjF!?Qƨhu>HfF@8y<Q`?YybItW׸[ r3GlDOaB }譓=I"RhtsΝ_vczڱ؂On# UI=>By2uu)5?4-g5q\€\%N/?g.sL hoI} 0~Q!W* :T`yI[1{y|D\^4A:bUp%8ߘ[ai^+V_Y 4:P!wF.@oDgq&́}֩}CQЀ6Lc|yK%!B\r^l\G-vy "#⊆rGV aroOΑR*Z,>6(/z1o4 (8M-uF y)~|h؟P{;+yVq8kp1hZۦŗTs=H@iskgi.A,{y V!o:,ucc2U`,U\ 6]nh.^zy\lUyH,+W컕:`ɤMf,[ϼXfX$ of'y?BSy`86'Y_F W惲[Yc˃$z!]3VCj$gk`eE`i1؃ƔDŽ}^cL›r0EY-?8%X/ \ؒ_fR.Ͻ)cS5Wl.^#oD2)ӯ&\f@ S8}yܥS.%ޝłWhZw6Z*$C;SC{}W`_ӨG@F _!Q'` 8ȋĺ3ٖQS52dt+W>޳cix_S$o7{S'!-[JRcCʿU9%dU/l鐋+ccāOө.\]}WI˂xe]BT1;嚑Zn؅<&okROưvObM%pteds p v(mE=ڇکFo& |RvUբs1OAޯ~?{#W 1c@2C^cZ^kYT$JI#8v`' )l}\(ڷa¥ [>7 ++nHet&ˆSĆ$?SxĞ]j䗧t`5tMdHY= )ޟ9cšA!`GRLP-AcGdq?gWw`{ZS 6:L}{Lj VYc!p$};_14Dh6~hin1p؋,ZC,m)p5nNy(z̆4[GP{4V75L E9ǹfIU oJ.~Yf+D wKZqYB8h5?PQL6o.?U:ه 7͛IG[<^`GbսZDImwb>ͤb| ɒXS4sc p!RM'fKh!lw>}cML\ajXuj_>@Xh!4* 5;e[m~NKƉ*,dG3; fN-!_K9r4s)92t5&BA_K+9hN,n"%$PS4MWaduh~iɴ:Ћ{S$@6ӂ(i[??|/+y7^ABeq1yq%ٳ:imm;_}"@LAp4ZFL'p|3iyS-Up]TqTȓȠef>3ɛ%f!utߧ>m9òM'Y\N}J5A[ݺ" btRFW c.uo8tfKz yoB%v PY-b_I&Q^#_aTC4|߶xQX9Amb}<+c\\n^gs}kND~vc|.WX'/`aspW+[ r)=802o(w 6@$D$Np)u+5_(8divzAYhrj n͡Qô+U I jLq>pn$:&y,úBtÉkךPaGiFtCk >)[\.ryeG)TNV:r+ҬN&nzie @W}Au Řj[T֨#̙aNh_-Sa .8VI斺! R;)g 82Ysyh ꨍ< `cV| PvbUտ@- p[)V!@hm9pnT..DIًИL95=Tr` 崦RpOʽ9`O˵[/W2cJn0_gQhm-8̉rTukL*&!lkHߙhE[S"<9$,Զ$\/3Bn%σeDلW)$B=hIS q[J2,0.2Ш47f<2fBpοQ?80qH\)k_!+|ɱW=t emOIG#zg}D%q2YKzl56em1_/n>]-3`p*&\Ϗ?;p<+ЁmcV]У[c`ktC3JNVƨ<~@v*vH׋~ykmBm3Q! ݩ|zPDns$f}Dnap8&;:(0щyî(ꨖetȉ㞭u)=fVM+j_0xT h^gM҄ Kor6 3x]"SYlɗo6Ic]ViWc18QOҏsX1FC+)IVF **?}T@`nw ԡ~g4V?2;OA,5>kS mF9BnE NO$qZ/PA`?i9\o%XOԙx182kdk]+l+%v yj܂7Cߎ^5j퇴DpVVʺ ^vKxn'QTMN_ܡM TWTmFԈ-CDtFJ*M>IW1A{8WŌfVKTj+>~BF' <"S=C{Ԫ4`%-&,.WIk+UWƺ3㡣G5 =$*.Q БenU@w?sOn)z L" lEyhi"}-BL)< n(&[Y`x٣zBK^~jΠ2f\ Q.  #W##죨j p^h6g krZmvtɏ Jrmk_l69:5 p8^4#g݂ QEi3Noڭ_@%&*6@|/g9 ÞEIUyd09VޛK,es_MYͷ$Y, _ ^ldp Уm)7WLyNGfS6yI??Jju:y#X-qYH`݄wO{jcQ/:jFüzL Rr}}6U3RϾ&>AZ3[*N.Vc }:krPo $o}@ҦGE휅wG#^Uހ4妭K~z1Rdą\q|\?sp:Z4_y/NX|5[n&Ob=^m^}#VSYtڞx"M Pu@ q.Xk ht=! @ هG}u; LfFd|8)ٶ?wSdeMKD)BFrL`? ‚ib$6̆)c+Xn xLg%=[ʡ"ʐ|6QȬL30~z8zT|@K是A. LG8CU}~d[%JH챝?r%'ɞwTr $Ѱ3gL]L=76=WJ.67 4ĭr;=zv#2GP1~NZ15zK@iVg-W߫l~DZԯ 2I'V+>Am#䥓PcQ/p?*'wVcU{zv.F*REQ N-y7 U Gjm/ anwXc8с3uߨi}&^P ɇv:r넰g)J7?.@܌F{oakշ5vߪSNܟ[n,oZN˅{^ r\m$2xg8dhTt-05 ΌaG$e_M=hGB4tF$90^p2~v?Uj[JX{:"`,bR!Ta0*7,ҾV|𪶒 }\Ɋ [ʕZjejFDUE_a& b t)/7F|&'I~]7ԠWUdn&#dg9&JDJ>^]+lt:*v qcRT^3ͨn m70j4\g&( k10[-t s y8r~ެlY4b\ȤDFUR "S2,%ݤKD [r+9h=AB>~龈|0+wJ!WE^VSl5_d˗AC6Lr$_gX)-F5.h~qz;wh:/TxQW<ԋ*zzP,JiR]xvX'w3iHarKW`sj,{7P'm3Wȡ|UJ'++ LN4t}Dߐݼk õ978=e>V .lE8:XEP*L[MyDē8ST U~ts2(碪|Q2*20Np^n u(N&:3**k*~UɿJG߫;'~Ě:d\uNH|>:k[H9+hmfPUp{GH RBAS =>5bLH6AY%) ^:sjX7^`\\I/]gY($к~*Eʱ[x X;E_Q sV=_G94Ώ5oAVp"U}[kZЀ.]8>xmIAgL+@n]PX ~3ȯ3_t2,b6:uxPj|I=!Mԟ ou ڈ Pd|݅ǹ0+X/xh?[To]0`B.9x8N` s00,ϣ[12ORP$19\#MöcWXB?F(~=/ufe4#ZI2 \]<=Ih|DNWCڐ?_Ld y=Ucm "=5rٻmn֜3Jjp1pEp /yG^M2Y I߷Zד좰]i,c!EI){s` V jɝ,} $bMo<[j({R:f<^qu A>yr& )46h6MWkTx!piYL9ʼn8;ͅ90۹~bfP0ߙFg23^wb,3u=GꔯZx&Vhr}8ǀ2v>~ˆ\HXرc;f\-յr{NCnB;ӷ,ݽ<2^!ӚQ # ڦ,ׁ4nߵJ4>V^$.`[s~ % :]uYEq3 >cff.Z,Ma.8 v >^GT| Ҽi}| >*Q~u4LmCs ZMbMr#K3j-. ]T6$b;TXHN@>^e(9|ݚ@y,M ֲu(/xoBQ.µѵcIa->;Բda~úto5Uܺ_:j5u<~=~뭸 Hs'P RHN}%v0 4iϞaB,意}-JH8ylOD*4eiAO8rz>QFqaBj>#5Q+iswT|=3a*mϥx=LXhclăHPqfVv//CUarK՞w A7{)gmʕ!+V= 1ָ= }T?zԶ*֗?#Bvp%Njу?:9 L9PS=%+#T .}s,&FᾟRl>_Y5'YΪ'sjJc}琙̏q$ȫ l%]p Ő!:1[.ĚֆZ;Ih7GG_0&$5]8ߑS]2R.) m@P:ubb*Q bQ_*WKi9T-s`gP[l =^_$htęL$N>1'unP Dq]=? gػ n̹S(?i6%^U:D  K3^6%e䳂L"z =So-htGM\iwLcm6D?0+x~bq1eA  5 y|~ל/]>ޞLuDϠ'h?=zʢ6W-cKШַ`-%KsLr[A.R)0uk~*j$HZ-Z_UJt jDK;5gm3HvA;AꗹeCl/`g| 3kcz,qZp9 bn3㟾 Wgb sXyC@)SCʳ}*nҷcZC۬i$}Ц&D7'Z!CfP22TKS"S1EMׂ L&rLQpGo^o觡=T`0Ⱦ`XcbaOB1BȕI|@"M7 uбͲX͸P%uz H7d^1OQEٽb_p$?żw{[mB~-bWMX.I+ ~D%2|#RA4KK OO q :OĖu%wE0uSӾ}zCIIcEG̰u%'d!M&k=C7- ~Fv5SLU;t#Me(*iR.ɨR KlD^ ~>/dFs, |V^3' >eh/Fs{济C#d=kz^!˅FTdo~W**‡o>KHQk#)bL$tR+n >&֗tg2jInPŠ2O9!E2oaĹfٿy,a|*EZSDmx8c#yأhÏ N^ TO 1 ""bz%iҁ(X?1< B.\4'Hb$p(a쁼ڦ̬-'~8w-.TU` 7l~tIZ( Y]a!Ѭ!]g0_6qNC 4nPAH[CTd:$W\}&MTMc0-Ԭ2eiKiۥw)›ٺYߞwl1tmO7 4 !DOP?pv^Z*ž\(9uȼFFgf?Bw䏕ܝ8a_t]/nrYYGZGcG)Y<\_`\A0^&0cjz8@:B[B6`] |2l%lCהxu>Z[OhC#e۩Als#@BHS^pE3p ';Ѥ `+YȄ2b_O8iO,&LFwjkq^ꩃKr' M!a\%]U+cd t@a8fGw̴/T|(ql$EhS?4n ^qr3*)dt2'%4;pSVSCOIc@O. ^l)p}BHR2v^ߎ+a2zN@8&/F6 *MM0eg/oಌ yvOt޸1k:juz_6 lCFSQܸ*6*d3 rHa  -vy6Bz{y 긅&Hm9*-d]'!x?[kdu0ܫ{Q0'Gu>,هC _OS$r{\Y S? _!~!?3PIX wϫ2( Cd3RrjITO|#cyra1=}\ s6G뮬>6d +5҃l<614Sj~lVuƬM* eʺKm?ߕ49&e@2AO?_M`@T1j~fY|_.OHJJDӌScNZ^ tƋY NwBq.SQl@?(sUk nmHXsVYʰ{'&˖wZ-_^|2_I߫q{Lgg)̈Ja`Kt@|*"P=̦oܖX_!5Qs@U} x~,t? W-,HFN aJ Q쐒'ކtQq94w3;EM3bj*) { aj@0O%%2<}!K`3m߇HO:/ 0͎K(-'Q$v%-o;6#[stUwI3Gv Z=nngQ1L0շjt]uor)R bR~ -\9nF܎M!ܛ٦À[2[ jFՠ2t S WJΊo9\T{ "/T \r6e'LP;z=kqDǣe,˄&.RˀBەuDl_dlSLT`"U'(a{ |JYㅬ 2ml`"„+FJ _};."aƔ⽐+'u*"!X.+fSRKfH0ć oܥDxu ٖJ;K,niݵ(1fe(%Ŀ?Yep 驲DL5o5/vZgVF {%_ %轜.1ʌ5̡Fwcp̷;;_H0_єlM hxo>>06yL9rxSPKe+ڌg)tJ#wK\-q0ڱg+AͥҘ΋e1`eȇ}Ű>( VCBơD93jx/|S$/6_\⎊)ِK|> -cEױH}"ڔCFgl l^wnB3:R1OmIS? /â.EnuK۶ 3"P"Õժۛ*bFe4HG #( 26I,1 ?DSwKn\fS$gPw;+1 FP1+ko63<*p$_Rw# <fO&j[ ^>[ ď|9NP?]׋UOT[BP8O8#@M;L'@6XΌ̝.TR6ZA: {.m¡Sͧk @'0遞nV${iUdloo*/M̫T~55:h%Z&ctE ^̡gҾe+aGxx[P7_Ν+F(?bo"zк,OYTH#X>ji-ę`<$Y9 ب/8U ?vM#,gcQδN4kmM8kM]L[m. ټhnX,JymIlAk$c Pm}$S(}Wœb*$D2p I\bͪtTg\ABx}lZj)_RxA͓JhmU얜X+ NW9#o=71`] 3x\έ2#t\8(tifh&VHze[IV8J!y7*Cg76QmUpto}~Y^Z\tRBSvcH ]p5u C1obĵKO/^/~t ,b+wds{bB 5]̿>7Ex:.S #gxCimSi 96-'ϔ읲%1D UU[h˃rbo|p=[sq,t.M> Q;tL>}-&*\x8b}cfٲ_ZzT\>)F{t].M )nfԿwȯ #^3'̝&sh=f?[߾ 5->O Jq@->2KA4ٔldɕ'3 zX@QuD=Lse/P}ܪN/ܤ0A"̟"8>*pm)E@ډsg p !s^}o($a.,|_K$5i[CG_{3!,- "^))^[uyHy|e N0JeJeэFTϹz>^SH&h Cʎ`'Z߲#ּK@nE ْiH6rI BB{ksUAbqtG[P4VBˆl(!طxE$?75ǡW4rr^ iwfDp'5~h:huϢ`ˇ8FgXCu(NǑ8ANB9闎ՈcAh򓦚ŋO^A, l}:cB_2zmvQ~G83 `5`%\)|='.)sʖF$q_Nњ2R %[/^0>|+CHV_5u̒z3)F 9KMyD1p_];B=&Qxħx׉L5X!4q_w?w&ɛaH0Mx֢5 cq zԡ%H\}F2H Jd#É;,C)wLh)}y3 ug!WB|R_K V6cdӜUM"js8yʦ`,Y-zVh^GD!c^Ɏa7IdUZL-5BTKmOHᗼ96c%d,sVFT4uGÓpsoպs%k| B98@*W.(ζ% ⪞]ѿi_ X[cVūlGjب4Y"Du^zN^mewo= x8@9^}Y8c#6HݛD!+P0J:qaB};hp_XGo%}2J`3u}u PƵӧ.}9 2t/A9Pr8?y0h@NpM6S9b*@i;;ř &OjOFX8)igT0ΞwK4`ΨF9o W?"[pKD" IZUB&qSa7yHlt`Cc+9be/hcPmW%-tm.P)G!o2_z'eގMnCRb%ĉ A̾@UwDVS%^P[;Eo+cn 51oi?"Nf(>);~p:a ]& D3v;]|b+Ɏ|+7"YVNfOfw\0#ӲZ4pԽPבxjnUyfƢ5=i})wF4U7cBy+"Кz(Pt'-_ÆM5w d'V@ "\qrRsHBI+|]\=S'Xٸh~]tQ`L_ %$·xBϒy, 9'bnqMW0l>!6(BSэ* \Q7PzH@Y[CeRDPk#H &M{1qp:?m[8\~z N%7m3 0:grٛ>jx˫QDosT.=vjr%>mSGR\Q`lRx?}:Ϡu[- [mf0ij v[OI܈ ;R^8x}u;o.-$abkZΐïN 1|N@GY>I^u)5pqm@Y,Ћ5~suVy e7#&$ʗiA, R,#sj|Yh@@nʢRֺEۿT䉣WRȸԴ4s%T'i75e RͶA h@YH%HV*댶TR %F, ]AL)ȍ!Ҙ6x‡kJw"sJЮ!Z˪%lks $\)VG3mVvJX%cD &|a)l r(|$Qn*j+@Sj~ ]xY0orςEs6ɉ~P\@5v~^ƭ)VguHӎ\A鋏uei]఺J#ROéɜx`㙖+_ܸŐdUd#q?oz(v6Xtt`umP]`@EA3t)v`؅T9Y/Ad[=cѲXʢ z@-)ъիz mwi5 ]-twk""tm,2P{PpdX$NTg f!JV5?Y}\"كJk 2 &N,o~s .7`}EȒqdB[!AٿD^W<^M_"  ~ZۍY,[[HT?& `A[ u<7 k6Kǚ(JE):o_J OVP{]bI S4#ၛU{ V=}Uxܡ9dtH?X+HU\?-R`!Bl0 j&ߑ M4R5>y-+mڟ,ڈ;'31Zk>ޏ1ڨ>eXE~f=QeI?J#\M7C躊!##qC?;>PSG&ZAEy,@9g@]. WD2 a}JpDo:86LKuL)8ypt zM]dx.<[Ӓ@oimw+m[+^=EFq-yA5`Wm)J@&5;/\L+q$Z\w`({y4}|/^[ v/LPty7d WgnwD#2ėApzKr$b+ݯA3{kg# 錆54Nҡ mOZ 4Zb8h!Viܘc1{r8k`f5l.F?@EWx = 7ɐRZQt=! "dd)km.x#I\KÜlmF7M;7Q0zrs A++.yxr',yZUi%=pd+Ol R-1YtQtA:vkq}yEKSqAbIobP׭vör őOƕAKE XomG`ޮjLײkz7l?c6!3P}TTxC3קPj Nցw!.{lx:ڋ+Cp}5DT6~Y2|lO |tv@-%JJ>pNf2|SйJ#H mshE5@.|Ck%w}Ȣj"]2v Ĝ_IF/jZi(mntQD}Y34b"ٗ0by5Vm𢵱'4h+ 1, x`~>a*fʰy+ؼ̕P}z#*;~/#Lp]28ܼqQCF(8i=h0 ǪE=ݵkc"yj᧕o\BOr|R2[D2|Ѩ m?,kŕ m)1-6Zw }9OH{a] 3ރN.~.Qs]C) 0]!PvdLJP'C;F2n46>*[$X*ØP af-Z靅0HU)eMOq*иyڬVc][i'سi "T l Iukf9MmJ 7Qbr[|6pv{pr.aPFԢ u؜/i4SN:avGEt$ILcz=J)W,%fӟfTyTGA`w3hY#E">(B0B0K68Џ@ "K$V]Ilz;6wjs];D2ѝ'Ts~gsѝ:13LKn_7ZrTud6MT>5r4AU ]QL]¤{@'r$߫:s4TZrd6-XlӚg]SK}|XI'pAAU$9i=k?$xQ$Un…xM'1_`\^xՁ|ӜSW0yC o3ڙ%GD64m{m"&5EmU䨇 tQ Ō*T3,mn1h.3 A\Q#t1o67b}jsgAA-FޕŜU!~{hQ: Vz&s`ɴV2٥WD/97k|C:G4G3ztiɾOݪmQpSJNfjUts~XneG !Au?b_'CӖ>1c'EyB"1\% FN@ƁΞ-92U?`Zd^b1뤯rT:Yz( wt]6i3 a.Ёr|pܬ|'`Aon-eo~5-iJs*ȼyͫcX?Ly⣑ z qWJ) Pgצ+uȋ6G%1/zKH_LvuLB)E.S]<=m?c5x`=_Ea .˭h)&92lYőrm[%7y?gPg-uDlKXf0]A0x.\ԓ,L7Oに# j`'@ĆƋrҭLԫ=J:-$ NiU"3I{V{a UQȗ?suh7%p323 Gj"Ԃ1A0pŬa-+{=#M'b|>EEURr*͉CFȇΫ9"J`h4۩P7ɘϦ75V\^u't7s4 SLP huibphʻ۝p*eA0 b+XWMO]h16VhdW,aP^j;>Uiu}H :IV93/^rC!Mp@ZVMͺdQT>!R9Z#_74LgƖʚxBҶdwF#,/eT~xD>q#lr ,Mj㜬,hUPEbS _/py|#v_Y !re>ƈh1჆ࣉaT/eFSSNaiBNNP/Ez!^츒r)%8FKHY)g6L*|G`!NBD?jAP!4òZf$Vޕ %ΰ(#np 8HiZ /\K>? M0C2yj;W[I6f2|JnC3|@o027ZaM3JĻ\ $;20:8Fd?$o{:t554! 09vЯ| Pcރ Y}NPrQZr n!7k\ k Щރg KaKr/˟B4rprW (/ +̲{6I``*pDgQ A<;]x|v!?' ^}QfaŸw\ϕU8!p$ byz dLZ\}5 o_ռQ@9$Ogh]kt^5,@EIT/Ja[8OfkU2 %7o BMo ojf{)x{I|~o!C=*f_eVGDd*dF7WŜ ^[w-m|``9ot}R򑇬\w+^vDW(*Byg^j~UȽS:bvބ0v[̓:f16?=SNwG^f2 51 a|HWFaGVlwԥG(Y6V(qO?iPdJcrb a_@\2k#!42BR.HlINƀX͒{ 7ֻ׺jp* n$-^Td{4~֢P+GQ,W H~xq]9s$wB 劯RN`ߩli9ݠ`-]kO`3tw0cz\V]ﻕy8iʐTvv̫k\mZ?o_v|7mqΚLb?īv`6?yknq4b EdJ ˱q q+ę3$:Dh{wt):4L m!I^RSX,X]WbxI\6Zq'@살 . p7#$h^2{x eT>?t<ܰmk檖_Y$G?&SQ3oiZ頯#D| .j'+8*FVfl5-sH Mx.W&cYQ1ޕEBiYJLyR+!_ȿfς|%9&\}:"F*@͵"Bs9=ִ)qi&Ca2٭E}IexW"Rf!4sTVMvXز6'ވn,K'KF͓ݖPƇ!5Cr|#}0Agd[ KbǂY &jfOG #9<@~VF1ax:"Y`zK.חגd?̊x1L '_eg\*;6=A^'RqYQ5pp)(`'5-lw$RpH;BZ2 ExHb P1>> Jo=%3'&PƟ`6SG,H\&f*B@u ZqT{ǿt_A5fzx9EO[i**|V2,$Ƽ>i7WÌ'QygAHBt|H<̪J(o J.{8%ád {}.=Tq$orbDTrh;s4 LR@;nJMt`Q:b2LnZ;CH3 z GoZwƴ\BeHR "΍ۍ2?wKiA1{ث^- B _W , Hd= <+M&p>~Jf%G@ k>(hM*@ O˜8V3nSIU(<;.VXf&GsHL?,ŏ?{F[nPXUF`Dř~:Xz"_<-Lkr4p*beu׊ef$o{%2T@%_8f.h3n,G1f gRo>uJ9.\S%c5kL{:'⊤#1ՇuA8?}S|dNDqNo50mC%Hظڨ. V Ç V{7]8ݫ 88Bym_ >S+Go9C]9] (n2@gxH˃L #f6w{6pԏ+zUH_m bB%(vX񒣬WL[imJz4(>Nж@# =&RuNK9uU{oly m/bKGH-Cu崑(r`s-mj!Ջ  s5b4t1Me  Su2,֜#E T5i2n(F9;laAr6up_7ܓq"dlks}aZx ̝R8>]U_2iyrQ}H$Z߁fv!줥lj O3_17e //X k=L6Ftu]BHA.|wUrcV,n Z4اbt]W%Ps ꀳ@x8(sXAs҃e3=pL%K &Ͽz"BF r+LZyoj:6 |WO_:qnb|@/!Ҿi)AoWSHׁp7A}Ɨ&T SgprTe+WSWUʙKiU$3RAh9Gkf?v>U$/0XVb0xX$D ڕ@vkxci%2Oܔ6(VXw;GAmۿxsVk 5rԶSf{f`-TRLucuITUQRZ} ZE?JT&ÁtQ+%@SþBq"PwiSAg%W_lsɱvQg3mtS>K!P7?#P4>>* }u7D5鬮@[TY5֛gn(%.譶 B)4Ғbs hTGܚ5eR: (̅, &HIR[쫅l $ףwA6sc\=Hd) Dv3׋a5jK%dUoAsH>McZdv[=SlY}7YJ]jAχU^7E=Cm4($l'G]/0yw@0˴˭(6e\>Ρ;1[RwG {RJPE`u^&r_ *9Ǧ*q5 InjcN{02H -x3+)ӛxsaB].G-ߞU{{\'~f+eGSH3j/桶Hz4/}nBLjY8<-G>O%p#G ~,f a<&LC[O-`P9, Ng{wa']Xt\wЇrVpw%]@|cSut t"/bhF1Oꅡ KUCU`w+^@t`4O,Bm>ɍR-|p=g]ЇEXUW}5M?k=V 4Z v\c D3=N sV ,oVY^cR9uB&ճcC6n2ѫulgewrs<}-g﷪W_!yzVLfWh/p-O[)*@` 6ͽa7Z^` S.P# 0ҞI?`nN @9pl89HhNOMdD%n<$ D9{/-"iorc",҄odǍvU,{!iGJ}}jY+1=s/ 4 %<{巍VleNi4:s2}Ț@m'oIx;nҟ|Z4ZuXxB;TM75CpE7@ҪBFÎ'rf_yOچ*oj;;;"G^ǘfii%Pt2>;TcgiGd5^w݁ӼJp$4 5urA/`ڣ/ myTCSkx')ѷJ[8#CnXT=]1.eO-Xl0@@ogjXu`e^`xh|g&y|Ԩn!^]Q댐\;n`4 ? $(``y Nrb!8ݫ ]U/-%9z'2+R37y]YK;e2_#Nc7N~#[+mDk@Mtd7N A4!e?PC"՝ri[dHA1cBrnMsՙGJŢP'xWSժ;6ʅM{ydU;$F{H$dlV/ݽ4u:hܡPAY.]W!$%<P5. [Ey`գQz;'7᯶=)pӹ4CFZ^J03JcGu*zЋ}]O qMq*CB8ư g~z/ϱctJ^B<ߗ#$8Qb$=E۷"dhqbuMK»93yT|s(hrƳx_Ї ֿ&,ofCةx83qޭ!"~} F2KUiVg״'sy&HNU 0T8ڧpl҉&daCN5چFJ AV윯9.TVhQS<IaD0*3J n0ySûC-M5Q\埐;aj4L`*b@__C=~% I7:w(:) P9;FH^͐$c9 }50{l?#D/[s!/fb׽x(3׽o$c+(1izbcI'SF,Ζx%f([-C;z~}Yx+J'c:VZ!=97!2yv%8iȘEg=-0ZV@fS(E'!|l"*!9uyVDO9=;e?Zq A>VJ>^prK4JPvnVO7|[,=ۨԥ<.*!SoOd;_%QDݷJ~/SJ6>}m$y <^r3B*~g)ZyKW§+ޕ!{k,sBȒDFH sV7Zf;LzOͬwшR[ڪ=T(Ra]K0Ο3wv+rLB %3PI:T`KAgtд+V#DJ7Ţ30=/K[Jγ|+OW̟i!.͙ eΰ[g$sfux(_GYWW^uSmY4Xʅ`ەvxwdBr3,Kʰ %ȽXۓm h *MK $AMelcJqCʾ%ȓ\ب+%ɑ(W$5H'О؋A#7qd]_כP3U׋7v}Ѐ$sSda<ĴW&b&CzO]ǂˍ x O0^+nSl۟9i!nRD_=Ol{'zub;IRV Er@wMv.]iQ;1..X,fյ-7Ҕ5`bc- mX__.ԍ#n9oף>Q]ba۱l{KA?hL@?M^sqA$ <5aaFAx>  ̡~)\Ԥ{} 37p?ZnfaOIrڶ!Ec ^WE)ETy!bPj^l202"rDily\,q y $~o+{T[O )8eVJ6Ak]@7S,_(4o⢪o^N0$E%l6fm'kRA&vj#hc$F"^T),nɿ.v4ułTE>{[@տ?r2֛IiȔ\[|ܡ$tzj!Q)9/#UzkbF?]Ip\$c,/sJ҆Q2[k󘞘,x4%at}UFCx[X+K MSV U;1m$Zm8.m0.hɽ=;wp2Nhrkki܊n7Ǝ-J6,SD8 ;iRme8X `y6RjKiTz̘l&,23Q`uȎؠͦQ#aD}$c0c;oxJ~طKpG‚e\2 +Uk^E#csb:h}"+u}".4s]GlC ^B`Z/Elb. A&*cBh', nF`G" #Z'tQx\4KvyH?ݏZ+?ᢿ~"+{bo^.wh[p}c22 Te*5휧)CnqG#h-]NiIOp jЏ-j@0ܤK5M[cyA F{Unq0^LR=#:u^ '^ayEC!=b'.Em#Ab4>B/Sߑw@&nݵ"^y@/^cy y*z%•8f}/״^c3tM +XOFP[$.jL pZ8Fo1(?tEʃp,Cw0w|B3~ڂԫlJa'WSdBG++ȒFN6e&$@uCq 0F 8 V O!4.ctU!uxSzUw/7 EKN TK0eq1bMAyk󷼑0 (֓i\^k^vJ0nSkW?6YdWM$SH>9Q~@z_BSJa @^]Jec5&[ FSa<^ 'XMJK$ ~Q-bGP@BD#"Yz=)8`OlQA2  +1U-IMSnX#6]Rˁ5L Q+ %YYKosI=_#L"/)4n'UO0[y|'N8`=MzpoVʊ5p8Qڇ~O/~: S2Zg$!G Yv4uЈqDX> n}]"'ܶh*Y#Hq{Şuj!cW؎O6j>MlB0a#;S}3~I S[yc}:t?O3Ǥq %YQ|tew 9ggH55_jM-PmN_ȴ 8$,&+SM{.Axq_ar@D6ZˢAf06Y'pmK|T-;,T=Z_攏+B#pWVQUmm6[U\P!nE0wR_r`m<4%HƆhs[;ZaǍEU~/\|OmD7yPE@",h}eH +K :cfWE&^4o&4}aH |m=P1gb|բ~5Hgb HaFݭdJ˲#"\XN6>˜`}i\16V5tO@o,a?Mٹf56;kmKy4pɌ:"NU[*lNrX'#Us2쩎B?M`J+߱[*Y͗ =G7$**p=St;mmQ=.`.|Ͽr到PJFÄkw4 p[T솹wLvz/_׽z;V9lr+~Je폸%9(dUdIsLoFI;DDre*IQ-[C|*e ߣOQ~tFPF;a 3@yY{fV~BR |.#%U?-`ڒ?\!']}A!F)3L(_X'/{ŷ_m2LZ]}ٻ'u ~MZ$6()^x>;+eg_p eVP?= qD>ϷF]Qhb%M[AK Rkx}:6rP cY 0l`fo6`h%AK|ePZ,PG 5wp} |+;ݨ}_elWL>ji 4ħH{SWۘvY{n`1T&kխK 3Ȭce5BPc2=R<;Aӡ;*cyЫF 0ԇD̘"Za8n>%Y>Ĭ7 muAЇҩg0 D:YV}|5tR|LOHD8.9rL V_5mEg,+S8KJ 瀨ҷ-L|m' FW:m _G4l pvlObл&+{(|X46KpaxX؉ α Xb-jg֝ilЩ_tU If(p_~-cJ `#_pLbG3Jj-3vuG1xt ϑq\)}[kFjZehFi#r(9Xy'FTj5>y7 ?|0hƙ\ 2b93yugڳq,u萛`i5}QogefpMoy9=޴,ǯzzb7ߡ+0&ẦqHQ^ao q9bm]NC"G5L^S"(Kfh}h<޸_T&qtlBʍsŪcxEVM\L zpf38ʬ]5{V,OJB94ŭMfכ~_i޻wPc6NOo> ͱ'2\=6&[OlP jO%  %'bku0]1qi1}{ ge[h@>k *nfA ƀJ"VcP 懻e'gρQ4c$)"kr.q+$I>+ %(̋ㆿw =xP9"U6-t:TƟI0 `CyTz"N}cޫ$kt>@_IpUpo+8EX׌(w[p8L.Tr#UFXC V޵ cC\Uj&Nt>,Uڳ fڜZs;,]PC ?vDB;ӼT v Қ$Tqc޴y+QWt_M%'׸8vc I@A2Ǩ _Sx=W*ثP]A@L"O&HKƦpyƱ$\eM'tw;.|pVIC;EwQXad2eZ,Ը'w@^e64˂>*_q|b ?xy_,w3ڻ exA@jAcMR 0!ngO :~~AC#PtoڠmD@" h#2\.Ǡf#|@x­DݲgUi\X;ux{Ex=3 s9_ߐ]#M[pFBK;a3a984nY"QmTcRh9WOfb `w:IO<\Q) Cdڮ:_ H:@Cζx~usDBSsNOĒKF/ӫ!ȶӸko)>&t)'hd0#Z]QFVulBn#\Q@a9`mMѦӵZ 6#<<\4 ?ˏaq9=$;/2҅R5a1ʴus/E'7# E !c6a ()xęf5M~{ާlڷaIo+{f>/9sr0ՓߋQ{\nsw7"ROnuW4<Ju! ߝNԑBvU+)7sOk :㚃4Y *FF.~ ;u?@axD@WjM\;aӆ@MX8%XljSA:JM[Jj{:QcV*6ҔP~оCTzZv@A9t}ʈ^vx`s̖ꗐvХ ;|-kW-j6u#EB`~ %bNS:GJ!QD0 \8PuK4H>$ ljR -e :^LO|Cjf}',,Eim:HSڇ$k*\)NӍůvP4--U5αHeҎ/ҳ-Q}|\§q$z qOrI.6J?Ks HYbW7;E }Y'F,6Gy g}[։ 0~nDh-~tA:˩8~JԄ)͛{>޺:4ic<{oe7p<>69{Rovڙ掋b8n}]u=d0Ti8򹓡JDE qU41'Q.by3=;a 4yVn\ni/t^ᅘkҹ>H y{?sX,5Gw9ʣ!9ĿI³vv Ȩez<+h]0^`ሏi NPRb7;Fɏ(08ӚOS*6lמ kgAXo*d'G2sbv[BdtgJ>1MmDr>y݈CQɉ'KERHAn /2|OȮS"JU}k26=v"𖡼v% cuQ^H\ $opo:{Bc;xv 3kl oC!Rboݟ~F1@tVY2FŊ aP Y^v@NGUE"%) Vg~Ȁ(a0'V0z.Vv.Nd=k}7^RT ݜh_De)sǡMy:Ԣh֍NrҦ%LL߁/?45;!G)S,#{7<\;l=I_$|uG2;P' Ӕf-;7 ֍ү J_c9'xo$QB.EW~k% kRhR_"isH|bVܨ29Zb6.{]76 ]5EZ.W$9KONp[ sK|PGCDue7 !*2[-8cyeW_ܴVJ>YЕ$9m׎1oy!fBg6%1{MA(d]j"*n5,ܰ&)pzBQt}4Jdž~g.`"GET9b㱬 W76BPRm0pEBiT-&V"kČ-Ք&]Nb 5GðlTU'3\5N dςfu#|*Q}9 S4ߒm+} hpt]|NS2&#x V5Kbԯ6peRjC.\v ekC(t@jm5Dž]I\u0n8=$PgvwCRtR5&/9u1unSl6 3ZjC*Vpl&M+ce\3<{rxH 3JKMViYИUbԨe*KLD{ڟ:BÕAhwe=,uzB3cT2fRrg M:c 询 z .\0ͨ*lN:ѱm~?5k:ܤRkՂS T^TٚS^0S0x‰? Yk|齽f=cz <(a ! i{L 0%$#v\RhtonȻNn*ͅISNVeM|q0jbup֌KAzr*:(rv[ Tڣ溄.pZCQH3OB㋋RkE 9)tƒc]0n)娲PdK\d@"WzEXոM3fإQ슊Ci#Z e78K , CA/1(Yo > bm 'Iq%ԓ͸_8;^%]8 $c0юC&N_kRB H(aùK^tJ9o!{{`sDܖ^FmtPXJ^Iūb +OWK|_;.aiV:|YFTMKYޢpKi 6MU`0\ELݨ:J"i'}3n#R=}00UR'A'Nz|o& ErjEܾಐ 沵6?-o U¯՘[y`ۤX:وjbEYM%yqJkGW<èX_MiWj=\X1c\۪iu: 8o6"ZL-8sTO32?7vD@KNijꀵ[|с %, ܤg[ @;N0i-݃F%֬ dwꫴ<.N'z[܎d/\Qnbm:>zoTOJ O ~ PC/\Z*mYU#O:/y@xBZ@X/6ЪZ=w: '274sr. . yTYX~\F$sɏw p}riD?/ȋ_7>$*49 tL=)X :_awI+`~{Ƞgl3bh,)MkG:wo$rM]MP]7@8/g*ލYjܻ%o=H/hY&V+Y"~AUPi~=Lݧ\KLwS:abўI^MY~oǘ$ &| 2Cc Hr λ6o:Xad9@@lt!g[#j$D82%dQj)}9Rm OR`y72^hFM;_Ll/Y :qܨ;k x6i }G0Y">ؒ: sΔ3k4ʪۡ{+?n<ΜV,!g¼\4? ]Nk\P#izZ](;+JYI EdVJTϩ s(˩Y" Y;IM B_T,`=@xS_MF̖tTx 1pr(p߉]1X_Wfm&(X0 ~#޶qm١H/i+3LU `ü-,8־Nӵm)UcZ l6O] (&;_7!a=u鍯:A֫gg;+ y/(vGuqZs\a'5r=r~{`& TdED3Ry1PDK l'4,dJ-cS^"jP;g6%9u2fuVE=j" ҵ&!EQCA3GۅPu8󂔮?>)W ]b9\3Hݔ$$(R.Rš{sgt =”~o6am҄PosT'myja=+U)/iyh)*)k%=2ah0Za#)A.>6֋x"3[퀀^ZC%-*COV:#o U:]1ݰ)@}b|u,>[!ozA^LRԵ}&'UxZ&-s,## hyJ?NI xؼg=(;ëAi;iK7YE, `ŋYq#4z_%zGŃ1;3Aٟ"|&צH㤵 ne9,S1 F9#CRtϳ$ q7l7$syKx8 AiYo<&Upd0*B񫞦Inf5A a3,eL\2+. )*mQz^7L^r_qcft>RwH~|NzD\nCM ˓1&HNGeA˖ ĸk"1+MoO R>i$꟮K>{# djՊy&Fn~Q7XXwy1pnق=pBhi=Ny,1:̎8MwogU?Ċ̕ x:nv?Üm_48 ^*)~OI˙1SJ {z8JWTZ6q`=BxJ"ԥ͸R^tySCI5J^Hڿh-̼j7&4b11UyjjtOL7YGPm%T?w7Onv\]a a 4hy[T=@b8R2~W@ ^{Ƙ\!?]M\H&:D=PsikqLZD ذ!!V Sr)hr /*q}*ӕGwҶ;Uv*mo1> LV$Սb 7Z:. ɓӱJ\,\5LNWLeq@Rb5W{l73+`w͖"ڻ?<:oǶ;ceQEAKu=a.&p6ڮ||>#vO(cN0^I@}%0$bᄒZcO":Y+M`S*:?/Qb-B$n5xbrh>y!H5kA}iX\λYj-NWo4 M2({͟+\;1J"Xi ]*r@MU<I%_n(㇈~3u_Q)78A\iů-iać ,qTa/{) p 80)UG:r0W7O^g,7sxV7 x˪3m[qGF S+Qi ~t[-Ļ'y@8':rW*\\~2y<k&mdi].EJ]( deCMy~.21[tfNe6,4s55@̯DybPs$3qON&¡悰f6W_k0#Sqp 6 iaQ T.7 wEU72i6LRX1;H G-dF`{įZ_{6Ihdm*ȆWS}%.T~9Jq$ =ڲ tƅ`8~.u o@M庺eb-+RbB;)n)HޤȈyĀBxw")hMOf 2NuPF.}kF/!^"K^\ Ũ ({YK+fnLqbbj8C 5=,2@AZgV%/Rᇨ@t*QݎI87SА#wcZ{S'~6\٥S/5}v[u"-h3ic+OșА|rUu5Pq?6_R;~f$ļu};qzE0E}`1pSN-%ܠp:rWzAbYF<Tw_ߎڍ<Ą跞nV>K״iic[V^딅 ۞? ިjxA$7x6/UNJd&'G\ ֺ{SF=qb^uLF#nަSxzf֟6vk WYĮȯfyDnRr5S6cѻT]=Sb2SGJq wu9Vi"~:}W4+[e{f,ijm_h!IgT2ԷQ@wP o~ F9; 0;kh'?F3kpհq1/~8W,i7#4ixnEɜ7ϳ&>+280Ÿ-us5`j4]["# U$" /ǀe14$(ٔo[5; D| ,4#@LU &lf6O)m9]d֪6} OHcېnT7z]?Bxnm cx֫d|uw1 xޫ`,Oƞz<}? |!b* "JoSHE>nssWa0*\ Rdgҫ) vZukÇj:.m*٣9FJBЮ| | ptxݯ|η#l$76c|4mK@Ñ-1[Ӷ@Q Ah4Wyb;u^`L$Yb^8M.sW o+oB1.dSEhGsSr\ SB)!xj\U߄'"@TƂ0&X} uY|~Lu/͙Ӱ5jiU|$S"@5JIEldbCmFCTL0|#ZO.9d5:'˝ӎ$6Dyj)#GM[Pa$ ;$i֋Ò1}~} ܌rZOPLm-8[cif޳{S5f~02ދ8b'Ũt'}CSUp'ϯ Z{ۖ1ζXo"Ly]]W]G.W*8Vѹ`V2%Di `t 19 .\"m1BM L,36N$FxCI&c'"e`܄#O_d-jǢɧI$="Wɡ]俟>ktE^Oh,f,/S* F(%8SOd_ mcYa⿐_j'ӆ/aA|Zw|%mMj CK\Wq} ]̖XD`.Yw5qU,b/+e" K6~Wܔ6-'䒸BAY`56zv M*m?@͙̙yh ЂcU)f@RtkQVv{q'Y-˺fmW/hiP m/^uGN^ 8e=1IUjPg[aGlZym3ȕjܠ3|#"a$s8;- 56X?6U3CV_1S42Z:fjt7ڕ}Iv0ONVX X2­s|| ˳]d#Pd7S/P.϶#4rP }[( }a]4KnmuBv pu"Uy]u4!I] upyt# Y];$0H A"W8"6T @9(-cm[ B+LFYpItѐ"`x߄5\*pӟ6c/.e=P<|z$uW=Mz4OY>UO _)6ro͎*f}T&XD88`j=00kr?O i 쮕*7!n!It-JjF yĈ;&ұIDC-|"me2c C c^yKԺgw8" )98w nsuK}G7pBU\k!gZ `KyN>Vr]G<OLV}= -{҃{hNrZKx4hXq(:a+C_(Mgdt;x#vQްܵl-,m 4Y8t yFl8+%'*0v!zVV!ک8$.BjBjVu RS2i0 r'^ر߻[1unweQD{fs/WW)O' Rѱ,[ = s0EmD*(eu"qOZ;UB:_5Q|o~CkTrmUiBLl9iړޑT5 R:QQ4UR0.-B>R D%FSm 9+% '> H4 txzi%tn .s0 }WGu%S4~;%szb(r/1+& d#ݎ cy@qjږ$8$Z]K>Yd}p#Sʭ*CPP}pti )2YX˅h٥bwqT\{LpPvܽʃkYB b ǃ l y&<-[-P2,FjRL'^cYi8etSxEE%ثBWSZ+n&Z[N g_R/ a꜕dpM7Ss6X9r1 Xޒ #~XW _+rXZU$`St 鄯j7xT)j&:񙮭ײ|7!* ĉs EҮٳR$@Cg>}nxIZR' %6]LPZI`:WbvcAY-3 {unwgbnnꀚS4a Y kh1̳"Re)OFo,Qm;*=X-VA\$qN8AN (ғj;&ч8 *hu`SnyT@ϗ٨Mn?IVzbT 8 e5P[/77l~NIiSvxRG@}_+})q.4Q7T\vC#`lG:ȩbS_d9A.U^03oKMq?=sUi9tu{ Vp 7eh:u]W+Ey`P) `٪G}sԟe_̓|`Qz 'CplC ]BTSʨ cjO- 5x#> i4@9UߓL7F1xaf3I[f2? *rt*P6anrۈDb0gpn~LAe t_aQ Y8&킺ΏX"vM;Yg/4iA IC2 +{7%&T"mȊ:T( ;6H9JdЪyeW8詞[O&@fi-S`jV,<]I5jt)FJH*DiyΊ2ݝ/><z*#7//1%!b KkXzeѶLXAZ\vٗv[zӐ(2g8DQ }CD/֐⤊]ZMP~kЃ?S)Pƚs9XT {#"aygwfAԖJ"L16Du6xFA@FDiÂ4vr&Gv걹Nlulxx!>\?kR_ :CgGw֝L\c4P7 XT]-HrM@•cڰ:+NBTυY4i/3a$ ѩvt?_,%*c$:w ub!XhRD΁q{07CA"l((P(6(!i:1*O9ّQ4iT],Y4l% ,ڻtNv}\wnQ?H+Q4 +$\V82qП RiMzl3jjs {?„jhj:,U@ؐlĉ!fH ;Ƶs9{OFDs;?xH&a~|8 Z/63\?+q,{pUP]Fk 3άX' drFUoZV>|?4r@=+PaEȸ9`B]F[gʲ.ر/u:QViA&BMZ7Z.O9cap? b*{p3^f7뺛UBw"\Xi4FӄAi JX\ː؞EGE0 2K~)JZR" mKxHy<3;e![Jpi=8t`L3{T`>"TfCwr{ h9\pwd^hw^c5 Ec>DPRi nLZXbtN~m%-)m hX3{Ȅ3R700rjrዸ;sF"y[QF!]ӿezb3ߨz&_bߧdЦ W'v o yĽЏx2y/( sTCȪZ;Sۏ|YqO p]h'@U9E/2ܠ!kwёg"uFor~|M%-IJƝ2X%uزq!PX=F6:wZ,՟ax#+cQaK5U2d:FPɓR1U'/}yvuRI0֊&OO3vbgt4@ [byN+U4ZeDfu@xl^)TAjrO4yeZhK*q7 <&sQM++Lޞؒ>L|fg45K}6fA Cl?^sل m[-ut G2n=9l:f\pm͖_UwuzLiK6>ǘ02.&lܕtvrVcjAeA^{&?! ,B!|/-1~%g@ՓLg8!Nx / ,B,|dvu{t#:ȬqX~9~EZߒ'YhE0=_LYEa7GcEBo=A<,[zo(c*-`@^ o&0B0B j ZksfdD[%h9zqn)0Oi RbvG w*ޓ kJ+tfV} WO W\|AɎ 5hҤ)24LOgtHǒ98*4$`&P&+rgV2F_mϘ$ن2> In5،P7՜ DBu<ЫY~C+A\;`"# HZ`l u" 7u8 j(.)dр!-!E5_Rj̀ғ0č%P' 0C:)B঒9#c6Ux6=*=Ox87g~ޛlF+$LAȶ|b TWD zK@``_gXtI.+0x9>fy#q@(63UfZc:G%?z g._C͘_:id>rf[7KZAy6A%KUpTR[7nɰg_+:ة _ȱlz"/|SUP|.b;Ip Zn X?F$x; P]A,\T[F|<6{ͯCe&EfhUFV<w0DTvdK3sgR31=P4O*E:NKLh`.!D| YZ