libostree-2021.6-150400.3.6.1 >  A dp9|XĊ18fyǃ 9O:QJz6c`sB K W3RXgH{>Fƀ,3lNiiP*v%qH)u `xWX7UT7 c< ;pWWQEp* h,TjcсR휸EQA.huO-8⒑RT\5 I ƍ|=p;a1363ef52851192e4d9671699c60538bd3a2bc5df8c77855d92c814e397c043b555a4914dedbe8aef7d355f73bd2e8e16a6cf4bf6o<dp9|Sb>Kqj~Y>+R>϶g$[{9^Fè{Z_sYyuPApԞ߽l6f<0Gt¶Er!HvSk:žpID?4d   B 6Z`h^H8H H XH xH .H .XH/xH0H2H2pH33848;8(<$8<,29<2:@2=l>t?|@BFGHHHIHX4Y@Zp[t\|H]H^bcdeflu0HvP w@Hx`HyUz0Clibostree2021.6150400.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.dh01-armsrv2 wSUSE Linux Enterprise 15SUSE LLC LGPL-2.0-or-laterhttps://www.suse.com/Development/Libraries/C and C++https://github.com/ostreedev/ostreelinuxaarch64 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 -f "/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 -f "/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  x `hc'C2^3xd y$3cLLv*B{` piA큤AAA큤A큤A큤A큤AA큤ddddddddddddddddddddddadaddddddddddddddddddddddddddddddddddddddddddddddd6dc89b0b54869585bb6f8aac591a4b7dd7170eb498309ccbd576959015cd8711fadb19af1900b8bc0fdde5068f60409994bf436868a1d02d81370b52d6ccf02bb681b27f14ace22c89e09ce7766cfd35f694b97077588b124759ac0eda8a79a8ba453730d930b63b108fc2fac40b62539c89099858cfa23271df5fbcf237410eea0722df11967d76c053633ad03c4a9fb84b3c7e3153776a243c1a6f0feb989843780f37b75368a01a4cc01b6a0defbec52eb0bbf780d4b346e4a4fdca7fe7c7711e72ccf6eded93dc59a30e4c3707030cab4fe652a6c124f5b6ceb8dd4757197792e599d354c0489be6bb1612aeb8a38d0a2314b41dffe69ed9aafbf524cabdce3b467bb7188986d5fa9076854a7dd5a5a52cbe2abf7b123a34a389db0c681ea1a29fa27d8b805c7394cac16bb17ef4223d43617c7fd39bdadf89892feb25d334d19887bf2f3d6b921e0bf7621147232cfece23c2b85a8953f7102897557b47a32a02329ea14b93621cb783553bf68c5b525b9dda290460a81bbc7bc87706cd5332d3642ab71de554fd51e9b7bc4630407ea67eb11460c45e172bcaf1096cabfa066ee4bd2991b42da146b3bf0e93c687a1d944461f44e0190064791c5ddb397ff84f8acbb47bd3862cdfb8a84cceb25c58b8747dbe590e00080c2f718faf3fb7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c11de5b1e8ee241e80027098f1641280c312fa402a210e3ea7b12b657e0b0e9e6593404f6c86813149886c48c6ce4ae4d223e1ed477d38a18a033e03ab55dd2a3d6a5f180773d777e1584b46a81de0f344f95fb4b20d006c2b5e983eb8dd1b066ab6da4eab265ddbdd3397db8ea4be3c86147174c11f0e46266b1998c4188694a41a2d6c338a49e76cf758fa6af393f78224b9346cca96702a6388a5ad254635130dba1f100034787e2cf75df84a42f523230daa93b2c688f01eabbff005ef65ec1aab13fbba5ae306c22fdea4bbaa78a89d9bf78b662c3de4d8ee7ad24ad4b3d09021dc0708813dfd43564a52f2e274f6573e08800840f33b628f7df6866b211a02aba27cf081b014efaf7556b94c1657e565e24aba76619e968e40df8ae1c809ca347c7b7d4458612de5ad4a52914bc0e559b1d4881ea520a7f79c0ea211dd4fc939399f42bc0b91545e2c737db70d38bc563a6c3e2912857bbc0d8836a4016992e2b6f966a10a2e78284b88f8bd7e485d6e558c6d476907ba72619ab4806f08628dae861e06a5a5f2db33fe12afd99849c0582424e01e816e8181a8936957fdcc36a0f5d62084ee3e007cb62285a1a74968b3b73aec42d1221deaa1cbdc86dc9a427655f25b70433b2645a35ac2108befe71a90d2c8291c37bfb85497f0fe912dbf298b8f8fa5eac36f76c3c17a5d013b17cc51ef9e816bad54aa94eb1eea40fe58848f0dff49993bc485904cb9b0da87443fac6eef949663a7383404fc7a7a8d5474a54db741f66440c00d1160f9a0efefeb635b552c5ec45e8ee261a1f555ffb1add6e5ea885d11a9947229672acb7d119cf268a4b20ad6a2eb600158dfcd65bbc484b3177849f38c3fde4a7439dcee4564ad96b3833898138a24bef386f89f88beaecbf1baf128c6ccbbaa339332d3080496779432c95198a4bc37eb7e59849420663f7fe875fe9514d47f66cd51a8727d324e250f1b172feed7727c99970e80a9d2e1353045138870071b1bce6b65f54d3effe2b05d8385b1280b66b2b5c8840add373090d2fd462187d6f8689e1ccc2c75b542256c488838964d2a9766e3dc701def43f2ad01d15dbad366d02b77e306785f4ff77cea84cd4b57d762bcbac3d6c8c12eb6ef5eb7f1713cec3ac4f9eec4e9304aa6643ae64285215ec99cc05f9310baa0e74c2df44e865a2fb3d1d742f5442c47a8aaaf753d53fc037f1cb5f6c0ad1f38cc1a1d44c1cb467b12657123ec2277fc06b872a26550ec6d308f40f6534e77c630979c107ad136de790e423105a290f1be9bc7fa5c7edda3848a2c36cd544d06be57e2743c5cd192eacf08e800b59612b8091490476f3a6205ab2fdc8d9567f7fcb7923ca212b2b2f6cc86377958984be60854990f2939e20c29874c8d4f2f12bbb192074988b6155a91a5614d81fb7a2c6721e5f16bf74cee41df2fa4e13155b7ed5dfa260ac05323ea76dd60cf6bab047e5fc302c5fd6b7476bf05eb89ec1ee91eb0f421e8d39f012abe2ae1274457c76379c16fbc809ec51c49ee54feebff2bc60a1d78e722b6794e16d749b4141d3ad11b4a348051779b59e5fd3e2149a4d7868233660bf7581617bf722d93adba46883f2d6dafbd1cf9e7e77553f0bb0882831d745ba9ab755a6daad0a6aff0d7aaa91f6faf4d60601601e798c6581f18d15c8d3cc8e1386f4fccd6201c2381e9189ce6aa7df208bb3c648df3ced4764a6468717f4b91433caff45be3ac799baf9db56bcd8c206d325463135854782e9289df74334672a17c7e922da266137b9330ad669510632178f8d720d35f3f0beae06e60660c16e952476986c78834f80f2908887dfb7424cbb9a6f48cc0a1b5f1bbb9162bfcdc060004f3a76260d9641d92995e7bfd924fd7240debfdf851e57a70ceba820a39ad83c177b3a602177f74fb25cebc513ecd20fa913eb42403ff851dad0a17c9a6dbbfe47cacabadb70f67ac990e5f60b208235930b6ffb2f9eb02026f293e10ef31ac7234a3f4e64462c78269a9d26ffbe19475fserviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibostree-2021.6-150400.3.6.1.src.rpmlibostreelibostree(aarch-64)ostree@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/shld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libarchive.so.13()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.27)(64bit)libc.so.6(GLIBC_2.28)(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_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)libostree-1.so.1(LIBOSTREE_2021.1)(64bit)libostree-1.so.1(LIBOSTREE_2021.4)(64bit)libostree-1.so.1(LIBOSTREE_2021.5)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(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.3d@c @aA@_إ@_^@^^^@\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@alarrosa@suse.commgorse@suse.combjorn.lie@gmail.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 patch from upstream to fix corrupted files when using a large fs with 64-bit inodes (boo#1214708): * 0001-commit-fix-ostree-deployment-on-64-bit-inode-fs.patch- Add libostree-CVE-2014-9862.patch: fix arbitrary write on heap (boo#1201770 CVE-2014-9862).- Update to version 2021.6: + Most of the fixes are related to warnings highlighted by gcc - fanalyzer static source analysis. + Performance of pruning logic has been improved, avoiding unnecessary trips through redundant serialization. + A regression has been fixed so that ostree is properly behaving again when used from the initramfs, at a point where /sysroot may not be mounted yet. + A race condition related to sysroot.readonly has been addressed by directly setting up sysroot readonly in initramfs. - Changes from version 2020.8 to 2021.5 please see upstreams list https://github.com/ostreedev/ostree/releases - Switch to obs_scm from tar_scm, and use obscpio instead of generated tarball. Also stop autogeneration of .changes, upstream now have proper release notes that should be used. - Use ldconfig_scriptlets macro for post(un) handling for shared library, modernize spec.- 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/shostreeh01-armsrv2 1693313201  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJ2021.6-150400.3.6.12021.6-150400.3.6.12021.62021.6  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:30367/SUSE_SLE-15-SP4_Update/9ca609ab72336bb411ee86a7cf4e86f8-libostree.SUSE_SLE-15-SP4_Updatecpioxz5aarch64-suse-linux  directoryASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=bfa2e3d8ba9a430b1f072515fe7f9fd5c60feadd, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=9cef5857f0e866ad358ddda6331c053ca1a9753f, for GNU/Linux 3.7.0, strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=cd56d51e60560c11fe953796bd19b648b2f2f03b, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=c234b7aab55da42c6cdbf4f4ba2ccc32e8aeda92, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=e9b26933262c541525f88912796f0da300a321da, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=d4241fd9546b9d2d06febcc89faeaf548566ef9a, for GNU/Linux 3.7.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)(56@FL(   R0RRRR.R"R+R!R#R RR'RRRRRR)RR$RR(RR%R-R,RR&R*R R R RRRRRR/RRRRR RRR0R R RRR/RRRR0RR R1RRRR/RRR3RR R2RRRR0R R/RRRRR0R RRR/RR1os8-utf-8d8f0170b93ed5911ffbcca0faf8fdedc501269c2563a24c31bc50114ebd5e1a3?p7zXZ !t/K] crt:bLL 詙} *@H; R&qVhl޴ll! !{Icl!!`,2R1'`T+O§l:5 ;7≈%^I;Y|61,l86=8L* '[ݼI'̃@06i>'{ޔtB{gZ8lMTJΒN }Iz# r~쬺vTvbK&V=SwVL^bk> {{ÚPW`f)|@5NNl&aT,#SӨD_.{a\zvo^?ֶh-ܵ)o(0kazd͵g?ov~='XųYtEM^IxDl!O26H3 ##vߩbd.a^>aohZb3ݭ xEȂh1?_7d .vc3HԊ$_ O3BogDQd7 ti6!CK-Ip Z-G[u#dwwwwQN 9ܸ ߮GBW"^e0gL-z܃yijzG_k5چ]˯C z KW[pO@ygT9eUREPVͪE]P"x"jPCseR*75="4Թ sJH |9]I8%Skï{ܺp6yLW7bNa<)\i_IRQc5 w*."P9Y&u< 1Di/s_Њ? 5ſG(0O!v|8lKWiXվL IC-ɟ%Lv+tOͳO'&rБ=>aw]~L"ހsk{Z0Ϥ1u ,=3tqh,uv܇d̷!4::1e84ގS@[s~˕ܠŗ㑡c.jߖC|ڠ)xJh /=-StjNHM@ovvj.$}?G/=fDFc1fBGn"k w%6;d /ܻ,\9ߐ.ȽYw!eC lx'LaᨈsC򔺩*)s@}]lE~Te7Wؔ۸xŐWAd\2N4+5 㙍_nCj&[~mbג82.ʮ_F_Z2!We\𰟗Qԉ #V~~%k>ȉKRj)àp6w+e,^X@$"vP = l2_(-0\v*P$uKwT/Q$ۃegrY.wIf.xLѶ?P\ޛq=1XgFcN]>`5~^4CۃDǎթ4!@ͻ:Jkȴȩ_rv=*F_uôG%EDIL:Tl-WTW f.{{"- 2o*xFP{}*})+{a/@a~׎)$d$bmb&4+=|59JW7~>;f6֦fSA+}Ba!9/ɚU+(J@qS%VƵڛ''X)Kf[Xe蚇skqY&M^<΅O-@r>l7S{ 38'\Q构;FQ"0/@^?^ԉJcHs-]Z$ڃ8 A}#_wUg<20*eqߟz̃؈gjw64҉@eAJjTXя*[\k GIƖRdGm/2;)qTs O-Eb_@c0=6auVk YlYF肎Ѽ|dMC&B6]5qmsrpxϸ8;eQQBBj:Q@Q#!z`ۯN5/Ζ:dq~OVqF>7XqhU|1nh ԋpCvy2v]ӁL,?i"x|˾f)vf[)crOL(g]EbKܯن#1iX(eSk:@-p lq_Q%$sW˹{ODFuQy)k7Om6_|zGg8OZ}$+<UZyA# [IYa&S>ceܚҎQꓵ– H0Eh]J-WTΊjZ}$6#`iU茜 WTxbq|`(fSznp4H&E#w8d(z!X (~єxWV\Ype̠]Oɯ_n6_/_1sQ{BkۀI^3b] U_[Ot]"b# SUڞT4 i!V%ra=ڠLU2C pP(S4Ʀͧ櫂S{ZeЉRsa,XiEp\g^+vq =PR~S:,M$-1)C>tcbIn 䪮[tF IEQ_ :왩\,MQbod9g NESŠ1y8&l>8ڭ/HEC^g+7 ]-|FeI=48Knf ¦ʸ&ҡLfx[dc^QN@WQ3o;fGڋ|95y~L3B#40mozŮr2 6;rI@T)|(8>8$Z$Ҳ#TrhH$eMYѡiͤ[:+?utWyoی!Y&VPAVJYaY[+\_RRJnJSlHXqaR|QqK Ӂnwshc1N_{=3Q%C׀/wz~Se]ڂ{qgCu!aJSd%P n' _1$Մƻ+s&:;ynS\f'It1,SEQ=tfˍ }Uem$04޳沋Dgxx#~E-4̉nmHGݲ"vy_3yiyƪڞ9 /YeFfaohX~s XrԱ<ITһf@*74Ʒ|H,He$QZ8: Z֨&dJ07%YJ6o})F! XԄ(scy֋U/fO$=WYp.TC2nj&ӯذ`K/-03Ażfe@]1_ߥ$QyC N#a[SwJ/P<ڍ“rdHMD f[ Iힲ2P_dil1W'AŒ-#+lp$0Tm cj~DR.~j>HWh)3(t^tԷ )֠ }CQF+( ڡ$m~LZY}{GU,-o ;?Y,]4N3I0σdQ4"#Ȏ\HuD6hy_Ej[?y]۱63 (jnҰ+ߐ[|hB sk>_[c<Բt]/P ]x)ӥy1=tHgZpfI8K3$G# cJ&#N G\y)a輳 T][\7TV'lF)&9bJ?@a6d)11) ![W?,hC` *Η}`,/s{HQEWDuE[%+֧eEmے++vP]tar#vi4(ЇfZ!G@U)`z꠳V|\/h&V*:mt#)9 VҖw C%nNx`ļh6t>6QBIQeBA ޟܙdP{~=H-Xj=Y W<^/.i0Kµ[ JxYApa'@cpje4@(HT9ŮL ,<'N{e+JOtCdl v`n@41܆nT ZWo!sW~=`7Iby<=&ۣਯ~I<Sa}&8%ֺRWXJyTwԠ_t4.]== ЇIlVDp'Pa:Yt ?v }IogmմNj),wdlxu/@f;vZC6'uXXdˀ^58Yߌ5u H]݂:;R =Xn yg9V,]筸|?S]4HU^W+ٳUL[R\qA*>5\U㡔F+73s&F)ѩQlJpQA=hT],/90j1 0sέJ-Z_Y41MKKu"ƻc7C'2'VqZ1#Vҫ3ƒ]xRү."Yr ФpYK Zh؟Wt˽”RG3Gp,>L>qq[?/UK8[ǂS[Ox--) z#*=3P&^ƌ 4dz0?:]{AsFYA^KIBd>RE={hS{-iuq2cy%5Yt&wUW~b" qF{Sq-3פW5d"_s/>Ԯ[] ݚ C;tٻ@?)c}O|_K˒9QW?Au?QؾnOK[C ϙFq~PA;G.@@R͏WP1cݽE oy~wRO- {rF2έAoF=Qg(ыzc>ЬYI,ot{T'7ZE88 g|㕧A[tͶF]f=e{qss3(?>iz|z0]qX[^-;7mT`|(u Lظt~{iI&Ùz'*L>GSj?nуeўhĕ{hpKH3gaX?s,E2A 'G]>| =vdAaoO(qe6+cբT_nETveR[IHgox9P̃eJ՚Voɶt1s.°iNHo! UܹFML04HCiWcgLz+@x j3a~*/Pp4P~Ν"{tgNd+N;,b~~uY}/do&IhQ/^.JCeۼށD3I3\j FˈD!ۇNIi,$s~TeiiH/w[1˷?=}1K@-佅+RGO'Jc.9tpHQE![G:$2<DV88Đ(ҥ< Ir^͠Ϝ8مpFly1J HOnL- |< KUΜ4" ?묳\}lJ-5q$R4icݚu"tY$#e9o­L#)9BG-1 .yt(xF^wÂ(l)Ωbq.K({ętXŪc8L1BQf"cHvpo|ϒ2x|?D܉,{iN!@Mp 1ul *d 75,[qk$H7M96nIh%ıjXjKeVp0[mh5~ s^7>T[Gm zm0cpyd&aۗZJ2B `8S4@gLc90biSgl%3Eνjx B@;D?2PcMuiVcN\D#ڙqc _#wp?mlޜz ,. $<;S a hU$N~1+vS~K?X~uא@qU<U)Ց( k¥4_Qn?c?(M['ůjCq=аPAV[OI,AᒬΙO웍ļȎ||P* G|α\֣ۺ<~/&QZ]U4J;) ERȺņ ޷,jOZ#f&-PWGkޢac${nћ~#L[q眾:5#5{ӏ Ծ~r~Y€B$pa'd(KϨYXJ-zx'#뙐 1C+k|B'Þ$$ z"!lQ}G{ Qv? ۳t13 %~]]I2 ђ295B!g&q;0 Ã/u gLA!iNN^0rWbn>Ӊʋ).^x ZeC+\< !B@FkIVVnrX]P4wͰ>>h9X)E&]hj]u0g &zq킌G#j_'=7's>cWFE/ -'qײ58wӽiM' 䝭"fa6U-M7]rcT0T11^ 'r]jоNAa3~Fhђ À3Em̼`W꫞Xέf Ml|uR$2uvAZT๿ ƚU\k3_fF>%5j&ߤDJJf&t|.~p@N*j+>^A\tyjnNumed^yܺۖWW]ߙM$Oޑ'LÅ0,'ZD pԲ%a]0:2[t4VJ.B4. V\$o,|QGpr2#gV3k[ j|f8Fh4Pyx2p7 < `S+c6TR@k+@TLڦ&QA1rJ)1!K7181x}%k\gߘQh:mǝܖx|NqQ/6_ͱ04͕({5C{[^2*VJqA4'lb PEW$ɞ/~]a,~ɢJ%c<7şa#&ȁS&.LfC6"kE kwY7ܣ)vƎ j?oD'`=%h2bEU/=HL|v0"ɉZ%%VsU0z63Hjd*02d 3l-*œT5%^脉>FҘ1Bm@;&O1 L4|f9N8OW&DeaA!% ˆhKd?ΡsXG6D_%#\;Gۘ?X D_tb%"d][Ӑm~k`.AkylAdX~b0OPQ|W{ _XZT*S:Ɋv0V|h}lҌWxIFe`UAoH9Gp>X%ޥA ^aJ}0XY~+kI5"bN-!. OG%g>g_V.4EjB)5 ;ۏ펒&/E5iU,{OY¾{Yj ŖFZݓֳ$77ʃ- SڋdlӺ]ކhpQSQu:*T?ڳ/:3D>^vuL}/ƪ-'{^8s~>:' ÅAgd*?U2* ҋT%+~]Yp]FOlRf:7n5cb#RD{G(g2F$&E`Cs?j T0)P#%&_BR woIpxOY/{򾴆%ȽKӯW#Oq 0QEU,n݋r ȺY= '/rLK,ƒвz;a{mpz1q-rNGu2lu$DډgW#EMYnU3Gr2=Wj ol=U{#qS0}d B6:?\ XC#-&޺^O즩?cB*ҮEZEk#'Z8u(x¶*ON]l=ز>,{عv_>{.Q |B!VqqQ'&~D-mGH, 3%E<S\[63B:y/iu Еv=En1{2Y^bxBL%.kmߜ4iYWe. 5:gl=0OٍsڊGLXm,2A},gfl/ڲof1BiĠo+;q.>}@6StYY)D]"&8+hUč 5)d]T@fM_:lm =`N]}X3g= IWR[J%Ti}*,={1}aT+8@0)[Kzv ^d$O*L$h㯐GtE UQ%=_ sj,YPNhX] џ<Q-"hSt+`VF}u<>GW[^$fy#L.: &\wOh8n7.XD=rgQ$+i{&t'kߖ4|HAo`)/S%Z6״E$1y&59D6g3i_\4aN&XNGoTRd +8nlrsO  -yA]fYOv/CϸbnoT'+;{v hvGiO5DR]a W}^sľr`FT ՞g뷞 dLo.'Ǘ& V2ՕJ暙nK.5xFI$r5m(`vgޝ'zũ7FB\&6yj^ kEpqKɵ%h*Dć1eꦢFA #Լ]f*V M&JQ"g]+m 0XJM`?oC<@D '4qv#*Ʋ|ZeS@G֙9%+P(UU+L}O4NcrI'W:_OVǘ͵=F&:IN )rzT”y2u%`śrޑ>)> !~b+=X⛑*cEc E/Mfv\..cN@|kF:i%٬.uP.Fp\xl0fEQHESNS1-Wyсrt3cU;IgEmJlqG#VAćz.E,,3'f|o; 㰴@|iox5MW\j%'uz i @Bpauiëܘ1 OWӱM]/LoK`Ƙm b23ɆzHع]\ۋ$@տd˺jCWm8]h9$r6za,"9ǐk ɛ; n>w)G sv"Dy!1,%jw |ɳ+V.8UN Y=yM}"t^I,B;QN@J<R\FqRsYvl{Lr$C$nfr.ie3\e2#斩}*qo\oH6kjD#Bf!Ϊ4@\fɬ+ƦiZRЖ.OEh R" C!&Wy1ǪJyJ9!ㅕs|fˆFƳ(W^18RMB@:iO^$V >ڐW&JP+u|n춨w)p=h ;m%9&*K:{t̂TxޕQkBpۦt\\mz0Hإ٩w d}!&c*EFwG6mlT,__f(gzҦ:{or̯?a#R:i.}b[S+Jr]T e Vh|)=Nxfi9Wzنkgʠ8ɡh xO1ǻ3K7dl71/w T(?xZ lAa ٓq 2Ho.qfe?`P_>RCC TX;f6,NPdԩ/z&dd~؈f \.4 w|84aV \g')ieq̺V"? qr-;mA[ an/̢0y{5"gH&%K#]R(f,YRvg)1~P}hm1'!iPGV2KD!Rd)HGYy}5,?aJ$I ;¯ WuX#h]72b(t@p})܆n7XK9~׬HPꝞ'60想 ?"Ow}j[J勾JKe졖UE.MA.M3fԸ`[!CJ^ ;v)p^5JƏ|e.7oDlMD-@[Zb J"4m|_'' >b"HS& ;C@DEݘeUoOg$rrkt1' %Nҏl v23}O9@ s  켚{L/s:"wb׾"ȹBHt/H}c*e#dh]使hHڦvE*@mh^E3DD~32gY2zLU݃w>|>#tٵqt"Ƨ#]!I̢C6zJ/KcQ2iG2 lgNt M<&)$wI8@Ryʸ6|I 5Zh';%Qtp8t]ӌMXpQ-yXϩKM==+v]?79ޮxDO+[՟2)B(v{@*-6sָɬv\XJ!ƚj퀳Ajj`I geï žLw /F/%f5fB- F]O誑Bt|wsCI[cx칷i ;DGŽq&ImExH_}_T+p&wC"+2^~RI6X_ _EKo}A( avTgamOw8 `P}J7(/7ze,,<2iN`G .Ǐy7K@qj&(x—e Jqל 61 Yz]USJX̀QġTݾzȒQrrޞDѧq3a?xuQ272hۇc^^3n†VT[x(6x J0ETR-.&q,0,Ev`tBa2d =q8\-!j°ZaE+؃ ׹]ە, ٜ@mwxe@3<ѱFH'@fx`Z!.VP]HɼIC^cFIˋE+}QFftшsh03^-^?I?Uhhm.<ΗXڶ)$C޴b"EMry<dA۝\]N!mz>mƍ]yaV3 ku=#mR*i<PJi+!O}Lܛ-@p~ `/Ё%(tְ>fʹ~MJ{ߜg Q n: rK9mn_" VA\ƺ(UPu%JF⑺-oe#o!h޿//x>ٌCgȈ9U\IN:m<WӜܾ rOZ 0lKmiAۥRRSZv oUk#C2(0vc~J9nx܏[oW_e -^޼Y= v}a%g}?OӴA0j2J͚2кfwk[C*L5]dGm$N~԰6y)N~ oMAM|)\GoЇR&% # Z:>dzf2RYf|؋ywoș-" Oۛ#KܾSBk]]_^OR K썝ꚇ |1'jzdmYO0L⡶McP tvKa5EL"j!ck2@<=LMxCñlۻ :,HvpB8/K+\9 Ֆ)2Ns$$/8Py.\ s-o#a - gvjVݡQ;i[@>SS߿iOS"\6wb3ĈK9; X7!Q,"t@Y,塓Vk;b.B*`4.M=Q6UHTq{.sD쥃#^*K"RHޅI:0ECFƶs_Xp9_dar=="HhSZI1h`4 f-^լNAviOnLzގP2sjО<5rI%Ƅ[6(2k"DT> m[ofrz|_~1K9-XiSEwnU\~ZUOgi;$EϪTl-û)]KMn_xniI9z;\Oca ZBt?;i[TcnbE=p#gj"gU ʒ_\jcV4%4]{ڜ~"M tBO`e7AYluќ["<27*#iw%b-/ҞLKVR{0L b@6f Q)-PxUǢl.W$>[dyPh>\z mQrجtF({dUďa1tirHT+}355d:7TG 4:V :EN.>CL8<]Dks{s2 en P8Y_^+A& *rSHYӷM5"5'<6)9LƾܓiK n-$XB` 2ԼPfH"o1FblP ǀ%s_;XDT7-T$*TXA/pF\DZsF_峿X ߭aK%+SyrZARF]^E}A,c iÉF?JدKX3:_ܣudQB-x3\8 ] ^&y.BKz3gƾAYO=$E"A.5{kAjrꔮxI Y3slhi|O18)`LǿC a0MPi7 M±bGl1g@|ɑNTj LFyB(ޏɬpzV47ںր<5XYkVhN<,)m#5Qz8X`՝9 *(ؼkݏ;:*# QD'SnզafBBsPB*h[ElͭI/^ZjCBX|4G=S-. 1bIa~=YȔRA߷ɋJJ`(3.;2REr, j PKKE%8-3E[d[Pd%tʉ~h2덙 ,+M.C}󍯺%>IσW*Kܘp•+[wS| E,,#Qˁ0-Eȧ-H!ן 7So ǥf&ݗ/2:GiRzuAtUŧ>?٧b"65~2 >pΚbעeVd쮥|^..M|¬4JFC=R( @pW ,D N0r铧X ;ałyPA^q8b0 PIK#2iwN6l3%F.ګpbar/83ZbmwmGD[6g:* ׮`-&8jʑ]*WekDÒle'XKn $JIgvN~G%|RZx*z |!Ն ԕZ 0ӂMĘC:~SJ*l7:/\- 'ggƯMq5&%-j(71>HcIlz(vo!3j ]EtI0%]w+ L ̫/r;F.3|KM&@"[<8iA1Z7Lb,![ޠh.Dr ɀ SFlCHdPh63*ʺt ͣ#R.wlF혱yh -`E}0ϧZ2 ^٢̠א_h(&Ѡũ!n'b4bTW8wYw,hh$ "c3D7ņXڏb;9*P"@ P+( L7E:k6֣Qr{~#Mabk*ʳ ?`-TNӺh=ܫN799 .cu3N1ojàPv%" }w"m*c4>b,3-9+R^ ɯGH_WpeH5 A6ͣ ~b [=tV_FE`dZȘ/dV0ä_PG ;Ce|Vt+A?Gxy$hf?XoXR${X R}i-$dCN/Q,8֗0w7ў'80Үڜz #wBE*Pu߅&[j%%77,e\LᚬX|Jb0͸U=;1=U r"2 m@3Gďƣ H@Z7#Lq4kR@k{UJ~FW,e;R&Kb<'vkNJ`gϿR;|Mk)bgPAS,\XktsKjW My# < 1/ܗ Ic&g rnml乗b&`nAS%Z@]L_> 'm Y 9|<@'>lLƍJxuA܎Qݤ H]?l{?W ycWM>gT=g]N2j#aٽntpDiv޴~b`t 8 _q~-|urdtF$zv$}qU4nDb*BcpNu%()gi.0ӹ|‹r5cޥSv2r[:,/hu!bHn'xDUSX"6ī\wT*/ʳkTDaul/nW|5x)_s c!gga܊6~%DŽ{&%uucEAOb 2V5~ NۥvY!2GY9ctU_oy 갲L|M#zjWg/[hȔ$itvÄurwKbv l0wnQn pCW(aq W'baZ 9&\BE.| jcgRM>h9ع:a]HԤ`巛ƈxH[q/ N߄ijjʟq%J4.g&cwh{X T#L'Τ.07߹P$H3>l.iy2Y`(i™t֪ ƶ#FF5{]~s~03S? 8So~\#O]%6qVn):q y~ $5JrYmg6cPފw"CqwjcDG3gg2Q@GjqgU[ =%I`˩uP24 K$gAԏ*v{DHpwJsv?ҵfa@(oq.ao-fBK3C1b{c5t0ӊSNNtx;[~PlGP~~aX 6_Y̔ .]3)3彆*rSSx 8^;i:A?~f6&vpMjԓ15["컩oA>D`+Y }z3/Iwm4豉їĉqm-AJZ< #] r~!A-NpE:c Ϣ `Q M qgÛ釽.DŽxHDuJ2ivd́"ҕt_ɬrMgeOg!BMP+QA?( He!~ABБ3P1*mONj b`aܯfC)R8R9rRмmOHv|q14 *]>n4>Xkt7-)1CR[9M6m)-Q|M%cvd|:ӒWVXΕb#t%3P[zh_rEn1 Us-F ki9Z΀x&KAڈ,ިjJJVs#Eѭ!K,-X;pg6#+٣'t?ZBm:͊`W\lNQ^m?#-V\j̉wk@'TM>^򉐳LouR!h(]X{:\p%~yBZw39.mX?s2%GV2]E;F4S{\Q"I ~h &p=nE6fh@uKsDws5]Y?F2D@P|'U^",BP&Sg[hIoc@0(m"LI͙ۓ&$m,K<2"\Y<䎫֧"6]0rlp"ę')v* 2N1^ӵ+h,x>҈fTF,$[T7s-i.0ͣ{^f)>sd p3?wlD}e7 Y,c@Vdo `:GXsW+x"bs/V1sw\+ayGu sp%7Ѭ!-F(T7 < K(%KڌNh5a}''d9҆3 \m, Q+S cl6Z`\r0=3?y.!@ VglDUt.(gX}%Y•-)O։%psWZ`z7Luw ,hDF]/;eRʚk'5taN W M;%2)F ?)6wWP`ޡ?g7l^[QJcxYqPI$2_:;sэ@Vn[^Hi&)vw؅ E˿AԤQ2?bF"x Q "nJTe_rMzVoO]0G۱h";/Ck5D,ijeEi9̉ -y003}f'j6G|76AdcɲtOy:h˯ QP 5sSJ5MH׫I@0ĻPPHGt`Pa\j/r6(<-:odxQnölm3LB7 Hb$7O˜A$'CQ94]XH`8uD뙩'xfU 5$ BZͫ J"~NC ^X_fW-+u V8@BB ~(5hV=1%4[S)I'cTۂљmd6ڐˬORdpf6 .(젩F,c/7z%U{nYJbE!nwhõrL՗%M_ӏ>.6L&Ob$믖s=yI.GTv0^WTg#FYPܝ7Աy\QIt)'Z*STEsDf"ĕnueGi-=t,IOUߔeL(T)`&_1ߊ@㢔jBfBɭ5XTs J4Fpyr cY?;!֯l_ϡ#:{ulZԋ*(;Gњ(Rk^L^U{j)5 f\/A3?Yٵ ȤHcw$J;L %4\BŸ oZ.[0% M5?EvP,qZg tyi`F[%8Q9T.o$ 1M6e)Ԝ? 7x[ю{1>>ci6~yUzWBt˒a3i‰!W;]!W씈8sk]+ؒ-EZ1da;lU;% 4}T C>u["KoQ/M m>Bwغ!(\LA6 (5BmGY[?at'P[YhR-(` 6OS:p#nd̠jPY>ęHF{L^[$K_7pY3(V6y(=P !ru=DGxRB׼~bO?5e˥4.T,kWn3cXa0,Yӎ*$?,V|*UwtJTy]m=uarjYjI$q,kihL-2 c)4{r݇w QscI f'h\u8U?%$h $٦V7q\1;( 22uR漏'%1w\(96Я{,2቙h;s'B1w.lFz "'v"~[ŕVA߭񊹥i3FЛgq̃5p=8!]*>[Y(lC7*K͊oy E[z͈0 Em@q;*RY?U7GY.-[D19Bڇ,)VqSg(&?K:a"(=JL,;fS<1K1An66)BI OvL'{SHפM0"WhS"!f޳v22AC 0/v1`Zo>p[߸E >!lݚlqtXu2͍5N ;H!JꝽif;'T7lY׹gΈDdO+OxM*Ɏ4}V@ر|'#g,MTY_Woβ 4"#?6)PNǶPO;7yHd ÁAo9x }Ib_ҡ,lwMH_O\yH&owQ<\4^lbؚO.dlc9t0q_9|f%PZ.fo_TM"qj'+¾L`Hy?GŠ 5Hv^(؆f4gf/"̑7!%4\l&P6ZYaI8)%SOYp] 5'(YL&vwTtM9ث*7@y0? *Y,A{ bd.qгhr V=)U@֚|û=Mĝ;wl"xuF=z }+|e*thE 482UmYĂb u y1LjN(,1by;8SA B/?j Y~/ĦW2 P; TA$go?j0T3aCoL.hmr 6^2@bP[$c]k೘M S ыX`m0?ES庫IÙJ*O^ M> r/y#e<Y*$$S(O u\W meJ,c<Ǥ=^N-p!27ejP-${p Ac *RE!:÷]@`d #8JGFY&>-QŸ2'm}ck+=D(tln z#2>\u{u3uN=b\5YϽopKymx](֝ X߀= G踌8#NZzz13!'; *էSZOAyNB3nƳ EL"m "jpQ',N:c6f}x;y}2PS 6JF;`3<+ M}2F(4*hk۷I˒_DcY1d¬5XoW,McON-~C~a6|s#+tb 'CU;}c4T짾&&}l0Ӫ$L1{s|E6-t;A\{_Nb |uE6 "XpIc$.UQɽӀK+0Ys`b$煘Ľ 7,R4 q\NOhsGfrmf:d>9'=!g[.s#{GuU,}O2@h ̧L|S8``b?&ćQMM],+ă9뗿gvC+a{[VfnI5c\oԁWP"]m-\_ez/tAΙ=}^.xMq%yA1wPU !aX'y)*X{I*Ǎ ݪ^+[f8sD6<1:=#-~i~& BmW7wdf2*e(fVܦLX\ܓ.>p݈"Q[q Owˤ܁CM?dVAx KלV6%h`J< *#~h9mB@㹜ŮȻa1m 0=It)nCNa"3U [dd7×<}L:>%B1k'bņ4v{I#eh!ד<c ]BąᏆ%7%bU ͦz@B:5r~b3ьZ B C0:!D3nX+htvP@+o!@;g/~fyR h| #U-+р'Sv%IS ?q\n+8L%Be 's_/Dc-p^a4Kpo+lח,VB;%WЎ<{/Qr/v)ߊ^e5Pyي&Yttij7FjFop+{\m+rBξȧlEnѢ! %qc2O42|5q?R: y.m8 1o6sO |9 ?BO ڶƖgllJ~KѨe.W'W+-,#]K} nӷʶ9oI)q,e(3`FCԺ^ZUqKp:NfAg#Hq[4s;lZD86dhTT?qq`iջ,7Mhgғ4sVD0ea"AђơHFIh~GZ%Ü8)mrREU9L}'|\@*LDa"[ts̎2:]Tz Nuq {Ū1tqDBz-IۙΛ`U2nFIy+мGSrڄglu߇4Z!Oņi}F%| w'M7F:n(?Hѣ'U%X&PÇGDGM"XNӷfy/뛧7ٯrkQbmY` 9+>ܧ=.h`P0Pu!t7c.Vf%SK{gF Ԑ#<*I&Oĺ5q%wE^T,p= `a_8T c"|;=f*Fn^sx+/{[1҇W챝OTF>lU*1KPXϼ{ȗCtCȯr]^\aKjY0)SOKbQ5G/Ro#`) ;GLON9 ._=TTdCCkb˜ OuGOC LPU mr/< y CdS51tc8HY2j`dzLnNE6Άia6+Wnw3h9ş*\& ڼd`9sq+C9r:R6;- hIK >O rtI1xcK2dA%g*b hH4XW{Re3r`ۃhˆ6%xSߙkh6/?MhPWx Qz'd*m$rHv7 eC4^ p'w;iL)Hn>0+&|KEz5b]Mw,"hcVN7v rZ$\Kלm4P{dQOjY=jt-B,fOTPFx (;O U BV@ϚL<#܀B9 Y@ 5)ЯZb:e0bumĭ1ճhI6Ρ/~Mo]t=<#q٤F's7# s~.9Q˷QĨ䁛%r.!EnتO!:/8bɯٰb6&Oi2А-^n+Z yE=x^ގg){dU9 x%ߏi/#yɁxMS.&3>د?H!d-ZGQC+b)y#F5pwmLTͲ4̌?qMo%R(Q Eiyl&߀c t2[#/ާ,H?fdxRZ^n~ɵp zIgw3!)eT1N77@m;^ni+g6=T~$;kSk7=F%mVLG:f+g(+"ϛ\Ix~$((€o4i F8Q Y75~ЭAMe5:w+XjptΥ\v2|6Bs=sf mِPygZX6ۡ οT27k Mю]c% ht[pNU[#o%<A5o@W;Ws d$L떫ۯM2NV1&>W vc2g|1KqLY1܄猳Xo÷g~GLID'*f SJ9Dmcz_^.<)xS@"NFXK,ln)ZbfG?F.يRr@wh?qn=p鲃cJkH 8z^LreFO <@bj(3D"^bߧ-h*g83AM14Txv?UH9e,1vDN0ytYðu.ۧt$VaNUWP!EOb!eq>:\f&j>)v`$~oMMf Joi>\K9+XY| [g|7MГ =t bjV%Tv \Ɓ|%nSд ԤKWYג8EwROb]+ OҫH .f9Ѵ6uiHtfvR糬L(~![tAp~۶ ֮H &? S m=&p&3FUXoثPmF)Hmvq-ƹ1t;">uQ٤!eAAL@gޕ?^#*znR8H[EP:)7C Kd5,1{d '8V@[?+tUm r"WDjrjB|co!uK0P|O;vݝcu-O -j{J ũz/bBy;-t׮gSUi>0 Vlkh<Q(cezi(YϭfF\Q;=pWǢmS50?/(IyMOEI2&EYcV{ A(X89$$8ħS|4'G2kыJ3R :j@5f{?M贡9O;+ʶUZu ޭԴΧ"ab`~잌U%9^>'Wg%K~ r4Wc-Q:+2Qqz>aiص6ih zAMp&8 e _b X5dҝ&<zTkC9#JVꑯ\e,MIj/b^iUxXN(@}k!ϥuɣ|RQ`$0kw_9P/cH XWI\:HRhO0žŠny9{>V?y_7InYIP+&~;ftF亭^$.G GJJm#ȯ3EHS0}ŋH2Vem! O|u1>k{>mɭ(Bo\&ќ|.O[gH˕`TFH+MWFiUTk+`| eUVlY>L`9'wwvN6B[Zd7Ih^ƀ[M+ t{;&I#Otٳ$ɈdmK52w ? ~o/.!@?+YMEbR"k+k zX2P>=HC:ߔgs*\2Cu|> M0)4W׾htrnZAq#awA1}_e$W6p̧SU$ ~AO*m+xU궶$X}[CKdR*A33(sEo(ĪQbEQWGyy M]tF+T'kٹvágqWmO7vT+KCά$BZ^٪7*vѴ?IĢ%,&(pUA>j䃞iЫ !TZ 9 t2F5~_Yaiu:<<ԁTsچ h$tk#qUZW|Sgd3\~7 rFf%)Fw_y4#;_2~RӬ&fJ (0`D)Pdپ xOZGSMqZBM2J~]|sYe> gɎls"7j^e*2G#TѬ FX 7Tn|zG\uPe~0T~@V(C^&5SٴZ|L~E 0;Svp-6]xSiAI zV;`cY=+2+\LFFԌ]GV7sHQIe/>԰ m4no6vbz]`OZ&!,V>D G/ǯsXg~UXp.SEa s5;#һ #Y? 8SEvx;)9uE7X։~d{՗ip䊿2Xhҗ^CDƍX6WP:|:cPRj?2lF{l>?pr/κs쾹]Cd()eXTLśs~WdHwB=#նX3Gش`~N ϓl/΄0R˯25e`Z`:( IMRPd(1G`;0/޵kْl^ާB^7R YB&r$[0^nIn O `Ο{ hf_zġF4d?}ak$[+ A|)=__ =D>Xp྘Dh3MU!&΢ba 91W[($UD[@.8 ɗͷj Z & SҥGy{;D,irKW,S 4u=Ltul<9M^уv}'NOV=eg~9hg^8ZThPwX^9W5'Wpۏ+ cIѾK $JXr.DWv徵C4ʣkNlu%yjPClGe*3ƅե!u; 奮ĽʈҢPUi6uq@m_y]%oV?K1޿)|y#g=RD{{5Q`}' 7DT=Ht5ِr%Kz4{4ZC*σ0?Sn#`Z{gnQ24Gɪ!jȲQ띻i>oՂh%ʹC^\"|\瑅 uxI },씁̟2EjN0x^t 7ʝ꛾z4S('/@1ρ\$ Rq`nJ1YQjDuL-mՓMaZkƮa^6/p+Wp^ W UFY'XS\䵺zx kNPЯ9VW%4j{ުW>@l"ve~el?g/cW.t@FVT!Bjev[/ǒyϮ5nq`2?4NFdFGluĒbN$ n A20,?8եB͏ d܊3?Sߕ˿Lތz{@q6h*|T"\v`5ÇtU ڮ~M@H-Ƣ-Yn)7w |FlATk[/rQZx϶fGL띊V ?#r7FUkҩNUWmQk51C#]2%Ȣc< >k8 E?DZ&D6KlpM0TO͑4O{|>:K;% ۬,nűPnaZ# [x J )huۣεwӛPJ;A 6>a'nSoojOZ]_Nej{F޳kʀt9oEDW G#0맲+žLWr瘂:GeGݲZ!UyB1RVڞ}Auțv'fYvUs{X]m ToYlޖbUv&^bɟGt+.Az4&OaLgMU΋4[K-2^``Ƴ-/$vgX7C\TE1$)g\n!T4L:χډФɮG~JZe-h "hӕ`Y-3~cIx ᡮZzFkj+k6򳠆\IX)H9ށ Mi쪪R t[pQw|NK&8;Hz7ݔ ' 0#k.qH3n<'tYpgcG. _>gĿc fkF1Qv=q;%F|Qf1G? QpRv{vA~:CU$foבfAtK !*#_x48z7>L(a _C"2ۥ8σuff hp ̠eh.J{\Oi_U@[qE2էa<{}O b7k88 tU.={ώ(N7JS1(x^P |lQki3t0?ǵ3Mv~"LiӒmAW'S~L&JmqU'(kfa|Y,JjV'tc̿CYGq{[{v]sw^Xv=9'`umY x Հ6*_j$ #,'`DtKN(,(ZଇHgZ.6BLǏY,LJEM6Δ3RŔ|ǹ:3`;fgiRB8l+bljFo"~$ZGwI#=)\Rsh՛{-^ePNM:]@بCH3gVKӴwCJ,n`j8b8FL)A^Pеpߩ:0WL/qLdd3;!mUI94UX-`4X^`]ؑkV[ .X9 ڛd Vo7ŽhJ')|JCO8KmdX]wzgj3|v+ [=z)u2 Z@Z ş˘zTѰk;:7-vO"i KvRo7 VS(H"$nȨzڔhX(a&`lJG{Upya$4I)~e'-u^ `YyJ{V4 .,Z'a\㗐%=oh)%y7p..6dp-tƎBFmR$Djbkd'>,wJqɃuN[?D,J* rQM&쳲I ^ d`A*'=IibT1 $+Dgy͡ a'#<^Dz ɍ#CqUZT "NZ*פNVV@0wU1zn~uxv)4'Y_Cqwgh2{;{|2GV\icxB;_(7wKDR-B*Iٿ i/4 ӶKK`+ A5F. +ὕMNluR w=~rR;!wkizS_:#PWpBRI=ώሐa7[DMQbqB?58JSc| hFVdIHshz+ZF0%Ȇ}FA#$ j F = )ls\4&G.t䢇`>OG0f4aTq”fOK {MK/ذ$HbVsFE &|mHB$8Kwwnvo܏& m/<9q.~. ]ifr$4m=o`WbFw"5wU/z"Qؼªe=F"m>ʫlk;iR+=B:RiL}WQslWvl*]ŻGZ ߂ֽ'ë}T@7J\͖QԮމ$Xq ]TȥP -(snkkخ \ԄĻ^}?39;3cc8PuC"v\%36L?7xnU$oCrп9}.Bd^fY31 _o1n.3[8F-񹌸s/s;. a{›ηݭP0f%؂ۈZO4Viש7?)gqHWu4]f ·½^AL9] :71VHW4^$op/JUӛSk}1ꚪHm/UzcO'bGjdB~΁ygW9zjd~F9z`=+gL2]STRBSD·P,$neGESxA-P " lQgTe{.0FxrS?7Öp,"(/:ŴӁ)'_ҽHbbc'm(ĵPط > Qj0yXJs$9qsqǾ/]GuE`D6H*:?-Q,<ں^'yZ_NRj -jbI,ω:pt%g4 *94gReA]+hpE8o2ml^|(ߊXco-y}S4OI.R̔ ,l%j/ 3,aý*]qGTI0oQ;S[Dkߐl`X_oc2VC_ =VF7S{+lm_dOucG&Vj6"ϊI))6VL$љ'=omCJXi+o) B˜IdZT3&2#喔pI7--wp](qKNm2D/w̏gV឴xKO bHO{{=)_.Dj̖={S B& z<d!@F#14n8,YMmVͅvj_x~XޕcR@:mB1-m&zJ;OZk[.etvȓ'Jk%\Lr!EdNJ: augh8?Qw&A9gSnhK w00eIH?7nkQ0xFx!F^iCB/m4Z/Z RO#($ٌf q' $(o!9"]nE[)Z XZ)}1ўZTIm1sxnѦ 6/dtz) =LG 棌\0]ej@&w4#R!Ws|ja9r.sAO.U31UސI ANǜ(dS_?nŵ0A!q5Q`Ko-ǹa3 zv9,XAM~A0"}K=yv ?U !%2)v@i] q?ނ2[T<3Lji.*":ε!MXN:B+#'3Q3E/-c ." JrWv^ΣVy֍1&J+__ [XDPb\3LRnYƚ c׳㊠,wBDƎ:Ys(GyTYdo@СN@p(Gbv+♦)78ZxukrZ@5GcRnd<3qyfyelbTpHDY .B+r\3B k"X~Vyթ.4}zG/1Pc%[CaPW_ }%x*%\ b~ lmt/emcnh҆=?:^#@' GDJx-!6j>N"tML2SPsʛF>\ *;߰M",cc /w5!VZYiBxڇmFL5b~L'Cxf7[FڟY}GZn.֋Wz2a0 ?qw0"Ŭ6z8u ޙ,mV1?iӵIgoH/qa{{vh46LC@ 7>n%ULvk]=)&{|P0!t9r:$ƴs7J@f Ak8f;*Khw :Z4b?5Hj(O!NdO(+pv_h鬕H5$VJ^߫:j*83d2lG *Iűbڧ,04u~Ze)%,A.B]N4˙1/?$L)9CG\?Z;tۘmqbȤ TS$r pLEƗD>ulѫf8jm_o0 GW"{e^ri!X;OgX\ZU-E/U$2&Z.CIf(AHlyML)ػPʫ Bn&] m!ryX|k:XQܕDŬ4Л2&]!󣏁tz7\2gkZ6ʌ]̝dɓ5S| 4ݍ# "2U6~/У0|"7B5۳PX^0|3ED3s˩S4 ˖Eݗ *nv[=oyHJ`O.{ׁ8LZ/- )m8{jcI2ԋ@T1+t `HWn.ef]cdYMMfH2|ٌfD )O/]~y,iQ/arYW_ IcnsRlEv5*B׎ 8Q^ @fAx RptcjrjD؎{cW|$1Am uGe~1Gs ԃ}65?~KJri0ms7>^,bypPiKG2:7JMTˏb;/y|\;pQ_h үO '}:/qQɽO᳧>ͬ/*"SO|ImnvV'b_/-]&PΘ9 =0}C!\wE*%i7Log]O螕 mhޏ9x5ۃ$8jjgŧ0:Z֦ͷ歆53k cYlJŀMd7n,s%Q:]gzx ?>H6 ^ț޵Z:YsC=7>q tb0>3U2ZCen}Jp6"ֳ[t] PtЀUCRH*A0c?@TDi#yCh-nK3NM沚ˌ>cNA'2iSlSЉL/ȍF0i ݀@.8ņW~@Vxȭ[{M*ӱLX)K aEQ\$^cgUMo+QxHD3'+}) "r›9386?8uHk@xU_<3|f&by|߫d;~捸 aMz 6]c-^|D2d-Vi{P_N2mB4+Ig#*Dj0PCȟccu zxp}i3FFZ >6 P>a0e:@wBp1 SLSrwÊL!10 i Q*.BM)xgM%4'g +)w$̓V"W-7kof'QEC[yAPa VtJlw;|[)X٣e=2Ǖ$ZU~hn/|Ü'[52^'Z"Е}Xn&\eԈ'PI&2E*eHl.z\MΜ/7|NM' aOO("y.F˲P R|# @' HܩM6SvRQLҺL{w P.'%8wZ8ZkT^xBF9STOXK 5 =L1 '\471Szbd +Sv| M?&`Dž=_,t&k}Qz26dJN^/ߨaZPWm{Rpaq^5&3lqW2 cDةQ$ZQx6--DO(ϋ~EPB7Ú7;ڟHؐ1%]DQkoʿـq.xg|0KM1 IZxajWVQ0&eV$2ެAFIh9DÊvjbDeVA:H.sd3pnXi]t7o &Z%DhxlW==&4mE;'1=ugVD"ƲJg9%G}?$ H;T.H5Ʌl_R˵P#fk9xd#`+{ؐ녑[1z$iqyMb'\!$7[F<7m"fPܔoA13Lt 2QBG`ls I2 hQ;Cb9U9ū)6Ll`myTUJ9gd6Ȋv38>Xm2w)p¡YBr'rh((K9õܵ{fjK`1.+hCU !V½"s:%@FѽZskmR/£n&r"VDk.{ Khȁ%T QΜ:ŸYÒOFTG~ s :e ?Fr+׶+S2+vƪKg/z. qX>G*#1fWkfZHbt3xt2~n?Ò+n զ! mt1mcAPrc|k\RWSe6 .+:qp@ MHxֲ*sP; "gZ]'iE~?w)>1D ]E|cmBb{t2XUڠ#^>XqvxSg@MwWn54[)%22W;澦b҄ qr3Fr,$nY)p([:Oᖨ}l[CkPžqO>˪Vm 9Un9u @szbZ0H6IXЍ&3@"Lnե]VȅBM޳&r [ҫ˧҄0F)V )ަBXLGq;[WDA!#*j` L^秆m2K*s%zoX5乇tQtYL ToCfv6/Y.&P{ ÙMk=7J *|Cӹ~H銤a%,q$ $Z\yWߪZòNߴn6D*4v_q:'~ Yu+DTk C P2ጶw=Npۆ'S릐cGƶ1l|ᓄ't\naNǵƒՕV#e40^ ~g^H":[4XKg<͍!Np"ͻgjĮögv8 1 }@ޏV/J $̠sx{y˛0,.j7{Ka%(t+ފ.6}-r0T%aƻv61\sşK}u rUB5ε+ks/Y7@Tz4I.Ӿ+뿜^hvv!< ɏh^qCv}Ҳ2,^(.ge_LQ@)2?gd'#Vs@6⭀^}Q8wj3t%P . `پ@Cbd%7=apar',eBҧ'g͹J+ Ef3pDU*?"+L6ZYhxQGHϜ.1n3%aMa\B=D3݈39% q95:leVMUI[S!&Mq(IE)ԣ);\DsvU˟orl&ϑrbB7|Q`{=Ji[Ր@<-@V*8Ô޺ '1>qhzQę+bcXiHEZnGȳ|IX{Yƚdѓ~+SjDicSv)")x8듖k.;K9EpMO&guI6D=krp% +KcȾi7$% 9@w5y.'rg=3DW5K43QیjM8<63i|ǂ"60 F}p(>֡~mB"BƲ&+-p2u}"ή`[;FCv Yf/ : ݜjsQf1v8wLB@k*G?\V2 .f4v =%7OO9:Nspr;c:5;H{1w̳\c+oZIDR+k ,cD(IqPN%qx Dz) f+6`Q3>@~g.pBJ˷,>XiCi7Vg T{"G 0J\ lØ?m E-O^%+AYְR@7QqRoF,݊ʫ .bM:\ԹƮ8P>)Wj \·{3F*0Uج$!jZ>B/ a&GܹF[q0`zp~l!ZjBIT1L5̈́ Uj kKWGnf^0EF0D){n3fl-hQIŮ>MĘ tp2RHQ')as$p8#>CW`^3!8//G-eJv}A>tSJha[pc³I/FB\.'arv(vP Q{P8wQKMG铼lTh}A.G4;K؈SqFd 2mgԠ2'n]DNAÂ' tY ,s,qt4D ׊r*]2Ee&#:=*/WDcSu(w-"jzgهHqETLNHMц 2a_d_N FbMaY]rP}Y2IKc[F"=Sگ뇉7HꑣD +i4Vk~S_*-3/> m/"m.\!2~32PER0r񙘹I 㭍ԧM/I-å+V:Lp˗'(/a<ܦVmezYA48"{u:lt^\72f |<69:`:_g5lPOtq2YaT?<R~H #ԯwz ԼR l|H}Ԟ^gUq]rGZ4-]ߺq~PYGJl_2]: &|~}p[CJThcڧukKl3Er%OM.'6l1i.a+SDZ&9 8-kqcV"=Wn#PlyrE~!hI+x:X!HF/m ^,iGhOZNZ{6*Y"Jo{$noz q4Pvo2\Eت($'fC4{^z9{k(.ZvX+%ux:.(|XG8R7 vo%&Et cIU~Ќ4s}PBڴSp=i?F_g[Y's/Mz2u 걤vx-_3S 1/2K};7͏)c5}/uC80ui}samDP]fe':|yR(4n&ұ})HD9DK v9 C~zc@U8wqA.fFD`gT|9*Bޭ[(Oyq9G9BJYܘ5Y\8]e0b cxD~ r rR";v!γp0q`+4H:~^:[RKyHcxfO7R _<˞ONR8xlc >\w?2)z4_g|Orm߉1a-[c.f'o-`-LKZ1fub6pUrJjyW<}Q^Y\"FNТѴcpBL#NPGC }!€TBBxo9CtMdZɔ, ĮB f3|$uS "sw?t'+看L' kY\-27;)/6)h0+WBpL l 7T[,,y2Bw2ঊ &ek~Xy?"yY&p)8~9t~PkW+B,(?UYW3Z^~q5N(i- B ]+>}eIuwS[aVi(A >'S( !437!8anv~r#%-O)#e/coU(!"C7!Foʭ_sbZ:P(pnaɝ)rj9-0k=Cyx$<ܙUrENHSp&O~QQZo?y%Ѫ -M#.;umIT6:e1x+m1ǡ9 }֩_d~Qm^BGEKxW3OS xSLcT-sd_vS`` ǰ*$bu}v8d@i]N8NNVPET?߹H+JO bdxxOx*2)^Q};z|.ߒ2ܡDdeQ8\撋7AjX{~al3p1uq`O XOd/q/VlDiCG^$JGT<4>}K)tl&tp68tc<Tp9"f$'Y[A$Pbus{ wD dq:cn Uq$ӥ0 XC|ּL`d:tv#= XjS#_)aYKeHXp!b)#ӌ~a_fy4Qy\_{ G](/ .94^|Qwh}wĽu #q_WM>wCs6Y|PbeqfS`v6*.nv'xu?(`A7Qk0ѡ2I%@+aǺk@ 8,i}\nNұ=6SmVꝼ1H@@Q̜>mxGO0EփӕqrNQ(=l =*,o jk|bTW‹nVf'JVX,ĄQ,x,:C7|UKAXxUWzlLpwHԪ0}\ ##Xf\q2f BesrIē)N`coyZ| D5VKVx; deӌ0TJF`9ٸF9,65 vJ͒q=z.#-ۖ}fWm{aOa}8?[8f<0ds?iaP2-JtJTNJҩ9#ytaLpaTv$[L^Y~SX>M?籢hnkx^O86\K+ v eJ_Ȏh5cY(çO5X'iFnubjfePrĺDgg;z#?+Y^EV9}5Gf|8d3e#$U.\6;GYI =sOD9MSh SU:/lFWx3^-3ߝ|׼xYX">r{%GV0|ddc :6>Ͽ2ڋ&*6b*O4R JÃ3p_h9pb 5bzm8v?*3 OҴ6uC:mzR6ew.B9ķ̐Cu\BL͠Y|~ +  :@&*r|2ReQ~=v Cyg z7<e \Ė֊J?)x)1Q%&݅1KWEtax[j勬>k)uZ[`Ʃahr{ZNd8}a8󓛧$oT} ն$'Cz^ am{ԣ,G!Í?f $Cj)-2BIM݋Vzv+BQQ@DbyYBic ;n- 엸0QAOQRpkXdI:P̢EaV2@%OUCwc{}j_+JݔWK'ҥcD0R~ HZE3 YPL@zZU!ĈS3 R8 p>fr^YuƲ~GZg4w * տسBҡJI륻^E9$f]}=6E(j['o7e 7.7ܪG7 N KxC/:ٿe[dAb+] 7,<2 N(t_1|R_>lva7/twl˵։H4rPaB ~60]\5MhbTi}Q&~Mn&m brqxE\s]mE3tyD|א޶d+X{*tC$/;X9)Lw !"I WQ˘%"nwZ<ؚ`ˇsq0ehd 0toi[3O>;x=-7Lh)).kڏ[[~ 0 =O ,j,dw-UFBW=kJ  v9Agme(fhuM, }Om("T}T[t+H R-Pf# z:^mЏ%cvF%EjE-9.jt+F%ُ~;`jf”wfEqK*7L9dg ))-g7ũюs:O q'v1{E6~EB"-dE$S 5K|vʶ/X6y$LIK|B{jj9 LnArSedȹz p ՝VUq.ȓ+3se`pu *Y큯kXMICKF\04WA>.@~˺B]_ԹQ"TyPgݍO0R\$M ag~1VD^>m'*1AP` Obd0). s*RTLr@vtM0'zŐ`oP"A |_rAt+ '3ٻM՗ܒMH(rC}Ǥ'>~ q{1(Fe3ڕǩ 1X nf$h8ufvA,^ |j2mEu3NzTÁan^95TK`KRVE^{>{) kK"0039vK&7MQZ6DQ:ג!"/otC|~ /:TDS0P3V{Ȉ<_X*DI`΋*@X;^Uڔʚ1~b(HKгa5Zm{_B$0I _P٤~;vru8~.pqmL:QL1,hr9$o|V<'ɗR7N9 8'Y{k bORDap6$@UT4H(7e ÊT[eTۑ;q N :ELEbƠXO퍁ES% eOgn6X~38zxaw)k'ǩ(q,kΊ7Ip)mUrN7l<ҺB@IYweuP#"GH%N7a{Zo f~ p(qyfW:I< AAm T KiI4a\%"24s1<ߟ7epjg`EF3+un9PͰJ5/ke쇬0uhasPzWc͡*,Z6L _R$ks7(Ϡ FUG34pz'X" NF*NU3Ee1}Hs$Boeڠ-]kR9I|rKe FIr/nPo]B\5@EQ#gW ]3R}at2tN[*NEͯCT|/P]Ʒ 5k0>&HPtz,~T[Mi.}WYVy:boNMDp D_}m@1Ԇ+[#k O p{oEJO"E$JĽCuzR8UryOFtV]gY,yCW` 51DcIbX4I7XDc= s ʿOoL~)7qqp6X|hhW͑!c1qNQ4$@wqr0i8vߖ[{ǝr2Z08 *,%ؤ}W -舳͈"GFJ@'xȓ9BFp)$Qcz5CG4~ң\q900ezU yLw+Ρ1u]0^26r)'l*.s >dܢ)A6[) ~"}ኬgtBb}Im믣 B9~C_RoslQF)/ϠwCzonLp|\c0{7Ԁ&I>'רCNb nDEr0jz2R胦F;rT hVb-Y8g@A ;ޭ @[Nrp;\=ɡUL }̀9kUpo% qtF?-*ڔ&bViSy4 `L݌2[ +GW^f@uVc0*4_OVs9( L/("ERږ[]lJϣ'ѢlKyr>NJj)_o\^XyZj-cpKI0v>z$)OW1qMR4 |԰m/\ ?D&6}e ] L})Wc#SnPҵ>:ޤOe8D)ŀ453T%{ݮX8W%3T `F%q9e-$KಢTü嶖F9tu{A$m/ yDe44u?oN`%;V 45)oz7H4TDQ';aOeоS4}u1_{3. fnX0uAS+gRuW[NJuG%P6~}fp?}vTc`g`_ _lrҠԑhPS~;NY+][l4<f).MC{nIshݫK|ƣcQWH;?'ҰGb7!Ns_>&*ûA+Tu[U "fU{I:F^Bk6Ct>*& c;KZ5r;_J%vi+d}y%-ݑZXaM;iReL_フo?Jh֋L+m&BR2˯J`ʰ/&V&|l l9lN̲װ J+6b\9o/ƾy@{?Z雝˙f]P-B#R.a̧iKR.r}-4PSjݡfɔޗ& ƴ?GgK l.OWlir cj7kFU^ ũ<5GvPfcs}W6t5C-jJN }/vκgF19%=sl|3ksq]%}LJ ^I ,fM~d&K}51EpEFg$=a@voJ/h[m!/'(Q $Hr? (>Y.R,P~|lQzz*_PpUW^[ />cP&vNm'pZosXgfҋ\C09ic+0QR.bj%8:?+Op]goab 1r\UDu| 88tBZZ A6j"~yS mU&Ko*>+?45Do s 10O* yHEXڽhQZj{<d~z hbPc gy0yBؠH 4>XTYhzI:+G.9$ qt7\˵g Q0$3Uc-r^.H/'Gί= g9o u HSevXsDlZ _܎Kd`ů; PN%auRM_e)KL$<~!"Y! RS#v˞L=^cL01_iK;]TfHrM9M:I.tt9&r nɼ,*|u$nmZ3kNkMҺ8X{4.F) NY]fTa_ezo\D@O#:hikBp{.O*4ž{ :kzPß#[s4hdF 3bXv6Mkd BN{Q%5:qGURBKJ:]a:- fs%{y*yH)젰A ˎY7{ Q-GNJϦ)5/1ZY 0‹s|TT~D@UVqRRSY?l*]Y˔F.-@OÀﱪ ާ퐑@ȃqݷ콄>bB 'ͧ6 gZg‘ ̉RHG쩴( q+/Dw f_ _[/MWV?(JtB2->0NnJ1EkWVݘ8 RQ^K׽}p/lfrDv}𝥥dxTyqDƈG$܊Nƴ*[(c1xuac2`oO“:Q.</*S^if$b ݗR"if=j~.gy 7)yRZgg0W]K>:g2_Pn* ɡzy/?+zqy&r av9 ; 1>y6KJta3bnE@\9%tYBq[1xeӲrY,Wuf!cL{/(DQ8Կ IGEd bsvMeR 5`́$bYдRHBϤ c19:%O=#4Uy3q ZG1=·˧YpC.: xxq_Y?dc 9q w Rqe!&*Ei~Ww,>ՔT6VҞ!FV=5L<IVѿ}w>lu=ǔ:)(QFa.v#,u}i1;sd/g\myK+j T ym:`7A6& C]ϖzp ?lG 1ۨ= g$ߍkuȻzW{v??cOzp0E]Jb%1E6xn@4B)k"ygX~8;Džj p4a) `qå0cC6 *w_f#U}ЈAN.$tv|\HGjY!skXjy)8!&|\6aF yQFwg[A( -$]AYa~,:04'1/ pLY~s4w4un\ Cɴh"#}V/a dtŒޏ/oa)ې:]ﻉ;m[cQ99j[* [D6jsmjG/?(sI5ltD)lʃG9b(r$ײ^$b~{U6" ~ qָj,#iNV؜gFuν0DŽ}£qd%=(H \}5N&p}i}WR!ЉׁIײ \QjPJ2庑`Na^:Ȉ'֩!zi!l02,cՅJ%zMj-7,wVVtYV/Z!V|ͷOQJe-~Jm!y6(_(Ϭ8룷m~!Hn[֖'łt${ޅYzj@RVSlMT'm%%=ry?mʤya0ɤ#YO7\cZn)f?ݪP`C#a 2k]^ 5/Y9 _<#yz+ TKhH&zǀC$'UT2̏p gY47>EmRjmcBiPK-$F!!KAxb& ȫMMnmrz1 \'E5*1$T1JV­M!+l |UV $ms,+2 kz N\K🔎_R spҢ,(f~NY0ǕL2$uP݄늲D$bWރk@]-]IufUtB㓺p;s,|r~ ~7L?[)'ʚ1H[0qq{[&34%޳Ҹ98ɄLEuo~޶ɶZ\ۡdB2/wOss~h٥6bQ/ R*6Lyl?l`^23\XᗭB0oh.߮YB*N?Šxms]չzЩ3ƃLYbp]q^i@{?LD_q"j' cN-I; %pQe16WoFbnV NZLɓtaW( qj!>Ϸn, {D`z>ǁ?'\w=9FY]^dFmҩo ~Bl MwGzYJ5O>)lw| Q,pͧ Zq|y¤Iȍ RJ2Ѓ3 ZG *٣+[OA$Z%M[Va?`aŸVY 0񟃒QT4rzӪeƤ $?ʈUort+]u H$Zy] JHnQp;PrY\AHOe5>nYW0^d_dXbR-A '1M.cŅ rp3f2䥢 YWOESyz hW"- /FGg0S2DMĐ?h_XcUWg&`)w9d^)[yhЖO'B_Ď;ĭ˙+Eͽ9^̳#7-dd_L~2ؔ6@6sk17{a"SnqɽKc Sb?,'rVol2OwvXۚiA[@B/oɛy%+a# Bϫ7?cY$gynGJ _1:_(dNJPYe<LiFc'xڕڧԽleKlÄ`X魚Q Ws%Յ"<r"H`w:dj# ȃ&ܹFh~Nn8dc,&ys ^7ػjO_ԊNQdke+9W6za0Kf̈~4([p 3{XrYip l8kWszN n b*0~yB#- Fn[ZR !g_Wz({Лh-QRBFLF :O2&2UrqU4?z4XZ; bėe:p)h/$3vڻ(J`8 6]t.i.h;ǽǃ;G$-{2o|2I%+;.*?cˉRpZˠzj6+ U 992}ݾq?5U׹,>poR wy]`6B?@PrHl{Bx2r`|׵x#d ]eDŽ&.X摍e0mfJof +deQ7˦_RTT;4V(n=|/$wL|&)lqaϚ9{>KL\ֵ5Dz[9̼.qܴn,YJYJ"+hq f?@Y8lQ+%֜?n"yjoyeBMob 0}-Rw;$Q8LH6Œ613(ˑQcf'f-G 34OTRCYu2swbj t0t`^OO)>BD|˿X^eXs1''.Gf=j +Bp1f[$>:ĸN'>Keօ16N>DuKحDitYkjJ7$hZpoS̫EȻ~*q3CJ?^RIӎ,m\XW^w.)M})tVOC2"h,H&'P$8*WE&z?صVZC__VgKH&Ʒ4qlZG+1Ѱ:~ 4I$<*S.)ɔ3JЎqN9cY,F\7RX o͵ 7z.V%8“Bt״踸Bs ~YМvumW[2NF^ߟN535$^ӵb3 f1v xkt;,]OI/2B%zc< ɐWR"^•3ldw[ Ws 4ۃ<L 1/,l)Aj|1:G8N</Ȩ3ڑ\](ꟽ)Z>Syȩ{7| Kyywt,al`d Rf T֏&vVĒ 6|*ٞ꾌jG_Q/aTK]=(@,-`3^c$9zv蒧iTίa>~W&(K!{S;+x#YfI~(w((tdl;{.0Ɓ9\~I\F䤌tp3$ '&垜љ.[^ yӇUB#cc~%"qKVްwC{{W qY$ܘ@)Tb)q9HW4l >J'al<<>&uSw(lJ4">cp(ܜʗpқp W|„07 ^m|ˑІ tdDoq !X>87R E  ԙJ ܵ6u8VD/Z kIwEcD7{3+>S-L# A˸W\e0 5l>!uʐVXj2L IRR-,]dX.=^-tkzvS֔C; TyJ/B(i(e7\XCٙV'<D;Z]?QpLlhwvO-E4*X}K5'jegݨ|r@@ ip/ T:AK;'/`F6?%7砟"=MVKR$MPqbWRG¢\8k*ӞНݞllMqyv"#-n3LM(Fasz_@^V^MXr]մ᯿g) ͇ty)0]{* 1z̜6$;jj{.HTba4 Ii8Q>qrχkBU6e3g HԡtY6"LmV2AAz HzQ$]uŞ{u@9<Q%FT HT&>FDťm)AHp @:!J qd+Uӝ+Т!@؀0u٢pL)|etk6+F;F9UI#Rwo 4œ_|<"Hpj5 7:4!GGi^m.Up`mbG䪾Sy QqMY(cF}݌\;}Py ɐ {yC7w _jbAߦ^$\:aFLnNdp=lSa\N"Cf@Av'Qb9*2`-Qk#dGg[kArzPCpڇ[?ee#xj4ĮiO$xkAt .nzj^MFxf?MX%؀Np*mG5"Jj ⷀ߃L3>6 瓔=c0)cg z*?-i;/Dc7o\ X e^;:ܟʛ_.n][^O-g1tO!F}ۚ9*T_CS7xxD##х'@7oBX>٠>%s2܌wzG\ŷG2'4uUtyOb|T5"suN::F\;f9|>'ӡ 4*y?Fv̗e+rߩ=ǬAi1:Y!AESpr;UsE,{ 4?Pu `f8/d)0-^<$fWNI`'7濎r!D^Z'r{FwNd pާTU^_iǣSaqcXs$_Fr]|}xz->9_U־bD;4`Fx~D8iJ%5a򯲧}+"@1"S4Du.Bн1 ־KҺW!= V<͢T,K0ʁbb闪$aѪqULdRSrBDPKB A=~dAQ!N=}gDZQOZP- r.9(P +P(.ܕ0ɾH ifwv lMo5xGrʀ: ӗK.:n%:|F?xy'o\ٙ.XYǨQ lf&s]-Ϸj2_/;9rAt*ӣ94{Oa{?o徱h@ߎU޾W! /F=T/8zf{mJTlN=9CeWɲ$2oޠ>Clª:\CXb#qbw! j^%m j d2B]ư*@|( X?I ̈3FBfiћ|9z+<ޝUpk6Oq#B<ܞ:Di/~'OV1u+d2)e5:]5+EaLJF9 mR}3ɕ[(X"]kA1 OKvd'o_wڝcr. ԁEkic$X^iZd|ȹ/ lX˹ X{d #VLFR|xW""N^CHkveT|ynǽ`fHċ!oTS \vvn-»=#/Ρ;{)TNqR׎b$E,Q耶%g(m;Kd=w;Wl$ъix9G9aq8w(yT1-+?Nǝw<ǟ G;u|n/`*)KfPvZ=۞;l|oll̾e!ņ5ʘX9iڢYym貱ّVO(bilwH+A 9o.Z`Y|; Xt|z:Zy:7CU|Dyʼ*zu0n r!t4(8|^q*/mWI"9Nhf(&IBC%.뽱kȄ#=v3KhݖAXƜdri$LXK eBN)4:3M"ЌҐ~ 1j!kXRb-yåGe? w^0q2Ǯet>2oPǵ^r?lEQVMܜip!:BE?~&SQcoVT8bxʰp/w͞nWPՕ{oٻ_O}.>Me><\~e䋅_1#`xkW{W 0G!xf $L5-:ry`cRi_ ^ S[ey`K2!q~dϜyۑ9OԅbNP'cF6&x4!9V䭺%*|˯te`%k'<4fi*K'nVDUʾѵ^!ܘ(uQl^%0?`i0wJі'N_ ďmpr妞fgǣ%ٓPxnׇ~ xOpJhjh}2pxf䷚aMkEfrH%,_F{-`HD}I0ZzP $(Q\GtU2z 2g# R1&еq&Z(p6Uuf}[&"" +D-@0mPú.:$K2z@+Ƙ%+0FUi%R XJ.~*YHCdHG~i0 v.N8YX@5wʜcdVoerNjѩv6F|M&UZMK.tQCD2DOY2Rwj4kkm8BOCee]MWu&e);qfR>ͣ.)~LQì>TA#|i?A~ ¢N3t;CKBh]G_16H1nbuӨžw@6.Ⱦܥ|IFh(NVHV.jŠ,A+%EE`+^kZjC6LCiԉD'''vEjh0@O_ԿL Duu|RQg7'~i7I/ȚW K߮̂!ml|>~<&bڝxs8&vo" @,HvYOןሽ ;2%~ɵ3SvO"1ʖ1J UǘQFcvoF>$N?Y%Np(IhpWw^ _guؕyN!WcGÂ7c^.:,zA0NS^ ٸ"I,/u"h^v=`)rBQw]OIMi zu"sfeO!OEXm5IuZ${U<UP6>㏝RvEI^3Y*߻Mrv cHr3]܇J5(pyWܑ)uE]lBc҆M%IINgב-e s  zkfJS>H>*C,־I5r IrϡttGMr[)`}jӋ>fT23;__mYa]tF M=J0(0tdxfED8|iaSdƍAۣVA}6`呠3_3a҇; 6ʴLչzkLtYQ2yLR3Jx SgN>XG~"ZlUQ9W}>w/cvlaPS 1ձ4-ShXϬPp=K|:?+HI@.ƆD\cZ5-|/8>ӄ3ah'~'Kf @ۻ,Wc + Mjw'tP_2KfF13虷+#Zevvuo2yqRMCuߋuxa`y!sWs&;$!R9"1QWV χдK?(G>[CdHWIyYlȌZg:O axJ۔`8V7F9|_Obݿt_46'MkzL|j16O474q.?\RWa <׽iʙ2%EO,nQ;CÏM)t8LBj[/"נl'wx*G+,Ks 9:M }OHD` CG|L$L?V n+`7suX)|*,Ӟ0({:ww/ӌ37 u>u4%e~`pz?N;ʑýoW ۍ}z`qwޘC.WZԕeHe%P?S\=FJ|cQ:d[~hg'y>It35az3(܎an5.)Խ3vw{ a'@- 29",e7; @ G Q[0^ؖAu <KOdu-[ɀt]H™hr+dd }:d'~rls R,!} CRsW*<)(8v2&QZFQ"s?"AZ]Zلhywa-z/k[lH:}-:6;4i|NHҴi-HuK]bHpK1c3ZPq@l6"gI4p,5r޵F#O.ffc~g>u|Y4ѕqPhhŹq(.l^MD (/ط-h\$ܖ{+ެJR#r<MuNiAf᮰jX#&i 4WA'e(Ra|#~ˢFOdD@k/0ch&QgUV 1 \9%^UAKP ϑJOQ́k`:D6[4ͨRB]$vR_g)֩ExKxeU^V6b]%>ˊPᜎU7a~Ðh |@:OQ#i^lցRZ s#aR&](]] #܋(8es0 M ouؑlWR늂*gȼ9KCxռI42m9lgX:G{Ԝ֝v=U[ 9ٜ 4C"a Њ.SlBA”A`gy| o [2j ?TIu ~I؟ƻSk?sPIuox;]F4 5_< PtoG)P>jy(zZbr&-eu*⠾q}L]- 'ۇ-A4NiB!`AvtdBwI8['ik N0|>JbMqKMt8Ҷ .᢮sB"kF_qhI9agvmM}Q)]L=Ӧ5nUX)&8R/'m\h6<#*:X$]B0;\., W,Vt&owF^kI/fY.AE>9y?dhoiSZ6NRgQ&bSF{"VjaȚ BқHb]RMFlk9[4"k{AiPn3 '`]i7d5T!=TH#uPOUuFBnQo&||{ X},@ӫ ^r45L  tc"'DB1/ӻpM@vYV1 \}jV?*5w™O7OF 'zh{Pif>YmA [D5zvOABg硳mpύ!DuMޘ֯CѿL{_J>gT3*cDBR\ij$#42?%4s~ΛsNz K\X-Q ^csbc{ 7cJ5CH+jf2t%WGclNIJ0#hE_~V!XH`JsaMUbXl-dPQF>Vꠒ*0"?YRb\! SDP薶x>; eI|6B"BH;jpd!w%w(ya߁QoqJqw2R#gn o}+bLk)9v8rL4G&f Xs Z|>=)PbIĝ8˞3F fL"xPa3M3Z. Infp%qVpۆmoKŝ΁9ߓFq;{L/1hf}O9}4_a^WS{ XQYI0*Fg5u ־f\!Kǃx_;}.%Mp#_@ioP%Vɰ":4\9zLxLx}sh‡~x91m/g<$qW˅]}9Y9hW' $_ ͥ45̫Z'y49z/b8)3~(/X(gC\kј#ΥE8"P}qx o .wNF9A&6bȕ+:h <5?M#5ܨ}T\PpW#Mc'2~pc ֧~ C`7LIo Bb=[M+"$o[%D ISuBYzlO|m2Gn}{.M o QmJ_*kMo= ʝ.rc,10GyT=cpb}`]>]`ٶW[pDZ I{CfeT]XI/ <.S,}aSV85|j.>E¢~Y:5a4d_:yD =f@tg4!'>B{P~o|_݆:ph긺O="&f֕'F?LHHfQyP3T@'g "?ty\[6|A+EVGSȎ^B XCrRoL\w2B'ߟދagԶUB/nȈz8m(G\37/w8Mq} ƀ6K!P{Nԩ%X|V: ]stkܠbAqFO} 60ı!g/AUb}?E( 7A5R9 Iӎ ;uq&?UsV)>Sva!#Г)v\_9 !TBlne9]A7=[ZRdpg'7DD։f, icetwRleiF1 үg- ug{B;̔/2tS [B&QF:%s*J ki]6'}KJQ7OUwH5ŧDnGud1b-w7!_1}Xǝ5DaAA.HŬ|VA0luUڙk> J'Tƕt 0 `=1F>\)[L=DEi|afp㾮{!U'VR< q1./f :W9xgihRǁ9mrl:nh]zqk`):>FNOn&[5W8A@rn]jJrHz\hp, Usev2vM3 / BNt⟩RJn# T2~[<I`:ELU؏KSNp<m);275X/bT~d46~Ht #"󃘗AJT!:fe_/QtMV0JAeގëX*ɆU?[1fE[<ԸAa׷HQڎf@a[Q!55gk%T qQquACteC.A`?N7*XgS8\ ڪ*%\n=ۖ,%F; pe=,"Xo{W(5^J#QL$Ke$LEQ4#K7-,FUۨ"de}o4 a Vvd̿C͡x A䭟YLf(۸/q \ZFԪ:9jQ@6$ߗÝ 8v@z@m )*7]8cՕLP‰{p K5M]ۀw^s n޵*LBX}/9F[Ysh'78G;yDUX%6Q=uD7b~36:jԜҽYRNHd ˑ#b_!͔}4<<?k>}Hl~}VDNɯֲlG~ p  8|i4z񏽇YPSa杗'k4%p^mKL"M^<1HYQP <"l.b#5@t3,ٻ})yZ`+B9K>Mzb" Tp ن6 \*uht"1^#%}ؽVbLMQxZ's=@ 4Urh,7<>DŽ:(0ۍxOaU$"58"5<'B>?y7b\e@N,>-Rjj'] WU[Uz;HtbުttK/GѠ}J%^k]/NFiMD_L0ALrIԎm#~6viQv[38{:5yre4=n^N l3C.Jpm,Oa]耯3JSPXj˲U`h1~ 3$һKDtNϏHF1W:7. Ɓ0RXö)~}t|f?4g UZ %-j)_,b˺WU2nk>Gu޿?Du \`+7%1RTQ%40ek܁)R.sXoEj'w™JTfTd<[TSzMXf IgmAH g}R»Q,y3e:'gHDv$K;N1,q<^Iy?L^D :Fﻧ6c&RH" \3`m#ahK̫]ZܘP"F*޷z '5ܣ?ɱ:MENiܒhIᔤ+[h/Մ͙-lѣO~cAB21 ϸ݇WDc8 B: gN&7*q|P z"#SC7VzRS4e,wx25Ul! r7`&%+NMME\U EX ZD@iuuꊠ܇$J^jJ zEx~UCnEŊ$L3`:Hg4/?/5>m@[אpK;0f}Eu?T%jѣQu|(Pd/ꪹI{ rgA .4g/#7u 1kɯQV˃E1 i6rwT2K${+7P U/Wg3=[>͍oaؽ#Ŗ r ~I[W(nU^i*5;]B=j0{}jDk: b4"AxR"9d 3PmK'ϿԦ6pdA$ZKQ4NN TP~/bհFP 8ʏL83a~EF=q{jփE\^(\Ĭ6NZ(JyU!>@۔lNkq1".廐Ws mrXn^+K1Pm{Y 5gR\V,{]nmƧuyE!j.-zp hR\VeOJcFaJ r!.[ Gu7'xء{vqCt!]F3J };?A(p>WK=_Tb~l3h q$‡ =iZ m!P4cVg)DlNkdm$Lzj>ϝʻU#;uZU E&%Y乢DVX1'CE-$f4!`5(Lww'k`,ȇS6lOxCYȖ9fnK,n~(W6˫ ]J]y'\l*˿=ʳ|)5)p![U`g؍ύv7H vG,z)wuNuM[psH#"2Tt !s ܽߓ V4=ռs#& >3L`Mdx?vxMO(YǺM Ghl7Z{ݤoMC-r9IiC-H%swnۉ1ҕKS͑):O}{>%>uI)#IS ]S'<~nߤn gb%~eo^x-Zud|tz^(lW_>EJ~zeD*lFHB"ilGiD c)$Vd'zսu?Rǩ'IȝqG2p軻Z*w@>aDW3RJDŽ}S^ZDC v #^~<>ϡjҚ`ƫw*a_Q wID2l%[^5[jG;9ۓ h'0XН_M-')K \`/>isczf/mRԁ*}(TزhCȃӅul9ZI=Ko_' l)mHdq 1誘%T{ XDeOyUH99!c4ah & @gxH>||BnGכh-$)Wk4σz¡-S{zn"-0UHGiqZa1Fj4mH,@=EK|䐃jU ݚ'ތ#4UCD3k~?3-7.l+:* "Fϐq!u3 (3jwE90\>XFouQR{5?rUpEz |܄g5 T::VXF;}(ٜ8Sk #JDT@qjcłHxu! E\@0}߅pFDNҵO/yDX91i'<4"|@$P[ՅO647ІI4(.-2dAIzY4[׀MQ< ݽ%砧b5 j%::w !3~* nھhFw- R4 T093,2L0& kpb ,wxboټ"&5{5GtJ:w&UK޾dOI@ܴ(n H<䙫M/(S+byуٵ x)IPBq%dyNBVTv<,h2S"n/KBq`z.*kk|2wR)sxswOI&77pDE_ FtVNWo [`.v&m3կ,\>x3B` `d;XoJLZ0%i &|ȝUә3Rgk%nȧl߫B}+@y\RG>T%-_g L[Qz59?9:KHY%^ں+%498v ivsyoWArQ>֬};r rJ{0 ZCq(u(g@k&R;Q~^:ǟn-iX`ۨ`[l–OcTׯ~8sQª>8u҆:݌բ ':aQ4&Uj(nQ^Q~ 7'`4Ag3_Pz1/8nn' woE KpOv JvCEo4^\ UI0td#9x-ˇqpשi .ƶ6,bCF̊*P1"qvւq; Lr,lޡұRcL ͵\\ m"MџBxFX6Rc19")]Is.UUv*&+m?6F*Ɲ#R"^>8ujVqFI*<(nUǶV3uHqjJ13v֧[/mzZ-/±8aw<5fʑPܳgZ5Gf_.Iwq'.G}J^ZC)K5c?RωBLN~zngBC20i(!GmĂ61 M ̎͂u{>w}( ș~xuhLKbAJy["R 4@ s~bnz]+ OXOp@1woDߢp\,LP f~~Hxw_'A'9:ڳ[0Zm;3=^yg233̐+#5ncI욏2W[v妡LjfHQ hƬȼ P ZYj%R=cv>014r&"! qk>=*ѼJcBYvkj~ ugDO=J3uG9C,;sr4$z3G^gsՙAR̟r]恭o~{CmNщc?Km:d-~aKOe 8A4у4#n|` NP\ s}sh{_ Qcuڳ񳎤twcH}Į =i׀(MEt=j~>M4 ަHR"J5 9M\;)][Q"?KE L&}qBEN$2*ܳIթ#V;3"`:7;Efܬ`!F_ 찙s-@(.|.{ @ 0Jpr%WKN\ (HHY""6+*kz[=uyBD<ފq'.#wΆ!([\a5xpW9̉^؞ӏ |z$klj:Yw%7{әt4' | -g_ꩻfy{+9$CuDwE Yo%N̙.G_X]FIƘf4G/b :X@ M-'YqP?j 疑څQ𵫉~~-4mƟ ZhYeq?R.X̎R6aF d3.똟?;(,T'^In\PS-\eYI <”"8 Gf5F#^ DkH{b^e&8J"̿\#ηn$ DTĥRL6C;Ug RT4(]l|4\Vʓ~zFd-%%!5K{L M`ӕ##;yJ:kią_te}`d5uquy f%|]D HfhbPj<Ea&2E}X];)4Azm "Z8W>Ȕ:ԉOx6Qk~F݋Mp7^5ˑdc^NJ?ߠyJB)3exe"a7ehGl%J]ƴh7[2ĽS>BxIIPKçBkbhw [n6 c~u% .)syU DeNhT1A̗c ;rL20 *bP -sKGWYY#;p!agܰzZeʖ}{)2FЕ)lkXG#N}?Vrߒв#/^su|JԉH+H r3$h_2ڵd&E0oT@xڻwv%; $ꭍ޻LJh1~<ϫ)ŊYyiϐWgC@Y dpXz}ܡ_^C>+(XdžWRh$fGb8, Iɿ{´6J{QjDʩ^rzxs8CՃ NGq] 4*##ZPv0^͔y[0$Aߍ$y)ƿֿIW #xHբ]ˏҝ䂃l=ɀ3f/֊5n܃VD3hi5GAse+cލjɜ ![3'~Q!s oD0:x[ i]>71&K3+aL.,mԽf;v̚2ΙaB.a\paO^Aq%JtXK8Hng0rSA:ZqZX'>SXͥmw‘Y܆Q>68K+ PfV^(]Ҡq =w-EC\[d6=T[[-#7xv [G\ӆklg ,]v}eS|+,~$յ\5˽B7g Xn%dUY4ut!t5J[$l5?H~%P,}b v,B7^E{hdoM&mzê."QdհADf8"ȋ!Jnc};RJӾ1_$0ӛBӬ-] o5oxhkDZX@T*P{֣FCC i{,`IFU ?zVH `Q ի.^c aF63<#q!0O8WY]pAQ"Ҷ0/o!n:Km,ζU]pO-\cil4;v^Ҭ=%!R"vśec̓'̵iT˷(*9؄e $r_sK˗9@&CMЧ`i;5;AӸp,(z @1ꘈÖO3{ f IwJ:u!#{8}jgZ-Dĭ106?oX~1^T|8b|KeܠHFvAU^2SO^RD~g1CJoQBL R$7eˠ+4#7!E0Yƽa.rY#4Cˌǻg D ״`K,+_s-L5c/ }ľ8%ʷåeV))Lc]δo~M)?TD^Bo542f<7h{'*&6lwt[ Ǫy! :Cd)GIBb o9Du:I@1tezD}u$$}3'A 8-bJǨFmGAp.#I?p^_14D>zjIgTkvȲPlTR+P0~cAӗ4y:Y~'nbp^XE(b[Y:hip%< FѮzQL|:}&uSAbH> ƸTE/3vP&tYA?:. m㏷%l-\ 0BZX5n\aKE0Du@ cRb1^θ]s\l[;(WLa`ݬal A~gZͅU%cf-e\?|u!_ ):ؤڽ$Ë,CWsDԵ0{Ց"ea oՀ>䭇xͦUs Ȟo#[Ue)AXZZUo kʛz3X/ NEF%cijkueqE4.ӼxX)DRo:'9c+˃i? 5u!,!Ѥ pAFN7?~89ѫ4) !w SGc /\7~= b$q1t;EUCng& !XXrl$[~O!C˕\{k^!vUCUKE)Ll%&0t\<Lǿm7hjwbhIێ=Rǡ{2Ve>s45[E-ryÂMWji!<@B:+#1+:':W/ӎ@N'-D2Nl 7lZooja`_&}tA ꫊-$WR!??յ&V򨋝0@}.݆qɀ9.[}t8@l3wk\ٷ+ußw+~W\UW(kG ǔ{A:A ]bGKܽ!ݾPsjW~*϶6 Zg_z4`RM>]˨K4 :+7d\{J! *~O+$mDƽ,HQ 7GAO&f4&lag Z*K&ѐzj9էׄ6-xWgڮ \2|;ճFWc&=l\{ocm>m~g-zH@05ևEۥKePA f~Vbݙ:p_=)& pj-Di?p{L _,id4wg##萼w'BIPR!S)D77йg9Y迴]`̀[b1r^l\/=|T<.}q=y˖N3gXS*ˍyNZu |j}Y4wc{Sj9,:t%* f_go(ۦLY XgAd!cKC0iϨuX 6ҵjÀ`b3zS%=У&ŧ1SS Aـ$6e͂{1˧S N$aԾt;tru|!J~޺@t}^尜#`&;2f'M3;[i!krڲ{_'kqw3+Жctq%iK?c9ߓǾ+hm\K# sul;WLq9WM6*nNryK1(PC6dyU SxӐL"@V xB5tCce;`HRA5eI#kfف+!%j lՑ7i£j}ySU`RQ9]VBb 6JbgA&@w6LE؇'E|#ܯX͠ex;9tH^j<8kxl:c7)V!Q(HDPGֲnriL0w Aqp=Ijs 9dx_P̒akQ~W왰C~.]*/HD )Lr'A5c|WHkļ<ɚPj i{ziuռ'ltWf%FQQ=3Q !Z<̀cƘ;=*;(?,&V!|q ?*ؒ#C~6dZ@2PVLP!GW t6H4K|TaYj*X5b0cDU7e|싒n)6m v:~8~@)Sl#s,3z=>%>ѓX8" EEf<~VRw2 zHGxI]Fӏ!EգP@'iaOY* ؓa@Xx0+Q:?y]A=!V|ShX9S|B鮷I0$JIn T0pjb,=h3nL1`$BS0:G1OczSݡ^f'?uT]"_+vC6gb(@iĉ uB)h|/.:h:7]SCȫ\9!Lxs=j1@q<8_>`VXo Io@&hTmb+@eI x'#V#'7 BYuӆ77JFBJwX5\ [)vLmڑ{4nS>GsW7P5u1Q_bg ætWI~c_U[|3rxwy1廿lz A:0ОwBu.2R;)E>=LQ6ME%Tds_/adjO3NHи)py~t<{Su7Gd)X,"Gu2̮9/m ³hbbuCcW#7نřGTVcdC9QXGiN1—~sY'n &14\X,% tJg} ahyʁAcklX7CSZXQ`e pA߳0HGȗxE]t46Z'7 SnL>4eꂖOԤٗCSv2D|ؚW^(9V-LsaW&`:! yc?&hϴ >k@c߹.ˣ_W0 JÜ9K0by@"ձ-ީ@ n#K->ͬ Xn @Nġޫ/,ނ9B~N4Žr 6]ή(ƍF8owA&  *ʗhnѧ\t@q?l|p3FHoo @Un!tx6I'\<ۆ{j>t|X-1Vrţl.8SLHzT5-._:vAat mNs領PB"MHfMq9E>B,"f:r`l5N7G:MuBޝj0X(Ÿ?X-0t4}7oޱQ;t9;o)>x(QXs;9qmz7TWU%UI<UoҐ]9O!kBr:!)̯)YAQupc0j- 1s>H~RWdD#-\ɲ0 *F9풐[!'9TjE*!5 6I&z!2Q,ɮ6F:gB'9)M~H?jjN=ZPGT/Gi& CF@d )HL<h6&3'c;JPJ4t!߀`JrJ}]g@C. et>phD i l'fۓS1em)q,nd kbr҉F='doձ!ݵdױ+Rhى?SǍyDb~ՠK/Z4fQO%yOWS_ 9zqj>Q?:BF}!95o! +F@gkBx'Y^hluHCJ1O=~bq!>~i"lêA@? H:;rWDĺC|[ 9PP:\'PZ6uvmPi뽛l=& nF`MxA=7^{=Ÿ([@uĐ[`_*$mӝGӃ9T>oxZ:5NLAMXSzBVm۞eTď6|٧o|MG*= NJ臠wmA-eI<&.E;Ăp1ش,Q$!6rRS VP9_ 0)H;Vi>Utk# ncDocD y؞׈gc:L;v/kŕVX_\??uS~|O[AF?҅VC~r"5?;Y=^!"Ҙ)o/ܐ!Pݯ|_Crf5ʱs}c"z7f:&CS>YE 'UGbj\_3J`śOwj Kҳf,=@@1~!w/_׭A$sr_EJç@$r6E2mPɴ2^G& ZXXyM[7R!pj -hkr=ƎpNkȦ?"5ؓ6kA%2{B$}wYErb? ~Zl>xݔEQ!F,T-R5/FvM./ $(C$ݶ/q;o&xe5Cכ~v`i!tJzn٭O铞> 3I - $ S=k a p"{ <0faClR1 as@*`^@63*j"3rczgCj䁝?O[NDI aOh폞S=#$uBZn,A#7 F9l$౻B)J\*^ټ2me-;gŞZKBWBOO j3HHduw.@0A_6K^hz0%z^j @< fF`7M M쇞sl#A.A Ͼ2AWfr$e\.HM_Ǭ{ ZlOgQկUH%7aCP~\qꓥtGt#Ş܊S78QD*@-?6{Wd̘E'b@wobT{)8U>*rfEnÚl thuqqŇm|%';L"؊`%d`^TIhC,eJ-C.NLqr]CrծpHmG (:2˒ Wa#Qc͈jNK&_?F:~s3eRLj/J_"- oHaG*'p`FMPO1gPE˜G0Q-1tPX݆WUoc&<[zX؝e.# ȷ x, ܜu6ٌӈl-Vf>YZD^_$ڷ،<\k{4~@N& +gQ` `@2[ Kqk5qC15!c{pw` 0cp(3**etKy ;;MsfO.˸6 j@~ %oKb/@Q޺noRZ s Zqm)aܦ2.npJ)7:JU`um4\HsT55~s~scBQ"Yh4hTeՄ 𘣩 DEW@L;Rӏ 0żhٽSOK ) /yט,L3ضQ3S[ ˙G*в {*.4 LX8 K9Y¢uQ<ڤ$`ڄ?ĭքJ8Q?k]g=&ߖzc>R%&++VQTZw.dFR&412-`s2S{ .L O]vڕCo]-AQZlFCOjp((gi!xW,0$9lAxn؈;1TYvc ZNaȘ/$U>R7'@]L Vf"V9ʡQogXGKR) F3(6a]8ͣԲ!nZ1CE'VskQK Z(N!ŭׯ_p?:7|7W#=WXoN@ 2rW %鉠jvW\QǮPw0{e5`] P .\g[OVJ`3 ̷oyHA'8@5aWlGM꒨Fl֓pRS}ȋ˅SѰv#<c~b;3H`nO[ckD&gVj~kn$[њb#x J(M8^{G.]µb}{<l¥b =nVSH\F[<kfK@nfYƒnGܦB6u %3bh qvB9di//,$LgN$Dׁvڦ}.l0Nm[-MQFfZ5 H[ ]aQV,rcm)6`)B^7VPDRU,n]Wg3;Lg ~P>:0r]I`Jf?=9nW.h\uxk^";pS}~%,מ`2^2X>8., XMԱ5ְ[$:RqhS 2{5i O@a=d6Dq,4*1X.RRN[Hն98WƛZàLm/( ЊljAՓqgsFG`"x툠dבB>gKg;Ճ q9ښe"d R׋:n odIi4K/bRmN=J{Ȕbv9yZN<`A%h.x d@8y#;wte!Բh#yL^(̑e Ahg hy: RAb"һwxitm -oUw̖bZ+j |'s ]nV .3if~* >&1s/bĤpOv١i$]y=2_j3MPVD[Ɵv=? i:Y7 ҥ+[ >YFdwGUG[ŵ~+j\Uboy[ĸG6~6xwylJ:+4)ݗdSbe:و2P ĮԵӳo1,ykԺF\K7v&c뺓v):J*%=%YTUK/Ƕ>u08h{-uunݕKP. >~OF qVvؽj1jUSa$y_53؎I&eZ uhY7t x > &Kljm_.˘4385ra?o_^8Dyx$C۷U4>Q5A~>v$138ims=M L0 o̅Ti\q^"o}ޛoI^`RlSF{WRք\& ed@@p-1 C͆xO-6,c9Webc) 4xϽXtx_?J v*HCsBr{J\mbpDAOe3 L_hUd P%f /0c/Ab}1Iu/"9)[X s&PH%(e7`MonΡODqTݨqL[L Y˃Th祁88PQvF(B 5_S2# S z/OFs]ݴ<`ԇ;'Nlkd ,U.!A|9)Rt4uVa_h̯esUCԓC!K!sGAOkZAP^)vT^l]J1IKpYymn:C%yٗNx?ժN)7l/g.;9|Xmgv]YKuW kUI#$9_7XpGT B=16erw2!R{Ţdiپ~x*5F}8M|@7!Hzv\R&N4g(q{uc^[)cӽnEgHe uKS5,ۋ͂6*)KG7m|P-?΂=x#Lv}=N{ Im2I.!7qs7HĭvE|= _GH˨s'SD,P.eDˏD#ODr=2S?pg&y,[BO`AQ =7H$:оҢ*dD{:p>a"$d9 f q峂+|`ƿyMp&%u`EC505&7I=Cނg0Rp@ Ā$qnL}Qєp$gL嬅 =µ/r=ڀL9k_nZē,LҷScMg߁o-`wpڛCtv [ M/N$ՕX`pS!(/ :K t5ֲ #k{(vTb9` b#ҮDB,O#n7x {.Nשk!6OİhMHD7M2\(j6%:$@y!v)P~v:'#iVTnw8.K OWxJf5$ cmeU$ׇVЦl3V9WO6ԼX6 k޵yXO׊~`ִ=ϵjHuoh>kV3;TįS7A%fy 3]kTCwL C)vW'GZK< q'۱ɷ2a)2,Z^ht6VDե1j&UBu I+DGKU m5b lѺ.qI#rSZd ZLƑz P򫆶gW,VW@`7z.Eā@ظ&RB~K:g8~g)#@(Yj Q@iۓׂ,]~,a7EW!F -]WVZV1T' NPM-Ǣt,@d⿭!m| C؟"0a axC&GKX,l.5V'^Gnu$1dpw}&K]/qü_gw1M\~P7bwZc '|Vlr=*KZt0.' NQ1cG0_ɏ6@(%{GCLɕ^%]LGs(ꦇx}!ٶ+@ ,B]&XkS;RqȠǦIVAV{hO^|ᗰŃsO-$pۿ`1Mkο^fmRJm7&N4YaG㤦WqG0W`cV% Qf>QYO 9{81'pn2,ʨʰt1mѱw}8U3F̑$HY׷uv*(jS[$:Ss' [u @Čĵ0Ez!(x7=T+9 M$.RN͐M{H,710aB # dR0APa>~PX<)͎uBJl× hCm]Cb{a`[bWFZV?4<%-H|{{u/)>;b-7Q~fO$ Žn [լ )5t?ȻܿDCb%1eӐG(fT!)p7pn}sd1mĿ#܃s [jkˀyolo+ٲi FT{?xTY$pnE5NJcBnjp+ŊA!Wy+r^ gWNxAYEo0~aqV20&Hh[ҴTedK$6 P0 8S 9cv3TzDm`(im]4P9lx:(څ\OCTD`0n@2't5PIBTpOq.~ `kI.敍 ތRok>Oy l ;i|۟ac!- 0@$bs' ƩolTUŔMg?}X BaĿSR6,HYK٪W2iDg=L`I`ǁ6EڅB햵_E20\Al_C~Չ3*Q1 pʵyՁ[,*&7 %^QSeaa߽izև# A-Vojix zUxLfj㑾 a hh ߩ"$3Yh?4{6 )nNn!Tc'uw&/{zcP9? PMAlyTשȬid2@4]miV@ q6+p1J'f`| |W|&9`JǩSo,.pFw?yM`ormq: :"}e$aӐ8@0hwVlF Fx$[LC&aHng.~%ܡ,/GyIXT\2(kvtX0%7>έKМR4w 'OČ`2Pq1H ,6o_{AvHluoc5'uvuReBɩk-,D Hs'),À^-oLb2l~ZZ |> { \IZ u)4VafutԎ8,JDC T4ơNcaLtų c$!A9% ?]R}Nn0chO34QެB'|5: 3e60\͋B6AWʫnTU d͵@Aa6O1ʿ`t;$,E`3QOcNXU^/< bIo 1T|ٙAJ}9sԇVULY - [JEm58" Ҳkw]C>``] ;lyZ|ҹAD$dLV@Kz>ۻsbu<--OdLƆ,|7q֛> $1Oly^LirgrM^5 l5Я_[LtQv\EA03cr",l :>ǕXڈx&mUJEmTX\?ܖ|r!i){J.Ηi 2ơ9܃ﱄF˂4B+SVJ?^4X}E! a 'tHG0Б\ֵon咞yAY *hC|2/Պ}VKB]'Z5dH_ %h,4(i$ 7i=&M֒7u*O{}W1ԅ˕Y)C&`b/iY sDİ t"Py Ɵ'e"hI*9#E/JRHT,abAp;-9K/cwtzP.ZG{xQwH 1ɇBMS $z2 _/@*?mUA75U/+6]%pzg8p<:Tyf !$Z6t!+`}gμU@OSPxU%0`u<7UML Dqd-K7ag)ihO(? [,[*a ޘMn.aQ,Dm.f`8blt,uj؁W }F'PR) `2W&.nUڻ5u?dE2,}j_We]-h5y8wA9mZܼ΁6Yܜ.ϯh\Y*v! "-1"\J}v]5͗zW1'KP,;FlZ%$l^A xڝ|Nz' u_ J*[`}b_cpn0h4.ԡ%X.d=~ۓÏ BGQXܞt&HCy*tsa7Uba(J/Eiг!~oc.)+ZY00$ nVv@DPVXF,*j?Z hJM+3i2CE9ۣ Ȳ4o08vOHnVɮ8M_e娦Ġ&Վ |*tr\H&thSG뺓[QXv\4j%GXSruc.p5/ `EԻB4"Қ+!l`/γZLT&`Gp)Y5czYYNi.f Z|PsYAJeď@I\,co1rOil0pfDh(y|AYh^)U i ,`@ E$$.4Q}ޙG(Ӈ8]D`祦˭AG5 b#r'6ewǏ 9%x#c -MvkߩQy=,y$,|CUw88!z`B$ɧ{y5{l[ i3繊>1DR_*XoChl~`H RcxYC#~ !!i$Yz3yj tD"%y{Hu?eįe LJRV?3ٙ}\+Ďź]$ _׺J9$A_) «wQcGŠyq8fPejP+m]1 q{žC'T/U=B-I<| @@hڪ} 7xث\tiG}^th`]OTJȨ oRCEU>-7U:v6#޹ۇ,_L(]2'*kъs=\ RRJɽ&hy\`Ia pѧz@Q;&Nxzg s2+'>؜uG*d?[E>ͼ֫qJ5tW7"ԕN &}&2ofp&C*93/ohl摇S6.VzeO(P}]N883GR)+h1"%^9_d[<&j<'R9M[Wd{i,vC,Hk6 Dy$5}o]U^okCGX'2ĤFl#)3QYOyI>蘇!0i!$oۨG,@&yk]#-:DюjLiY M}~w4^%]aH+n;E򗖋]6NmoR*3h8k^%Fq`Tft#wk$H0&[4NƗrXb]76J)^̅;]?ֽu>IWQjJ_j Y?\#;u~ HNuP b6f&X6un0aLNIn {8^!5spm~.&dS%8{8ј'Y]닉e9XTp^n@W/鸣bAFGkK@n#.uWU@E^ٞKfO^ѰzwsEAAo^Ue&\4^TYPD(&:0ʄIx";N}:/N$vU#o`6_d=U$>@{jZ٭»!%Y#JG0T,d.?[l-қO)rҧExEOs:?Qn=o~,Sh`c-QP0GDgR;o"vN?+ X1yéys/WEOY2=(v^(?V\\ ct 5a7k۰ >@Th9uIIF)'EuI 4g3 lT &R N +uʨ'@(Rx}U,)9!}i9iIZȪH 7\h5w͞⊄qR"/l<ȉ3=XĐ2ˈo(r,Ip]}f!4%h42Mki.#:@:c-+dܡ(N6(CU&[;.] [y[L8R 0CW`Jf[8OuE 'y sF|jVz›$nCC28?a%<@|ְXņD:gSР|7Ofl' [?pfl[8\B ^2?b@#W15[3z6 ؎G!#NӦrZ?kĸth6%evC6voN)QEbt .6m[Wl1Y IOwjٞ150,aJu0Խ?絎7E rzČQO-'#./eaU4v ެiܗ -yɦ0Yhr0Ź\Nf.u[mOofbxքX-g'jֿE@,tFR@8`Zݜ-[a!$J2p;J:7ސTĞ),&3^,]u'Go_APA4<ɗ5-&쾏M%z؄o1]w}RU"7e$7ZzgxZaΰ% TzB*VDWPL9bU*Q ^pxuMa"%âUrhE1AXp)= LOQ =]:GA(Ggr6%YEE@@ ܵ r(_dHYQ}|yhebt&C4k>#"}*gc'{.g:[֭sZؙI\DߴE5d86r8#tkObixc/ zBWV 7gsN|׵BE$E|~Rf8Ц!ΊLF "mi\X Ui>IS.KE<#gUp;z)4"cW 'a\gl}kG``LQ=#t.Q]K6]&6a/@9 a膻PT!ϊ"ȑ$}-Z(d?_oTBi2hET dc0[\YR16NDsʒ։mM+O/8@$kmk!S)6u`d",~Az0dt>sbc #PU 3>T6$1EU$V2\t܊Xn@wW\\R󬰆-?|<~Ҁ~Q7x$9hb|XD MK>s3Z}7?Xۜ8-G[R[ϋnp+obm̵%Tq}'!~8..ً<k=MIRa._\ iwV5zfڠ.'Imh=uz ǽ,A8F=SKͬZD8陑Lm 1;KC&3h'VeM#hn|1E`֣V~*v9a̙;z3 BL*M͇~p\ H;7kDm"M7\'Fec;XХ*,Bz{ yԦ=;!@Br] Q0a<UQj}w,Ў:TN;A&#rpA۩2N$֣nB(Z2NG[ֶVZ@Ūߤw /L+R+~} Rcĉ Bp6&dbpCx= ןC'=@vyLꊳ4[4S@`<[j] >d~ݕ#Uv%[|­nʈ}`7@L & |^+댺<cG!<$W mQ@aTb-,($f4bC [ *'9ka` [Np$G?eS}e {tFq+5''^ddmDOp!Vtժ?i5m4d}"Wꆑd7DuR;jDc8])mk;jlOff:_y{VXr~^&Q=^$khf)z5 G@\ $~5s;FK?i#=c.Lk)P愱ӝh)>07U1B܌n7}az(CsYԳ/.9p@KКn%E+CH;S&Q8H9򾫜@`zfRyF]!+mRjK:Ҫ];כ) kxIP 9/8.%t7iZZF=v/Pg:_ƫ%jZۏY\Vu&%2\gt{HVXi6\RBJ`>yH.jH6rTh3y3 qWf).ӥl*_<1uLك^EHf4ň5,<ް:$tpޔrεsVO3GOCI* %H#eL(#u̼N0S. h=oa8B2iqm+qւ?͝tCqoS/i ^`/1/1WV- ?Mܣߤ3[ {.aS-Wif/ŬSQa b]v)XD?>VFTbX 3:%Dh%MV>VA7 >|kxCDŽv4]<2u /y/~l֑w&h00B>Qt8#Y'?9zVSw@|f?$cb =QE?h d;/_ݧqvae# rH1|G48+EW:4DO e>Y]P[[)вaķ3 }ioЉs2>Ge\,ud1 ATxԲE} S\?lhzO !@9(B$*{QBzjb/ֿy y``nTWhhzSnPUmsq,AZi?CtMhsyl$@7%?ܰ8slfGRe}14\zeQz{n^BbtZ0 o ,g Zwu&GMYJ姬~ui}q=&s1Y]lM̰.՚4rlE SȖL#A b+$.x;mlU< tC: iRă76(5{#ւt\B,Rl 0#ˑ4,X$neRĜa :v?vխU'NԿurR귍O\\ͱr/em 9\zYM> k -*,rWc$E_b3ËyPƟcjqs{Q^*"D$f$[hӖl]a|M2YG.x/є?{|%kT#` KpU:۰or9!{)su}"^y4LĜ)_Ca2-B["Wk[3oqu(e0X-?# 2ޅi<~]bxНJh}3?1@:s89O+*K:OĢ]"> \ +V$_Ⴃ2K*$ވ>6-/^@}&r#\ޝל1W#I3$bAtz%HAtDH71M*)×{?.l!,PW:V^Nm!q 9`4 ;+wAtOæ&"\uGŽzZBӁNm&BWm J/:T?*>Zi3Cuk+9~nU="p vs:[Z\'3*ןe@*sf_׷T0p1Z&?âNVʃA4JG*=jix9;4 T2EkjS|H2qHapm,g]Ho>Y&RH pLip(S#q06N3t\^ ր™~3hH8 #m਌E|کބsi ZWsx2D5|LgB/zfjhVźȓ`d)66(.+B'ɫ_|X\WQK)P==g;*#ݏ!wmt7^"XE ^g$i)\w+Qx?Fd`UҞ<}G[A9{<2EerRL@^~Qc](y-M]֨ZaUxo!)90XmnB"(*PgMCbmq5I#H$` _ RɮɗW| M];8c>slIѼP|YK6\!aeb#Ak/ ^'ZNG~8Isj>)9a~,(_>T<դo.¯tb &>3ul||-q{1u/{@>UqfĮG{qԕ2" 2,1EVTs@K=,xѻoWZC $8ng֪C`=zKRhjv&qT&ov SkBuQ'\djif+QA.Z/lau5D-f!{L~\:L3lV/ evH)yAg.(} ^` ]DžysYR8YȌkNՖБmO!:AHB]017ǚКm?Ưɱ|?PFږ|73 ACQ@P 3O(5 Fa:E#IbE%N>G f)sWg<tNPY~Ul UE"?ܭ .z7rr,^LvcH3,Jt@&O:YN+ȨzexXZq%-)riu`"c èi6cgd SQ9˓`]f]aɖM66ſPub] ^cw de^(D[T ʑ͵A脐cr[6Ѡjc$'D_a]=-VE}KܬSgzW"+UĞO?GEa56%SH}(MnϵK 0:Cv9 9"8:[ n C';֭~Ɖ)2P,UnjnH cK b`.w(Us'fnYL?BEAWDf YC.[rVJ~gwF BS;+vI\nלYdDж Sqa_>!]ŧD>;kzt|@oV׭ql,oP9Ʈ|ƉG qmN4C΢d1+4Zkqc;9Na ?xݛ}X* xè>,Z-ۇTEi/?t{",Ooi.:ɍ _*+D2BDQ'v#'/1Q\ѥEzڦ |p{)EVgC%O#e|!CA4C JgԮN=M^#2;c,n [V,jjt_Ed)()H>- {Q\v-$N($GRLa^nUa R$6tj\^{Fzx2Vؖ@C:1,VðdCMTxmZ׿qI+mo@5p*u|Bu(5 QM(WbvNN:A&T LZT\Mbc.}EedT]ZՠwDZ3ƨJ1ιfxћYEE@&$V4gQkn v5SɬPuagTX0 C;,#gHM-k=$ l )~h{!!~Q˭Dk)W=@=LwXAKЊ)/iHYR:(Ċ ٹ_hsߣq; iao-#XN4aIig(#4,ܪ\7$3iOҟg- aX#Bt\\k-Y{tg)TF,1;G0B6,X)oLJAOm0qYg ZQj OWÏkw"~EiT0u\q2v旿)#nz{BuP @_yPl\08U3PnϏԢP|)w`*"z*73ܟ%o OžG4j}ƤgYʧ{L;dC?JX8}cjf``8鹃M1mM?Y%w >(`25 ˵4@Z{/1@͊z \fG!I.x$hF\*>+R-Y.Y.랦{sjw%yVvV1QC~sL^!*j~DWe9c12R=EeкM LX mA!W#[=+w~=5KԈeKł=S&h@|@c4MƔtz_Joz/RMC*d$ƕB һr_ 'GUxBPO1!9+MZ9C{$ޱbVA|["S|1SwpCƜo)!Wx0"> -ytH7̷2NDL4>57A܊89y:b[t l(uXoq+Ad Ç(L)I$(nV\eַ s"ƊJX&{KtJ-vƄA Wp1*f1% F8Udg/z7ݠNjY$/1)r_7cR!wTo`>l)njdξ&H*Nnō|eg|C7Weg8-k$QTkA->ڷH*6E,L$IۜytZHa-hZf>[VluoQXJwb'^Eh>^W^4|O(%9ol:OAnfkhm~a^U}ժ2m13s1-҈f\kjGg_fL\oexN7խPExB̊7;s#z(ScRU*#-P@\ir\II*>0:%H&O6R *q+.# kBDTBK(:1Zp?>.#ޏ  sD5uvw뛵G/zvGlid̛L~bo-OΗ"39 sD L]b@u 906ŜXg~eSrwNp1a6Yݑi6b3@s-|dFYi#_ O{QA*aY3+GReeUXkNCД\^numlܣD OPi!s%%@ G^[;+"VQӓGcIg+2^u𕾅jٰE]^sKEevF'rIa۩oIBYICMW r|I48T&hQ~baa`=9~JTm%"B!8c,/ vGrFk8<;&Mq46T>XHoqe0JL)_J-Vxe@*{N 6N|n =$Qqȴ%顲K;o#'}F"s.F?(ԡRۃhi& .Ui0ZG e(ͦ=m#Pk^D _HŃ)εe s JhpeݢlɿXctU!P5 aÙF% ŻK\f-2TSd[e^ͱfaNLT搔Ed1bh`UpμnOg{5gNOK y4 o< )kZ(q8w܅[p踶 $0yk\^6ug NCHIZWF|$5S.ԛH(dv;=Yުf ؄p-m{,zE$cY:v-F r?L0i]BL*UY*ڢـ8hvFSt`0|Q<*WevXzz=ki*d_:+]aK20?갲h?j#A8Ven-eO I%[{=\!6Q6LL\g]&񮉟j'\^Шb9]!]cifyP3j/{?)twR4u7i'+9׎*o^Lu?+|m/n.*(qTB' "m/ķJ{cDzMRT}铓P_f\> Tr`WPmɷz+\#R͠K26VjYScK!C9@TFl\鐨FuiZ󢲑7&'fY̠C{2; w{5+#p1F38XOCn_WA]3VHTPNm.,ZAB _k~gJQ=h)bivY|МN6]!Y"CI%D3drE$Mfh{,[(ǃvijPktOJ$""’\rYQL&-ŏyRNMZ 9<Ěq +aSG5=k6NWU fzO6^ipieU8X&Y2%t- bwG>@d(t)=Ow${qqg OQXufwOfj|&vyel2*l˪DRXtX"h,Lހ"T;$wVRvB;Z%l@9h_a=ɴdVGF:HDM*R64M. 5 /\5G <G//d95df ܇} SH@\SGkz\K[֪4W\6Guj o `Lw-$ss޻7iaibT=r8tPOlsam17GHk=7"rI8rH3i!?>b,NvѣP2/kGFvrmM}[V{nDfUʪAsL@W[O񁵖K/%lXC "@FEC𠗿#k9ll!b%\+Js96)7; =#d5ZLk)ü W#te/fp/ f[+ #±M2:Gax)"L,pur㠝`$ y~VmW 4T%APmVA[\wʴ#~?"AI=Fg>{f?N WJʧ]/ I}`VC~ hi@_ox*j_Y6#9v޲Fj!JE$og7>xupJO/@2,Li{^(UumFOnp8ХfVvUwB._1ehባY;N`h+&rf_N|teЍYpwQEj|0=خT7;Ĉ3؆"d$]DNo%@4 l,i ȮK "ٱX 6uu {a[Qskޡm:‡^'7|g>Nq!!cU[4҃Ǭ #1ڱmqŖ/Z6\ڢQLy wi72Jjo-b!e5eO([Ea Zt>+f(ֻyj>)<'_^XK9(NQ8pc#"!7blPlPf(|aDGywigO=Hz)C((dMTc!ևlGH2c#/u>Gu*6SfӰ޼/XMu×#>3Ӣ3Úd(KH)L-({ !D0K4xVyNtO8K*]E@YrHExy{)oDe4+]hj IПBhs|k ؙ98%C$d\R)rc"Nzk;\#ԉ_<&6+nA4 n+z_DQXԲ&l}ڙK|!EHS(šʆz!Jjn"2&Pwk軤 [ZeD 6]C~ ;vt"ӊg4Ĉ)ϿMYAZb2:eҢ҅]~2qj#- 2L<3 _@> x@ (ˤhqQkgUa|G`r0c>)^S.L|:G-2,_#;`vɴHidV]ɔbFJt*ʣu.&Lq>BvS1S͑eb$\p* |hW7 }4J:0F*OsE3 oש {_f^:?rs R1^Ja4kɦ$XZ#"%|8_\S@]s+AQi/EޒR3Dgo\X]py[ԱJ-HLǠN 4 0٦aEj)HE@t:BՌb"|IHk/}.]$w4UʘuJ@zFʧ6\=ֳk4GEC e{ıIx#GNIF VUwΈ%D 49k-KEY&'?_zCV_P)׹0kYo#ȫ2L1ozr4<`x`Hsr-ڜQq@ RFZ<V6.4pDlT2:Ho1*t@`.)xL m U6ߌM숬h 1vYL3;VyAKW- V S@7Zn4\/N԰RXϺ,DhiCUf[qYsՒx BpȄ?*kٔƨN=z?b`JE+¦[Jg܃^6':e.}~6 N, lPw5Pp8&dK`Z05Vw )x=g]Ir,}.ׁq߱uҬF/Uo%c۹t.sl8e5`xJ,ss e:ȝEw-/7Gx6] *~ҨFk෶?:,' f~C`֨`\.Jw1Zj7yTdm=ȽA?yUE&*=m`_G4,?uddq: ,[̵z^ vpKG-^͢qgX|+8- qW~a:S-JE Y5%ΕbQ>kj@Y F8hHóhgɊwz@fDj$**W(A \=%\w\T UrވQT} 6dgC0N=}ޱ mTme 5nre>R j@nq3*3A|?;.kc-uvȯZfFJ>q8"{`<MkeclvxD& L. [Oh͍[g}ԠjIĈE D nrdSefjf?{RnHjp*%F(MCijL"*uM{+oD׋g7h{Ν Yk; Ft1(et`g_wq…ɰ O@ 8@u%n[0Sxj:%FQ"*SyIp<qTyYY*|8C7dfaDHt%FF¦=Q.N;vfrrZh VƝ$Cr~]WHpK ]kac/# R+%toL^.v`ZsI)l7m$X*[1=)6mdc)R3Fcuṩ7.UZZe$CV`y9<}ѵf:d:?I9aܨo{']-_e@8| h3G4*.4 iZNpn>t Bt^g ?$w^ ǟM_m*J7@Wm,xQN<;׊D9f#&k;[J(K`5CV?wB8/r6Άh5aVJ`5jșy..*VxBB@Vo$cwБ52g;䰸GVP f i<ʕJR{Kguɬ l X!,FuԾ5#ʔe"ڐ~8 )ȭR s!Phgh2[adzoٕIP1ݕJ9$@kvЂԝ33]۬<= &!c4U8;NlA]k숝8&&x&^H lM=RoI4@4*!:??ng [ BM:TJMK_'E ?SDﲖcf _EG :4R@]w9fץOdzh!wmo!GH>XnTt3,c(Қ?7DJ; h\)z?~n8Fg|df%]8l>.h(Mv ɠd̔}1.BTA7U" `1#siSvuX> 逸$2fǍ{ٕ|ukkWu,x ^&j ƓEb[L 83h}U`0qI+ X&ek>!g(/*qѡS(ʦ kG+$'Q'f&5(!T3"I~8]B6 @%6y'U}Y 'yTSuT01"sI\')\i[ߛp ff\s8"d(]oT7veԵ\eʀVQi=ï /д~ֶN cxK(J.~n:|p $C_NM5?нȉ ]RqK2$]Y:еӫbzf`v55uk u0A4Ez)gC!k*@-j}s 0d9AYawy!9Т';Jj8hL8C2/?khr)j$5ݡ,ah-+qY\],FD:^a[F51Lx3"P%n桱Gzdיђ+ܲF c}-h!ƻ!/1KqEj 6Xq +M#&'Z{2s0K D(OF?WW$'?#HPG˻~g+ӳ"=q>na#eԖ/@b$0A/\:AIAZNk( =J"[m:? T  z3&~dPo}z*_> kը]vB!3&com>Ǩj y ɧn)f T$ 2aGPzEuJM{E,vB%:pֽWnBzgSdbLV;.> j%^K KW(^)\q^\T!aaZ*G}xM`1|DBUV'i([PŃKo=,!uyCߕT8^&5rp fl3|ǁ٤^=<PJlR~1`G,K͍?Z/\vru[ɂ÷ʡ&yy2% "6uQq |y7xLTQNiI'WR m*"U^^foy`/9{-(ɬ.aTɸM¥#o$N5OΨS `9 uog` ̜-)hcB]!Zz7qkS?-IS.s2*@7m;/<˖}3nCȭT1PsP`DZ1 ^\|e-}rQ^_:aDc9'Т1} %4Z;tv*cɡ,h o`d[Kzh8]i3C5eЛ]e|d`T9*pG?gٻ:%ϷGZB0 C%)ևs_[>M9<8AOrn>7[S k/w]YR >(.`` 6R#l}|1$z^G"[x4sHxK׭|03 PkGowx-$-=erchYuSm`,ɽ:0Tj@Sqŵg Vbr(gHGj3O.ZP%2fX8VH肠w>-J(5Eهsx5h_Zj% =kee-d!5ψ?yߢcg#Hdvq5P94fķwcW0*XC`,Qg6`*u(.L3"./Kexm"id]P~ok1$Д| HF䧺nTb nlKJ9fX఺Mx9EGpntSUvX#i6$PޓWalDgW w#.b2 u?+[86JSw-!WMާ=8fXgt;Dl*@TIkwU1 _0"xvc?GʌY:z˒P|UO*m&v{ Dkecl% ;{@pLD1c.hpDVSw@=jJh&:n$vo.Y>l3rdXG̭ s5|+IPE"wfwP7(MCHwA I(~gg4NK#CsDH{d'6z/5lҦ"[Uº^iV۷Yd;A]kݪ16-`<3g*䖑XӜ/DͰ(d d[ȃEeL9|lX=I cDGx&$nT|RLMA,|ZChڎMS̯T~Ak1כZNGBkA\)#@Jmc, g=pܨ8#4 &杼ґB5?о7p0ܬUӺWCf wMfqd:@TA S+)@},,O;)R.S}!q٧W l R >} sKz|!G SC* E>F mlVBȎHT{?|{G3L*N`9X7b.XN r?#g @=IqyC&'ҢΥX@BX*yֲ@Ƥe]e F8d 1F5ټrs䔵 W0(}"+sӧd}!z`,Pڨ!RI[m57N^B0]Ҡ:l3 :ErBWYPHưH#@/,;PG\|K{U=TȠOG쥶a-n&anQr}%7 śKUJѬ/bH=u f}u5wsSPjԫp9TtJiˣ}L=pRvC X0gG ζ.l?։tgi9*7Z?g9'GRHw%cL,UXM;yl s5M):Z2lkO*ܓchq&=kt4´@!P}녾f唷 Eo8;fcg~fD J/@5aX@ENyi yNRG-W/BP U-ީM!嗴tD;T/LIPaI L֦_m-R0](/O-}׼V8PDD@' SDqY|CϜhe&|<_)`*ҭD.nBc츓!.ۡ QNk^t C &d}nC!@tх$Q^KMVIcj2L8;83y =@bjgTϸ@֘G݋Ch^΍iGSBph8S|uQevPh.BH%Op}{Ĝ5SJsI޻ײh6 .~`dvfx~7hbОoWj*>b/0 h/9a0DYیxfx?WuCp;xFT ((`=0}[ t&}+ +`i { {w <9޲e7f,/`@&cm~Z޻dEP7Ԍ_'b6[HJYEM & ^j]* 86e#}۸čGqV+md0W7m h)LT]϶rۊi@c0|DV1y^([-^UGpM6ikի6XJ ϯ4;ѝ?jXE;Lxuy$2>XU[~Ju +۾:M'싓9p.I;g  a% Ѱ^}UOIt˃RHpln)) {+[vNIWmK{/۰<"xkz*HDSܤ4ޓlӵpx*J%sڗA)`a7$Zl :fqUq>qeBlrV#H҇(fV:O& ah<X Mey6M KZ-D_&T·`plW_¿r"5 X/W1_%[2ԪomL_.~VMW(ȵkr3Z/^ʋ,ꎑue-8ݫ­Ħ.|q[yL¨Rjx4~>\XtoBrQWʈ@O:OθVm`Ϳ{9#ELBe_m3lg\9jn8 X~Cɖ{@x$uтk5 jh-\4!TÌDՉii,{LR'g!Թ dSjKx 1:`M3;HΌb1kv-&C]iGmoet=0:oZ ^1棕P:"~4M|Ì!&07n=P.xoBx@nK ˗n+ 7Q i O(wՒZ!ADфO/'S&7 m6SjQ` 8'NQ{9+*u;R)_~K? )lwCȣ1"BC]U h,b]Mϩ`>g&NA(,캡.>{brP>֞TBoX<ҍc,". }W!oCBf@qI|RM"FϝOg+m|o1Ap8zSKQU*ؗؕ`fSΐU\,0(.A%Yƾh0W)Yrj,Xς7%<>[l}ŗOwj9dB*ZB(9ZrCX@DRi8KbѩG4og,`N<>w5K)X*}Ƌi% #Z]ˠ--Д}+ݳtޘMxڥ!]'<fX.NzV ^?Ғg_5 2z pDcSd U+11Kqj9']dMTȋ>,LH:ԳX$Ǻ9ߝX݆WBJulc&\:{d7,p\3gF [NgmsѠ 9URI٘ x14xz'HN渁)}%DKʃޛFw [ p~j9$88Ĭ,Ѯ|L.?:i)'Ŀs tU mJQo%6?%=kPp#ՇY*rm4)u$hG1lQؾ$!폒VgRxlu'֛1x   yYJ0ח)s!p%yփ 0N@!VbK'jx&5bHSG6s-_S#*P"{RDYK:ڏ`O?[HSWʊq!d4qvV^wS@Lm'ˠ}2Ci21#MJ lP d3BXy#Մ]wm(}shmKoxE|mN3QS4Z)4oHXO}qXCmP6۴a]ɋ2 .f=A;5SY(}5s4ylejQеi%.`/zg޴ov֜Ҳ1ŇrfeUH+Z^LI0%远 }bXn6:W +QCBl,Ȱwrz_Efo('퇋<%{'QDYlT6ZT.7WAu D<CM3jygMzxCFFѦyZ,!8;³ZԶ "_=̟w*zd:& X14@h<‘gPeO@ J 8#D^˶i ڸ@eh[H?9)"^H62gdG_KBT\;o -iW:-T,jL"j4fPu**wb#( !>*}($qBW( auV?v BqoP2wDu3Կ_5&xz㿃ah~D˨sSƜMI^n'u:+iCyتDgSJhMpՇ"KQkSVp$[FI|S{H]`6!9-jEqeR p¤'Oǰ9qB6Q;7/6 , C ,DŽ(﫤rxGy |h2XS;/WYcELQE"A&;GR\VULv4hҜ~w/7ﳎvЦSc}F*r h%>ܠCCxU\\O9@V"0%ġ*x:ɣA"&13r%МUWrGSjV,y}E !BFȧg##}y,@jkRgu?Wk#\CrHNQ!z +xsz!pI^QSfiSjo(h{2 \rNd&m8}^XM-V]{OIQiE9s)N l-)y0[r&F%nYbP[3"%}_OX έw':O" tYu # 6! 8(Ȁw=E1&.B]rrMX`@ݣzKz2>㨽46jjdf, J+ĽDv Gnhh_6yq[]nek{vrVU>ĭybރ)8ֹ3-&|dڈ! :Ofmay#H {xW&GĤuE˲( 2Ә_!dS?97-~'nա-q256\~®>vՖ-)nC#A$Uu3:1溜Dr .DSEʹktm)-`,uS >؈҃gFs1F✌NYhHLVI r%Kl%&+4DWi.jOWj6hKn#]>PSafNLp0@-K/SSh(pZI^EݝLǟ/V;yzK} JUCx|>=pfhr'NKiu*tQ`ngc` RrSs'KF CzT1'h{%׷hvرf!6Orvl-w)N姶iA=I*ywg lsEN]eafhnAJx8u&k[ &52̈c[hJ[>w`uVHkhj) Zpo}+і2K?RXMSS23ӌOE傀'kڂ ;3xἿ'\aNf[#Q:}oMNgq( '^^ 9ߜ>tk:yn%-S"!>JejU晄H^Fp,ɭ7KšXR=[.j0jOX \Յ!E5RDWKDإ5Mە:vu )"yաbμPkBI#Dqڝ,\~B5]: fԪIx@+"䄜$m"3Q?e:hWM.ayem#@;az3kԁPR_L4]&TYD:oB؎%c4@" ۨY FlΏ^d3MK1~RdەpaSE#{yFt%Z.pg6.(_;Ftҵ|/ڹ^m" rI;.NۘṱQYZ7t[Zk< \CBHͿ #Eq=u }NactǴZ`dPzDPQXQ8EF5sSyzdIK?(Wl n$ %#b~0mAd~*tt~t嫫\od ?Ц9h< <|#X\p ԤѵÌQw ykqpŽIJ;ƪ§ V~G.;EܡbIs[Gփsj_js M9ӱ5[o'9$:)Nd ~05Qߏ-AV>Af[F!D+_ !Y]XHD`m뭏 Zonb6 7K42cK$ҹwz{VzeӉ"Ɗ>{sW1;`+D!2"E"앃30d G2`61K]/D/=oALd9ݦ:l1 X 9UjQLKфVY;Aίs hUXnpL@9eF;KPmʣ5=uVŭ urO~yP# k&ЎM&%st@DdrӸ}D\C<k)RVBEɧ)Tr* vvg0ECVvi~c#G6 ~d/#mYY`N:}ѺroZXL@I%.bHҝbmBی2!z^'+@v$*z~<Ց4cJ~`><7]/4݊ {W5M!iU./e.+7|wFcuRH7z j/x"m}SR!lVʫ#K}|]*| VꦀL~!E+LeuB+ ng?JF߅-T1AI "U/_p U̬3ϒ tĂ`*gGRU *G;xwa[R\# B q K`O-W#H?0lۙ@[wDHgq<煋_.2y]7&4tlᮑrDh濇W0⍬ie뫧1HrAh*sOJ;nms=g #=+{LPwvEFHwH[}R6—o8)(1Njٵڄ|xB(KL&MTAI#G{cE$f(.Q P9c]6ݝanX^ƽ"ц#Q ׋M5˪pu@6_Pϊcs|iSD!te VK*XšFK֭Z&YS)x]YIpaԑS)srX/M5~IQcD2[A-ch\زCj)LёXo *ʮ [Z"R@h%RT⾈QsF,m8 dM74 (= 5kVlnKhbߕ|FiePg2O4Ζn,GKE aNMʶ0uO ؞ " ^#[oP0F8DMu6 ea!Wneaq '5:xN sy| kgԋg\+gjN|"ŹC60q7 B8jBDJQk@썸i'wX6793;lp ,%+OORTrO*~;vhοzˊF^m|ԙl5c`f9CKRKBYW%p4O;Խ<|HULd yOZvUG^Əi~sN+4ntQ_vI:$'\q8dPq [1`#Nz8_Nz2Q (iKdˤć9ݻMmKlO7`avEEY[W'p/Xvg{IE9|Cey)EIm#e e\Hpv8z ߂8-߼g?>P_2M±R e@]'⌝ɳ܊Y,ΤvTo6TgWC&-sUHiܦWEq.U *@-d/VˀO K}\|nL-vyEXpF㽒∜=c&lJġm_U̷ ˒؁My}!{?%wwcz~H:n3vi寊Z@eD׻Lez+4c '\sEq #>(qȯz`Sr~[C0z6(>ns6SSSa3ljg, _p\6U4=T1EW`F;y\pmy3+K!|=?yz/ Ls?3;^+#)Uؿ WV 0G*}Ĭ\ I~sGoX/T9.(ݷ=ڢ/̴UH $d[\xEAo aZC@Y}iD8 WsbnB~2l᳝Ûj*DU+r%퀁g$;U;✎G;<(sOY)kJǙr_\췼t˹H?JpOlbD@b9BhIo-Lp&νJ]!,>9g0$rl7l=E6zUf9*`cp9lm)رAQUr:yݨ7|P?U@\" ppB*BHg4eXuP9UM7]爣͓0}I9U:c.k_$["\> fꎌƚm4Th:zY !4E[( )C7`fWQ5Umn IUauJ[U)w@ut@Y'|S@NԛcKS'LU0 5z1D\HӥAC>Kbcnr9zv1&P}N/]E;r^ ѭĘaH5ORstErXu6 ^Vbڱ.rv':oc,\ufc q^p,:Y&`WHf۞3A\dOGZS|6>k3$c ѽ[j&F'TI, {Y@CIB016p)w'6smI3#b)>@7p84_yg%G:Km>@E\c8'3 r)+>0`dQ\'bL4,c>͠@Ŕ)|$v?QH@׺@N{K䑓Eoy{Y 1icӷ$@oM9L.3)Vv\U6񱍝-cX; \ |y:JwP#œz|A)6_Nma}Z)yU!e|ʊȉ鳺֚>/5*-Вm,;"E~E*.nfgr|:@:A \g?[GoK*Z3:|Pz)"GطA$.gp[L@7LE.h.6 K-a᫔lg%^W1p(RrLf&gj%oY,A5L&>`4Xzk]?kgTr{1^XM>dnߒE Ի0 5RhnĔ=p@2b Fy2v9cs0X1yuaVs2]훭}U[ uP;Q-RY$u `M̡hv+8c ]X3+g(?%Fdx Ted g) 5(o 9nn!f-YJagX`J-!q!L9C܉iOC+I6"xqozZh`eWC>0_䦲WCOKwfnJɺBesNe!Jΰӓ4z>0],b[Y^w=s9e=mc3=5;!R*TkrWE:(e .C0oºNIH%C1 K  xz!h_b M;Ͳ:UO$6OX`ygh`_wL1Bƿ1,+bQޢ\&QM3~a-r}7W`BKhX WkQD~|Qm S$h3iƒ2nJaJvL_lV=x\.o:\2+ߓbRP#V &3rW]LIm:LtK.;hxQUw &7 ~bg'pm[N'svɟ=.|Ȏ^b_"ޒ8_)cq6ڟ#:$w-cO'?Z3&':MCtqMa$XȻ=4;B},|1ס"G&J'ٜMj9Ɲ3rAE߉MMF}!'ݬ|eP6Fu6llg6}9zD{L6{|%Db)=i3!)ENwd({ᢈ8iM(IH k#(ti' !Zv#fњ6 5ACoaFhѶ]GOr J6Oڻ Y mU[dwFodJ,< 0+爿;~f)ArIXj҃v7zƥϤ#-tCJ3y(pf@Yݕ Un~H~>ҬBZ <CbO/ lMHYZlĻS,ݛ?ƣvɼ4_*/DeGr44 /Cպ||=[5Dx:HIʽ|yax6&HSQQ ;(Q\zi!x` xETy-: Q<6헥@_)l5Vc:+EX)\:bQA٫i 㯓Dժe6Cc\vLk]Y&eRLUt/WM ՞)ƹ 3=*4(,z067#ѷtlrX-VmWQ;eH}'_9h{b0&ؗ܄xT8bUV{hA$]BM宬lXLv0#/0X0T{J2G"IX Se&*p1 _7iF0/g{:K|~~ 4&Lzǵ.6šDX"ԵFnMtr')gTRMɠq*+X"7ޘ҄~nIZ@k=,}(IX%WS~q*Rs;fYē3mfBctlM}恵jBќ\4PB$ᰎtAKJTUPcip?"$; w^2NN2)x~6Yww瞷qiO 1Xn\Ug8M~L92+b%MĮ~)ZRaNELⷄ8ԚaI;gZ^nڶ^uE3b.KDa n?K\Rψ |^nPԎ&6{`.|Ci֪vypɓC{t 7N_YD . I* 7h%slGM`OP*X = 8_by5,y6#bRA9%4x "𩢥>{ǵsAZ+`A˽ #"a\uOx&C>dҘUw`5֥p َY͹LA?+%PP*,vl<'#f^y /A^"azGNu_Ɛ m6HLYԿlʗ/;h5 J>bPcKA',QA̶Ed\Tq4oIW3!v0 uͬc1VH\vjG^Y+dĪ=߭lNLj3f?#Ǟ|DuqlҌoSǣT&t_ ./4U)N9 Z27"u{aRaqFaAA¿1L5XيxW\g۪m/OcoNqolwE X5m喋^N3bv%,ު>}l#GH`,׋+Xnʓ{Sna[dk' v%MQƛ ﯽxD9}H !*|#w7|@{{&hͼCIBJB5AMؾ7piBJ6ؽ!frJe 4J~&L.EaJ]S9HB!,q=ۮ@/ϟz=xӉ4HzĆm@ K ( [VN&=DN}3B^kE0΂u%6JkFS=)4iM85@EG!!Uя?¾x%HT+N,# }i &e&p93!gd{eXs[ r^𚑟@Aͼ@IWKa渽T.%Kc y\S|;qp ! /ő5Y <]\O=,|rه=$e#aj.&?{JM+JEr&4!ZB _uvN[o,+% Ix|F~'i⟺pIE4Ȇ|@6 r73v}iQe=P,YjC%k" u֢T1+_+(TGQE=],r0uW+ LLR.u鷂8rJg$歃 SO {)?:f68,2(8UplC™-V,%/.ŭ!RZ~)^Eq I_ ^ܳ&Z3՘3G̷X]`&P)`kxТEg{ypO%xDmQ>ཹ~bн\ދ9ZU|Pӗ݃vg+[MmT2#\kEnN9A2i;`Fڷ11P޴|VǾlo2agf },BFr)4,Ǧ-|3^|l#]0[WX2ћ㓯>ib@.pR7Ln\ب7IhcЖBgQ <A^'˼}sRN>^ Jɹ֧F>!!rW7}4F\HgRl{=eH{e.5ݩDgѩQ{/P񠠇bD}"ᬌl{5lMIJW>IESP iT-{[K'DwiJO=u;v42%>pΛ.Nq_\N{q^ NpO-3ݞA~_sA Gbt>Ī"=jF#~`GW3m-=2UIZ=Xn} T(aoTD6LSo| NWCfaVӦh9 x(JWhoJ_{cGkwK<h cўN*_ms3ckn^ݪf!5dK(N]zo NZ*T rҟ&|U?{Ri8 ^CCGXw=/RB $z=y܇j[M F jrHMlW{ɭpja[_2ָV!M,cy:eg/R^խ#CFϡHeyqAH>9i &5h|I%[+i ЊtH}E jϞ;*eO;f336h-2*4RtXMI慴qmV_0堿/:wI%K+eرpc`u~# A;̦m%/Y v/>zbH{) Rk7@N/Db&IԀƧjpͯDH ;6ސ&U:a9GC|a?ʤ]>PHu]P5ҥnՄDc7v[̍d&tI5'd&~HBUɰh1Z $?V9Su71$2-zd<-zcc*zҋhd-*DE)z n- qTtOauѦ&TO}x78Zu`*v a3ӻ eO[%]Xa(xm$C>!7!ȃ~4nA"Ȩ\8#3a?Rn)& KMgM䑚Y/AG:CKlx['!04Y:m|ZoJc9ޝS_5֋1^P0g{k}I<[,CM8* Vr?`$7|F򒟠~+p jи<$ .( /]^$VFs:5)Lрmʜo{wWZCjt*.|VuH$3_k-t(m$3ݧ:~IZK+P^./bz(Ձ}CX(6ׁTk,bb@Bw?(:]%>H%& e9w/QG[Vf m[oUrpuκ{HTfEn> qA_\Xp0guѴ%DdFŢ( Q{!*Ktv&Ϟm5w:Q~ݶf|P6Wyk5,K$Ys@qy^н2}O70E!5JQ|+MGif塿2K!X g=@,TNiǎOB<>I*/$ҙ0q\?lU,@fPr#C|mOO&;OB SUw a&t&%@KACk)XudҾHFm۵XmSi,0 ;R :0tGXhu1z48 pWfY,kh,rak2 W8i}6%7R(sZA pg +\]S$CDE?x"r_B Ni{xB#_@ه{m#:Y^+&6H^}vmd`O!ko*0d}+>E++n4R9(XIO3TQX?JMoy8REt0:Fam_g9I@ՆNJ|uBi ?$.5wTx'6)[Gpxsbt#!| 98uo w}gԘ@*p燶6H%-ZIQnj^>TDt6w )cJº8|d>Bao/$E+\B!>ىhO ,ǘmrKKUR\ .~JQ;3q),8Ln+$YlΓ*ˣTׇ(o@.Hh˨d, =?bv5,"-P;!dX 7$&̳qN~{VS$ASv+,5`XY 0 MM`DSPķ5Z/4V!`+cCdõRC/ܱ7C"ȥN{+>JX8D<{rڋՉ& ZTԮWqXgodr6cQ7a,XN{[uhxss}#PMmB;` #B }BgQ( c8Se_R!Mv=,C1CA{HAS1-٫y&_>g'^N, + ]GE&Hx.9Sdf&+M$^?ӳg.;;DxyJR%eM2Lڈ+N1zݿSs},#*S S7/@H厩ĿPf49qr-r,aX9F;|se/dD3KrBpj%M>f\+եLQ:"SFvРl)D4_W7GmP"t8(qJȫPz?mdT v~1QonQ}}T>?+yP];Abc}f˂d~Sy%Xj c8J/R\܊_t/_%PV?W;4+!:M3f+>23?vwb~˱ *ďܧ5ZR_vjAM*BJ$r+}5EZT`ɷ5nJUsG p9 هHK&b k@+qfLEmfg|]}AtNzOj3jQ,'z:Aluv\)eOe'Z}T1}2nq 2 hxu%xZ"s,SLWvpe-KU3+#Y3i+!拖}ʁeZoƨh~mJP @@7g2n0'^4~OYUj`S%EUC<ɭu (@HE 4^P.?A:|e vAgNsoqi?Wr .wW;ݚdmr{tQ[C64퇪.d+hQBL;ɯ^aiLǾz{ @Æ!AR~5jA4m:a+^$C/5mg@Ӎ% AK/eeqlݻ"Zlo޺!ےZܵ9A0LSeo4 ôÆ%hJ⛏weY76G;z]n-Z_?&aFJ2uڒyoyF:lYPU?}JZQ֒}q b*P\4(]ٵ+#KM?V$Q4oP+tS 6ܛ~B&4 r "ʚ "x7D`*w.I i`;ԜuQ1_HZ6Jk~yBKE9+]@SoCu!nqjW?[l^/iY@[˥`-\P>[♛yƈo#}*e*X*p4\.{*r jVo4wKΗɮ&p. Kh^ɦA{YFCi=h`e|ӋkEl0 jM/'k!eI3ɵstDMm5׾`4pTexSFy x*[bOj#F}6^qn*k?γAcc[UiҚ8fS (| R0؏C~e(:~p*KY|HY$ Jv`> f˾F(}8 826,\3U qwsT.ً<\bM:fc!SofT)'WNTLmeKhT!ߢ'G0f7[lgx᤻5.mR| W4o$[&C$X).}>T"T;RqmO`< ~˓V5BZڲT¡ajϘp`-4c5 Տ:AD a#ℳYTd?ͣ}lcǐ=u!9U0;k:dOvPVR7P! l#d I(+@w A`:f(#9@keqE;Pz\Llc-_{q\)~Q {URr\ȴ2]IC$ȰlnR vNtE]+~O '&C_PqmsfZcr)AiIHcݶym1}N2(gh)'>"UMo9&슏$dw5F-vc s&gDɓѹ\*lbȗpmʰ5Aos?[ A{fIbgjc48y?T%p3CpN[\e2@)㚢XhwV[= 1/5%.x3h~?>vֽ _Eˈ$9o1k#z&5?~WTV_Tؐ3i4hѢ`GÂp|8_'&^f2e.)N܎ jH)Gއ/ %2G*.Xx=sQӜٴ*pzn&ϒBIzKn>S;XDBF:{b"Ýpd@k0Ib BiT|LMQdЙ͈6dDEFLQ=|DVy{AB'q ;NӀ Z(SӔA%|. 2sBDns23ώ?d"KYian5}p,h130ɿ~ke=;dT>wa'7D,ķ^G4@;XGǘ59.VReZțzmYx+?~˼DQ^yęU8QW`@q|p9P=Uh50št2Ҵ=5 m{ ac9q!~Qk4R͐M?_BGF[ЕaP& ItyíM~&{&Ki(@4zLU5;A)-%ڑ;GGD!N{ Oz.o.+4%ZG*CN\ä;.o6?J\D ]xw $.sO?} =' R| ]UM<*ϩ4z"BP?U1lghPd ,BSgӅBX(rkƚr4t K,8> E!"(Q{G0* 91^]MjExOfGגn' ㉇L ) ܦ@b(ҕ.TI ;v8vt@yxncٚSNT o193 hã qRuDYоZTc2_ )ӍBt&Zf= [~aY{i_7:"jְ!i=jlUdFDKFcX w)$t rTC^,L,`=zK8o"݈qlI+a-}>^D7l$q8;b_LMʫ4}ZJ9 ~G[,<87+bcwco~U.8j3TİT~fxBTh>аE9ªOhN"k\ڀ~'R.[9usWM4X/im(.0N7J3;8wve/<02mxp J2('wx֎n('ibg_k( src?Ƿ0)R/K0&AɕNꝧ͆FVF-pԠ3${c9ږOmXF-bqΐMDe Of;EYCQz6Wҭɒ뻾T d _TT_%ۭ A_c+;D36P!#hLxx:;-he"ŽTg &J>9W!bd)bQF]2jOw t'!XA͒7??ipgjXn 6km5 Nm%[bgcbsEb*&rQ\GE->g5 ńd#V_% E-9BUYeRљ޼ƔL `rd` 6QW94b~@cnWwf^$3>EҍG hG _J2ΜltދCףyV'=H+]J)G%9?'dp!Samro@+ C \\bkhC;/i |ꖔqc*Xeal>fF^O[v)'M{ZiE^c\Ҩ5~>,'6d^XGktəℨ ]85(jZ{Jg/yدw;Qz0 p]n #ntyT| nX-sA] ?LE)qJbi9͐H,Z]`R %F|Zvcݤ KJ\u;i#9T9juZ h?;,qQu}m*O nZgKiWvװci١90)zw:wMs5_`:h4٘ VnYefٲm-\13pTtO6Uߍ6';&㦢Bω .;XW.\^C\> ;rB'+GsFM[8b:v7H(ãn O$Z' St YUϼ><.B= ]~`/?_@d)_C0笴?gL]0.mx]TD.Ns5R|wNm>,jLBrn8Qx_RlFr܄lg++dݮ{uy5VF҈zL-W{md@UD!ǪwOE 8%p)M#hB2b[w63BE5 a|n [Ö999(+ٱwIZXC^m#m~u(Y09V&&5:WaaphgxP FCbD|jϻw':5g*Ly0QC,lUdH@= :vNN_#cb6GIsZ\!ড়ސ9YJl؄ddW &=J!LTF~2`2AKE~`ľcAЗc);iu?_ ? qQwoHdŎz-@(CDVDB%Dr,x MxBfP% "L XC13\5xL%{GEү,Ռi= Lty$ $t*gYEH32BDrЄ oVX#7 xu>)#7x lYN#sȘw,r)~2R&q/zӽR 25cjaV,rK4ns/\qj̿G-*\Lo:BKunϟG; 24<ߣ(CTqG;16ÃRΤuY苇MBKw۴O(S^[m׽J2y V!f0cjhfڡ,IR;G_?b){ULթE^T`~$mv(=Rk'Lm)ٗxi|︾c$5㯦6޵ i( GgjCDz΁ʈW,!Qj(PAG+}v~eSkx3G܆^ 7Mpk|k YZ:ŮCYm}˖me7"ȕx.-J*`1=[ԣ<+;Kֽrqj@,.(%@? `BH V[p}]wdb41>}Bu^ 1,Lj(0^-?82 ut1;y}_hIH a.#R10s̛>yInsG5/[K4QȽXew "ybgI*sh`BSLg%?晪>`솘n_~osb^BQ}vy^HxTQSwg'*SR 5[?\}ؤUxr=Heѳ/-BVN/ؑ  n ..bw: MZN*c>aJai&A1,‚,4N-F&3:}fgfs$n16-@ʦsJ|I82G *IS&E + \ ]\C<AuO{e9lqX 1t^iwsnsLiq8`*ydxRl[Y~Ox* zܧ(  v(ÓQzQ-RŇ;! i'EI93 =Ew;Elfxq=n*y n~Q}x.ByDplQ}x,-ڍqbbO;,%~kIA*l'CU˫(@uAך~,g$ƴQ`āl@U9Of]7at ݯƮ.+)ijVV3Ds&9sMuChreQMݽz s|r[/ Q3'r쨍=]ׄk$@uėZ 19::xR^FNk,&Ylo_8o78<8[^DpvP 2d!r΍u["6.65 '}1T3/+dj _ԗ&cts7 V[V!{zOF<ZFxS3Qk徂T/:o~B韑5dy@ӵ0o]63"1ٖO8܆|kƒRq`uCtBGeθ+lcsENC=!dwxv-ʝW1/ez8Qsj#:YpOq.Ж Nxæ.'lQr֩s >4ܶӼaZ0hؗiv *؇C ɍ+~c>@1qZ&qUl3K8JVIʦV,p7wnpmj斟 9VK6q Duq7PՀ#6К})8raR!Tw ; gȀ"*9qx% a~9SĝKf#vy_Յf;BAEE62"Yj[ǫvYjz:-< gCKRNU'-Wd6dHE[eyu%ț5_+-z+ 1!rv9x%=/&$euh{sq(rʵet++JX8h3H2{]kI/y#}1b.ʲK7 AȇGA8:rap9B\vWmST0A*9.}p2a88Ax+FY&FXK/4.(I-d|"?WMS97&z̀cpMIDT~JU?¹&8/e⇫443o YP~R= ܈LīpU7|BjsT{&ibӟ l9W6όժ[dt19U1YߋH JO,BKp; RuYvu/|KQDV* ))5U^ܗZPwljQ_zz[Ft/mkPQjv2ґrDu'r@{,UjZ)х)%NH#xyG .i"vdo y}X~8MLYWs=QF_&=e9S}j0Eާ{#Dy02++ D`/xjIEG{ŢRG|…dNXt7fn f_w78?2 ]Kry[Z#o7SZuEd#QGAj`NvϹpǔȹ_phW?)ʇ(5&Ғ]-Z9ӗ8:KMV xwC(L]Ng"P RɶV%E3j]F1[<_XmJ8۫_:=`g59#|ܒKR'^ќ-EmV@6{o8)j^IPS#V͗РQ\{)DxC+hfgd,r! 9<1oPAE 2b*tީ<@DwЂm(1j_vf݅ }rV/#⟉xTTn$0E;c^'Y^(s{9/Ƶgm=Ij@A~?s 6v+2~UXSUF BN"oNSVfuu͛:4?1rʰsx,ۘIBW屠7/k)N Y2oM:w\I 3z YZ