libostree-2020.8-3.3.2 >  A `Pp9|w q+iJ_ J5(v[/TFǑ/> A{< uEer-*{x-!; _d~On̨^E2@E/egnʙOȿ浬R5sF! c]Yˁ=[g{ i FC1K=3I M"\*iWr$=P>Z%ݼҼ+J6G>~Ԥ+2b$h |sqvia8x6b1f1b14730508d8cb3825ee32059cb5542b576a3521c75faaad54f86e31bc8d081377424604ab6e359a2ddc9d5092d01d07a588:`Pp9|I 'ȥNp~U܁{G@=ȠP&$G.2L`H\Z#40Gl Ⱥ:9BcJBbFi=$huš>( ]Wa3%?J!@ te/ԑșK?U;b`&}*i$ŒH?E]F2C=AiC(*xk`aƬ]\w+eHpQxTWcyjw")l% :XZ K~>pI?d   ; .RX^ TH(H H HH hH -H .HH/hH0H282XH3x3949;9(;8</9</:@n/=^>f?n@vB~FGHHHIHX$Y0ZT[X\`H]H^bcsdefluHv4 wHxHyTz`ptzClibostree2020.83.3.2Git for operating system binariesOSTree is a tool for managing bootable, immutable, versioned filesystem trees. While it takes over some of the roles of tradtional "package managers" like dpkg and rpm, it is not a package system; nor is it a tool for managing full disk images. Instead, it sits between those levels, offering a blend of the advantages (and disadvantages) of both.`Ps390zp36S^SUSE Linux Enterprise 15SUSE LLC LGPL-2.0-or-laterhttps://www.suse.com/Development/Libraries/C and C++https://github.com/ostreedev/ostreelinuxs390x if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in ostree-prepare-root.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in ostree-remount.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in ostree-prepare-root.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in ostree-remount.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/ostree-tmpfiles.conf || : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable ostree-prepare-root.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop ostree-prepare-root.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable ostree-remount.service.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop ostree-remount.service.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in ostree-prepare-root.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart ostree-prepare-root.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in ostree-remount.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart ostree-remount.service ) || : fi fiFKxp9P((`c'D3_3{of 8z&4eM_ND*Cz` qaiA큤AAA큤A큤A큤A큤AA큤`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P_`P_`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P`P6dc89b0b54869585bb6f8aac591a4b7dd7170eb498309ccbd576959015cd8711a26405969120add6c34eb4d2af87fc6ecd422265e006eee892eca198c06f1f0c88514b1e785efd189976c55a95dbee2e7609e6e7bf31f40763f06b232efe8803ba453730d930b63b108fc2fac40b62539c89099858cfa23271df5fbcf237410e9e8063422182cf9590629e054fc8c3bbf040aa266b128c8451552f66b20d1942243d4e89e13def2923914d17f53d4bdd774d85263cc3992e5152fd6a4771f30725eaba8c3205293c061ac9edad6cef8d3a3b4561d1123b47cf4f52d91f464832c28615acdb337e6a658939f7f5206fac730eaa73ea98308b8c869091a40d0083ce3b467bb7188986d5fa9076854a7dd5a5a52cbe2abf7b123a34a389db0c681ea1a29fa27d8b805c7394cac16bb17ef4223d43617c7fd39bdadf89892feb25d334d19887bf2f3d6b921e0bf7621147232cfece23c2b85a8953f7102897557b47b38ef91ba984242a10de76caaf0a6a9223b01cd0c3d311a692360d0514e3ebdc5332d3642ab71de554fd51e9b7bc4630407ea67eb11460c45e172bcaf1096cabd1c45e86c7612e521fbcc0f6340815e14a74ec3e4fd462133c4efd95b597c3599c051a024f51e83e4550e1994a7a493d4faa73361d283e1ef77ec631d7201613b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c7145e898c94242dd83e10d598573eedb551b140ff11f75dc0b92ce17a51ed8df0cabcdd54773117be6142d9ec1d686614587d351075a5ec22b8e0bf94012fa046da5cabf4230d330c8ed2f5fb333c7192c2567ff93549bc61c29a7f8229289f3c466b7c766876d14dff313b8ba611cf6f749e591aa1298f6ae37a5cb70b7c4f229148378bf90d039658faf0406685649e8552260366d10e4dd25f646df6bbb3097d87cb54984d29f04bf3d3f176c49c5e03517238d32c8a7480fc955b6431a76cead4333728312f44a82a7b3ea317b3a2738b439711003b77bf0f6c4b16882549816f15d5e8020d2b82f576ae5f24f421231e502a5556d54e7719ad6c19ae97cf9b794623447f5d9f8f2566b6b63ddb2ba7249a3d83ae719da6e8edc57235251cf256aea7da84b9e971c75880be8d213fc4574ca3c0a18cdabd85f7c2b9fe35e8c16c1eab0b61c526036292997bec78638e8bbc13af0870526751d7de5ec21607daa4a28d9d7678a17a8adccc8dae8c70e4677818a3ea2c6d3b707fc8bb6fbed543c5194f4572dd91ade07b27d74541e393c754d40ee6a869f4b06d4e6d3c0a1ac4cb7f15b96614c408efad46f9c5a92143d4b2629b7d4c6895b1d369b5bcd2905ed91027426590727087407d0d7b1be3c89da4538ec6f365015f2b51ec7b0305f25a17520015713ed31485ddc8b38e45c91527e83decf19fd289e9a860547f10500fd0f3ae6c831afbc0f06e2b03fceb40e15d8dccf3ab3e0f9ab8a288d7923ab6e0b23ad4da2ce8b3e88fcc6e2884840ce27f6b3a6795ec3aa9988a2e147bc31152cac1b62fc1ffac5b1e0c68384e6d63b5d839e3519a18ac413d5783237153fe95dc7355662067b23b9c6d979d17314ec046af7eedafbb51eee594e3ea58d6ce109ce4166cd5c9426baaa2499fc302a1f50da6247bca6fc9c6f91df066c4e4e078af62643b803382573be2e6834a9ac14ae16a1fc41137c11355b5b85b59202576e57d1c3868c148f3b1d90452fc42e6108f29c183826147495d51cf3ca8bda08571a5d9f0cd0619f789e5ede004c5c2641b2d1ba4c510a1826a9755f8be125bb787298dae4c2aab9b0f099affd83468c21c39d95227475551599eb0d74b360487320af5a10bf03fde01e997d8fee66c59b22a43cafa4e78ae8b1711f3b76c03c9eda361afcc45622e09607bc799069d95a814fc7656f14fb342ee7ab1778b12de4d9405fab0c057a87917a5ff927a1669001601981e4d02b8941699788e4a7e1a80fb0649135d81d076c9a125d59ad0e89be050669de4edee474adb977d54fc0cb25f11bb22a25b6eda4a758d4e6551209af83898a31d50a71c8a69522b20d667eb03603ea81eefe2d92853aeca077a56bf0afd9712865463da0a553994d0c0409d924a77bb5c3c7f697b5b43793088dbaeb6088a709023959b77f2bb42cfee11837ed63ce032596715cc60dff337f1eed09565b7bcac9f09a2e9772fdf2da8a94c97e471f819f3cbb954ef256d15dfb09454b1d8dae18e47a120e3e6f648fa260763ec6afea51d913332f1974d514f5f40ec60b8ef1306ca9c6b31a8b2afbb9e5a856f1c9379620ffd03a42dba3630d6392b2ba24d08567644eed19d8795c9bf77785a1b962b8fa617bc62516965599efed41138f210e1f7bb428f22959f224be0a09b0208417c01dc0df292df708cc7de3b135af7f6ee9e88c0940d7aed32cd119a7fb7d2ded8aae3947d9a78c30ecb93daf616c54330fc6bec0c0c17b2ce2bb00291769fbe25456b7c7794953517ce76d3b9e176b7476421e956bd702fbe3d09b3ab781c39f434c9dc48d249fb3521ea736107f2868508d599244adaaa5f8955ccbb73fb402e8e813ad4ab0530f86534401c15b97f3401c50a64d77e38652eb1c35e42f43bf4b69c10456dd95526a25cdfff34ca3f8453480f760bbfeac875b3ef9d072be4c1f59dd2f25b2739eb370261dbe3bc174e723fb95b9d42b0b6ffb2f9eb02026f293e10ef31ac7234a3f4e64462c78269a9d26ffbe19475fserviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibostree-2020.8-3.3.2.src.rpmlibostreelibostree(s390-64)ostree@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/shlibarchive.so.13()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.10)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.6)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.8)(64bit)libfuse.so.2()(64bit)libfuse.so.2(FUSE_2.5)(64bit)libfuse.so.2(FUSE_2.6)(64bit)libfuse.so.2(FUSE_2.9)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libostree-1.so.1()(64bit)libostree-1.so.1(LIBOSTREE_2016.14)(64bit)libostree-1.so.1(LIBOSTREE_2016.3)(64bit)libostree-1.so.1(LIBOSTREE_2016.4)(64bit)libostree-1.so.1(LIBOSTREE_2016.5)(64bit)libostree-1.so.1(LIBOSTREE_2016.7)(64bit)libostree-1.so.1(LIBOSTREE_2016.8)(64bit)libostree-1.so.1(LIBOSTREE_2017.1)(64bit)libostree-1.so.1(LIBOSTREE_2017.10)(64bit)libostree-1.so.1(LIBOSTREE_2017.12)(64bit)libostree-1.so.1(LIBOSTREE_2017.13)(64bit)libostree-1.so.1(LIBOSTREE_2017.15)(64bit)libostree-1.so.1(LIBOSTREE_2017.4)(64bit)libostree-1.so.1(LIBOSTREE_2017.6)(64bit)libostree-1.so.1(LIBOSTREE_2017.7)(64bit)libostree-1.so.1(LIBOSTREE_2018.2)(64bit)libostree-1.so.1(LIBOSTREE_2018.3)(64bit)libostree-1.so.1(LIBOSTREE_2018.5)(64bit)libostree-1.so.1(LIBOSTREE_2018.6)(64bit)libostree-1.so.1(LIBOSTREE_2018.7)(64bit)libostree-1.so.1(LIBOSTREE_2019.3)(64bit)libostree-1.so.1(LIBOSTREE_2019.4)(64bit)libostree-1.so.1(LIBOSTREE_2020.1)(64bit)libostree-1.so.1(LIBOSTREE_2020.4)(64bit)libostree-1.so.1(LIBOSTREE_2020.7)(64bit)libostree-1.so.1(LIBOSTREE_2020.8)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)libsoup-2.4.so.1()(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1_إ@_^@^^^@\O\N[@[[[6@Z@Za@ZZxG@Z:PZ:PZ:PYdYyY?@Yp@YTYC@XX @X @X}@X@X[@X=mX@XWW@WίW]@WrfWq@W3W@W VZVZU@U%@T@mliska@suse.czdimstar@opensuse.orgdimstar@opensuse.orgalarrosa@suse.comalarrosa@suse.commliska@suse.czbjorn.lie@gmail.comalarrosa@suse.combjorn.lie@gmail.combjorn.lie@gmail.comluc14n0@linuxmail.orgopensuse-packaging@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgaplazas@suse.comzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgaplazas@suse.comzaitor@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgjengelh@inai.dedimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgopensuse-packaging@opensuse.orgzaitor@opensuse.orgdmacvicar@suse.defcrozat@suse.comfcrozat@suse.comdimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgfcrozat@suse.comdimstar@opensuse.orgdimstar@opensuse.org- Enable LTO (boo#1133120) as it works now.- Update to version 2020.8: + This release mostly contains scalability improvements and bugfixes. + Caching-related HTTP headers are now supported on summaries and signatures, so that they do not have to be re-downloaded if not changed in the meanwhile. + Summaries and delta have been reworked to allow more fine-grained fetching. + Finally, this fixes several bugs related to atomic variables, HTTP timeouts, and 32-bit architectures. - Changes from version 2020.7: + Static deltas can now be signed to more easily support offline verification. + There's now support for multiple initramfs images; the idea here is that one can have a "main" initramfs image and a secondary one which represents local configuration. + The documentation is now moved to https://ostreedev.github.io/ostree/ + Lot of preparatory cleanups to the pull code landed for upcoming work on indexing deltas outside of the summary. + On the bugfix side, the biggest one is a fix for an assertion failure when upgrading from systems before ostree supported devicetree. + Also notable is that ostree no longer hardlinks zero sized files to avoid hitting filesystem maximum link counts. - Changes from version 2020.6: + One notable feature: ostree now supports / and /boot being on the same filesystem. + Other than that it's mostly bugfixes; there is one quite important one for anyone using the readonly=true for /sysroot (which is still just Fedora CoreOS I suspect). + There's some improvements to the GObject Introspection metadata, some (cosmetic) static analyzer fixes, a fix for the immutable bit on s390x, dropping a deprecated bit in the systemd unit file, etc. - Changes from version 2020.5: + This release primarily fixes a regression in 2020.4 where the "readonly sysroot" changes incorrectly left the sysroot read-only on systems that started out with a read-only / (most of them, e.g. Fedora Silverblue/IoT at least). + There's some additions to the pull API to aid flatpak. + There were a few fixes to the man pages, and ostree show now displays the parent commit. + The default dracut config now enables reproducibility. + On the "feature" side, there is a new ostree admin unlock - -transient. We expect this to be a foundation for further support for "live" updates. - Changes from version 2020.4: + By far the biggest change in this release is new ed25519 signing support, powered by libsodium. + stree commit gained a new --base argument, which significantly simplifies constructing "derived" commits, particularly for systems using SELinux. + Handling of the read-only sysroot was reimplemented to run in the initramfs and be more reliable. Enabling the readonly=true flag in the repo config is recommended. + Several bugs were fixed in locking for the temporary "staging" directories OSTree creates, particularly on NFS. + lib: Coerce flags enums to GIR bitfields changed some values to be (correctly) flags - this may show up as incompatible for GObject Introspection consumers (but not C). + A new timestamp-check-from-rev option was added for pulls, which makes downgrade protection more reliable and will be used by Fedora CoreOS. + Several fixes and enhancements were made for "collection" pulls including a new --mirror option. + The ostree commit command learned a new --mode-ro-executables which enforces W^R semantics on all executables. + A new commit metadata key (OSTREE_COMMIT_META_KEY_ARCHITECTURE) was added to help standardize the architecture of the OSTree commit. This could be used on the client side for example to sanity-check that the commit matches the architecture of the machine before deploying.- Stop invalid usage of %_libexecdir: + Use %{_prefix}/lib where appropriate. + Use _systemdgeneratordir for the systemd-generators. + Define _dracutmodulesdir based on dracut.pc. Add BuildRequires(dracut) for this to work.- Update to version 2020.3: * A quick followup to 2020.2, which introduced support for read-only sysroot ended up breaking some of the Fedora CoreOS tests in coreos-assembler which in turn holds back ostree going into FCOS * Now that gap has been closed and more of those tests are being run on the new CI. - Update to version 2020.2: * lib: Fix Since versions for 2020.1 * Post-release version bump * "Brown paper bag" release that actually sets the is_release_build=yes flag and also fixes the Since: on a few new functions. - Update to version 2020.1: * There is now support for making the /sysroot mount point read-only to start. This protects against a lot of accidental damage, and also generalizes and improves the previous special case handling of having /boot read-only. One known issue is that ostree pull is broken with this enabled, and this will be fixed. * Error-handling around GPG verification has had an overhaul. Specifically, libostree now has more specific error codes to distinguish between different verification failures. This should allow apps to have more fine-grained control over how to respond to errors. Do note that the error messages themselves have changed, and we strongly suggest that anyone relying on a specific error message string to migrate to using the API directly. * The original "archive" (split up objects) format didn't make it easy for a client system to know how much data it would be downloading. Later, static deltas were added which addressed this problem, but there are situations in which object fetches still occur. Later then support for optional sizes metadata in commit objects was added but was never really stabilized/publicized. There were also some bugs in it. That is now completed - the sizes data is now stable. and new API was added to read it. * This release adds initial fs-verity support; it doesn't do too much today. Bigger picture it's important to understand that the vision of OSTree is to enable Linux systems that feel like they're "image based" (transactional, versioned updates, no dependency resolution client side), but also to enable things like doing commits on the client side. Today rpm-ostree supports replacing the kernel client side as a first class operation. This is crucially important to make it feel truly like a Linux system that you own. * A small tweak was made to have OSTree create repo structure directories and files (such as objects/ or .lock) with group write permissions. This is useful for managing OSTree remote servers from multiple UIDs. For systems with the default umask of 0022, this should have no effect. * We've extensively reworked CI for the upstream repo. In addition to Travis, testing is now done on top of Fedora CoreOS. Not all tests have been carried over, but expect to see more coming. This rework will also allow us to have more comprehensive tests previously not possible. * Several fixes were made to the test suite to handle the cases of systemd vs no-systemd, and systemd is now advertised in the list of features in ostree --version if present.- Update to version 2019.6: * Nothing major in this release, but there is some bigger stuff outstanding and ready to merge, so this version was released so that work will have time to stabilize. * A few build/CI fixes. A new progress API which will be used by flatpak (and can be used by others). Finally, we also avoid reordering kernel arguments. - Update to version 2019.5: * We discovered that CLang has a static analyzer scan-build; it found some small memory leaks so far, otherwise mostly noise, but we haven't dug through all the errors yet. * Gained a new zipl (s390x bootloader) backend * Install the .hmac files needed for FIPS mode in /boot too * This is also the first release where we switched to using the OpenShift Prow as a merge bot, though a lot more CI work is pending. - Update to version 2019.4: * This is mostly a bugfix release. Notably, the 2019.3 release caused some issues related to the gpg-agent code spewing messages on the terminal. Additionally, Fedora 31 users have hit upon issues with ostree-finalize-staged.service running too late to be able to write back its logs to the journal. This then confused rpm-ostree after reboot, because it looks at the previous boot's journal for this message. * The biggest feature-ish change is support for a partial commit "reason" so that after ostree fsck --delete was used, subsequent ostree fsck will continue to report an error. This should be used by higher level tools that want to do "fsck and repair". It's likely at some point that "fsck and repair" logic will move down into the libostree core as well. * There are ongoing efforts to port Fedora CoreOS to s390x: one fix landed here to add the deployment prefix to BLS entries since it's what the zipl bootloader expected. - Update to version 2019.3: * A lot of changes since the last release. On the feature side, probably the biggest is we've made public the internal API for kernel arguments, which rpm-ostree now uses. * Other things include a new --modern switch for init-fs, better support in pull for downgrade protection, better use of mmap, support for committing archives (tarballs) from stdin, etc. * Finally, libostree now supports being built without GPG, which is an important preparatory piece for introducing an alternative signature system. - Update to version 2019.2: + It's been some time since the last release, so this is a slightly larger one! There's lots of new features, and a few bug fixes. + New features: * A new sysroot.bootloader key was added to be more explicit about which bootloader OSTree should use. Notably a none value is supported, in which OSTree is solely responsible for writing the BLS entries. This can then be used by bootloaders like GRUB2, which now supports BLS natively. * ostree config now supports the unset command to unset a key from the OSTree repo config * ostree remote add now supports the --force flag to replace a remote of the same name if it exists * ostree-prepare-root now logs a structured journal message after finding the deployment to which to pivot. This can be used by higher-level apps like RPM-OSTree to build a history of the deployments the machine was booted into. * The staging API now supports a lockfile which prevents finalization at shutdown. This is intended to be used in systems that need more fine-tuned control between staging a deployment, and setting it as the default deployment on reboot. * ostree static-delta show now prints the From and To commits for which the delta was generated + Bug fixes: * Make looking up collection-refs similar to how regular refs are looked up, i.e. first in the transaction, then in the current repo, and then in the parent repo * Don't include the OSTree commit version number twice in the boot menu title. This affected at least Fedora-based systems composed with RPM-OSTree's mutate-os-release. * Activate ostree-finalize-staged earlier; this should hopefully make deployment finalization more reliable by running it later in the shutdown sequence, when less services are running * Run grub2-mkconfig on the filesystem tree of the pending deployment, rather than the previously deployed tree. This was a corner case where the deployment failed if a previous deployment did not exist, on systems where grub.cfg is used.- Disable LTO (boo#1133120).- Update to version 2019.1: + This is the first libostree release of 2019; no big changes, just a collection of smaller features and bugfixes. + On the features side, a good example is: lib/repo: Search a list of paths in gpgkeypath for gpg keys. + Another feature is grub2: add support for devicetree. + lib/kargs: allow empty-list arguments i.e it ensures libostree supports "empty list" kernel arguments. + There's also some ongoing work to have libostree be a "backend" for OCI/Docker container storage; checkout: honor opaque checkouts. + If built with --disable-http2, allow enabling via http2=1 will allow people to more easily play with HTTP2 if it's disabled by default.- Update to version 2018.9: + New features: * Allow disabling pulling from LAN/USB/Internet * lib/repo: Add an API to get min-free-space-* reserved bytes * OstreeMutableTree: add _remove method * repo: Add a checkout option to not hardlink zero-sized files + Bugfixes (apart from regular memory leaks fixes): * finalize-staged: Bump timeout to 5 minutes * deploy: Fix removing /var/.updated with separate /var mount * src/ostree: Don't delete refs having aliases + One notable change in this release is the initrd service ostree-prepare-root.service now runs earlier in the boot process. This shouldn't actually affect OSes, unless there's extended logic in the initrd that integrates tightly with OSTree. + Another systemd related change is the introduction of a path unit: ostree-finalize-staged.path. This allows the service of the same name to be path activated instead of explicitly started at deployment staging time. This release however does not yet rely on this mechanism to give time for packagers and integrators to adapt to the new unit (e.g. by enabling it in the systemd presets). A future release will require this. Note that deployment staging is still not the default for libostree, although at least rpm-ostree now unconditionally uses staging, and while it generally worked well, we hit issues with people using slower hard drives, hence the increase in timeout in PR #1755 . + Another change to call out is: lib/commit: Don't chown objects to repo target owner. We previously had incomplete support for a process running as uid 0 writing to a repository owned by a non-zero uid, but it was never finished. This will likely be revisited at a later time.- Update to version 2018.8: + This release is pretty much all minor bugfixes: memory leaks, fixing error messages and docs, handling a race condition on pull with summary updates. There's one new feature (noted below), and we also gained a new contributing tutorial: https://mail.gnome.org/archives/ostree-list/2018-August/msg00005.html + The one bugfix I want to call out explicitly is: ostree-remount.service: RemainAfterExit=yes (gh#ostreedev/ostree#1697). It's surprising it took us so long to find and fix this; I've seen occasional boot failures that I believe trace down to this problem. The behavior of systemd units of Type=simple without RemainAfterExit=yes set is rather nonsensical; I may try to push to have a warning emitted upstream if such a unit is a dependency of another. + And the one new feature is the auto-update-summary config option for repositories. For more information, see the docs and gh#ostreedev/ostree#1681. - Rebase ostree-grub2-location.patch with quilt. - Drop libostree-fix-wformat-warnings-on-i586.patch: Fixed upstream.- Update to version 2018.7: + There's no one major feature in this release, but we have a variety of improvements and bugfixes.- Update to version 2018.6: + lib/repo: Do free space math under lock in error path. + lib/archive: Tell g-ir-scanner to ignore the private libarchive bits. + deploy: Delete .updated file from /etc and /var on new deployments. + switchroot: Allow letting ostree-prepare-root mount /var. + lib/repo-pull: - Support retries for delta superblocks; - Support queuing delta superblock requests; - Add some missing assertions for progress statistics; - Support retrying requests on transient network errors. + ostree/trivial-httpd: Add --random-408s command line option. + fsck: Add --all to print all corrupted object. + bash-completion: Don't add a space after files and directories. + u-boot: add support for devicetree. - Changes from version 2018.5: + lib/sysroot: Add OSTREE_EX_STAGE_DEPLOYMENTS environment variable. + docs: Add "Hello World" example. + lib/deploy: - Do post-ops when removing staged commit; - Also compare deployment csum versions. + repo: Add checksum to error message opening unreadable object + deploy: - Don't prune repo at finalization time by default; - Return staged deployment; - Silently do nothing if passed same set of deployments. + man: Add man page for create-usb. + fsck: Mark commits with missing or deleted object partial. + Add concept of "staged" deployment. + bin: Hide `admin instutil` command. + pull: Don't save summary to cache before validating signatures. + lib/repo-pull: - Improve error message when no summary is found; - Rename a variable for clarity. - Add libostree-fix-wformat-warnings-on-i586.patch to fix 32-bit arch building failure.- Update to version 2018.4: + A quick turnaround after 2018.3 to include one main PR: gh#ostreedev/ostree#1508. + "switchroot: Ensure /run/ostree-booted is created even without initramfs". + This fixes ostree when booting without an initramfs. Thanks to @akiernan for the bug report and helping review the fix! I'm working on enhancing the test suite, which will help in adding some coverage here. - Changes from version 2018.3: + Keeping up with our ~monthly cadence. A variety of contributors here again, it's great to see! There's two notable features, and a variety of non-critical bugfixes. + On the features side we have: - sysroot: Add concept of deployment "pinning". - ostree: introduce PAYLOAD_LINK object type. - lib/fetcher: Allow clients to append to User-Agent. + By default libostree prunes older deployments; the pinning feature allows you to explicitly retain them until unpinned. This is useful for major version updates. + The PAYLOAD_LINK functionality allows libostree to do content-based deduplication. Previously, if e.g. a file changes in metadata (mode, owner, xattrs such as SELinux labels), we can't make a plain Unix hardlink, and hence by default end up with a new copy on disk. However, the Linux kernel has standardized "reflinks" and some filesystems support them, including modern versions of XFS. When reflinks are available, this functionality causes libostree to compute a content-only payload, and when importing an object, if it matches in content with an existing object, to use reflinks to deduplicate, while using different inodes. + Finally, the HTTP User-Agent API is intended for higher level tools linking to libostree where one wants to expose the app version as well. + Beyond that, as mentioned above we have a variety of non-critical fixes such as memory leaks, test suite improvements, correctly printing the "would be pruned" size when using prune --no-prune, etc. - Changes from version 2018.2: + We're keeping up with the approximately-monthly release cycle. There's mostly a collection of smaller fixes here, with some enhancements. I'm biased but my personal favorite is gh#ostreedev/ostree#1438 since it makes the output of findmnt rather significantly nicer on this workstation where I have container tooling creating sub-mounts in /var that are no longer replicated in /sysroot. + For the embedded space, gh#ostreedev/ostree#1411 for devicetree support is likely interesting, and is related to a discussion on the mailing list: https://mail.gnome.org/archives/ostree-list/2018-February/msg00001.html + Jonathan's PR gh#ostreedev/ostree#1441 to add callback filtering to checkout was necessary for us to re-implement some hairy logic from librpm around "file coloring"; see projectatomic/rpm-ostree#1227 We're getting quite far along now in having rpm-ostree be a truly hybrid system, supporting the existing RPM ecosystem. + Marcus definitely wins the "lines changed" count this cycle by adding SPDX-License-Identifier to all of the C source files (gh#ostreedev/ostree#1439). This happened because we relicensed the documentation to dual CC BY-SA and GFDL in gh#ostreedev/ostree#1432 to enable a Wikipedia page which I just noticed exists now!- Drop pkgconfig(libgsystem) BuildRequires: this is no longer needed.- Modernize spec-file by calling spec-cleaner- Update to version 2018.1: + Support for booting without initramfs. + bash/ostree: add missing --add-metadata option. + bin/commit: add --keep-metadata option. + bin/commit: move parent checking code higher up. + bin: Fix cookie builtin build with curl but no soup. + build-sys: Allow building with curl, but without libsoup. + build-sys: Link with -ldl for rust build. + deploy: add --karg-none argument. + find-remotes: Add --finders option. + grub2: Exit gracefully if there's no system ostree repository. + lib/checkout: Validate pathnames during checkout. + lib/fetcher: Add version to USER_AGENT string. + lib/pull: allways include ostree-repo-pull-private.h. + lib: Validate metadata structure more consistently during pull. + ostree-prepare-root: enabler for simpler kernel arg. + rofiles: Add --copyup option. + rofiles: Fix --copyup when creating a new file.- Update to version 2017.15: + The headlining feature in this release is support for repository locking, contributed by Dan Nicholson. Currently it is disabled by default; add locking=true in a repository configuration file to enable. This feature should be considered as "tech preview"; it's highly likely we'll stabilize it in its current form, but it's possible something will change. Currently the locking only protects commit + prune; there is a large pending PR to extend locking to many more APIs and commands. + Several new APIs were added; for example libostree now has a convenient API to break a hardlink, which happens in e.g. rpm-ostree in several places such as handling the RPM database. + Also, multithreading support in the commit APIs was cleaned up and clarified. It's now possible to call transaction_set_ref() from multiple threads, which rpm-ostree uses now to import RPMs to OSTree in parallel. + We're tracking an issue with http2+libcurl and it looks like there are a number of issues still floating around HTTP2+libcurl (some are server bugs), that we added support at both build and runtime to disable http2. + The fsck command learned how to verify ref bindings, and relatedly, the commit command gained a --unbound option to skip creating ref bindings.- Update to version 2017.14: + This release is almost entirely bugfixes. One notable fix is a read-after-free when libcurl is finalizing that some people have hit. + There are a number of improvements around the ${repo}/tmp directory and the per-transaction staging directory in preparation for adding locking in a future release. This release should already help avoid several failures when doing concurrent commits; the aim of the locking work will support concurrent prunes and commits.- Update to version 2017.13: + A lot of across-the-board improvements here; the pure bugfixes are mostly in the experimental Avahi bits, hardening the FIFREEZE on /boot code, explicit errors when trying to commit non-UTF8 filenames, and finally a number of fixes around our use of mmap. + One slight backwards-incompatible change (but I doubt it'll break anyone): Disallow refs starting with a non-letter or digit If this does affect you, please let us know ASAP. + For improvements, first up, Alex changed the static delta code to avoid holding everything in memory; this is a substantial improvement for large deltas, and also for flatpak which uses deltas as a "bundle" format. + A few notable changes: - commit: Add _CONSUME modifier flag. You probably want to use this by default for your build/package systems. - core: Add standard SOURCE_TITLE metadata key. This one I think is conceptually quite interesting; for many people, their ostree commits are derived from something else that has its own versioning, and it's useful to show that explicitly. I encourage ostree-based build systems to consider rendering human-readable information about your builds into this standardized metadata key. - On the command line side: cleaning up the --help output significantly.- Update to version 2017.12: + Quite a lot in this release. First, on the notable bugfix side, we fixed an issue where background threads could remain alive after an error was encountered during pulls. Particularly for projects like flatpak that do multiple pulls in process, this is an important fix. + Another important change related to pulls is that libostree now performs checksums when mirroring again. The intent here was to speed up mirroring, but it led to a confusing security story. Now it's easier to explain: for HTTP pulls we verify checksums (and this can be disabled), for local filesystem pulls we don't, (but it can be enabled). We've always verified checksums by default when pulling from an archive repository into a non-archive. + Anton Gerasimov contributed a change to the libcurl backend to support PKCS#11 URIs, useful for storing certificates in a hardware or software enclave. + The schema for the experimental OstreeRepoFinderMount API to find OSTree repos on removable media has changed incompatibly, so that the media doesn’t need to contain two similar lists of refs. It will now look in .ostree/repos.d, .ostree/repo, ostree/repo and var/lib/flatpak paths on removable media. + Similarly, the experimental ostree_repo_resolve_keyring_for_collection() API has changed to return an OstreeRemote containing the keyring, rather than just the keyring, making it more generally useful. + The bloom filter used when finding refs from remote peers has been fixed to work correctly on 32-bit architectures (such as ARM). This doesn’t change the bloom filter format, but will require bloom filters created on 32-bit architectures to be regenerated in order for advertisements from those machines to work. + Repositories which have a collection ID set will now put their repository metadata in an ostree-metadata ref when ostree summary --update is run, in addition to putting it in the summary file. This is part of a plan to securely allow unsigned summary files for peer-to-peer pulling of refs. This won’t happen for repositories which don’t have a collection ID set, or if --enable-experimental-api is not configured. + A new ostree create-usb command has been added (if configured with --enable-experimental-api) which can be used to put refs from repositories onto removable media in a format which can be detected by OstreeRepoFinderMount. For example, to allow easy sharing of flatpaks or OS updates between offline machines. + OstreeRepo has gained hash() and equal() methods, so it can now easily be used in a hash table based on its device number and inode, rather than using its path. + A minor bug was fixed in rofiles-fuse, which would cause files to be created with random mode bits if called for O_RDONLY. + For clients that use OstreeRepoDevInoCache, a bug was fixed which caused libostree to ignore callbacks that allow modifying file modes, ownership, and extended attributes. + libostree now supports --with-crypto=gnutls. Like the OpenSSL support, this is currently just checksums, but we are driving this towards making the GPG dependency optional and supporting other signature methods. + In previous releases, libostree learned how to make hardlinks for local pulls. But if we couldn't hardlink (e.g. the devices were separate), the local pull code went through a much slower generic path that included re-checksumming objects. Now there's a copy/reflink fast path that uses FICLONE/copy_file_range() directly if possible. This can be substantially faster. + ostree prune learned a new --only-branch option. This can be a lot more convenient for release engineering tasks. + As usual, more work was done to improve the testsuite. It should now be able to better detect tmpfs/overlayfs environments. The upstream CI now also runs tests in a non-overlayfs environment for better coverage. - Changes from version 2017.11: + This release has a few new features, some UX improvements for the command line, and a variety of bugfixes. + The project is now more canonically called "libostree", though "OSTree" and "ostree" are also fine. + The most important bugfix for anyone using rofiles-fuse (typically build systems, rpm-ostree also uses it) is: - rofiles-fuse: Fix lchown() and hardlink verification for symlinks. + On the features side, we've added a few new APIs to the libarchive importing and checkout path that will be used by rpm-ostree. This should be of interest to anyone using libostree for build systems or underlying a hybrid image/package system like rpm-ostree. + Also on the host system side, there is a new (canonical) place for build systems to put the kernel/initramfs: /usr/lib/modules/$kver. + Make all of the deployments show up in the uboot configuration, to help enable automatic fallback if a new OS fails to boot. + Lots of style cleanups, some "error prefixing" work to ensure we produce understandable errors in more situations, and one other notable cleanup: add a tmpfiles.d snippet to clean up /var/tmp/ostree-ovl.XXX. This should be nice for anyone who uses ostree admin unlock frequently. + Improve the management of configuration for remotes. + Lots of cleanup in the command line parsing and fixes for - -help, and also helped with the new --selinux-label option for ostree commit. + Fix the handling of GPG keys that have subkeys. + Fix the build system and tests.- Update to version 2017.10: + In this release Coverity scans were set up , and fixed all of the problems it found. None of the issues were critical; the only off-by-one array indexing for example was in a test case. + Add bash completion. + Documentation fixes. + There are a number of smaller features: - lib/repo: Add API to create and list ref aliases. - repo: Introduce ostree_repo_open_at() and ostree_repo_create_at() is a notable new API, and finally completes our fd-relative porting for OstreeRepo. The semantics of these functions are nicer; it's now more convenient to unconditionally call ostree_repo_create_at() for example to ensure a repository exists, returning the opened result. + lib/sysroot: Add journal-msg signal is a nice cleanup in that we finally stopped doing printf() in the library code for OstreeSysroot. If you maintain a client, you should start listening for this signal, like the demo command line does (if you want the text of course). + In the "important bugfixes" category, pull: mark commits from local cache as partial fixes up the --localcache-repos logic. + Also a number of bugfixes contributed for the collections logic as well as cases of trying to download a missing summary file.- Update to version 2017.9: + A notable new feature in this release is that the pull machinery now interprets two new metadata keys: ostree.ref-binding and ostree.collection-binding. This allows closing a longstanding class of "sidegrade" attacks that Florian Weimer identified when performing a security audit of libostree years ago (bgo#724873). There was a more recent discussion on this topic on the list: https://mail.gnome.org/archives/ostree-list/2017-May/msg00013.html + For the ostree-as-host case, this only matters if you offer multiple refs. For flatpak, it's more important as a MITM attacker could actually switch applications; that's why flatpak implemented this a while ago as xa.ref. + I'll note here that it's recommended for content providers to make use of ostree's support for tls-ca-path to implement TLS CA pinning, which protects all metadata and content in a strong fashion; in this scenario the GPG signatures act as a secondary layer of defense and make offline verification easier (for e.g. mirroring). + Otherwise, there's some performance enhancements for local pulls, and a variety of bugfixes.- Update to version 2017.8: + This is a quicker release closely following 2017.7, but it still includes a number of changes. First, a lot of work is landing from Philip/Krzesimir for doing "collections" and pulling content from Avahi/USB drives etc. That work is still underneath --enable-experimental-api, but look for more from that soon! + Other notable user-visible features from this cycle are: - lib/repo: Add min-free-space-percent option, default 3%. - Add "pull --localcache-repo". + An important bugfix for bare-user repo mode owners is: lib/commit: Ensure bare-user objects are always user-readable. + Besides that we have a lot of code cleanup, CI work, etc.- Update to version 2017.7: + The most notable thing for this release is that for flatpak users/distributors, this release adds a lot of (opt-in) hardening against setuid or world-writable files. These issues are also (to a lesser degree) applicable to ostree-based build systems which use the bare-user repository mode. A pending flatpak version will require this version of libostree. + For ostree-as-host, we fixed a major regression in SELinux labeling for /etc (only applies to SELinux-using host systems). + Known issue: test-symbols.sh will fail when building from the tarball (as opposed to a git clone). + Besides that, there's various smaller cleanups and fixes. It's great to see contributors from a variety of organizations; having libostree be a shared infrastructure layer across distributions is a longstanding vision.- Update to version 2017.6: + One of the most notable changes in this release is that we switched to using a systemd generator for handling /var, which means admins can now set it up as an explicit mount point. We feel pretty confident in the code, but do test your specific setup. One note in particular; the new model (obviously) requires systemd, and while we tried to preserve the non-systemd path, it wasn't explicitly tested. + The work to port to a new code style continues rapidly; at this point most of the library is converted, with just the command line remaining. I think the new style is a lot more readable now that we rely fully on __attribute__((cleanup)). + Enhance the OstreeAsyncProgress reporting API, which I think is going to be quite useful for user interface frontends (like GNOME Software). + There's a smattering of smaller bugfixes; minor memory leaks, double close() and the like. In this cycle we also beefed up our CI/testing more - we now test both Fedora Atomic Host and flatpak more explicitly. Contributions to extend the suite to other distributions would be appreciated; for example, tests for ostree-as-host on Debian. Our Travis-executed tests should be extensible. + Fix some of the test suite for installed tests, and also introspection fixes for language bindings. + Another feature that involved a lot of internal changes is our handling for /etc on SELinux-based systems. We now label files as we go rather than having a more fragile separate relabeling path. This is also exposed as an API, which is used by rpm-ostree now. I think this particular change highlights the strength of "libostree" as an API that can be reused by higher level systems. - Changes from version 2017.5: + This is a bugfix release for 2017.4 to fix a regression that broke flatpak. - Changes from version 2017.4: + A notable new feature in this release is a fourth repository mode: "bare-user-only". This is very similar to bare-user, but canonicalizes permissions and ignores xattrs. The intended use of this is for "non-OS" container tools such as flatpak, where one intentionally discards the traditional file ownership. (I'm calling this container case "non-OS" to distinguish from other container tools where one might want to "log in" via PAM and supporting distinct UIDs inside a single container is valuable) + We have a few new APIs, such as ostree_check_version() which is important when making use of some of the "API extensions" we have using GVariant on e.g. ostree_repo_pull_with_options(). + The diff is a bit larger due to us switching to a new code style. + Another quite important change is that ostree trivial-httpd is disabled by default. With a libcurl build, this is the last part that links to libsoup. It's only needed for unit tests, so can be subpackaged or discarded. (We're doing the latter for Fedora). + Speaking of curl, we now support --with-openssl which enables using OpenSSL's libcrypto for SHA256. This can be notably faster. You likely want this if e.g. libcurl is already linked to OpenSSL for you. I'm increasingly confident in the curl code, and should be ready to recommend using it by default in the next release or two.- Update to version 2017.3: + contrib/golang: rm directory. + deltas: Don't put unreadable *from* objects in fallback. + delta-show: Don't dump whole superblock, do show fallback checksums. + repo: Fix static delta progress display. + pull: Explicitly error out if metadata objects are fallbacks. + pull: Fold together deltapart+fallback count for display. + ci: Install PyYAML. + lib: Ensure an error is set in ensure_unlinked() if errno != ENOENT. + libtest: Re-enable quiet mode for building fs tree. + README.md: Add more/clean up links to consuming projects. + libglnx: Re-bump to master due to accidental reversion. + ci: Hard error on all -fsanitize=undefined warnings. + build: Add --with-smack, use it to reset contexts for writing objects. + main: Make ostree --version output YAML (and add gitrev). + deploy: Correctly use libmount unref() calls rather than free(). + man/repo-config: Document mirrorlist. + tree-wide: Squash noncritical compiler warnings. + deploy/libmount: Fix build with old util-linux 2.23 (CentOS7). + fetcher: Log failures into journal. + upgrade: Add support for --pull-only and --deploy-only. + grub2: Use g_spawn_sync() rather than GSubprocess to avoid SIGCHLD. + deltas: Expose the filename parameter. + pull: don't use static deltas if archive repo. + libglnx: bump for -Wmaybe-uninitialized fix. + grub2: Use "linux16" only on x86/x86_64. + pull: Use all available commits for delta sources. + build: Fix disabling --enable-man if xsltproc is not available. + fetcher/curl: Fix leaks caught by ASAN. + libostree: Allow compression level to be set for archive-z2 stream. + Allow and start using C99 declaration-after-statement. + repo/checkout: Verify early if src/destination are on same device. + checkout: Support a "pure addition" mode. + repo/checkout: fix 32-bit builds. + repo-pull: add option to set the async update frequency. + ostree: allow setting update frequency from command line. + repo/checkout: Convert a few functions to new "stmt-decl/FALSE" style.- Update License: this should be LGPL-2.1+, not GPL-2.0+.- RPM group changes- Update to version 2017.2: + libostree: Don't distribute generated enumtypes in tarballs. + lib: Adjust comments in symbols section for last release. + lib: Prefix GPG errors with the checksum. + lib: Move the bupsplit selftest into our test framework. + Rename to libOSTree. + oxidation: Add implementation of bupsplit in Rust. + trusted.gpg.d: keep in the same location. + lib: Add ostree_repo_reload_config(). + rust: Support `make dist` -> cargo vendor. + repo: Add archive/zlib-level option, drop default compression to 6. + fetcher: Drop the libsoup queue. + libcurl backend. + fetcher queue: also throttle on outstanding writes. + libostree: added empty ot_cleanup_{read,write}_archive macros. + ostree-repo: Clarify error behaviour of remote option getters. + admin-switch: Don't segfault if there's no remote. + commit: Support -F/--body-file, like git. + build: Remove .PHONY for Rust shared library. + rofiles-fuse: Support write/read_buf(). - Rename from ostree to libostree, following upstream.- Update to version 2017.1: + This release has mostly bugfixes, the main new feature is that the prune command gained more sophistication around selectively pruning branches. We're planning to use this in Project Atomic work where we want to co-locate both "development" and "stable" branches in the same repository. + The next release is likely to be more exciting, as we have an additional new libcurl backend in the works - this release contains some preparatory cleanup for that.- Update to version 2016.15: + This release is mostly bugfixes - for example, it cleans up the vast majority of memory leaks caught by ASAN. We also build without libsoup again, which is preparatory for a potential addition of a libcurl HTTP backend. + Another notable change is that we now always checksum individual objects even when applying static deltas, regardless of whether or not the summary file is signed. This is part of an ongoing thread about supporting OCI as a transport layer. - Add pkgconfig(zlib) BuildRequires: configure explicitly checks for it.- Update to version 2016.14: + otutil: Note that ot_log_structured takes a printf format. + libglnx: Bump to master (for -fsanitize fixes). + Distribute test scripts even if we wouldn't run them. + Distribute valgrind suppressions in tarballs. + Filter bootloader supplied kernel cmdline options. + repo: Don't put remote refs in the summary file. + pull: Don't do deltas with --commit-metadata-only. + pull: Add per-remote cookie jar. + remote: Add command to list cookies. + remote: Add commands to add and remove cookies for a remote. + OsreeFetcher: Treat 403 as not found. + trivial-httpd: Add support for checking cookies. + Update documentation for cookie handling commands. + deltas: Only keep one file open at a time during compilation. - Changes from version 2016.13: + pull: Add support for `http-headers` option. + pull: Redo logic for "scanning". + commit: Fix reading xattrs from OstreeRepoFile:s. + lib: Define and use cleanup functions for gpgme. + lib: Split out helper function to create GPG context. + Add "gpgkeypath" option to remotes. + lib: Add an API to GPG verify a commit given a remote. + pull: Do GPG verify commit objects when using deltas.- Add pkgconfig(libsystemd) BuildRequires: configure explicitly calls on both .pc names (systemd and libsystemd). We do want to stay independent of potential systemd packaging changes.- Update to version 2016.12: + pull: Support inherit-transaction. + pull: Support multiple specifications of --subpath. + docs: amend vmlinuz & initramfs naming convention. + ostree-sysroot-deploy.c: delete redundant check. + OstreeFetcher: provide proxy credentials if needed. + core: Do create hardlinks to symlinks for checkouts. + add .redhat-ci.yml and .redhat-ci.Dockerfile. + .redhat-ci.yml: use projectatomic/ostree-tester. + Fix regression for symlinks in bare-user repos. + ostree_repo_read_commit_detached_metadata: Handle parent repo. + detached metadata: Put these in transaction. + Release 2016.12.- Update to version 2016.11: + static-delta: add some error handling. + pull: Do allow executing deltas when mirroring into bare{,-user}. + ostree-repo.c: Fix file descriptor cleanup. + ostree_sysroot.c: Don't close sysroot_fd twice. + sysroot: Port some small cleanup code to fd-relative. + sysroot: Port origin writing code to fd-relative. + sysroot: Drop an fsync for origin file when writing deployments. + sysroot: Drop an unnecessary fsync. + boot: Ensure we remount /var writable before systemd does journal flush. + ostree_sysroot_init_osname: also create /var/log. + docs: add mention of rpm-ostree package layering. + admin: Allow running status unlocked. + Fix spelling of "repository". + checkout: Fix fsync defaults for new API to be off for real. + trivial-httpd: Port mostly to fd-relative. + libglnx: Update to latest.- Update to version 2016.10: + pull code: support contenturl setting. + trivial-httpd: prepend timestamp in log file. + pull: drop fetching_sync_uri. + pull: add mirrorlist support. + libtest: add has_gpgme() helper function. + tests: add tests for contenturl and mirrorlist. + pull code: clean up mirrorlist hack. + build: Set --enable-man during distcheck. + build: Distribute man page XML source. + build: Actually distribute man page XML source. + switchroot: Fix build on Ubuntu. + switchroot: Fix test-switchroot now autotools can build static. + ostree-prepare-root: Error if realpath fails. + ostree-prepare-root: Fix running with musl. + gpg: do not segfault when the algorithm name is not known. + repo: Revert default timestamp from 1 back to 0. + delta: Add missing `goto out` for failure to mmap(). + repo: Only use mmap() for metadata > 16k. + delta: Unreference files we've processed. + fetcher: Fix another finalization deadlock. + sysroot: Avoid double cleanup, and ensure no cleanup if specified. + core: Make OSTREE_TIMESTAMP public API. + Release 2016.10.- Update to version 2016.9: + libostree.sym: Add 2016.9 section. + deltas: Handle cleanup of fd array properly. + deltas: Use F_DUPFD_CLOEXEC properly. + pull-local: Support requiring static deltas. + tests: Ensure deltas for pulling when needed. + pull: Disable static deltas by default for local pulls. + tests: Test that local pulls do not use deltas. + Move ostree-* executables to /usr/lib/ostree. + ostree_bootdir: prepend $(prefix) to path. + ostree_bootdir: properly preprend $(prefix). + manual/repo.md: reword bits about the summary file. + repo: Really ignore progress changed user data. + fix typo in docs/manual/atomic-upgrades.md. + prune: Elaborate on what formats are accepted by dates. + fixup! fix typo in docs/manual/atomic-upgrades.md. + test-rofiles-fuse: Actually check out via hardlinks. + rofiles-fuse: Rework to be based on nlink. + pull_with_options: fix remote parameter name & desc. + pull_with_options: allow GPG verification override. + pull_with_options: fix stray return FALSE. + pull: Make .commitpartial files world readable. + repo: Add prefixes to errors for querying size/deleting. + lib: Add an API to list only "our" objects, fix prune to use it. + pull: use same name for parameter and documentation comment. + u-boot: Merge ostree's and systems uEnv.txt. + sysroot: Drop unnecessary `dup()` invocation. + sysroot: Add a flag to suppress post-deploy cleanup. + commit: Don't delete tmp/cache dir. + switchroot: Fix building with musl libc. + ostree-prepare-root: Allow building statically with musl. + switchroot: Replace custom error printing with err/warn functions from libc. + switchroot: Move `path_is_on_readonly_fs` to header file. + repo-pull: properly store the cancellable.- Update to version 2016.8: + Almost entirely bugfixes. Most notable is a fix for a relatively rare race condition in the pull code on cleanup (after completion), and also a memory leak. + Besides that, there are improvements for the test suite, some more porting away from libgsystem, a bugfix for static deltas important to flatpak, build tweaks for older glib, etc. - Changes from 2016.7: + There's quite a lot of changes in this release since 2016.5, but one thing to call out explicitly it is a fixed race condition in the HTTP pull code that could cause hangs or crashes that mostly occurred only when doing "large" pulls (thousands of object requests). If this occurs, client systems can work around it by cancelling and retrying the pull.- Move grub2 related files to new ostree-grub2 subpackage (similar to Fedora), only used to integrate ostree with grub2 (fully fix boo#974714).- Update to version 2016.6: + refs: add "ostree refs --create" and unit tests. + manual: Link to mender.io. + Add "archive" as an alias for "archive-z2". + libglnx porting: delete temp files on failure of file creation. + repo: Avoid a possible divide by zero in progress. + manual: Discuss mirroring. + build: Fix libreaddir-rand to honor global CFLAGS. + tests: Support OT_SKIP_READDIR_RAND. + pull: Ensure we always process queue only from main thread. - Switch git url to https://github.com/ostreedev/ostree. - Fix Url in specfile.- Add ostree-grub2-location.patch: Fix path to find grub-mkconfig_lib. openSUSE installs those files to /usr/share/grub2, upstream would do /usr/share/grub (boo#974714).- Update to version 2016.5: + Add a stub .travis.yml. + tests: Add a test-abi. + pull: Add OSTREE_REPO_PULL_FLAGS_UNTRUSTED flag. + Add --untrusted option to pull and pull-local. + OstreeSePolicy: add ostree_sepolicy_get_csum(). + core: Add verbose messages for pruning. + core: Add debug messages for traversing. + build: Set G_LOG_DOMAIN to OSTree. + main: Set log handler for OSTree domain. + packaging: fix bashism in dist-snapshot target. + docs: Add a section on repository management. + commit: Support generating commits with no parent, or a custom one. + commit: Support writing orphans. + commit: support editor for orphan commits. + docs/CONTRIBUTING.md: Update for github move, Homu etc. + test-xattrs: use TAP syntax to skip test. + various tests: skip if temp directory lacks xattr support. + Symlink libreaddir-rand.so into tests directory. + tap-test: clean up temporary test directories as intended. + In tests that use gpg, terminate the gpg-agent after testing. + Load g-i bindings from builddir during build-time testing. + tests/admin-test.sh: this is a bash script, not a POSIX sh script. + Force libreaddir-rand to be a shared library. + Skip tests that run rofiles-fuse if /dev/fuse or /etc/mtab unavailable. + test-pull-untrusted.sh: always corrupt a regular file, not a symlink. + basic-test: commit with a non-empty subject. + Probe for GNU parallel more accurately. + tests: Make failing to kill the GPG agent non-fatal. + libtest.sh: use G_TEST_SRCDIR, G_TEST_BUILDDIR to find resources. + test-abi: use G_TEST_SRCDIR, G_TEST_BUILDDIR. + test-xattrs: sync how this is skipped with test-rofiles-fuse. + libtest.sh: only check whether $(pwd) is empty once. + manual: Fix a bunch of typos and docbookisms. + Introducing ostree-grub-generator. + pull: Don't try to cache summaries for pull-local. + Fix local-pull test. + pull-local: Support --gpg-verify and --gpg-verify-summary. + build: Find grub2-mkconfig a bit more automagically. + build: Make tests/libreaddir-rand.so rule use AM_V_GEN. + tests: add libostreetest.h to EXTRA_DIST. + tests: add missing ${CMD_PREFIX} before ostree. + contrib: indent golang code using only tabs instead of both tabs and spaces. + Remove empty new lines at the EOF. + docs: Prefer the form "cannot" to "can not". + Use git.mk. + Support pathnames for --subpath=... + Export ostree_repo_get_remote_option* functions. + Inherit remotes and remote options from parent repo. + Add test case for inheriting remote options. + cfg.mk: ignore syntax-check for git.mk. + Add support for ostree static-delta delete. + small cleanups. + Fix the symbol versions for ostree_repo_get_remote_*option. + ostree-repo-pull: always initialize flags_i. + pull: More consistently use remote_repo_local for local repos. + build: Move grub2-15_ostree back to pkglibexecdir. + Fix AS_HELP_STRING for builtin grub2 mkconfig. + fetcher: Initialize output_stream_set_lock mutex. + commit: Fix crash if dfd_iter is NULL. + Add cache_dir_fd to OstreeRepo. + Add OstreeRepo option for an out-of-band cache dir. + man: Elaborate on per-remote GPG. + Add remotes-config-dir to OstreeRepo. + Look for $remotename.trustedkeys.gpg in remotes.d dir. + refs: Add g_prefix_error around opendir for easier debugging. + static-delta: Put temp files in /var/tmp. + static-delta: Initialize read_source_fd to -1. - Stop passing --with-grub2 to configure, no longer recognized.- Update to version 2016.4: + fetcher: Remove message_to_request table + fetcher: Convert from GSimpleAsyncResult to GTask + fetcher: Rework reference counting + fetcher: Track outstanding requests with a table + sysroot: Cleanup refs and prune even on last undeployment + pull: Recover from missing commits in recursive pulls + doc: Note that refs --delete does not prune + tests: Add a test for pull+deploy of specific "bare" commit + static-delta: Handle LZMA_BUF_ERROR returned by zlib + static-delta: Don't run bspatch when output object already exists + static-delta: Set error on bsdiff failure + commit: Improve variable name + Don't require /boot/uEnv.txt for u-boot support + tests: fix LZMA test to really compress/decompress + upgrader: Add ostree_sysroot_upgrader_dup_origin() + upgrader: Allow overriding the commit to pull + upgrade: Add --override-commit=CHECKSUM option + prepare-root: set up /boot bind-mount for single partition systems + static-delta: Fix annotation on ostree_repo_list_static_delta_names + sysroot: Write symlinks before calling fsync(), then rename after + init-fs: Explicitly set /tmp to 01777 + core: use OSTREE_OBJECT_TYPE_LAST instead of OSTREE_OBJECT_TYPE_COMMIT + pull: add support for tombstone commits + repo: create a tombstone commit when deleting a commit + fsck: add argument --add-tombstones + tests: add tests for prune and tombstones commits + docs: Note not to put private keys in /usr/share/ostree + generate-static-delta: Support min-fallback-size 0 to disable fallbacks + static deltas: Add support for inline-parts + static-deltas generate: Add --inline option to CLI tool + Add tests for inline static deltas + deltas: Make apply-offline only read the parts once + delta: Ensure the from commit exists when applying static delta + static-delta apply-offline: Don't skip validation + Add _ostree_repo_open|commit_untrusted_content_bare + deltas: Verify checksums in apply-offline unless skip_validate is TRUE + deltas: Make min-fallback-size 0 actually disable fallbacks + deltas: Support passing filename to delta generator + deltas: Support passing filename to ostree_repo_static_delta_execute_offline + pull: Verify checksums from static deltas unless gpg signed summary + deltas: Support including detached metadata in static deltas + libostree: Fix a couple compiler warnings + prune: add --delete-commit + fsck: create a tombstone when the parent is missing + tests: add test for ostree prune --delete-commit + prune: add --keep-younger-than=DATE + pull: make slightly clearer when failing for missing xattrs support + ostree: do not print the usage on each G_IO_ERROR_NOT_SUPPORTED + libostree: add new API ostree_repo_write_commit_with_time + commit: add --timestamp=TIMESTAMP + tests: add tests for prune --keep-younger-than=DATE + tests: prefix invocation of ostree with where missing + repo: Validate checksums have correct length + repo: Never delete .commitmeta files + trivial-httpd: Avoid SoupBuffer when there's no content + glnx: Update from master + fetcher: Remove "sending_messages" hash table + fetcher: Remove "total_requests" counter + remote: Print full refspec in "ostree remote refs" + repo: Fix backwards timestamp in ostree_repo_write_commit() + gpg-verifier: Fix compiler warning + Release 2015.11 + parse-datetime: use the module from gnulib + tests: add missing ${CMD_PREFIX} + cmdline: Fatally error if the timestamp in a commit is invalid + build: Delete generated parse-datetime.c file, use AM_V_GEN + build: Also add a configure check for YACC/bison + Update to latest libglnx + repo: Add _ostree_repo_allocate_tmpdir helper + repo: Use per-transaction staging dir + repo: Allocate a tmpdir for each OstreeFetcher to isolate concurrent downloads + fetcher: Add "config-flags" construct-only property + fetcher: Move the SoupSession to a separate thread + pull: Push a temporary main context for sync requests + build: Fix srcdir != builddir + repo: Add ostree_repo_verify_summary() + remote: Add "ostree remote summary" command + repo: new function ostree_repo_prune_static_deltas + prune: add new flag --static-deltas-only + tests: add tests for prune --static-deltas-only + deploy: Find kernel/initramfs consistently from filesystem + bootconfig: Add ostree_bootconfig_parser_write_at + deploy: Change large parts to be fd-relative, drop fsync + fetcher: Lazily create tmp directory + grub2_generate: load sysroot before using it + repo: Expose dfd-relative mtree writes as public API + repo: Add APIs for devino optimization between checkout -> commit + Release 2016.1 + repo: Note global transaction resume is legacy + sysroot: Don't individually fsync dirs in checkout, rely on syncfs + diff: do not traverse parent commits + Add a checkout option to skip fsync + refs: Add a missing `goto out` for error handling + grub2: Don't delete grub2.cfg.old file we just copied + tests: Use "bash strict mode" + build: Move man pages into man/ + build: Rename doc/ -> apidoc/ + Rewrite manual in mkdocs + apidoc: Remove unnecessary srcdir != builddir workaround + repo: Port -refs.c to openat() + build: Add --disable-man + lib: Add a #define OSTREE_SHA256_DIGEST_LEN 32 + build: Hoist man conditional higher + static-delta: Add `show` subcommand + packaging: Sync spec file with Fedora + build: 'make clean' removes parse-datetime.c + docs-md: Delete (obsoleted by docs/) + README.md: Update to link to Read The Docs, describe a bit better + build: Remove --disable-static-deltas option + lib: Create an internal static delta parsing/opening function + lib: Expand `ostree static-delta show` to show part stats + fetcher: Fix hung GTlsInteraction + Import rofiles-fuse + Add an `export` builtin, and API to write to libarchive + pull: Support specifying exact commit to pull via branch@commit + manual-tests: New static-delta-generate-crosscheck.sh + man/ostree-export.xml: Add to git + Support Docker-style whiteouts + packaging: Add a fuse subpackage + rofiles-fuse: Fix truncate call to not use O_CREAT + manual: Note that the bare-user mode exists + Rename libarchive write API to "export", matching command line + repo: Add ostree_repo_import_archive_to_mtree + ostree-sysroot: add debug option to help testing + pull: Add require-static-deltas pull option + pull: Add a --dry-run option for static deltas + build: Link ostree with libarchive + docs: Add a new formats section, move static deltas in there + libarchive: Make autocreate_parents imply autocreating root dir + build: Use threadsafe GPGME + gpg: Use gpg_strerror_r for threadsafety + Release 2016.2 + libarchive: Fix a 32 bit format warning + lib: Two more compiler warning fixes + deltas: Fix some more 32 bit warnings + deltas: Fix regression in ostree_repo_static_delta_execute_offline + rofiles-fuse: Handle operations on the root + deltas: Include an endianness marker + deltas: Use endianness marker when parsing + deltas: Heuristically detect endianness for older deltas + deltas: Add a compression size heuristic for endianness detection + Release 2016.3 + docs: Add a blurb on the summary file + Fix make syntax-check + test-rofiles-fuse: skip when fusermount is not present + lib: Introduce versioned symbols + repo: Add ostree_repo_get_dfd() + Add a missing #include to fix "make check" + ostree-repo: new public function `ostree_repo_list_refs_ext` + refs: allow to specify multiple refs as args + refs: add tests + libostree: Adjust `cleanup_ref_prefix` to use ostree_repo_list_refs_ext + refs: Add argument --list to print the full ref name + tests: Port to glib-tap.mk, make `make check` run all of the tests + deploy: Bump the mtime on ostree/deploy after deployments finish + tests: Convert two more exit 77 instances into TAP-compatible SKIP + docs/introduction: Note VMs vs baremetal + lib: Add ostree_sysroot_init_osname() API, bump mtime + tests: More TAP fixups + tests: Unify some tmpdir code, add ability for C to use libtest.sh + lib: Add ostree_sysroot_load_if_changed() API + tests/basic: Fix race in timestamp test + build: Don't install test data without --enable-installed-tests + docs: Reference the git docs on references + libotutil: new function ot_openat_ignore_enoent + pull: cache summary and summary.sig + repo: use the skip summary download optimization for repo_remote_fetch_summary + prune: delete all cached summaries files + tests: add test for summary file caching + repo: Fix the skip-summary-if-summary.sig-is-same cache + rofiles-fuse: Fix permission comparison + docs: Cleanup Markdown + docs: Add a section on writing buildsystems + contrib/golang: Initial golang bindings + tests: Strengthen test tmpdir sanity check, be compat with ginsttest saving + libglnx porting: gs_fd_close -> glnx_fd_close + libglnx porting: gs_free -> g_autofree + libglnx porting: xattr calls + libglnx porting: gs_transfer_out_value -> g_steal_pointer + Don't fail "ostree remote refs" if writing the summary cache is not permitted + manual: Migrate related projects wiki page into manual + deploy: Handle a read-only /boot + mkdocs: Fix the site name + tests/admin-test.sh: add #!/bin/sh + Skip test_libarchive_ignore_device_file if we cannot write xattrs + test-libarchive: fix underlinking + admin-switch: Add missing reboot argument + Use GSubprocess instead of GSSubprocess (libgsystem removal) + libglnx porting: Use glnx_set_error_from_errno + libglnx porting: Use glnx_shutil_rm_rf_at() + libglnx porting: Use glnx_opendirat() + admin: Add an `unlock` command, and libostree API + Fix building without libarchive + pull local: Don't import objects we already have + prune: Don't fail on partial commits + tests: Add a commitpartial + prune test + traverse: Require variant when traversing dirtree + Release 2016.4 - Add bison, pkgconfig(fuse) and pkgconfig(mount) BuildRequires: New dependencies.- Update to version 2015.9: + _ostree_static_delta_part_validate: Take a stream instead of a file as arg + sysroot: Add ostree_sysroot_prepare_cleanup() + deploy: Do not prune repository + libglnx: Update from master + reset: Simplify argument checking logic + repo: Fix build without libsoup + pull: Honor depth with OSTREE_REPO_PULL_FLAGS_COMMIT_ONLY + Mutable is a keyword in C++11 + Remove unused variables- Update to version 2015.8: + gpg: Add ostree_gpg_verify_result_describe() + admin: Show GPG signatures in status command + pull-metalink: Don't print error output when we expect failure + Add an API to set/unset a deployment tree's mutability + ostree_repo_checkout_tree_at: remove @subpath documentation + refs: Use *at for writes, honor repo fsync flag + repo: Add a private helper to replace a file, honoring fsync policy + libglnx: Pick up file permission regression fix + tests: Fix root uid check in test-commit-sign.sh + _ostree_repo_file_replace_contents: make buf const + summary: write the contents to a temporary file + config: add new parameter "commit-update-summary" to core section + libglnx: Update to latest + reset: Don't enforce parent commits + repo: Improve error handling in sign_data() + repo: Add a "gpg-verify-result" signal + pull: Print GPG signature status as soon as its known + repo: Add ostree_repo_remote_get_gpg_verify() + admin: Conditionally show GPG signatures in status command + sysroot: Cache an OstreeRepo instance + main: Tweak GPG output to match rpm-ostree + sysroot: Add ostree_sysroot_get_fd() + libglnx: Update from master + sysroot: Close sysroot fd in finalize + status: Don't crash if we deployed a local refspec + deploy: Use syncfs() in addition to sync() + deploy: Drop fsync of modified config files + deploy: Drop a fsync, use fd-relative APIs + README.md: fix typo + reset: update help output + pull: Always request detached metadata for commits + test-auto-summary.sh properly quote arguments to assert_streq + g_output_stream_splice: check correctly the error code + gpg: do not use secring.gpg + show: add option --gpg-homedir + libotutil: Establish a place for GPG utilities + libotutil: Add ot_gpgme_ctx_tmp_home_dir() + repo: Initialize GPGME in instance init() + ostree: Split up "remote" subcommands + gpg: Fix _ostree_gpg_verifier_add_keyring() + pull: the commit size in the summary is not for the detached metadata + Fix build when using GLib < 2.44 + sysroot: Add an API to lock + libglnx: fix reference to commit + repo: Fix an obvious typo + doc: remove unknown parameter from inline documentation + core: Cleanup commitpartial file with fd-relative lookups + Teach fsck about partial commits + libglnx: Pick up bugfix and backports + repo: Stop creating "transaction" symlink + gpg: Add ostree_gpg_verify_result_describe_variant() + Juggling libglnx.h includes + Use g_autofree instead of gs_free + Use g_autoptr() for GIO object types + Use glnx_unref_object instead of gs_unref_object + Use g_autoptr(GChecksum) instead of gs_free_checksum + Use g_autoptr(GBytes) instead of gs_unref_bytes + Use g_autoptr(GHashTable) instead of gs_unref_hashtable + Use g_autoptr(GPtrArray) instead of gs_unref_ptrarray + Use g_autoptr(GVariant) instead of gs_unref_variant + Use g_autoptr(GKeyFile) instead of gs_unref_keyfile + Use g_autoptr(GVariantBuilder) instead of gs_unref_variant_builder + Use g_auto(GStrv) instead of gs_strfreev + Remove unnecessary #include "libgsystem.h" + trivial-httpd: fix indentation + trivial-httpd: add option to specify the port + summary: list the available static deltas + core: new function _ostree_parse_delta_name + core: store information about delta files checksums + pull: check that the superblock checksum is the same as in the summary + pull: get rid of detached metadata for deltas + ostree-repo: add new API to sign the summary file + summary: add new command line arguments to sign the summary file + pull: verify signature for the summary file + tests: add a test for signed summary file + summary: delete summary.sig on an update + ot-fs-utils: remove empty line at EOF + gpg: Fix ot_gpgme_error_to_gio_error() + gpg: Add custom data buffers to wrapper GIO streams + repo: Simplify sign_data() a little + sysroot: Add a try_lock() API + ostree-repo-pull: add option to disable static-deltas + pull: add new switch option --disable-static-deltas + doc: add missing options block for pull + tests: add new test for pull --disable-static-deltas + syntax-check: add syntactic rule to prohibit gs_unref_* + syntax-check: add syntactic rule to prohibit gs_strfreev + maint.mk: Remove GNU releases specific bits + repo: Stash keyring name in OstreeRemote + repo: Delete a remote's keyring when deleting a remote + repo: Add ostree_repo_remote_gpg_import() + repo: Add remote's keyring during GPG verification + ostree: Add a "remote gpg-import" command + ostree: Add --gpg-import to the "remote add" command + tests: Add test-remote-gpg-import.sh + admin: Use locking for most sysroot commands + tests: Fix writable repo test + test-basic: Always chown back before doing assertion + ostree-repo: replace more gs_unref_(variant|bytes) with g_autoptr + repo: Bump mtime any time we write a ref + repo: Prevent GPG keys from being imported to keybox format + admin: Ensure instutil commands and usage help don't grab lock + ostree-repo: document OSTREE_REPO_COMMIT_MODIFIER_FLAGS_GENERATE_SIZES + Fix annotations on ostree_repo_remote_gpg_import(). + sysroot: Sort returned boot loader configs + tests: Add a test script to cross-check loader config vs GRUB2 + tests: Add a crosscheck for syslinux bootloader config generation + tests: Run all tests through a randomized readdir() + pull: Ensure console state for multiple GPG verification messages + pull: Validate delta checksums more strongly + tests: Add a commented out test for mirroring with deltas + repo: Don't crash when creating a summary if we have --empty deltas + tests: Add a test-pull-summary-sigs + Revert "tests: Run all tests through a randomized readdir()" + tests: Run all tests through a randomized readdir() + tests/remote-gpg-import: Only commit workdir + gpg: Gracefully handle no trusted.gpg.d directory + Fix tests on 32 bit systems + tests: Link test-gpg-verify-result with gpgme + tests: Use readdir64 when _FILE_OFFSET_BITS set + tests: Use temporary gpg homedir + Revert "tests: skip test-commit-sign.sh when not root" + Fix double free in ostree_repo_pull_with_options + repo: Change GPG verification policy + autogen.sh: fix typo + tests/test-pull-mirror-summary.sh: remove empty newline + pull-local: Support --depth option + metalink: Fix behavior when requested file is not found + tests/metalink: Add a case with nested unknown elements + diff: Fix adding CLI options twice + repo: Add _ostree_repo_remote_new_fetcher() + repo: Add _ostree_repo_get_remote_option_inherit() + repo: Handle "file" remotes in ostree_repo_remote_get_gpg_verify() + repo: Redo ostree_repo_remote_get_url() + metalink: Allow NULL for "out" params in metalink requests + metalink: Return requested file as a GBytes + repo: Add ostree_repo_remote_fetch_summary() + ostree: Add a "remote refs" command + pull: verify summary signatures also when not mirroring + repo: new function ostree_repo_remote_get_gpg_verify_summary + pull: fail if GPG is enabled and the summary is not signed + tests: add test for check for remote add - -set=gpg-verify-summary=true + ostree_repo_remote_fetch_summary: honor gpg-verify-summary + pull: Error if gpg=true and summary is 404, add more tests + core: Fix inverted conditional in GPG checking + pull: Also fix misplaced remote name handling + tests: Check error messages instead of "expected-fail", handle old parallel + build: Make gtk-doc optional + pull: Avoid leaking signal handlers across fetch requests + pull: Plug a memory leak + core: Add _ostree_get_default_sysroot_path() + sysroot: Use _ostree_get_default_sysroot_path() + repo: Add a "sysroot-path" property + sysroot: Pass the internal repo a system root path + repo: Fix location of remote configs for system repos + main: Fix UID check based on sysroot path + tests: Export OSTREE_SYSROOT in setup_os_repository + tests: do not commit from the working directory + libostree: new API ostree_repo_remote_list_refs + repo: merge repo_remote_fetch_summary_{metalink,url} + repo: new function _ostree_preload_metadata_file + pull: new option --commit-metadata-only + static-delta: do not fail compilation with big files + static-delta: add max-bsdiff-size option + repo: fix an incorrect comment + repo: don't forget to abort the transaction when failed + Update .gitignore + README: Attempt to flesh out more, start moving docs from wiki + tests: add tests for --disable-bsdiff and --max-bsdiff-size + tests: skip tests using gjs/parallel if they are not installed + Update .gitignore + tests: add tests for LZMA compressor and decompressor + sysroot: Add an unload() API + pull: Stop using GMainLoop + tests: rename test-rollsum to test-rollsum-cli + rollsum: Fix assertion for CRC matches + tests: Add tests for rollsum + repo-pull: Add a queue for scanning + Update .gitignore + tests: Build test-lzma with LZMA flags + static-delta: Ignore symlinks when computing similar objects + static-delta: assert on non-regular files- Update to version 2015.7: + critical update for v2015.4: fix a bug causing unpredictable ordering of generated syslinux/uboot/grub2 bootloader entries. + Performance enhancement for deployments; rely on syncfs() rather than individual fsync() calls. + GPG: Always retrieve detached metadata, so we'll find newly added signatures. + GPG: Support for keys specific to remotes, rather than relying on the global /usr/share/ostree/trusted.gpg.d + A new locking API (used for the commandline) so that concurrent invocations of e.g. `ostree admin upgrade` are safe. + Other enhancements targeted for the Cockpit program and rpm-ostree. + The summary file can now be GPG signed as well (preview). + Other changes to static deltas, which continue to evolve.- Update to version 2015.5: + pull: (trivial) Fix English in function name. + Fix make distcheck. + Fix repeated words. + Add infrastructure for "make syntax-check". + Remove trailing dot from error message. + syntax-check: quote the first argument to AC_DEFINE. + Remove unused include . + Remove unused . + Remove magic argument numbers to exit(2). + Do not interleave spaces and tabs. + Replace "==" with "=" in shell script test. + pull: use a single per-transaction syncfs instead of fsync. + syntax-check: Remove empty lines at the end of file. + tests: Move test-varint and test-rollsum under "make check". + configure.ac: Enable option subdir-objects for automake. + tests: Add tests for ot-unix-utils. + packaging: Add man5 pages. + prepare-root: avoid double-stacked /sysroot mount. + prepare-root: Update comments. + repo: Hold an fd "repo_dir_fd" open for the toplevel too. + util: Add an API to atomic-replace a file, dirfd relative, optional fsync. + Add an internal API to stream content objects. + When mirroring, write content directly, do not verify. + pull: Copy the upstream summary file when doing a pull - -mirror. + Add an internal API to get a read fd for a content object. + pull: Optimize file:/// URIs to skip libsoup and hardlink if possible. + Change pull-local to just be a wrapper for pull with file:///. + pull-local: Fix regression with absolute paths. + repo: Fix major performance regression with --scan-hardlinks. + repo: Store pending objects in prefixed subdirectory. + deltas: Use base64 for csums, add version to parts. + deltas: Remove support for gzipped delta parts. + deltas: Add _V0 to part #define. + deltas: Rework format to allow streaming. + deltas: Compute rollsum targets. + deltas: Print total size of rollsums we would use. + deltas: Stub out a few more opcodes. + deltas: Use the new internal streaming APIs. + deltas: Flesh out the open/write/close opcodes. + deltas: Initial code to copy content from existing objects. + deltas: Implement rollsums. + deltas: Make syntax-check happy. + deltas: Prune deltas when the corresponding "to" commit vanishes. + repo: Add a new iterator traversal API for commits. + deltas: Search for similar objects (possibly renamed across directories). + tests: Restore accidentally deleted Makefile bit. + libostree: set directory mtimes to 0 on checkout. + repo: Check for OSTREE_REPO in ostree_repo_new_default(). + tests: do not run tests/test-rollsum as part of make check. + Use libglnx. + deploy: Also look for /usr/lib/os-release. + checkout: Drop internal use of GFile *. + libglnx: Use git.gnome.org's copy. + repo: Port APIs used by prune to fd-relative *at calls. + Add explicit zlib dependency. + tests: Move test gpg keyring into writable tmpdir. + ostree-repo-traverse.c: Fix documentation parameter name. + Fix GObject introspection annotation. + ostree-repo-static-delta-processing: initialize "modev". + build: build libbupsplit separately. + prepare-root: Move /sysroot instead of unmounting it. + repo: detached sigs: Use error prefixing instead of overwriting. + ostree: Add gpg-sign command. + gpg: Remove _ostree_gpg_verifier_set_homedir(). + configure.ac: Bump GLib requirement to 2.40. + libotutil: Remove ot_variant_new_from_bytes(). + libotutil: Allow no variant in ot_util_variant_builder_from_variant(). + core: Add definitions for GPG signature metadata. + core: Fix duplication bug in _ostree_detached_metadata_append_gpg_sig(). + deploy: Use glnx file copy code. + repo: Drop internal GFile* API helper. + repo: Port hardlink-scanning code to fd-relative calls. + Add bsdiff submodule. + Add bsdiff support to deltas. + static-delta: increase threshold for rollsum to 50%. + tests: add test for bsdiff. + autogen.sh: replace all $(libbsdiff_srcpath) and $(libglnx_srcpath). + Fix "make syntax-check" failures. + Makefile.dist-packaging: fix make rpm with submodules. + static-delta: Add --disable-bsdiff option. + ostree_repo_static_delta_generate: add new param "verbose". + tests: enforce ${CMD_PREFIX} on all ostree processes. + tests: Remove some duplications from Makefile-tests.am. + deltas: Gather statistics on total number rollsum'd and bsdiff'd. + deltas: Use mmap() instead of copying input file. + commit: Add missing (allow-none) in write_ref_immediate(). + repo: Fix assertion to allow NULL options. + tests: add tests for mutable tree. + gpg: Rewrite OstreeGpgVerifier to use GPGME. + OstreeGpgVerifier: Take the signature as a GBytes. + src: drop some dead assignments. + ostree-repo-refs: Drop unused function "parse_rev_file". + ot_keyfile_copy_group: return FALSE on invalid inputs. + keyfile-utils: add tests. + tests: add test for test-ot-opt-utils. + libotutil: remove ot-waitable-queue. + src: Move ot-tool-util from ostree/ to libotutil/. + src: Drop unused argument "value" from ot_parse_boolean. + tests: Add tests for test-ot-tool-util. + sysroot: Read some bootloader state with fd-relative API. + sysroot: Read the bootloader configuration with fd-relative API. + sysroot: Make origin parsing code fd-relative. + glnx: Update. + ostree-prepare-root: log informational messages to stdout. + sysroot: Drop unnecessary new sysroot object. + deployment: Add an API to get relative origin path. + sysroot: Port some deployment reading code to fd-relative APIs. + README.md: Note make check. + configure.ac: Make gpgme a hard dependency. + build: Use both pkg-config and AM_PATH_GPGME. + repo: Delete .commitmeta file on empty metadata. + ostree-repo.c: fix typo. + OstreeGpgVerifier: Don't add trustdb.gpg to the keyring list. + OstreeGpgVerifier: Take the signed data as a GBytes. + fsck: Fix object count output. + gpg: Add OstreeGpgVerifyResult. + repo: Add ostree_repo_verify_commit_ext(). + repo: Reject duplicate signatures when signing commit. + gpg-sign: Add a --delete option to delete signatures. + show: Print a blurb for each signature on a commit. + tests: Update test-gpg-signed-commit.sh. + gpg: Link to GPGME bug about GPGME_SIGSUM_KEY_REVOKED. + gpg: Regenerate test data for test-gpg-verify-result. + Fix build failure on g_autoptr(gchar) with glib master. + build: ostree-gpg-verify-result.h is a public header, install it. + libglnx: Update to latest. + gpg-sign: Update man page for --delete option. + Fix build with !HAVE_LIBSOUP. + gpg-sign: Add missing NULL terminator in options. + Release 2015.4. + Add ostree_repo_is_writable(). + Add ostree_ensure_repo_writable(). + Check repo permission prior to attempting to modify it. + tests: Add a test case for unwritable repos. + Add OstreeAdminBuiltinFlags for admin commands. + Add OSTREE_ADMIN_BUILTIN_FLAG_SUPERUSER. + bsdiff: change submodule location. + core: Fix possible crash in ostree_mutable_tree_walk(). + Include ostree-gpg-verify-result.h in ostree.h. + main: Only verify SUPERUSER flag if using default sysroot. + build: Use glibc's xattr support instead of requiring libattr. + build: Drop libattr from the spec file. + tests/basic-test.sh: enable repo-noperm test only for non-root user. + src/ostree/ot-main.c: drop empty newline at end of file. + build: exclude .sig files from syntax-check. + tests: skip test-commit-sign.sh when not root. + dist-packaging: Don't delete 91-ostree.preset, do clean old rpms/sources. + tests: Missing linker flags for test-rollsum. + core: Actually allow none in ostree_parse_refspec(). + tests: Verify that the pull error was from interruption. + pull: Handle remote web server not honoring range requests. + ostree_repo_checkout_tree_at: New API for checkouts. + Release 2015.5. - Add libcap-devel BuildRequires.- Initial package, version 2015.3./bin/sh/bin/sh/bin/sh/bin/shostrees390zp36 1615888380  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJ2020.8-3.3.22020.8-3.3.22020.82020.8  dracut.conf.dostree.confostreerofiles-fuse98ostreemodule-setup.shlibostreeostree-trivial-httpdostreeostree-prepare-rootostree-remountostree-system-generatorostree-finalize-staged.pathostree-finalize-staged.serviceostree-prepare-root.serviceostree-remount.servicetmpfiles.dostree-tmpfiles.confrcostree-prepare-rootrcostree-remountostreelibostreeREADME.mdlibostreeCOPYINGostree-admin-cleanup.1.gzostree-admin-config-diff.1.gzostree-admin-deploy.1.gzostree-admin-init-fs.1.gzostree-admin-instutil.1.gzostree-admin-os-init.1.gzostree-admin-pin.1.gzostree-admin-set-origin.1.gzostree-admin-status.1.gzostree-admin-switch.1.gzostree-admin-undeploy.1.gzostree-admin-unlock.1.gzostree-admin-upgrade.1.gzostree-admin.1.gzostree-cat.1.gzostree-checkout.1.gzostree-checksum.1.gzostree-commit.1.gzostree-config.1.gzostree-create-usb.1.gzostree-diff.1.gzostree-export.1.gzostree-find-remotes.1.gzostree-fsck.1.gzostree-gpg-sign.1.gzostree-init.1.gzostree-log.1.gzostree-ls.1.gzostree-prune.1.gzostree-pull-local.1.gzostree-pull.1.gzostree-refs.1.gzostree-remote.1.gzostree-reset.1.gzostree-rev-parse.1.gzostree-show.1.gzostree-sign.1.gzostree-static-delta.1.gzostree-summary.1.gzostree-trivial-httpd.1.gzostree.1.gzrofiles-fuse.1.gzostree.repo-config.5.gzostree.repo.5.gzostreetrusted.gpg.dREADME-gpg/etc//etc/dracut.conf.d//usr/bin//usr/lib/dracut/modules.d//usr/lib/dracut/modules.d/98ostree//usr/lib//usr/lib/libostree//usr/lib//usr/lib/ostree//usr/lib/systemd/system-generators//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/sbin//usr/share/bash-completion/completions//usr/share/doc/packages//usr/share/doc/packages/libostree//usr/share/licenses//usr/share/licenses/libostree//usr/share/man/man1//usr/share/man/man5//usr/share//usr/share/ostree//usr/share/ostree/trusted.gpg.d/-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:18730/SUSE_SLE-15-SP2_Update/315c9c6a69010cc79e8acae789ff0d5d-libostree.SUSE_SLE-15-SP2_Updatecpioxz5s390x-suse-linux  directoryASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=53ba53078706c8eedf27d050ae43f91a28ed2e67, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=b382e1454fdd33ac366463303a60f6930a2cf4e0, for GNU/Linux 3.2.0, strippedBourne-Again shell script, ASCII text executableELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=1df09e3dc3043a45461d4018d171cffef32fa83b, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=b7a8246d36ea12123b088a05db3970c167535346, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=de97863ee49e09f2b2099414dfc77dca4adc13bd, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=86f557bb11e0f33c39e0682ac000a85c19cd434e, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)(56@GL(  R1R R RRR R R R RR%R/R$R&R#RR)R+RRRR"R!R-RR'RR,RR(RR*R.RRRRRR0RR!RRRR1R R R RRRR0RRR1R R R R2RRRR0RR4R RR R R3RR1R R R0RRR R R1RRR0Ry6fИutf-869798fe53492432d0e143b43c97f601326a9b94334406dec1b38d99cb826e88f?p7zXZ !t/cM] crt:bLL ۧ ň_;@HMІfo"CiJ|U.Q$F>Dl*4Ѫ?I…fuÜm{{Kes|of7O?DQqs JfZnzQGvDПbhO){=~Eu0} #[!<f/kq V`\э _1Q,SYpxPVv%\#f`X6uiQ\m@E}RmM%jOuv!r|ߓ47-0ǻ*PKnN jι/85WGTpD'&}G^kwJ)/ r:`Hh0;*} e*nA`W:ҹx X󬩦p!f9!#Nf`ZܰÊ|*suvPm2]2} >yQBD*ݯ3|\3ĔE#R<:[TU_umo(M7%ҷ%S>oJֱ)Gpp\3"JCܝ^8bcByk6E!iUA#zntfew&v>,>?ڡȭq x"PpSk LisFg~;;s0:\0/|'YtlO<#F'B^Y1LQ\WVIf} "v:Sf1ԫTzLR6 &L?k)/O;r:Ԫ)d:*I7}T[b|ڑ< J? tmN4Ѓ [hzcy]=4>UGɜ_co]DF_1Mj(=f*_pnK,(}kڷawJǙ3{,{QYY'eDeVnHF^*.ۦmdFԜ5c[BM?QT 47wZ+ Ȟ75kE2#+&64$'lnK<ݯ&b}yo@WPQ?eR"1ҕS\a%BU+ #ȴn6&RYV6崅EX-NLAt9MGTg#Q5 52_w.)[0R&s[z߫qo sI{ NqsWQ_t{L{="iM] ޛхL0]PC'V%2 Һ-ZQqvё3PJV V*D\?/6HMW(9}p8sro~:_"'SL CD)ہm3%dvj/Z|1] Ucrv}*flN0fqlXhбt(921fe*_P5gw%@ចHI(Rs_-U8UJ~&m|OOldȎ@sYvWy5-Ꮞ)@5)diyX4HA ˔LGV1d).k)5D&l.\Ga%,p@+Lj65xpS(`#h7MFOoV ʕxXVo:~ Y+#fYz?ܳbG=e X>+>FojA- M75,[G+]ovk/^kYt#:/x~|=XaCҊe@tj)C3&lmQU2>װ4ER.0Q(aqr.SuE c>4r9'49z&4=fCkZSi"83tkO\}~Cpyj^ETмHIz暷wA JsluD]mmc| hS:y]AXeX8qh@<ڈXDEƑ~[ԏc?)TqBFfuq0@c, tq>܊d! ،+=fl%6jVq.; 0fkeݦ[/,,%.aٯ,bÃ5 w9V%ΔS!G/OyyCۯ>S!R6h w>\f$7:-筐"u)F&0i'ӆm l#؃AFE%+oDc)cŠН@e=1ΙԷgomf6BhQV1}יr@Tm4l6MX \tCM7yE`.p8cyTG-|Qi"Տwt|VDZ~7D>cٲ0)ԭu7Zim#-Vꀎ coͮeKމ`!3`ڱO} O"'Lt-TgVDG) 5Hxp zdt7+נ5 !gb^xQ6rL71@K^/l3 § (Y50ɟXCEww+@k(Tfϫ: k Tlrqzz*F&2GvG}P՚Qh=waYZQ~Fܝb6Վ>4)\KGh'xF9=S ,S\l&4e YiFy =  o>Ӓ0l1OF}c w$mbIiWa?^V/FZfD䊄QNy m,],ʕ 06Kzj4S^]~=SPpG1[}aERs֤,[lGnfKy~ IO{.\ U 68zv`EᩴN38NR g.u op^/ \.xJE&WmI\n\JjXV07֒SzFڇ0ݓn-0^B Ljuiz%M,҇V`FfWN;h>ȃBK°y "ls@u0վ*b)%^ys`X@/{ _'XL7Q4}<>{9yn_'>djYs\آ; & b,)!ֿf<16,])w]L@.s"7Ō쯇eڈu;b_hdo.XR15}//^o-T])D n`jM/vҙe'a< FR>-dH]A˻NK6|t0^z EB]Vb-&j2AIO6ܚj;xLA"squ*@n8FBH#?쑧'ΰ]YM3ӗvq<%g"l*7MCn$zJ8ۓ NcXj7o4ܹSҤzj_jxd36#N&,>NՐR!nE\'$ )޼9^o*8Qڟ2 %qW >)RRGj,,o  !8Gn@8z TMMEQDO'.׽+(-VӗQl&AnMy6XqZCu -@Lg,:TUހ"62uK6֍H XF&EYsC@d<\Gܳ|kg ۙVL/Tl/8Z8ݕe ݷ,k~$GjY_@GI=_G52 C*eH#MγN7"%{\9XΒYe_#Ǐgx1ׄU\!<TمKSO*#a^' ΛǕI h_,Tv4&,Ps:ÖTpbȼl/=;a+)&1+ ]悱3"j[ZhحjnI h{u{%\<¼4-c+QKCu!2f/?% /Ski2 |V 2U2 ܳŬ8YHB{>\O }+{p(ȶǞorܳTًf%\-@䌇8U@z 0CQw0*j3w1kYrfJ(NYDl'V @, -DY*Q%bj|9(T\rI1D"i7VsmKyJf샟gO8l F ;dJ0'묉~mk IibߕԴm'n>/P0/ӳgCvj ?}{ aVumb6sx3B}-5kBf5;-C:t3FiM2~FcmKc$ '܆\t"3=V6l1k ,~SBhÃ=cWNV=˥oAEp1" 2vLWPf~"ҍmPY/žx٭zj]gb,)K~@RXM +74}>Aef5t#1z,bPgJ!3~%Gd&C2)Etg,Vaߴᩬk{V&XkZۥJܔ0[QP ÿ2cYVSSp_(no@l#*>+0Ͻ&MʉG/2_A6 ͚bDks=3 ze.+~k_ rqH'Zj5P7yNuLgRq1QV2U6mW݈UM8$ e Zɇ'maNԲzɣˍ$#ګC!lI2*=Yx:Ik̝Ex@y t&{IoDgW3<֌FJnFeu|Tb9=-}+ \ך~ CD +J"قX87$r-+3ŧJamJ0jL52͡p4ДƒKg>Xa7.Orr[ $vԿ @DDU!L=׈.%99vڤE.X嵩Xs҈%ӱc"Bi4@S3*f۪N Q68[᧧B4  6#}wD疋W}!UIIQPk THw!݁Bt^T.m% \XD@JDrezkJu'9k5%(?.jߋ=K&([]G3x^]Mx#>&;x|E-0d_f}gI XMu\MUFzӥ2O7w~ڢHr#xmFdM˿Rd"[$W/w۪_T它8\ `7F&b n ?/ϴ<Gs.Sh  ti017b \F~'sH0- ܫjr-NQqS=(9JPIʍ@y]$}5欃Bsqp:sSMdXO+r0 l(ܼ-!\0 V/{zU$ZPxaC!'_A%vJ(OyQ clR\|$J?k n l =N ß?I:zs!TX_)U~0fmSo+ch`}Q!œiK&`4K(|yT>+秀L+ֳ8O? e*Z-E/AP:pD|Q~N|3 @V﵄=DaW~)p b<=ADOmtXׂRA~b[E,q  >(.8= Pyz )fyT.3l]J꧓<$Ne o 3F݆hgيpY"t$:< l < ^0P5nҳeT -X;lcDt:K+otxB< * ՖOC^[md.M +tZ( 3k>Cpbaipq@A~/Lw|(XqR*]0}9OLك0 Dcw uՕY#9vd a_U c&$YnNz30 S_\ccLIiW/bNmS=m nlHja]䂍>[^acjW۸CTF_6Og{ҋj|Լ"d%'yUX6T,aM`/68*oD?ZZ<&;٥BQ`xgv sũMy -: 1;u^xOu`ޯLCkqA,fwڕ IY8!Ԓ*PCEJ]s@"̪B$- /,gv4&2ίntbj0قBY S}Qwg*Dlbpb4tpgpt5nH; lsdga";WUuK 1ݩ#t *%q >V| 2Yti@\պtoF=~i"Ng󖟊0m s:nmqgBr1ߙGTʚ"Uǔ#QXJh̰OhmgHW`!o o;0+dC PPn{xf}]@LEI6{n8*GO[P^ݝyR la4gv_J^Ml >4%]!USMj('-. mQdGJ: mbFVd:{ٓ{6h+m1k/NrR`N .i c,} +43~tj&S]| ~/w$'wYĒmK/(Trأds*g*$Z+F֢A-5.! mhUF+~eN*9*a-"9M)1 {C.TT=AxIJ>C]c8;$}vzYP EqܒaTf@e>7m1нRr3t֖4E@3丝\>K˸:X/[aW"DHg)42O,4emHH}2$ F3]٧%ǐ~GұIF%+ܻ3%iW1uD m!i'Kc#q|8)Z-ކ{[1> YAICr9p y9; r T* `%f\y{ZN-!PRgS =Ss\ ųCCNT{xg'MJ[`NUBZLbA.[&#d8M mUK?#)]GFxL PRĕEgːNׁ3bMDF<)= Le; Ũba&qC+'ip&ksύGtZJA32KoyZ( 5evr݄@iίmoemj ʎԁ>\NtY=ݝ=9ƗLLSfeiѫ`>uM^D/.[G[לmS-ʸ}` 3^!%QJ0CGnKn&.2]A&PmҲZhmpt&j3/YC&B^t}I@oLCVdC\>I1}C. 711 A5 䍸'#7)w<պQc6 W=7gMb-[ t*ʰA:^=^ Wn64jT'ˏaVՏM S'Szm7L|dyzd"d>VIBÉ~jr 9ir.kg'9=jx'uŹ'=,֡^vOe/9B}92y6^0]dPє^E*1*Zvz~qM\ƳrprljݔaS|ɛ`>hGo9h1 Q7f^DPj!3{$cCfYd)J|%ǹ9qoX+;-+a;k;^ JF~ƽĴ輨(h~.Rp-ȖANub`%JzCNXr8(LuSUVkSncA6Y&*K* C /UGksb@>!!(.&VC#OB㶥)ZT8{q=ƒvMIA(#ٶ9|Z?;:BΧ-NE~;'pG&:Wp=􀋄@ ub+4gġ=U(\ջk:eL!4~CVMu\9a"ׂd&ʻGhX eVNB|T7Y>/H?pԒ;c!A/ \Mz(Gt?lör⡾u)؁6v *Z a ;k՜@K!]÷\̸œ8P7,b $~95/*5mNjwR&u^T͐E>G|4c$jER]07mUpy8(:!|fZrEy+{JhfapeEn3 KZ7܉~6HI@zzY?s0E6w |s hsuc:Zv2K}X aT0 B%~"߉r"y(N%RDd9G=Џ+Y4x*SPQ[ watC5HSIͼVvҮDߢc_^i}'w4%HՕMq k!#d+V6M:̾Bd/զPk79qT|wNLsfVgz@o+WxH{ۍB.9uڜueqи=i蝻O1f-Vrdg9QXsQSćy CuGوbK/|]!iV-&:hHe Bv%Koq7-eb3Cv FkU>P#_H'8u0![Sh=(7wP8yt`nu'Ai:C"/m0 F q0 D3EVa4M9x';5$պ97PeM8~y燎?n^# UhA 3\FC)<`@EWuAk3K'y "G/aSq1?tcT?P0;lf"fҿa+6xٴ?J66sfbGՁn%.buebNC *MPT|bZ μz" L݅BMIGJS. h٨ŋLO1Mŷ}ڷ6=m.tOy˝RI%@.tl,B5i o d[JdiB@ɛF;]& RxJڽgp6tQ!2/r's)E)r=k/UsflhU|26 $N/,ॖؐXvps!ZTOfoFe 8KhT,ƎbAO&(3uLJnX=^gO2E,GV=츴W1*W6ڍZaR+PH {^BY#.t Jy>(=Y/fDV[.&R7I@̋ 3-VR1[u 7WF-A+m18mGrFɣ͞꘤3 tMY./Iy[kXBܔ8>DZ)y *as&Ua*$H ٓ jVr3{gB& O6keIx%E7=˰i22 72t[ϋW!tg@f}{,C ;璱c=.7wUOLo᯸Erf6_<嗪ۧ YM63]msުN;3]%56.-ŷҦ'"Vܸ*L+E/ֿ^|̏b?@2neyD0xJ=LOuh |vsWx4 qoDﮓxKhVg&~@ N{1nK$O&_[! V (wx LSOCF})Qć t/ӌ_;neb4閮y(ZdnPcm"x'b 7Ӹp`L>oT0ͷSt̔mӄ#=0׋*tXH zd-m;pZ5Ul>QwUǜ hCTe= ݅qcꋥp[" ?:I+FhC/@/,ŕguQkM4)i:/t-;z(M~yFWw" 93S Yg q)_xv/BMS" vKYP41eYJDTp{%`R<(Vq*bT闀U0Y\v/ #I~S0x<|UED[ WycF8 hPݪ/~LBq- (;b0KGyDPn~;[^ԥbrz~的;xZKQz-h!i>F,/yTPѓS<( Tx = -}vL'Uuq(.q !t;z6~?iDX½6*f2}Kz!"c-y [#!*}E<>sƤU |GDl~ }+r;#,{HC&k`+?lHmơy&*Ku9# F$zQ ࢼmNx#E Ԝ`[G Z4y922#z .a%g YLzcL,ca%&R+5bzC);3\IrIו`/ / :^2١y_ Q}&.rB ֻsPrObR!o-jGt i;"1M͇bXyZppz9 :*_%5MN !Vܛ#yTv%cÄ ugD~qc8C&Rg񟺨̗vu\ǹKfi2Ff/%௣ OyQƨRuFэ3(yPvHQDS[+Ø/]?A(1uLIr| I]K]" `S16RE76Zc#S , .|*8ơBbz'Qtf)HE0B6Sae۴Zz \0MD*+xSp)˻2F=sJUë%5uP" bVLĠMH~!b^vW/ÀG}a4Q&J\&=V!%֫;B SDe~ma5W&ĉ4K#-yFK~HD:f,4MV! _OxtTӪJ\x_)2񥬵A}?3?DwD/?FA]0rY3@yS*mAp/ݎ89F#QUmK, B=Ha8@~c72d+h&/`Hn|^Q3]oP}$zaj(ſ%E@xz$HL`Gz_'h$鴊kה]*32[8#2,C!-ru'%t+@2hHi@|c)Xd湔z0K!J@Bm\\xf&bd!?N0v0:EQDC}hMcIvYVIHCp'2c&(0 ,eȇ Әפ!ԍϡԇN$/RWZXnERg)S(i7W]Vak/JuQ5vItfI'X)BgSb+V) ~( d[Imx}2w+%Z#rN#^0nhCVgթYد1 ,Svi6VL< 墳toD"|%Wj:/瘲.vDOa!ZZ9'9YN~^1GKq  $u,&UR/YI~f4\g"VZ_8Dpk`ʁ^K:Iv/)mi[O>~[&<` IfVgT%QGb cwb $lŐ˷8s|K&hcM6)`J3-A1I@ob^7CG Вn3ܖJ[ı:h(~n^ RELxQ>x*B2s6}1KV6qo2B&3 tXEnsnDbr]ΧFSa%-fGW?DPf!5_WdPA/wzӞ$2+Ywm?WEs\94HbY vcZt`JbYU6In!fS~Kg0 K/Ԕ|y k!tF6 |ae\-kךd2TfB%,!e`C7 HyaXq( >CO5D;Fs=2S24 6>-" cU jLi@I_ jP(˓ݸ5q'<)+p1?*;uGV &63-qKB(Ql/3!9[ԑ.bXGus**c alVW S#gvZ}=RH^D[x8q:0Dq,~ #!NڞNq33-~总_,˓@_8+ EF5E7ŔAR :;ǗT>7`EŎ֫6,reᯄq§ԱIߤOYr80jO}fNb+XZ_=j AKvNL*;~Ƀ2^+S@^>DLhH#QͻϡFA>g tsᕃO,&!gF?Y$^POOg7gf5A:٠`<-8y4Zi9]Ș[ WAԘ7w~vsq >Y: 2rP1a;L(F|?Ј̆RuwCz1jeGW.UmGsP%3z/Xl|udx[g 2ԣbUzJ`O\П^^w tM " ❑Sd 7hH D۝Lmx(O_fM~6cCK4PC&bjnrd/WSR*.0P ? 8gOViM\c7}MI[.5#_kU'l6hd&.W$p)^d<)ˊoO3FH u?|j1ݪFemPwH7Nsm>߈"ϡ!p}Hky8e-mWhܮ>pos-y$%\K驂Ƿv%! !tUIlw&-a[7kV +d&l0C\koE8}!怳ی>JG-m z& G,mDԠ;td^<3hdiP0Uӵֳ3,&JBa| &-?A)f4g_KOo'23&8gve%R7_Vo\:9RZ0켢3/=?p_uy^q`R)DSX!wn pNDKWMy.<>tIWTN St[ʬgt?=O$6-lDhm &PxF(ӂeA y{Z;G1~Jf-C&p[>Q΅|5Q/m6T< Ph5 40F\Uf槂a8A|g+j,p܂Lqm$vXhaV J?f]p` ]Iެb؝gg^aU "S]_5>8>_!EŸ*$}W"6m'yhC;|pJ$aUr?ٿL+TB(8?歖10cQ)/QֆδrRboY(8K-SDbg`nt1q UmY@]:kϕlyOaI# ȅZ,BS5Oy~G*uy'c=PX.NĝQgx|O%#§{%QlS?nuFltWφ ޫP_ 1|$qUKͲEϔ|~ io_8vH`+iu|JQfEԯ؁cuGq\ZaTY [\3Wwв~yul ֌1uޤ]L4aF_)X$BЇ K\]|j9 X+25U촠ܱ`w ٳ_Ǡ]~9*"{ _e [i$L: aQlr*5䂾/Q©*Yk0>ccנkjVtcIK"YÇ9^?",U %FmsL/VghiЅc_! k{:5sQQz9KQR]zP/M&i'v~?5fvBrc@ѝ.I(, [5i1 DN&j%䥵#8fu%oٺ{H ICl)AHla ZD}0b@zShogTҮ$Ʉ.fW -0L89gZT$cM"rعqHLHbzJ\zZu[p{ u{_3U)sGcY ͅ_UBVʊVTchlrATDk{V;W:|!!3 l~=x;n!U@!Eۍں~54&H@ ,;50QU pہjsUIpymZQ'O)ɑl6|iIApOR{1ХhԤZ|s++sW&m*"̍vE&O\ۛ1p* ŕnM~E)hsD::Pscg]$mA⯵Q 8|)8Z7/M _D#.4/|/@M >0X*ض>E^t2S4&|(ž9C[ӣ 6ҲxsU(BIX"+~b> &JEN|9o]*dAbr }󷹥vqLcP 3g#k㙩U.w`ɤLf'POu]m=;6CL(}MrHۦ cN{Sl(ǛDxtxB~t*&K/z8Ìeی#Sb!$Ϭ{i{a}5߈>gP 0|S``9UD5|JSp;_n-jڳ ;t4'\K(cP$c{h Bjz&}qA$72z$OŠll۾C 5m`!$gp/o\߲^KRyg5Gp(Ww6KoTi|:Ɓ+n#*u)NcYhީ>hBM,F3IW]>;-t=6^'̘%92E5JcF*2u%г>mؘvL^/67h1NX J XjnV@WA XPŝ ~$(,^οyrJ{KG`"^ōU.M%DɲN.XTairG;CtscMS6N~0$4 QRfXw8b&`YR+WG+RW%gAm;` 0 I},%=۟%n`8C=܇cX0^bHILaj3#;KVdmԇh: sG:<| Jb_>p`JV} m?o[ώfeNNªzw߶E;y_kHte~$`ADЙ9"6퇝-:n(vHz3nY1sӿoH8(KOB kdDϝ"qd W+'%޹"1@dY!̯jiZoUq1"*ns6iJC֐GE"i6k`KE}i2όjf 0;ꮞpDn NWq`/s'hk16CQX0N]4&a_֨ '[lOjcZEY^#Xq>c@ 12Ssqd_9bԪr(}>%hBfG\ Yy gj:ΰp'S(^@σ{  IΆK `3gItu6&W Tm=&ql&؅öؖeVm'h lepw14Iĝ\}tᇍVEt!ѢWW4usuc LRr1Īz7kV RS/4v,7XKV6 S _Be (,*,vg V.>kkiY5;Bu\St]7v#U&?pR:$mD5S@u?;0#)c|ṣ/MljP Y$30tihWI>u'6aCk]8RwlM?CcF&I'u l֌V` #}@yK: clfyP>Ɍ,>Ѥ_<*!ށ]u2Kq=`OwҘÀEtu&<`7 TVn ٘1 7Ygw_ 0@e+ 6@u|8% }l(Gԧ<+JuN\u luƄ}tL]l3LΨ!}D)]]2ou[ȴ~?^o#-a( W幆3χZQ+|^IPLu!֋FfS?$=1^v~iՅNme6׹xAqUKiH0G|M*JгIj ?Z)"~x|.%VCx16]Q o-^;:q1baʜ7*M@x%t|$zj 1#} i;X47;ېAU {Sh!$5AʸK}tb P^ 䩟tc 4b IIG\GH ~$5IX-&,!YbOX5Az,|邗B#4c=i?*wwͩjaj<)n2 2?_L0{&8Bf;%ô䐲hI@ ;1XL\bf+mELhءܷRֽursZ&/9qִx}^ǣE25mo|+t)wː;_| sg:ф_ȯ7C9nHۄI[Wn{}GDFf_,Vö_{S{wѸ;[`k&yXâGFͤ>"X'kܞU)2 K nԑJ{);X{ziUFLDMZ|~ߺF{Wvyez_XqXcmX'$):oA$-]w]f3` 5ĝJC4çL7^F/iD_H. D4~hbO4 Q)7hFLҤypi$A5LIQ\riǁq( NϼSH[~y~kWG֒tG^+FDc)/5KRxxwS'AF壤7*^k-[Ŝu[8ۼ˄2:[6F=,a4ҠJoYP&7KDQqΈ2 Z_Y 12V8HT=,ݳQ^ <6%r9o"x p 0so j_C󁝿)Bx^rd-AeR(ZDɢ:kw'TYC,?3@~-U;D"qtE3WK,> K.0zҐmfJԹ$-}$=L$[r?Ŗn;1 6`jii/QV^N.r{EinżY PN-_NykfiU7  +|%Ew,~Pw6Rp3Y9Tw9cb {6 O- _i9O$xƬSTk48Yr9`/Q oщĄg#}Ẑomoh}Қm6l) ŝ5㖤R5JAkqGgp ?Sn*{!;6*PYG1 n澴 F] q~92Bo9Ẹ\*2o&.I0t<3%)<r/ +q%^-T: iWlFفO/<LF#W&v<{[|S z$@ 6hΑ{743@d*b`L*L $'6=ʃժeN1u !*Xq(pǍOvP\E0$C0a2F]⡢D]xW@mw ]\Y+i||sNH޶g pˋ ?mgN_;l$JbaY;Γp[x,=(췸*QNpkT0m"pc ;?)]wp픙 ]&r#ˀ ?Qx]#:Y2Asz7   2 . `p@8jMK &>nW;ʲ:%86Bں3Ub\%Srg:~,aͮ ͽ=7SS1iekK*xv/D*=AVɚX#$fC0FU"\_2pFRaь{hCTKk\:=zJW#s].iw욘dD䅐/W燂)U.FGpJ.~yƱޤ1a}6fj:+/hx:_5 ;t]M҇PݹCʙXCJ2b&olDl:Aڏ(9=p1f?i[AN+upjc>*b!- >Oׅ`W}}HmK5>z Z?nb]/MmKt/rɉ)fȓ1hhF_5_B <,} yVJ" ҔOJՔl=w1`gc*xz,_E^m>x+P Qߺf;y̻-V y}\RT%긱][U]{@+f摋ϘيB߈U%5[̓:ler6%%X YV=Ӆ՛oxsߗzeg0#laݹ5Ll'nQv9lw+]xs]e)ԛBDOLgL*xb޺$͏|ż2Y)Dk껓0yl W;2=.sTJڠžP,ģ2m_prKo-۾6 +! K]yprc#PA({}*H)%/h ~'1wp 9Y"| G+YYʡXc]:׽4m_ע8O($7s $2~RNOE!]R9L=mi2뷁ʋl1nRYX Wo,%@i/^8pԖ6n{\^ ]"_LDCNKX>2Fj4'(YKyݐ9)&J">4>.nj5!9?)M,:2_[#$ S<ꪦݕ5܍ܐUp'70YB{Ư"tB+<>ȦdPپ dzBU!ާY ,>ĨXD?1yxk1걜JiK@QRmbxPImmT q{k T.~dJeD/zջlJ\ Ap&mϼⵞm=PQiT,ʿ_f|&!0%ߘFy1ӭ :$:eFQh% 94n2 "ARz T7vhk3xPV9o]Ś-/!VbK۾ ˚ 9ݭd5.D)B/Nk<~{Q"q-Jwdi; yGٸµWuZ9ha O2Jw̢ KQg@ꯨ˵5X G A`x(8q j[Y;z/힬 ?]Xk-䤆XvQ=[si cTIY])OĦ jcxi:' \6HA[V< e>WҐ&0 +"z-25/b.ݯ<0 = !nFPTp9+Puŵ?1@@rȱc|+a@>K7fȟ7 UynBP|"_sXd{ Mҹp9ew^l8LH\k}b:* aGF>7gǫez<˄j8>MtS/cR&O3)GYU#Sm{ł!%3eO ή?s3w&եE:?Q EEU$Eҷmazͤh|hfe8ɣuJ-q6ASe9=l9GfN9yyƗPJr/P&U17.u秀v`ךԂVegkO%莥\]>˟ѸQԂp?9(H!! TU(c̫(žOׁ2tHą}A Li2 Y4 ۇ+":j")vb0F|E'~muKk/g<蝬 T="S 0d㟏glb8 !x.AR%=f*¨8[ N #؟ߚV0&*׳s1 r D ?3wJwӅM5Qr + 0b81̟_aFz1;T"wiW=VD Oz}[Xw/MD63̸3u&:ɣOx#tXPe(`/^v*qM,nEקȏ(؎@)a0١QU"jq˄7Y4 |[r6PyI"ȖMQ2{BG!Qx%/}i|p+ZA;yOmWէ}xbBS>(d--quܕ| H!TEUn@WeqKL|){K{&*nhN?;_r>瑺 {i^3ń`nʼn+S N 9 7w(I|Tn^Kd-"38wcBt#ӗat}k҃kqZ(y|_nQ`7876EG_5hX8bj]癚n0y,W܊r3RLI3SHDw,5ȖuwtnLDmCQpWA9nc^R"j畨Sa_QjPV0q#>z7u^#7^vFywL߄KJjp$iWuդ9ɥF4^8i)~/~t,G Գ=z`eH~=!N}p96ǹ:V̐u܍k×s95ub=^ $(i*P]سQGc0o6(@i,azcVe+ 5kqP< >Q7)INNE "NɕVI4tzG3Fp0;^c(.o[qLM6hVv 6|W\z\uσm>^TzM[wRF{cza+%@b܄ߢԱgp{~ɂe-*d۲Z ;{qQ8i9Z{ -D%N~S]mu~ M4w/z[y~a|ގ\\+~vW9a:E_Wӻty ٶ5(\s MOH2[M.1i'^;!42>rQfi1ğoVȧc[?>J6c5w]ũ([s\" ?_GfoKY-!{7y,UJeaG]? |^}0\kZixm}lz(S3_ 67}#x6Ul`CD*̛$43Sy]TKM; :&u7+,BozUMy;.U&vs,p[ "{3R͉)fY2R,u[=9 /YPѓS~/&mqU, Kr_ӎ},ɮ K'S˸D NQ4$`1'7hc%?gwٛbk!_S;LE,c.yn !aV=7҂!wJ?"MzDxlԏQ X&v q6#ލo8( SG#ōTe=k&vY˦r͔_<yruQE|Wnv4<-~.gr~?aBLL1.KӴjф>+zMAdҦ֙nUf8W@6 ZPMa!!$GC4wɑ]=Z|Νf NcNB.>:/6%W&,>!*1v(բ(k?Rms48 {00bjvq#_)~ )fQka%a ^V#?ɠ[ :Jl548jbȐ S2OܰjDNZɷRGd4WI q +G.q ?sAMfVu˕<[@1#mܙ?'m7 `A~Hezr!`v5;k'+btQ6q\:KJ VI堙wA;ejٳښ= iI~ GUC7+{\⿪ ?l/-6#eyPU: Hh 4CqEG&i^fzuGJ; =q]#?± >?[Pj_ s3FUz^@rFg8ҿP-wjg Tyg'N&,#1 q5ɬ` {޵m+5Vȣ}&X/P|!P u\Y&OVۙPGGԿ*ZS`?8.Ru<1IIL]^C[%⨓( B ЮLjξQsrK A /O>,<,aːZԶOp\KПJlWFz,!2 Æ9JڑWjx/Vj!3Jq>~ an@7**#WX B!Q3\ftrh#3Msx+$z$pt@[09-wG.OrԵBn ^p'8cԊ&lZ+8ō@/I/[e^zkbzw[Z7o^C:X6<4|ykVqYJ{AGLDLZo ~k}y] VW)14} Q'ج qB-4CV{}Rz2s'sp*ŪSپ,F_f/Ts'Mx);RВ"|@E$.ʬ jJu]eLrvu^[F,8!o=UVb4TXՐu`!{.7u@HVM^hli`9 Ƞnf/(j|\\?>@i7RkyA@Uo: gA.Oce>jx\ `v(F9lw4% H[Hj;!A70Cxk}k e7kυoFKU5Xdfe8wcmaeVM]:;:RLUy<5x19˙>7&E(m:H 7ERN\D'%edɗsu4Cw?8_'ZJi^\~f\Qj7-YP7KeǭZ HtZ[qA֍8rc!5Rg"P,hy$b`c*e`> VhՖ#эHA1/ĚrD=(P˴Np[V~m8sQ%#@VZ*]4/VMƩ"NaLjC@C®}O0E5#~#C)% L*.Z ^%Sn %ݼe-j熔zVNzف<$C(z+‡rtCzU%gУ X: sׄ%h/17sU.omBlԀ_ӟQWE,;t<~$I5׼-Zd膷)oKj/#$=cް}R*G{t{" JFu#TƯ0lm@.)>O:@xI%*,F&8I"s X xawf#E~*Wm׃c@$&U@٧W=sŲD<)ᲒCQ8Pܭ#; O{h ,Zt>9gJfh/ةcUnY .t\ MxEXԌkčOu#Mg.y4Y\iu4[*bc}e@E: H, z|ry ɳm67bk>YSnCߥ m, )踩57j̫b*&hE(wvo1Y7fw@LĐW}H"s mVtD-}-@M.bzоդӈ{Tm!nS}kZF b8S7[2^x9^8'jvҽ AJ"UvfP3DX~pŹ/=icpYD gsa!1 RZI`!M-1Y:>3V#HM1ʱv+׉|\tw=j#T63ӣx~mg4$y-E E\#L9I sJP恞NRH,?/+ ߃S6%:^ȶh0ounk#?u69%tzDe~9?Zl) >o0ԩEQHm`/ԘL8>c8h'z~4-iZLHl85}3dI< ®R>Ε@n& t{@.bKTM-ev>jM" f) l6;߿W`Xm/>zKcd|/v5"x)Ex%~P+8ճeN"} 2ܼQ!8ޙx. n;xS)hl,/m&K'ԍOwr袴&l1ܤ>ϼ!_"Zԟ=ȿG#5ӀQV]ۂhe'{M]م&ߺ4?+pqr΋L]phQ P>E^[TpƒDVk8ax^T$C j0K|mm"wIu櫗Rs!YPt37oX%VT+6mXXsor !F*6&MG4ٿ{V*"aH5m & WuDTa%6{W.& ɴ+e,]y2yNyyQ+Mi Ҋ㍊=X*PmfX)FWi^Z,kShk ?y,2 s9[,); SM1U'Gև>4.IR+߿)yuZͮn$RfʫLZTqXwF:pS7lwG~[#%w+.oM[݁9!ӐѳVuNw^RT0qg5A5ZDBĭ]Vsg>yZ"D(2ۻ ^FAFֽ"|!x2J02U*S0@oRGLu%P y?E4LK_j-Gt`GZȐOs -N"h0)wEzP`;R~ 7 7R>zm`lYz H(HItnx/EŋQvB(M10&^'O$9U$/iYT'1eBg >eA4˿VL<7f$zh. +:ODc\kۙ(VlSt6I1H|>4@ vnJy_acx~_;L2XAA}B÷b. M鍠{~L(*l4,09V ./->Rg^5ƣ~u`W7rI`cSIj%='L,B_@wZb:ѫ>SEq M0GD7SkP~v""mj#Pro^V|bSqmD1)VmK}u#@]X|Qo½EdRJ̈́~ "[mo8gSVH߹ h/Ht޻a!vZd^a-sK֏PHiv3m)%@dt~|Ȱ !9Gju#: p<܏v2'N H8V-ix7 8's-=Bi6ɳ$ʪhؗiuhB?1~qW7(M燵+P+(d b9 B0MF攚ʂTk(HZȟgBryE!I:az9\ & :Ј 9jżIs%M]AyLqh80Mniݺ 4.e~skpiZĦĀHWGz.VR~H6wPÚ4ja/@Νei CJPF^'8`&#騛_83/#9`]ZwKܲ`J6kZ6$*EC;>20A'HtEԸPO$l]ћ8(r;u޵.=M6PhM:F^l2&gB11Tm_p8`ڒjV&ݻ;(bC,R3{7ߘae(JMBDIČP"ba y7,©*P%ogeC4Mj[RWe_FnBNY5Uh>NLHVI1U})el>.9xqFVjg\Y3tnן+gqD\F[]U,@(/¶Fl(SlAEĴ~k߆JjPܲ \\fY aYe\HO0ޠΗ(}[*g42‚w : 9.} r, Ƴxw*0Qbtco-/IRTBʘ Ћ1fU3[uP5?EZT{ze0  #)U*F~8Xnb "81ڊDnW luX^BAf|S[UdpQ:e^`nq:tjYN:r͔چ` 1~.3o=&3jaܜ nkٻ;QASA0" MCqrU\Of'[0¾M1Xڹ+ik(ߒj!3`P|mtgLe vbY2!LT'0H\Kx0#{].BiCL\X 1Jo B595C?;dĢ)eI}lI5df>qc &!So>bĭ)X@N_x;RAb3-U3+)nzNkǩ 3hmrcHjؗ+O-9D`2zaxYͼ^FLgҸ$|}`"N8L  ꢵ sgCCUN g0rP ^_H WeZFXA~ܹueQVe)/a:4Y|qW<( }Dl20=hϣ_ :6R^An_ț>o)3OTEa +ЙDc)t3:2'8xM_rӮ!쬿UR Yr`f#'Ju~kMc=5᳣ZlL7~ y3q6>W+=&ܗz1(K[2 qhcglj7D2) +_y)kGTøg3}؜@󬚔~$];gt@?31& HŨBWi V EnLt@ޡLTMǥ#vydATyZO~Ե,L`Sꚨ? )Jʼz:]|9^<]\VٓԷXVEj\q/p]p"i)um a8FPڟ JCիSgKU=ԉuPbYz)}Rj{yY?6茋'jGQ~R yZzDW η AI<>`L'wHP(fb]dE smfߨu2-ǯ4Tr LKI+`hYKϢ9Mh:HQ`ie3Fs5w=6lMcFfL} ӔFPS&H+WmB8pUMZq[CBR09ƭ_$ۿ\]-yc 吨Jl8+?·9g~-=kχ}SA$%TK6fnTJSSD/`eqG؋, Rh<Ϣ0O5ڈ{1𘭊/'ZmjuYx!Q#fL+t[;__ivLz~o>h~-޼Wb:DjMhwXYsI淲fjJOI.L-:Bx)?y-RPܶG{;[1X8<uLS{=9 mT?)"]3 ~VF %:A `4?iX9ijK;,)lK}YޒܦwnK1A{ViP}?Jɢ͏ǐS]Șߵ*JTRzNB{ th\Ո2vT(g^9hq5OT!Jʼ)9>#7K4FORo%61\5O&^wQj@Ȩ1 ?eꃨ oЍ Z3V 3qxUKv,Gu{&~az 7Ϟzg~+$)D Ԋ-CS%Xҽ8!P8ORr*jΨ+(iP;ˆn>:%/U_ix<[H+j:U!@ݺK(pM&Wܼ%bYGXXT;SV{3[ Bc\M3X=wXg @:K\b|hΘ(}o;%45뚏JE1 [.OF~- !.'TΘۊ <]dC=*#ʼnVonv1\ղsTd^ ӵ c#̈́P4PN|T/o[  E~ωǧ[1@^!*dىy@ctj}϶ 'i?mJRNI a0.zk?}lu"#: g7}H;fY -ժ\.q+d*B;Zqd7GI R`vbcʖfޤz#|=~qi?=W~@?t z>'zKz[02 2t9:)t:v6q{}r=e$`0nIpLz}euH /RzRv+A̚O1qlja-}wUIC&/2WƇ~o_9ܾcm/N@SIf8QM݇I ve|%yܩZ7B5swS2?F&yDA $7͟n;Exɍ zwycnW+Y+ɷ5Y53vir'¸52)9IsHeYضpGV<sf Q wY MUY<]2K.yIN w] @0bTKʽ/k3Z¬,;VqPǨSBJ5?❱SOJ_eN\|LؿէEY9sQr7:zd ̣qxk՜~kOBcߓm)fg "+A"h L"w܁/7~V->r{HgyJX~UjG%'Q0p(d;os]3pR @$hvc*gI˾aUU\?a%xܲZGhs 11ɮ I0O|YnJ4ZGW#7]No;VE#L|}6*A)*ޔ$] _IGa}5**F}/ݞ;] z"[G:,Rt/;#; >1~1S/܌6/L9pN}[Q9D(jnnuE?\LTFdVp7*nfvd27Oli5 _{%aMSx b/z$\̱9HB{}SCE<3HY$ҩݧTL`,3bT-ns+#M>fL,-jLBs wWcڽu]٤|FBAh"]7' mOPͻ&"hČGs 7fHx |DO>xlx"003.x,m_rޘc;/E՛@%qH@p#vMHW#+7|&*ͥ:q(IrA?DAT)iG7`j#15}#ܸ+.C&L'Պr54JL$)q9`֜ǎ#B8@ƃ\"^Wn pY: ҃D ֏-bxwg>Z(}IW䝠/c*>Nxn@ 2fz( \35dS H~pć}rN8*Gˑ*׮ML0ˆ>5,Ͳw`!T㜽l3$f}2+,3@=(q`7(>Z$exAG^oaB"8N؂<^ї&H:)0QC&:1ޒgSOՏ1ƺta+(c}^%D%aH PmScSo*dzRl=#m"\w+aW2偽_\9+lm,ui KuDsѺD;Tc"LOj؏$D +2J#?s:aPC**?nBBgXOUbcsA8+D۹C2Hif>wB(¶:*Ly3V*le[pS֒ÓA޳џHĸۈ@BkӥJ'_=X=iYV2y5.MwNk}R)w0;aXNP2R6x^QӭpV79 \o"6f`މ8S~KNry+Iz7#$%SWk"+q@UH!Wn8SCMk8ӟR]`?7 .U.+6 *bWGhڵY*+ݯ1y'Zj/ S`;R0|2nK j5> tx^ "_ 0ơ ЎΗG L:C>â\ZQw۪,`žrϹu4ZUb9t,)m\eH`Һ@ćAD D̓>\̓{/`Cy<N^jwh}[|2bL@&y3Rϒ,Lou;c%}t}u >pI-?σʔ0BeWE˝Ey@1׺f븥,nQZ*_Wu(94&{uA 7jhbѩ QK[E{k̐YZk;e_hD*_@Qe$.;0 pd$G1ѲL9ю `Ui|s^s؞fof |P-%_t{9{okTժe,A a&>gL24 OJ}RXn 0xuk'?Oa дL@-y(2yrApbhߋ"%K/Ư2F;*ʚ最8W5 y46z.Yn:t@6Bs#A?CM7䩸߫0(ϲu/MƒOqd#eߩ58,k1m~vT>!ߩXiJs&b7A^6Dת"GL;%8 Vz{`X[ߺ*J=Eqm6p೻cC(LEt߫phjd0^G4_H 1[[u<P1ˬ%w@vtU>_$)SH꫃UЯ{8&r7'XMї2'<`8&V#5ApY A#Eb[6}Q%Z/A`Ɗ3R,c5/Ia!A4MCj\Mxhjd1 @EH=oZ@C;JHPI' И'j~,զD_wĆ$NM絧2q <>LI X#?y\o6l?ykL8X'Jk;g1@j-AE nq!<+Fb0B=Kݐip:Ð2nv{'pR"q%oVJXerBNj8ٌNqvN®W&2N^g5gbqB )yK4 ;+!QտzA5g`Eb$.ԤDMr2Pv`PXw{2fYDni|6rwWl&s0*bN߄`%g !ۅ&H wD.6!ʶ練.$. P ,lz9C%u'/,0B/9HʫߢBE{^A=]̷fkzEB lk=J'l[]a~H~˔&PpM2s >n-wS2gQǽB-}l{򥣔Oısv(xH֎ ,+8]!wBu0E's-,?տIGwub>a+kK V,lFcTa2Fb_+K&݆zk\4Bd_p^6&9~4Clvj[u \qWgc]uظb?z쨻r3n⼓'p|l:y7^f!V&V|e|=L_i `zZ՗w';cl)by۬8> 3=y|sVP:6pǥp[o`0P:atmUf"5%tВz9%#ʛM4^"'\\6/$"O-k1s Rj8٨Hrޱ/ڻ2ްr+Jj BM@f4I@j} '^8Kԣ54!nle&tMUE6;Ծ+|EOK  3@ 6[#jAdeC}UvLRX{h:M},}b<̩Uy=b ~~M_}W28t-32a­H^^H[䘙9&Q_{1ߣ9dNLEvrwoh8LZ5Ϗj{uyY^v\V-&a}` ⠃!|>LN@L2N2մښX<6(^,`l;: {\3;2`x#EUW4ᲿƟ?ƃ.FU_X`lӥY[(yy$@UFk έ$Y) ޒNBJ$8ּf" u[i:lVÃak8F1K;Y16JuAy155!J!b1V Yt,Kl=㮖͆(U3|H7u 򮿳TJ +8:[*4Z]Ԋ  !'@wMd; 9bܹԃrw3["*1 ݨ%s[e8 Zu|ԞqI1Er;4P^ld0@Uis;{18\lYjR}idci9f92%5əԾ`3RɯtP`z6ָZXƣs/''9i'-0vQlm|u3{5iOY3=p6 "qI8ǓMp$tr4J_ [-(LX2avQkzڣ2vxX3};B*S?xq:e+xb:e!E$uH;ʫo,TOnrIoVL[Ғz|!†rMy "c>XE6YPi&m0 UG+y.rnh$"c"} `ޓZu1z +-g)=h41/ y ]8Oha q/anh11x}5"4Vy$m&E%X(YV3u3*]$Cfa!&]1tKazƗ-,]8ccb ȞzPAg{ z !.coP0- ˪ B*H3<; ~E~J(-cqB(ZٴJ1͍81QjT]Z?."90$\^Цyv`0|xUW>TYkAUi,REI IHޏ>2I˱bäak9`np{{Q?IE@7Yo>W[ܙxh jyhʼn`)>(VybX5CNŝhȊ,-oeO}%A"{_= xkP}辏Z#l6R Q.K0WMZ!u=/&{ WRu3*ZRŤ;8=|G֍hVIr[*uU"S,|`'D2AE%5hIj.|8=D8v8[Im2ƻ(|/ `\ צ7z\ Vf/S. c-͂lj:0\4޾:оfrAݒ\5xTTf4}:%?4)֢͐^8Q陏Ԯ.~ư;d&4Z.:+X߲S;ƂrvJ!ήȃ \ɰ1%&H8^ ёuzmaoxvTܣ0@ݪ.iT ߣELod3ާ( hq*~bK`:~o6rag'NYX"vc}5d\{Ej<5C>ƾ건enD 0ky8MӘHI=~  q#2DYm\"vW$E6b둞T@Y-Q!q#e{ 78zjwHFj6vԜV-0K\+cТ{kAh|ƃX yaB, ([*+L?VTDX0ѹ[4i%}*hZX#~uNݣ `< CsCw)mhޱWHibT''XG;[,B1yITUMϨ|^'f*Z qkc5U3O'gP 9/-rްnC#9Ȩ hAqP1R mՔUy>cQ9Z-9h9)| 84TkK:wUynG,ݬkr;aKnis%A] Nt'L|%6\st:,=D\aV`"u'CJ, 1|fG䩙bV2^@LtQF@֤\7H/v\!kύ8m>U$jM,ؖOG~xy͐0D(p^."u3/IX\lO~0 ('|8=[OHRQzϓӢ ??S3L;ft4Kl6,s V6I.j\]{}D[:'VݥEA͍3dUDt΀6Q[GoI0ʆf'6c J {!k&TH|p?!,ƴj+'-ѕ>2Udj6Dv͔42Dsuog#TBǔ2d0M4H~ k gWH;@X2FDb>4yxoZQyO6tù%47 irX ]" tA{`a}Nֆk46*Ǫ(0:5LmgL Anj>cMl 9vAQ%WnI|eENbl?ӋNI@x\%|B.9D1R@AV}w4kw5<rzm[?y8px+@xyARtoaM3_ɸڏ!E v+B}TRY_ cXHZy"ΈqAo̿3޳H =.O\Zn#B^,$n+gl-~|>3zFxxn>^k *X iUu OL2/uH wpw3a:vFc_gtZzu:+dJ{e{ S:"oT0a|H(:؊ IC&<.=:~kzT |SJ:Ohw' uZMCDB5}\ŝ gOMGrSC )\t'#ۈMjD0ɹ}ËJvɉ00y< K?Mf^0!!ČK/ t(vb*ϧP]9rt'<BsOeӤg(R‰;d] mEeh˿IzwVWi>[yę>í?̱& [B:`lhbwæ;ٽ.:O ׈¨k.Or0j/s_?gUAC&mvv*+WM9@OedI45`ͼ ˄&H0ѷ3g~c`D߃W9қ3pW|6^X=Xi䓲ÒcC9SW`[a a/fl_}697'x: !WӀWS|_% Z3hG+ C)vdqQ+3wʢDhD=CJ $oVpG/0n!rs/ 8qNl鳵{9l-]YwZdaCcj}$EQ f猱:;Ș1d;L)euypJN? r?vkz 鑋),h1H )&G% /$eRLǙ̝jw<GUX^@" XFJQ"ZH VTHTJYQ'&,PD%(V]M}R~čuYhc{s&r,ͷɀVΤRܽ, x|D_`ӭ$0;WdRb-PǬMB&EǕ!q,=sc> 130ZSK=`;s)DfiY(X JxBz*nGYο1L" NI 8 M?)~ӻl"Ý`WA=bÏI0%)Ẅ& *IVT e-Ҽ5񄃯]ߞ&+a[#OJѐna00̈]gK_p&?He#J'uN,ˤAj ܝL}_o wU+&`ڶM!<#d![5pc

$ЦiQؙ $ \Nus.P}z1dﭸ,$hB5jY^Eg#ޣ^. ^y }x[a[|lߪ=r!{<=KUEuv^o̓AvZc^(l鰫OL>kD}31W"v$^Dbtd X-Ƈ 8Aeh_pvYl'%^/@ ixJJpl푥a N銝cDmb&yWͻ싸JIIBv좀aBNJ'#^H|O=t3HcùJzH9x>Pʠ[W#=Ν4;ӻ'DZWDS‡7'CP9W܅.|dZ!Wc uc&2{ ^J֔u_9̬L@P6 xS_^4Äw Džw+)>{!kGnW2*1ZLwj~KջYSdͷyx"O_FOlt_c|qF\ǵV҉)Ʊ-p {'uHQXCϸ^%7 ^6вzp潰\$r jcp<O1N'9-ޫ^eP21%]c " vꕕxȯ[?%L 9wgC橀`:QW@Wgk *Ѓׯ"ˬ.2:L胁TSOOI6`6pi%?\sm%,hkl𰢧#0=ˁ<8fL٩x.gZwK@C`Kau%߆^=лe*Kn@L!e %s+c`8g[2 lZtQ㈊?$t5皑g(&fj)_)ڮ\wNsݝ)J *G~&ϘsyUplwۣw0Z݃ ԄqS#YMD/~62VHT90*u"+8gfilZ,%KVFl(,@ܯc$sn\A7iV {|^(K, p'D75(x4 ,ogHõ\3{ΗKd2ПZ]3I>-J9,Oڭj[Y)y`u|ΐmciʮe`.WiK5ܗH=)Rb6 &2뵪O}<.A ٧?S4 '9]`ׁ5`&%jyH(NM",RE~Jwzܳ >9Bv8" $fu>]jr4/d(Vyw .2[]_Cr9}.D&E(&pT@\ m@0s3f;~;rx;]Cbizw9A|QVXp";M^kl 1؂′ R[4oɜS+)\6(PBn3r W9]~H-Ϝ3+# `` 2v8:.Q=s%(;<8[B$hAtL)iPSuҶ^m >PDTVcUg܎a&DJO}QUt?"|?뿗XACWJךcO&ݢ*8TlA>ZJ$kT[+CBokkN^ZDaKTgC(L,\${dN:)܉ȏ/Erɢ͝p$('NzmLӝIVx%=ڨ XfK蜿=ycx*)HjfEY᧋(;iC31:b̷-@r{J'diB OG<>BH-%L_@oxDaS_LgLq<>2v}y+Fw'X'!fI|bZY87K!UzH;!gZ TcE'Qdg$,Z10/K$E\cZ)rٰ{@S47 mx{.j_wS?{??jfZQtTCЫ~% _~uj`@4w^5幀 'E_ck8ZΛ1TH.@"|UA7 =fE-{)hagoe~T3gwP+96i٬8eG>:1g4APo= L&*9F2So5$Aa/W eyr,ys; LP(Q.Vqæi];D(U4'OͱF: ٹ߯&_ b @З2IK4t6}Sqr|SZy;:uw[L zmWo1O.Nx/uY528ѵ)X5fO]^(k`ɨ8Z ?5.P^4>h3ޟsHSW{b6bn?ALƂ l/9ޤfCy;+αPDS>Bmi\&K]Tϕ H= $H,d:ydM" +qnLG!w}\ mfS$ XgiNJ/(АJ:ڣyTY"Zb@țB(o裈^Գh5beYxĚ,a!Pۋ hYK{C~ܫiP myHa&"|ܭCV Tc쮸ȱMdXxwhH?g>LZLC/ Y:*? QʍYlm@i3;tm vʺHJQy4j4P|l%}#jYͧZh+ AQ^l)G84^B690oHG&v؂5dQnZ!ԗKn?hMӿqsU$xƳaVW֞9-Fiq Dθr{8[ 2X~Z7v_9dHShHc3Sv^ߞN8uyQgMP2!/pote,.ܯ!F[`ʗn$?zϣM5Y $bt=SVURr\mskX[,88fJ>zhR˅XV$& N=%I^I4f(Dlָ"Շ-b'|Od.銑^,ݢv$tat 5%j7Vz>CSWXNEg bXP\9GKoU_4If7{$ /ރ/a9ODT,[(ߵ?=8]Y}*$VڟESPZ4ѫʜ r}@)f_>1G=ѕ7_b׼=w +RE@ 2lLGm&Mǰ' 3Nz ?]LBLċ#TO4vĆRdcQU֑=BM4]iP.RAf5ph D7LP\lRR+JR.2c@t!h]\0Wiй э//wqbhēz^߇IUޝ4,[F9?6];2XAxw30MX n7}`wU;Kw78CƀBbG&[َWApR 0N'ׇY%H+3QłYۼ9v{?b1~3b7KfAIIvl`_,1ֱb?ޯȰ;6kA8{jz6ij<,B&hޞ;CIc.koM/:/!mQK t$J6+QV(B PN2[:лl t as׶k~6FpmQˡ jO]HD.D~Q|t]/sZgEO0$YxlRKUApaȂBH+b_}ov*4t^)zuJ72ߢ4@o; Vp(UβuigkZ u:*hv?ΕVwTpU &-qlEA!%U]l"l,TpGgpqv&ٿmMK ABrHHyvO'9Ԭn]bswb:xj$I[RH/@&sx4/(G=f(ikzx+7qDR/ަohSѷ_ƹ!8k PpLx>ao|X^~hSbSk ;^#5&Q kK~EBmr0mkz(S-HJZ1tc&ލlnȝmncɄ&8lQ)%2eչߌR/,ڤIkY 8JSCÀa]z=>R=NNGq~\_y2WV~<ǒU1> KM@#<< ϵєs]^R .1ɏ,摇TRcqUSX] אLg<񵥻&ʮp7]ǜG#oϙˡn_$VvNx&IRWJO!/a7❑?F3[߈Ʊ+ziS$g6bf7j?}E[Arn2:n,Z)!waќ7jYrZ/J.a/@8$"g 5/S:v?iâ9*kҿ3a+h3ҏL<X!UyjM Die)( EqA'B`䆟1K&>^UN/ÑQ6s1nQR M)=w 5<^w~O#*'W]&2=0jʆX>X\I+OgeN+ MURԶTܞ pb[/\qM)fk0H}u>W_wa~^/>lW1uJa<ƛ>9^+*ƉbʝJ<` #LalbRdW\z_1h|{ 4J4ce%fnWR`VGiB?玭B ps{0 ziWA:oE%]'%RS4Sp ͞(Jo:jDIwt=@o% qKF%ѵm~ 8jtd'P!nD52st;I S(R1qՔ Zs⑐Ec 99éERC@ dy܁1ёaGTi/hG1|Uv(2ʼ`ZGmً[]<ek,J[:,Vzn0O~VqQ]kg]i Tհv?m=.R&J'3zOa^fda@(^|h“ 8u:l̢B\/8i Xқ mkF픹6u_|<0j01cX s"nnm=Ox1DtϤʽ2Sy@=Ï4a2Os,b29j?X lԦ'`{. 1l#ST_رlqJ$of8<Ȣ)2-iΖrJF7KT:~9M.%7}"_GM偉_Vgm񖒼Hr{M?#P{xyf'ϼ| TXR8OPw[t_Epff%EMϊ1_u0EN_ Cſ cg PvvUJJP2Rw%j#FFD0 \i?Ȇ^QnKUyo p[\f_Zմeu(FxN}Ӡ~Q%Z{*Q;#'Çy|Ny.LE( bOOwM F-,\c8T'&)M KFj2 TǕ!R f@YJ)ڌyV$?OmJGޯ2잉llǑ|Dio+iU.퉇gr!oR` lPnD|ana_‚YWJQBjpMZax)ܱIUE@tɌV{`2:/)mMYNUc'(ŝ \%pkǕY(:B] :^^9׳"vϯO9qɄ/l; 7^YH fA%F7n}A3m/,,T/F^_VUV)OlWu!\4 ̯SYȱعJ՜7v}¢>En.ҞC]>.uk:(n霈f 酷jx{ɤwrw4UFJR[mȰ`0aߙ̼~FZS= >ǩ[%!KL* X22d>fPBgY Qb1h*sdoK~mGp\:m:J \.J!H^j" v5X ${ď8+mjHi6~#Ms31D)|@; !p [2k$jN1eP҂E GX V'gzedJ0B;]A̓1R;zZ1JW 7H*E=%é׿"Ƴ_>UV{C",2u1,WX"g@|l| @|\+.W1(xlJrh87~+8^g-Fji[>,wSEÇ׉ tK $Gyn鞹[`Q)K.# H$$ˠ66l|};_WD+,j ȡiP7WW9qlD,w&u~6nG5.J h#ZX0?moE9"`YFPU1ftkPYPŏ&n]p2gH*͈H>S84f 嵿#iAdqUoQUr4DO-] k;)F88=\h QyFP&y żtcjrmUkcվ0ɆE0!VX~O-@Re-Pl q.Geo>CIW4dBwSQ{J {"Jk[i/ gSnHߴ.vF .|#`Ju(&6qXt_bvrsP1[ʶWafgQ՛if2/xEE -Y nA n_'ɓP%XĤDCB0xs@E`t-saԑ0 k8<=yd?^wIs 9,{YA#SPܽ ?{I}fih[`4v5uXhbqT,1!plhxPTv$4a82 HBvi"j ![qh'V#a8[Lt!]FSx&ϫft)LX\!S9x ŀ &\0 US:xM!@ C(VyGЄ %ۣ]cJ2}vJQt'aWK0Uv=kg&G =ӽXڥ X&29y-SyQ[sт4*2>jyjFr! Tő*=vV҄b#*;1t1a ʳ; -2?n,E]M'%JD3kaKR.T/KOuĨwŠ\mL1ЛN+K*kZ'٠0+Wd++>|$y(W C1\<@O^R%0,e9,2U\g^-!qf`٪2w]bSA@H] @j?*yHqawGT E]'p0̔=ذ]+e+W{|X/Y>P' 6ʀiڡƛP8M,e2*E s {Ҙ;\ zԣ})kj osUԂ)_?_,i酝Ԗ%ץ+kkA&Pӹ oUaqdF(S,C7H  "G.IxlU3a4zK^jɳ7y:#] lP@܂;8TiCybB5s29H ,IcJL `7©Y%@BۤC4dgN\Q_xc{ckKrQ2>X yry"Ozd6?Ƀ!P]ca^v14#B#nXTr!cȦ?{,2,sE _8:>D(YlOޛq~yPiPeMI+<^{>.)خDm/{˺ucn^ߕŵC gd͝!SvU#QNj>|HRE/*rL2 HxPLenZ%Eg.̱JKD'0Qҷ6v(B0s|9Qf r-d 2 6<`oEu;`||]-9'# 0<ȼ* EsxkXA7ݨF֔yZ~QOl#+~EbM0/& sf<JFaiS )k̸4lY|/4_?䢄Y5h`zHD3DQ|?<:qZ7Bʹ&R_֍ng#B EILem߈hL0"\L/OOsxm1*?>iK|{|KIGJo)?>;>|O. I;abT٬6W-1Ӎ!}T]$WDH ]YRk? $cߍ(V}/F7rxz6J\IkKR4oahO@׾ PGPqϙ<6*zE lܲ*+PiI4YۉP7O'מ o= =<(m%nK =xp$RJ#\y'cdFڴP]ھa0'YHppSuJ2^9'8N UfwkyW+Ɏi:BRgm,cT3DqC&AD)J^J ^7tw9%dӃL-3ph l@Į 4Q oB0lD_>+Nƞ!oP.֖Vl8Y㊞/D~zԫ8i‘5) (&95sb1мĽyc}5 e4}@b'w՚kn!UD}4$w pHr~前R&on'CЎ<9 u׎¡N?jE@tGjx"s00pI~ݰ,ҙ4YFQߨJ{&1bb6^k2҉0[wX-q38]_;UɕۤID S(8i¯ ta^I$ k{#ERxu gĊq:7FNs߉c`TLWѷeΡ#"+u O:׌|\ϗ{)IL CH=`@-)I0D_:N Xm:_:&:L|w)\a&#^;dikT^_a4(|+ pbFi.SdFt7nXLt݆1tKLS2VxJOPf6> %l~!T@Hld uߦa p9={1p%vi."C/vUd4͓jf$OmȰVRW.;+vaPjct.hPV>#yѳy(TX^~,tQ3 9c [X֪N}|YHJEb,QW_c( IJkG𑉌@ЇZd#e$Ep)p.{VhA9T,A}3\͎Ohn~9@_7S5FKÞE2ĐlT6 ~lr)ۢ(wfwgostjPkˆq :pz,p7Xkrn2(" A.y;U=^/[;;TbFQx++k6` 9qCڹA N$$4J!z8O eX*8v%6zbL7fkl‰UwC:8dTp۳}uT~nh^1Ҁ 0.m$ Hĉ?iϠ"IGpRrB*5Up (VrSnz"پMځEjy1*+aQ];FS." Y~>Wsmleʿ"Iuy y0է`)Oű1yE"1E6U#[ :@wkcZؖ9!Uw UCsNb,k<6нZfu>\Ps U#$9EHm O5HſXwS>F N7 i!3hC. #JUх1Ȯ!_Q'$& 53^)2MfS++=rūCQ B^|I2{pvPUa?7)/ꋯ禪֫|?7z큃t .@n0QL%OO`/%k`ObZ:7rKpCs3:k(}1m$ٚJy3>UC}x2]r :hc7;-\dC$6 @ɡMxvLr-ZIu/00;Fʏ8|Ui2ƷT]wj{:A5Q[D3N˺2Xv:Ҳ96 {rC599]΍MHOȌ ¹Yx[\kZ4/6( )``TO n3axu40$ _gw|GngC k 6/Eb8G2wi)|]4ji]RØȯu(A7^+(1<ۓI"<̻̒gdN3.2\Nv]Esi< 1bo$ZH##`βMP,hhWǑ;q ]pV [Row"׍&}CƗ 6E!ŽhCH"'y,*O~(3Z'b%(~@>dK7 SP[ͧ& <C}6wrb: ; ]3tUmlq&?wԣ2|qAVxivwWEl]2zD%U@D QX(L -G=Qw֎w8yŇGy oA[7YcR 6P$&q^֣\u<e%]\}hW"/,S7nǗYol! ~ wp &ᴛeRƬZyhM?(G|2Ya.(@xɿ]*^MRf6@åk;JST!7*;^ˆ[!!듆*CICqRz1Kgk)|7lO[ +5\$Mt}+|[6RUSPy@/Uu7}}jfL*s{XY:MXk'3sbky>7m$J v:&+q̇ai0yƱUAH 5ڇ$KāVYR6Aޔ1|yt"a}=6M x]%Dʯ"[Ple7P.{Ikhm>2wmviPXXߢm8e<%e-,@e)YtڜHTUe! M`0?C ZZh|bFf4TX:}1(Em̈iTkw/ny~״`#]q3G?c?,_u0~} %aSr?V4,y9;q[ 葭b.zh.b3ŋPz"m6ô-W2؍4jl ;`U~ye= ֶٍ1,|=1y+z?1y?g3A|af{g@f`ceFz=V7t5ߜƸ+KXt@u:iG8BK'v"LbRckµ\^'隐2T$ɍb=dfaK5t:}/ UM>D *+.TjAS$h~7?~QN y5qW.cU]YVCmo3Ⱥ=<Ԓ~?d~ϫĻlsǀ_22H:ċ]JR6K"F_ufaR,KqKvp1v D6]gaB:KuUk1NTshSJ׉^PUE F% 3~?e *қENuRuN|mjU:^DHe>~ =7RiDGk2O`>z7'V_rZt2 ,C+e&+,ð.2W13+c|BG*];(whpcG$+"hq>#gM/I7ؓߥ: ?FzƮ~(Ƞ[>ڜQ(p ؀M' `Ry Џؤ!1RYF>EOk/).@X՞ߌZa{B.0rKHVÃfHy۩ƙ89b+ ODܣ8}۟hJHIo 0ûm&k") ouDzr?(EI*d (y_5!ǹC*h9j&s:>ŀy>%- \}hlyAd9=W zL\s[v‚6bMoLo5n/h/2lOltw,*qÂЎ瘭𑿪qJfJU (d"m|0QK2>Tzh[yT[n:aH`$h`LC3z!H0.wHcR"F?S3JVпbd#)g$uA`ʇR/!YJ*CO}5kҕ ŘVcʏC^Hq`m7zWڃdB*!k*@<%HxPޏn_/h $Uޡ=3 ǣzy1֝C-&ԙ}&{yI6F>k1:ari٤Fnɱӓ`[ bv hQTLa*Sbu+͝4My#rpޓdJiA %xfe]@ ?о IgTٱŔBD}r~!/9$6~S u6tq)$=eMt' !-eɩ/O˫;*\A-C W3M؏ WF"z涖;ݰXQP"yWktc.F1$z28ӢWYjosPd@a4`A9"ud I=r%Hn5w_q.+jLNR*8i\O Ol=Y?g׫+l@,@E U)ÂԌ6gpn;?x\ ܬeKG.DR*Řkp3Yy<_7x.KrB1QiOk=\Yg'4fܦġo'sXpM}Y8Wփ֑'S-a%S?XQXu!g.WH_~qUBi߄-nR]*Wpil-Y'S J]@cD\J-Ug -oPU@疚`GĮT5$ļOtDR#96s5wi ZսyߪbԑSͭ8:*DkdphQjN?O7u;xШIUnS,]˕;gD :# u T%utJv}-+;rI*А(~vD**I#xLwC?at+UA' EEH U^Яî(cgud&~yrz) 6>r"9^4rAcqZ_I<v}CmY(.=cbUɮ0ׁt~k!~@MGs/T$gbƱ0Ew.7BB}[5K7+E%UJP%ݳ\L_V q4=(}: /WxnCFގҲCzjэ'? Dj@Tj>}6!Rף8|lGHeޯW]BF>8#FA Snq!k{bi@H_BUaxq:)XcbhһՓ>a-iw}[iLWe~)sy{g(i߈\JnȾ*aUTWϴ8h#(L\? uX5qi$JVU)pCB<[ ?4-$=^As:~ %ƂxdFNAbٰ[bNy 5%(SQ6bVfB~߰w|?x\F"XIu%Aq:yPrGe *kk\cq @v@Rme]ҽԨ /KFybJC쎩0D9,?abȔ avDyӴl4DGj>f>Naە4dG䟸$}$BT|LTIBf j]6%o3 {ϡ7Js:z[_zqLl>߭ZGѺnjek%FO+X< $_յ0* jЋ:ߌg+JJQ9'tZz> j$z}ch+.EW;K=Nz-|<`m4' Tnv^ϼBNе\+bhNo\y|Zr6vUUO#$2 '0ZD/ M\[`ք? @FS߀猞A(uZ,@^2$zeŎQ7jt*,J JUW#Sew[풮{JXAIKf;fs(q@OYr0ZM1NAm=>+k8:q%eb\ːcStX\sOo8{, _xgp6Q)D+pɃ\C|Ӳp's +Wm2}-&E_/j >aѮs$=4 `|ߩm>āSnTބ TMKW (4Y8:л"e l8&idnk.5쉩I\S}F&BDCa|WaeK6 \HZ87lCB?p*:B%Q9X& 5y !`Mpz\TR n|qI,_L~[']PŹ1Oy0S^=J iUC8L@mW 5WSm!zv>*Uפso?U`p.IU9-^O,nOs>²)g)"~|OyYôaڧQW 6Oa\Y5܌2h x:QލxOc1:: WRƤK\FK,D̗!_+ G|ýw3%8۪0e"l#> p .h`8Ё1GĀ0bf ^ۻܜvit2&Op|f.|>}Z)2 &#? -6wB{#<%}1lН`LTpg@(椔Y4rwG' kX*t##wT~|zr4Eav혠pe? U,X1RQ|ܹ@KK_, :e>i5x3NgӔ\W؈c2OV ]]qI (]R|$Km[;澝Jqj0CX굁Ui{AVBno]MV6">@!&8M)؎BPh&ddݗX%|8g/`n9Z5Muٯ QUBQO@AJ/8?ivkU4|gsQ a $F|W +ow8Cۘ{TZ[iO.얡 i? LO M0; 8nRWq q?4Tg΍1Aww 3UOz"T A jċ=B.<9D8aK=i*?IL|37=ٱI_ }ƿŘ*H5в&tC@o'Ey^-6ŕzSV3x"h ]:e&! ]ֽn'srT#;f5 @NV[T\ƝC6 ?4 ..#5h rp MzEʷM ?hӆ\)!Pc$aHf!b0qvJ&~2(0raϝw*RKsଗ.A^& > eNuppk;=b"#`}=D`tL%яi>q rjGi[ziŅ2lAM3XYj%-vsHX$jtr.K ]sE8dE lPq!u,hW7g]xI@a1ݱ&O.cS(+at,Lh[>`wJ#҉B߭3@}D@,.Dc#״12߶W~{֔g5f-u )0web8dl Ƽl6iiXNaܙH|M+f<:X&4d>3GL&u9+x!̅F1)ccBJl$¨)pKAr^Z?Mjp8QjoC&./)<N9( p/t֏yJ7ho;^>Y)/!k +s[6eqs^5M!_/YumYZdgv{󹲜|y(R"4SE*ă*\0IxZzks pF!g媅5F|YE~6Zi@zJKVH>t&BPFOG ^/́/q`ta6g;y`Gc} _hu!FnOёVi~l+y,p޳V;@&^wNC*Lבd$JcQxi[3 Z "T 5d@yΤMݖ z2ecQT^|$*؎C}+W︙[מ-j7Y@Lq 2i5IARiTCnQ7$G_*JPE k& &>j͝/,/i YQ]A=xRuiġ m3Tmc܇Qy=Ѥ}ϛ,^Xݼ;aEЏaǤͪ٫"{x>œ5ʩ@:tYYg 4RBST'S*9 jӝK橶ѱaI8dg"V!P&|n[ꀏ+%6>m-֋BԺR(ISN+8b3WU;Wz9y^j͵KeȈ<&z'R( $AZ{.zXZ\FϹK-MdpM5 cм#O=cOD|.rå;sTxNJm"5zW8R'ǀbS;>7v0sJERq,ZŬ~W:T!h~I?^6r(KM[KSNMA#[;L7MZF<5n q٤=5t-w`$;O)4;bjۿ9s2gW,}҄%Weo56g_.S[cf834/QNx0GV Rj~W ޛ>U*:'2u+ܶDVS>Y/U_Ԧ4? 5/3^Yn-0‹{!EZhۅiJ[>gpPtȣQj#/b8zsZA>3fb6sCD 蹹:̔GQbKji2m=xxzmNutjRTk&@oqc6&bi3 jWUAp~oCzS n V|DQߝ6ۉ!Rϡ!qKV6D#>z %A-ڢM=PeR-&B\:) ">$ TlӢMGoHExVr%5R+C)qoՃtTcB \.; ;fFFo9@D/Y޷^B%qt3bcb߽qER#hP&yj\79l pp1mCr^qK#ҁ?lO ]ROx2r%BA쥛FNzR\ XUq9֘ 'h߫Vi~_etwnA4TͲ 䄓≻M@{Tu4/3[fY4E pp|bⷞb&oYYȫpoE9i#/@TgSG`=)m1*L YZ^Rs׺xh<_]dRKIm%niNCv (POڋW1vu4.WY ~¥GH}St,<тe2up2߻7jHt}hTᶦsmlR֨AbFvAj!숶Q.5g+vk0 f`Z9mHO)J@t @Y13f3 @]eƨr"j(Vz,0˘c}fG<}8]@a2GαGԇR40}9ugBeSڕ8\73&O{2hHAzwFT ,Tv[5mY*H2KSM mW5H%{{)j {I<]C~\K'T)GE# ~=)E4fxr/|AR6-ӄRvX%` ɋٵz }`F`̦Ӆe(CgL)Y"d;x&b퀑'dzudz@_qq$qnaz]Zطi?, zp¸;;)"c씭΍9eâ5"[zF?\wKDjwIA ̝'q.pH&yBM:1ӹՉ,P馆m7Cm!F^io}V 9Hji#= s/bʺUz·ҊƠ?*$ :bTXFxQ6`a8Hva_Gb5rt3׽$|}Hj9^ēE[b"X7_rqɢ9a-ܨ2@B!Ef~Ě;9v ~e3 fP)Y$] D 9vm۸A-F񨾵u0,VUsk!Q, ~]!i4B]鷫%:WbP<6ޅ LR7Wߴ]c&}{csUh?Q@,=`7x@2;"RJZ׾u;j`Gc?u5ُaB{OM)DsTytaÚ u]+Tx2֕P4~JWs*\QG)V赋A dǃaa:Ȩ( cD#yZ6Y;1A:#Z=:]R> 'U[Wvy7| BFG߯}lt-]wEclM%=eI,GTA۱{B y7 5wruϿc"#dXReXBuo2Svj#獕=uk+˩BXDI'>"m_78s5;V#9#ܹ^9=I-l4YĉUm`+֗:҅)X-ItҾɻd|Aע { .}iLtVU<Z $_'U4;t`0aÅFbLYЮL}O_Ƹo+zz-|NFAlde^fGh^ A tJ@]^cS| EAzѳ~r+3<1p\) W1"8l(Y;uS En4n=x`Wuy ܑ{O\ь~;un"EDDe)Ed;R6ZƮ]vIp' !hc<K1^_/nB? ^pL,؎R@X/.um-~ltMɽxa9/j }}LB%> nA)>~3:P(YIH)nM>dl¦?IX(׊. v){#?u3(~y9'պ{Os>=Õ.-kny;KY@0pw&FkF›mMVґҔvjT-akE}S—急5>f7)A<4*.TB$BrO8}grm)?=hLJcŞt BZ: 8S|7@e',*3TR|*Ŧf՛]j{>cd*gQO*|FDW(_-t碌BxMHс ڄD=ٓ)v̲ \yWK1]-c6l]3Nytޓ5Fe൹3. CS"hSK8sh4 6} F^41&Uv*ȥdY=rbq\m;JTDyOq 1G3%u֪ȫmAVv*p&=?uqtDVo|U-"'/ُ$ ioˎz^Pڋ1m6ʒG Ot ދ/$zD/ڵa`lk |=FAb*6Lyaj bCWl#[{oMſWuA]aWYV۳Z8k;kT.؍v(ɧ%J5=aYEʰmX"=P-MStuE] M/Wud@u}o Df F%+}yZÆLɨn#Hwij>ϑ*fú穲 <@3ՙ%4s8/ 48*qdlbvNojFb33ll峴N)DD9YDZJ7Fe+?D%{*utD+kX6rD 08eVݖ7qXIJؚg@|':B4^EI ^\ИA'`l146`nf/݉}!Y"ʮy:h9>_S <8PL0,ΑH7O&E{i$h DKL=vL:m ZrT]syd#I;|ab4E7.iv3aa>`8+H]|XugC +>\]ާvO6랬R$JRK]E'@]C&NZ|TFNtL?㶉O? pG"L!&*4w(&>z \f\u "j^Hr0/DBk P &P8x=mj SN[DEG.5Q\'8KT#*% 2ѕ,&}p^.ӷVx @4-FSĺ"M ٤ 2h.$ qiG$X0.8M.SpPk2#\8bhH(8^]dKcZnhy Z<+;/ (!,TmD1'-.@e혓̂"zJ+fcu>k%Z4IKd#҅ f-f=}9{CW &!OTEF$B^, gܲ&c{{ vVhqA=J:8=*d$JP|v6@^fL|SgΫ]gMV ?{>i<HK:_RD0\r؞}"Zj@dɴ+J3 qmב~KfQ4CgM'K7VV|ܵcƓE!|}e҄t_|.HgK%<+'+>] YG;]19yF<@t]?MY̢+'9'2?x3@s6/ 3c| RC r@oXnuYҡ\^o";}+3QF aJtd3/\:aGR捏X4f-oO5Bɀ* q)f\Zjq/DlF_\h!}=bs3P=c&1X9sX|18ogUL3gSXZݸَOMnrV>Ci5ز3xBTJO"K`'"-zeLMh =O+ܕa V,1`Sy P {ǣp8.ģ9B$*ND"x/tន ".ckK~UDk3~Bzf"8By%YSZ2G 3ǜ= ׃{,P'C\,[^w=B.,'U >CIFCd=b{xY? < r2N?qV@-gjS]0qZ)XQޒퟀ9'u' c)4sQb^ %1Io:sK?9Ae}rL!%)C}S%h,izKs o,dȩ'&|g͑9=tgݨb*F?;l=sCmOa$`}4rL)OX+L§Z 2n$0 Yq*Ff&EHE WԚ&J(7M,ü;in$3`HZ:abpGjeFi(j'Ŭ]S'OzObR }X4ݴ~֕;3aߡڣCnB Ƅ eXD1mڵ Ί{$*kj;^>ʿ8O L]cpZxKnQpMYx<Ӡ>IQQpBH-̊VU0U=fdS'5s7Ӡ@1a2 ܑeD@)t{USiI/|F?1i,p|!M"`PXxg0*%j{#ԱUuZ70ޙxՈH^ݜdׅ,uJ(&㠍B@.3}Ë_IcOp4_c)zf`ozE-S寲'n5>DgGQZTvOϷUmWc:#~#vҔ2uf~Ҷy_hҙeD?ŘTuݡtjYǛu Z*)wwD4- "ߵggˣ*dBUV<.{ ?X+Kh.-XPs_Ͳ1 P\ CoD?3{~;XNb#)AvsIfRwOgњ%ivU+=MC'PV"yUK@P>RzLÈ-۔DU@ib4޿,Mb^pt6Tx6(:4t`w YZuݮ.9b<nEf22x?ВHOEXW[Y4WI1btn3+JlwN*+ q#8S !?Y1diUs4{=jkgV jNf1Aƻn UK¼~_Y}!L"9q0FequUoy}t>}̤1k ٮyᒁ.=טDu^tccoT`PO#u]2ٔ@֧7Ej-ÒI I]VGjj igwa_d-kT"!o?, 3MgP~nBe#=^nD=5bA߶tpYb2u;=qi p׏h`}s] 9i7e܇{sN2s  ^Yy`@DT^۹ N8=v{+ݦ O\iÜyi-0Hx4+&քڔEm+Fj` -w dK"m"<7TUYO*n]]{6.MM'I|Ȓ P\^Յ$\NdFŮ}y=\D-!eQ]Z?)'ok,zXt>QaN1M^wܳV{j V=CBOxbnA+m|w{78V ^N}uw-%! S;y1ar,]hƳ@ڎnh6h(O<Cv?n䭿@eSep5j8QZeďgf7RÓD#nRzǰ?5仅=R..Ш78/gs7>+Q82O@pjbr=$i!}Qx} D~p/4{tNFK'ìk*AM)yCVNpvCXPP m~7R^ Ur8#6hW.iA\'܀cag[.{;bWF'`˜K!K,j73Hxrldj,(N:9:" _vs9ezB=@C3_XC]݁˹^1l]&7f f?ȷ(QT~ _T bgģ[H5EĿJ׳aYT8`\dKj>zh*yDI z '~hiDhʎ@)?:Gsd+tt RN:R=RʽW+#Y.ٻq14Z9cZL^2O0BLs;OOS)8aAث:!|&nbƭGZ!8JBmW˱ AzqfLis4N`s)Iq5GAYuoR U1ݡA>Yѵ(qO柮gH$s?]UseO| p@90 y?\}W ?5fCRi峒OQlQ&b>RSAr)eNTsNgEΤs`TQZEu 3hpۊvgNY(,SVl\cܻ8O˜y6+̎M)ܘ4뙒mn;zzUYX*IYTWdRNo#hzTbGVMԏ5RjqLKMk16 p&ZL`UsUq9CDk,%T~QXq,x̳sQ$7y;1јUZ<x7*Km#,~c" _d FF^tf:"`^>}! GiZ55]vt+jRn{8U֪Q-3f.c!SpeGI:XH8n.2{O]ݦǎ7bkb&T!5HK.X-; 2Z)Q/-6Z5 .J7A?n!`oPyˉ59lKiM(_CSkĂX HJk^.K9!J k?Tj IE߽{w+KB^&$\Hmߞ3")8wZV&HpoGXqH1 y{&dO+ g|є=k/ I Z~v|8Y8O% U\' #v@ Iђv"D6/]]+3ZE#wmhO<i.}=O}}6EȓT }.JDLä. fTܟNq#H3}\b!@(ټ ԕ $OzDelE)E'y[4 ߛfC;2 ߌTSS_];"G̮<;7c:zj@WưR/l3*V į.y*;%*{Ru?}Lxv.I8'!P%Bo8gŽϮuPMh -hN-ڊ{kDi2wIm1{^aw 6^Ƴ@n.H!e]lj'L,#)Gr  1oz@R͜xi X.|/3~[W^sA35aIvdub 1@^DS17!GVvxgv@ K;)2Zl>nHF4o/K)9==9.uw؉Φ(Q٢'?Tq*Ok7tcrbwC/qCE$׫w{j",͛y}HFC-osCѵjt}~H-oZqZCeg `UEL¼oږXNW6DFn0$ÃXyQU(<7,iBGZ3CD[".:unǥjta7q^x֤r[m"\J5 !>8ŕ_+8:kވL~K5Kamz$驼̌%̏…؋v4|WC=il/9|Q"ռ|(DLdxxas,ޥ)EvS7J+(YDpvMlzk[{؈:7sv>-_v.V}aSlia:ٚLә66[jm U!#9^E%Hx1H }9Ď}Zg D;w`E.[ɞ3̖?suSܬȌgĊ *@1>%Rx\Ia>B2QgYt/FpM\/,*x4W~fsOm4s+R3z&[!FYב6Kҋ"+aKT6]/b= ]JsOhWY z&c\i~gzG~z[a6ޘ#MfzLC!aQb>C"Xn!Fa<}[,d>%~h Tt3 O+KӉM8I[9,I 1RfAui UZ @bHaO>k-$"2<4`cHL%eD;5bYinpJM$j !Vu(0(cᓩ$"_3rc2%P[ -Wzrg]|)5<9MNQļɉG#jޚOj{=/}/akXSeItfHZ q{Д 9Td)HT:J5aH7s(rI$us&䱴,ST¨U^ÐRJ|yP+*{*9-,l"NId?^oٱcu~_ PsNH P5EP3*u jl+Ž:qw {a&v0del8 ɳ$y~o|ӯHf]H}+aفCĝhX LIу)*sLkjnhx hJf|81 h:c.HInB[[OF%K?*lA q<>TE(̆/~(l%NSU|sFZPǞ4+K>Й~}sU3N1¼?4쟛C[WÕ-59~?"0FV#bx#hOC75T> |6 2}8R8kg!y*ܑ)Fs1ɞ]~ɘhݭZkJt5:Vo_]`잛ֿ>ss^b)i^vJ~k&;{s.@<]bB3ݓ)`H/g `eIG=\eǧCUl[ \0>`>c-q@2M@ f^됸mG6.ܒTv؝=X O/kAs"NDb/xHFF8u:Q,2m޳ڊIKoP:2Vy?*b{L s3vDUl)e#&$֋ PN^lYM+"$y9 j,m[gH"8#]zN}7LOI\Ih%SYC.Snoە-|YvXX;5,2L~|y~-`,ib.cW=#B.i[ɨk6jJA[}4\LZG+^OQ~7XCYٻX%] 3)~eO^~*;Gҝ|ޝY]Jp05{@r~+Ѯ+NO``[KYWL szOu 4хΞNLֈ^EQ8MYbZ񮉝e5s*ytKL5v-INN\UžllgGVm m*<K6 19ڮ^KQt]iC3ؐ,i=mߚ̈**%usmk *2_=q!hQB6X;2:MZj, ժS1yTGyG8MF Wu~QX`V. ]sg4>`(1?[+I+xw}0"c0HP!}IR,}kUu|xz!6pODWw/ t3NePcJc[xMz%V /Fw< R3p<|\hT[{W7$ -of4pTA:H1@֤)(X#ew sJ]5t~t/A]5t/ DZAԦrSp LtrB i{2wyK,5l2M ^J`7#Ft:Aw}#~CtSRMES6hN?t}Cv^=,Wv3Qj5 5(,;7}!͙p즤Y"t p3RIJ[yN4/Nz]0g]qiNN>2WzUg@.mSckfibko .\@R &`gĀrOqGF+:W:6CI6qoUmBDv`!T|u9t8@LҝX'8MCW5?q$3'/-S|kJ|=q0) 6 A vuX2s.:8~D@:M1 NH܄luOx+MO$<&GԦ~:"9T,^7ʂKr'#hfAwY SC7oōEpy]MPg$%ؿi |!C!=," @S֞tϏۆz- $aʝ"k"3YJ,P m97VJ4 D0Ap4>|t4B:1-D-‡t_u30jX8/Tx6!<,VA-,l I6J+t]螝Ԉ*[4z]ko03Cg'APM5. (-; 6"5f`L.^4Cf!H+pEd~"A<<#j,ۊ%iΗ.zkG yٟ #"VPʼnn*!xͿTIJ,ENO 2zVqh?\Ī\愁zH]oܽmn-D.yH[I$JWql͉mZexW}9+<8V &JB\"\COBWJ@h_Aga;Sd >S*dM?Fj;7zZGxUFn`md }~V8a(h` Jk YE;l+8a@n-ą2;<Ԭi`EyNhi')2O9\BVnO~=?KT.vL 2LCO"3 :Gd 7G%l.,"+v~|)|ҟޭAB7puvw7G,|!Lr'%٥T QXm̤i8"0V9B f V:p *! aS1tJ8Uh 1cvXJLqRvQ k Rri~dOJΜ@xU$Yu4Fs2bfAWP߬*N.8"WԂ;~YREm&dp'vS8;cH XV~:c5"FkK^yC]8\>{dllX=.|UyPz) 5AwٔBחo&-,`o#z=6;4ۋGͪ% U&'/)5Ee/ͷ.!LOEEĄ37k->cSvuיR݇5I=' 3xtc^W)pt15}k罗Kz*yݑCauc\H }(Ð@G%͡(zY)1"0K@9lӼ+|Y$6<̓ +{mX):Ou&(T_3 Հ(+Ȭq0Gu8do';}8ASNW~!#^]#YSxÚ.A{Ҝ]HG&+?^еѾI1bbUɗA˥No'&cza&Xc"]Աf!7W/_P61p@Aq7t+c9DCBtN e 7NzvˢEK럂@=ڥ…8޷}A{g ;r ,wRc~5r^ӵѐ S9eξ"wo`ˣJCWHF2#`8|j&2ًYc7N2͆}]ETEG|ߠ"k(8]KO,&n4ppO,]X{m Jy 0R~6@Hitکў>dq 5+t`W]NU妳Ga½.IO]'r꼛ǽ C/E5^=z;&U'qNV?GxBۣ -+SoGs BX2/\s~CfNOx1ΤXFK%<Em!Yuil~4M lz d4 4@8eQ14'nF]61̲xQe]R*ީ ^,:SN=.4#𻀪wZ9_oOC[h r',L8T3mơO&FxK.Y&ޏrRʬDU;D f[eY)wXXh7RH>ʤݜsp_͗<佸ajg-63B|+K-pَx_*(D$蔑!>;t1[džm_Q m@Kz 4[04FV/3 '3@rT|6ŷAp*g= Ui&Ul#Fey0d})ݸlzMB&I}8ETZjtF6:!xqZn1VAҍ5$ lۀ>Ȼy͊G鵼{0}>86U@n]ա>g*M&|F.5?A(%YFpG Si7EpRkEA>nipTмIKNqW ^N--,XK} -[vN>|Cۚ|oda6Ѽh"hKY"r@%I4^@~uX7sxу%7fP'"[00^ز]1{ڎSڙ]!2̢ #?gV?YZyL=h;OKԤ|Ԯ ԣ*Rqw2 Ǐ> Ӄdо0-5` W?Ҏs rdpE\9/I\5D-gn~yY[~>%' "i\rz -wrN W] /FfFSXH r691GF+m):Ч qeɝ95%JS3Fɽ~U=/TP%qRy7a[_$X/+ДãJ&zrc1làjA E`sXpgCym˞|v[<.-9fSYM簉>ZZ"PM&ӥ6O3&n@Ɠngt}:IF>ιdCs/=NQ L;cΘe&ORM ֬z a% MG! R)%L'* ;"5zzR2a%偀@^(4PGKݏVC%>PJnϟBuv=M^/ 3 ,N2=Y%v*gR_fhv6?99qxEZͿc(]B"򰷁MNn)ϖ ί;Ϝ"QD19;&V IR$@a_4ǩ"?05>`X~𹤨L3ZA/h"c||6b8sgԮ;@$2^~%ѲE\gw(d25PGE}ʨG1#yN ~-MA7WIyE"h-* Dv-9&_Dů / %a>Cڍqē“RaqA1aȏj :RD{y܀G`"#7&k.)F%%rwrNaXqrwx{S!Rһz]aT 2)CO[ yUtI>֠OU'XJJ@'4fͰJmF^1>I[4z췥\,Ty}#r$'TɃkӆvw\=8BJZA{/[QG99^ߐ(_WȑCSƉSƟ(nok]-P5vl93arV>c ]+.ERK܃ -*1&M0u5EL ÷e~J [D;(VX{Ym2UVWKKWJ*z+C [eewt_';xQݳʼno)RD!5rny. .3v./^;tel6/8$JJA~ujH0.?yXAoU2 ʈ^mM[zUtu"F 4%Ri ƙpЛ0S( Е %xL[9Zw>{ 35Ęx/##=ů7oeqXJ9( p~C4JRۭ0He'܈NsӬa&# 6#szx/b]2bLﹶ˚y q9H8X lMG T[,DYqy쿳\S`5*!h3s3/+T?Q:ب].N8bA{ T\tckYQ.,/b:6#0qqRU35:0Q5TPѱʛ>4á;[-mZ0:Ae 5*}b5,xuB'y|mfKLȯC X#A x?hK.!e@sZL} !{#KYm)FEmBwuK"JsWQBb Byc'Kf˖îN&\Jy]ŝ -7C/C I$ZĒxwMHnaeUiCx?IVS$MV QU@f>$KQTJ.ύ`Q^]ܠ5аQ]ZdAfGcr}AwZLɛ'$bk=`muɡ稬!i%E 꿭LNҰʀ_>Mx5f`Fn=4р܋6w&K ZC& >rVbB`8Cu\!, n;.t Sa-#3koǷxX](e~wy׺%\_x6Ҍȧ*ycL@oig@B̝W E`W4~: 74=}9#8Z~N|)ͨQw{6rW488묻SK ONDX3QYi#B} dR;g~Rv d|Vg13kT>Gz tKzQI{Dvrrl6?m'2׋GFh_ wZܻojN趌lf#p}-h%At8JakQrAێs S5޽a.B?Y7X#Cf#iGo"cVE'HZ#q{ۣ:1i//1,WLarLBh,2smSAĘa݂f˝ zhf&"!fۓ8Lc$: y_kof=%a~2a-=8[2^MU*s k'jV?*b(0+d/ JݝuA4;!osR@Rz:Q=}kd+pb=ӰK[iniWg]7^v:j.' 6O f0( w6ۘ9y菷|K=`t(u8caş7>V\^(O}$>^`{' 48ex.- a J;rg)'UjEfd6r>B~p>OH^s YL\L'Ƴ~nӔBOxjXb"*dz'jj&GX<5?9Я}vVj;./!|ȢqZeM6=JeG M*A{|n?Wz&Ă.<\r-; wE}[fxwU$-&Uf_4pY:By|(c҃Sޚэ0ׁU Gn *xnoWYRԣkpEE%k;uc?S!:G !<X^PJ}Jϒnz:BgM q4r5KIe4"X H‹<Xž61;L2K}RmS\h q<ƹ Yय2 WD %a&`I@c0%xQf#/SˀB@,kw{\FGktPN^!NW#:3Ve36Ļ.Բ"j%z~k@3JP a{.:k^{;wݚeiR&m=dR;g4K_܇T`eU dN:˫cTax$L<-,L,qej/}Hd"LXfX_)9"S,7 (il}F %ڞpF=[ 0&ZS/_.~7편r%]~|*q[X.ʩKnJqcImؿvQpH~NH+[i#a*FdqW(%fvSF_Ym&/cIf+Xt":;#]N+/0cYO;>@V(+˶ \Nzk ,24vKJOa -uVCE~D>k9-nʯ-NN7jSСb^]08k)tX7"k!:рw.)A!V!])RsexE<#”0o" I-}>OFҶRkbBߞy`t/1Nyd["81hKh3{_(G%1<\[ɏAؼEN4P h#"{[VEV3'>(@Rp"$5ysS\}rmM>a-;,qC#&}*?VԄGPy g<(VHN>4+|]$"M=~_DrcpGŻ;Szm`V0 0|n,G7 WL9*E; 5>j^w9;'"s:[dFK]g+5Y̞ +, 0bʫ]_c!JqkνrPJ-+"Ũj.yY[+5 L]s>8y 'bo;P)>y ]_id0JwA;4Lƛ8|ZE^u17^5^ kalM_v.E\HS)!HQ՗-=P/}ݦ{Nb(G̅g +걘DPɯP5rjrz )Ͱ57ָ2QEB$ю!N4p`CUFn%󞧰OET:pդ6Je[O![h;Mge u ۓήӾ*oŽm26tŘ`77U!<[%65KP0S x<Ċ?'L_<{k@3`A4PxZ$ìwX,tar.k )sCH+$twQ %5!K({%`4+m#Z5WʓG>eMjRb C99>)04oqb~;vħ-p9WE9HLIbagdcm俦>mAB)XNAv ݩFMJ~j94gNZ~\Ng! 1>_+u\hB'%E(?MU/m̖y͔JW8gd+HHha21a-ƑUZ,&<U ;nR4]k}yGbO}dzᠽhIo4wKQsn_lpsy(&u^SI:r)9zX80Z\U L3Yņ466sA|=~*q1~l_kW& ֦5K<?>zu m{ zپ!{b:'BXi;') aOxMgzp2?8\&KC(‹TR♞s4VɄY训GPUB/O[(=: 3cS"M纞ǖ`|Of!I[+ ,He@\2$%@ *'er%+-5^7rFt̀uF\fߤhZR&HXDOFkUkz0iE (.z\!-W;\osǰ=lA^lq>eOJ&ZEfbXtH%޸6mQ6dd耯 -/6QҰLF;[֘r0;D:vY zЙvF<͓g--%b|:${H.m/"$|ﶘ/Ax\xC f?UU Rcu*7`F3p_Q U$Ld/aՄ}<8Y.X&Rct@Or[&W6601ʒy׋D!5`g< &#@^̪ nJ o}+Fw)C 8Oy/![M]K;ЉT0S/a |n `Rv)3CB(-cgN]&ly!a92T=8U#mwFn[ Jp#L ' ǻrR<=-L?~>հ(e+X5ӴPv$ ;^6jWD(aڮ3hS+] :x|:Jl*G |P+Y!TQ@1oLb~u6hZ*,nzwyb?.DNKcc6x2/%ER{B)17 ʌb'=Eko-5 Mܿz6iY432cJI~!J"HV~fz!SVFۤ>eNʠJRT'nRrJM`QnRl]-Pb#~Tfl-e«ɹwwY?p\\f5#Vd\dDYEK,ڂgbs[ t~k}`1^ɬŜST(dMYC-w/n$"vqG 'xNhHd_O~ъ9~ǒ7tѭ 2CU&Ҿ4vZ*-Oxw4ζ_V3]Dh{3_MYe d邛ϪK."iKe$l4r"9n(Q|q fְܞЩ')%J%$&ժs> N17 3 B_{ m 1sWi (o_IٰIo vռ5I*>W=5f'7F?а~B|JX(9P 7k^eYg~#Plz%\?SH/FT0#n \! -sά؛ f1%AH |_B=DA>kGxL7j_8˲'6WżfChWS.e~C.HJv/:[kN?a0 /ݺKW)lDqLs'B`KT꯹Q0)L#`5? \ ְQouvP$aN~zhDL71WC4N[w'.1+U5XIGFKPd;+FKetWčs&q5P2/V  QFm~s^5o#6y)IoCYB]),m~-oQ_E'%s>.Hϡ]jPΆ40w d94w8ߐY`4@pd Sᛑݰ 4 f=_ ԆOZulelvu+9ep'RV+LڧOEZ3A}f +"T%\'ƇjM1_dYM'+6չ=nUGR<J*y>yrY,b eK0ΣϋCidˮqy;Jw%[4cLYY)^B62Sh@_$"o1\BrSaL/&<'cFvNv2I_=/*ڃbBmig!\2nyӴ%6~)+іL'wpɏ}2U0ޞ m@) hU_ȍD28DNsc10]15W|-d1pDi䅸!t( W?L5-jziӳF'G0$zn3OH!źA~gLP=xݥIHAM??x"IO+h@N䠥F!Eͤ}Lʚfw3fucsR_}ui2 qK>rv4[,A6Ӂfa%Мr/"%̀IئY)@$,Ȉgcp F;8%H>7ql&x~ʘjSh\Wq(q33|Z%g_frԺisD2͓btNn=eAeC9!4"x/YkPTڷG3-:}p\`BRձr*&c+ G92mX  y+`2g-c[=KK;bޡVGjȬt1ps.,nY@7lsH+u\|e%x::2(h,GUA$R6GūU*,d/1Rή/>Zb @'ǴŸާ0ET6ƪb%45wnKY.K?!]YvNg}C #7%z]au|c2fb!a8 e/WՖj1u>ߧqB~ Os ] r]~ˈޙK!y$lvuW j>>ư>eC~:xЩ_:SvkKq4nIY,ap;|0]` wSgkXu1f] M(Ӯ;k`&ǿm4PDg؎ܔm/QeUAF5M`-̈\8LSl<+%F=u|>v?'{y{C&%|&]Tm7/2K2{ ߂g!`疞# ,H&J{ɟ5215&BIMn nΏv TdlH5Mkpb<рBB0r#s!:tt8ЅtЕKJt8La,AduX6Hs } NQG/`&4r ܮslߛ&,=yx^f!1'%]=Y6f5$M EWjnbQ)sG[ْ`c"ĬuoO/>p9ɸK'^_nD b+)'8BQz5pKCrUbrko&) ʹIʨcUL|ïVo`sѴ n| eȼ?LGE-Zu- Vs]?z )#f{Y DD {j]u=/D˾(iq:E"WlȹUN!qE.ً6%GX1 d ڥ\r Fwe\,n'1Ï(_f&.}\Gan%V3AYy,43Ek8mH |&W=JymB_}FDl}P8Quco|xJ.'Z! |!TQkL\=9p(XSyo&pS,T4m-k$`k<0ɴK`[I^JɛeJף;vxHϘ BrU+ѻ1ܼQ>AP%$لX (7օ2}E%^l@E!YN*>'/l#*|4'4Q~/@P#2hKSM"y.Z A\OWZ5 Sf/Qۻм9} :_ 77S"tae" ?qJ'ʢ—V{v 7H CB>0Aeʀ)kv09.~!nϙ)nZ` 9]mKwHfU.9o۸V@OC\Ң@(Ry%\蚶G*a{>bh > )haٮ=^ؾC޳^woP0?^lN+}m|<&h:`آ(7P{P*ɘY:k?KUYoq} >>3 BqD NŘ4V?X1>LJb*q}ga RFo \4Fw Aaxrah^5R VOҙ[Ԅʤ#Uŋ\;tm[eƼGϝwMyӠ0YzoMD(Dqu }L3tnJ[:q rc*6.sWy]SJU[vUJ%ۺHJKc.r5^-Y#f*d\'mYl3c=lZ}e!%mtz۹c<o6;*0I^T49ȓx n%DcE&"z}fD0sz/` 6@~&ܦjD`} vCU |jξ^"DLAv٠@Uf3![͆I$n/ae|/[::Mx|`CdHt.lߕ8. yg j t*M @T{{V\wfkg<&1ٺ4Hrk\,Xw#QjDSSJ2G_.e=zIo$s3/5bBvRx \` |b<_+zX:M`P' 2B<(W\ /ada#*Q~B^@}I pn9mM55Oj^ Iͺun)0%8gx:2*^Dc2ojWŗU6c@ Rdoe)YX6،R*w4_@\_fŲ?WLsKGe'ލ]b[(Z`wQSbg]._UDqr9D!`.p\N@w/D _>6',ިܱۖwMz4 \ogAx%[.oWwC$Y u!r~L!rRkC,s0 dp}'uo{JĘ\LoMf=8Gf21D@kS-+M7Ǟf)b[}Re!$=ؕ@m+8~ugPx.heC\~>ͷrMuX$.MY>B۪XU޹w-Vh#nLz 3?͟ba2 W5%O]1R#܃kApgMtaΝ>Ȼw>'HqxۂQY{@ˈ]-gHG!/EcQLL05ʭDhַSM-&w׼x=]&M]M-D%'?!p bً ,Yc0)ciD?*giuO%=hz101=~ E-1Z@J}AͷA8E6[$}&*g=8^0/sXZJ u*hu@ڏGfؙp#Lk] ,t11{5<;#ɧL_B$LU{řfEʸӭJ{jY8 Lݚ4Th;cx|eP [APQPfK>E^en6V0po-i,en?@=*;:Xf E0-šͯqZ\d!_zyLz?[E"yF/S9a fancҷ'NKZxd0?LϿkCfm1sZ= ǍlwcOXrҀ=aqBP474Ut_@z8S/l7*Rٟ+eСN:_xb6߷U5ؖUXDg+ՠ3/>4/OiGK}$x]\h"74C⒖>] Ā_"?Xd̂'d 3)ޟB=ug˔M0RTJji̛~‘QΥ RI၇]4=wY~ѮFajmT%)K /W˚^.qc( 5ѭ|47s7 @;ߔmxWXH?냇⣏C]BTǕlz_iq 8&=`ʗ] r`NmMՃӵf.Ag X'lE4%܊E\FN :HDīk{N [;ax=ˍuҤv zAT?ؖ'ըo}(ڱx@1J1M:mU(͙)ŝT>s dwF[ZrS(%_P:_UE苚;,S,H!CKkQx8񓈳ɞ:Ka$&پBmZ}'VlZ-UM f? (f7B̩ *btJ/$dW-[|-䫳J)M^ISBe/ke71xq<[(BmEڪ`%UGΉIF#n b פYVkxl#.1莇LH}'WbLv:G~orc ^|pJ~np㞇.tAANc]=(Jw3R:m`o^JBbZBP ?;<=WW&R;#|2Ա\vgV*}رGo_:]pGHe##Vv@/ҭu|@H%h:) +DH,8pL}u;r}#l mP#I6|~! MלъtIQ Qe^:? {;r1'34TnKsw\M1G1%Bx $oT=in'R[%q{d0QhЂ 8=:/ͽo\ʟo4'y.S2 9йUIׅa3rns">ݝr%O|P}7$; r?xp& O?@j{ Pou( :BZi0V6Yvp+#ɟB>=*jڨxNRHGd 23=1<~zdOQ3<73(}N3LhPFj~=K_mFL\>WV~w)<>*gc}{xFsB!yAX80@eM1 Ǝy䬲pIH"^󟮊 /S3B=9v\4t'oH^CcpVsLpGΝd|ZG&x,a0 wUw@w> I럇1}IfWNpd]B;4%&͉NqSVDt%Yr)m:#1HIq[&>i3 j,idIm2][ViSQ9`<{lTfjs!S`1$"-竦=Q 0$n{]#f&&:u,q{´MUդD+O.cAܝrKbrd "KWywbOY!Bh)Ȣ-:3D7Ddu&/9yo8[J_֋aYQ7~B5q^v 4Ya1`") Co46YHe rKm*!a.ӎeuiRfYc8sZ'EW[֟Jf 4ԟva BnOt]o&8p!”`-$oGP<ʸ'gFiR.u%<$a!,/ZKl`Ѣ$muLvm&;Al؛'[a@XѧޥQ듐+,N*gټ >ƇW{E&'2 nׂCM.da T᭳{(ɂB/a9Eoƅjn5N9w]+ oؔE^u(rO}Y `jNrAZSȪDwثwlo Ho(y2zi@0\YҞouI$VqyXC덈|= ´N+:i\QXҧWSm& !X:$}0V\U Gڏu:3wU)SN0]k;ьճL -IF4z9.= a>ǻw#d8mS@ &fmLSqַJ\טGHu=~ $˓Uq9o]Aus[r j!%Š7zk?v( g}TX(leVs|PNE8j9)EuRJhWݑ(X6o<9l-}aP۸6Ġ^K]+}S]^5B77c v*.TMJXr(o(f9*!O7O0CoZm<hCH猖%hkF80-}NV3'6ྙ:r]yb/ImՀ©,~K6EZcP񜹬='AA^hru;a\(8l$4qW@Pzw7b]\ ltB54uPMWB)4A*_5G$K.~7ֲdWa<0Q+&b:;ZϐasMT.P~!E t! 󘷮3ufED㤠y4Ƀcwvp-g$BZXRbn iBWVB0݀w*7yeK 7_[#VIs%ڹX$||+TE@ʩ^mC@~d_ %~Jy1uZ-^aOiz& 惺g#f-?.52M%F3z"*;xwvб:,l7-"(#) ;f,cY!;M#L^mVsCMʨ .SP™¸u0-tW<X;]]ԩ)hJ:Pγe?ZU."PY)|5Qb;vF#Vs,3c+ճ;o798{cOP s`x}-6E{'[E>(|zAYMh#R͑ҷXжn`+˲rSm炮Nue%|O eT%=ԩ\d͐W~ܿ~30M|qvꚈP X).֣af|ܕT^mpPw?NI|b$>Q4j+1o~ٹUj ݾtS ȏCg51P2`~Ez HH6{(NBq~4.9B*l:.;.=׼9> 쉴6JL!oX{zeYol Xr1iY6:(hg&(K/j^M[ьq=>Lo?~M =5R_Xߩw6_1Zg" Y=oTcE>I3m\`Ђ3MԏӒr}^W-̞ovKzB: =6 J~$ ()BG˷,M͑ rrr{g5YwEr sUYfe$Ox?œ+ꃁ, W0Db>;Z5ٰ}7a:iHq_3 0UZ%_@,Z?DRڞ:E{vٳԿ/ 1Z!s/MX !X;Bw1L-4S_J: >3=.7=VU˱>(*HljseXexhof"L>MRk~,d>x2棗DA&Pҡ|C=FJw(j#a nf$sTwزrI hL%n3ħрC 9ְ}u2?}ƒn _r1k~vUX{WXFp pQl d]_hl H KAΏ+M[k\ln:-U'Is;%vCT/PU!&ԭ0\_ke b̙_SK NGz(-q{Bnmǐl*v1&BE&IV rdieI5LxPIe~JJ_zኛ^IBQhk sT9/MFzO1hC=쇠w_jß]l(.H)Dm/ZmAfGhslY⛤j)]T0r]ʫL{NB8A :}.=pB I-@ ||Ik<{݆GMЧco6j"[*-AL t"$̟ %Ÿ +RóL!E&W_'ti)~/{p&xQmth M–q+dWK#6>#c" Dxd|uFkUw>lEXXѲ5%PE,%Sn7AM(#uoR{i{ )c[@f@.RȠI: O,:&|-hGxrtkY4< znp!,z{8aҙ`Bë;2DAox̰Ah5Iʾ"8/搸i/q>5+y<{WX)fk}EQP)Oo廡،ǯ麻፪){ E7˺``/IΘ4y"?pӍ~F~q`i}K+l6aR9a+Ed1|-܂j.!e}^I fqRsюwB0BʫK 9{vQJx똑3jiyԜ{A]J\+c,>_\*YC3J4#5vR5 &&B{K"b^0bS /drB .:֬X|f{1 =̕ъvm b8SNؾ{R6pCe"fTb4Z ތ Z~7g8en-F)F e@#IxkәH[,0}lFD "Kd`?ECgԩ揿!`ܤL#ćZX{]8c~Q4%=FT]$Ad\fLgF@n0l%^'8ٶ %ya.EI/xj?C2e{1 A+m@gDHA+[2LRþ/1Wڇ%<5{br NT(ò/ ku+[/"Οqz:<6 WFD߲6\"6tj9ojh4q=h?Gr,BHI=3}5/hU>2h53j@uͥtG/`hN');&Wc|JeNq5+R:Kz"_ı١77s)[usٛ1h@k+gʶ7 7DRq}  %9#kXR*FƷ^,vn_ѹƱݎ% CNj& dc~g2IwB N]M>w7@)cWޘy6W'"k;WWZ5bjGLg2O̦P~d:^^jn,M]m)%#\'k2l $l:?z[ZӬ%ppVf%u'Ly$!I I'@S)Mzy]V ,Bhʾ[[싛i >K.B$ mNhU6I_J]HB36d mJ}5W$N5lāik zWs;?!"íC(z؍+`p_Ys.|y!{&1lXߊ9@cHKޞb2lpfPVEukfԟ=Eѥ.i-ÏAmQ2tT8mFTE6{0Ip\}歓`&[ߘ7-!KqhP}U\? WW tͳw Ol>`Og"o;դ{v6Vd棲`U? yFO8{Ʒ3YyDj:ĴJ:@1vR;}WD\KR)} r_ݦiv!]JWDeTvM= C͟ЅJ(9b~RtGb|>}wքEӲ\3J), anXpv٦\ '5j\࿵cQar%;7|sP9M}R,>mMW (Du%K-]ު<L"5ê_@q4[iI[QXJ.OHn6w3TƷfHa_MdHa)^ |BjF9ԷDL[Xpo3KC|0(,9B4-0)9V 0LKГrZ45~6Xf7]Gx n7YA/ā<`js[N#8]"z ^ӹhyu.qK6)+-hz\L`#(8j44B}S% -p&ּez^~~*j`o5='pxZ9d!mSZ /v("uhW%`9/@U_߼n~ֿ&\֒FnbWVR,wx0=41A1GŒSEWWg#9BD_t[KY"-v>5d5ʣua8C1g9PW„0 )#9Om(㖷61,^qYӭ~#;ӪRݔ.b$߰pR]@ 'ٿB[ƇrUa[kbF:to+ٯԤqŌS{:s1;{lwg&3FƸzJl6e5qh ukfABDcEHe 7!N`/=Xxɛ9h{!VkA**CWWl)jM}T?/iT,:SX > l]Eus‚ 78P *"cQ6'Q8]lŤSqo~VвxtQr? Z ^9I2u\!Mp=Lp*:KCI2zjFT1SEܷiQ6Dg6i˭pxn):AV; Qԡ|[73Vs [%3Rq=zxHHiew+r_]< UT%~hEd2D@6I5umzvsv06 B9{\ ApD& ˽z綳}9-{vVK?BmhL 0_iѭp5>u'gE]gդ/atp UWYӦfW(a:T$glgxϦj@DqDjp&EbZ~Z cy$=4 ؑ޵ʖ*)&i: M tO Ϸx cPLx7U=:u^2Nmlmy~xJ))]CKvz.$XNѶӛ/^d%ӊ]GXe"5)^\-DuU9MtWt׆U0rAq'/JIr٥o9}:m=)!ߓR8YvYD5qp$Vq zk-ݎdبo&u}?)N.AE6uUrR?$ҦxOa 3DÕx *T6Tj*ZO504?Eco-҇p"'c7=V'/)!@]A7?Bh_RT;Ep!5A%׶Щ,b9Q]'oyօZy`bpqnVn\}Hՠ:"543¶7-( Z-v7pȺDRaQ7̝~RN#mS/30}EIAŻBߌsjxKEDr^ MvoimR;lm&GsK}(j`*^Œ b˻+,վtѽ Y7x-ΗM^UW.^ͺ&c}w෯m7v=+2(|yޡ,OVooAR$5U.<1G2dbxRwP+G7wˆ]׆>?)L8@KHWF׹?_SMt:Rk;OJ]_ mMLb;ce?XIe,ri;}&lHG'YS{}DX Gh;BU9uYX$G1sSoRN :G|EcH/li> sV"qj/$]5KWVt$>:)(OY{ũa+@4Df SJoaF;oY'S*K/Y,:,ea)k0}u(:H r(+}ڠ^#.Pԑ\QU1R , R:wJ8ާ{['`j2>i[DtD^Lexma׆cjMr-.$_E,LP+^8>fI{|u9r+[}?Yk1jdݶ 儜]".˸q߂2n1N MVTjlg1AnBM 1eLmY u3F AЙVS'+'Ol4S`)'ѝkS^^y"~ Ny,!{̢] 'Ll<6Ռe V> kl7Zmӥ̛gc6e+`A(N1s+Aq+ Ueſd AC~E20;>''C2;dHR_I*WogdMYM?wpSMJ T{]FC996Y Xǫqx xka%L(J\dltvQYf@W\ZGMuzg@tY=ƾ>XfyA َS*e:س^7%iv9kGjvSirJlp!ϾB9*\OtPg:Buvw0@Iv\bƎl>PH3Zf竢(rt<`m)h8Pˮe8KH3&LѰ3[{HFɏ4֏]ȬT=s.Ɩ(N+ ƌ.qUB٣]iUn!j6˭LLW >SVbh|ѵoz'meb~EguXٿd QDg8`Q :-RU[m\E7,pX.S(XCǵ`XLPdŤZ\_yq,Rs\byˎ,Xʷ!s0W">7X4kwSL]C#Twς}fw&HKL]"#3G P{S]sTt(L=رz:^J"Y] "pRyfjG"Hz~O8"LEC{Bgu}nd$<Y_[YSHQ[q#45A❙db=C0D1|u}zK fR);yn_Ƃ3JyIٸһ\3>2 :6`ӏG]S8fU[@Y e@m! M^ sܲ2H|B?yȻ/ױ܄, w+4mvmGfN/ c˧mɨ;진a! i:]'u2CR(t>r|N==A#w(ݓS'+@ ɠBե<4y ":ђRa1M]J&}K==R' }yn .'pQfmr./<3ȥ7G*bMTE[kut]Tܙn_/6QA冀 &.~]Nvezx\BXDcU+ƶ-si>ÄlÈ5|UUdŢrD!(1Wu Guۅ<*$AEPF/1MO7YosDd`cUԅy sⴂAP֮):"Bѳ("W3O # {tJ?Mn?OWT[tKʈ޵K/L0c7_W[LƘͽy&D|P2ez UǦ+v^2Ȃ7.8EqmFJ eެqQe|2S#(+l '*$[zs ќ? |9Ӏ5GU ʀF r덆CI:Se$f]z}".߬w *ü[6:Lu;(ZZp+`'zҹˊezNY$:Z&>( SjԤPMҶMF47\x)q"Du5ځ)ˆ@vV  0vج# zYs#y@S+ ٯ K&{(-d|,L܃t3k0o `W &CI12'ܠd:㧞Tr䒎9ud'(\[ICuN!LaxAE!$֒Y fcN'X]%O?qﺋ*4y!C#wjT߮ǯ 02`]dQ- Y~m %:o̔Y{kkWVߞlbciC % {s^MHxtwi@@ys{@`"oE0)" ;2."p5;n=%ƅϞeb EV~v6qěYVǡH烫M|©b7Ж9?+(q3qn*yڻctwG5)vѝg+ ̍ ~g=-l}5[#gBx\u@K 5wn0=aqsy@-Oֻӕ@᫢wawp(<)V1NU=.DD?EMDKptv/Fc*KH0Wv+u8c'/X?:~$;LSrjhIVR=|茟CͲen.lc6U۝VU(ƎOH)._ mϷV~r;+5<e9ؼ_o+ltȾ)9J %3kHB 4=FJ"T(;+7IFF9zU;m𔁣]ߜՇ&Mu=2vF[ǤY9h_X-ȈRrn_>}|dPsi6ѫQڞ9X1PޟYnRxwt#,Ԉ?y xI$2B $.\'j{#! v87E`bZIbQsWD 䢲֨&ɬξH>qv졵l uE+Qfu},v3q{N>MF>>DuUFA!,:_.\R Nal]TcS!λ.tJylT)DCSSu]P˪FACLt L#*# @\BR6(K)o6^xa3ߏQA8_N%_El],(,)WE#M#5X1*d;bbjȵ= ?Sj޺?ެIm_UE|Sefۚ1JYmZg~|&~{%.u=p|k1YWZNWֲ5/iux[f-n b_27۶w۽YEb9Ybn1RafvKaG>ZL.6K3aQt  œG]ƛ\f _ D뀶^ϖpRP_^V ;xRs(:gGBmI+ϑ&իZ[-1fp:hσϷ:FV=\*R]*\ /ZCzG92@д IQ.5ѐʹ+"_rp n 9hƢc\X2J#7_kPUf|IDbda@ l |ܝ3Vڻ՚b)10]Xgp&dzȲF#iM6a[<08c'225]29'Ǡlj Bqk*?2,Ռ80,o o e#e4v?Z?+!(mU䊸#7 }2hDA'b9gaH@L,PYjQ٬/~ xe2Nc1=:LEyy;D)=e\^DwĎ \-/ ZqoA^C^k]oD ߿cx-}Lp4ᬬ9X*|PDE ֊+Nxyӷg @GDSW+.!i. ܛNW4E$ |0e.Rb0'Bn]%9Q$yKnItNelq { $:`H'$jPGG UX;OĹߜ/"6>3x-p6Qf R.VOC H5df+)d6RFG0~[he838.O%ꏷMYInX†$j iO Q2LYNI'lCCS t5⧛ ieycG1iM[aWfY@eTc6D>( yY+Ou-;'ų~Ɠi}~( -<Ĵz<=m5)\-GAج`I%`FD1 e;b`A/ r]+>(V׋ݢ}/'ꇯޓFDn]EPkªu='ჟꓻۯt,PϰC:sGk\k7,\ǂ+"0P <ti"۹딍/\D 4:'4gәC-Yr/YIYi4E=z` μ{} oR S>ޑ'H{WG!O/+v͵zI1髥{,',d'2>6WaPלrkգ?x|<¾xT;vyagYGFL˔~;ɱ ^JqEF2ɈPRx&"b/zIT vTByEs)v1=f,i 5Gyy:L %CO̊稘Ժ3vX{Wep;#e@V1t?8.l@¦kNkF$ J\]; V6ٷ*/A䶛9dVaOdR&3+ q%Qy ST蠪!fMs" g9u*l*3䨓Iv/=EDwmjF$ClOo@̃lEVC^$Z rx=h<ۮ#Z&_*_zcN2~L.ec85Vxf+NQFd}ೝPN Rg؈tj ~hMyqՒ-N+>HMbU8^Xg;a}Z- 694e `ŚZ,ݰusКA.p XEZ$2vqY'[A Ό` y|%2d ,zD­Ɉ,pO@CPДU6f&#PS.T0nz(T(e\g:VsĺT"$)FhĢitpP/@ >.Qik_YisX*QPҌ7@agĥBq3{@ ttDv~:'%T7yo|n<䲆 Hz*YoζD{汱tdXWهxK -l4{ӄ,}*hW/RY٨FTLUCX&|%8f%1f#1!—uq$ ;M ϊqL%sBmy7[\nxf=Tk#y?i^1WJ-gvŨ𣹃![c>i'RA<$wOL$}69bpDp?GIkX؉ Z?|G|GJ~PW8aH`oy. N^XYQC. kqͮT 9*jm|^4ힳ0 V|~6&3Qq6_#TD9ܻ!5D2v\USvq iKj"D(_L4f}''}Cj9fŻ:GtI =Xڋ a<*Y:yV_bJ-tFUn٪eQIɇW,j8_\Cܓ wW&l t\#3+C H sd \+.GMݺ5oh#4?7gFF%! 4[D?זX4̪5DvFYN3c`+nEՙ"H--zұ$bngs.#vowB:!W/:BxQ0]@"ZHO % T3d!0 {/.Io|9,g&OvDkyc~phu`Os#[PMqHdk$B(& UQǘ_G {\  Lh£BIsgώCΜ=?QfE%uCF"v":ѿ&3JDSR_!G5|j *cuD@^6x0w]t](i 1bº5'\ԫr(u.חq\gH. &Si$:&i{0~TAbJ琲_ 2:Ė[vQ'+lg`9 qMbbVr|L1\6|LR>R1dI!yy>'Q4a7c.I]E~ ?3C0l"LMHjD-^y( ~u, ˴/PY>^AG"m[X(z8nl"`WD`kUYJ8u#,yˀ쾺%$˅v c\I7<&6"I8|6@ZQ,mx TGx4>|<F2u.S25B뎍FT׋J|XՃ8;osddmѱV ;p~Fuɤ rvޔSQf;>)fT$B%; fe gIc}s'Vjuf ɗGSكNfE U&.(u}2c3KO^SJTMZo1^ f«;i}Wӝa|__QK`#Og1J1sa7 cɮ]sO> OVy"R]Xm _`mJ1#L\K[Ta@"-F} vڅMd> :쟋qMtloV :w!AV45v#4Gd*N S׳AzLZix.kqs(hAYI# _%VߚMK6W13Nt>ZYsRX-Zǫ{K$(@2ua?5Ot\2(cmȡ'ctL*L4kƒ4U=挶ƛSl$rqҥ^]}%6sAg@=M3AL{A\K4icrΊMIY%1U;4N Bk?Ȍjl}9e| *sIkeN\DSK[Vy5.^9&<ފz1sgfy,G`y.ڰB=t녤+rN,|PnF`o8[n***Ö&(+:t,'G<$90~d߸ږX340]}'^y6oUWrljy*E)Cpbl0NӷPs7&׍i|iUl2Q ZH-: mMkၱ4!Y0~2k~ɷ1=lDATQU`gǢfe%nG:Sx#1H@i.QRCNXԷ*l /^>b-]ך":mҼrα1JWӢVɅ Ç۫>&< *ƾ`EW9$@ب Q]ǣ:|uPfeGeG6YET3g1. !&\,aC1eg6G'bBo1e}3a8>'KU*"LӨ%-Xϛ4قFƂ;W^ >챊*PB.wfc9 FmO n0)D+RT@f nw [i yMPjn8r=3ו%7A|z]Xόr^ΤO1D=lG *߄F`v1rO{*_ b#3uԊץ,!l~l`("4T$to\;ف#m4 ]7[JLWc=iVQU Q`J`N c R'@TQԶj|h3\Żb?ܻFncg-Z]7tE6׆g䫫58I۷c& !+RF`lj # //]'HE ZрќSB9A֎e\h`^ѫ[*rCio%ÓE ",PN=#P+BoGeZbIǽ_&ϻWWYh/m &+ $(ׯgvl$>d~ESmH\(;ƪtR,)5‰tjM=Jh%ZM U/I+(h!4$X xayb}z lR˘6¿ft-:ՕBjHN5eWD=dM"4?V_LSn*Gzt^j/QZH^Bߦv'RP5$ISBܴIr*MF\?;,AhR"@,YC+V@@HyKX`S:zGZe4Z%ux@-n}Żq:EZa@4>d^ ݋=T= } *o \b:ϝ"-%Hz6Qe{ZJ3ҫQs&~}ѣAݱ4-8X+YvwRS_և-H'xXoh 3:c=> ϟvbh#O*e"GS/#vm'1a,Nq$"(=yXDa%0r߰6[y2L3xG^ANt @`X|煳í?߰?#l=[fsQ^xr [Pw&B^^Eg|tgc[Bߐ{^lD{[DK;G@L%XWu jGA,l%1wGjDay;EN3i~^= >{Vf84F!|TALD'\DE/ƝAW"9V[GB !(R=!GB]eWJ{uYo3!rnDr϶z"Q })Z3R;1Lq]\rzN,;jP2ݒ4qOU8S[g~K)֘qe[I?1"gxP&M7H|Bm#qVsı<r.VK>_];$*/o ˯l=π{XLiZߡE5gopg`bZ3%R&s"CyiIo9m'WVQژ^z 7栱Dtq. xD5F @VA"eLMԵ$xS &m|U(+T ڻbGbLXL.%E6.VwvOiwA7-tFeoбԛϼ%--N>i.1UAES"xpK(as%~=b7d| ߞuQL3 <|_8cZj.ܜ+L]EY\BQ_7Ã8G0lO0O%6|*$lӘo5DSocz!ӓ5: 7<-.>.35۪-AړPڄ|7䓟]g@{V_SCu|QC󝹴6J f}4$XlRY& `Ȇ)V1z6B[@} mGeb7@too(SDV06Ѩq\Dx4$gNY0}TO0E= $gu:I<f\^I`~;CоwR^3ħNIۧ}UCfg[&m={#\oi+CT\_¿1"B<9N-8+Q ( ׹qBQBA!dN23:y ,. Shi ZĒ]W ҾՅ\˵ld:Vw7tvCMd;( ogUawY7mfOYz! t%E#UvCeSG-ޱ ʹ~%rB_8b㬬 m4D@%`y:8SOHws3I~pl~SEU90f,CUW6Y?bu=g ꂭT5JG)o[e9#z $gKR+-1JaiuvIu3HW~Yez~MW'feB[y}X<ɂ!T*FBKіtH Wn^Q`24D'%{Jz#I]Rfc4 ߚQ=fgF^]ڲDw{ @g*wW!TiC,y7\ĂY @de܆ON^P[@Srp wD|Ǝţ$?U6QIȜ7Ӌ{m[pS}_~9b7) p J[eýFǵ5"'vIsMH)b#z5.3GkmVBL1:ԅ&SDcoZΐNG?aV}@,"dD"aT8)m "6B4ޙAݵ&l՗P/Cw;z?ϯ"dclp|@U^(pƒ~豈'8|z!·<: IOQc)Xn«dWP6qIp 4irxKxWq{Rv9] u][`Vv;J6W$4UM rIب}狦ݏJ!1>pRM7FB7:[G 2 IsLE9 wF_oZP6zti"%QW0#ּBY` վg&b"iZQФ|B}Y {J\iQݢOvFhy=0 :1qQ/gY+wd [KNau nu4*xV"nUPA%!UO ZbMErX.Xl8fHj}IOЯC_>ś3P䭔;~ozI`^9QuR&Lwu!K<w(<:P2LhKmrDBg[W(8N~a?Ԩb GN/ oaw^S̲ wG؁ K .E?ʦ"KN:d6H u7^=ZN>P“in 8 MSVG-P) Iz/-M0W)f |T\EP 득19ÁI\ʓT]5 51u*EsR~NZir|5dOc؎OHʺ %"R/,"S,0-^2V0K¸Ѣl1CmiN9cPh_%C%/$VW$O*^27g4zwRz>2n:ګQQ VvwsVi' =x̔FwlC߉Mh x5 M"HxmJNs4Sm4+-e8s;2Gl=[:  D{6|..Q<0̰LUpFY{0$&P0alOU) d 2[Wbo>5NꍳL)ϔ~aeXԟWx;|o:A(IЛxxiRpՕʲZf{0\Zyb.&G$} dö/Nrĕa"jU̡%K~-r8{;D`V 2''"ɲ..d(^@WfKo0 &oa#zTįP<eR !4wmq^E}_~a6:e@dfknq}%63kHYLky7<D\(iRLv吧m1mk2 "u^]$l\Bq/I$/o|-D)F@~@k2ASkWXǂ./_1;@f5;cyL S %ԇځn_Q"&q4ŒQRWDnU$udұJ:X#-v)\lxM6N!h ?3ofB?E|NeQTκKOړ_kke;ɗ\6v2!¥)xBk~DYaxƾE/]z=ޓukD4vJR4,Y`M-:]AX.fRZ)~em'z]$fM Lfzn7ay.Gnxz1\blۛc>sLX⋷]P %}l0^{IJ]kÁ)'l|w7cP]H(By!R~qFyC;,?-\L/2kItM'~Ln~zɹ 22!(Dmcǒ`эNV y2UjS MFk'DyMEЌ~mFc+;4ű|GOS&uMN"X}n L ]$MM>A]yS> Yu,Z)sQb!@_v&5a XU7zчzF? n BG8YgW've]'Eb,d@G/r%yN-[A Z>^O@(oܽweݖ{tgT T>9u 8_ )~f<Q:yWTFiGb]~?^ u)$V|"c]Juzaq 9P8$-3ܧRM`GuCj9^^ ,Μ%0::\SOm/fxw49܉`qȆCjv^~{&S! himi;n:tb:/HU:apTe 'Bc}x;<>1KR<+1JD= y3I弄gsC^)GETפ]Zj3Z4 ]kV2~9YRA|+:h-U!uڳwPN,Xb֘x>EDsGUT`hd@ufa&^۟u>^AwT&㾣6bWwmA@(Ե&y'w΂CoH.?0m}D![ھxQz,|H(aQ Aa퉩d D Ibmaj6D܄\xhQ|{Ur; !nw;i3y}8a聍5SS珘buD+d` G<"&Yku&FLt%x*B׫jU]K1xJqO^ᚱw YCygAŠ^Yc#vH1J,xR!tg9d!]74 N7~Hn0k|X-Ru_ oYϞvNp;|oK cdkգdI_|åmFC5yP\е [JjAPi%0|zPd)Y}MgQŎVj9}^ Abu7px;w{_MP*Iߞ+C~9 \wplP2ϝ9I_*0~D*TYw)8AZ';gCi'v!וNw6.xj!(:a[3œn(>nJR2)`vfd/a .rjzE3MuJ8O0ֿ<%^Χߦ›jB@uvɑ,w/ JksIvuy k3spNo D?UgU vfQH,'NÁ3j'_  1P&DIUI P)z|{>_fMGW & u:ٲ;~ՆN~)&^]te!'v{QzM61ѣqҙ|#8LVկ-/h1;>gjcWLVe78@kxtL1 mHM^-[e(ҽbzgT0,NvO+2T1᭞ȇ]ԞZ_+SwУ8\sK0cLbqåV**&oh2'δ`}N5 㳟yz[c;ϕ6֥,^,}N% tR^-#.yc(OMt.o(jR\USn5`c ch!|urWpZfD˗ypώH e)ï(m4dޛl$ i>|3H ;Jb&Q ք>Ϣ n#VvxMfemrV%x{PI/9ܒ0~Ah>pRLa'RV!0m{R03:Q8Mc,@S܄7S=|+,mNP8fүcoje˫5ٚ"XДQS0]i0IVmZyzPҍϡ)l ߈Qܻ̙ ORJPPG"(_E{_QrݍMqHPH?pc0ahnna i?g0Pkc%TtybFBS "gX?&6'rKx\^RU4<;-]nz>Ђ%fpxPȢT'85% p|27,0^\]Z7ez#&7Seu\]mUnRPgh<woOb ]'Z! d`q z4EwRyX"EsĝidrNҴD%‚b>[qRz_ʊ-ԅsL= |W+.26J#rؘ'wY'$yI;qf^Þ@D`5.@F9EHk?;N 'TmG2?h(FXW{?xYO{l/& uD#,9(m7p:Wu)ю< Y;O>xsQ|E;^n\&ZX8X'R-exT1/:kEf͚B[3N&2b~qUqKt7{c6rs"kR}:${ZHȰW^x1΄ KzjXm୾7Jr@*:B&³rE)7@?n^~CwD'wX4a<,HVY;LKj` tЬ[ծY 2%ET4()CXK8-fn@s[.4u+Cf=9$GY.m(cY ~԰T)K_ma7JFH&ꜫ) 0.<\WRKdn=(t&HO{5=T,ߑg(CT=0apo^B!MsG/vs}%L)Y( *;gwqb0АOt+Q17NʔcBe%!9{J;ﮩpH/}Mr+fx3${z2/A!h _u޸r"N2kf@$*^D  [MCa>y!-*U>DLU7 ^Aٽ`Hڃ mSoC`8RjÏ;*֖F  ] 7KR{0S"skJ8[J@ސ2Ȏ_k\e3OM3Prbۥ4/?f.:SqSTKG.{k@im;'>qޒGMj #jB^b;~O!;j$k ]B ºI ؏yЏc| &sP{s]1` 2_[wnӶ-ep@p#Q)[cב!Z=e 7($Y %66%*7mJ~s1 R :b/B@U=s?c NUHVA_l]1m}?XXj9d8o86 o}hIΊu,je lfiG^uNg_)أuQIoݺD55STBɕ4E%pTsO{dav8;j+y93$[lU.XoFP6rskNnp8A~ت 47 aMm=4 ^"9MZ%H\ h!:7Km,:j8"]Rb |Qn- VE\@愃|[Nm Sr1T`J[?!„՗̗́( oJХ?〇9A0#qD=M*|-h~;Ӣ㴨sk6p2B*IK,`(MDɀCY.~( Iiz,m`O)=QXINwGrHyOJC\_-߸Md@a91u uS2T0r۷7~pd=/// SUŏаTO0mjqRJl y #A,✧\g7}VwfԁvR6{VNL%! LOfq' V#F̰߅yYf+/5>'S3=< &è k{Qo3O$^j.I['4_ۆgr2X ϐ\οâ3h|Ė!.+eաP Rm Y׊QO^M Rj 0,ۿE[(r"lIb4,,ADSLJ\tv OOСygi0 ϝE! y&b/O qdh|=ݡvD@ o *Ԭ=Wy$P'[qhT_*obZ틎dAP2ZMa6T H!c{p@E'04Tt͏\݊b.S@>WCw|D SziOwCR>((ܳ4#d[lFPHb0cCoB#le=2xB p00lgupܗS\l|R Kr*Ѣ58ToYJh_^X6&, X/`^WS_%i5AltwX JjUdžDL?@xYӸ~TiîB~+ j|Уp@~˭X|b%+1Jru r~} ` p|e*Ikł&"JFV=>ژ,]g'`Dj8$:|{!xH?bf  l' 9~3xZo?N BИҘ 02Z; 77K Btѩwŗ6>cd,tFQH]_wsZ[p8)~ߠ\\3\b"cFj!pťy<r ul}4{157$;[C/\U@q#Rd^ 4BP1J"Y3œÛZZE[ 2@ $8&̩r,C| Z㍐jlkw/(sir.;?-<*H-vT؞cl[0t,z='otUL%ZZҦ[M69=.glIar(eӟVy@yVDe۝dpDq% kҸ֦(m%k%X}Lz$=GG8Z֭3.!Dl=pC0ck|#ۍ#ú]zHeAc> lۇ[JܭV2=j8!4\!-jWЌ/pB̃Kmf0+c}jI:wE.h;{B+2xkp6n3Z4Àիg=]5;rׇN LVϓ6T-XOL y̋-r&:ؿZ;ߑ=*@vxQ51J0NFF~Ul# +TÄϢI{V GD~j]hrEX p28G~㌉~'ZE(p)O+~O|-/yե`dQ@UwV1lIݘQN[b! RkWfד#:{ -A/׭Svra*F XSCvҷʪ~mI8pEf^3f"S''evpxJA}в1Cm$zrF9N~!9E$3Pݹs`C,*#U#11im~f9A:9o|B@=*kӫ}t.G!e 87 @~^q._\Cp OoS, hNKI\/}LB/elլB&} Z !mö YZ