libostree-2020.8-150200.3.6.1 >  A c)p9|52tStVoPw(%ؗ ^ x0,o B@k޷E8$f`ƚ-GEt Qĩ/ln?Nɚ<`h4lS׆H$RlW \i \=JNCՇ'=̏ )6{DŊ3=Ez Ka( /*] uwCw#a3p.ښƬ% + D޶'min7U)<"cw659170a843bda8269ca38a7726f0e301a92f9f136e023ca2e98d7a4d889241478b87d9e22806d5c42ba2cd8531ca3d46c2dd38cc7bTc)p9|vu0;QI$\f: )^qu̕*,VTݞ!h ]DM>5Q#͉pIh~Gd >~;b;VSynN_Mb[ 33j#1 Qd1 q? njLvO+5os|Tlx08Ϸ:Y1>Yrp?jqo[\?7[M0þ7 DAh >]TTjpI?d   B 2V\cYH0H H PH pH -H .PH/pH0H2@2hH33;4;<;(2?:@BBJFQGdHHHIHXYZ([,\4H]TH^bcGdefluHv wHxHy [zClibostree2020.8150200.3.6.1Git 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.csheep26SUSE Linux Enterprise 15SUSE LLC LGPL-2.0-or-laterhttps://www.suse.com/Development/Libraries/C and C++https://github.com/ostreedev/ostreelinuxx86_64 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 fiFW L9))8`c'C2`3{of 8z%5eN_OC+C{` q`iA큤AAA큤A큤A큤A큤AA큤cccccccccccccccccccccc_c_ccccccccccccccccccccccccccccccccccccccccccccccc6dc89b0b54869585bb6f8aac591a4b7dd7170eb498309ccbd576959015cd87113eb877f9a2c940788914c19087df3dd45ee0ca1c77f04f22cc2a82e14a9727736315bb448cb9f02c1661e65c08f6d37648d04b65dcfbc6fe962296a65a334159ba453730d930b63b108fc2fac40b62539c89099858cfa23271df5fbcf237410e350a6f1dab4ccf5b676e1c126744d40956dc31071b8927aa8ee49cfb9dba6c4403b3187f0dd19daf66058da5e2bb7983dff118aae4bcef8524679c0aecd6015b7314e4185167fe70ea082a483f7f125d3c9db82de1b19b311f7544ea55d90735162ce319fbd632182ceb3a1314eb6249a20af7831dfb40e14faf94fe53e7b9cfce3b467bb7188986d5fa9076854a7dd5a5a52cbe2abf7b123a34a389db0c681ea1a29fa27d8b805c7394cac16bb17ef4223d43617c7fd39bdadf89892feb25d334d19887bf2f3d6b921e0bf7621147232cfece23c2b85a8953f7102897557b47b38ef91ba984242a10de76caaf0a6a9223b01cd0c3d311a692360d0514e3ebdc5332d3642ab71de554fd51e9b7bc4630407ea67eb11460c45e172bcaf1096cabd1c45e86c7612e521fbcc0f6340815e14a74ec3e4fd462133c4efd95b597c3599c051a024f51e83e4550e1994a7a493d4faa73361d283e1ef77ec631d7201613b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69cc2df8885b11d2349f6c1848373da5531bfa5a8d25bddbe84570fb45133d409686842a7ba73a23e605d31f25214191be0d1a1009b27856481d0b3fac21dd3188dea6ae756ef63d1d4d18727ed300f4ea26999d80551e421b20087bec41bfe6b55a25b9f6a2b917e27bff9f52e74db0bdcf85307d454bf593f440100741d6f85c20143d1d620c6c2df53a1fdf6674f7255dbbd1b48187d4fc5c485d8b02d036fff2e6216dffc19856bc40defdd2c2f440a488ebba3f81402e3ca1e1eaf8d4319c0063fd227ec986792bff65f1a6b7d1df2c839e640a164dbbfdb3e5ec67e332f2e9da4c16248287e1771f204362f5eced4545e829ef20484e73ed005f6f12b7925c8589c97944eb9b726012e7761972a7b9d133d5a5b48fcf1927b04ad16af7d83f61d428a0079229b13d04acbbc76f27f457acb0e307bdc43b7d0d4d7b0f743f2a7a3ff5620017a7374c300a00310d84e735202b2aa348754e2bab96f5bf3548f863940908a8c52bc29262e429c531a70bd3494db25db5f83aa8eca4e01cb64e5c2d3462b66d4ce91f758b32cb9ff6fe8826bb7f920683b85e0636b34a7d9504a43fe205f7885330d3f9b1869f49d92272a510ed7c3179fa3d38d09ccd6b463d2f553fc37da4a6af924277869bb17fda20562f92613a7cd70b87504ed8b9850db1fae0265d7fc9bf8ba07ec142d73790897de03ce24a42a7d4b847eb7c83a06bf72f528f22eba2971b33ada54b185ad4fcbfb15cf8eddbfe2b159771309806ab3da8f92c288192cce2d7d0cfe3870cde284b4a5ad1a49698b09241b1ec1b582245df8316aee9c88817e7b6683c69cf7bdcfaf1caa6c27365ac7352ca083d81942d44c8c7db1d57d2e0c39b58b38f43607dfe335f88ed57bfb8186d205df0475cf1fff90d00c0286a0cddbb9a6c37e098ba59a8f2d94393ebefaa5f54cf393e5db37b8e3920be1f5988f46877caaba3dd6c3b40144b1618ee827a99b95dcde30b7e20a29355a8f0b9ad2e1c5acc89acac4e77ac6a7fc91a4735fe89c359f4a421b732a8f5819d383fca695bc84b6fbe5d27b41195e3e2d351ec6439cc8a1e75f4f9dfbd4d1006a9be04cefc5f342f9046f3feee98c6c7897527f216b4b444713fca8afb1270e83bc7b53358b7b73723c607e0ef8f78b1d34fd309e1e3d5cbbfb9976bba3883181d7252e3c3d2f9af2b9d3eae85ec2f3ea7b0a08144847071e375cf809306c0abe6d687f335f7f08e6dd83cf37db503564aec79b04111c9237a2259d701b51e53cdd052325dbeffaf6356b407bbcd261a2e7b6772a3a6ad7145644b004a5976f64e630801b82d840d0642d0cfef129a2016a4c7f7a5f95edf13d3be311a1483042cc894c88fddc5d25a29e86c2f8f73024cf8a78cef8f63eeaa1bcfaf9366383142d3f134bd7661e0685b5d932f8e637c2cfae634472d89cc8eae22edc0b0a16bf13050ab91b89804827098229f12d430eac31ddf7985027b44a218bdbd2a26807c1068fa4bb1fb9d831666c879137a0bb6e0848c4ed986dd38ed864bbb34beb3ef27477614d5a0d5f37dcd5db048e492615a1c32c749ecf06579a83ad2b7e59622068648a41b71a0744d37514326893b78e84cb5e8fce9a0f22a3e15366ec48804e50eafb428a1339b47459be7e2ec4cde54683ad83be44a112fed5a842812c856985f1f8b40d31597d8ab6e1c907127cb753a4a416418e9178649b406a89b4724eb89085c206b7ff1bae1ea52b39b36cd8d5a8d5c3369420e64159a5023403ab60ab25f0eea35e2aadb503905b20da25e23bb3a983975e16c860eb87b1f694c699a81495b793c8fd47c45a364a8cc0ed414083ee2cb5caa828f96ef6e02ccec74d77ebec4adfdcf2de8b1ddbce78e68492bba3d9ae1f5d5697180aa47a9583850a78005e88590f906cb7c98ec5c098bedd500cd253f67dc02b57a430b726b84794be878e5ca70137d6ae3152ba62e06fa3048e6fadb98f9ea9e90b6ffb2f9eb02026f293e10ef31ac7234a3f4e64462c78269a9d26ffbe19475fserviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibostree-2020.8-150200.3.6.1.src.rpmlibostreelibostree(x86-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.14)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(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.5)(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.1c @_إ@_^@^^^@\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@mgorse@suse.commliska@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- Add libostree-CVE-2014-9862.patch: fix arbitrary write on heap (boo#1201770 CVE-2014-9862).- 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/shostreesheep26 1662040804  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJ2020.8-150200.3.6.12020.8-150200.3.6.12020.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:25684/SUSE_SLE-15-SP2_Update/704f5241de5472480d079140a3c8aaf9-libostree.SUSE_SLE-15-SP2_Updatecpioxz5x86_64-suse-linux  directoryASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=7ca2c84ab016785cafb307ddf0d5aa138ceaebc5, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=34d3a07e9e45254d6977cf2ddf52c70f093931d0, for GNU/Linux 3.2.0, strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=dc9a30d58f067198c232529a3ffa6529c6c27e0e, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=fda8b18b78b55bdc6cb75dd00c17ef360e07c07d, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=c91d4612a2c043c7c8927a734ba06bb77777f756, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=58be25dd2ddd5469a0a96d6501f0ea6d9e5a894c, 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)*89EMS* RRR RRR R R R R3R"RR'R1R&R(R%RR+R-RRR!R$R#R/RR)R R.RR*RR,R0RRRRRR2RR#RRRR RR R R3RRRR2RRRR RR R R3R4RRRR2RR6R RR R R R5RR R R R3R2RRR3R R RRR2R6pSZutf-8601f14521cb4cb4f3b432370ccc043d55754385a6e040b7d767ce15225b06f6c?p7zXZ !t/d] crt:bLL stb,'0ygiĿWxӎM2 @aC,@LC*$h|(5)zAT~R}Bp.] ڇ.B|o+oEd´ ;ZĽ_=: ӞN)loգAа3EJ|1՟M~ $Y|Dnf\P攀_I4%]*w V ueJTjUW/jl^vHN0; as#"4k>m/yhx:V{|qTym͘c.ɉJT0ޥ%mL|NV>nI…@`M:Cc*>tyCG M憌;֢u PٖCbJ~x;ZƝqr +DY5(=dM 5^ٜ*{dfBVx؂nX:<¹9VA0ss6i-0W3U[^hT'}a0|>TBgC~捠vf;`nȳJh6AWH$k*q8q)Y;3*ilS`L9] ]yd{ʜ3X%J){B'ƼMPR/念/iqat3!x5\[n|`wq\*cv5DvG`t7ڙI|!hO բ3_.+;ԅG('eNꪾmPƀyꖯt; ?HϯۋH魘S<{N XvCk> $ g,7TDؗWEt{;gy'b4Rñ$a1V | x8t f)*/D3B{dk\|гh=R7 %!۳sAJAzAN"B8'm2$mG[ qhb نRj.j$ģ:ƹzT +tL<*` M<SstFFZhQ4ԈĞdv֚8A,Yj'빵4p*M]$8߶qLn%S쉆aw{NmAV *57}S^B+)Q!}_Q~1(?S]կ5-ۼbuGm,8`_IH$vQXbJm),xu\7B4H)mF>g ;b ~vI~hoS? FU\ :g6V8!meM`?W@A'(fQr۲n[@ŝZıdE^"5z~>^IXة!{_ec#T 6p}-Hu8ɣB2h2¤XWP:U)bqH0Y* =QDꃣIJAށ)atFܡY^ydnd؋[{U6c_"/ ' Ct:{%چ{ד~b}U6G4qW,JP\uEֿ &-Ma%c [*rVuqɲtk#G7E9Vn f[j+!j˭f3Z Ub,Sߢ"b2(&2OI*s)mqAx s:lʰ#9۵ MA5$&E'ا$V0nY̋؃UZS & :H&R Own'`,Bu09\0E"R&4k$fSA3QKh>9܅EǴ#3cCOΐWuV 3%.'uIN/ F.w3qY`9RW0 qlr* aˍR8W8o6F1Q/"f&JWpy/k1ヮ?۪^M@7߲/ wgg[fZI6)x ,!]9]'Df&f<>8nK1z}z/ˋ2ddl7D:*;`a*^WPp ꕢi6PՏXfO&r#mpr!Y14#hH iyF'¹x>^,9 >$(KEA 6BrR#fouc#@p]cGspkc]{,~XEld<ܒϦWYJΞDlBa6hUTÝVԴ:o%&tTH֔|ƩT&:$A?3y$44jx+\38)kbPX) YY,aeoBHQWZS65/2[5h,7?\sccy|>h>x8.JX!*->X_LESip[5Cb%;glcR:rDj xG:S@ O /~ߎJ@,2o!r|;:dwŴ FO۪> IoC+O2XNaK)>"<3Qez;I; M,sA^2%P׿<<ۿAj˴/q[NJSsrfpwh}O`-'*0-jXlxYd4el{fާ05LghΒz=k ͐? QLAءe $1mYu oCC%훩GQѓ, >'s(暂p.u_#(cJ ~_Kl7G9NAퟐ59dwu?Lcs%,> sK5:ul $e6i)c=O`Er+/&Dc?x(0Ă/bB=gׁ92HX W/A'$Lyz([sƗ_oZV(v泭i ^AU,?!6u cV!^O 甶řAr`.Cpgiܱ^)?u[o$\1}vJܶc-B:WNLR"g.dqL+UEL\^ `)Ͳ,uƼco5+K>n`vĸ'iwi ٩Db|̨jP}'֍VL[] ?__[L-AwTzD^dG A}_eRl >*ZuUuג7=.B#>;H:Ja#h;Pw{bgeL0b`( ;+6`6A <g=۟)Lߟd}^c#63G\k@W}Y9ѵV&_YZ*C+=TO>z쮊5\"dK |_O^[Pѥ.xF VNIh!!3NV~~:pgĥp |ރP)<4SMeXB)4s"@Qu*["u/(2r]sFwuWC}ek#ufrj+q_mitc9Ps2z3y{|!,"{c癯ľ4F jr'}cc8ԫ8P9q4HX 5q;Ue|`B+#xCQ>뿽Nh4(K?չ["ͦ_vm19K.`\TCQIpLR6`-Qt9ӣ̜TJVxr4]ro{ئ3}n8d\] PS/C]H"BfHsALpX&.mPJ=E:~ Uv@.~(EdO/n4ʨ.4神DŽ1TTPMభB$)+ӐO ŜSFPɋ.troM/)TrMzkVT" i2)\qOnm>۾ACLq`֋Oڀ05cL!wc8-#>x5#E:.7ekһ\߇NMf=ZhXGDIdH o2BljS"?{h =#-&Iי~"DbHU/ugiMN ~dd픹G'Ÿ#p^u7z_,zE{ $WWn{uTpj jT%duIKtqAZ`E]ЇRjl_<7 @ fǏ^}hfM]b  QN`؂kɕS99PӋ2TU)L@cRdy08y5yxrW=:e6%g0 9nOH!E|l}Ŝi;x_{~QʨTaXЕƜ;T]"ԈYo<]4Cö}NZjθJ'yq=kKc"\ZӸ^Xl!_aŦX^ϊڞnThgT Y7q8t/}DwRyG13~:$!]h@ܦ?2 !_|0?sŠ`~){V ѡ2%j]#,ů3(ؠx8 1hNM*<ʑ@Gⴈfwu.x&&ۖHa)`¡m .$T؈0Vc"M wGDG>FrH4*vcNaLXnHO):MaCݑlj,hcek|bjc$G}2B垟'R.pI^L BNm+ԴY|0I{e6>+e]|+|̛m F9?Z=z@U9'6*TqnbL,aEMb*WGi=wr'c MZ} .lna,@Ԑ3^z_~٤BH#u$-)?#ЀK)}N K[ ̻x;mt2D:= "UVcAt/3itNǔ!IxB uf-;b5cV}Q`j ˳ zmgIoN%e][u6iwƯ=훚}BE mB3=S0DCTuÒX2!JdgLn  -Tn:<2Y{PRT^wzְiW1cˬH!Ev_ KOU6&.c0f%|A@arI%k] Wy\j/wԷ&|2\8:Th̥ ݵofj 2"Khc5?7p `% %HiQy0h׋Yzh_;LWK-@ec`}Ss[.u*wZ=)Gc/we\wiFnV޳PW8o-=ZįFE+ 4$aeq0V\-.Rϡ Vu5`yդL=cA;:bzf넩$n"8J_4 /g.K|FSG]B!9ǣDkbb/ ZDƣ>~0z[)埥57pc\W*W{S!r !C _{jWqG3~N|nd(uRq'4bs܅ 8xa*hESJ5nC6M uQ@RTy #m<*,:>룉\XGq$mv3\mH>*HsH+3Mh= ]@ vP 9xU7x0TyĺXP27w&ںu/˥sϝ-s:)#1kFѨqM9UBHϩM8I߃qPTl#v`-$n&a-f&O 9+WJXg%X/Ň&]2Ϗ䉰Po%΂S{#ez翜se:;Att\fyk'Oȱ{jŒ(;j8Y: t/ HF5P)CN9r@ A2L#8 FQ5jA.Q.luMzC#yvQR6UHtSyH_]{BLj1r\'jum&Ivp5B_h62Ab'NkUsJ'z 1e%bILߗA?zZ} Ľ:%24?\PJP&Xa q{JҢ9~Ϛ )J_)bX]S8]lVP8/[B ˽w$߅d62pԑq_<,p; :SH\Ngܟ \^< Ž!9r͗ǟu|{ʞ;گ Y9MĩZ&)q,*v>6׼x:A`~A YM.^c]F%;w}} / Խ4ih!Nu vikz#]Mqڐ4lo̫> {:絃;jb;T#_f:3EMOV@bk##o~)m0 N=)a8_ NFVY$,:Vېxh. 3H= g.NѱGН!$^8rt}Fn?!5Lb$̀?Ffͻ("!w㮬N[a$QwDYFV 94 4G6ݣcFc!{ɇ{:gO&}Hɚ3crNMiKAJ){0^5_:*v#NCW wa{:fpN1s d^+yR$In ex6lxE6;ܿkdY+ss2L¿g -8D=*GbLqK;+@t IY->X2 +@Vl;lZR&d85v$_,wv޳~qC)\Go46 V_\F.Aab_Q?|ƭSqj=ϼy%8j{ :ؖli@ {1o`1(Oͷ'Sm=XEu L `FHiLG>=-siMӳ bE4 7{c]8Z8 /FWCFoe=,,<6Z Vݔ;t-Fz:ȧX/Wd\rAƋͽ~zǤ)u=J wڴMÔW=߳UĐ`F H 6sĎ4~/ɐh~?zIaO"ΐR&XhJ(BX@kƳa0DMtnܯ6=iwh"c;U:+(T_S$Ԏ*67iǹ񩤁r8/(M,Z e?e(-o{ki8nuMW:Kkvֻ$X0H:jxce̔.'BA߻X-(W6K1&ݹT ,;+D,kfibH``KSAVgzIY}K=.$Qm|)4"uJh^|w|a`I=\V1Ԉ@vsGǀ\pZlM:? bqQԞOBݜz.Zw~Gc="-aq[?PW"N$g^ȭ/G̚qI/zCU`x=#SHuZ{-oO[M}{nYެ-.ǒv6ErRc+46tTY LI6ּ!b)(!r`e`ap2S;xLu?_ɑݩOprȧ #: NRJÒ+o**JkK@f#]? ^GZ GTNh2V`P<ޢ[!QBJ`#S.}rWpBٷfdCr*?,5kD_ .B  }[4 L5_ gU2z~AR ͱՏmA:?$dGh{ȞW.#!IQm)inM8ޔZX5W)}~QԂGJ8-\H]ZA赯TV}K SLT^ᰴh&(#㠩N7"[;%u:i\kJi~уλ¯꓌UrDh&M2j8 :ɋ.FdA P chΫtKNIL^)I7X t2JU1Lt 䪊eXQ}(Uꠙ7ĖQ)Hh&Jhx5W_~5 #{2-wK i(Fu^^q%-[W-7:q.FB1_/#8a`GA:J+#o`=5r\ H$W V^6jA/LuK[  u;Ώ٣$ϰ[ q'|.s+F睺K1YEmhvpQtZ7x5)y;M=gxxD]!$3QѶ!55S҈#8c>Û)2ޢp6\PCeJ>>I}C^&9E@B 5 #S1OpmH^GZOisv+g!빒24vܓ-) o^i_ -aU>`Fale>u箎CwX㟿NI6y;PQk `WP`}NQhRW0le@_~GsGFb0K1<"՛*\@D₹ -yHV=13ߟENKڇzSU[eƢ-qͽTJw|$mM–uXglN@xq=f \{rXɂv\lC1?b:6r2CwM^\X<:sP""|=6dhQI39a.^=-YYgS}MvqX4TAB?e2 0<0Y4Z,Ri. kX.7fA<fFS# !Ji9{T:ν)OmJi~GICiMٵ0s%0[W7;O)j<OF)'UDbS@ )#t}-ČS7lMctZ,p)?|mK,ZE F./GOm߅5QJO@IS#$Kҟ*2N\,}`ۮFm3Lg X+Q9*8 S2͉dΚC  EK;6[' Hڌo>0zoУo7tjk0G!F߹ FbL2uu3BV?LӣEfwwg$&&Us Zءݚh5} 8[NTls!վ(yDMxs[y6P Y6y*b֕&Q .S.5]O:X$ .08eT19jWfK3[dp-Q *1]2wtܫr)[& *(UNwh k/IeGwa/&Ȝ%!{wmAe3a j% |enC!ʵf|"'ټajmsW5rqSb=#}HcΗ*/C:AT"l9Xmb:ي)g=_U I$vr0Ua(Ozbfi./M8 ac!cszH%C0 +';BUr?SjZK }?4q_fvuH~ _wWͦE'&*gy%#`:ɕԱ5lIb6AKdKf+cؽ<=yx"Rw*~>;&}:*4tck=02Q•2>ȲȤkkAkW}[̪*tztg־F1쫷ff׊˵\wy=Zk:5I+lFQL+=N} |eً4s ,zeU)+A)B*aҌV.b2{',Ѷ$ǎ@EUvʄF"NFg@ F4$` f/8^iBA̫ϘIY*w.vTv6_PU~G$qq(~Fid8 )\oXoh&v'ws }օA|9s1_p\Xf#((b{u ;}Ev;>Fy? Lsb b6)e* >\#RB>$FQ;S,f}O&ˑtm)~ӺʕWwcrFFFQ:6 UVU5ÀmR僑t)ת!v;|*Sw3;9O)U٠Vl3$oc-gʯ_4-oR.s7 X{|wD+'6w kIvh(&ٞt"\F-,}ۿ߆M6^RJh;L]0ةF]mb4' <žzl'gk;B|e(r1 /}Jy\>flky[R+Y,W9?'[=SdOa6㵠 'enސ4[ xuBI3NܻL\1 !juC%yY[lҘ1;j&Vy(79ó 5/%R(bOfu.ʷᯩ+@[UW&v/;!bG:?N`kDŽL6u["j) o7D-

h]rpz^LwSR;~d\H Mܢrώe녁^pT* Ac'}aR&tCNeʇ̩RG1y1jrs!4ӐccRӮ? daKdO3#>{EԵI0aPFS5Fɸ(7< Voݥ mlME_´E!)| s!F#t>hn:z:1%ZB| "Nf iЖh˞qF9 (RnMIU'QE%vGڶ®6)'_c1meѣɵԱ{grJn-bQM!QjGĩ:E&=(OF@tF|f(o8 [!| ak5EsNmDD%kV=M"\EJk"XM4bR ޱՕPc1 CÂ-O47sysmFR3؋Ry- HُN _t//M2e0kUK9[h: plFIfhم{x/4b%;rza[Qj`\Eh"v2{Wkb5Ar,gf[),J_[IM8H.J*t>anA~vħ$>!(g`S˚֜C*o1e8(ͫL,DO^^"̓?2l A9)HLlorU醊)I4?aR/.JUADbbɯ-tbUN+j pC:Vei J-#Sh9J',V2|x@#{<=dST&jF5 TW #+nS>Uܭǚ!:̈́O31J##s Ԏ ӗK0V}19aKC-qZGTiAYH]KHM.m,7YVrT?G=LkVa&c \ƉZТqC{үWf}D aG'Ȏ$*w3;_'3G\D,\A_GqNr.; Z6x&^k-u{i뾒t/9u-=,@SV@x{\vC^t'&q{`nX*tC1Ҳq\ XNJsɠ;]~{{Cԩ-LA + tp(8'ME*lN#L .m2ƩR FnTs B>':3ܭC䟀9u. HM1/8UH|̼Eub)|&k6U ;?3āۈ+i4Z]Y_n".NAƈdSWh_WSOF/?9GΗ 5aWnJԽ=tFD!Xx뇜KYmm5ʤ^hLůftWI^/xE*lWqv8@Ozܙc•1S\u,A31Z լ5>:I|pըp(Ц29n{hy@Y/4+gAh}Z~Q+VÏ 6Ns0@#u"zaeR٧z[7KhI~Ɣ}g ˪d(ҫ)5k0=?`W~* (inWA%{A$ GQ#I:#: 7_1 fSiED=LH(9wdd\b; `W9#'gÆba7s[}zsEW9 v>o_ִ:(=˷iJ}͕Vಅ.AHO`o\JQ9m}kEإƝZ7Fbsxc- ?T{0D};EsK±~=xh;wB֧vYF1T䍥ےmBJUa5OjaS5ə z.rhZvBXO$\-^N)]mC*P-) Lf,M qɓ d'dX477|W%-wL*(:@ױ]WÀJx3m 0tE- *;]KFq> =xUtD>Q(ql<43}LG7q"WOgWӄ:0b%&-W,`NV+g9.C,'.J3^m!|7}gpdbO'_ef|T%g@ak-gcJxX;3}aG.h5"DNt,]3% X; Voc6N~I驿do{VܞIknƘXM/0|,*9"fTe9H?RDRJ]!DG['b}_}f+ TN ˠj- ]IF"%xcPk@} {KCVZ- %6TSOPWUu 2=҇]r㫣c'j|T HڙݬQ&hNDV_ 6:e|.U/%O\C;YBEytr6=j  xvcobj[evj-؋ j3yqCLPVAe:n_^|\ч4)ԭ5 [3sqymgN9 _u_Ds@B~Rֈj,mkPiHO tC`RRF`6V/qEIxA{FheнP8j-$tx;!(`e7=r*聎O1Ji#2Hr] 2i#Z>EPڣ iON>bߛfj̬h_P]|^|x7nrtFfWFBZ! L c 2p r*weˍa75unͶ+XNj)k[m!ݎIL3\_/Q .C#,@i3K.^-wfT!.;tFBGW:&%59R7ٞƸ92s! dGM)&U㣼ʸQFv 7ɾ!ŋvvy߇Hx jq5`hZՃVibZ2s@A3⛀ʾq/F/} IMS=jlq{O'~Xgֆ.5&dO")391R^{X룴oD^$SŀvzdnUi6W}K~OVPASVPGSqڷ׬>WPH_TU:BF7/2r3`MyԊK,R_ qpUfҍg7E![W>=@dq\8+ #@{A~-XD3×H#5wūf ĈK'wV;i/#|"f.ݬn)\Aϡ+Xf0&Ble_ bg]U$h~Q;݄<,Lil4i RVDLY-xhKWpU Κݢe`+g5@~VM• 9Sqqފ?DYghl?-Tp sPkBO5TѴ:[mV M@3řc($o3:b-b+2e]p? ۳mD g2XU5v%>bVh.rN YN|FY[L8FwJ3xBpOm@ʭHߒ -z}ØcAvIxISO-?xu:F$X;֣/I` 0_[P>Gg} IV-CWH؈ot?ߏh]^ՀxeAf~A !G 3}fZ= 9i7d%rodӾbڡ/ dR([v bdlWdVAH_|QE7L̔r,bd9\sm =v.)wԁ•4bV1Ja/KuMdNАpRsvف_&[{tRSSI<7OȆ'7>9p[V2:8tJN "#?z9?uaQȾwZ#N%NLs=,QB?+>op):6"#ʸc\HEC F~ؐU9^ .:6*j ޒv-c#m9& Yv-ya$BV.bOWlPGFVO( jS?yԐHDID,d B?ͩ@/8pX|?cҟT2r4UK ,(W=(jR,1]wVRZy&k-L:Hև"cfU>5r /*fP h P#R2|гE P7XL i/mL;z~WPxhJEYԏN|oԣ>O +VE3<I՘FRo,ì[ acO{@>SfrCp0`(fpz-?H !oJu]hD#xsO}gb3"! P@4.y; g0O;dGdHAm &lёD<i ̱V3/w^=2ʚdTz(+N+ӎ -E>_7\<{x ]I<޲f/:GGȇ"=.ԙ$F0]Wsk$НF.8Tj4;&AvRGP'#L`ycL4^D/ &Y3eDВbq+K«IFK uZ=t3Jty w򽋆xC$!ȏl;h&*am<@ԓ/="R_-w`[ĩEwkUs 8eeھQ5/-)=R7Pfwjqu BLs3FF?6p L ճoG04{s`f ^VUo@3sN< (ʰJ=2=pYTӓP?@5S`piJNޟ)QHpm OgCethmO8YogJN BK^B[DY7"Zk(#lgH4|e %3 ) [àk)zݸ8%Ul#lrt,"#"V:5}?܈~OG+v'ccVmY 1b%!Lb'E.jYyqi=[Wv/(a GO 14}sBN>{+wt})8=#jv ϒ fr(5 6[e>&Q$)f sĔ6vroL9aY3TOcVK&òeC\FSD`zATPn_I|+'*ZW(?SW`%$98cc?லM@$&y:[{z)nhҾrLT(ߎRwD2 pC^yFMbRNfrXh!4cd[&6o 3|al5*J?J9dea}ُV1fL;SQ3϶&y ~)BiRe<Ғz+#bg} H|zGI3C,ݻ0Tp>66[^t>*FAd֖e}00<Y&|Q3-mxziOҔc);ؕs"k[p`xmGeHp,~] 'ƽKBD騫tYN-:?T.R؟r|j.q 7߲P5KF =(IFGwJ獁y0NaG~Yt$bRwf4] \@b.28]գ'+\3m^v"f^&X\WJ*]ox̭zH_x- p viV>rD]Qv2mMtzXi> Βo@jY8.{ _$Mc>5X^d=ٲqhniY]E_^H%Կ؃x\gĠ[Ν{'$0~cyoRW#lʩ| pXcoՙjk_4oC!L%mp K܎֟υ;JD-0m,p9Ii#:cX|)X Poxm?R݅B*J{gwgMg%ͼTIc'\_8dH[usKn%cBMO3faYv2| T01|w'd &Cj2V U{~2Ƚ9pQvK,ݳ:#)e(] On't'uq_ES߱EdޑՎ1')]2Hنb:8!Oɪv ٔ/ljLD8*z(b')mRP坓r!!sHb =@αcZzX>C+:C8%At>[r#@?;»Nc+'AO<`0xC.X}J|< y/^uqTTZoTOH CwnNj6dR,t{CJmLI^{T圿־4I?=VдGՍp` x4ee{+#0P 4ey=:0rSH? :(?s`{r 27J < Ӕ|L:ANxNcg$a29qsk_W7"m4mّl'YOse>NۇqzLʼ*S3xg%?̺)W{+Fn)gj -/+˻+(~^{mS7 Q)U1y2><("_+B2`?07F{w/!W f4c,Ѷ 6A'>3lg sғޒ|J+ F`u0Hn*WAE-}uS&2q]C#\R<2Ds,gǍح5{NtY|/c]\>gJ`1ڝʲVz ct& IP}VLyNȜX{M%q-JԬ_d HNEQ8:3|FaHʼƶiL֢EI)QpZ5NW|T t8=➊ᒢ~RSÍ\[}CPlm0ܠ7;ޛ 3ʙbx]MvxV'@ݜԑU1oD%feop E_;kd^u~1Kܙ L[ʄ_9mhJ5,d$M~+ sf^~V5L=etړʢ N(8P*8 ˚QCi'YTϽ'f8?`p7,4HcŠ@1= O)e@ u["],O %9_,If$p{iB= .q %Ч@I J>榆,b-t/Q8ҨDL&`^B!v4`q62)׷Qd 9J\XSH>=JnJ4c"]>;[.ؘ|uIuq ZzuWJlvhS/Y]BUO=qE(%`X8[FqckXl2xS &nH4oϴ(4;^6hVQ.T CױŘU~1pʗ\3*\V{8@=OXzkIv7WSgAW# ((0o%9%åGE& 4¹Vp;޵0 ]r2ykK jԭg)pL^ y}q98Rdpe`2"T,!@ jExUqh_IA5ؘh=V%ڡ)Mu5\pZb-[31xM# BC<=Mx0 h>`ܽIX_dd=w8մ/ʡ)Gşg\bL ɖ: RJ4I|4jE-lԮNҡ IBfA_߆1L,%'4t@4եwz\$fFD X' ع.h*> |FDX ;E(j[꘺L5:rdƗ6؈_Urnnᷕ=s6SK̏+FnXoꟁYJ6 [WCri$TM鋳YTO.p*?WP2,yc}o|Rj&pe (M\NTpڴY_#( *Iu͇|`Z穏.ЯFܱ"`9aK/+?m"$vQ|J$N]UO`1QX33|Fm݁]V;ֈѭoKU7)~hP ~&Ch*P3Y[W4Jhm®N#O$1Nı>)u" r[1iEdhDfXˈ+R(-=51A/se}sd-41U k?gzVЁ;4 xIzT>9]y/`oCYj;X@-ż _(-ξW,]vGHѰSzEx^Ջ%d>nʔ* zIZiG3R~CݔUJaTڡ }Q@o'_9׏ ?-%aNq T1դ .k">WD$W6,+}G5dnos5ɩ3K;§ (.dygɄi}E>R ]8q\z]y_~eW<h#*\M%e.]K}×z,1.k/ilDkoV=[eBbg ?%yU '8uC`:d NgdZ: jknNl1_+ "fV`S0iztT6=YnMޛMA ! W+8XDž*[$}Za_6:s3=0uZSͦn<~t.!3 tcGGزc] (F,LS ܇F ٬D4i }7P/ovS13ލ$nGyrKSŊ#0Gr-앛r x=i3l@HOzv  rĬ1qz$MyMe(Hn*-| ^>l hX{ΥO$*c 1OlD e0F~ȔlWi/aőE}Eu =?>V2ΐՇW\(5l-$ UG@ʑ1ki;2)TM$5뮠`/?} iR)*^.?]`az^ UxtIp?J:$:e,SFOqdmqZ˝|6 ~We(-.H80;(ĢX!|Toqz)J=fR*ڈAeḪE F4lEc. 91~ 2>G4~wCh3jnL;1,39ۆr6tt՘փ͖#E._DЏj>?-vnSK% OL5i8(~Wx׽n(b*pUyPf!Spo@rByvN<$ b=8?+k0/-iFG=n,3t3huul(q)#Hk-r?|2?& bs#V ^+_Q#p⛱^%`,#;d|Uк'Qlux-ś/=iuB+ιWcc|t:,)ėF8p&F_ƦCb͙ƒRK$ĪG pSIKzY`\B['nBBoAǜd_wЁE0 wb_|0@J/'\xaX AdC% $AC%!MeR%1N>T7=i-ZI^qd%%He`pH-8E7-E*g[_PR6`i*r9e{= vA'ml HtK - ;+=+)A 醯fx PCcsGP<~0NLVi- ~cS'50 ako8< 2qT G(AP.(PTht'җp:EyYڢ223",O9%Mjvۥ'7y Iؕ7TBxmk,_ y=t;QgrT*+Qpom* )+E,m2Q2]37X0ЍR`4LcRbxK>94ݤho"IO7ǁMU S3T-= ̈ER61nU44߫-WцRY FNekAğ|v1えZ/%<UrJyuV!%Hkv=w)aQ-%j/J{)Jo Ɇ@{)ߞVmN[ @*lGZ͖n, ǭ*$9/0F*92HBf7q{[d'@ߢ`9=NҐ,YYp}: lir XgUy%֚u2٦>|ϴTU!ԮuFF1q6cX%p )fi 1kNM!F?\6YQE" 5p\"W^g 46!|KA/NA LvbF\\6$P5 =2*塞#v%!_,&R c)Z ]9-+M7d:p.imUk9lUQ/Oi恬&XmZqRtmj80Q47wMaf|^~ .RP\ҽ%<,4`AC]nXAb$z DFTs#ӧϺ}: $/k0w)LJ[_.$yj{/_dkJn f:'*jhJĨ:J̟#˰=%9l\)l@7݇&K^Qz(h5yH6+8TԷNx:|UK7墠YIiL;:L+p:t v(Zu0ؖą1_9IwJ LG;cnŘ\TlЧ@5hhʫ_ſJ߽éá/ "wvl & 7|ت{o9dQ[Knjxn~_C2Od$~s!J+6iEYq-$_9VD94q1 ,fd:_QDvyYoiA֭Xn4>\4H0YTAF̣z1[J/[QG3O&vZ>ogrڀIm\潳W 4]#_1c0U.|}=-W5| vw"V8܉|KdBsET1@d'RGr"tΛ%Nr˾JJFCůVJ5.wp` g10PxR b0c `nAک!2d VG]aq0 > q'Ӳƴ/H6SxfW]W޲ѱm 4}Dڧ'3)_fO}2w㞢<>5DiTGM 3F,!KTיa/"Ip' (Yܚ:6S&|* Vʐ2bܙ=96r |;ne %]#b  \[{Rgx-V˶+B Li+cZw,)D8k|]NCM?Yv5wƉN}?U0Dan̚E,F"JЅI"˚|7 A|yhb: ql_.Z?26}Wbt4Y)]9lIB=t5GXc`ͬM*tT .΄flV6H*'煺1Ȯ^H%&`,҃ED;ŤHde0EGW>f"{jde>OQo!ϒιi:e'7.9Ur~zDz3F* _~B:X˳L|pgSB nsS=ƻ,Gq)0#],LOUW1~yJZ4F暮nk吘r'-MP%?kNDvsl4,]nb162$S#|n^ zѺ'B (},xBQ-pٲ Yxmlf,<@l jyJ dɌ58\g AiW摍Xvyy3ɂ 2d|}> # ;ܷ37 xf@gp}kcd z',2hGv ۽tv޶ZlO=Ecba\v@7%F|P>w-- 'eg/K1j4;gҐZd'vs2w=WjUV $}̃~G洊_?h+Dhg`C<)'Y }<ςi14%Xv?-"9p;o➹GPRwp kImyxzoǶ±jCA{ e~/E꒦i V1h7ֆ)MlL3=`ވ)Zx/&8 ԪJg:+̚@GrVP]= Ff(s1!XBr+0P0[Vрϒ̟ )| DFl -#q&Y j¨HŽ[yQHcl:lsʜ"9'V'{"LT YS2i?DD5sX_waUr+\É-4,nr;K[QeENiŪu٭=uBmheE $u%PqU:za@r֠\,mJO ._E|T8^jZ.7w&AH5LT#"2Ki=Tmb+R\xnՉaF]}3#ID6oϖ]A&CjRlrüRc5*5ѓMo][;6_UqQ*Xe/a#_02rs L>;ZHsl{sl(sj9J˿~,NI間U$#]'hG~E77E$kuBmMrxB6jh9r1\+`SoF U>=eս 0O˂d:[%Ƅ0<#I>ޒ5B]869,9EF0%yAB K;7/q04;gT@N:k$ԭx]΋ AF\J jIgǵj(iRmM2HV|%"BuNqļ+c1T0BS һ 7UQN6}}G麻`a!I"}:! N`1os@w= h])@hT4{mWE3/Z4ƞLQPw#^$^MKg;q%P#A{o`'$Df {(])%UǪ=Wf};oG747r y~-94IpY2n8${.7缹w)LCWLZM=!T!7-]ثi+f2 = ߫A[{ GgΈFBj??"QH79G2}lח@)!{h>02`qc&y&eVG9e`أRW`֦+?AlkgT3+>D{HHۮv9Ս+BEtR GFr3V7_?鐑}bѲ:@pCJ8a3s-2l0]Ds|\=tK  JtJA"/%E5w2?-:=mMWhhF !6Ь20J"N=_&wPX{(*vkuZ~:S %`Dҝ3 { 3pc^FVtؒ|0NS"ޡqR-s6NAh7i+#-NJN]3xWSUbR;1'3W0%8 D,-k< ?cO*&y =-J| L~tWKM7F6 )'{w0>L8=ׁ<^Ġ#+7uInIZ<pŎu\ H 4 SEC 5+ 9B0jÎ)FV`GIFhʵ7KM6ݵ0pZUGe/KuV5(H `9 2{gA0VԎ1}K )]N AIjCH7 (SmMA9\6=ouOċa.1v']W4vy6O! ؕRv =9m'2d!-m+"_8%_ zs>}h=oPT?({]W@;馁D]?tӳawܻ#]iOJ6rPKϨz:}*^wEH)UѢ%'ymubi|_MCĉY3"xԦEzni:z0-#Ck?Zf~ole\5̄g;1R},ȲL}(Ɗq\!YYCzV>ɮyu.d[I/1nYYE}, )n!嵓#aG9:^XfٱB4~!ԄDjGcd@F!0YN°aMU+Q%6"&s'ySx Al 0XE Q{Y-!OړҢ]*7䭿WMN=@g}oY ˏx93u>7Ws-B-EN|n=fLs0BwE^DA"%YJdfA\6X_ӹCy@qwYY\I>QzJ[.oX#Fȿ{?};B1>FVfB:ԇc6xv XnxZDw!|}&pT vaju1.)T-L6F̴ zu8hgP?{Bj|'f Ԛ}Mw"cpZo n[(ؑ XlV|nP?Ⱅy8>3_R[|RNhQvoF>Q|\ 6J27uTsBs%l 5s|iq|V'#';;|堎D%DU "7+6M c4#mN+fg;k-TVi–O^ @j fGM]U4ʳW]rIs²=;cx.`M7Mhi3{.7n74Ζ saatZѭ9<7HUZuA 穬V`C村@֑q>YlF\ZI홰h7)#WBah ˼%Jk.}5EΗ6S^K[;~'ׇcQGJU7I1ԕ@R;0^*QJ(#_ؽ.&͵'7I)iVk|;vpXUILB\Ա)0ޠEzՠ4"'tE<ЅZ6-gd?ۼt_zfFin-F_7V4 [%]$WV_գ]kU|q ݘSѦn4-ܻi:%s*kfO7 'oZJgr˅p'i]= Yޱ:gPytvD.M 4$ܗq%}Vy㤂39g :B@Tpi^ F4oZmwꚷZtւfi)XٌCMk:NOA!Їќ u3̂ }ڸwc@KDhAZb0W6$WdcKܼ^1qR(E@:5R0$ (1Hb)n뜇SO~Hȗ g*djV2>áSY6(,?q6TwUu 멒 ^n&x'@-AN"KOV$uiUnI6֍Z |>hXBPyB{.[mH"`R3'XdG ?7D#pTׅVՈy=un(:Qfv:~\OY (՜hԤmY참MMF CV ]b3-֟@0DZ؊ecαV)oxLGPਞZ)_1aOz=dq>U~(dNE>Nor3ƾ*ݜpk?^y;{]K0dPSk;'-W#iKe"Pgx/Ƿ* f;.2*En?G7_ڴhNŤؠ'7ώЈw: UA:5뗵 }OR{rHT5yەuia"3g%DN /8ZGcKWIj v_|=gT6Lҍ6@|S'5hr>Wo\P:h+݋@P lK FF%u:ҵd5M 6e]@C(?=CQӛde D7In\WFWZ;rKHHOxA_uM!S kbuY\kW􍔿.Bg'VSֆ4`Ո:yt}, ohS[dd߂4 61_2b#m NiǾ4'Yj \!9ߓ!("8e)03oZ0p$p?;F „s^Eͳ+k tN[?SQ5Z_n#"e~$Ѳ{ԛciWrr/;R rQ Mj S- :o}< r@nFɾ؍$;DB7mo]%Jhw-iGaڸ~xFEO&hƠ[\<ྖWNerpLB! 5-*"/ 3Br؞h)y{.-_Ą>IV]qnki\:'n;Xg$m6FV SA5^xZ3#X\#r2n+l<Ba)؇C..S荀Ft8δx_<>,Q:LjnZ~z~ky"wVH͘syCI@S.% {G:X o4S[!ʴt{ٝlCM njwf'U%tZ5X) XZEBC1_yvSeq*av$ZB^*xAO5[m}>ɩy.͜gCU~'S$U,6tBj/Q>yad;`[/2̸@ k6#X) u aݙO@"QB;1d|;W!$˓~@ZewTE'gA 04]S%l 8Č*)=MBZaUp\ +|&Bhv̇T wqQ OU|=j֨Y@:J7/-pRŠJ?1K>W2jEmeC$YQKg+BKK3c&I4l#_C Oƺȷ- c`~#TFest}jAvXfQ]۞>VfcYQa13#WrV#u@zEe_ٕD#X$be';ՕVtYr jywk>Zf{$jRPOΠKV.?ٻf8u@`҆ǧڰx5f#+)ʄbrHS(D'xy|0e|nv9EFyj6#f2?ٔC).f|D v"z*K"͓h#C N`%jagd Jˆ0/[OB`>EK]1KCŤ ( ˋe07=t/8'F4!|YljQ:}dМQ@ Йφ ?ˑןCΌ7*\2 W:RaGn4҂W:BpI2 ٸ֧GeO*QA;8Rh|n1N:w`_41c.R d 2@/OJWt,ȏy/t#7mџ"7,*KkM`e,s+()c˼LUg=g&~i\XNw$ң)QL5[x.!չR^[Ӱ<ܹ(TfbOR/QL8-V4@$2(~@UGȪLJڢkP!궸iSXP91:o,MQ$5M m$x?DGO⁄4rHspX7z<{b{\%j 9Hy캿*m>w5=q_kztt=(aqraN $޵wk9,J17J&M&jwtRکKmnRLZ" @OIpdc+]yc|sV{3KiYαi4j&n"&vU͓{miF {ocI MFB8ښ2Et~QC[Klmm Vxcɺ1`#wV*LG[`nW9[F7v^^Rvbiט~>0'nw(L5}#Fҹ&2Lcq>+JfhPӺ׌)DUIIV2Vb:c>7ysl߁Jcs⾙#qpyVG?-hF33h^ >wu VQ@WԎќ M"r*lavS)`}%/߼$%LӦfF g8mkf\YNڭ $tECG"G/Qn.t^^GJ36ĐQ,pfZBl!M0av,C=ܶ) d5|JTd,Ģ\i-ʱ^yl~Ww wޒQP:RljE3u ԔӘ!Űk{#epz0p&*oP83ٚ_wHwN fp&)|RrŊA^z BW'{<`]t8ٛ;̡ڛy]Z׵tJw. '~a83/d);fzT|"o-+c4+LDVzRG>ձ-e23[G)!}g [~QLgbU "|1L9Yh<7qB0;Og;XydW 1ݿ]]#BW, 5\t]|UyLm(W+XV&XLehe0U@ Q,.;&ko8 S2G&ۨ=eqCVGς?uZ榍@:Y'tЦdKʁd1NwY  Ʈr5ċ~2Ja<-*vqyw S"ڑoȯNDz~/"r2KI/ odWvt]6"'n:㵛ʏ=51ثwu>GsBbH,1hW &%Wv1LyӟKi(`Zy4*ww#D\"L#RT.1bVB$;3G sjeZ)V;::x1]#EBn~M (?kzov3V*3KWaC#ޮk1SӤ}8ndԸ+cryst.c8 he0'I4f,!Q-]ApI=܂E^Z`[ x8z?M޳Hb]Xmhu|/OFrR+ 9qeBC`+h˴PP(jY <ŏ:x[b?,vZ6+|n|fߙ(h nE3btR1pƤH4ɕOM~[L]H"#/Q׻?BQ+1jp !F)'G8cKc[KѮ["a*W[d_H`t"JU%YؤJə 0hsLR\{ĂoS&}u+UwQ RyW5ڪV7vY W1u8YTF $jƮjȺ4$|jW )Mg/XnS$Vb{#`jmqGh'NBat{OdI]7eJKyM)l;ġ[( . C(ҲY[ 1X :M {ĉrz? @a I3$𠕔9diicY#3bd!5!ҧ¾ni_M)ILsd4 gɄl}D]53J)0wKɦ2x}g>(FK$]'!i AvӝC&1PhpGcT Hε\ѶytSY{We=!գYmtD8T_tr ܢA"U 9y8alBVHDgKX;viޅ'ggL*7TtQɓjj1?Zt8[6JRM}=ƱktɁvVBq?O)wg4H5_6|LnR龾L0͞niF2ϾeHO՜C";X6]_\ٯ D+P3gTi/V5 b=[}8aIhax7p^Tl'Ms2^51[6W 2jW1~VB7i5@Bĕ8:"ܪg;v ޝ/#[gZ"Lώj;A4WF"aJ5GsɯړO;L(~mHKvK`7Sv1+ra8uS?%{ՍKj3)#_ߩpPRS1ߨ60DvϏұd,xB|.u[x6~b^į%aO>XM@풝 ksͦ 𯗓`e}>F%dorI„" +̿U ֣<\rŏUZ=rܥ^ՎM|bCѩ7clΚc!OBU>F sַ-Jc@?>gp)vPAqo'y9+7_dڢn¤[}vE u% W^I\IeK-qI3wߏ^P]xrhO)3lWOVhTn͢r)4y2^e`*`gE򔃸p:jfIJ42į {RFԚ~?TbU v s/ wtɁ>[Sp ogR{y Lp,K#j&#\H fE=s7yn%Γ톧~d%P"qʣjWS> @3M,MHx=U9@Ϛ`jGyj rPj_kܥwqm8fLё߁O/\@.$xi_*s͏_ U}. '8~~K1Ks3h4XkHqo!hK4 % ,"e$RdLvHb:MH:CK@ f؏8 O!*oGh"@eB4- hp<:F] 9]g('`PL2c10ܣ~Z B!!Sk\T"'@>އY MW };oLx A>v`xq`icj:O~Rrb(E6Jy)`IVAF51M7Ie,z#' `b -{vن-*;?I )B/ؚ.C)ֳ~ca")>$HDcL'} ;&_6'@]X_g nn1֠wܩmpR1lv#TDj076;e#G5y84dP"=(BGtj{Bzuca&/R9wm?Z!d`O.q.-֠ }z܍nX)@'9Z콘eXIXa;vB-}鑂d{x5h|U؟D^Zd3zU3ΘY0CՕVϙ ˣ$(A?*x3/364;kbd|p|]1#y6玀(P/[\K} r(~6y NԿ qgdVӱWɨ*U++9vsy;HvbgH 9 yu*:u) )R.~A$~42is$FsmQ2k˒Y=}zM7:ց {xVl M qd.6qC40X 52sHCQ5qḻI,qyx<<г$ #*q;_%}W'_CL񼃣ey?ۇ at@oiSB bY:4>"Qa ^ZP;g{Iay+@fc)\H)H*&W%+XlYI.M&Mm J֧8䒸jbg W!|JwHIΌF:2W5hͶ 5-3hN{R>Jÿ!@FwQ}ee9ޢrYOzkjϝ}ާ>_ qv 2o7 Ѧ;*$Z۾cS>zn3$1ߗEg7U[W>HHw _.LX:S J˓EX끋t ڌ^W wh <sM9c);㰋[S߈[_qu~GAw# jn/>tT2)Qt'RUqQjW"!HMzq]1Ha0=4!#Kn|+?3^G|c"KqڄXSrB[uia f%@;ڙ$[Ѻ1j*B< gs*u42jW5UW%ef͊m۳q9P&z=-pG+{b G-E}xsg8 YKVpAa;ko)@),_s.$sQP4{l-gzGO::B.'`(NAB$)XϒՑVH>--dVʧ_7s,ONwSA[*%,d1p-fkBuMV2}`,D%2 0M?yͮ .6MMd/0 V(vL ) u6"7Wy0Ukq,c2KsqTx%pebD2e8F%3Cn(\9KGn.\dZixr`?M2idaV "nKmI!SJ7 r`Vk4~Qx1fU_!(;a[nh޶AP^?Pƙ! sAbK8Tח,^loA5 ~OΪk۷vENTN WrdĊ]l'T7DW$YbhyLƙc̯ *m|pj!cL:ħ}rWF1ۄ L?6٤i="-Ik|)pAut|O|섌.sCS{|96sX#$v#۠GMQ^2꧵lE1h>TuTɷn5-BnyP%I5CT75_6M+4x55q.L,gLOݫ{v㙬(zl6!B@3҄dtrx=є^V6~u k0c2vg `I+lMfyH&|ay;D&:9y&;+P/p~_vs䏂G1v@[O}E_||"r/ۭK"Xzr4t=Rp x#5M$^%5fwrQ 2VPbU}!yq bl 9Z>6!mt8!;_td,MV!O/yʹTf'#;8LYkه?TT0}ngH "^UW[TH3YG UTV”r\\ S>!w uH0s;X2V1Gd2Y"_qghc ~&ә:fj:B F%F)E+/)h=2E8 yArul`xhgUQ 86iɨ DgG8@5l;"[ ^BX M\ou_P$35%l/pn[%@ /0v?2X$pu#xQ'cnU$NO'B5KIͤv h&` $i\ {v0u& HY) +~_yR!5qwU> #bvF6mn.y*wa\VsM5po~f6X-B,Pcq>ȵ?: >ggwR>H5$LKcfV%šq /@p*ytA˛ >gLp$ F{/%\~?tWAL"Ҟ/ ^9:bS$چvx,giʗA֯ ކ\=&=~H گIűv_]5ke*rFd<a2\@Qk=)]V~%WN/P`C(x_51J4JFٍ$鵥S$@)iT.2F\F1◑.86b]Y,b3Ҭkn]&^eTL$hy`v32y^f'V"L{HYz}^`7xqj{ݤns߃륚B#^agF)#Jn;g<},#3Nt~(N#[ᏠsyAX| Xσ.Aڏ!6s|&qz HaYוD눑5HiD @ZY9 >> ;d#pT٘~9`P L [s?e02e b* ysIʁf<٧7Ji"ϛ睩i2΂I8s9 O6:#cnK^$ɂq(AQ~i=1Cj:TJ(ԛy a0g /93hYΝw ^Iou=ŭz<_^&'ۨ#WN-}z"}yݏ+u=3sd줐A!;ry|tqd $nNK':qj۝1yva}C>;XMًAbf_M'1u׷Z2/#54n9oz''@ֻ8g-uB"ܾ-4R7"ڡ֟aR@A?a +- L$@/T2i,x{ֱHiWJaqCQ(F X(69wfsR =iW#⡺ *DFRZ|$Jx4d]z{e|J! l6?^-һ{qK! ڇ-pcmY@A3w-18',ЛD<̯h`lc0x+ȵ\y!JJY xŢfn W7n V=na*RxG%zr&wi赑>TN#Sóu˱M< J#V;)ޱ~wEcEࡱ|H{G0K9/8xHDmv^ۆXEUMO\,F`gϘ/m\]Kp' ؃:Brh)cq=?=mW[#h\X),~RпOZ%QZ+eP*uVǣMa']}j Um>e,-_yυ Gc@'kQpsGC;I_[ҕNb{Nz5Qa.#H S0{n rU΋R@+_: ZP&ef$JGW05:FM!<A9("sW31iPՑu+/Ë@Ã+pve6ஔ)n`\0*ö1uAPRҠ}@kTQ-R:>GLƒ„h&RN@k!EAtPƤpf:x7F\* G7U ժU[ ;;7Ŏ;=&RhN/xTҨȤ>^"^`䤖QAlR0c7RaJE3_,R?(vqwdfGY@QM22YE@ţ7oFeqCISV,Khd-ծBlk}wHHbeo$]dH\aPSfH8d]ڳKƎfPw &ۖҹ5{y](8;eS"wk/iMgΌekKntfnhKIԱe 8d#] $059u$G$K k縂"c_˻kK?i-P@{ff[R:%9^Pz *; dg^TWIE&sBv1:na|՟XڅZq: a} g+o!l-:=ږCp=41i_>n L`{b-rMDjwlf&e /GO8$?ʹ.,E KG2:dD|Derj,fGqs89db-$#,<ȮK[?GJ3$ xC׫ un3΋g$b+XmgF$wZjf `.v)OvX<̀+8Ir~.ɥЅYPŧ1odMkhLvViKZO|׷t5sW:Up$έ+g_!G|Gۓ 9b3JCA/6 C("BCUQ2g$aVM|ch6,C?IR9ԻX=n9eleU.>Sb1VΚTɩ01Yӻ q}j=.Ġ4!R (r"lHj[ [v)1 VMik<,"-u%R?xrRI6X# VS܌ӸP P, Aas4w+U}οê5$%QsWס*8Xbg֐F 8[P^RDO&|mbɷ*i`P @ u,yLߑYtXPa;~+[QP D`c6fi{Ed/^_ǹ3#@p󹟆,ܫ.yDR7R dH#*CЬ;Z/wt\ b{? Flme  M染/:\ޖ}1 hAf a)Gͪ]a0xWAU0&hlY+n}``Ypb_D56{`I {^[*,66⑯f9Q ,~I#wAj+h.5*zNPn-s.UC*Cq{9%`ayJ!F~3%؎w?I+טb2r7Aj@t]6i^e {>9@෋l?2ҵoަR]ɻG$`hXNڨy&ҍݚk=Jr"takrRu#] zصA n(eFSvm Aq<&.Y&UvXiĨ)E[Bam/$52GʸyNb2n=sFpD#TތO|v$Y+]`LARlmCEYQSػQyGP!ˤu;)ս1gKooU %Z&Lw[€?FW!=s%=vWS4zj+Ơ2wBtp8P  k6:rU"{|0u]8 {?K[:}>91]Kl}E [mbs2t<@.Y|0G VF &سOi,Q3B݇EM:9)gbtJ&mK5[UT괇’=dKtR% G`4ǥ]GM{)ȟE-! q^%I(jSs%U-!)G5S"O{Jۋ̷+j~,CdF*?͠A:bQ>,[xٹf"~HÚy>FM"óKaDk%*bA%CA,~yOl c h2W]][ 3BK~1<9.M#C崞>B_/'U3 V<Y] ) ,G|mq_u/S^e=@0|ϐ* q'OMqa<ޫ}DМNmc-1tv3_!7p$ wMuӽ:p 1]_\q-9t4koN^PdӇ&"zc PO{h^lp{)w>{˒2$m GRI+̫k:>kĥ J5 yrAmRvwaA&:59[f9$sŒ*~h1./nxwWxSwk9&zQ}.n!O@ -gmAȒ>8]eUh@Rjá5ϛ]`Ӝ?[>Põ~m )GP7Pg}_-:L#E$49cEn[|#i9r3`obȪam{*$f; zPd(lJg4gOΘ0VP|ap~UO|,GoϺbaNОP'9 wG!a%żWiV9# yjW'el}V6l}D3B@e-8P\ż*ko6:!<*`ph<,~lTL֛K>ތt*{˨2[q7 JDԟ b$r2 ?!.8.Q[;8X|2ǣBh  PTQSS7t{0cyʥ IaMm4+A_;u}}+IQzZ `ޔm&6a ZAc2A闿aWȀiڣ[BZ8N&oj!r=RfRO-:- nwg;^,\5t E$u5Hrp\Xqє?Ei@xj%VVhKzHtmTbۗ]˗bVΩM*k64!MOaoumg-)eL* F/SP|~l쀲(|cKj_Ϣ8[MܙB0#KM*A4szㅻ]8u3G_!ʍL1#['P$}ީl7!vNam"w;gV* ~. )/$AJEMZN0Yj6USu!p_{%:M rgpU6Gt JIqF3bm T {Lb1|eJʌGq!3)r3ZJ8o #Jt|C \[#7N~<{J@1eRi+MKmtƫ6ECB s Jhkפz7j $C'!UdM#:7UNAD=τp!R2nmE<;^Y(H@HQ P"'a8SӾZQĽ5zy#I &BDPBHIk;U,WJzk!KGC{!~l]J~{CW?}&)9VgO%m|,*.#n1a-Y̌ˮ~U4!V IO-@r톊D^9qu8qˆg)aD|WӑKvϱwLFmטrVԮA:׵ۉ٧fۚ]e ~^ךּbD!gtċJtz}JUa\ o=+ME"P޵\.D:YBq#}п$G.&3K\2[>/џ]ð6R ~09Z+ͧX/}'LRʭoSwTPȐԡBM7i=/m:4a ^ 8f-sB/iԙ*JNֈUzИ;NYS!_S ~h?Z!/ p A Zn9#z$=nZP, ^wSDdK7o]de7%aqgz7 nD)KU_EE189q8f ;Ymqd96\[ݢ7'|$͔ǟ~>yiY 0b)$%)!(qC\,lZKs<]i*|}<%c5)@e߶~ ȅy;MAVŹ0j'E8׾l#_>yrPߐ" tx{-7,P4 Q+K{Oΰ]d}DWE!(T/Ox5TKG/K$ V~嘬+~B7<@|4 i? iՍ3`꡶>ɁT=~y3*164BkaT;=J?RWȭ?^-#핆H&T[X34 +vt_Zp˿a5ijNl،,d. 59L 'a9!R՞<#g$)w0Y> -K-d- <9Ȓ*^?wIfi+p|:^{t9j"NvDnr s! ~t)ĖA1LQeaD6ew)Xt!k;ڹ,2YASY6pH\':Ѳ %b%jhXoeZF {60C bW(eNQ:$@L/ὠ? ג`U &_ e@UITnH̱ ci}*A<3Q`!$7 ˷J#$ۧTxQ"иw(~3I^~H)?HKI",WU@pAvokNsH>X/ፇѦrPJ珞ΚM7k|F T<ˬTkЉFA58a,3 kKQkhUdfgGU89|[2zJ!\ wf.wdaW\ pX%6&8jtHt<1 jk hK$ittim g_*tC)fAA@T=]ZE5'y>Y"L 7=*x;)_ZrIm1eC\ISdS?Xޜ%s*SpfJ36>+p\O2]GdnLɳ5 ӔI. /[UW,D`'-xc4'_>郋Yh*USvt9&dX֕N[OxX=֡4HACrsPk9 uǿ`LQƇV=m/C'r\h)Y,qLX2{dU.^>uE,Z,2奋Esls)y [{hMBV[e?WOWLOM"ʻtgNj3.@nR}%rRqZ50ё긪 e`3AaPm OJBi V=?d?=5PCF8~ֺ|l~Ԉ" ?OLփc\;k6e5YMA&U Pk{v?''klw9iXR\(^.z}j`sE (Mc?dvNSxx[N*N",FdGƳ7RZr;i-8<8Ӑ:`"cQ=ߺYwO\'m Ę\l\ƚɆ>k4ƀ423xYBD 'ѺlQ+|v3d[ ć0P;Ϋ+ơYLq ${͌۴vjU+Ү0ZQSɟF{<&C`]Hþ$nv*4INd Ep_3% t+֠!m(ډP[$*DVBtտeۍ; $q6a'7C;E/%&#uA&^[ķdc'PkrՎ 5t?MtAIAyV;97aXEH)`@ހ:aXZu/GjC{f[( bns"_ߖO*8aL\Fn>&ZOI)6 {rZ ^eTcA6ufHK[6 .ڭ^/& t|y(ojV"[jb9F?z=Vɬzy2+W4ٌc;{ͥPڪܘ =Ǒ>Ӟ7NV{z}J>I $̒T tiD/2L\f+&/:׮txU/o vl5w8m]2RSĮ4g5h>@A? ,5'^Î,E>th֜>g)*ޥ%oTEc@UjrӊLLK-ogw97'D* ɚJ &R#va0Lƶ;1fP; 夑7%lgLŦPFj[Tw6}-1Zڹb<>)rćA5xXЛًT BeM*O PWGI9)p$\cu"і}JaoBph3H!{]FrʸĐs)ӳ;l܇/x> $ hQf0^/Zb14j[Ṹ,VQZ/o0G{ĥ)8&nʂ{qEvJ LKۂee.I4;NLd› 7Ւ(B MOBE .V _|0NRSGq2s6^bAD8 L՞1Lc]%CfDi{lm*ܶr覰r7[)tl7Ė}k[ y584)Ž ܕڨH:9g^;8d9NFZfF^4#SQʹteя<pk 6wv@X͏b"(w1UˁԧLH9APq~"3It)/5+SDf1:) +pYS u)dbJ*5ҩ KQTT-p*p6fxUTBp{62y. +=(^?Hj~n' }`? ?#Ql66D;@,'N6(eh7G*i[ѻۑ9jf.nw]s~G|Qq;K\)&eMnhVk^ʔmՒPq'W`2"m(Bv0'_JL ӑI\^mm?YJڤ:N0Y33J̓3 "h̨ˮq][J@uoi0TPР Ћc \xa,c)O2f$RvmsBEG&W]TGV ܯW806tF\x>!by,_NSlx|^{;. t$M ش|h 6JQ\SYkNf+ׅlf~ۇQYO8ܨw⻡V2Z0?4з;1g:$!w>l%,-ڄ](taα 8qFN^>D$/$"݅yͥ7ݍJZ :Ӿ(XHm(#18}%ʋ^Fu#]Nņ fb@%᚝xɩ04KXCX oԬ.4֬) [\zPHPH q҈mfV/JE׻TE\C4n77 {3t-;Q] ?nfA N{i ~[ddyg)f]6amK>h $/_%*J~`JtHX^Bbz:GҪ 09WI\Ua\TčeJp"%Y=HG!.KQ["+jg @(ثDY6*`b͚GEuNYEV 5 rsQAT@l̼7X|^O < (q1%eAZ!A԰pJ5r^fJ\͈ih`>$*TD_}h㣛YWk1Kb:l2[N6q`twNG%lUåW9շeW=IZ*!whp.Mqt9Sld:ThfgP;?>ZR{}^=EWp O#9<"N4z]g[QAk)zf9봻X?RhH3U'"$74V9hd* \ Adb!\O'u2!k4].gLwu޳bTћ;O~Wt+ 4<}ze&lN%t;R?z /e6~^BDOm~aɀ^j 7NI4eug Hr;J՚ 56hp-T0lߌpꃸ 7I'dQ@kkbG2aJ7,JF=8\+`RY:Bc\PfS6eDPq࡭OY$.-uPfXI%i2k`xQ16$ֺ:RBIT,[IwQ RJvg\nDPgd,>[sX1wcaWcPXiWRA $wHԡpOU΂Iu]h믌+/jqd@DbMy%>u=6S>9ߴӳ}22 obY~^ ^ӍA"J5@X*Vq<䃂Q/U\m8)VŀS3Oe6 :5iE=]Iu>YW5+IPo:+K!-sU @Wcށ|Z4MEX;rv뙂#'\<؉;nu譎A$*чi9$]Zb$i/0e2bpB<èWW(Mߤ65ׅ ~ dep_U 3}/rdN)8BP`#eQ,v&yelKzNLncw}ƴm &LNM@1ޯ,\FwK4Jӈb~!@אvpt$V90rTcm0Њ9(#;tuyMz2)TrMw$٫E#;25l$lZCOa2XEzCj.і⸲\ "u,Uc#ONԞkj툚h<\vR^; W O`4TW@Τ8E58]0*efP*Mzuk4szQTSSHnoF_(xם,Ƀqy Do`@PKcdeqJ~dq;&B>tǓ@9Z6{d Yv 萸CP}X$c\~ٞe e0 jcQ:gߟZ&suR 2>-FqC=enթ'SYu|#Mdn*SunU;2{#MV4uXͺ~h0,ldG:H0'AV ?6+C÷ p00 =N s8_lݩwோ ^:5Pg?{5NR5>Ye^ζ[.cb L޹#=0j ''UEQ-ݲ/2lNv=Sa(IWl|ɣƈKh|-FÆr!$ݾovjyeM&\};ak^ETK[oBve(Xá ҵr&AQ Iv2uhlI{OB\l,{=8g^,!?<F4RǣiI%0hq<r~㎼(Z%I\ij9q◑%%g4ܚfpM}dZawK`Qz88ֻ7V!wRǎͨ/mDtKi2<ן۱J:Tle]NDŵdNpg*޼:3賣}S|svId0ims}@=pRƄ-FKuK- yXZ'n2afk33RaM7GU;W+ba]j$oV~H8$t)l"mܠ?\ !ou{ONH slC[8\A; X)X-PQEű\IzY9.J8u0(1L黐P@1¸dcD(xQmX7w}k*ҭB?KMZVla%u( ?Goy٬Ү?Hn̩LmʺVLOsCم2 ӂ뵕Hb:a!.!fyoų \6D\6?'KO7+Y{\Ua]#8UY6ZըXW /P"*~2\D T<*УǾH'S)i0W6[:X%Du XNη);q8O^e D,4JT[<{Zm6Bm$J4N &'F0m2WH gOK,opt!|BB{QHN* 0cE&&h[QZۄq.v`lJVQatJmaG( )wRB}^Q ,T&ā-jn,ɱKTD0Y2H]±KG >D]ަWt}pfB_ILDNBqY(ݘd^)ONOA*=S"JqsC=g jV'CfPD;> |i*Rۚ*0WkJ&NC.Li0ڍթDQ==YBoz׳Hsgf=#5 xMcN%(Ƒa=*dq64=1< `76!p:57={ݠP<:&&afY_6w5e-\ ĵggTZW09Øѣ7dNGwBxlp5Rh;./GGQ6z.}ǒ_Zh6³2E+`F뾘Yp PŒh:'` +p4&q2s)[R,yK513!ʣXle/;ĈN9]54K>pXhXYӆ;t! Z_FrD{)2d3GYp-8#w?KfrDn'wȏwyr#JD7ٔahL k3G Cdp_VRG]EJ0q%f 㙹Kggc{EmtTs{uߐ#NVY MO4HVSr[gy]uw%-f5V(xM8-ԟbçD _][@,'肹z;Bl.vtq`\:hJ6~P}Q3s(^rLc4EfK ٭783Yq1D(3ӕ?Q J ]{ w֜chWFp9^YW# ¾,k q[\#M[#;65}ѵ9Q h[?mnB57h5ټ>Xr+/SvPoMzh28  8-9TO/|Q={lϘHj9ܸ c epc1Gjt{ r,pP 7_Cl^`0gC$Y8_p1$RxL^K3#=B"b!Ծ~ϟw?-$&(s oc 3 JFe[!%% C3IVFo ?fϯ Aqr:|o v$h 2VmǼ8Zap?;_]S صJp1Y.F`mHPU?Qu1_{ Jeř*7Ğbmbcۣ*V[Nd49daZ7˞i 1O F4eWI?c"QR`{[aPBTגtW $mYw9K,AkuC6*[?Je; ;/͝(YmN LxG~ceqvh{k^qz }ț8 5LMy|v[dP~~Coݶ;Kf['5cpufϛ_7+ h fفiB"|bW#;QBm.>![\m(sŔif匵߹m36"͙=>Gʩ~x(/ʲ }}`IRtsPp3CN"Nլ;٤l䣱v `s飈'X(7z[j:_^w(׮Ӎʠ 46ʙUK+j-x o4<%Q> @Z8бYtȶ2J,PFF"L2.3+@@Fb.09M6E0$"tyS$$;eܵyU;_j[Vwtg? XzRs udh~erTKÂ^&ļ,ޯaxј?dT$~5_f뮆^}ITyꅷ`j^sFFL{I{{$hwW :YYaqJ7b2S09>Kzv,Ey$I&D]Dp?Ъcԍ hpCOOC{!XP{-$9>mZm5KzK\!2BW8 =e6=])ҫO˔HdfIқ2 Բj;vHtX4im#sL>KZGx1%fA cŢs*ҋ^1\Xə"%P-)bBᅲX`*O>=$wr(ꉫeǷ-CK@p-u;HD=\߯pC}ono39)\NwNZt;_pg!Ď${䙘`ӃnC[s j Bo ]ˁڕ=fwEE`jDoOC3aK)g>4:,QŌs&/,EQJo7-ֹ0@jsG$ Y{O@0m=f8Njy؆BRQ,<r,Jo[q$ e+F hW*j!pqp2{xk״1Ny F? =sBj`<kuZJ{Ѓf w29Ng9<1_&Jf J,h ݵZ+pmwb ۰<ǃ 7h[MD`([;V5W{cZ;$?0mzS'ztGJށPO{CbW*;铪|q7, ^P}eM#u[JI9EJw8XjwN(cҺwj bݱ.ga.47IX3!J$'=CusS}3`|*Bss$3_TM6:z'Ǡ=+|7v~®7φޝ2SLG_uY=HGrKdQw]?nJF^c<0YH$gX.'tYFW:仃yc8 Zԩ_?Ad{ ~ьYZrN*!y,($֛jA+IHx(qaw6 n%Vr)PzCޞS2 l[!1{Jv BrwA 9BN2A0zR)]GrWRwv_)t Aޓz)j^^ 0Q-{zru-k$"1 Xc5U&ȿ5=vGvC`~z2UkzG 67!= ROđ6ڳgmSD*lJdj)ʋ.r=^&(1V)L-'C߂^(TIk.b#č[;ѓ›W#x\懄$ \=OLW j `usܤߝ,-z`{ I5%K|R5(0 S1Q_n9y`wNkuD_G6#4j!Y>^mNc\%v%hO肠zut0HAH'-ÐLÇqJ{s779Gvб`bҪ8֔l8A{*q{dYA2\uk94ƨ-.2{OEڸKj?e~$mVmϥY j@_C Z`*W~hLPD<>V]bט;|j5V#,^bDf |$Rb(fB >grsз69um(qxa<'քE:/=k^B@&9~@+k߂eD] x<2e8;oJ}ڨjbGd5xL f !Th{A) iPԶ|M5ӜjUw6`mm ݤ"fHHڻ'Q$=y$1n=Ũ#C礁YY6Ř5rY36F_v|JrҞ'#]mW r햮`R=Tr =̷<=5e1 WO |j!SY>3Wi2 JSOYG?= U{t_#Em7| w->[!ȈA·ny\c}Rkg}>`ռY ^:^ġ>|{"ok4Ѱ>W`N{`"mWqet5%ïI+: =O)}/5{t 3m`ۃn$[]hM2v[td'ֹp`$GBBk~ ф[<ZE oӉGt6`4{hDTV]KgCe"1V[J(\5U3%-J׏ET9j4mM ˓]k]3ȵ^; o7݊O 4͛l?ѰA'z7R'VzW*5<=&F|26bAm'IEn6LdE#LqK+m#|u1pJ舆lG? C7Q+#2uIPα6rwPxLd7WGD_Q 2J `Vv1||SԟS`*|?h7"@ύiEY%%Ͳb>W8vC--`bw%v"*`*U""eN\Sww<]<^cJxDT3w}Aδe5'$bѶ.R,5#b?nRX"zgң \P/QJ=T|BwTɡQw[Q62~wM[(#?^]W|8̊LG8IX~* Ѯ0Oxヤo#v94ϲPFLd!.\%mFX'+T,Lm4f6"DA~5XOQ>*h&5$A/Oy t50Rڿ=aպf0JWчHkF"Ι%\$ z*mt U [3lpW ',tYѳ3hYPiyshu-b XOܓb*^k84%t^uͨ9Vs8o2#>˷nv֏uy5Ů& ʦTulSφrs=sDc~"r?,2c|:'|2f]ץm!cYaܶ@ _2z:ꞿψx %G d50b,hl+-HvI38:j`f aٿYmt/ֽ:;c;fB\}9U wpff:KJ ז}BvX,!k&`vȡA1#HΑ{GLC ~Z>pTɚr$nWÐ(T;yZ>rT!DC:WU frS<>lQ*zC"ř,1- :<d t/%&4֩}T*͂&*SҖbQ:sVNC| ‘(*VG@7oW(?B" us43Y|nsYN j1Z&>?7ivj] 6)ԝ},yzUCN8`ل!kŜoaQyd#A8 {6lqd;I6\'\@~|-y2 ]ָ 8U;v6Z̐A}&iһCl>h(fxȼ~]\[d_Gg9z@yĀCpӽhpVX%>F/0QPI·+|<_kㅸ}fCV!wrj tZD9,Y×ʌNt_]wh;r·%&I?cb|'~==/CPAh\MtHj4MkSᣕrB[S,7Cc0-@/%ٽFB7dM7n͇Z$bf2A͑ A O\NL#'=Ao i)t[18=n.` "(PlB0nglhH8ѹlSOo"L5o0p:AQo~[Lj^Won>/Kx /"0X^OO^H3aݞI;v_^hcUҴ9lۓ iiaO;u>#Ў#\^Do)oP,Sp\ v "E3 B:ƛǭ`'@'ZLVc)UҶă?JA&3Zr)T2>,\,N*&>UmY4DCUC\jnUE$kRc~:m̩a; tF  3l7;6gc[YSGi)$ѺQ/5DcbV貮٫1m76ot(qMk?oȵkw٭W]FjcB(aD~a&b+3FTO#®N6IXi :UasDz#ʰE#hqskv\˿1KբȈ/]u1eNa¨@Ckz5J바X mc#rdاbjiztxM5DH2N)U@[L89b7F:޾zb!q}`}Y%[| fW1Ndt~f( ޟ)L+ 0H&͑^LI bƆc +> VkU$Α!_uO*PxZص/|#s~@O6!aJ(zm j`oEԤrVl24;:2(9#fU<h;ڽv_1o'hR.E-}{+R*FA=_\f`UmM*Xڑ@)r/ڒV9c7k,i915L"֥b{TdUyዙ_GךR.ِsԹf<0@uptphFP4KU,|OHm\̲8AfhQaա*~ا eqDŽ5'c *oĖQDij$yꥰ$\ /oIss4c4<`gqYgh_FG5@hu_svLc0dt">qdz ɼ߹KEaIm'v]AmUe莣\ibő{@1#K:Je<9%jEH9"+husy/%Ϣ@bUI&B,#A` /ۊBG&iS3. #B<@AcAc-zܡn 12_xu -n6N.o٘wZa]#tM!*1(RÍQWsh 9={u /Bu2Kɐ~y2|neߋ73$eKDƿr7VY&Wl.5*G(AwKG_nлJ^$WbtIa ]H?r\yiIŒ)m/ɾ>yD/cO鸬.v]'nڨ&_xnJbix*Q!JrU{WPjA:%N3&,n\[I+{?!pQ+Oڂ~ˌ"n9i`NSFW{o˥5QI?\K~`1 ȃ',{ U>Viz7ESBWȞVJb䪎0P(_S6S=hK> B^/y tZ7v߿n}0pxz+2:o8,g\ø.ou8,C}/ be|_Gڅ  {&umP`~7*_Ǘ1FM)nNSw]^aG nqciN*=(v"~e焪/fdzwTaU/ ]WU+yl7NAgxu`!fK<~90?Ya܇-=}:VTv{HqIK\Apz (k,Ag!׹ekvm퇊$+ iJջ_c.^(L"}c+P]9O UB۵eH6aa꠽#C77'PP"^:h\=@\"ͼDn.?g#Pɸ*^(19!pjtc nj/qz>`ِZ΋f.W{{{c˰KJۋ߾܅Qδ&7j / &S&?Ӱ"$ ٜNRH_5BW`Ă>ӭE砙n|v@9 ظܽט0 eaOn#2SMSա!jt]m9mnsXoXُ8Zء<.!hdl^駤1}s׳+LӺC$ zO@XG>!4?pqOy>i*)\CBLyɔf2ٝrmteލO\w?w˗!@jdMχ(~Lq1||d2Y3J'L]mdo T|b*Daވw0 2VzS| An|8p|7\"+Z U?nKpfcDPibxFz։+ wJۜ5>t9y^A9JuT/slD)SKpӭpev qQEsM"jйn1O@ Dtu|KO #A~`C'nn+Tn{ptt4[LH|HW#MD4~Կ@LWV:|و}]10f(OT'LG M*h-xh./zu @ ( !|1:&J=K}q0%G_s KN2[Yѥl&Ycy)۶޽NI.. ^/i ItMɟ-\U#֡Δ @TS MQŌr҅[](i(J8,0]ѕ ;c2OatL^mgӰuf"thW !mL@DF|^wk9j2a{4\6-4 .:S?P3xW©i{&TNC*t:n5A4&+mƉ[x,f3`X'S-'H2Z641Kɽvk) ^CS3gK{/& ִzA.c|P@KƲa?z`Gd;VVy'9DrLe/SׅUxk6R1;3JgrNYdu*՘M=xgiC1/]}/-l&RO6ġ.JbQꁍsSרp|&n3^tC qk2-q'eʧkwUfF:HNxGNeɰ~c~dh)l48ns?h$dƝ7d_l2׏zgjU CYKZim|7ɫa9kH\1Z*pr\d썢7=_D&t[|9E(kr1 ]ykȜƅ ؈p$tL5S%4sAǣv0-).4:QHA)t@̝%|6ҡ- }7N@^0{,maRu#^nn'9UmnΖ}ܪPlؔ4f۴w]*|u>18~ < >1osnr{CTFVz`m}Qn5xŸ#%!b X!fSmjuo){Y6(ː |1R%!L//ñN{戼ĢWpۆ`-UxQy_fSE?u2*S+'f6tnpŴ#Cus71w='u T<8ަ fTl@[CT#[~F|e2S,c >)2eM( Gs uS/wk2ZMh!juOã}8EoPp Ny51>.IS]Z܋NPٱV_LM9 ǝ~LQ=' ;ւ3{'1ѓh]w//AMGW$3'8l@ o8WzSW!EI3DB8E&LK tI>;L-Dڜ'68ebSX]iv9-fQw-~x}eOf&"w 'J MiH,]֑9 kv9ܾajOw@&tWA.i]w9e2!"Z<'ԳgMR g8K*-_ZS^~˓C5hWmpFS}hU+g`h0_o\f(n,C{Ǜt$Ãoh!>bF 3!{hCW) 2#N !gh㼜:;.Re%xC|2hӱ ,֏Vc#@|6(^s~#zt -_f& E F>B5pJ#z#;[ EM x6*/aoK^0䁲k寤acĝ$ .zh D|פO>U{ ː[^gIx@Le' d$zIp2Tt/ F9vh$<ќk6x5Ĝœ|4_EEYƥDvC 2Ww\}^$y^jC ̖ci4i~uH@zh|0Cۅ$T{A㕣f`(ƲN#{=S 'Q[_Q^z\aA?(T xӒsdhSy5lHWQ[Jz3qvܫot~@=;*X,Zi ̆uz2*kM] Ar[)ʫ❾RCϔŕncC6WlN=4g7fl_2㧍teb.>8M9=1d< tF&n1H$.Ȼ ҧSHggL ޜpP-FfƓ";1"kʒSE\x`$A6aj/Deb\l wrt)>O ,o$0+8dS4!5t\ |WdZ3{T;g~sL0Qb訿?ıu$fTJGQBd@s2eAEj_6pMU'8s>Ʃ6yl+ג+ett]UẌ́jsP~2/\ЋjBle>%NI1<%WƱ,-y跻i"F=ΰ- \{98;\i( ``/8IɟxwZ9mr9E]/;ͼRo]ydqYBEx')쌫oH9(ߐBw W"ӱڪD&;q1UFL Z2GQw!U":f^m@O jp(6sd`l&G2ᨈK^_?#;s[J`%P#SnĚR(/.SrZV` <+}e5Z:+||%Y^[cZJÔ23H{mrvQ-ъG:tw-nrP ͞tfɄ|5'4w tH&^<({ܝa֘ȷ;\]~8"嬢 (*&v )fvLm YpiX 7x ֤*BU,~,4 @rY_׋8\o /Y2gkwL0-Hg>^[ ɃguQzq_8{b@'!Sp;=|&N\ģH§[+Q (α `cSVCd3QDz8e\P!MvC4vC$CX2hE[2cszfU)Ai r*d'sʙ1IN1R;E6CTR"WspfUhXdÈm#/<p|w|Ҍ;jso2kD4lF'[3n^;ʌ^t̮{>opSqA3A%ђeҊX4!]ݿ02O|'\=rAy-ׯA;,\мj:P#8ɋmN ͮfETU#)&W9Nu10XX3QanѓoAp{'aWQ@(g LF}bCŸWU{ Bbͳ*`3~׏gv49u)_UEMЅMDlg>o2]=1daZ'$]xP+u\Ֆ{h;piϹiZqd}dx&2C҂ݗM_L:M-ٜ0|s\=íls&'}XQ0Z4E]ʕJ(S\;YT Y0TOxFcjqC_EɲMΕ:)^I 13tb[IFN n2;ax5ޛ,Y!1t\-2V H NI{dZvwD̞IJ47wF`DmȟuXի%$k\9ЋȴjB~mP&i/RLfg>bAPogwNܡ#!'1*}7<菘@;EHN.ʍ4ev3u$ʂJnvavn.py?xK_|ĺV*̃\N+nnPoU|<'Ϟ\@j*wXbXe#GCoݽ+^EҾZ1՛` [YpG ^<"W=j]UNc3ˬ*u?y_j&-R# rJUBŷ&/ z}WkHbm4wey>PDCR7D/0ɹr;&*V~.rGf6Vf' 6#--U Iũ9̆1ȕ254G(9uE\5bI2:JF튣m1 /'k s5&óͣ=$pY?u@}#`iJ0D,rLjT/tŐ h8b4WFyպneIZ'Á]pnuߍ.O]nd/G>΋-p, !.&0q'dWEV4[_'2S|Ë5ف-gy‚Nb& rM%0W,VEnY^Ek% Vv۟:h=a3b_=oҕ4<}%E|PN xR@‑.Na^\'nϠ3ý\ia#Xtqk0bR|@)l){n M IJis)|V/ճxσ*@nzg-2XUåDš[4Z^z 밄)?R]l:cO@ğ?rߺVwDy CfV3pHFvT@ڭP;|HZ[[,}rp!bw (?AKWZSf yK4\-3$CxxeI\v^a=/VAbm5`yC-[aUMb桑v_L6s}v]vR+m( W*$o%G3x,n& i-vKaRꧢ.%d Ae+=wX<<մ2 ;Uĥv/lhd _[<9v ]iK~)|Wk8Q/W)il ZX$ `f]`?6& ZGt|Feby^+m=^8 uhA'?2Y?)7ۍ.yisGt#uls6eNQ|tCe7vR䥥 '$„:mh͐& xZ9,CJ [釹7jV;59}I{XGiX"|kine0aG*壌@Ս/18Dpsl}M.+6n ٧ Su&4&M;Q5`@Ѡ^[v UQQ!eik '޸y泔٧qxT+S`ZÔc ŹlR'`Ԃ ^>~+6I< A)g0.D:rK13[{>6mRbci-̖q?\bcf-%6̌% cOhwCE;M yEi}[q Lj+k'JCT-U ".{O4 ,J!ƢI9%Mw`k.JP}~%lAƾ(ha#y-+ND͙*Qf[yW!Qᔃn8̡}0PnIl=sXP9ݬOACy@>jyBigq1r@j"š^M qLYrc%+DM"@Nh&?)쌴[F@c׵ZWoLO-Chӑ^)%el^f"a f~CgvKΎ3Vw6w_72Q{J}:JꏠK> ^^ ܂3}N ${Fܭ)@yAܪie ?Yvyɪ# >:+ Oub>jξOa'.cclk{Dgr8Mݪ%ŶI!%·l P KI`c7[i$l°hM#ͰW7hxn]ut45Y'h 9_4`P johy!2^aͺ]7FOk֣ma,V$ƒ{%XTo:L&áʐ 7Ѯ7KX#hM+_Zq׃WEWlGL=P~xH<ѱ[%ܣ̣;HºACڤ>,3XYO7.9]y>+glί'IAyI}My*gܟ;@< \yfZΜ}c&'mvٚ S.z.K۽\d P }c,V:]z|zɶŠhؿ8zgW=2?QlkCWly}׷9Dj'/_!ϝ|) %DоDv` 5O_RK $ nQAY {"pYfǭcb'3ھcdL)qrV8iӁݚ|%Corgܪ!ʷ⨃cgC߭:y52Gܒ} PsÎ9zx (+ 6kHGYhFV[dكN 7 ^$U[j 3JVa\ꐽ;dυ6.Q{EmqN1C\;Bg+iN c$. W ra9|ttJւ;E-qܘGHgXIy_֟VB5y8,=Cz"Mr|f7 Yv!(J$xh[qeK/'R%ub"7FqjddZ@T1d^$n)&_,ΉCE#8sw\9!JlQm:GIvm-t Њ-+g,zH*Hg PKLs2{ ,oM D*6. kCa& {?LwKaIGnB @70 =cv/c"ͦ>$1 N` R??1^{~)+:'?ֽ".|KmP~W;h[-o0#B3NQ uY£L9MG˔kʶ_%i?U/oAŞb[y~6ɓ NFuio{vd0 V׊ 4I6KW5Gx|j{bUTU%})Qv>+ %'pGB/6=dІS-AT _lVШO$I6tOiXtQӠ $Ï[D}RY{ #q=[vfBͫA0~7=lw"ȴ@n|f00ghO a;$`m($6KdqYRꜼeZCQ;Le;d*t6'B]M\ꀩ38@ٺCl;R30K$tcG[uL\ܭ|TPiUX MUDbbۉ$/M?f[c p'" 1p .tG?ãXBw@&љj5 7;`OKYªuw᫱Hj*{Pr WۏL_*p"j*ISyaȠj %:,Tuc"!9,lS#J ewwji YETi&5/,fQȄ Ƚ={A7Cx T/{0c'AoN uP7r43D@*ir;Gua)C>C@˧V0ļf?g{ &M>V}- aa XEG bQn&H%Dq,i4+SȒL'Tf@k 9WT`e6qWM1[{V$AFX\PN(ʉ4ip| 2#>G6ZA-IsR U:CF` %_c0oS.;KZ'G]j֊ F?R'w^0.SR;f.e3Ʋ(li s5A,##EWX#!TaaBko4_;6`HrVxWyRL ]/YȾ\OYĥ1.NcGeO"( G4 YV`-7 Gqf4v͗kmH>?F˾J =F ̡oBVFV/ WΪUS_5RPr(?vLzd$I#4 rߛP~J>V}ˍVL;,bl{ Uӣ\%\rDX aZ3*}O \s!Sv}7-Jp;VEU}+ǁ[Z=3U@BɅ"=*.d6v㱣/{LXsY(\ݛUftoϑ'p l`ɏ+nPom Z {䠚d/Q Uwʬ)&€+ [heᰯrɔEE o.!' hrpZ' W\7OQt!TсvMO~ͨn0SyQK[ ![cP· Nꇪ7"|ǁNc oKfgLER-Ћ*_< 4. tt#rue֗J)N(je9#2g9/p `eKJ[Q\:jKٴiKY0FDҴtRV'$&NPSܟ$5yUd8Op8 #Ѥ3JPwuͩUA3ܦ odJ65JgŰH12?4h*t3kHNƒ[b*% X~BZW^/7Rk ``_Mg8aR hn N[q[љBgQ˺([wk_^U4aQ|#631qѩԯ26k504B[d|u[GD[8i0֗W<]wm6"ʣ8:UmWefšiytQm78|'(swT§]gǏ86CfU2Q <4a u.,l_^8R8#(eeIQ}i3:%h,XhwFPJ! gXNsL}&q7 "a'bm y^u󼀼j\< ^[GxyRs y^C2KO|"}To@2vYu{P\JE}Ȝ3HwJ~Uġm(Fn;@Iut!bᶎO{ʟGI(vw>8Isb\A.ZO4#YFoWv&n|/]Fd-@es=Gz5)Iy &#7$B huc(oK]bu: X`p|!O>:̇l앿QL\c>~˼MR$shsH=xt~$Rd_vqc쥑>@d9艹/7abJWhTavA$R|헏u@yp?6c#I)`{|w H,)ՔfHN(x*15ΘAMR%FI5?1Y8X@00H@9K$u=5qqERtF\NCµ5V礇079Pm~}WvSԘ{Ʈ!X6&f^A63d}KWc) 9 !l|f ?I {3PF_)=V[ cW%cl]28ڲlI $Z Z(ȼxz`<""&oV=+UnVYPZS9sPyIP/yVT9k ro*xtϺ3+ "}!9ljrܣ([O t,>ǸĈpEl} S@@Bɮ+mIiON UVIhwۼ\5; @FF+,};J*AK/p6B;ϗ1GVO[eKyzG< *gdTסg$A5=`nv/͝8߾dΌRKNeb`;B\s^=BYLM㜈?$F6UEEn#*evys7-B…g [ўɗLޛl XC=['>y/Rgj_'ЫMɑz,<@֡&/dvT-1uF5p& -^W[X\H̭;ܶk> ^4z YjRNNnz*RY^aXuaB qG$|Řc Geigd>qEj虠IV &A'eS[uc;Og''b7<6mץ G"!%39TnEx~:ä\)Ap OcAi%B?zVڤG 1y<6*@xfUFk)XȒ]/z*{fWď{}PcW[?ZH;R#1;KxLmc~xNPuټ>G K$^&z]06ԁwF@wLP yЅ?Jl^EFG\+yt2Ï|o+E+ؾ-s SO"0o3Fn. b\gҴD!$;Jn g?E'xf›tjh):m<tFƜm/lqiX@"7G1r6ԯhh b`?I"JM3SS\5 u'Ф;j?ԭpliGС/˨jssFD律PQkS-W٢#`hf]C槏V"eV]c7oYYF .0sV[\L#Ѓ" )?(f!"@C` YU+vUC~flK:> q  yԖ& F𷒫: KeNн\KRKj[HrjW} )pe+:4mU-,!&~ ( :y\ 34]XL5h٫upϲF[\k@/ׯE^1w;6=9{-=b{mCM8߬d-* Ǿn*h&wM7bj +1bK兘.k (g!sPclH^80&38ZRqI]݀; W%#]Y)"l {}ET7}'ݾ}EaTžO?wA;᧯4NҞjq6Ϯbhs9rL]8ѻjo/(_2.XKg}45X G3C V'r3;X,v[)BίWqTԔ]Cmc辕E@mPdྏZܖUy>vBOSZ +urh/ iPg4998:(Wtf5˸dvR9nlyh}]i]u}/H)+޶$L {e#x B|F.reqAʼ:I%.OOt7 6o(|˼9Tpn y4k2D:_/8f[:5 gQGa3b$拱 쩘c2. t{q4GHj.ҟe%D{./\~!᫻!y 薽f+==M-"Z>l@]v,mr ԛÉ_Wǵ$]4 Haȭ y:`4_5^npa z ;L Yu vs5ڍ9"LO:Avʭ4M:s:)Bd3 <f'];7G JTy@hTYuPnא7SQN,ox o-d?{p8ޢhږJwl:f[+u2tpߠ~G$'m\jA~75' Mp.Q^Bme_u'@59 fi&4t`O9A; AgE!VifK&WDnOt98!ڍwT(7k6m $SHA/c>])T.t}¨kHT'4,n7 k$a3UT$4ql>TaGxk?\sNQQ*)`ޜ67 M+&c8-J- H_Z(*S+)(R40dvaGG+6X#BLʔ@ϑbLv"e+ t N\z ߠ:7uQ)SfW3PX;~Ë́X|fE; Mx7icd'z*B'υ YۃKJ1*]_5ȧLE0$!l%2 2#%zYz3XtJ cx?ZkMi:AdA$B0\ЃdL`RJ;|1vm;뱶> 4|6B{f1+eX 7&4Qaؼ? Zu9A!4G#  Kn_|2L \ՖѴ}p5tcld*E7RVqu+Or@@Ձ0aL;yh0L-/&ryAVSYd=Un;蝢]sO@?}DI* [܉->&NIO{26 Ģ&eLQ;mqw{]bq!s$m]i֧-V)j۪鉋 %D~pf2<% Ԗj2>U PpDFeεAN$3pD0PR-an NZ$uґ TV՜7_ƈCף˱'4tF X?ʚTkdV 5d( Px¹L!yϷC4ӵ$0to G"h:8dA}^r.M|Mo)Ѭd腬ӿ&tj -+kT?kOhf-rtS~.uZ@[c.`< V`w:ItVD'!@,0жO/눽J\l^ 6lGFuffZl$vkZ|f7\I5P%zW~6[g. vgꍕJ=`[+uHfj-.-4q!N@=bтyP cO:n),ՑE *Fءa Eq8ĎDynoYr]+UvN:0H^X3t8AT DޭEݔb{ qDR6LV|3̺|KYVhU*u*3qfka5c/K1 VZ6 4QfSI/sjF](?7Gpq>ƥIp<a Uo+O:t~RibVՔ/ڔF4^)j x[qGۿz<ޛFll>^ЙJ3(¦8,/w)$JԳm8'Z5i;51VU 0;<ئE{*j)Bs)t[4duyύj4M7'^ EsaĽ4W-*&,"WXj:$K?V ר͂=.Mj,c3NPn,("fԞf1I_~wz*"3o2L_ؿ b ^!gm/o}G)VFcU1ç2fˆ>k^eTO,†(UL#0Es,*&Nj]Ǥ5ٱ$;uEf/H!CKsnCݝ]0\:==RÙQ@Y7AY>p]/_;{ mFcY?4g/%h:LahZa‚% [˪aie3TLzQA i L8'=\4wq%l5kv #JqJşŮ+c-QRҦp@^i&kt.h,he~7%{-Q3bˆeo;TL^b;|~l bBÃ2I0z@Ύ܁ߒf~^:Q_!8[Qx{S5xo2- ]7e^|vlX;@mM!3ٿ^5֪po׀!T'pYxq角&*(@^}ϛ^]n%'ggy_ e3vAJq8/"{)4b.^6BsMod!dǯ?CЭ돛>.GW߰62a`EKriAF ~$#QzC͑8P hf#'@dž)4 N6R.WVƠRfL 9LDy^7q L+GH#YbB\pt.ϩ4i :mJ_~lrrb~yV08=[}U40` 1ROr'9^7uQ/4IbiVU8{t{QNZN :͎˅*mƄQUZ_c㲸ڲZ>}T1u!iQjs[@|+^<E z*}6]j'x} gS1b^DÝqst$*f o>lUNF$_t˗|){rVQD67-h9@ ]aKOf$0K<9r'| <Bi1auxKZk3$:wCʆJ!@`/FtMx)li k#|Z9bEiZ볆{¦ġ¯<4Fk˵l\ʅUe]E1h yM1Q@J,"M*CV $u\5& %9Fl¼(̞߯t3JyL ewz_21*M(!YiHOXS[#6Ô+q2.*FlddBe*~"bdgnjD6s' NZ9 "@O¸D>:ϼ +PPMK_aG8H[pd",Wm`t0kVNem21(2'7L|@<(!AdʡHP>e&KPY|e>\&e}6'>93</(lY0P]EK W^:}< y_ v/AV`La) !Dn#6@!$˽H%-_=cqT_Ƞ^W[°0\`/|7Uٙ9\5И?gܴ>Ьz@}QN>hۢ+ngCW'7?k VSױV,H怶nBE]݁S8e|^Ҧ8b2oM7=3alCnl/pK 4 v<u:^YSy؏c WgQ$&(xB:?|G5S'~4Umt8F]a- 9ĨeLkG&eLkt޲R#y;t= 2_NG#6sDmm r<&{}Mc?%h~i˦+IEkKWcQPQ-G4()1N`NrtvY̵۪]+#M>G9*Ƕ$G;.ߞ"ghaa3citޗN>E7 DWi,22 "N!?5g6HeQ=F݁-;])כl- 4ΖxEx!V*%ǜtN9/e?<A%004*%92J+\+|rs %ef^W'`Z>x F0{xߟ =@b~MpNSXizlNmcVWS`Th4c7x:p UyX`9祰*4z'͢s] Ǵa~gy{Sl!*0߈ \5;Y.aX9د+{|oΒr2~XzoX [fI2uhL-P^]\Ks?WUXΙor=d^(4 $|IKlA2`=f'e'Ym'줯'XcJq4)6VkEjl7iNl=@t̟AJzP2f;ST8x;[KGO5KKп)u𽊤Y_ZQ;t˖ 7g=knPpba'HK#bq<RJ[y.sf,[,g޿0Pȼߖٱz657ݘ?![ ]?q2Ȧ)lݨ\&$:JF[3eyl*$hf+\qQ!Z냝ςa d92u TfM\ܱ(*n,S4ęI|pc~n2VI!9`a{͡{rD\w}@⩱ swQE0Kx@c7ɞ3Dŏ&t7` ߩW].Ď~ȿ05Z2Č9n8wޞ[oϵ}!;IfoiD;= %gbh(ixڕQ6dhso@ܩ(!h1R32 7K@GcrEDy֚WuEq5v@]tDWQK4'P@ƅ=yG5#[Wïp_@43ǦC] Mޛ-8l}<xPǡRh^ke!>ӍlY!$6^ +fodÖ (I'nbu1L$d Z#t8Y.p۫dcLrC`eo-g-n°G%^% ֛ )|ÈNl8A,ņ<4f39FQ=B͵b!6$$I|:A#@cǨR!PaOlYYUp?'DOjMoσ=~&*!2G)m݄bB Ԇ_*KK}M+Žu+PӀ&CV$t/63)߮֔l^2eNk(j0#٤մWQKc5:T ) \eK7mSP77Mb Wv, ACk}=BQLے k%z?ݾe/h98*K(*+ؾtRIP|\7}S2i@#Z?s| c B"}'[=Yx sY}M ) Ȯ@JҨ!#Tx?&bF_qt,k]S;l UƠFSL%Np7YO'X!(`+L16XY4@Fl&(t#z1qm+{t%gɓb>"7yJ_) HPzfSH..Av]<8RkXIB̧xm' pU4-Ν/$)#eOV1ta*N>%NZG4'.h XwCr7ޜccp4ˣ/̃yvR,V}^Hʱ (^}PE\WX;+J}*UPJ&h?g$5"De8i@800~|JBCu+w|~LWS~.<>F~с|>W!b>,,詋 }2gG@ 4rG'f ")$-wmY,w%= ~]yJ&rr~0:g{mas)Y5~LI[-lpes f;J e꒸hRd~h{g5MMT=m~CVgXvUe <9jUNx򇞀czhO6KLI{H*"}GrJ_2[-uk4F%<Nf*[Rܙ9IxƨY`jBxxigՠaC.n޾>ƾZJ?6HJ^}E&/ g=7%EM3쳷 eM k9Unژhoedؘ  \<:eo݊p|1w2P19@?ql6j7POOꅉj=52E]qmwHmrSH;?d̩Y--Y)_M#>/ /ڀ'N. v:T$O}?Ո'! /_VukКy ߔBLBK? 8CT(G׬b/|_On v}fl)µwU-=Ed\]=]# 7`{;0&K*D݉#h{l2_P򭦽l+`5KPEp\UEF S ̖xQDi!cj\:6=sOkZ + 1Ww0ݺ'ztF"p5amҋ;=OgdR= @(jKIȎ0rҞ袝3/Μ/OH7C[WaW,3F4ū X~>ڑq jW5o(q2]KT㶩snҡ4mv2TB6ZoV* Kd  t0 - 8 ؽLqgfjNmV^.aۺF2SH>3>P[0w Wcv$_$ET=ˋ8h]pי8\}6gzOvqJ3.?Ztm{ +xԗQ7Q feĕOԐ,b,\bev5ڋݧ3(wwL9\6q ,w\LL( ZU+8LdFkFhf~5͸ Goޑ[Vګ6u[Mk6 ?#Z|cvV 0͉XNՙMӰptoE-tpa77G !r^WCɛnӿÐ_Moxt`8!Je)!Vhnt^!O"ṗ>D8/u640UaAI+}jK^!;m綍_Sk;}3g27 A:Ua{_ҦFpo'[(_\W7\!"}P4Hj%I]Y9A|M9bL7:~y`⊶{8sg?UNJ۫IMZ&7ꛎ #Yk4jEzo~SQR K5Ez Jy &]Fg%"~}uLMg| Lաn1M֩X60K ;uͳv K\)Mc))SI*eE*ߙ>Q+C]cR6wJNՄROvazJ1|i~Ɂ[jix4ߦ"dkSݴإ\Ȑd+Z+^ nﵥI{zU`'u!m2%!h*Nq93駫LKJ["VJ3ׅO1W닕Fe]&" OMRs^>x tY|/"lր]cQfyyd ) o".)s%KC Gv R(C`ird^5w]DI q2j3uvڲ=#!R)j:Q1,ٿ}+_5 *!H;,RzC)li!Wkl)BoLN _ft`,1/l2Ci@)Fky]@ XZ" +cl D{pT0\.<ٮP|:U2WE$h{j#ƾA_қ< &0']h;e˿oB6^h x(p9jE?*M[)`78?2 5 qL-XϽލ[×;Ƙ[56d *jYwE'ƄAeK5F4 Z7]Mbqa 4ڿ-k0c "h.k@*E:ة(\!W=UrSȯ:t?; {{F`ljmB`0l૶A]TrmK/: mf0h^ʤIO;&[?`Fhmw`(ԝW(b'Tm]C6(zeİdƞLJn?Q77%&>i R'~ L!dJ|J׮RCaSMs.299x9fADO\fUfI3C*m}TyXl%5(U/BiÁ` Fu$>;\uEQݻ5߃Z(`PsƦ> Ȳ2ۮ7=eLJZ/E/ $<|.+ٯv{Cto]:m~3\'u\ja>bFP*­5φ/pןۥ6,aWAuqnH5Xvk9/". :\(DXw (/JW(; (cIjm ܠgC!wlb!Ʉ5ی*ml6Nz7 @o0b`$\G\`+Lw8ܷd(͝GApycvz+eNWw)GLrZXdyI'շѦD@~y!$sJd_KWVB e3q}8#eAWʶwONHLBAxׂ1jCZQl{¯}qE=/R:TJS`ufI߰![v&aevڦtV72'@hY_ZhY O$>t$(ҌļΙ%cKJE8c4'ՙ2`Qx4Y>;{/?:* R5͟7eɗ9{BHpX qLrLć> o)`ņV9[n= -}SEAag(FL_vOar(Cu|km BUfpFLh5dz|ҧ ik"fk^^u6aɫő xa:wy1cPrf",ꍛek[Gbl^K^𴢝{@ErѮcDhoEӽ◹dlg ncטE| ud=RF-OM~{1~[|qq:c\V\sk閪_ = T_~pdYJu/{ J\7E)XM{Z: UnEa:|ɔ = \9> pw.9t1Fqs`f}5~ϯ>SCv0@ Syך 7eX m>STby2ȕ $r |ArBF@=]5o/\T|g DyBoMטQ&u rZ8&j!O驐#gtc†i8k^ֺyf}"(E GqjhcpA X&&wga=ҋWf`lk|Y.QN)/HӲ\WC_R/WJ:b<؇1:\~ک70voDiq2R"FjPinJxu3"Z=}ajDTRȎeƯ_8>zېDstTPD i)ہОҿݗqNX$˾_뺹+qXe, b8 qT#m$eO;YtF?Z c%wym &~5*˅j[+mF8h+Tԩea14QJGN )ݸ{9[ g[Yn ǏPAM^',)=Od^V3i.Kp!#ooS,ɘCV&< 46bDڸe/*0@K^|tԲmp;)d<SkG0Րg*eT'8x1~7dz:T?-I5Gyc>(1PΚPjJ iQ{~l^c/̶"XDns u91#H6Mk^~WmsxRH0%ԩy!"m@z/JYzIߧeZAjކLь`JP Vb2$Lt$1K(idٲޠv)+jjJwy213--"'"nXq.=s))X-i )alP8areT*\敊b[mnn΃IM#2L7l2S|q40WgPf-/|&MxKjǯ ڻO `(ѕCGCqђSvms-6gDt| 1 -N'~Ƅf-'*'}$7w]O';Ի=,{hel`s-~]}98nT&Wּ/6mt3=dž_OP '_)U999 ;}&֍T.^utc !?Hd%/aF'Hb=*Q9#x A+T['{Wkn!VD40wyN*k_Ѱ,,G ƑrR?ꁏK} "OG1|HodVcgAq0/d9 2YXEEt[uff'>J>ZwIAAEٕ:ܔf6pb- VwV ZEMݧUn L 7M.cmc T(?>O+xx^V$wLc q$ tX? \#3o8h3'#? Zvx68G.vw4N]xgoI Ex"[Уt"9`_`9y} '`܇8:1cn%U҅jИr ZBB#lv88v򅉞ݦ D%&AVRU&2ƶ‹W.3bpDY>MEJ|8tʌb*rUqJsN.n) CRvM-V獩 E&ICkۄ+oSc[wKDf;ж![ɚ0C&ĐtS[f;"Wk86I-w ^%[Su  3)]JRl %15#Fa0slٞM0HמoFh[X|E@&:nZvq.=g{;G-}|lwɉ>YuoFkjCRo* rs[wvGKqI *H!mۦdp2ǫӘA| )Iq/.>],Iߥ XDgB^12'KtUFBD,, }V9O qRR9z~9eJ$k!֥L]nd-rUh7 Zs a_5JYU+0 >U(esГ}A! ޵ׅ#_;JB|xm= F_C;DcZ3Mnu+j_`/ 7A.VK8f 22AD)ceaBg .0Z6+6Uo{ # b1U*W'M81bLl.E_0no!RR*kfo}xF,zxԻی|`o#I䂄7bPAiW5dc긷[CEAkQ9{H HӸ2o]zqRI 9zӫqporސ8*IzDl dyB]BԳ-籎դi1ڨ?}=U; F)ilZ2)%86 Y1Gv,l?ɯ 7: n?ㅴF]hhwӰ`-_3!fQdǸ $1wc8yQJu]VT>v?85RsҾ*19Y7{ɟkI-!CK0::BJ DRkVcǕ3A9moQ5M^\4Xs$zL.+~m7lgVs ^TANsk&duOPC"0)b/fL|w'[k60?G#1Atטp%&1̏nc.aj?}5k jK3S|z?WH(`AIYT2 D^>Ins7bfP#Ї"HvFw"رd/NޥAP3*w)-ɣ\/RP)\:C~ ndAvU9@#h{:BĊ8eCߒ'> M*9H:P `FxE'h.TIXZNx11&ۄ#r5,7ϔQe%*NQ루?r>{XZ}.|ߑ1RCDQlypɣX\#;G4nG$=s9ЌpMU}N*;wv̓}"w^?irs>q6r<*Ķ-7;&U0_},׀4H7qDB?QvV5t4EeyyyKq\|ER;MbLzG)2 56xA6BkzD@>zdGxAcrD1ʆEsv#QHxPy*HHW+y>L⯀VZz>#\ !tO* ~ͿDԚ\eمFTzr_Uv(nD7jwFvB@|Vm |RE)2: d $\^`t􄨆$ﹳ/J/ >=ey\^ 2Հ{߫?tJ̚ysXHST/L ![H V{+1LMIRuڤǍSR Nܨ+Ufp(ME,́'(/qܷq-ؙ:ݾM"z 6l/Ŕƕ8_cҬJ'jYFaRp.8Ů|yXFuK5S+B*,S\u7,c8=(w@Y# Uyz>PZ⒌cbޜa9Y7.,䗟^?:i]0/c6L4-KRßȨpu.ɳ<7+Z_ f GK:_l3 VP 3\M{Y0d\?QK g\ ;ցZm(WœKkr1@ӈ<5q,$tf{S$KeufC:S=HM/TH)"Hm.?0O瓄ikb"!-ؤ|J$%Q_ }p>41}0JsCÉ_ 'tn(K)tvj5A]uffU Vvq{y/V5b{1wHCL` 5(V~%ÖO,FI}4Lk{buنGq#)Hh=Y'w||>c=ɒb8t2Daa0/})SϐO-{}Pҗe3ryN껲!ggE"M'D"4HsgDNpזh[+mH+4pY#Ш_M{RqWJ-$Qo4\l3Sp.:Nuh`j<;hZefRW1DGځ%2q2v~M'vwWr7;M۩sF+$7|{5jFG?Q|W5R :t4/Oӛk҆MxZHU42AwnW-ls&jO$N`Â?e4raOaQ e"8!kS.)F7;FBQx JքJq,s. 9Q f0dSP䣟Ԑd\s5y@> ‡Dz:0kCCKA !3F1!dmku-Dom?-ESvFRS;rq$d$1Af7֕E= :?M367I[5%a|nm13M/Bay@[x>)5P՚ڞ~?e0E9Y ^E|)5a-͘;Y@ I{6¤D-aڊP6h(vP ִi^/P,} #Ԉ; 8(Pɢ2ymY wZ]q.ɑ/w%P(0tJhT:_@#*/GwT "tRk68]=c} q#tpܦ#̩J6*I\xW̑krQi3>=NnjKSW5g=6S}͔U"R7yG;N\y̦t5^ŰZ~>Ots7ԂkP[_?K3y(mi1Kk =CYip<ovsqU߻ٛJJ |oXOf -OuMb-;] mGuQsOA/|,#J8Zk쩨ØOxHwRCNsz2 W;9\`aHqb%wv/ Am9 c Kڒdn #a6vINFQ'HZ{@o ~F\S{HŨ{)$⠻Z5œ2~O4CQ죲ǩ0X:ejd8]Z.ͨm2MC~,M,s xf )!/,^ڽF]qK7)< !J;KW7ۈ՝Z֦$rN$aTdh;k7D&Cp87`8%GSos1Oqk~MCG1Ƌ+(Ax@\օJ " L0?瀛u`V+El[%ZiR"CDLLǒ!sgו kK+]E|$$\#D C˻eE܎giK^8^w EA~~:02Ͻ CD J'LH*P!Ñ] ؙ>gYw!-{u%!TILڵ|1g#CBɗ:s2~g ”*3\]Gs7>s9RSA6\jT-@g6\ЇJn_cƽ)!5~bW=%Blm47DhO' j K E5&"熱qa͵W5Q rryvf΁^ ݋]4v.}=O;p/eNzgs>}&_(ʆeZUb|C`و4~CNj²ߤ_CCQi]^ R!تYA[ PMj<) ӿmn{JQe, [cQ٦pI21Rʩq (zGRF,zp}M].v9bŠ<>\8((S%jV3wXJ dWX[n${QImuܐL !9q] ˁCFC1/1Mv)CϰnbFb%>')7` GZȶ/SaJYu1AR!#$E#xDm K/ Jg%ޣe19 ţ]?{w%̜C|zc2ų>)cfLWGwA+2bxƗhLoF QrK (a[ BP ]pȌz{%=8f=s ؤ5xF!Fy]mΟ 3ak.ˡjC.7r,b8p{\~5wam\pL© d\_Gu9[5jb+Rl/My,xDE< m DX^5 EC<_wg :JC6 y(hwbOQ Ng!gH 0*Uh&%׃ )& ~*:(]Ẍ́p*:yƏayu@[ؼfc B3$x̥cR7$8Pd+ʂCݶW3stY'bѣ;b~02&`çKx{ 4*M+IwsocF3&Y?I6U{avT DZ!ڙ,fsP *̨p1axdAQ6 峳Ǡjl<2$ X[Q0ᡬK ZR÷Kkoc%0T9.Wףp}]UwŠvyiCן2VXW ȗ XI˩828r(oMI'tkS05>7Z >34< '!l&A%Do8\ůt'z5D/ӜL7ڙ"+n@'=jC" $ #6[WᅋTS+~JWes H=т({i 1GJ77?Y:t[G qL `qjـ:)Bn_㊻z?!+Uvi4Vs_DId $Ʃ{x[{K位OemݺFߕ%^o}wR /p(OFak@$BIɭaSbRK޵c bgYá; .r;vv-f'㓨JvrhR3¸9^h?U\A|]Wk`mrO," n wSظ!EO.]! 6MN5L$|N ɩD%'8ΟնVo@V EZNY"m\Ue3.RPWc"ps͟H >YV٩vkV-2_QSQQ%s 'e/^;NUg9% tꏸvN;*&/bi=-;%twx`<@7`b:.3R!w̲ŕ \ B}g@N-F se\:I) ¸ p9Mu8q~7J@]qu]U{{>*w ߲G Bf˝͠=WՃP':4M;«OPEh?2`S^锦 q@FfS}ff{D <4½J@U~^ T(gs J\~0шFitXN_aIg\JKT^ ؿ<={E\{&g^qK~F^:ɵ> ꐊjEe`5x$ت-ӬbeHOvRi\gj:2zv=YsH'G}86/mi"\^ņ1[f Q~hD]} T-H>/uOZ `xcKR僼5@BtMjzP~xShB}xAup~  v3cXaEsXuU GL@ME"K(By A NӒYO 1v=uAPhiOml G>7tz.),>*hAҋ)E4?3nHj0 to*Q$"սc(:e%]-Bm( #}]6Ic&N>@yW=)7<݌GOW7ta͚.{s"F3hYs\^IQRM++s7HW?cW:{h>'Q (J2?# 4 RrqECk&Q|6{3%~0[ِLȒEx)@VB)@bAEK荅oѤH(4j 'xEEd~Y8.X,\pZPrgV/KZ]B|a=v܍0M };xF̼ `r߇WST•p !ޙA@ț4auJ4}@<@gib!+쑄5$x撵3a/웭[š[ ':, 8T4mu֘\]vX+tҷQB T.12o~eg2TЯaRx?(!$hpnp"|N5΀7Ūk7a#˘1)m7tQ݌62 Ld#gB=7(74'P e/O}~aHnJijĝ}L$uXcRzTeT KH| $@NrokJ1ucG\2'ƕX7¸BO[(2 5%Qc;H[V yވҹhIa:U_o?l?b8h25|G6SŋRl*ڴ\Zb z&.55 _,V }\aqUG7Hw=5rؼ7qdvlo_hC27k%bs;ŀnP:7I0W4_`[+sgEwY0V<-aQ+0:Z@WQ8JC` ϔ8-S]>l)hVm%&yb9R'Ǻ@a(GࢱAv5܋X3ܺH6vf`mT'vIDy2 OD):)\S d|4e{/vEt]ܥs}&]{_=`4f-^(4 r/0I%d |ym 9#(T5+i1l%D4HJ6GwgߖRހ MMd?q)"8zivCESc pt63 r eq Cem\;>#J? *(@Maq1\0l(SGW˶;_"X3FG;@# _""㣂4 M<|+:쵓&ysKu VSl4:=_uRv_dA 1Nj Bl>PʍԠP&UMfNRϐ= K!t*1NMI9c)h B wHZ=8(P`fȾ5# "0$-k^k ]1&k s;}d 44v7dCHSiBũ-I7ťD-,Z{B!MADP"^.,IU¨2W&_?p)J_P3'v ||o99agȂzڋDbM==F~)Eh8pDkʧ Ϗh~Th80 !3UX;5SYNE$᠄-E m8jp╀SsV; ()e\/؉XUKãHf>𴹀ki!T5jtM`7Uu&пs:ιxO͞~![9!ɾ=ܒ&T~k0q)"Ѫ$w[]5OB{G5R8UK/qXSN5M~$/QVBץr2o"8|.B("X.|Kﴹ<ϝqV҅8aOTj.$ jx{xy2/(*]rAyho)*n\^XQ1@XrU9CHy`"8 _) 0,~_}-F)4h4%Gl2:}t%d2@ U~9/%݉Q]B!wNPNFOݚ2hFb7])6 V pjdV u*il}53"ϱ}bM߭.x44JǻVˎʧSwsic jL>4>F fGaѬ<4LXL?m 2?Ҷ$O׼ݚrO:.`Z 3M7qPzc+JfL0RC,x՜Ù_LI>iHy4ヴotPn{VXDq~O8U޶'|uZ_%5Lb.ЧlK/pMz,z=IlG3:bu˂3y}HbccRw&CUxp?5N{A"IAbjyH3}s2m9(0OhTLKN%܈)F{OpE$>B&~mrQkf6ZJN(˺Zg-q@n>s4w5 lBGRPׇtI+.ȹU7uL"+'ldq];O iu+egH^K8EN];vMk_f,=hb@E9?RcK>m3hM,@F$sNGW[mn.>x]pvFC֐(w\N3OR5iFPW7hkAv* D!4tlaf)I,g_Jn:H7t;sA R- vq7@F(R/ZG9m› ]p 0[-A/@#g8u+(M)H(,Ov];jY<Щfe)>9F_$mL}n96z!@:YW(븨 }d7TI01eXC{Knd֔I熎{B- B%=}oF䤑Š]RjC=]YB%%OGB @]fB :QĚ DԈH8`AF=.c'i&o0+e!$!<7"&.oF:IK9ξ ȹU6AX*oN]z<_ $T7]]D6*0aʲ9{I?Ѯ@8icdҩu6\  e,p2v33F%i-F\ .X+.j˺:qW, [)O:;d q0n͇ .P^ˇ{7Sp p Q'6O(y#%A[YpH7<]'OFQ'q+~ȅi#BwZ0W($7AhڡZH/2 e<.vI_RC Ÿ7%yՄIzJw(@am!<.gV9MTV<W9G|,3XD?7k#!;琳'bT2Ħt;Xqە~XӊWXK@^SX~s0 HC4׋n9MޜRujB}Ût7?E~mpSh0R9t DKKm2F)`de?NUjKHp0:H$xx{2',pXtK4Ƈ]ۺ`Iw (P(K J{w`kd']s'˭LIoo<*뒍"cz(o/db9U7ZbLe_2x>q˧j=$lHF=,:/4U1j)?eRhi6v^f>K|)qWԍsog(>>['Ho]¤ N4=6_ID Vh.B$á0 }hЖ`lbRyr߯P+@,QaRRTv 4Q\I?c=WVvhEBI*A'S[UyB I177e4ƛ^q'FPN]BF3ee"'G1$[̓-6ǪC{@|trAB鐃4+Q~EE NI  4+%uM}Y5axZ4 ۺ;)atXsm:s#sNt#<_-Sn8bAZ^wwݪ VC%Nn\~ڸSr4' <0&:[yCPs/J8ԳCg t}KDXyWUZ9mi96#)D͑LD\ Ie$5D[9MMR"O b@z20(QW=KC>Rba)Ѷ:Q 5EEXLW8ԿblSAoe]K+KT<x \c8CW:!Q>gNKE::q/@بd/s & 5TZz`L3ԦTGdK#pE{:F"R2)}PQ 7)e]emo{5!kpJAE@sK8 ޹UM`nbm*qSQtKgPsẽh*'nVUX9كpɀ:p&[\ϯ+ ٮvy Up= "4<~E뉓 dJ(?YƪAcd:,zqHGaB ޙƦ LeE$ kM4Ϻꃻ-{dw͇ bRF JԱw_{{s>i=#*NÆݝʫhi5&(7>UgYmo`^wiq_F I%[_˃_Hm@GDov[DR/;9ঊ)8;.Z?I *;p2#h1|PDSH  eBu q"njqH |P (ϙ-;h6 Fa{em{Lc-|-yAߪ E[S@8Z>TT |[`= *۞|$%9=PNx/ -`qs?cv!]<9hʨQ [I9^%ů7kʌ;tt]7MKGc4+㧠{/ 1-.4Äk!B'<n5ޗ`?aG|C[2Ժ>wlo \F0׻ӂ`HRuL7K'W4d8CxIm"fA%lg`}gOE|3lhB,쟯J$VbO=ûK."\=$.k &r~ 5ٰytLkZ# 8~J[<^!tB(ye Lw,r z`&T.JԙD== |hTAR95_/Or^g4HkìƴՍ  &|fc HxJ zՆQ{uZ$H:uZ!{65^[?NH6_/P|" հTJgm'Op߹9򧶗?z[ɠٞ߼uV)n.oM}̍q-*Pj 7?RPi?Vxl8|Xn\ƚ16FSʛ USEwzMWv1ϒ:-UpێǪ~4  pkuXFs50GV0*nh/1):8ݔMaύ(hZȌlyڷM0\6݊){E',  9 Lb0.mÃ]^AN+a3-u3Q[Qѫ5_Ybr&{mEU$.&cw!Mo_BgG~.Ƒ7R :0*0{*e=vRh\UZ6yUʆ=#"8aePC_~y/Awrcn_VdMBf"U7'd\'|m# x(UW$ekt1{ u -h5uӇ0 /A`5Tfil]SB!ȫ/ğp5XX時C pK+oXA[UF9.]pm>eUgKof4lrꄡRL%wei4C,)u1mjgR%I5fG|1>;{ cgICCP]Jy6@KRntqe]?(ڗ%aN6=Z>'r@\f־Al~d۰G`Wi4J,}W8zB-Hc7mh݋r>icޙeΕHs &Xa?~$W6 h?yAY,څ5^^H ѴHRtYpLo"CyPm_U@ HCij!yQE{ Lj-!N Ψm!3>TH@q&HG}d*oM/>R@]sBŘe0~CB7L9ywMqf{Y҈=Bjt9Vaײos(ȌS2O%cm~-Hfܶ]1#qO &DfbE!o/Gaq Wǂ+#hD7ZO᫑\ Mw|(}?"G{;X@@J~3kn\ IB+.۰k\ ^D\ d1v8y!QMEo@Lm +6wVT2ySUI8p%7s["V#Y ͞{3EF(esn^?[Ը{TC `:LHZbX. TooT/W`F'*  / BV w<㖆Zd|;!BAYBzF8u1u.ʊ:ȖQH(Ҹ.P (tm6 *1iRCH6\6;)f&{iRH rŽ꺳T:C|;TGb"ϝaM"^mJe!{|{4D,?"a.u%vS>v˭,.m0&lQzaXjA+ꮊ .s^*%Љtw.0&*?, nDO$ 5MMq!rSK'C6AI[MZaQv=mXY' ynBR ("$.lIc7%:9}=4*NaYu*c/>2(XU"[nH,BUY;aKZg'BU[ !熃F4OuxkӤ a'uC0 K*U^A;H VxsNOujyY `Vy̹ч-ìVE9WsBqN}Q6MG*rLf9]㎟22I47TG? =L`ҍv7q=q #vXP B:du w{}Jh~Ѳq_^Bq23YZW}VZQSlPzUjfGn`os5E)l8N.w\NڄO ؂q/Dz!9o7? 2ӜpRc>X+u&ERA@Z^+6RmATV'$Įzu!&c˼ g,"ftHJ}7u,kV؍ni=;`]uDЗ]ϻȁG?$L6N *Rgs2V=B>c<`fy$Fr)%˄o‰=@N g1gAz\r txgs0ك=g&O ߹jr_m%5B%3 l]{9ͳ9h68K=ؔo"rE.yZmE6mCj5&K3ztNXbiclBkKHE]qSu_\4T׾[\e&>6#LۃZˌ ۓ2^l=JkQ)TbT ,kPDfc+=Ŋ 10<+ZZp0o\6kEXQm80~a%D[N q惌[N4[6h% YR-ހgPC&4@h[>El%eg]!k`ZTTrz.Ag󷭴wҭidgQdHi;um=wx45\'%S6-vQL֎O'HUW枌xğ3m7v2ִvA!Y;''c2#㷅N24Cڷ.skD+R|Znk@&2[bf3¨CiaI-II\LId2|zcF-M ^yTP쁔<byl4?4^1jtVsӠkP&T}\^]3苉j7ZU 4O# RsA%Ʀb"=Ǘe-+:K3@CG*O,))rۇݥöONJj5*KeM I ;nMC()&ZѨaŽGy@P8"l«[3 7_<ܠ!V%>8_ƹp c1:DKPV<lFi35jJ\>-OU]:3Adѹ|de~pX-vQ).-t1ۻ&QǪdijQpPY=RL>=bQOD 4;WW&9j[t/-W?!P3+prh!>X©6U'Ga4+L =LدlI4U]7T~N/SW,WXR4ہ)x #5Y]PBm$@E=n~}b-6yeIxezxꋏ9\VjS_]'VoWf&3ICt nHy#.by*CŽbhReςFѯ?mp"(>H[ c=mbh8 ckmo5=ȡ௢;f}hf=V/6:ZU g3EfSr[rzjkήW$bq1W1jR?#Nm*Ey9 L-U_e-kzx:x6N,[X, i.e$A1FPeՅv|&a->SCt^A5ӡth-1Piip2ۼ7,k$SMo&'"4Eb2evakC|%2D/J]v0#;â(.Uᅾ].oݳ>)Vܶ5KI இI0O#`[gk]H*=Dpnhʦ !Ǜs{h+l Ԫdc | ^"S?ƉIOEC̮M5 ]:7mS L1;&9$o= 7V7=2mғyҰ 8G@e^Ql]_&ZFvsaà. d|؊%9xti' k1X, };9t^T&$+Ԓ'#UDTfMViF`_g iUtSzb,?=/AOX)ipqgc yX'xu=00>u9 X6!.;OSH+4zar+Ҕ5}пT'F׋>t Yb/dŵ= uBW|3uu %˿<wp^0:ָ˓c0NtbKLP-2\=,V1&*oesbaC1ϞuwUW7{7۱ eocCdm#7tX -K0T8O ^JS+VzrN+hgi18ްtt\2 4Qw2'P\e2ͬ[H~ y5~bN{C͚1lC$MFCIqZUsh|&5[D3)qrKӒuMwCtʚ<lj'uÅtY1&-rl}ӎW"‚0pͼNC2ʫ(Bkt}sKyyՇuQ,U6[1Ϋ՜NLB:{1g"rNf>Z"a5DU# u8^T4! ʜf^SMwG,XHn2ʑπPxU@Zf %C1Wn(?~|ܟybko@xDS=vV:t\壄CHE8n.+m $+#?\98%?UISS?#\!o8 VA΂@t婇姛@Rޖe=wVWxя׈= \8+i $&b`s^B^$:p%\U5SďS.3)!SkV]F(0ohq;Knm?1p_Uy8:tht44۵[VK/p7ХA& ~z~O㏕3dfΆNCh(n boCpHp}8k CIJөWw:K]9Є!)B#*|"=uST&JW(UGL e/w'2KCP͖K՚AhpmKʛbpE#5YD,~%YSv޵P G1yշKY2Ba /j%]x"`H {MF{$ p ܥ-d4SmǢpv Lǖ5};S\sSF](` naM7h~ZXa9_Eb#MFg* WLV'L.Pv-i{D;mf[ b 0pZ\a H@2t/N5 aðdm1W hAɂF(ط޻%)w#=4jC0<l5M }~t`ι7fg=Cb2ɼ|($e5ug6$c&~-$Mz3H)lZEVRJ3+d`J:'FhY:e6nDV$cؑ**9SnA>B3KMOJjT愯 R1senM"`q'8 zՠ<Хq~+wf $ҽbX*dqbR.>s 1"UpIxA"sGS "c]q..XD&tCJ?'i,'H-B#%X7cԁ>K%2Ҳ,Xo.oD4$t\wGϮTT _Hr1D69.!; '?XLKOt6 n.69(Ve BoG]+k{Iw*|dUܵ1UתS(mz4<JA 4*b!]\;fs9T&MMo͜[q"mh&k>F1ϰ͘7(˿Ӿ]29rbL.W^S~mlB_s_@FD|!d9zϵˈ)8|@-p.MWN$-dj1A}`>Pn Ϝbf8v#(y.-t(\bN&Z>\RlP{@z.?>PbajίL5R 6 !YՁ`|Qu[ۊJYOD rjxm*JdU5~ND %g}̡Hs~%BwPdd:'Uϻ.vf{;{ -]BYq؃?Vr =5حi k's{R*y  }⽌&0VPEtAA)K؉0aSž[t8,9{s5E\]נ 4H;Z~]+Dr<uWa9p.pʠ'w )59,#sK$mp0F,m+%Z1{C)HI-~5~U/Sg1Y 4rr}ӕ/nAC*)x,HErS6fw6EU$>[ZP*O͌e/ {:{X1&Oҷe8<֙/Tyӯz){kRk Zr h* .ƹZB tb5tt!j( xeyг N]d0g12J23aXN6PJIF5 cT18εqu\ŏV*ܠF7PQNi. J=frJZ5vVBLmmna*P٧ᰀ42KnVx۬Lnlor;l/0@7 "s :5`9z-[ q>DZ(G>xcB|OVƑG|xM{-l`)Eb^KvTYD2 b}T8w `g"hL{r+Fb>ʙam2x[2CZ4¤GI\4_{a׹Ùx eIX_+8Ȍg|v1)OmxILOW?wپ5oRESEHu$j={(42)t/uc L9fěSl:@CL]zLĐ*~]1|Oh׺x\f3n/GIh`0|v7hot:A8"zaTBʧ3G)Dt1KG\Fo/b8 :3a_h~Yt1G6ofɀk 6DH%^p[,5bK }˜)ق Az[K}.,Yv-@p(E 1) Gb50,Wۃ7;.IJoVL9@(uaUGJmس C ʂ<^ަZ6.lP-Ɩ!sUgз{/J=ZPECDȹiQCdÈ^"6.W|?UbN *,O!V/=Pa_N:qum:z݌ǎ~7N~4wV_6A&rf,M(E_z]϶jadu9fwRzNNƧ0 #9Ϡ6-1KUP;I4N[x'c0:a~mZydY e QktEN|Dڿѻ  X >HGfpn.TЃj< ʐ9Jrjs'tטHpo@P!<+; FryYytl(`U?%qb{z0̍+︰gըҊ 'NsUS2އ-/d)Տ'~o$#TgbD^pF8> x8+])"j$OoG }/,mxbYLƕDAt[ +6GsDN&^$KplG% x|ZDԽU5S`Ax3^hip4M! npfu{Ő8QGG!s*)T Zg 5R"nCˢvwe&]KhFֳīM/.+ McV+s KSEi04!;5Q` EQ0I2yeğL# OK#2{K$3:H)>#JMƗ=~|&U&GQ{ y m;x#Vd)G^b6@.cf2j6>N>6S1fʇ Pc@C9@CĉcT~Ee001%xw㾠{SN7CN\t}&y;i꼻bU]-ΒKڛ3rs+tS)B@|ЛHrs@ C!ْݲݟAwa?&_c~Bг#..)-Ըe,~c]?ж8x>g}xswsCìܔ2alW/IY\\a(\.tӀL̮0(̊eGd?se *n1;(O䌶࡛9e+ 7-Yj”8+w V+Sm9JUO`n[S̥Ic%B`7/a91\l, !ZȔ[JJ9VSG1 6 6xBhjx V0 s>Md)[O ĥhķGyF4e* qTJSbGi~2h3kgDʈɾ v ,Nd7@pT̀˷ h.hǧ[{ Ov 6lqIwlmv*u 0$ag;6唭gP92;8pnG~0T8cި@ Fքk'zl(tبl5"ݹHy(xAAoFe!ra]~g5R0+5,fN|cF[*\ao߈r7eG(G]fGm4I쿫Msܖf6-z[#$ݹQa6@rV]IP.BTWIF jUWtbEoJ;rPlP>Y* ڄFI,DS= kT)ŔWQhP"7[s`,SJy5 *'U|>ڿ\GiV/x2`nф4-Ղ.W(37?#_E%2r(@zq \#.Ĉ\-]?%,iHV2(r@F4 hÀ6IJH #5wCtPl."U.dkS TN+C[huwR޸T$>YA!@{1HSubiIN+O.)+l k٘x0@]7z ja~G'gIL:ѩ&*"ڻsCT_KwneN0;=S@C%IM^b ŭsꧏ'4_FrO(!NIwέfo1hL[jjUFJ4C _e˂HXt[,%-sz.5W}f,w;|?"7bAl@Qy-|߬OiAYhvZ/4>-n#ųJfVW ơ}]"#r1N%=?ԉ;L}廞lHv>\;X ERNY-Gj}-}c)m<_>*Jh{qp5d>)ҖrZ&Aԃ?vƫ:Ke s7rFm<u(F Xtɇ\Ђ{kBMǎ WI9j,]I @[8q(,z5Cx?C5TZ߭ 9\EӃc?B X(VJu~P#{HGOptbu.2~.OB@lH<4Z,J{K!5I[rWow*%J_ݽQwdh)$)j+DŽV0cU܆S RS YPF’&ׂN q6vg/IupqD lP!:'~7-w?=;ֆ便^t("]Lũ&^iKԨ9UEhF,>d$go1uMf=(I@Z2vTu(@Sf}VYyA@ܞ~ǟDF,td(JOͤqK1EK3j8S{&5B3xO}#!M]S c-*Qw=y\ŽB_JL4hH4 K4&#JdLQ6g;Pp~F)tL3N&l}ijT~zZBO*ixy;m׎9N&$*w`Ѫ_u4I0_qE3Œ -|. [YNR5gn r>-9*!ACdRE8(nr׺m;IG>k;vy'GBJʇs!8Sl OX&hr#A$kMA VX,ޤ]"xc=Bs 7b.een0 LsKuXCq^S ?oR0=(PKrJ [FR[MITd%1Ӈ>R9r <ߩWu 0Xsc+<݅GU98)T%#fyDarD 72< ץe:?1k9ɪ1.HcYDc)w?h+ ae-rr-fZtUIjWPUY Гe*#i3T.Pi4^el'9]_I&.˼i- @p>i"ߢS.{wΨq8LSK!-&i_eU@3eJujLKM2NsiZLk}?ݲ 23Q*9 &pz1j-ճ™?4|b$, CD3wxm b$ l }ssvIo7pDFVP7:Yzr9εTVN3jт#;!<|5=^}c~$nh.&vإCG%p+Xd607>Nr\N#,s3Ј!7TF//.hiuөq].k3}YVCօ kHnP,GsJ^ }a;qRȋTgSPM^"%i0@BȚ235HzC}u3X,& ohebBu#G$c_ 0le5eK/|K"62IbG,@e_ozjU'dy}a`1CjL9$S8/NtҳX=u9HEEےͨa;B_]^^80j-{͔>h.XAx8Rk8[DO4 㿴!n8sJVw+sqg_iw]бs' 9ONb3,rLC5ҭEtMyzoJuyX;{ľ4Ƹ;$~kH/ԿVF@&M6|LFףgG:\G)hc$ 凒^k2[CY ?hŷTm38!LM)Ms8cl~fEY^8M":K܍˜`:Bғ˵Ay8{E^QM0BB%X!& ʗb"vɵq2TŹF]uXC4+V4gȉATp]SkHa_Tzsi? ;r*AVq j;>K[)k)b,x{ p-I1GZcpE7D v]wr&M5s0^a?s<ْȭljƵ]S\ގ'u|£ SėY޹#+dKD:SJ+NrZQN"e1 O%&z++3L8\JYNRϬ4SV~B_!(u1(kb4Y[4Z [N2>/q{GEDC[}R+;Y(dM20'd,t·_hGL {4 \.v%m)pvyCW ?J\0'IdFSt8 n8yRY|w!G>UM͢qc^xJfnpXI5mQm=@ .2ܧ5Z%[j *`dnڔ'V=^<=XygjB#5W ҃zI"CUN19e^|~o0K/g^] + &u$goU2­VƜ gCF-MD|$V'88WLT0# ߋ|`-2]Rg=YA%]MNǠywY\hP iBfP_ar'^=Nb]J|slpv?]u%ZHwW7&\ .D+Ab\qr \emSc/kb []Kz0.\Y/ʞ痤xBǯWh˜]Rgp)&JlA_Sݖ|i"DW0M"%Y/-A36Ij2$%z;WF U[!}AgűXJa5IoD&EE pqV@nZIRk=.1J+CX__Eq3"|i p;vrH:,,VXFsjd W~/1^QRqIt. B[tf^֡GKdz$aqcs0$ǧ{kXD^n~j7R&γ2S2 6qO h=T|McL>>-=Fe #E/̟P>qj-w M>;+[E>:B ;ӈ?Nۧ5Xvݧj\ϑ4Nꊭ|M2JYAȮ+yc|Z.ZyRsCcPIR"jۗ_ޥP@@Kg\JL#?8Ol^;?~. J%bt@&Кz _4 {֋T>O0g <~+H%0L5Q^e,6R05 AF[V8MTX0Ԣs{nIu~,ERz|0wLvaŗ:j*MohgPYGy=3m2z>L40KVX4Id'\b j d{CvS;]KQ;gK5.P2Pdf:O@GkN" mi!ˣ,bdx`Ξr{q>Rrqg{ »IMڲ;cW E{'țUc]vqm Qj,%XaY8:~6+\D M e (;¥61QmK|v||6@s7G `!NA%@8?m,II/d$$U"iG}}86ED|p)!0llq4?ɹ,Gi[d-OBx8Ljs(QkZG(gM8!izpB2amV%?^*MF <ѿBȊ%1. ?i|v;dU5V@Z?ˊқwl]J.U} "θ~{!(#kiqBˊTx>!#Yqe7ڴ W pLQګO?z } ^*ySVCuߔBVsYGc( Hň|a(it>B"Ds#4 pNLe' *ʰrai-0?^NuƇ:Wm6VF)E8K310t%eʫ"(dȉL}3NF q)}I!e''EbԼ%xC f։\$ |G[٪u,M+`r,G=nDǎΦ9|d3$ty])SQkb]4u:4pRGP )b HNpE)cBe C=E\CK|eT WĹB7C{ NCT^gP pH[Ts.[pX`r/y}VWos|/s@q_i!pRG 9COCf Ŝ^Oʓ#&l;K9jA&n>pG.kz}#DCI4b3>.974gJ?sF_fM8Fγed/^8J~xU=gAy5]t%П;q>hrw M$6+L?y<8ME*'LjYFmHKHWf_ZzیZnMGBڲ|izT>̼ؼ1v^0NfW l@ tlԭ.qw;oڌc4š{f_8ܭgwr 7p5tHB dQAQYb%lr9:3#pz&Amq":gv/|' rp? 2=*J{fu7>?!{p_Ce,񪢨U(_BO. I5r,%g1af۹A/%z*x1mfo.yA% TU*~%<%DC^ʬYe}S=*ֲE#hYP6@GNUnd=2XFd hEr}]?!q9wk1}| `U; F|LұyWz:=ր&0ъx%im)6n3J.72!>ss !;Y '򣹁}"s8Ck?`q5RjŧAdy^EΏz$ßQ>&#rMs4.9ZD?U W=+ bB<}ҜHMY}m}x%L9?HK0*ELuK:G:rXVetU!4yA zQ l碶5MAm/zO.`@ {}(-Hޞ7%h?ek_יI{Z`Җq}IkXoLWhE*2y٩[?lȃxL5G?Ji# kluHW&~v sNZן''E`TlH%2ҖxYH{:e@-}tWÈ7jw Ҹf*`l~Ԇ+eeTliH&Qa!k`A&Aglp.ή\+CٸuO,^gU0=nG^~ٽU"ANƾSZVc ̩5xhE!|Ixݏ&ZzF4^.4 jKHbv$D},P,b[6]~VqKN*Q)$D6ȑ$eU3ҌKSJ]46ݴbzNfXP;;Vr*(i Е'A:̽Ms >{[Q/jl5~ZK I0QJ9 8,c Y@[[ bPV$5Kr/AD\*%=Vt1t>`zR m4b K!![_ڤu᪇ 2 gމl 둆{Z$K*|P4%v9rh~&WՂSRߺ;W"\R⣢%@:^TJ|ess%' 93>Mv`•Wo+HtՃ9ɝF9$z)$-c^qi'r(im`LQrz7A3Ē Fs-ID=cޚ.\ 2 X&^{ wK*=lz)+k{l9$Hr\.B aG߹4?0? Dj*R F],f-:@VSDRɃ$~hPk 5lݐO:֭eT[RzQl&RCFUIrEyjЫ^æɗRZ/17YL,f*3(0]o.>ͰҜ I:Ud4^dز--X4Z:z7tZ>?k6+X͸UqAt{U2-Sߦz$tǙb'g"[%hF֕ODŽH10zhC%Eu/˝i91ldZ/r´yq]3-SXlf4v ݅FMMŎv (BBVܪM1eƋSid}8ft Qa.yGSm:P WgE3/g9Ҫm|с{{'WX]āHrJ!5bpLA樨ns&3lbl =Lnp[K#suuJ!(y@k fX_J(F~jgC[v1cw:08_>)ktH0x't˿}ߎfhp|VJ㗅xzY)dyRB4T|HÄ唩^Q+v~ގzK`G#7a";V.nl6 &;X@3i:̔2|"êr! \vyb*L 1c D E^s%;YIPzRhh͚ѭA/ N_<6t ?k@}lNK.h}rE֍)W9x+0U1hz&UBGf)nF+ $?F9 ph JS舕ojw Bzm:g_[t>QvDI-s}f Zs6. 2dpZzG._u7>5FbX^M_"JΝU_;2zBgSN)>MU 9|ZПIx|}-/j£cvފȓ$2]60СyԗjX>ƛ]zPh& 20zW+ 3`G @`<x߰"_%$MDUJ}fiIxx$yPi*HMO&^x ަ@쁷pg/)K!{i+vݗ8gy^ӝH[?lbBt.!ܞhl@J*ɑAfdtNI wjSo- :Аa^dTЦUkhYK5b|~*d7گXƃo56D82Y$HSyU= ٨R qvk@a5-\g Ѱr<}OHڣm2QYy '#~!pu4HyW,HIJBTяrb~Lƥ+5xSVB|g:QKkd'[*s>w~ϧQiblv#$H{~,{I@ӔDiwޥ^l]PJ{gpbFh)mk^4dz?"1dIvRgc&16O ۶5xs;8hYNwMuMi_jo!kH|/kR`WDC!^o. lOEbf;t`(IKURd?>/V ~a5{DݧJr"[I]-|!+ùGRMyr2&e0Tc=4kiU#l*&| 6LضaɄAjvt f.EdS~WNCs- u_R1n!Zj| 5_$w/*!\ĺY.ݫ1òp,?y0s Ćm7-fw2GV,1ѦKY~99p) 5nx/BU>hZ|n' ρ*<(Ol&8Qa8[펑w{J_sd`:wo*aX =yl}hɷn<$,C^ylOT i>x b˨*s so lu`x@h<묽YX_Gǜc/V5EV̀Y{`qd06QHZ iZYQ&Ĝ_ $Ym [(}uNNn.f,$gʡdc XbgpD<96qCnMt~ЍЬQ30 fٕ OGsv%6ɜ:u^DX\x!ͩD8V[%NϭVPhdKS]KKO/Rq-oꢍ^/ @rɻp>ׄˣOum3* Pڥ)3Pp{{E F.C@,L1Y"n}Od53rP&䡾AMF5&:"@P+91zS͸/ޣ%>ЪH~.Z[/B&X_Y'S < zogzb<Ǫ<4h2eSb-ubq!W_ZbtJŇDSM|jrť%vƾo-@PLRD 68ӭ4mry57W4%}ZG^{Tx Me2ROg[ٯQወ"Ʃ-mK&8dz;Bެ/>l IE׻ЉsoӰ$bְ]{4G H/IauuץV#$vAyȦvKx? òmm rJuy<H(zV>+towH5)Gw+z5u*NC$ey43#ZN$Ao"wY攚*kƒNV3 Ғ J ܀߼XWcm@e7MzܒШUMV R df~Il, 4G8ߍ /#,3r40W-(nZ%@Qߕh;v$ܼy ? ; 4]mY3l!>VWʎʧ:]p׬W)]= dh ,o%7l~7.SQ4x/c%}Xcr TDׂ =͈p-q"1mo$B$s%4;׵0>jQ,qx'ƐtAFgev'_]\>h8Z X疉;{ -O4dHC_yKqX1)|'*G;NApBlq̰YjSB]ĤdԝYd^ݰ#6ۄE'al[9HI#~W6Kr}*6|T &Bd<kfSi} Ab Srt4_xb7l>iB`d:)Ot ۬J{02WZJ.W/5V-4d[tէR:0-,1Νm\M̻>d^~7ŭrG)c]頣IWOBXh`{لf%D}Acy$ HukQq5@dpl+S6ۍD`E4*nr,%Ac.Urn(c d2ҡ2StIJsd~#RQYa5pт|@6 6cndr7Fc^+E9S.WcQfEn UkHx6#Ӊz+F2 @~6S~@>w,Eem]K|3m*{bi6\o>}:]¤;ŏT9ȥßBc>E\"#jiQ7k^ C(tׯs;ye=H7?x)*]ϕj&lL'ZD9`X2V㪌QV͚!sb%I3-+iย}.Jޯʄҫ_g_r,%θKl37SY<E\T*Y, ln%/,g,0#5\A3x];hW4gq]r8RAϓ8rk^ٱjpXIAkQ\g;)5v#" ꚴ;L\) ϬѶ:_ߓbr% "{G!7'2M]r8EX~ g4>I@&s[D(6 3iN$X\7*VE=*4Nc|9հ~R| UlDYĀXR>; * 2ks7χ8lnS\! `V54~\u.uNԩS+gpl_q c'V`Z MM @@!}[[6ÙkoЗ7a3XMt +֖vOSa+ gf}2)tQKETMK\ $Nr ]{#0[iG8;yb {#'w $'Y)I %vF1ޣqt>9!C+n ٨4l3ޟOb/if7uHwAX+‘ŏ#\;r=7\ýo;.TEDaC:4C.OCT' Sj%ܺT-ŽN^;NS>j&hl={9ɹ^'`y 4lx}6N#zףCLDY5{$c=8]b_j7&+jh1 !%#Ț5/69#LC6|nC@,Zڣ}R[wY!UX³wa;Urx\jԐ"uss.mV*,l ej(hh?>[}"BFuk 7@ ?榹ʉ!e$] i!6>oa3i;RСKؼA_\2<Șsw-;(kE 71W)haU2Sg, ٖ|b:+ϛ< ՌUT NE9&8<k(ءZhBcxrfH]\=ƛ |L;2l0Gr0?eЪBu±w6hT#|aQT{q va ]ß쯢.9M)gvufѭ_G1;* !oʓ&'PmK X"S(+m-|5=>ɊfqzYp¯ SK_%aEAPp^g9wdVﻰw֚9msj=/k sAs<ͨ? Bp<+t,kA=1gXek6R00?+S}ғ4I  ˡwf琢O%~dPڴ7^O҃W}W3maD8A3<4'{H{n$V(}̃O?:|;#Gq/z.{\+{De{/9Qt: 04 24L&?>YZfW@5N0iXN|[Stϫ49F R&S9/xP(DK!GDQTd>r`5IJ}˼ǝJ QͤFI)^7rU*voRQ/2訶`uy  TA$]p)FVeQ$}LhY~~23Tw&AK T0\oF^{f8|ȕs h3 a'T%FޱoAIagYh |TɧCZ&R2"\+k38*hHKY*,5+ǫr\!nxBֈ4fY掊CgxFۥ[kI,`5?GȘs1Q\2wf<;__ySdL>΋[dlgLg(?ɻ"`q'qv\b:ސ]L;) y#N'wx9SkV4Ztrd9ălLep'~?K`e(HL%y|] JP]`4!۠{nkes߅&pkm "02PՌcF[=(^4Jg *BmWL~+CYgRc$?  qfGN@>d`{P2Ջ;ag#&^"T$!'*$uNKx=:]8YhH/ jh]9*o1wG.WG,+bҐॠ[K#ladsӈU*۬AXsP*a_N&n )(~?s-W?7oewU1Wlz[#P-R]:8MѢN յp)֘TTW'`Սz&/W4'kLG!  TWߨKc KD; Rw3!툷ՙ,FR2H5sk2OS@8K^-F-e%u8]= 'Y9ň?{z /{0Qǭphj[-˾S0bkRY}qf9]{(Hg!nixϴ)~B| ,?֝oeV3hdDX@Z8SdT"IX#; Cz\=:d WtlDTu j YZ