libostree-2021.6-150400.3.6.1 >  A dp9|dC dFw)E>Xays R)Ԗ NADAIOk/ݴHFt4f7dP{i{6_x^gyJ$ asSUh×~+Q~fyS #e{LVwzP%q{KF~IJf햓 ض *іd=y%\AgpV` J޺+{pI0? d   B 6Z`g]H8H H XH xH .H .XH/xH0H2H2pH33?4?<?(<8=29=2:A2=H>P?X@`BhFoGHHHIHX YZH[L\TH]tH^bcgdefluHv( wHx Hy@`zClibostree2021.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-ch2cBSUSE Linux Enterprise 15SUSE LLC LGPL-2.0-or-laterhttps://www.suse.com/Development/Libraries/C and C++https://github.com/ostreedev/ostreelinuxx86_64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in ostree-prepare-root.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in ostree-remount.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in ostree-prepare-root.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in ostree-remount.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/ostree-tmpfiles.conf || : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable ostree-prepare-root.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop ostree-prepare-root.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable ostree-remount.service.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop ostree-remount.service.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in ostree-prepare-root.service ; do sysv_service="${service%.*}" rm -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 fiF Lh(:)P)`hc'C2^3xd y$3cLLv*B{` piA큤AAA큤A큤A큤A큤AA큤ddddddddddddddddddddddadaddddddddddddddddddddddddddddddddddddddddddddddd6dc89b0b54869585bb6f8aac591a4b7dd7170eb498309ccbd576959015cd87118f51589a8d6f5c6afa12a79dbbec4c6982f461e43d9168476391b34e12b8b3e7e5580b4b08a6ec98813d5126afe37cdda0054cbc56f3b8827f9ab36c93ef1a4eba453730d930b63b108fc2fac40b62539c89099858cfa23271df5fbcf237410e7efba24d31e768075b68a5cd3a43182a4a755b36753ee67e2dc1adc4bf45fbbe2615c39721fc32d817ca39968be950b450dc8c09214bd74e97c3e40250a76a1d1631b44dbabc2a15be7721025cb36c6397ede73b9461ed1ebaf179da46df1155ee5804bf8017e0da83584690c42bf1d3727faaca862bb60aefa76402979fe4e4ce3b467bb7188986d5fa9076854a7dd5a5a52cbe2abf7b123a34a389db0c681ea1a29fa27d8b805c7394cac16bb17ef4223d43617c7fd39bdadf89892feb25d334d19887bf2f3d6b921e0bf7621147232cfece23c2b85a8953f7102897557b47a32a02329ea14b93621cb783553bf68c5b525b9dda290460a81bbc7bc87706cd5332d3642ab71de554fd51e9b7bc4630407ea67eb11460c45e172bcaf1096cabfa066ee4bd2991b42da146b3bf0e93c687a1d944461f44e0190064791c5ddb397ff84f8acbb47bd3862cdfb8a84cceb25c58b8747dbe590e00080c2f718faf3fb7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c11de5b1e8ee241e80027098f1641280c312fa402a210e3ea7b12b657e0b0e9e6593404f6c86813149886c48c6ce4ae4d223e1ed477d38a18a033e03ab55dd2a3d6a5f180773d777e1584b46a81de0f344f95fb4b20d006c2b5e983eb8dd1b066ab6da4eab265ddbdd3397db8ea4be3c86147174c11f0e46266b1998c4188694a41a2d6c338a49e76cf758fa6af393f78224b9346cca96702a6388a5ad254635130dba1f100034787e2cf75df84a42f523230daa93b2c688f01eabbff005ef65ec1aab13fbba5ae306c22fdea4bbaa78a89d9bf78b662c3de4d8ee7ad24ad4b3d09021dc0708813dfd43564a52f2e274f6573e08800840f33b628f7df6866b211a02aba27cf081b014efaf7556b94c1657e565e24aba76619e968e40df8ae1c809ca347c7b7d4458612de5ad4a52914bc0e559b1d4881ea520a7f79c0ea211dd4fc939399f42bc0b91545e2c737db70d38bc563a6c3e2912857bbc0d8836a4016992e2b6f966a10a2e78284b88f8bd7e485d6e558c6d476907ba72619ab4806f08628dae861e06a5a5f2db33fe12afd99849c0582424e01e816e8181a8936957fdcc36a0f5d62084ee3e007cb62285a1a74968b3b73aec42d1221deaa1cbdc86dc9a427655f25b70433b2645a35ac2108befe71a90d2c8291c37bfb85497f0fe912dbf298b8f8fa5eac36f76c3c17a5d013b17cc51ef9e816bad54aa94eb1eea40fe58848f0dff49993bc485904cb9b0da87443fac6eef949663a7383404fc7a7a8d5474a54db741f66440c00d1160f9a0efefeb635b552c5ec45e8ee261a1f555ffb1add6e5ea885d11a9947229672acb7d119cf268a4b20ad6a2eb600158dfcd65bbc484b3177849f38c3fde4a7439dcee4564ad96b3833898138a24bef386f89f88beaecbf1baf128c6ccbbaa339332d3080496779432c95198a4bc37eb7e59849420663f7fe875fe9514d47f66cd51a8727d324e250f1b172feed7727c99970e80a9d2e1353045138870071b1bce6b65f54d3effe2b05d8385b1280b66b2b5c8840add373090d2fd462187d6f8689e1ccc2c75b542256c488838964d2a9766e3dc701def43f2ad01d15dbad366d02b77e306785f4ff77cea84cd4b57d762bcbac3d6c8c12eb6ef5eb7f1713cec3ac4f9eec4e9304aa6643ae64285215ec99cc05f9310baa0e74c2df44e865a2fb3d1d742f5442c47a8aaaf753d53fc037f1cb5f6c0ad1f38cc1a1d44c1cb467b12657123ec2277fc06b872a26550ec6d308f40f6534e77c630979c107ad136de790e423105a290f1be9bc7fa5c7edda3848a2c36cd544d06be57e2743c5cd192eacf08e800b59612b8091490476f3a6205ab2fdc8d9567f7fcb7923ca212b2b2f6cc86377958984be60854990f2939e20c29874c8d4f2f12bbb192074988b6155a91a5614d81fb7a2c6721e5f16bf74cee41df2fa4e13155b7ed5dfa260ac05323ea76dd60cf6bab047e5fc302c5fd6b7476bf05eb89ec1ee91eb0f421e8d39f012abe2ae1274457c76379c16fbc809ec51c49ee54feebff2bc60a1d78e722b6794e16d749b4141d3ad11b4a348051779b59e5fd3e2149a4d7868233660bf7581617bf722d93adba46883f2d6dafbd1cf9e7e77553f0bb0882831d745ba9ab755a6daad0a6aff0d7aaa91f6faf4d60601601e798c6581f18d15c8d3cc8e1386f4fccd6201c2381e9189ce6aa7df208bb3c648df3ced4764a6468717f4b91433caff45be3ac799baf9db56bcd8c206d325463135854782e9289df74334672a17c7e922da266137b9330ad669510632178f8d720d35f3f0beae06e60660c16e952476986c78834f80f2908887dfb7424cbb9a6f48cc0a1b5f1bbb9162bfcdc060004f3a76260d9641d92995e7bfd924fd7240debfdf851e57a70ceba820a39ad83c177b3a602177f74fb25cebc513ecd20fa913eb42403ff851dad0a17c9a6dbbfe47cacabadb70f67ac990e5f60b208235930b6ffb2f9eb02026f293e10ef31ac7234a3f4e64462c78269a9d26ffbe19475fserviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibostree-2021.6-150400.3.6.1.src.rpmlibostreelibostree(x86-64)ostree@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/shlibarchive.so.13()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.10)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.27)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.6)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.8)(64bit)libfuse.so.2()(64bit)libfuse.so.2(FUSE_2.5)(64bit)libfuse.so.2(FUSE_2.6)(64bit)libfuse.so.2(FUSE_2.9)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libostree-1.so.1()(64bit)libostree-1.so.1(LIBOSTREE_2016.14)(64bit)libostree-1.so.1(LIBOSTREE_2016.3)(64bit)libostree-1.so.1(LIBOSTREE_2016.4)(64bit)libostree-1.so.1(LIBOSTREE_2016.5)(64bit)libostree-1.so.1(LIBOSTREE_2016.7)(64bit)libostree-1.so.1(LIBOSTREE_2016.8)(64bit)libostree-1.so.1(LIBOSTREE_2017.1)(64bit)libostree-1.so.1(LIBOSTREE_2017.10)(64bit)libostree-1.so.1(LIBOSTREE_2017.12)(64bit)libostree-1.so.1(LIBOSTREE_2017.13)(64bit)libostree-1.so.1(LIBOSTREE_2017.15)(64bit)libostree-1.so.1(LIBOSTREE_2017.4)(64bit)libostree-1.so.1(LIBOSTREE_2017.6)(64bit)libostree-1.so.1(LIBOSTREE_2017.7)(64bit)libostree-1.so.1(LIBOSTREE_2018.2)(64bit)libostree-1.so.1(LIBOSTREE_2018.3)(64bit)libostree-1.so.1(LIBOSTREE_2018.5)(64bit)libostree-1.so.1(LIBOSTREE_2018.6)(64bit)libostree-1.so.1(LIBOSTREE_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.2.5)(64bit)libsoup-2.4.so.1()(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.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-ch2c 1693313210  !"#$%&'()*+,-./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_Updatecpioxz5x86_64-suse-linux  directoryASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=e07f629321b3fe29f8f98c5cf5b95a0549ceb83d, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=499af2c846849966ac71500c545fa3e494edd691, for GNU/Linux 3.2.0, strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=8a76011d562cc2f496c0efe986833afe924b0b96, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=b5a9c633edb6453431a63ca039b23886cefaed6a, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=fbc876c422e372ac57403ffd752edb15184d3120, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=44f431273d634998f265022ba11a94408b964802, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix).=>JRX. R R RRR RRRRR R R7R$RR5R)R2R(R*R'RR.R R!R#R&R%R0RR+R"R/RR,R4R3RR-R1RRRRRR6RR%RRRRRR RR R7RRRR6RRRRRRR R7R8RRRR6RR:R RRR RR9RRRR R7R6RRR7RR RRR6R? oW6_+?utf-888635eba26782f3ac842dae1ad6f1f48afadf077c5d043cf7957ec60f64e7feb?p7zXZ !t/v] crt:bLL 詙} ȌXOYF&Va#oiZG̹X" sy&~#a4ι PG AAWzJ4AKѹ,/cۮ\m %-{T!\sihlM<'(H!ۓt>V ڂ0dgo5ҹY0 I~ !p)E :ءa}0c*ԊO} +& VE 8HZ]2+ƺwQ1"$(89\lO6ɪ4zhtOLL2" 0;V00{Ͼ4/lڑ B~'_ v~Wesh[Dtq}d[yY3ۋAnC1j95݃KSE,I >ӽ mGH {~$#JJeͳ'&ChGyyoƿXl2*Coexh?( SL\j5 Ni]X):~3=HD[r_7ځ,OX.L|0,%lP"._Pu{$bp?I8m ;BTQYY-3,՛b;7I0 anȁjX6^)ov{Ȩl 02a\VP$+~w3Sɦ)WǍ Kt6WIm e}5` dsV.[p2h>v؇IA,T"Exju p"wqIU%|z-f_ }qA$&}b̠c7_ [A(oB+zCz43k+o|6̆OXNQc |mkRe]Ѓ 1 eLV[G+0׿i9(kا(8]T'"18>UXo#GNI(#t4/(xXh7G,r5i"ΑjX 2S8lMa ̜$2wE> +O[a&ӓI1BodžME3-Wcdeǎ|v3w@alY$eK7~V}Ŷ;#G\= Y6DR4GP*񰽺#u [ e6vT,U]Ƨn6np5X?MLf{OH8J⤁S:r &);Ʀjjwx#9 36G kn% 9ěHkXI55Q^l߾a]!f@ovjڡ I++nX!?8x|z1 i |#9Ϋ}tiԷQ" Ka*ni. zvF +B4}%8Cȹw0Fgͩg.鎟56 nֆ6( H Q1Ѽ^7O~NHsH2T}ɉ:{$pjr1ȿ(Bmآےxh}2id/(r)ߑ@')U:1CQ̙@uOD4ΚBB.%ЮL5qXZבk4.k:X3!klI_E-KB06}p~kBDǑGORNBZA?VRAhAdc>`M=(T:d@YJf>Lk,*"Q.+kw]:?J:sg 7<8,;^2e2e+uP@2%I:H ރGueS0A~6DoGy͙ %3Mv";!f =>/+Tqeh$~fA]cIpG9Ar![//t-C_L 03Q029Y+3XaAթK]C.8_tt\Ql.=?UN\ $%;e͕ys ' |d;GFGOU@Rd SS&O 2$9sUͧb{bEh>`,fmԎ??ѣ. ztfiETB ͜G7vA%{+Aw}ێH \lO;eH6 ida 1XƝ҅P^f&mLsTbԟ /r,BXf\ўñ vbosLhMZN俢e^"!yO6gsv5M'SWPq GB`-\cϲM6A!Ygj9p^BZw,=wamuPpu(vHcθXjDWO 7^vBG6$cOU\ZG3[XVU./Ŷ~c&AīQu,oC3p s 6 0d3آ?gP ٲs'Cx~!RR1hq_T"%U ɪpvw'%Z@YJSlɷQB .wj3C"8Ly ebKȘQ HSF$x"`lWsٯmlh%c1F+LRI*T"%!H/ YlU )^$ŀK_v3}J߾Ca'{!|.y2!ˆ#Vb RQT DYYxN2b+p!v]ʙmR]VEVZ$\jPr*HƿRIwcX *lXftw2in;c,LsIf3B@<W6¼-?B߃\~bչegupHַߌ]Q˛lGXc:l];U-V5]It ,,I8F3vb^^G= E;U¡e_O[amvlMVlu~25 RXC35IRpn5ɶ!#ӸYB~v%5\sy+q<=( bӎձ(qb[O" Zd<`ۘJb@,5d:O>Mu^8Wk'j: 8īd5g1_Bl腥NyF hϲ.=UwZˆ %ѕةhw$lcNwe1:Bc|iܱp8%& -ƙzHNEt6` `pCW:jxc-6Xn!‹S{ KzR_MeRsDG-42 bZ(0rޛAtksaPX8h1*T;v `I4XqQvnݢ1#UHxfTZ|%Wb*k\Bè3*3mTVEǢjV 7,SS|pvLM=ZS&=T3DYa]+@c-2 mal2049A3<-"yZЂ4f=fck}29sX@!'~ՋvJo=fޗRW.K_p:w5]Q;70~d"=x x4+>hk-tү(|XI =R6p<@QN"Z&*j⽁#5P3+W_jBO,8y)p<;'1BiRV2jTu :ǵwJd[uS|! l+>t_HMw*3]odѳ{xAA_Y#L .1{::I | -`l|%B="i]~ͫg5*_4fOV@RmfD#ኳ}Z'B:2-* ]U:;Kg;V.ƸU#7qKo2(Tn@͇cw.'8?i@K"ה!;7:cZ= 8f}3 > ħ9;&_%Cf q⊿)[Vc㶔Bf_CDt'% *Erc3Im9fóe<yJɚ a1 7Ҵhms`aRP;~*hT2ȼ~ɸŎ/kdi+bPo a3X| =$7*_i]w\hz<5xo0|Tv4;@eniߣEuy2~W/4FD5qoG2`O̐|Dv(ߘ9 jUG2YûfZ˙YR3#6wo.px}-fTMhˇ C~l}qD*(=ݶ\p?U<=EQ7ӟMш;-Mz1bˢbcpR &3 Ή[ެRμl`t|rֱwa̵@]R.ŁDBr[\tyV^d|qU ΟӉdciULC^)v`ozq& ng;\|5ZX~ij%Xa< odHk%k4}f) >H#1 =yL-|FQќv&~R$p2ݍ1S 7{S 1\d=BTiuƾSBm[Bd5.z&0>-2/NCm&: ԰N:Fy 7oe*7)E_L lƳ6Ӳ/<熝,?EB{Ѷ:[G4`x']ս ^ 2=MOAT+ŕ'6.ICΑ֖j,P˜r5f?c8w~\Kr܉gi.sa|yϳX#4ʛb z)(u*hguS}b&F,bi%VVA ~I kma :!S-eˏJOpZS Ś>7H fjQb6TT, ͂s oJե] r7cP]Y$|u@^K!$  bDa^sJD0习k^-dב dXPEN VcFz(Ҹn 6-<'a9aD߰ _(`CRR^>>;/j>YӢM>z^PRTi, ŸSa5߶jK>_"k'EY]Y!ӀԜV"!yA 8:m_0٬ |}d̍~}$ჹ޻]d}ln1IY=j+dNBQS51;4A!NgzXU[T2O]!)ewa~8b3#\0ZUgd0,%JB *6}$q ^]oU$`O+]ta}bc܋N1hNJ`Nn5IuRV}\bpZl''rU5{ "-ySчNRVN+Ծ,-kO/9اPV_)1^{7&ap//_ޙXerCRJѓ&@x]F.lz>Ź\ sV8AX ~QO :Scfb+{gE{y킠 ݫ}y^ h8x/L*!,(^*W=}Q WZ ߍZ_\]Y *&]؍9hϔ%{#q"x)lNwHg+dv;u*9g3phI9UaV=ÃGDBq IqTyh4sd<9?& Nm#G}G4D}jz(չSJ0'깷 VWA}?-7KEýb|sD-l/&< X5 %*E\ŧcZhS0FrŘy#C9BcpQk:+ukK̮Vgr{ٔs'mS.ɐRSBq*9!u0!.vRmv |ٟ9QyBo(8~(:I= qEpZ+ 7N)O)Vf'ٕdjCO9?n^0՘>@,]>MzM/s݊ŠL߀wjO.S .u _#ov^`6VrooSow*x2n+$e" @#m>t9RDOuD)/jf植[f?V?t: (&1 <GH9[Fϧ0_XtzEVoe !3<.9'*M)7L؆*o,mQ%o'.?g͡љ r"d[+8©%v_Ruw$Ҝy²l?[Wgq&%Fg5 w6nLa0s@*?XHdmwWőx4-?z Nxٗ xm mBImd鵙 ac ']XI8L+gŦʏ08^^+ofNMO1,ϴӏ偢uU҅ ߶MD`%AGδt^ [DTNlA'U~qS*5?ڀ@u96qyH pa'G37-CYh)t~5Q%' S%$c#1Զi߶>w5EEJ7 4^z[M,PoDGK\-oD#YO︺.˦.hy{t򎮧x1L7a6B%ܚvB}SsQyBsBV+E =_;݌$tYJ%f݄IP|@}L}.yIi#t~_Z#iFVQ ذ/c)B'v-t Vy'e)i +B Kgkⲕb}]]iz]S-5j7/En*AԶ#P=栂`)RX@n!Rh/`U4eI# Ӆ8(Ѻ =B$`ܗuXu҃oeFJ=tF(˭+Ab^m'~E|hHQ,gI[XKo7!pb^Ո2^QK;I^ JM$e| $[;}%I¢FBGndA}K M\n}ꓮ(dTl&_ꚉO6`ԱL JjVG>;i4P=]ZOQnrKĬ\=xdϛ|r}&㊅LϦ ۗ!9دZڙd¤eA<X5|!0YzU-l77goUXe xg&͇aѤ>Ő.o!mʟA-'v*ټC L+\:+>DWT:[CjZSQLڔ&nvR( iM5f$yzNJy%fSe΢ ;C*ɔ&]S{'h,|hآÓﱝhVL}rV\(Dj98%UV%`ѻR0 _y> >f#b4 z[iEĵS k)Ie9fޑqjS'G(TCEZȾeiN-[85 {/E:.$d|gGk:'dn/q87=kL;#yH>gukT:b fcw1ng벙[un(LߘePy'=egث+4ʗȾ<[g3EJO{A#ZI}INWNl?{S ݶ٧)mx7,wm[x{iNB9I .h滬D\q >껣[@&ĕ1<,֑WpNݣ74YAKKBPU ^3M6"Yp: >q|EP ӿGIХ?BOcmm-$O2k8ҡuf>_ ij8|\:Lrt}9F*0mM]ՔAtDcXt(3-}k"}e9=Sj }մW ?t뒤)RO]2J~o +_L1*@FsT5%{rodRHLX"P&O"LiSu#M|wWJ4ؑA[+ -9 '|\|*Vs9@͢rc3pd9/Ƃü[BcCV?8f,vP'Ӻc]J`b077̛C/SZDr+P;LI09{0\aBH_Od- }MĞng|TxO?q ƏDPGj7܁l 2Pr٬]_ *vSc/Gݿ;+L g}@I9{d`?z6mt/~[ Ve1ۖCHDIMqMok~uWkc@AU rw Ú9\XbCTAY}sD墿5k{*`kba١^?m?yn|yw]29*NHp{[jB%**< 0r'?k͜fબ]}x$>;]#1'4ײlbHuS9%:/T/N[+ujYLj~Heu_@a̝ dž:eIAªǐqԟL2 fHqxADˀ!18=>h~|WS [w?RᩦQYLK|~VBiydi$&A#rr9Y(SZ$?~;atT&WItV*)ВN`SfEbYo=R3j[sxg:c i w=)"0&ղ͝>u&d^<4(Ђ;چ9SkXLv /̴@ DŽ@H3, 4 Z78lK|Kxv 튠_s =)sBtEC!q3~>=&S753J"Bړʌ8˰gKNdO u$P07;=XVMi.cL=Wx8%wL[bIgx͆&gZ[%Nh6vx$,׷:ʁtfs8;"(nlEc3]|-M k-*Q4zQbC4{ìZ]*Zg:dЧ/#qgqSF(Ԍf<3FoFc:@k*礴%C} :mJ 8k `8{'$` +^bǑ\} ԎJY.%QUuB)B3`@T?Yu!/2*N߄f \!gh.giKnڎ4Oa 3FTG2,ڥF(,IVx쏝va@Xx,xXtc1TDn2CE^y.5om;ALLuF!xYn5w5ޖU< DRLQ)1xϼ'T2Ƀ١$Ub8QdUK)K4ima9vonD(edilMĔ $V쓾ʬ^7xSgT^Cltܤd0 $-1٤l<`N ZJuYL2k-\% \@cwL4xJnpգi?F{*1ͺ$|*=OEWQH=({N@`~0D1]ܚjo :3&/V֩l"1 j-=X`8Hkf;H{TvJKy"t1 Kr9#Ka+kcD #n"1B{ >zڲ8҆*dxXB$pCŭ@'$ sbܯkDҁ;K~|0" JہY*fX7w|џOAC{ G2TͭuM=/"7!T+q;n*'4h=AoNc|WKw&74s@fL.tɫE'?guk-AMg6>:; "\҆U9B+oDUr:24M䀿~>tLؐԨF(Ma0"W1 EIxϛxhvšW収M #f&AT?/46ځ NۄV `r’ 6D*O!ڿ۹:.P93Ti٬oE/7฀#qAdļpu#) 9O6pq- 3x]"7=t +ݺk"h.XH%v2i"Q<3{~y}v5Ү S>avߕSB||,H2~;-7ҨtR}&|HB#RYoPd@ڔae(E3I5 בB`JLhl)h~&΋+'{3U`eCRvg9.CWl.tNP}XQ/ 뼊n Q1C "wf'o}[O0(n F>r;>j:L>M|g2; &o*qK_*s)>dS,EЮ}!GR%>Ɔ#@ˇN~ g1}yUr¼cy`k AF OQKUH.˕'(h=Kq-<%DDVF=,SuPbV/P2Y.l14}$|29BګM<:C*ī@5XM3㰱=U=|tWN Ѯ:FV)96mYѥ9/M;S'7_aPMdRv BtvyHJavIo}OɅp7蒢EU0Y8AJrЈ:) %Ģ/zRw Kbi! rl!Ž~֛Uؔa0Uj`͕wLB"3>l ?-Na=1Qgʝӛ`ҙNc سsg=HpO~5e%mv:?}f%;4m>Yɼ&4vcؾK;S 88^h"P 前:U8*#8Dz/Vl 32_ %y:i*Fa˞&~i\ Ѻ ُ' $`'.vjf>#K E\\`HSLfWLj.xaˆd`>$`w) grO3]u{sߵX*G ddXs.>y͏@AYawo*W+6pr#֨{JpFʡR+g=V($uz)YC8J-.S!zcIF0}XԍR3ԅ-1<x`"}zޅ:Iܞ7t$ʲZ-Iyc!)M:ZnBAB|euzAx 0 B>etdffvE/E"ct̜O.ty΄nn]I:=kr^ 3*"ţzxGnf5W.W&/ÞKցL̲Mt5nNNMT3t: ]]H7荊z0 ]3vBvFwNCQ;BZ&J Ũ8|=&jhN67[撋doJ+!˩lwRhf5ᙾa ĝ8y;x7jM=0 Diq6&(C(䣋GJO,piW2E2ehKP>N@_V~Qp> ov9'JH$FImԱг09mհx. 3NS2ϑi/WnKau%QΪ*]ss[-BukH}t[ E>3f>]홋-KbtnBzǑqQغ^O/&Z g))-ʰDsV)QKUNdnzm*]m֑&~^W7,KC%: SEb ^ܹ"\!@({4rؔDZ1*ә1Ni4. UYO)RRCwD̝ao\ pLNtC8m\WlZӻ<ib4*Ze}|Ys ,^SȵV2ԿP1-:L$b{Kpiu@fjda~3(G糭S"\Ε0xD("=*~ E=Ҭ! 'Ժ8fʢ IR6௉K?ŎCfoI$cS=Wf#9w.)';oXk8[7p(h47$oDZ[L,xf.Gc7 s+T!Gp4V@K;q{,RWQh@r3M֐.߭'<+^aPM47\ LXQ&v4:wlF p갽&ZA@7'\C5.i 7pUSF,Md1U%G< ڗM~2sɚ)؞O` al>'8%EI]BȬ ("A/M?RpeX%<{*7yEsWp`ac3ȉyp /ƽ<\!^F90٦QaG`Nm-Dr8G!mΗnȢ/\8D'DJ) tGB"6=qh%JFj6[UꮪNaJO;F'gJI]E.K?靺 )'/<5 )wN>aMPߦ|*!\:&߳ å=BEf{6lSI;Q %Ov*",[6}H/ϥr@[]oc ]!D2Ꮹ%弦sy9A7+cFF B%%ƃ XI\Ts|Q=c x몧ǐ,I \Mt fXEzll87g^=hĬ*v|ݞ6 (hy%"gBDlA' %Xq JUmF-P> sm'[ek[L{ŌLsW=6!2D ^ ƒTXN K,y卞Qߊ٥j gwcK=@ki ]^R;gO}xxQs۔T@nS1u}j#[S]e1|fԛKߠح .}+h33{~6J(ަ@#_ÿ9tW9a-H5Ox>J\OזPe[2g ]oxV&U1fRq7Wv!pnۃޮJ6. 6zZPd/piJw-^OoK;~tLuM"JO5ʬb}f 6Ôzv[42 P( "l%BRjݙ6%\KE,r[HO׷3wyVI L4 A*'| 3ʗ)"])đc)i?YQop; tݟKwsSgLO":;03* Smt*"pJݲpk!Yff)3N𓢊Ɂ:4;9 ?˅qRZl̂)1&L*O1:r>YQW#c S inF';lwbC+&&HNE. ]潬ƃLu['ӱƍ u"' 006X쌁c e4!.j2ƫ+aL+n{Q( 8douj(N;o7H2OZf[?g%HEf]tp9*dGJ80r /5 5w&ovl,q&Fi}y >}7 c"!i@b;i5g\prb\Pg#wj:#q2՚f9wiDTZ\(Hxb51 )KDǝ+>Ҭ\["f]%,%:^> )ϭl3{w~ī P7p~鉪`O'KV-Ueީ= ?<;|hmluե1`.iٖ 0.9ݬVJ]V4+hsN%q4 E/ʒHb#I/jf UJ@8i~k{O8qGĻ3X\Č`tmeyTF,]qqE~w֘ڪE q0WTĢ?̲D4ʃ'`'Y%8AgP=Lr,P h5Y1;KtBo4)tLGn,؆FbrΦӯ0֕4Qt ^Dck+_n"1VOGiǛ>u O2;?+q |k]iuxlvv[\'9QZE PLR jx掛)8m{T,Y8L7 n~V m ˀͻTE ƃԩ$a_WRjH3`̙̻6-x+s[bHC$|Aq4[̵B uDDTc4Vfa\VD~%C HwqN;'ӐZ'sM-;iXU=iLkR}nAر]RtvS_K}%*jU!_LjA&UYl%1Ex>GqpqW>̆nQQLvm8u”ŌzH2A1+4u,kF1ZPBmՊ+$Vyk0?wmmd^"ƐKoF1*<(㳯 4!~^;zѻ_}Fo߸%2UYTW_%B f2VP}3\ih4hM-48U|GC1`N:n8mTmJi,\?Ksmv|t =~7*tʘژ6D##nWu>s=TO*~a_'IbDi0tn"@*]v5 & ?AwRf,D镐wk.ui8PfUޕ EI}ʺ) {]^I$1Τ2Lhg̯k oNq"t? ޗNݭB[r Fz_s#CD%T /Xoѯ)G^բP4A;!y8@$"䃘Wf¥ZoՖP11_ސaHI9,a3:js70-V=A-x1(Ap$P}$tlT3sXнx$eFLXԏTfH#E.,K+Hr~D&%]PӆP1D@o,6̅<N*%˯yBG0!:uMƊ-I7D(3Kz!݇TkEF_[J>è~B!^[p OƸ>JDV^n{ZGC]C{=4;*"o,HLfԔ5^3٣^8P7yt4YtA,7UOl-ԩY]OGDKVu;~ar"fW .[7نK\yrb k0 !T⏖TF0/W/a*c#@ki4h~KHyi[t*UN[9W|9]aj{H_ rIhɬ1-~|ȓlh%舛|s07hm l S>/VZ&3ok(]ʸ+Qʥ(~\L J EtH85V9}~cw@b ct44UT> Rz@La*'s<lzkhQ cykptqW5.>%/Pk}SֈBuG}]#qQh 6sșzX:V#Ib%"v0,P ܜTaqRy4tF !:CLE;z/# L̪ ZYn-XgV$*p5_T69(%/^Ԝ@U@i44(B,2ȘԸI䕮s,vi擤ש%$8a7PȋqF[s!Qa>&ZH$1~ OW#e}EڴɾjuHWw' jmara9궷<t~ͷ!u[@v*딋C!=@<|/ xijO:ryO봣y=ߗ Ş\޵jʈm 7:`MR F80ʚG U;nӍMY %@|TZ-{<=V`c'I9_\P;"z/qNi_dd @j8pY4Lߡ⭜KQ95Yڽa8qT4;oRpv(.RGuIuPVeE½щNO#Tл#[ގ54T5ɇ(PbqbYn0%yEP-TF34t'jE;pqb#<)-[Wp% u\Wz A ҡ} Ee[+n!دa-!̯p7::%g+@|d8#`gܸ fr0O"HZc fP(cgkt1@ 1E\v#"dgٞX/7\\RG͖|qЎDC ]`_G&QK9[SD5t b\%ɮP7k{\R}b/<, ^ ="ɩf'6uWh2)B{Iȡ5 y5 GДNq /ccytM_JkS&CEmI|O+ojG0&Wм{Vm'FtA9`E0pzdR~mVJ Y⇮j^*_`̌e /%lN"! 3_Kmԣj>4QMtK܋~;Ә̏u܇="Uo!z]WaQttv.)?*ҚsXpܞ"IZ+tnTaO>Gf/&ot7ɘVNbdMץ*J=3Xr{œ^8ޝw/A b:g+~18d cJxRXd.!W=!`-rEǮԳ; M؆SO(Kcpzb] R b4`iU_Z:|)\䋁-˕{MZ籄.ؽsBO}q@s`UL3jjYҠࢤ*k'=.{BY~ZA(.zAc^__vrR{t;4 e9v7Q} 3n]. u\M>:6r$XJN=u<:l=ɐBLd6:*S/} v-mUȤmLioue30C Nj0퍂 Y &HHUepc8:-[FKOnܽ,_$WNZvyVbN#(7;eMEeQ*T )@0 >_;"\+P%iySل4VQb#Fq^WFX, gP:}%<. Xpe2mQI͋Y92roMI \v[% Whf'e+ZSoR"JWC&~U>дO-g9 ؚ4aƷ <:ܞƬڦ;$%M#t TGL%sXt+%+4Kn1nI ؍G{Qoi$*]n@q>vd? V,,<6Ulqslj`ٝ¸6C MxçE=y"L16C>Cs%lOx9s!Y"9B0JfϮT|< a9ӈQAWķMLO4=k_^}9A=ulkj6uq 4 3nVk ?kvI]0XX[:DyL5TF'&PPWxEA1@d0߳s7(D5T1 P0ɋx]4%9 3Pm<.44&-2=wk0:91\f݃V8 %ROBʹkGOBP{4 <6 ^Nݶ,\rTBgm!2e|id2U4Yd1WͬZsGW'W9gW26` ,jgSB'gI׶Qac#AW2@bC=5h(*aRj2ٟ2~?INPW=Y4A=?MkT`[c-qz>9i[Xq: Cr ն]0XS *8(bi':AI1B:QY*d/لYjB~35A~c-xO TJS:@FƃCMxt\]Hel`/w*D=v?\d@F̦ㄿ䋰KTCk ~J%QcwYL:8GX:iŭ:ߍ**Q$(  99)dJ*Dm}S"$1CXOwmdiLgUP;v 0>!m'9VNJyq~ՎKƤ%6(babz: L%0[0Ue?&&HAiafd[]'hl8)^#v8j74M]úD^K;~duK&󂥙?Wn1wdKf\HE;MFDmnLgʓN;8@㪓!*3/Q?H<]n뫖}J]ZVYg7PJJRN=< !ʁܰ=ԇc?yIS%E>еV5׊ z\vi1 xӳ/l@ѫʊ'y9ʈu 8@p+ZEfWoI;81D)(j"oppX *1$a)I Et,RQ 7+}RѼ]mZ:wpƿsWM >8a!Gzq0_ZT1^%,~3^Um7(]@%XFm I*Դ "|7'pמidi#,%z\ʊ0ˠx{:yJLV:P2FsE༢!Fd"ؼ{ϲ5 F+㖢Fd0.mIӖW-7W Ϭ#lsျ-ׁSHrWNV#U-wSA s!5خnYE/(9vkɬHd?R<\{B]My䓨L#:Nɰ.OCMmHf'FA"I_Ug'hSFUBPfb^JK T8v\%ݾ;weXkH=:O mٵ`o򋆦XX M |ȉkYؽUB'`>Hxwmq_d̓vc'\->'˿FUJk(Q=I } fzV nlފ/j}Bzm *(0i;vQ_{)[\ ]R/ fWN"w5 4DYutzӎXndN]~4j!78|t#T(91\Z2x<ʙ f~|N)Xei.A );ѻd!J}W$EZ4E3 +AL zlĽ@oDϚ)m -bDg ݦ7N,{tMJ<2;Y!vH,z j aD n?"(OUt3"V_-\p؞qg|K_IN0h7 ؖt`vS"xp0TިC^$2J\hZ䈐cK%~`ʖXo#Li>IͺUxދbδG2!rȐ^v(elk6[OB0HX+0OO`JH-uIӕfMN rN.HCvamwYX yUDm RrGXB4YZ]~Ԝyb8U "&':-ETӠԉ ?йBgpIIRF_z(e0:6.(ST1Kxh狮bDߝqCjzO\=^.Fot,|9dN'O>aFk by%V= \J~wDQ]4) ^jDe_SRR,yJxy6)?q`)ТL-my8`K d9O\)c'$]vFRzL/TYDiwVxzGh(Vs| '_cA~aX2Dz'L]Pht鱙,C{t|Iu[2tW,1 Wb,ascُ*mO<0@/%ߛ_r qpµG-8PiBfw} xr {btrBlU9;`7&Uyv$AMU^슎e35~ېv88,O2fV И>E8{2h:4FUROM#1(e_6n1% #͇=#xB T5t5=UsQxhy )s|H)DKyze^(7Xι1DPQw{ǔN:#2F۲Gd<@wN+Gfߺ]tSI:# &:Fp5-.du*e|iˉFTL0g֞#F ="ĂavС gY#u J}u l"=kc)gw$;&S:ǻ{aG_iQ%*>ؾ'Tm J\HB8)28$igCAȑ?XHvP*^|mXmAvJni"?qw5܆x N2Z+CT8T>Di-:/shc/Al­d(axǯX~Y$3F&Xj!b|(4h"KŜxQXO4,H_{NyYh>b3&MZS+e{n$IO +āsy7-!ޞCQp 1O߉Άo{z_9$1^U(-X{D"NDTwf ZWV qVv M&_!=C{ '?l?pjWxå_wL1SJv:*:nݒ_#[-ɆfÄL>) Ydad{m1 s$A;#|zA$M,34'V ZC<ze+UV'|֣fQQsr$#Vn26?~I:PUoc=/̦v;'J L<CX_v[A=<,س|9)fd`j>:^cuKqjel> R 'numѾ6Ka/́`5X9V4|:B{jZ#g2&jԈA[~R{̱O& $؟ppnYy#!"#J.ckpgY#eX)ZSe+fUE-Nh0tR f`=Fʅ;~m)ʖ%zUDy[MHZPǷyrt Ow}~wqlOum* > Y~g>A ;%4 c@ㄯbHy@݌FJbm?wcUZ@v%c8%ʓ˜f⇚s\lx ?VꃏE]>f5"RF=R.G`AUZkO"7o[QLU+3,6jn_>/x}oAp*f sk.2L~7,qCr4kx=v?RH׻Hlv{UsG7,ȷco *dB:Mwߠ N~^ 6D)] MgO L` ٽq9\"ˈRi+/AC6ܯxW &{דБcMHdJ <МK̽c3$CяݺP;0ڐNư:$_JO 6lۃ$QQ@x&SLA_zzʏf< D s|/_z)cݼ,?i#^>),{ڣC 19fOOٽѳ hn}$!a" ' 譨n\3uf~PK?N6W-xH6[6nܲ}}jhS=Lh9p I +d\0^W (@[*w_i`oݔ-cup3A#`6˶Y $ JiBri 8nV˙+dgcg7s@XXS~$&Χ蝹:ɶ4mXTdBdב" 8VdOp3D,7|%7 :ZYlPf1W\WzAsu-W V 6>CnM؄|6XûbKQ;OlC,t-udKe֙F=kZ5M5kISОr&ׅmCFg]g *^ܲѮ=" SuOWźBRd]]☠]h3HL0u:lP0JxɈ}3~P# ֗^f8!Lp49u% jA x^sg ev138R8xognh<LDe}vKTBG :<01Z &`K~Sfs)=*[&pY<ᩚ51>P #%PMlN}# (sUܤ e ǯ7#ZF zLV85Mv 8k3DWt@"^ٯ :9R8Re{][ߑǼ:3z݄kUɊYZq |.l_^WNa[EN{+ "ϮOR)Cf#l/;A%\ƍF.f4!CI_ej]spA¿"7c[|w2w M=L}z`5gۖO5ITχ]qSBT"^6F7RfPAO[[qA J3%&xiA.X*zumfhҬ])^_40PK+);mVw|MU/VK6Ξ@jmriˑ{w^a1h@;z!cg<_MJ]IYp$DBU`В $+=^< K0כgG&2?E2Qʄܑ 1Go?{F #85AcxϢx-Kۗ]H1[[vWU&L8;8fK5Z}ntI<$eLr_"hz̹кDu:!u!&c/(0C_߃ GXH@W9ITEv;ȾCU90V25U<蟿E%RAѵ̖6&QΡD[AXɵ)ƥϤ+m,;c#U6EH[xKJ*̭1Yw) f7vͿ4%6iЁO5#:R/AU`K$!0gB҂ ܝn}tZ5Ph^YHTS!딆:5X|7шc:}<ػחQ3I@m':SZ۲$} [Zt*^g 6Gwi]Q/qz}ћ@Mi#t3ɁFs؞4wݮ-"C"I]rX&3/囄JSc0lXMK>n+n%u# P0JQµHDp83"^U"Ŀ(_ Ț!-< bp2G܋˴]Ip\ā?cFit: -}ԗY-}0If*ai̝T*jݯ__I888rٲCrdG-]L 6ӫ*CzP8&1iW6+3柽L\*nV%^Цd+1.jJL$h\C~wut>uҶNAV)B.HЖ`G/aE _-: Y:-hQEF9+TkK %Fq\9,Ԥ>%U*Yl|l<]Zb%)Fx$)9!.uUP44#i-8SmoV&ٗ0kx9@Xjj&+w`7A+^`]yh(b!|Xav`p ;Ye IO#e[z\.(5Wցa;Ks*]/[7 ;B'4;ha1zpBw25eZ2"Z38Uh'x%O{)*ߑ?r3Λy馜Uwo"w%yQ GԄnGȀ6!+LZqwhkZVP!ZRS8omT)ے7$ܘw +hXJF_!4`vH@E Q]osުGV6wS0A j(R I27LyN)*d@Cpvq=ƋBw)M'43cąx˧A0:9YŌVjXt,%ٵ—sf?"l\/A=ՁJW ՘b KPO۫"R AeA] a*db ,?nXԘkk0S15{+ O ݍsv50]op! W{hFBy`('8|gS1P`ayT6kRJW-5QE 5|=N2LoPI_BuW):t&1R!F9}V哼ǸM猳2:N[+Sʉb6vX;dwMkl 8kx:Tt\bs WEœZ'ʼS=:Ҹnݕ Grʤ9uSvrq\;8HJ@Ò !$vlfes4' onݡkSջ8 (_J, 4C@My0LDff!)Rb|I\gӛ\9| !Z7 vјm;cA ȩPžE/InM 鄬~Ak)\醵f+g.WZ>}8_v,M7itxGlo@SYΆ LE0r-98pסi\fB{}WmsSYipx=״f#n VU:D<`Q.b7ii=QU{Soo&#N @uT.V mߝ}+|nrW0힆۴٫$zkLKm 5QuSƍ-cϼ[47}g.'a "0'.ma{mFHgC2Եu?qB;*^”\@/|!J{<v=t "ER ϤI=< UFc-حC/;Ow0$rܵLi\9J1ȑ! pMjoKZE7`mlUzfzx:x6jJs9n=}wYlT< 8709,,ENG!t4p5cœ(~r{.1R/%cGkM$HiI.ܜQ:pM(8 TS*jDߗ3~:3_L`sJM7gCkd^db0PPz5^<#ě 7|YH!Qill턨И=KvvGJAtwߗd! Lz /(k%R9sP[.6{HFO7k H?Qܱi6 K0cZĤbXh/lv(̶]Y'nhN 4l+ UmVc* ϑThp 5Q&dlVѢ`)2A' @. OXT\S}D>e7N0/I)A ~7e4w8㛉bX2p.1]wO{6;)*'Le'? umӓ`T1\ [9²(8@"vCU=9h.UaKSHZ U U Ⱦ IʐvoFV ^7&N껍&KM五`8c73cbeo԰% ޔ dVʚ |4fՉ߿|Znm t7V-k@+HF3(4Hښ&1 oyW/S=\a4PJȿCZԲ~2*bٮUHq宷ݿ];kj;pkUkCpO3l4ffNr|΁dw>y3592Q7ȃ_ lÖbP蜽r *.}!)2 ֩XP #>H'򬨵}T;}8VAZX 6dR`pOv@ 5!?FE0LDJYJBvk0!{r-#|̘Eh_8:}4Rz ï JQ'x0*isb,PՋA)8_.g-{U􂞁?ZK<]ZHf'KKPL<#c/q&y0NTtQ"ߒ Asc7($(yVDNn<:'2=N4I5th2S>2ev`;K |WʚE1|Cˤt!K$οo e1HSN u) ZWb6՘''-ވf2<_W4aJ#l2 a`nb7K53l@zD&6lF<.՛%ՙqXExxbNZÓ Sa; K:48Z=_Z$; AMG-u2j}wX܀STpT\,`J e.24"6zG@o>B2‹a+ÿ1ۣ;0 Bŗ8 KƨsN&BuW"}HU̒4ŝ݅49̃5eFʹF1ߧrlCIQ:B'6 uj*JN~i2\N)ozS~׷uԔ,XE }jޜ:%jZ r*CH-Q'b>⁑6>/P:@~2R3Ďt6!b@ɤ @ssRob08vؙPC3g>AY:jc=Y7[u綴~C pK Ө.!pvJTk}=c4Gpt<\Jx(O,u{XJ:Ec/.IpYWeKǜlML_ހS]=sϷcͥA%]ӵ^+n'] 15 a=93.`PgC@\F1M"̂Cꦣ7>bHyE *бX>4jCؑ:S;pbz =ٽ1mk,ҹ:cK>Jg,̵zP s7sN95^aNM0H5r3E~RMU'+-11~WXDQZf5Lwܿ@KzuZhO%{R0Yx 8m8'~*,ZUZ~EY#klBTM6+ d@ $<*fY3>F>d'奎'0a{)OA;."Yh|Ϗ|^_<TZ_$Aar,^di8[ݓ2c+Sʫp+%6qpStaQa,Y=$MZ[Bhj ?[0E'4.+TWZSc$"wu tE_z!NF= =E@0fhEW*.~)9?'%^⚥bwˊq,D=."PZM wcC?" Ľ=f|b O!nĘ:,wKԷW2R(ŭ{~$TD>|#|Y W7>]?!{ G8G Q.Ƀ |~|ti3Kt16Q^<DK(7FԊߠC=k!xbs>O+D#ȨDo1{9PrbCy^V.zqU`׀b_WZQ:s\?(N\7;,xGrFߏVXpabf D~@pCŨ1HتcEs#0f'3ceaQ~[dQ_McL YD$|0!>Z'U#%r [2,'Y14Ba%jQ|Od-#[Gxu㖏' Gz!FE"+ЈEX\`w f ߆ tNiI ku:i_AcFjJ(0upe jܯ8|no10XUT PRB )Avm4×(Qkd-Sl¼|J}e`E~.ʛsJQL@8q@,+hwVq#E bNs=lf0 W b(T \UJ SM?wR&[9Rv;- B>JKI 9hnLԻ4͌)mr1Z7X00 ψQ^LtC$GdJ-6s\**W+Aчa|W#=N" qRjQc#Fkn"Xi}E6BNdfz̹j|FBRޣ-(0dC%vV EzRυXƄ<`!f*Xl {&{H ɚ#>6~X5 \_r-JA#^2;-8B4ӹ8ϺރP-#]y0z% q9Fǔ :lb Nȣ@7l:346,)o7crUzF(椧on߳'!c>b(pGdTFM}|Su˼eU`ܡ[ ]TX]7C҅ L-2Ѩ 8ܤUg]heKǻ/0c/p>gv02p"YlyƺU6 [@WpOuA!Ⱥ n*XD`u-沟A5sjfT1#0D~uYofA,bsl-na32ZѼsUnwߌ#>;-HmBUtΞ4OTL~QN 8,_"4Z$~ϫCev(0Ԏ&=t>0PFfTi |+y0mO,O,@' o{8)9DEXY/'aB01|U|Ń(Sci{NEez9U$}9A.],p6Z؝M:G˃gXb{q7{`y ֛02/We!Po)rF{#A)Dmei'K=nn~ 4NQ. ~>%5f5 qJ7 Ę,o`\o7j g?ѩ^ ̐f46]s6sŃMnĂ(=E`ؕ:%(2ezo91%!<4YrJ@E3W֪[e+1}G N9˷DHœw~_^>6 {+qV6ԕߋ"}[1?bLXs'oǜxE &9XC%RӇc6K`ռT3B'1@^9v-6z:?9\՜#i]Ͽcvo-fZxi.Өwr4=~xi5`%))i"mInZ@"nI $*+ P8.ֵ[1kx嶉ogY5s Pl;Of$] U<^( q5/Dɔz:$Ʉ t3$D>k ȁP>D#,x`͹qޮjE-.׆+AH|RHK{LױQ@ȇMYO݃Oy5(٘?K^eva/6R{ 5 n6²T /./C+[vwV)U[N6nٚ2Kצa]K!{V7)gLx~N*⤂UlpaeJtqka2D~Q=9;.Aj57Ou2אGRj@pGU?>NWwZұ6YxÛ"4Z^3&'\[مȐn~-I1Xbw)>lA`ڞ f`+x7.e)p%1~ҹpsTG\I*ڐauifK$!ɄnN{yW}vҼɀ$ %^|VFRVPB_xНe-r2#qؚa V#1']^XQ*;J确Gq;\|nҢ߉֝z:i!f!2mg F6lN.ѳcc"Q 2SZaU@zS)HNwϡ]et|W1;bViBk9M5T.J& x$T MjS҄}sJp;QGj_JhTY>7SFu6vnt2 ?Q快g3L0>&5GJONid[z]>YDCH0Hc&V?9TlGӰ>j'BwBDQn)6J=ϯ DN@FH: L<;e ,$BW%%Gbu{2Д:*D@zRWBvH" ST'kЙ ܄lJ^F.aZzo2&ѫݳ q]l<vj4~u4I,6>B.'@#9ኬ~ٵTn-=PAQK,/A+[X5d,\BJ5&M[-ۊ=`VAT=#<{t!9vo8W؀2;*r48]@ROUz#Ɇ|DNB)E-F)Y/#ASqsR`?5j8#;H-UzS9I QIQD\a];)khFė@1ԑMRɅ!PGzc*ykTCI(#od꼲io(I]IR~~00<_#&A)+/`4%\OVCĴpR^&,a^wp"sHs"Aszmzޖ"Id^| oʘ]N[;2m@5rrIakR>4 {ޣ;_TECͻHnQ|%cj1W:͔[}Vxw86Ժ!vRG֕A CotQFK8٨EltX̾^W+EqRK2iLJe܃Q.X% سnWPDJ|34}tL(Q}Ǚ h*ڛAܪUBw+]~YtC`BUaι!s\spEBDMj\v;9݆As?yJa.'!ˌ\hnbkǬ5kTWl/Xqn`0_JCᄏkD3@jv|xR̯+H|_;>_ޔ rlԣx8ݟR.5ށpKW[L%kti?$:cgP8& p -YPPNϒ`p"> 9l>ߋ@`usrۑkGW))_HJQ3m扪 "#|I%'B^ GNdAmr$c֯[!x# 䜺D:|OF# OaYt~bzu-/S!Y"<˫7~u,ۭqTm`ROIG$NY JDŽ_؅asFB$ƏmsR~ x:t:ӖNe=߈Ax&k3J4!PHiLGu6h;iA`5+Vj[Qh83'r|ھ?.+!l@ nKt$QmgJxG@5p4{vpYݸR}PQ `¬Y-u1N{=`čkh5+ԓp>`FrR(sA:'j9J Ȏ,`%UDaM:Hg ۬5̃4;ӧ\aləZ$HvH|.liڭspP]s7t"EA:uG-'e1y}Lvaؼ2&iZV[xWǾv)jݢZ'y.'{(O,f\)m5)DFVqhI\׷/q z%iNmvUZ3*(@]L[=y,I{)(zѨ$$U`zX5Ĝ@l/HQoP cq|Kܷyb4. \t+|qU+yť6+gR]:'Y:#C 쌞-yA'GWH%q#xW;h8z4(sm3mr_pOZn-ḛPv3G$)e Vv4whW:ucZ(h4#RJ<~U;Do84ߜB=lKɒRS~ ߘicXtj޺X |O@süںAIpɸ7wT3pLuE([HBnto\"";|;^I3, tJ{(RT Ŷˏ+XprFR3~48ֆo`9 [e q'ِقFﭟ$ĠaTj**?$cWVp*h+oQjPZ[I.8G"j Td4sA ;c%Sk)mܽbmb;J͓5s{+p>]bn/۷$Q,JW+jnhwWJ CȑBW&aZ) `\ʣb^}}c&40VU::x⣤u+%op}!wW,KDPt=4-Ak]U7'o.2zH]=3&5f<>g; ōk_(ܧUe}o6%薲b62, F5xj ine\{ $DE% -2Fnu,y*߾jGPcyC+KJy9* S)!>*ْhM v[E& gfdv ЈG2w`1q-OÚZ/~y6n LI( 6GB1ﴂrF孬㛟ㄝ;;-mivpoFٌX+Fh[ K>x;Љ b `B|Z፜vGt>:Q`u\):9х!fKP|;m95e) 9TɳUexcE'f*cTL}-Y^繥Uf)p,z V-#\m%uT?툏]] 3.޾H$=m׻jK7-xKΠ{gOQP]D (w&O%蘤=ޠ 9$zhD?MKwpĶ1$~ "Z4DUS?o21@ #޸R[_p" b:!vrrV6+\ۢUr0χ$iq4 pZFB!rNFok^i32"~k*kN/NKuG@D7tam*C` !}ݫI9RƂȄ"=4woe5c"ԣVCIq.FM&1kQhڑ;$ߘJ_J9D$̈́bxaGUvjn {[vdժ>}NOa R2QiiG5ԯ kq0G$exO(N]@ys{~7Xas%'EaԿ~()EZu$3c&ϸ$D7Ġ)) ph+q@ey28v8slѪJ۔a6] &0t|ED@jvv ~jW+X*x-Dk3:pȒZWG'h=8|jCE3WG۾}>4Dnj94(ߊu#* @1Y<.CٙTĢ7֦teY[WP4t6+m9&A$pPf !-1j-QP519zݰч&bo7zJi䷟jDw^B"ҫY ;<H@:s5 Gmrv6XlO,^0Y4膜 1e !P2>*Z`D[~puy7ˁ:eN}I_IqX_5і! %j1Z RdO1^BI9M(Κ9(_K* e|{ ]m/rKxd^ʺ!^j tz|w3z";}iܡA6ETs`zŎnk{p~)QȰ#yZyqm;O76Eyj1l׺2lg?)լXOuE34 jV lSc'D(醽.j  ]4GR 6 ؄l2ˣM2l 3M)&vZ%6}b|N"ikC Bϰ_^{ٔ)&,:5勒<5JwP} i^{ 19776Mk~g [#f׃6]~{FR^m%NB`aj oW@[Ε`TH߿#If@j;Ԃ×y!5WCz.7{'o`gC~v\9FZƗ>SL#U$35Py+BE0bc7C+nk]וZ)Ub̊J#C^^HdrHgƂ(hZJEm'a;Z|؃$YRN_d|;DV2C<.?l*{^fȚ nn놤Wxs8 ML[} gdtYIe8=Kv,Ƕ콳@b%nQ= ޝbDs׈&M3<_< [$ر4 Q>oD5 GEC F/a׀l`Ĉ Z«G;'f[<{f -}YBHUSUdbB$I>B771T#BA݀:'ԕKݭoqTV(N_C3n ջߟ v%yDZCaת"ii^ 3U?$9&*Yv~KI9cB.q5k#&1 4>fp,/6NT\}z/sj0(]FX\"M#ObM^_|isd? rB," g;41X XNWₘi!ؒ=zێ]TN,;kY߂CVk0UyQt{&H C%Q[S6g r"K\1afpUra6܎q O0sID-*ۏɄ*atϫɋZnMR6,rnԏ7ц\| E̛l&}S]@Q_=I/y0jo*724xLkJ ^>gaoy ʤz iPY1{5oI:i}>zAO*:iJ[NW\}^áAGmGА 7*Fici9)]nTm*~\>6IyoX9XMH<򻩔bO{rԔ`bn&.O X@ia݈. ;O!xl2b|^NɬNȪ`*Z8 \A RT; MX 0ރ8C¹@kxo$)Jq>3pqLOmb,xQA sErunly~8|n4vsQb]cC*NS{ڰA5]^i;Q)h(R(܍XXW՗2QGfB[NIg~Kn58z퀞;WJZ"|7ًC'P{} Qq`$U9~z׏ =gq&: ^-2O$t˴-F;+W^^g]蓊j%MÁi0fleɯ)gX+q*`{UXK@` :*ٰނ@ŁG W2"ٔViW:eI}){,H]B2f+c"ߨ_]Kk 9z2Pbjִ=7xԶ9ϳ 4g )vO\U]DGb"daz=Á 1 DȝCĪs !OUsm{Ck&D(kՌb[ސh#;Lv|'Qʖz@rY<^j0Mc%sZǫpSy$f㙷&9c/񱸺zr\if˺2Tat\k3MyC!ϳ[J%8wZ-:=qXsF+(kKQ wWIe!xjJQCTֶ^qdnW+f d'ÔmDܷ#,u>2|?/Mo'+Y PH zҋǣ68-*/F}-@UU Cxh7MOj=ZekzX>2̑8s}K5z *kbL6{1a'C`Oi.xgZn=]'gfg'qHO,; 1,S&zݬ :$9(w1s}&z}sɹDGD˅e`?U)wi<€Ot13~ho=@CFp-2CS͡83bn=DGpy@Pt(i \(8FC$dM)}~$DgB>z @ܬsMivH7 W9^)Q j=/V.FtM7-DTJNX;4JEZܷ.a:jk+u2Le߂K.pc^jYf!քl@hCK# L{`|<5[z | s`icZ `c|2&E3j0Ij h{^V H6vQ]5L:Oi!*'+(q*Zĭc͓ ai4m|rB:V#ïz)6tA(Ԇ3Mkghl3u#(m__ k;RWƪbz X/qǙVc[P&F$YjEV3rI*E] }ݠ#;^xDancFW`.tF-첂b*e6=ZL@*{yM ?V4|#1 i B`6?"EV} k3Ml6,-0qufi/=rȿky;-®$uJjbfL.s"G 쪦h^X-azz+` <}9eʒYT8 h#L )9!aVfXb!3E(CΣG׮~O$ v"ȧgti\<hn`Ddr+T# J׷j'nOa*Xv[o Y`Mmͼ=S_bdhKC 9#Ldr6YsLcu)03RXvC˞͙|"x销]mUB(\UP/JEOV^GBkw;cEE! Ŕh9`i6"c2Ϊ`mGOWoݮ=0 f*s 5( ,U,$jUMt=gUՌe 7ƀBdvi~gOh$nGK4w;gTIn +T Xd)a*<8Y53վ]t@G_e/8sIwpK.=D5H"(TaəR:K 6]!{iX=A/W2ۀyd"(pheqZQ&[kCYλ8Q/0P>NInBDWDAJy#Mn.Xn|XE)N@84JdEO[PG"(N]^&|"pP/8ߧWp{V&F#+cQ<(fT (}%}AF|viC<Dd40y͸ Vi0ҿC/iЗL/^ 2vV߶ëΧД] "R&.aS<-49ڊ`;.8^^.S(⍒¥9&ɳl+H7!\آBaPdэ*1m^zC ,:3_ؙ6 ?tz6*lvsf T`MƧB:c?-x-Hl;k"ѕ%xݏ|H/hJ;Bp4c%24gdMX~R ;lAi>\~o'z/ُAfp1@Aq)x)pmtZE栠"gQUҭPޙ[HO(rm/t,]ca89yUxnB)7LUbߌxwAێf9vNrĐ^۞GDت޵7{az 52LCzFF쀇 $ )b#i! S$GʥlEbz~3YAȷ퍻wJ{r$]أ}¯2&nږ! 9~M. yg ç"_Ԡ.!ߜeHMXl5OyQ h,x1KO:]{&,} bKbbO$yS /ހ(@L)y(ɢd$xwwh% OZWlR%*D=Tac` n QAs]ClfN\F "#Yc1Z{>x}jݹ-hİՒa U _]}IZi4VW&9'06d)]^B= f5=Ś٨ǁX?,@1$Guù( Y]US}nJ |Q8b Ï۩9U_*)0/#7l:h/Qd'cZ&/EEmqU_UxGŶ+ۯ%):c/rs< ߕIu![b-.L񌚾;d@V¬ZlQMTл]ry_oC# 15&36 ȓsP& !>Y P=p'ف XMÉ q[Bx h^My DA<,2s?"f&RRcsz6 oDͼp}+E_@$h?o;jpAQs@w4[p_6˾#A6i5v@⼵huʼnI4ins\.< I dĪGZFCgݞp e1N8HyI\ATjED-6i gІɻ⭬Qj WBl&jm=HP\UE= Tq;3#6U}{_32i|_wt-5z59]1IXlTZjٛz_ɂ5 ^wjBUl # 6a1h *HS>;ӟKF51#`ϽZ [ xqc Vt43_;!/_M<tTYk-V bb.rufB|QS5\4ӏI\"n4You8z0us\:'dW6ȒAP~mWL*P\Ry"]FL7f{@mN>Oml0AA iD>n¢L_R^E 5)R̓\/q #_W&BK9aT x{yʊy?/Aj R)PQ=Ko-L*zP}uϽj7BԿz'y ~!f<+ҹ4Tt LxDwjvyLUi'(*pYNL tI_%t7#3#^DTyƣm u-T~gmMUHK-Ig Hz%z`kl{KPhzAu<4|I^/z\"U/VG)4N-I%Mȁ6rbnjfŧXW9`1ew7|b{ϩjNw5Fe,2xٚ7 "g޲zP$R`r!V1!n \&/%_+;]tv 1b+5c ӝhy KeUX+!=Pc%"Hpe5Q_jGiD}+D2M2Ë4m@%^ˆji5CȅpO,!jm\4}M`8?YL|0[\U7WNC\r 1Ct׉m5Ğz_/WGl0qx\X! D!*rIQ΃ߢRpohhh^`$8 h52]k %eB|vS-sLGӀ;TV?ݍ(̰K_DM Pnb-JˡǦ:ؖvv%etrdMñn"[}6yM\Qze?v\N~lŊOj+Ghc,ݒQ?of 22xL!\RHKZ%c+Ixs?\>*P+RLՑSٜ밟?ߊk\O?UAτ?y2^?me)ifkf|j'?t5닍x;uweW4o[gRde]Ѻڰ=ǪJMtD.X֞NQN[۞.ZqkV;PA8]iM l̥ T^[iwLj O6w|v@oIQm.QZ4X( Ԛd`f1#PyxsQ58 NŘVZgMsb_}3.UM6Ls g1Ҝ٫a.BKyUf%{7];Dm|@4^!=J2;ם Te4'Q{oz_l?xW9ʵ Vֲ&HI~:E&Xx- iIcF$\Ѐ CK o遇j=v 1d!MܖF|ܵ,Gy*ERnt#8YfKe@OKunp;LB0XU F׌tffoe2u V/JKoo$mw,n:zG IJ@[Z%')Zm);w5k}GsV337-@"EXcchl4@q޾đ04bʽn(.U'qK(+:2Ve[華ECpZ?4CL.d_51QvzҨо't~dyy֟IqSpދ_*#w^]|~0^2^\AԀxgAQo W pP*B$,1t,nZ-LYmMY  Cz`u*>vJ;]eiJE}e1!V>0HUs7O~x SRAJ65ʫ~J5}oϱ2?/-w|^ 5ܱ#15x}M+`c$w=J)[ʟ3I?1 2D7(|^Ʒ:\mI̠;RdP~&H ;!g1ףEERzdx[9dFh"Ӻ'S݁OT.L+J?֒M|CSX =Q0ca{l^{KV0ibonF=z䬰߇xahq`!EP3+MzvY-Ӆ晧0GNJx$C-orµ|2𡛜g8A3q_BeC!1P.nmeK2 O?кIoJ,0*]Z[3~M M*(^dl@]8GLX.ϭ31eJ rjǥLuhY߿;"6jCtSP/\%+-d=g[ۏ7ګEEVy2\0vG[&Dԉ)w[l 6eP 깎!T4.ݒJ 1U>J4HMܯ_>F  =|2+M L;ƺ07ȯPA㏧%_ If9N Փ^9w?!:5U\^PkFOUd)}"Wn}33IHKEgq%隇 N%PGbs1k7 IH{oeU !5+xHγC_șXgQ"]Z+ ;aW2ӛv{A/S|w=Iݖbž;ձWh$v(TA:]Mϡzr8?lEߗ bꡆ8%X, >|:{T7K (Yec 5<4^'D}v!vH&t reMM߾ws#]x+cQ\h Ow=5j=ujbbF`zE!=D뼩r>tLѱ̔s} @ lPa^7D2/>zjEQȅ[^Nn51  =cR](e &J'fʢSۃMq.O3.(K` 4x?؟W~bjbw7Iz\(_jo7ֆp[_z1DNОP6^fvpdʌBpÞ#p.|sPFqߚn00tV=u鑈[&Xܤ8>258Wlh32Y0^LGcj"!?|c\2 $% Ww?J͑V[NR1;C&uD$B$G=>EeE` udƟ|:-"$졆ۚLAl*+CX=|#0])y{$l-:z'_\=JdZ[ψҎQѷ͐gkS%/ LO7D1GwD؉h'E țǵˏ0)Y{mf+%\*!\)y5-E+%Hݳ^"N`Є7E#ǛLEf{zPwA>X~ڏPCN#T9m/7BTVv7Yӳm޲MEϬ 8j*eG73ITCǖ3 <;uq픯l" @>OwxUMX߾sJ|J5~K/;Ѽ 'R&]Ia5 FFbvNv7}PUw. ު 'gxwA/(LEQb~b2WNC -H.LOaDZ4p&!]>(j4uJo Y!HDCY Yh9}SĶl"!U}{O ]vǧwoQ%ɜr3QF OA E1栶U- ꭰ.(;̇Ӳ}\٪\%y(O )&a+!t"HB/;L9 O#ӲK,:vMlbb&jqC2gc(&p4)\A C+*Cr;a Z}irD6;wZ]mCOftw0'9Gu6g1HN-%[;juE]>NIfs˘G9(W&*"vgK]ݯ嵖֗@z ŷ[a6- +֜ꕂ.b6gE[eʇqqpXOqTO$5.}s.+'DHEO'ԹSo'uKfʦ6bG`z-jBjATT;o (lk7"P?%, IomJdn_zW^X\(<őJ (_"8 |Aj[h>V݅˘Z=wnu%Cb:ܶ6H\yi@Rf^Kz9/J<{,TIV|>Ԥ<:sΜF6cvk %^atlJ&M(]qeݚaig=oy$.'ր+€҄yx.%JPpB(ϩ{{iǷ03$XFN.@VvT d38<䨎{*%ԣL;N?s*ePyGq5 fYָٌӘ CN kyF>ZHlD!1Ίp^fڝ)TG"t&,"~AXéw#Fw%=1YZKD|%v%P9;EsjrH?D(h_OǏ5YB-;x7GC4LE OK36^ߧ⮋a"yX޾P$HuSX"/Cxv`@HV-I{?}tU[rPW"c@=9SU-g᷍$=|}d}~)N ^CcF'=HVg;vjț6עù&4jYtG Lx':=a`4??$'aТN[-ećVYw3(9o0rU77;Sf[\%r}_?C9Bgm juU )¹7"b.)9&~]H*6yNkIehT,3fzIMvFrUt5VoeZ92!`R,j v|VʚhNMmѩm2د^=/y{]7ZI{dS\-)S%,~A:1]^f"o[ 噩7'e#%ywr T X#f껎}9E;|e3 ;i9QC ڙ bUDݍyfj~EFρ9޴V7׎*BfZZ%VN p[=s 0V1"a%DBnHBwPIf-^aǼw2bk%U Ͼ}#K:Ӕ?K(]r܇$ƥ6 ! E8!->NH6l݃7;wW)z"}KD#\.$D{zn)1:&[xطca鴻J`Wxǀ[xXm,T?*mqobERA87F|OeNu9 &q'_2rד)#ExI tb~AFǀdo3{ ,iiY<*&Yw/A]W8C='#{,bbUjXܴlk6ƥ8lm-!ExMM?S! -?+d g_"5 qnnOu>-`ܸeGNЉkzGZ]m sev 43]ףPԭ Vi_3Ncv* -u ׶*XT:xɟhG`Y}9|,NdLt[[A^ xXFդ gmg &C!D=CH}QO^e,8bgsCRAOK4PL(!YS?[":@k^I:p_&!GrjBtpĔUy(1~F7Y3?ueRP~f`UNtLm<5:GL%P/n8|@S,])q-uCQ%i.7"(Q="6Lʢ1n ]^ܥ1S@~5W)$E%N;`vU֐e0r4lmtIyԦ|#M'}jy)IGp2bk0VɋF.|wv'6[)nY0ˢy+p7 9O(qUUn*P[؀@\^пަuybp@v7apbz[&AygO<w\XtŗY=ҦyYg`N?f.lQ>~9zd`:[_em灂DŽ;HQ.\$3 q@l#~eyE=u0)A٤Lfvu< )v$~WA\}6G $L#晷wQ;2){ T̘~iCU160t6sr"݌rچ{;">ۆ@) ׀< RhA9tU_u\_H8{lEM3~061O=o0/5u&o PV_f4RW4G~k6R#WDucT3͎-.]@0 * ˾WkgQLP؈,c~ejėt7*?;G!eOm些֫`a:.pkb9fGoVUj=j| ך3EGWmDEߧfLC Tɐ`iȏ@ '0=2'͟q4;#VX.3L>|#u/sOav!PXd2xPł]ebz5Qv}%ⷠ#w35ك'";~!yEJ9/J%M:@1KlvvӰwyH_VЎ42R @MLmbrɈHZiYa\lNKߔ9~K)OܵCq)Զ2{amvjB>0dVe#ܪ98jx&˽SJ;]-͹r$?˟6 )!'㗗,%V-9yِZHBҼwɞzGGitvwW8Uto*M{q[NsˎN&wmG;lrOgD4YSLo j2!A0&f+Pyi*"_$}U:* *\w"Sj;KHg=~P F=@!-d׾*k -+26)f2sUИDt lK}ECf=(CnH"%0s. Ga')% 瘙of!t# z|諞A .`> sg Y[Ne XCN}lvOnV$_"W(5uQ"el4m!nڻfG;I(mm\- $Ⴑb;zƌdj5i.>٦\'(Xa&,[w<3M4}M9J>@F%F^!6@6E:͠})<Kq{$[*rkQš6Ų79si|'!˟yK?\@ׄN%i?8x 돹/ի]/e#9-wRܯ،Ѷ:5G)瘋 ^ONSgksfb}{_L5'?*p`Yp+p| G6+{[4WxEoNcj[%J`x43-^0$u1%VS0Y4IA 8tahyB8\,yhN9-%ԢS fwؚXh v_G,z}\oc6.G%u77Bv&.v\6-x}9ݹ^TB)qd7P7ȳ-cnj~XvB@hC{ap?^rbv3L*NJj.-rsn$}'V7if'}:8$o(>cHR޹h?-J6t57&檋f"nq@@ΙFB*{HaLWiĻN0ԅs w:a@~( W`h" 'ٻgh{^JG-HCGvT;PFt#2zwn-CۨgQj* 8j4|tG6GD^q 9v5"hlilt|V˟E.&z]a2Ce7(e?-e8 @kM9Iɗ*!-X+Ī8>"\Cs0 FvG϶O w҂\BÍR]7DcUD@ J:7l˕wі@Z䙣S@c]OJ垭ydы}dk9*QeE@KS@_>g@0h-҉"bd28H(yKĿss Uiҡߟ09Eҙ#!?;G"bBRQ MX.ѻyK-֥"*.4yUMznEd)Vgu eUsovA/tH)µh˳e ImG8"?6EZ OV*5j) I~˽UN64+ LRٓ*( _ZuUz4F-⼅PkRJ Oǭ@GkͪGZg=mM]>G%$p=Irywۈƚww 1R Ő}~,4=If1yhՒPa@)I׿~13תҡ4t1\#T\NDѼZo3-rZ[֢Hk9 =hYHXt, pM̟uw䓟kԊN1Uߌz%-i//&yVZA%2lr_LÓՎP!sC+\lvHת{ŒF#l/l(M\ 6{V8vvkM_| pL!t9*>zvC q͇8h&xd*te'yQ8bNdfF[~Al+*qښ=UT_*?,u~-.{x~]VܣP zfìs&Caj9[(W^f)N )BRA!R:UꙭVŬ/{%̱GܞZ f~L ?$hOf 11ɫpׯfc|P'J}3S_~2r< 8vWO`&G[3*]#,|FSׅ)g oe&Tj©^[WΊ!\/~hB ՝Fh0{PL -p{2iR ¾Lxۃt^u6x/6\6偵xF}E(;ᙠ}z,BQ# 21 R3AH1;]_+Vdځ! 26/,AH%އJʕp.HP{@s5$}<pgFYlgfοBHG9yB[,(RiZAjhuE}MUnX똱#S%ӟ|R9X3 U6VpA2d t&!{m-8̺! JtOMrbe4Tq}_f;:̴/v=κ}I't3=zf;69@ aV帝(I.u4 q;f+0dah+~ぇ`Β7%1[|94H!׊% > 5Ax|arAHU|n9۳]M W^spLӭùs)O2~ 7LhQzc2W=@wіTUy54z1P0ž]3V9 up,kD7];;hG{ޡ_)8J)LXu9w5`Ӱ;|V in}CN2p!^K-FTh)H |Ѧ<_e# = BvU u2*"' n'ŃD+LsR6XPnS;XDw"]iЂ-|բŸid7rwpYyr=Vr5*n$_:e.6\Aք9 9Men-/ D{N"b%*=*rOLgBZbDeC;N 60|# IMG]*q-j9,"I_;>T%KaVN\igW$@xҷƬqXO 9t  J~c.j:!ھƍY$0cDqlF\n9!j`y̦!36ɝEdmYqβo=ݪK7keҷ_V00$ ~pX 5JK%zWm{klMy{pYPzNybA3!+EaI 7uIlLY W9Y %n.PzDNji33-"ήg ׽JsbZK>"5#A}C#ϻP71YS2Nyj*1 2U5x4/k!QÍOLgr!zwӀ>Iq0W V֋ L "Fl?#o7f4V(6RXh0%-x 2=q$ѹ<ࠁ੾xsz! xYo.Hښ)ʘ._>xd#jC2/3t]j{z `9qH#Y\4kЇ&X_|D98ԕ9.^<.cQS!?sIsw0N)e|HFV%ueNVhOX s 4_igMT0< ֚I->fؽv}h4z^HV8RyRvx!RPc1$j-Y-f@eƣj?#a\?o1_*`ڨG(:?x|2-b5K^AT!fK CcV+>ki I::뾔Fj -LFE̪gxHM:51I*zH .ˍ;|O*xQ:6֠4j}M [Q Mde#r#b1󺄘in$\-. ιS!+v:rµ653bd"}oYǨL X@o\ʓ"(ɜZr_S01)uTlT7Enbi&ьas3a9/ၸ%<Ż?3dp٫ɝbP6Tkpzb B}r96ּ~Dґ 4/VIB\]k`?Ex lKnI>0O-Y~ѫ=nqC[@%UW,&_0vi!S5 M o]mMfXJQek1';[My5fm0"<{)f%6?fH-JەoէR"r :46y傠IrV(G)u>n+W3.$§"9mU1 |x.dt"gKRUZWwO0xP.nyqpQ·o- yhi E^~6w 0u}Oc$L=U9g)8a$.+l Hjy JD/44gRv=zqA_b;Evbq < Hهb=k%xrWpsK4Q\!* kʥSS/v:Z53}S hme9]'梇rrTc,^/+KLp9&<9@5MA&M",7"'c^H㬈@ZϜ|粽*Wߍ&TlTjjh=2ߨe"s]tjCS3wQ"s1%Kx=c@/jfz,*wñV;"V֣'|NÇ OՀMҞ.-wt8Krdy2?MB)E| g^}ĬZ M,O4!>^pEK {&;Wn9-tިIqo&BC Ֆ(1(׋:fXڢ>ԩ).1<.:+KM:_Ucfp䍯a^!$q=v٫k6Nc@<ӌ+߬*FSIzvTƘ>մ+#X~[(>j0cv.gqmlf'$֘a[qRDLSAٽF$u([O,HA4 nsաu{S3FςhzUbϽ.&͉j()u\DVF1z`59S]<4gw cZ S/@)^*]jbI<[A0K'Bk9Ð.syolK?oފDz3E>Gn YTS<&'g PF?޻x"J5%' 2'H%&yZR9G.UW%f8x[%l bt1z $PUFȜ$m+Pc[y2t }yaGc/ԵF N5 tߦ&t7 ǹ@~׫E&qHpJ|@hj$gqI|2!_Wf-~"r)kL`KQwNmqb]ܙ+j"t1GAvYz;lE=D|ߞK Et DvE yt"Rojʴ^T"fl6{Gnyxf葎HoBX*:3 )cqO\%ָ1`~zϦ4#<:rQ@sDËd`AQqVwyJ2GukWT|~8~xޗ.L8C1.#0|fz5 G$}ӄIj}5*[PќX-RWg1 &(jSQ#w̋(\b `'tY<Jǔxcա.yl{%K!\Qf4o*$w7l"suPC"q@JAg5Y(t=;ɣ' tp/q:75m6!u7, yrU~Kp <4U ~5p狂'EjTx@&(s8/,9P+/bx7 ދCSt ;jpuÿf97E!^Cc.-}dvQ¶K ds8+Zo4{)&)1xJRA*KL%۽Y.gH:y/ƃa#A|Y{ʹA |v$j?0M96);v'Z?]FruȲ)O&K$u:kT`5N%rޗ0I-1Eeq5!1ЅLVU*EByFiDSb:)EEYQ-z'I^c{ƹL2- pNSo'**8e;zÖL NJ# 3ZBW=d sb.0Q6nɛMϻX$7Hr -US q'#\/wʊ>Y;|kԣv$Zt(A(UWAh2 T4\dJTo8xY[Ox9=~侍펟>O[{h~xXrSK\,u3g)$xPA~4<'.5/GM<Rh?cY宐n{"7J g*Qϼ8M+̂gY/C7O6kyn~ЍFʏȶɷ~) nW*bOO8|ːa}.1\;99 sU8c-=l֬:pfz}kgҟⶏmOp8~#z ۂi^pfo-In4OG|! Լ#3M3moQ٣B\ܘ; u8@>;zaI)~ބZ?&2+JK.c}G:vCЄʴFطg>fM-[C"]fT1h' ~؏6-弼y>o AwGN;kJF}g֢ #*{z{7&¥Udxf (~&kD0'𥺗$ZX&֯H`+wg) lW=Θ9[bQևXpĢݗA.FOv$l& `a jRD)!$}oǬ<UNڔiؐ-^l꺯<$ii50!`> G( k*ut_vIsJ*$(SB39)S$ 0L=8ʐv_OjXA:I1ZÏ^L+ӚGi5"~ L&#zb=0ػ)G_G $4.SbzY f%Vo #)q슜4MښuHbHS7̶eJV[,syٍx(Rj,1h]p&H.r/v̳$"DHʛVJAsb!'yjRok wWo@fw~d kEq:{ܦe0v}w%D'w(m}zg]&t~Kvh0A o(oۚ?]-7#6-)j.ek]x A32p5nGʱ2c7%EɃÛ'ϫy>ϫX k(޺i ۚ/ 8ؔm] > |GZi'Tr_h5m6苾*S9\p$vQG)H8.K MJXQh> l}͹3xfmԺt/UJC1o6-4O&wY:3>-S|eXbз"BCe.:MOJ5}0b̶6G*>뾳cfⶏ!8/Ft[.V+(FUa1ʕwFi5VVADK=??,ik. Ԁ,erN#*'U0HlnfPd_6&]2D#y_YH!;"-jezӡON\w:`n T>p=GGR{j|G >qQ\ e<-Pk˴+4Fܙnw~EfjȘʧH #wۨ\9)6,\8w.5Բ\MMcZlr*A%KqCm@0=^a,vsvkԨX>h;d;!%I֔݁eR)/g7Bilн{PMM&raGY1H^?2,RuWmkDÁ[%Tvtݸ`%ƒqF"+&VEoU51f/jYw:5pIeMsfjA3wOrT>˭@<2Թw ]ea͙qǭbJOrڢ]ߕRr+6 -,mĞvIUOR(`SIoűt _LYGxpXխXSP25ӑ)r4 ZeUs8\ Q\~,=C}ׇaN3 PpQywʿuACJ(;$P_yՒ̆5g{9ԩ69r{1ѐPlXѱ{Q "&$rqG?[JRrii@7O^W ,6(vDt\%kB3O"`BMzvJSsH$[ E$ʯQD@&mM4 DgYQJ9(RMƇ ; FI|GtkhGs*DIw1a2"sC!{ b~1.2|KHiZQ=h +(C($(N_ĭb$j2sY 3TY'IHk#c/zq WPG {Y\եC㍂QJ7~⹔k!y("i,]hFQC-z?J{[1'pЋ'4ozx̻H,+dmBr-+[?L!U\w^hE=]-`&>\oMݢ0up\;nch(Y$cOKjJ]I`'%rQ<2YeΒ' y; *U>60gcY f Y9z6͏ d58Фh,[vࣱQP}Ƙ&}_%9G?`/}Lfcٚ!'~%0zy 5<nXE UhL gc^-_;6Fn=Nh Cr4>uߩỵMF2ۼg̸[m+3_T#>sL`pn2?p&?{@h=:^oP-Q|3u)O`CF/ȁyɛ3ş{TCLS{GODŽX[$.Һ疤@cilnSl*`{SPY}|WhF c0Ea+/Y&/f8"+l8^I+V7;pdK;Â6*GlLa7Jcq$5.- e3 ?%&8Bgw NŊ/\-f0@y'K҄qh]Hw[_u~=èZ)PbUC'GY/WH({BL~@ +0yHJ">^p'}4:Jmdk[S̈Q8rqD $قuȴ)}9qgt@ckG:)0@2q:R> D%?RTfi!rUkq s#`[Sa )AGyn;Udw;,cYrqn]gwOUͱclAD`\ A.js-P.< !{Ph̅N]η8{[0Z]k6 L3K8t#ri9 25>l&E{d)`.Qfrnhg;Ńo|Q@{7KbN#5")Yv?3(r mQG^ezvT%}s2,s1+97ZS?(`u'} Wm(V&󚃿_~]R1w~-^nce=7M]^iE`4=ܧvƋ`'@h\b.RQLn!v,O)|d<;^Ց: qK{¨UjPsq0l3\yG; )|՜'I[qݽ [Y;J fA GYt޲ty$8, i\")Urn=}3y,0eo=~٢IlzW+MfϪC俓Q5Gp=3͛@֊-)#,m줰^_H IYŊ0rµ|T?uW]2CU'dgތf93j (+b7+hS9^h@ tzlGZ*Tkx숢2rwEJ}edʴd@뾔#E)4WΨ\b]:fhf=ٷwHdZWܹ`Rm*fS4ÐʕT%0E)&Km{ u{2]Xu:rxcq`8;/ I,*ZsKn;ܥ6'e%@fBxJ-yt$#\FG{_Է~o8Y{h6Y%29 S[Q4mnw^QFQr_F+n*JIIb0 HW] ?? pݣSz@q:RHe!OzA_ENX:I{FU=b2${ 75"䠬XEjEbtX8h?=5ksEUݕZHsāz>#+Zӎ8mL<11|h@>фY Nɖf'k 2"޻M0\X N&by7MrZ 4Ǿ|a\dsp"_4jdxXfm}lx /:_*:/@{P R.ܾ+rkX!1 Mԝm_AeoFZT\* R8e3s4zP՜T|acӍQDlTNuhEt2t%ŋ)z>d[}~ `}9|" 1EWRx&}s7<#7_TIBauk)>31W'Ч zL&md V@O/ &S-r8c7Ӣ*!slK&V+5,SUVmQĀdcݥ;Gm襆6S:9S|,$lH&$w*Tm ؿ(' ApΛ &eX ) ( e@~oxG 7$7xG& GÁ3kæT4#`a BHNe/HP}>{Ί:MS*NCe/Uf}erB~c882'pD{ɧ0w*tc:J$s7ο䕭¤PCHvǐ)`X ޢѡQf<&Kw/x .^ pR>>z$ƥIv\Κu927$:/wKH_%2e\)tW `]oA2hMFm}ECYwHHbc542}cТv-ʈ@] [Y ڝv#,If}:Р)d TXW)|%vϒwsgX}I4(tNk~bm ?%B⋴1/DR${RP-=ʠGsnRW{2Y] 9o%Sʘ6HM9M0LH…Pk!dIR ga=zqE4.ncxõ ԰60Ul#OAk):A5OIf~BRk4蟺x0|pdzxR5~Urɜ\)(_苼Zj%G F{ 3$mD[\S>ޔ dӼEq T|HSaqAb nhXyT~o`/5%6ݏCBL'nu6-$ˡ b;՞|4V'A0ׅv MإHb_{_5XiC-!%~r;-qSlS }NXL !CN,1?2|7@ BmR"&p IVFh+s @ q+=p=YwTnd,j}MIk?S~@匋'VO>Ͳ.̗܀#*j5|&D Z/B| )ZCR3D %|WX}ǣJ2#n\֔zSOufl|aYՃCS~,3_]&ׁ% Py|2%64Δͯ"zǞVnK/,p&y|z-gI5y`8P'&T[)Le7gSE>4W+hn_'RH@߰!Acs\Ƒ~6`c7}%)Y[i<& _Җk篩:wFJɡ'qkʹ+I6:&Nzf4O%C\BƔ][<]ӥ h,3 pR]miLߓH_9jlY61'yBrU`,|gW4.bL`;Y0aEz`c؝uXxU^tS Pp{HJ&z—yn :쯃 AH[W % l.7ѠCFa70%h,ȳ:#ЯczIyGMOSt~JQ|f?CF9Aw52ܦ]4 v8]$ҏ=ڻKl pNmwtϚ|[1<8^8;X!$YlA~~A18E[iϭ Ed?3갗ɱ?_Ht%?u n Tm0Tq,'B8xDʵH &Iهvh dタ=[MP?߁..J7`lS@=ٌ ]aTzS;kw+r?gh:=).jkNXCEa™u9AB<.-31棌@Hv\ VFnlOb*X_0Pچ6H`[G6/c!A'@Ts\=W/xvT n!SRW5]-x^3'|eI@ݞyRLcF2 P'D[b P:Ӱ~Gk}%$Y_2\W֫i{Uʔo}b$WhcA|~$R.𹡇cKy /;-a`hcFwNl$vtCA}ë63 0*W?$cAyaf=lQ CZN$}:o`56EFwa a?V-sI,uTz@: x ah84ӃTxZЀn~WkPLG=n<QeYOnf ~<t_{~ xWZ.yN֟8CY)~@K1?juDF="Cg:w.l ч]?wjzWrV3Tݩ]8χE/GY~Yl݆cQ .:W.S(`3}I7L6/KCS*]I2xmlV绫:C e& BkeێI֟bYq@n)`Z1{H1N 1Mp1pO@fN˿Gaۙ='Gs( }V%xd~2H\ V0=~@dtGm"H;`k88ԛ̃|7*y,U7B;cMI,OECxA] ✿*>3-{|li؎r+}\n;RXPt{m23;4Y}gNXYj?7khVh11,]#`-' uu=eN ӈJ9G]I>S@dCj4#Oѳ iK|#á *Te4L<1"Za%.3  b=iLl vzx@)i{>\uWT% iGU O`AmŔ7 PQbdRQJ77H4p!OoꟵi)-(/F 7iq-3_ERb\E.L\{ ~x*cczӓ+kO4'JĿ8ڣr٤66UB ^cC#euJqWRM 5SJJ6m/{| ?Lv#S{]LD]ܒS ۏ|nN|=G旳q$ј-_5w0DCˢB{qI^׈|0.;1㥷|Z( @jMaSjn)0(V'%ޭ\!nr|i*l8eVh`”Rl$ ';P;W{=MHiՏdMQ[07ݴVҌqCL:&r+b>zu=>HzgQv? ?I79ܷy.30s8eJ+k_|+BЈ"*OBv$ O.50Ai5]+/lVgyIކ/Ј~ъ5NSRu;ei@bi# Rτ o|1{Mdyn((B% X6ڕ wI!yĦJEC\JU" ABWhw0f2o5ɑlK,YhX$wDfCC!K'o0Ql¡ mdR&r!|;NkدTqzS=rܗ6i8x6"XBt[]S11z!ISZX^e̷[2PM1.=87ߏe!uvӸs%q-M\R(b`Ss/BeqX3-_8-iwj0;aH <^|=\U.^Rw| TNJb'{u׃ Pm:ϧr+1V%bgb@LJix 4n]6MYN1[}CԼWm/OS(:|,}jF5NNu:Bg;AOJKڴVOĆxp>Rjqf1H^+C v8D^c L _7rOxN;A0K~^MLϹ F;lƝj30ԱQ̼ N=4v9Ah/kySB`}Z<c IJďxWeڜ?UWJZ_E$KJ"5>gTl4D00dc%#W}qLCO`?SRezc- I2eR$ -KDN}C#LɦM4YX>%-2T\e"HH f.ssNƋUqx ==ʬIJ[ʨɀIjÊ+Cf`k1{)WuKj֢xsFi?ppҊ+:fSÇny ஄P35?-9N:Uy"UQHcM^&Q1 V?GFdU#~HUuj~< F//ڽ n﮸X֮ڂd ;4m0Ɉ0,xd`zZ#tPVJUtmVT|1@Ym:I𨁸$x=hu.ػl=GY80P(]On=  6}5 '6j-tV'3ځo8LZ=O8~+:Au ExJQCS Θ̷1 >7SYZsr*QjgBBqbP%I ^:U1DpƬ'^mOnBSzJ9pW Gw&,Z e@4ח9k/Knh.ѡ)VQ~ȋܤP![js[![u#!ͮ䢆Vhا;.E/WTyҌy'$5Ie𐼟64ag9ue)VfE޺zvoO,%[UQ.C697]°rWw3=}@EhdGzʉ{b[àa'^s r6 eM e<\U  5 L"٨LfqEBG@C|^t )̸Z}![AO}YѺXb~T*]U*Y:QY~ZtDh*F$EYI}ّAx]Tu,e1g;K")u |0&5[3 BD#n<ex+su#c].MG>ycj@wxfB$j?]h8swη< nqUx2y1qI+2Hsaz6 X+rN16X״ub{/-IGv%L9{AyјS|ެ@N낋K rhoe LHQi/ձO e$d]ibHK_^lBI_,EC^>CUtCҘnHȾ"řp>'g%RX; 0_Vf/lh6\ dl/^m'0Vk Swan"sc :XSl~ &^S%I5r kx{m' ky\D;!h84=]{D*fxhnS2(]1qRbJppj1b(@d(O.whx`ad?숢+ƱG| D2ߤizn[\h/7ڋ]Հ3T1@bgHCUmDBM=8nSW!4e: @ت R,rCÌؚ_ 2up?^A^T(qU)W!Olb-|ܒ/w?hO%$G0{b'8«QeLy"25H<+x%ITU>Ŷ,njhFbǦ>\pdҭtrL]d0WKiFѮ!R`!j1%-w6T1]&~ta⦜U<+̰;~p?C9^kNbjGry臅W |BDc-9HoPSFMn?y93rf6jz3 +eLB>oD#׉ae3dVec֎Bh$X>mŅ̈́Ĥ&Skgvyָ/0x\ ^"i+UR :@S*f]<ҏ+wysGhVuq23w n5*`pNn<3ZI2m' =w*MP ʁ4a;Ck&Oɲ.i޿'4pp!-7W8L>- XLEQky(L|ghZߛ D!D{+c|z+o,qUz/Qk%AF_$y (8Y-q NPȎN%IQ(W#ɻp,S9w6!jYҜʯfO_͚wD "fld!]ܻꄤcZ*K%U({ίEQX\oN;6^g1\)^5iy3WDhc=KTR{u0Uԕn!1bJ:<ZC),RG/'.pQ;LJS0fxk(s#e .D@ltN6hE}"9oIXJT7Ֆa oCOp!fψv8цٯ P!~k*\cQegJ_(+ MJF0 H![j/p;A@$PTlNT5YE#F\mئQ%2y©z2cf7zS漒=" P|^7KaQ.0 73 PX]~W7mJ{,G6jԮ$3NZX/.P{}|[ IN=^$Rl! %.GsqmfұT>P_%ֲ }#V<(J/ ^ƲZA#FSoC!ѵDvX  BPiЯ^.,S3bOnw7an*_Vs1AEz[K$h^qu݄8U}~n"GU\$IEP$E&,RoAݘCnp 5LJnZ# 5cbpDK[7 zg[t>V?p&B%7Y'_FSo(96YŬ䣿. 鈒0J@{;VOɁĠN K`mc?k,\lX+H?Y`Pu\sF .`*RrqyϘӉ*:kXڽR}S`7[-~gjgO^&׬!;qjPfn/ŇR:T{;LtCXp y{|:ʃ\h>6T*/5?朝1°d *(m>&7['^hJjӇm;7_"Ɨ9)Ani&x惬wl6.d?Ca<(JȻ@"]f?o I2"lsԁXW}2?_keŒEIh4`7VcpI^]b!,1өڦR6A{gyy!#"2<) ̶(CJFT^"w8 ;~/WY5*vB&H"rۿQQ8G53-=11 ƊN3X7Y|h|+4FWeBHbX:6*_+{;k:Rܑ̈CQ n5"3|@M#c(_!(@¤XWuj{H$Ii/l BƜCtj}[M7lvIcVawZZ/TXYPub޿tPL/ːMVබ??/.piH K2.fQ +%bՒ1IL*$Fa-ekmF].7q1 xѧ؈"VxYeqi~g섰1OxD )) 1AXčc/K l&x(+FI`P Ku&iy!ƝgD'!9 }xK2e֛zĐ`dZ6v4{Y'.k(U M?y[:j.| Ih-W|&b)Z l0Pcpl5KX֟^CkܠLW31c%c͌W狯@qԻn6ld< WcZ* X9dhC[+I*k-9iIQ< l,,;Ǒ0ٓ8Ս|')r4t(_ZAS,M Qa2ݺJq.VZi4_( H3^HwcΕc*ޘ%-+f P?E_tuՇ,WTQ\To|/vT&~o4H (y(>KL\R8RAZp:#b~)n8ǎ"_|;TwVBiV¢pԛ21jֈ4EX h_e Uv[ M =zЁ jXfg‹ d_W H@($uzD4A-BI( nvfѷy@a/<*[zC4: ȍ^)'r{[kM<ѳNĚ+txs:[܀Cד+B/<0?( tsw_/P.U 9_/璔H ߶2_?']4`nr99m*yXH|_aG=DoNNy@meS6}khJhvN>T_T^f v9Sq]FŞ3qZ\#}~ 6Z\#Ƃi$l:{T.k撂S4Z}90c:V1 Ue%^jd3T=m_x z[~ = r"^(ԭqߓo0G _ɱkob\"yXʆ M\҂C񌋴{<7{%ek~[5#Dg9Кp^+NWM!եҪܛ!$Bׄ=~7tDVz.^Н;o=(c|I/XO&AT\;z\6a֚;5 ̟mN:R]:Nτb!5@J~JO(W׌^w6Gj%Nq剚;[D' Tui}X- X|F}tIF<5/RFزq1RúAըĜoddӁP3e9EtoYX d-c3_ it)wF9y\eB?1Ve*Dda sSqkÊQ+GaKd(gye35騰Ts[ ,?ovzJw#iI7,[jBUw7{wb qd9oHT,xcSq>vb f.th8A&T#"bS[w A\E)!(1U!2د"D}Œ|'Io~G(hn}@qڑ ܃F7QqK:l4nckp,bbvw٥Nŧ|>-sBaM3!:qX9pG~Q#¿#l s":֬}&B/%Y^A^ DYH ʝ+Ǡm1ˣPB3\RW𐎓f./TAZ;n=1C+aXP?5 8|tyhţXˉrsLEN_Fp3ٓ{ANY`Wƨ Q6 ']Q8? ]o:UȀ!mK t>!P[ zɬF˘9V?S2?/#L&.J*kj'pASr(G-QFDx݂L\:39\>[uW1bD ((Zx(4jcnZT\>6z#ӵpZ|1MB.cZ$[g5N"AܰE "VVR-82*1UAѠmR C @_3n%^9dFc^FWfsx h_KU=N8lv%2֧֒'vu:m=.9ҳB ՛P2׀b_nZCv"w%S_M41Э܏>>1iKX6K@l=jWx|Ey$WA;87f(Y'ۨy!urA; $@`tJr13G4y]@}*פ!ڜrZnA<%6D L: docO6XLO7lY(u2V/EgJ%|CYz_ItR8#r_ĀBCБvpxhߊ 9YkbG@퐞-ihV Y %U &x; 4aUx 2pmپzx6?5؆[ kɟ:) G2N&_r=d|LϮlpL-v55^t?N4I1 [4$6ƞ wVS袂[>`L{I1$<&LfcxʲP`T nj{v#: t?۫K!RZI4(h EHe]P:'U>NpG|6~4D&A#)hƜdU)斄b$޳RJ]+6Ρ,u;xFTH:\xU.h3#n:N"ĽqGsH,ԙ Sei[ HpT_A]$ F y 4S G=}nGjM.Žz m<5ԭ9!9 s~Bx\L?VLrv+ΐ ѺkLJOsXq1ˍÂCˀu<0]H.bShe 4>\!7^8;:=K3.UUCoD֜а+3{`3^LZ%QEv<],FE;".G#չ}me1hg\**|_}JL~ڮh3i sNT5Jn֯\B=GV.K cibnO#qEIiJ$&NE#ܾ6I{e'3Kb t=œ3l +P~|c(#v;ohlp$KwTV bTTtlT Vo9c(j N[#4O +P<Z$M w%ja|*$Wq~f U P.SV=\x޳X.9FOnem5]hN q~IQݛ\C|C9 QිT ŝNжdwJ \ӥE, KR`IK~kĐH^F@-΂bR&3A|X;O^"`R IȫFϞi&R+4E7x؋=^G{k0AY;d)Edh693,EY~Hז۽M%G˟DüiI $hdRye/ŢRz%C9 u5d358PFfmʮ*p~~f3[d}ĘAh)ʳ*!JI`7q5$Ϩ6"قx ky@P")^VdYWjҧU5lxnl-|OwJ#DaM"6 9${} qf+#7xKqB_VR61S4I!K9c2 nu~бA_.8< VK,Z$nI)&?AZ(2+“ *QG 7"fjcF~W^]VkW7)la~ Gm|ـ du1K)/J%/2)N 5Z.D%)RTr lT8#&VyiXe Y6E+^:*Ֆ&[{_Rd/c\0砆\9c+oD- 1G\E#:޽P릧 YeAPaئa⩸X}i[YJ;aGk?AѨGͶft?dIi67[V(7?SEShp݉d _Nn= i&s [9:P4P~Ͻe?<'\|jL,>POS,%~sp 55pƑ. ւv9Ҷ *GGaaD$68E]{Oʓ22+gbC/.! -ٺ&4zX? * X 6;"OQ>--!~hKKm舨ED$ WuVg(?{tt p^},;8ѩΗ0vIPj@R Ӊ>W4U&Om^oh6#>v޿(aTd#}5AۨڟJ6VDM؈3&Ym F` F*q!nx .P3 5.߸WT֜8KHHވl5IU}e籍ovT u_y4+3>#ϵfK303t9H (u򌛦8IÙ'kfo? 6mݣNм#cj>BQ t270D6 RG ,c ZH1W""#]7x@Yiؚ84zEd jn&yTFO]V h$ЅS3v&ib's;1C$U0m㌽d] :#,5Ն |_c~k Gݸ} ;0EL:c`%cF~]t+ǀ|H#^$0N,Ô]4+ɼFӱ`ƻf5n)Rh쌻'--r; /|Eu}~TQb2{ϡ Ԗi,W e,k׬~ҟX)u@3tG>ee)2VLvyBl,gfs ̌rWٕ$Z7޳d(ڣRԸA3*æ6a=y/RضP1SGB$uux{d}0lmgdm[)bWpxa{uDrs_YaLE0u6ysY{J0:vs@T^V"`z,猎Ѳcdڏu-U8p 1;j¡c57~eXa@8o>Wt$8~q@hՐ{G.#Β oö.<dzp?@T ϧK^s"ͧekNҌ+b)YrN*XAQԋrYn% ~xH{/oִֽς`QG0 EVy$,}ol$ᄴIʇNPB9վw/H]]g8sB>,t^<l F 0-NȈ6Pl01{ `RSGo4wbN6 (YkZ]KtϝHٓHAsNFݍ>jrl@8.߹wgCeCgXAipLJ],_Ŵv-7Z5< /<íVt0h zL Z Z䇾Yةg?rXU6pȢ)}5x#UH+qSiXrcf71 g+BF|lc5L$~\> d=Un q۝| +La*,Ҹp!dV:.-g`4+'f@Zժ<85*gj׎]fcCQckxHeެa+SD r9&6X۱3_G뙎HbL%zgųGc6mLѡDh -q IV߅Rq;S e.>0 ȚA 5S\w:@u- &Պ٣^8pi38ޥq>uvCP>ePAr@npi 2]2~U} @@ŵ]0uHcf(H&2R=/wdܾ'!r7y\l_rO3|6Th$]E{ _WϹ %q3H8E(5%e =|@UaPwf yh^#B2,{e@zՏS aA7E ;&} 3lA2vO %g|ҩf~ " KSQag"`80 ^ ]|v`eHISK{:w., řI\$wqnC[t2wKu!6klm)`F;6Rh}M 64pК ) R-~]ŁuL8HSOo&p<8{v6lokK~M+ti*Ah~H3ϋ\$}9r+K}B|`^99oxf(4Bf:H[12 ws`ehCK(YF0ZV[/-8p4Ÿ]} Ph*bpp=*Z'Hܺ q˖X9ezhvɨ{=Q~g%LF[O7 idX=5^YcE(P&Phe~깵 pIya>7oݎIqI6rOϊp;[Eۊ_]4X嶽~"J,afwAÔR0Rj,,F=%^YOnܴי3Ɣk F~08_>_+ xC8C#RHa OC4_\^V#:R OLDe|_syo"::]9xrVAGbBrбgU_&s_ڠTyU3m nM!'3ߒg͈MuCi!K6k$$8d3ݮDCnE GQ):1oZRغ uGM[zjg駗=zd@XXٳPdDkg! Pog1cm{]rKMB؝=#" :Eـq !>PaYetC4MR ݫUGsH~Mښl.!# L:Ty] ~I㲆xOGMܵ7dF L;1fiug큮 FN3XN?4b\diԲpׂ䲟1<8 15CÁ0W N9O_ y2'C``C'{s[:ۋRRZ5| !bNzL,7Hs)'C$@=}V""`o2D =$+N{0v٢?a~͍Wg`'7 ?z0l=WphXc-՟ZKSJ@Aov {FBӚT~Vݣ8k6QQ;E›TpYCJ24  WyǠH _Dty5ˑQ=Bd1+C4)AY&ŹL.kq4s[- #eh o&{q9L5<ւ~[p2 -dS&53H8=0dKA L٬KxKegtjz>C5 CA3c!Pc6 4[ ϛ4N,4n.J& gܖnz ɕOzVhl* q9ShF>2vȜ --OgE_Ohue8s v.C=ee}I岭zbx)% w_Dd90xPby|-+Y uW>oMP8F~ 03N t-(n |Y_LQXN9 f2O-/S\ז(̯@<'Sl~P(jq5 šY`8{%H+tY-by@Z<wEn@%Σ/ ut;L*[g >R: r̫ rINHcP\"dt1軷ҕM@T$6Ry7 9낁 l+YPMU·1+7&;_dml`hgg/Q u< Zs"mЃtrfehC`.M0Ԋ_ r)5e"̓}Ӳs3\7’ )e\Cɯ8A-ŐKBC1DlWy-5h4~ $io$7ÌT*n|v@N,mL`JحKvC%$05RXw{OrJ rDv񏷷AWkڗg4$H.a3U\:e7xSi #jO%bQgg0T ?=f8N3SYsH'<|MF_$at&Ο<"RiUa/;aFJ촐i'e; |ٖ( B`>.~cN/؋}P{!._91҆<t ;ķ2TJ9>~ \Z2 YoG>rU6{u)%ǧ_hxgfFW*`r,d}a釜Iɡf]/CsFx}f $+ˠ GЕ5A;Ⱦ6EĨMBTBHp4I3Ieұ%cMSE6` TC*\ ,vh5h5m kVw6gµ- RSÒCuV\GkPxB˟hO~,3'Pgx/֣;OIBx\Հ/\X&l ?iuf3R Z),Q'`51vq%ie|\cdeH>J@P8킿vr-XCFGY܌7p8]g+162uGBqoFw Vۑ6k/[5z(IR;Jx_]q.>tPpw<1İ|(b/`:zIN}bq`40h6BEć%aZd6*>)Dqo'$@A%eiH}".)KYvm,9%{ʢ,N~<>gS/E M7XiXMߞǧ* BO*כu[[{MkՈEr:DJձص^1[> V&+*9))7"]70) IY*+D1*02/o^/G^+&p_%'-1bCy\hw_LI1 㫎ENKPփ2_] m'x9P]ӎϔLHyF:sJ>ehRGyG}A,f䜜Z c;r\_r"5.Xz_xQmv ۥ`Lؤ鞻w4ҘYa2P?I&@d/abw@"F{Ѵؐ1W%WMP9I MYJuyWJr52(%JGtXE b9(r|`&^U9ZOq*Q |]{wz6W&d!F<9 t0P$Tnr\At ֏#^A6 E[qEx]_) `4EW*X4@#=s؆Xa,讈3 G"Z'lPF{- zNx=ƦL.͑3þoDΜލhjŴ T*Zj O&a"X ZŠ!h=`6{zBE<|錅,[w/-ޣ5R[A GxCy軱F)t]IzzIQz7_4/&e#~ytvf.Wi͗+o^OM=Dczɀ^wE],%6. P+Բe\.zBʧD_4 g&[>bw "rUU݉p,h\``Uob(٦NjQ}ȳGN{G1NkDm('Ԉwԩ?Rӯ鎞BMH8 X(h݉Y ]?ss!W/]?Q}wl{ٗhe#Eq\|1@Ie@$[^5- ۦ"WS?(;"cL f 419ȀB/PLU#D9_f#o}o)Gzl,6m`ģHԦv+oM$Q_9(zJdUWD*<ژ$k&ԑM1Up aQ +v,=YP71 LR C\Dg.K?Nj9Sk5d gmOd " RY?]A՟\c~ۓ.:0d &G;{RrkA4N4$*6 j<ȩ?90(xMg;YfW(sC޻ePL/ܑϨ˘5c\Lsf* #.-ر ̃s{?>VSH;ȝvГ,h4^xyJk֟cAv&ŻW`m[ePKH&4e2>N`K)/ emj8S4;0@D 6*8%PVv9NP䪂x_'jbק q~2 ]Ä:MՇ;^2+F:XrM0uTXɜ\va}Coە`zޓ|^e\Z=f $B=v /-r(qRTI#m~tl?<8|3!S9\;>Us?Rg9Pat dgSp 2MF©\K \!.>)cZ*8Y;`RwB6N7 %ה)Ä;N%vO`Ƃ<[ M+M:e+;8\=De)'>]>{Hʓ FƖ'=ci$jͨw/ڛ T=Mj<>#&1ϒ%šp֮ɛe)JKE(NM2r`gl= 3[N;BP%ÿF8\s ]*] Y(u?sp+3~_Zdi%?tEb.S<\^o\EG)}k[b˷_2\}My2އ_"Ō17Ӳ]-ozz""p]]^'մ"8^~ ,V}rZ3 zњ?1Q/4\F= rkL `vT{}0 М>9:;mbѫi QJ^} #Q1LQ3O|3BKEiZkۿ=2#qTКǹwuAJ7z5n R?s$VjK_;2QJT gc\~txo95T!,?=7+uP/VEp!RVDyQ6~5@6X/2C€SÀb**iU?zm3ȸm-t <,1nڏ=ZKKtn b#__`WOiTG`ٜ5:jKel!t)ɰT-!/,WaLĚq.w ʠaKovqIa̴6bZfQ'X8fnwO9.5'GJ3fŝΒ-,b};]L 4 4-A7%~Nh.',syU3L@W;Usy'o2AaNPzYPdґ^k즍$t$`BrE4;x"ѥwÂ]n1S4;n4kفVba&̙cס LF| Jl$kѮrt& 2%EEs#+r ўIqR eR.Ҥ$ wqgj?;>Ѝ>AU6_1{X#Ӧ,VX!"]^$7BlnO^B}-yR hsFQũ,g^qc-EJ)e&3"4ں/Oi΢R| BH@r>Oƍ$ = ;$7UE*qTL3v ue|8\岙@B@4| sa.[u z#UsYoy%>&ntֈJP^vղ]@5BڟK<=IUX1y*eQ>kjcdz9X*h;_A>jNs,;#iJ+6v;jOB 0v΋Ao|B/ :خCHˊHP״܆\ Z Fr̽A~< ;z._hduDJa-kWoib+0C055 ɰ|b-®my3Q&f |\ QdSj?Yji_2Ԝ~cݰ!,mð}C:c η%v\P&^|E>;8wcV)?~^'08ƿ1?1A!nѼ^TL8E[i63i, q@I݇E4b@֛tq sQ 87(tM*DtfU-*YtoXxMKyp,ft/uwwt(Ѝisz&f| bI6MmNP0XW@ᅪV~{ բEF/VvJ,'&ۃ2)Ek_ި"s '|9^/KM 1kDaCn ,2rc;@LWDUv9sX)<Ϯ"q8x$uLV 108p z(c /#bXDi:Uv], u.2>^F:0+52hK#/ǜBlVF{MgEHaj>:y"閶բW5kqodH:ϱp듄;q>P<ۄ A}T-ג*&"he)wB9V}Rj0twӂ*~  m_'(NqLj21;?`9Fc~SDKX<ZuM {5}\h>>WIdlPiHaPApFz2^0(.;@4'{7Plώ}#sѰ6KDrvo҄>$C t 0Q5 b}@c-9;RhΌ6V{ bE,/}Ӷn(R-!k'[bR1_eEpJm-Q*CTQ2ETT92MAu!Q+D7NU˿ҩF#ԝ~(I`&a(,HmFcb]Hs {QZujo~vbz?]k-vf(5\˝}ъ5o-Z}!RgC}]ǏKA&>00O9y.B}k2;3I'ď oI!K:/B-P% [#O"0QѰ]HԦ8!q:,:/C4{O~'XNvC(3vEyG+??)Wڳ7=.9!Gp̰v (SLK|&1diDvBnOB:n8OOy~6A2CJs TdBsp<* H3 Mc$LHPehތLM5.*.4/-cį ~"Š9CS {H lor~Z'7k G߷3cN mu4Njsr;KlSA[*ue\Aಐf[[ +TsDq>^2hRʴmlo;9-V u/\]\Mź5Z\ HlKɀe/ }4 qteŻCJ0L E;7F=,uQp%.Ljm҅ωJl6"I>PD3*p*oS9)iS5 ~AFݸX"r6l&2E{woW^A]1|OF?+LL翚\;<}rU^/Cv}z9wƥ z/lbA(z~͢_8lIҔKhh#`w!|T)CFOX&5)=K\Dk d B⨐.fWDy(v; @&6-Չt"99Rۮ9ANQQkAw%-rgL-ҊK+|~A8ǘx?s_tkp?t+ nnDLSgf{$]#V&s,fy)5C)K9fsn34a9{SX %nO 6qݹK!EPY׭6I)vXF m_ LGU_u[L1[g(3_ '! A~o D00VWEOM%+׵!>M1rۦ/ <ۊEwy_@0$x1{DNX6'zQ_Hg!T[0 }3AU!~\18ٴ/W;\X+ ]H> Dj/lO]<8XCa?mDxwstCs&8x&T+!,b&̇Ǫm^ނP?vљ$>i q dl7qs7M4G@ߚ払vI(&bͳp*}sYʝhm^$LXLUjX*BhO%D`¾0T 5`ϱD ǣ;EƗwS눐uXp䘡=)Y N ;f+#e|L[]H^Vr%yV-KIttCh8ůp1Y i [𕘓V׏5#/3]fG֓ufcfTk{,Ǭ;6gMj޷% S=^4Q4Hc2oYqWªT |5αl#O< PD!,+qp9pCc'g7V!%d/;9*\f^NY=F6 AQ]ֈΠ&ٓlp" tv.I8vf#oB3EJ/` k7phk3a?3,v;ԗu\bj8f&˳{_˝<=(aD;D-a3 5it ]Xv`pdAgQaL2*d˶Z~'Y;Ϝe\Y_xϲ=G% R_7!fB^ȻQ"~S5)lP~dbN۶ZPT oZ>QH?B5r*_ qXoj:c.]3x3K̙ă-л%I_/R7dlul#}dy+hJ1}.]~o,iM !㭽ݥx>JzfBw_">:%xBzt9YJdIc m9^9yNZ;bvUrHB@)}!؍~U<ᇀ:&4Cg6od-D`,`~UHQJp ={ȼجq XKdm?r OTT] >daT^9oc5+ma+f坵l];{ J y%,4I͋DD$vF/`[;x} <4S[YK\AWL*\qnÜmE'YJ'a`S_1I68j.a7!''q7a5V{5QGwsEvN+yg ] p$ɼ\vΜ:~ߊ&P wT84\ YދFCG3d _Y.{F=<2&$Yx,D]:yCQKlmqm-m]e?<6 wo>RX2tg3֜ ~,v+-J%ͬ T!J1]hw&8'-<[=Mh5ǥNoPqt ΉDpWp9>F$&=LavuFf=,Z 9mveQ6>ExjhvA{/>up1#C^/(?ašݸHK۱:kQb[Jp.OVDYqH40̋܎O_Ռ~}[r.2nBMcć,{B[]pᐞ5ke_&0ǩˢeJft?nޔj K޹Yy*8Gފ=V QHE% 0m\T9=Tt::u+_Ԑ% D IZߋcjPErb6 ?6W/߭&~@D"/&9Gɖi2훜|VQvihk5x(K\ 5I!Dݢ{=^hn8K@nTֳv",P K,ggmWL<12W??GZ{ܒ%YbTY`= [p ;/M^kDњTKp=KAƭEK"?S6& ]IJoKx1fu7Ǩr8]@d98cnA?G]  "Nhf|\)eغv $%V7lU 0G%~f+9h Z`ϐ/ a̹Q.IPhHS_tY~gV֦8GuDB;VӐ=K#鈊q0a,|b|9ݛMrU,A?A4^ 34Hc\XA0$=E mw!5 #kM}ST$89ln{/&-4DXCR%~F?`zE־Iai`:P0+|E wBu$4]ޡR,AѸ@U0{"Ϩ>f k"[_ꍯް_tRM gS [XuRM՞o5^]PC߸ t,$HXuS$RdgDe߼bc qFٷP]P`&? `]pB1-Aq~1Æ6(tv|91d0**.-t3eYD! Iaoo=I4YB|3=˯Kd1u {mTyʋ^k0>OGʪWstygic 3z /c=d9\5|S઺ecC0L=7HG ,Qe)y9m BBҥSZ?$0)~044UIj}VyЂ{UIg NGUZQejR]907qBK\tL;_a1)(fmAic  ͸9\آKW.ShHf$#qXF}Ƅ~adk+p]d ӝ Ǔ7j! kv` br!HL<{U5+;&ݥmYHyi؆;:2KfIhġgu*f>Bx} fyƪ1НĐG|\AQ*Vl&L)JgC(F)Gsx[Lۜ(N`C_gwN^P(eA|&X_=,22 {wL$+Mw .`dnDYHzm" *^F'$|yP[!|6p;8_L}Jf౦h&xm01w @]5Ng&\<.vud!FOZ!4E</ T];\ℇɨL)V!@4GX: < /zK>`z>W]jo3T=)SYW< [Ʀ\s* QrLF1,N*UHŬxu"|ڀp (9s;3LD}PZ?#ĆKѸ7w‰4b$%C`HZĪt5Ew 32bq:a1{ ([/_vfL@!P͠ X~+=pٳ٭,&ؿ` ӥ+ /jl"}W}s&2*K^B@_YjI8YH;lqUWnru_#ښU@%&ՏPRمÅJsn^!Ij #_)0k'11ṁqS$tH 2$Ġ궛Z4VtJCq Nvy{vDQ8:~%Un5?( roS\Ez5'_w/j5O*i ⫸B"(,ŷWm+= %#{> S$3 k[Cld 54icLx<n*a-WP - #T!'4kUwz򑜹47?rxr"F:#e2xQX[^ܰNGDn.>1Al>+e`M2Lq|Uu%~`}Ȅ_^IlP /&%H\1 ,Q U4t%^_ZDj)|81(ΏeB$a\\7^ Ɉ>mZ^/u 6mAZ|łٰö@-#i5DB&>|LdX8r@ofXX0Ye*pD]J Jq }9]kG,VuXCkI:F .Di͙+&vtFij=vC7M ht"QFہP2w] &H=7"`h//X);a7fHk2/z Lďɔ{J*`mt .X;'(S* n4>Bh!3yu@IKHY5Q?7c߸Ikl퟇ )\9fA&9oKpL×@zteytA\ }{6 #QLݝf*د]{<$Vii]np` Rv#Lj:_.٥٦F ]>#/֌\alUY:͹a`^v'?MO[+uNֆ4@K٠O9`lHiPd3h.t)Il1+%^l qowҘI;.ynȔ}ގ#!p[apOop⑄ba0q9~%)!;^$1Ss^z~2{AQ6`Bī*ቱ4y|s"!pFkVc|70diQ8dPT,;#zb&3enl mM|PpdUƢ7wy2Q%4- eKRDڋ>N¸_W:j`3O@b CZY%ķ9? <+ zv//s$nx=c~{!.iE~'a_~ؘ$ F;LeL;h쎓 )ՔSvr`b>`>^fX}xӜѻpJ2~J v? \L1*D"i$mkw^Cf< ;{`+a^:2|ɳΗ?x̳qΠwTrnKSiL"[:sA=^EX/tBlf;;G|泒;ꊞȇK.g+-36QebǶ3\4u[he, h.*OXgrr`?2'@TuV7(aaFk0KRRyl2ZY㍸yLςE W$~$*;rr&"]9M>(8([1+R-zXPxX6⥤=gb#[>f%0vQK>b8X2a 2*&27n$=jO6&v qO in"6C&xKA5DPch]rX{.L0N,WR85]HĚ8wO .K#! vpkř{{98;I ؞+G0N(WݏRu)'uu(ukp8 (3UU rMvnD9NaLyrvTVK/93LLs p%EvaSp-.^Z'd=PxZVN Bv%Zȑe7T5ǻ}y/ڡa#H Pã"ú8, |sznª:>I\[oDx;sϯWq ϶U4,Hd97c)+З)}GYP! Rȷ &)%LB`W]}2Mk!cv$Xv=8&TքL tH,~'>|,5E;ĠL͂IQl͜BArOSHVtkpOX_LSSWP hGV†//56i(^D{|jgdq9d-zz]Vq?ǨvA"1TNMO#3]b F [>,8(̴ĈqʙFm&4$( l7|Wk|iKJSN;\f~~><H2aИ4[MƔ=̫ 2G"Sbq9eoR4!(z^/\i?QjPיSASEzQKC z15%SUdb2|dBK6||ޞ%.(kR 6"ZK]6W :r.{]G<,9yCuoF8" <Ғ,$:ۭz ¨Ʌ@krtj{0QW+HK-y;Lv~/c .Kð4n1u>9fSYQRZthfpQD|ʠg^ wꉠKkjބn,2O%if![,_^ B?ڀ-?Ua0V]Se'~/ndəʎ,#DFju'\tV9A7I-ppr#pq?.ȢwHQdc"ЧJ#7`'&8R,1 Im:}c;mbl ~rFȤֵv%}1 q{2A+<cC7Q+N x^CvV"bѽPr }+%bkNzKeqM*0sr wi}hD1&pMm)m` fh7΢5X.q2c wd-S6*^-|<ȩX!}UX"etR jzJ6#4<o"ٗ=4e\ù+@%`N{tegWqHzu91i] J<P&A r@9XԀ80z:E4_v\>6Q} ] Q.ę$c$27NI"~ZdQ'.[bw"w]RFn;l*!UI%"ͮ6{4.x`uŮI*7iA}+ T1[&\V+G:;m*C94Ŵj`"4hyqB֦c vT5@c d׫o,"~Tnd4|2)jӑi\*USM ZR<L3ҕaqB||z2'K+%= ^:g')^37>7$'`i,4 X@[m|H >;kל󵉰+-ل)4O|H:~\%_EMٿMCxC%+[ D1GQZ0mq \BGu"7_AmU B*ּXM*p|Kg(U }Ըzc ׎"ts?˪ޅ)*!NJ]\ In9ҔLQͲ}JX:d@;yd)!'#5}6X JI3hG|}ᙸ졡^8҄]b5{vтk/P+T[|šs $s< V `~Wlwֆzx=rj0He䯭@gE:E""x56aVk"QNg_VYg( >F0tJjAf7 ߈#rX[iywCTQ >lHSj~SA] g3>\ Wo3AZb*̆堃nȴSW9&&C ԓdkev]e(bFfr= s& ܒOE^t[Μ|zapYjN<]32 @g7-p>%a'n 1d ƋW1HY(ƟU'\.~_7a*i}%FWqB5/$*Spfx9 ʴ0m3S){v8LV;%dLD@V:/Æ/tGJ޴M[ SWv^MVٲ. Qwp'itb(ydYS0y2ws mwfm?YEQ/6S=#ӨRV߄>ea0z!4c*3jTz 8JDFC<c=j~U{et$؈'OLUP6eUjِ0!6@ վ<6Zc~pzA?rE->gkeT aFSj6xaEbfF_Gμ$9~J? <-&y Ur_]iS[f y( g(s깳 rNI]V֦xeg+], DH"w%d ,qLnfڜWf$laQG6"0Xc"!PgQ}y $S:[|,!ny,UY;xJӈƃsۼʕU,MA[f.Ŧw[L'I##|$| k\#7;c- G(&jie6Vse_w40 ]hs=V#LԨ৭YnEu'Tjfѭ7iu( \)I_%-iH5gLR1Am[0#c񈔨4d~]iyv>֤sP$erU2+)ub:dɼwzBK X.=9#Ctk˖⃢+6&1Ŵi1cЅeo4O4kcBmf8 4(&tn~[^z*\Ǣ$轢/3Bڨm}*撌:)(Kprv!ac!/y,o# d &8=:~?YtWjh 5C(`vdā,;GI] L+W'ِTG !ҩ6OmNP {oE+A$EQe6 m{uq MC;"J+7Aֈ:,+P6&3ӈ iAwИg@_{gnS* 3N?SܰF @B)snGm+RPK{&}_ lLdN#|Q"FP`߁#s>P"ąkfQ{g=tCRr~b!jTɋn5𔳷|T1!eOOk';=f}J"iK+1(SRWrشzܑ ZYU OFuQAè/4 Q׆޾?+B@G82j@2Q(NQPmcˮKgX"L5UW{9 wQxyR~rFW#"sk>GwѭvR&dԭMc2!Mr 3pd7l d&&;&0}M9PbzOB-`tU¥IpR#or?*wm\aL:M?a@ֺ)tXխF^UhMi7{?׵"dEZj.\pZٻ=4&f]OqxĠZ /G0[k7oT!]J3M hWP]l[G->SYj~tZ hUIeuQtT8;Ҁ4OhŠQ!w~א0k\7? 06/ gfd֎i_n<%G1٪aXYPD;!Ch۲=xeƧXZV2Jlx% RFO'N3}>:)r5 aLN$@mΦޯ1]j2BXPXj;mvUm.xݽ`=p v%v8399YDԃ5ODL )9*kZ{-#4 ?qv*(?S3;&`6.6 T?Rb0|=t538rG 0*!EtJ.HPC mQvev8T'reKpѥѳuwzRG{1ʗMX]' }-MAi"Ӟ:-S7TA}7 4:6wq R|ig[2Ԭ}h3SsYһzHG 4V3{%.}Dw] =5D=QEj# mMbO zΡ|gB@ǪgK^njc5!8{Y61Ub(ű;[UxU[~0 2"zD7Vvܩ*Rr7q{hodDw )>Tsrdh>b-~3j[52s0'IiKI_UV+j〪uyhg>v~`n2s-DLA%h? J0dՂ$17[ _BrcuHPXJu7|L`Zc?OD;(D1t 5{D!6C3"@}V@1]wx;c!^q&P93YȭFr;CHa_kHIdhXn-%!fu 8qF?A>QFAgPvWg]x5 _~uhM mw":{S@V.`'QV0h p̙P6:9E$2g& [ڪi֔W4Q)WY>=EUa_p6E݇+vt /=9ٮs, }Cbx㨒+ 8'1W2/v?Sփ+𸞫8ktf&3CW6326'=%&`ҕ/u +S%ErG ҦJ"=79=p>F"ȵew0>8K6]i⇺ `*iݱ18FF2 ~@ðyH#LCicۼ /I)v 4=+Jm@\qrgru +=a@S (&˯oIKߧs?%hQc_FdL3&Æc` !(zl۝R.\0Ǫ4q8f M9$w ֎p)'QEGj^3/茚jz"~p]ͫWZPZw ˜M P7\1~~FXIξBn4Rơ=x1P" 9xŪs@Y|\}U?{Oŋz,2!, =rbWGpK-qDE^@6"e8~kr1QDojr,2et)O +Z6j4B 4|`v R1  Hq;D˱Z6:-纺&ܿؔm11XˢdDt93rܪm?x8I,LnZ^3bh76@Y YҊtJjGf5}8f#xO}a',! ĝ.rMP0p);I@יw9.Dd~BGreBȎM֛Gyd:%z%*/PM&[hi)|yvpT/Efkq4a#V+̸ꡯ0\%vUm1gx}L]d>X -b&-u{l4KӘi%ػ%F"óƠxm:wQ_W*Z끏=A}Jfc!p8TYǴظweAơV2?}}> z{w~>;wm"i:fevܩ0X 7+.c Zq"M _Nek៤rh.b{T|j<0MJ&fQVLL[x}v3f>I/IXG%c7@D2h49)BJU?[mQJQC&fp-Yy(Gc}$.C՜&x DsBHṪU5v}o:4o~ɊBA^a?YD Œ bĸ("ry/6XvSdy!jsF!GNDs\ Q_Y-8&BfSLxKG0y.0n/%Re[J{i_G樠Sa"mR}(<&'4YHހ%3pV͒j 0}ڎɿ7JSU,\H[v<%?b%yxP]EQD)NWZ0(O:) p%ms,!cWP7XEGZϕldzDfUi|WNxA29[blh_X2QV`(rvb#js/<,[3.f2U l, Pբ?v[>t&ꞧ]{( iKba}u8 R~p3_߲?TlfUB\?=EH/;R 8fY5z0^+!(dS d'4Lia,5p썾)#)}*zðΩLztѼklk&Xʹp] Lx$蓥/rNÍ/n_tP.r fX=3uƲJ^*cG.&^^zsyz#"eԒ\!,"JuVi2Ѕ6mڨR7 06c9JkKEN0lPnfeR*(ح\ InxˡJN_g1>qv[@5΁+22DFM'ĪPgK%I )ͽzJy)A>]a)l[G#|F0  Ea{Mƞdr$"8K3Yh󺈽 \ ੩5Ek1/NNo& ;nSPGh~p}ևR92 rAx艹5jSyvG8+URC熋dy&|!fEO*H] kٿ %UjHNgC6#~9̃=a]d2.Nj 162G,i,\幔`,*KYY5!YzY֑'[^ERkY |KQբp6* j4!v5.%Jj )" H).vX\nzw؆Յs % 2@> bAzz-)ԔDč?D#v@ fފ$CSbL ){V}~6cptu K6Wd-H,&߾-jWʭd?vQc8d7PP6bY O%!PT| kـ P>ܿ-:_37S?=-Q~!jv+ x"[Q[B'>OCD+O(}F -ZdAjx#W4}hly {$jM6Y QTp,sh.Şe@vǎ=ĝêRT3pj",S U77?/{ sU!239e T)qsz&_R,Kh{""q+缾 d<2<8.`W-9T$}V=24Vmas.K1hF5 β^Z&%u+,Um#ϭ(7|spGUH{xi$0Mh##|/dshw.!";ZS$$K$ģWhIor5 Ń)(@CGT_lI=T[ 'b8h*mD;kd꿄Xn%P`lwL{&MX7uRB:y):"}l$;xC+Uu%xZUNJJ1۲+3~|u5}WƨA=KNJ˄yKF7ʟ1~XkW6e(8@©۝W7 &-qk-- \9,t p/U<:wˏg Kk7z=&!|_f P3eG'ذL1eb'0x:05]Hp=oǥJBVCXEa֠Sy58}  嵌hA9rwp5R7as!ryi bMbp4L9xu249:->*0t,N]@'~|Ga(( hWP9LkF޵d:PqnoHd)3F†Q' ?6 PԵ*_\_VAwSIUU5oMn/G{ܸvMeDhgT 90DpV1HׁV] >0q9K@$Bh-?A)٪;kN6hߌa7|ȧ9C#hñLnu-z!y.٢ƭalY瞆Eeӷ<GS"D(8X@K:4TUFSPSD7K[ C8ɲ'Q[DV(?wȂMEG <'l! kP?mUB"}NhfFA踖3-Ϣ2SZ^~nt}qYU݄ ~wY~HO\2EpӫF-l𞑼 re[GI.wwҍ")e%?øR\f7Em&/.28"u$H[U-8ZW==7\ң=E.]tKs U 7ݢ/hkй(`K}kyaXC zD , f3Cs2Ig>22~.e2uJ7oUw QdtMZd,xa:US񖑮d%M-ȝ'\N>3#~i_)i>f;t 8[)*0P$VlMT{Z;\1EtkFIBblQPy9AUP zNcb{ ipe H%_ ,"!LPsg* 'XsMuH6҈f˟2ц,TGSqϷO}!Vݜ_e 'wy V㗪 z갏UUe2vVP0rpd|F5t1"yI pKӛk03݋bK| ر `wˆ]ct7+ӪPRI0 ^kU#? #=}@ݰH6TsWpE6-^q%cS\Y.!HXG$dc$4$wNYĚS_NE ˬUK$UG *X V;$6}SfP%Vufc_U!LK Wyb+AMӔ9ga?|d '/ipXdF wwu" ~yGsxI'4R˛Wns3?٩Whrە 3?',+4ڡ|~m^WI%:d:4[𝒝R~z]6%a6315 wz϶^KMeh'J)3l2Ls1Mp j{ʧ,Hc^trVMOyYfe6ػ}L[7rzՀ8آF;gE$-E H$[0MOj׉ y޶V#=7_گ|yZcrLpBbќ=ތf:=[~3sW)ub:*ǺI/;Q7d'l550A8gnј 7 v 1EqG:MR\ytU9~'L.aR@{A@[P(6O1fg?Y#5Z+:AU&a5d6֥DݾGI{4^ 68, C"H=ad ,YgՔtyAy=1+ }3;HF[euЕif#vz&JӾe+kIb@Prv`Iэv f$>LH`T辏?= UF9qBMXsvc;x.5HyNquĮ-Q7$g-ڶac Irw|ڋ" j~=牳n5!z6&ŬXaX 5@#I~崙 ﻲϥJK'?a˵v(J'{{sڏ$)aHxAIe\ kf|ާ6.xvAB]5͉8^ҝzHP4eF<%\{!|?Bl @8TxiC~Z`d%vj˔ W,!Խuh l~Ivwy3rHp)hc$O7Gw4^kL>ED +k0꿒4m Nu\P a:W9%A`OɽVnk5nw“ 'H8[K&Jp Ga@,t $a!4_ch *a']w™8거%c5L_擾hWK[U/w('0SNd1ئw,i; "n]ma;Hp.Pb!Ĕà{e2v P;6YC.c/+77X6ֲ\r\NuPkWdzUJH&Μr.%hF}UؾXC &7=8SV;]>t70+餑vbO8%MK=W3W0zo*qZò wE:G.P4NGG;7nF)ܔ  ŔygEA8#` ǮE3;}Km=`|9p[x-(Y&KrحZ!Ԝ 1{H-~A+p6%,Im"]푥^ J.QF=SGC~8df6\m ^c_V9k19%C~yͯkҕu+1?PtvZRw=$;w(>sP$dk^)3*]! 3p-FI#}8::d VX9Jm#9׀Qf22y1VސݸA[;18O/p 1FT-c2-%a4ɯXsjg9SJw{-Yoܱ/3L^l2ԋ a@M"X+}ehgAeL! 苑 "j|렷H|kxA—[bdP!ɺC)xQHiKzg:FM>^d5zYgSflF̂ PnJC.Ћl`G|Uʢ Y󐌁W9BٜS37;f¯ޟ~6=KV.P]!]=xIV*d+i]$h p'hA"n(%'J|QLzUl)a|0mpI15̲J1<[-!zse'}>r`|ƏyJX 5D*9,`Qo_6%l`Ut=׍gWaʢ2w[\uʡܬv0 :?~ct1 d $ D{S7b\YYMG^T6,Z3[(HZaxc:^{&x4}l.ug9TpWBwHM\zPh"k.QKӎ‘Uzh*L# e[N5/*:)ע.vZҬFf% @{¬{R;@)@ϙ'ӋF^lBTe-^Ui{<TNV}=kRjw<f|ݦ5 $,Z ُZ"Ao밠"(CN Q6' G+j%nw K\r%@5AEeIѝ}mYh-9"K%1PQI:g(m~Z‹V;B_{5Y#lVu'S"B nVg.;F֚tr {&Bg%95Z`識!6B (w<؃٨? hC[͎jAqjɄ?nK1!saig$-z~0^I2ЄiZ6)E$W lwVk[|H$He ȧ {mj'KW8F82Qg(׺$& D-X  P(Z Q2 SJ$ʂ)l&ܞ<#z9u>.U] -Ѣ 2zjs%h8`#.ykL$8*/J)yNҫ%sY pBd&li8ο]~}e"a=$cC﮹EtFK(T4%T{>7G aTl1 kO4k)ֿκvC AϡABh铞Q[էPhxDVMR#:ȵaT< =$1_! =U] x﯀Ywd%r\GMmZHcteqbO /]VpF >hoY`$"Y[ ,8ɶG+ J45=6HYSfO TrU7ϣܔ!'C?F@Z1h -V)UoH$^Z1 Ci 4BL7JQ|}x( T'  5 D{q=*XROٿ>K _i'V&J`/Z N2+!A?u8cO֟kCfit8U[[;8ފ{\ĦNC >/Lbjxw/%Qt,D{9x'lxLJW BK,um |kN$t`A˽4#T—w6Zݽ(~Hrߐ5ElL#<{΂ }Ap)ޅRi}>GT1̗4))g(JLw3#URG;T`@_уyU2O4I?e[Ta.lB(%9R;@k47x ͰӃx:rJYeL%@ڂX+>-PK+3K4jwOJ; /\_ e P70p)a j5s@ގg#۴z\N{ܾ?,9<-ɬaz t*4W3#/8-Ň?qI\ $+a07& }ZOժKD m~yv>󻕂[ӊ'A_;y 5?ږQ[޿1wPá##9y8$:d[(iG]@.*[zѺ=Qf%[^+nz\ 5}+y<9g[BK`?(n;a2~@$~ mpw1I#+8|IӁ$R$*l14鄨d~SqrWW5ʐilMRbWl EWk\A 8"L?؏RƋepP#ES]3TD~5I<؟[ݻtnʛik5ý̋G^1=fxpd5A9pT^~y`&x6Z,:;:nj#/$H#O#^+?[,>1ÑWg!MVONQZj;Jxъ kk2F8Xdz( w`ӾYMKU/̄M. ij^-}oMF\!=hTb_IVjYg7FGZlҏ?Dt'-4<~dsFlv!JN/\^L^I `@1VWIhJZyA;{=iU}\ˎa~z7st~+6?)``WP+js\:ck#wzgQ CX6?Vq:o92L,!36(MiAtJI:L"< Եb\hNTB\v4rNx[}Pu~Lyq@5`eܴ0⥥Ʈ6U% Ny?WcoMdWĔ(]UOa"7}"A+*/8/s<]XT:E_Bxq<]a3s/V#MHathb|i*EXB kqV RTY]Ӫ!7{tQw ϛX-m]#Qcjgunw@հ5Gh̷,#{b7@W1 2VguiҬ>󔭉+!ի:418_Oaeƨ=JX)eggGSƑ,Êpo+&"HSa??e7 bx@1G ڰ:vN0i1UsWo%) jA!!|ܫ.H0:y x!FiS"Po`2e|d>1H_}**I!6ȋ"xܧ] 5w$g9öf 'ºː.0J3ua1~]ip^!]/]gR6/5.ȷ ,[|D#aTS4Xg_  (kX`5ɒ|\w]cg+H]mĊS4ǫW *" :I ӑm\*"jsCulsIt)[Y;&`QB]o!VT'.Bzb[,G{fkoAéx> Pạc*?`,LЗ-,tCnMҧOǵl"!wDLt\~ ^pOԟchK6 iw\tTt:%Z AhsJH){' Z :dllOm_8А9 PגəFx[k83>9juz又eq>p.hrw!&Vj?}tv+Yw+\xbD)kʙybJfjG9a^w8)3}"3!6Mh8"0ƴGFAƤ-yC7!||$,Uuʥ5Waײ'Ï6 1mR/k>U#>o}eyFDj}pT!{XpFw-тM`X-wބ{JTIՄsrJB@ց0xf\!JifqݗX1$HL@B{au~Or/I[ 4]fgB ږ6삽Ru[zehZg[PS Gz顙;?r[ {,+s6x[Ѣ~ KE_.@sKpCC,R̺a'VW?ڢְUzMo=ţU*:-1Z'iխ喪JEQA:^ JfAq!0H6J9/p[j}.i]'WSy*p<0%[3iȻ0Slx|׷Tv. Eg Xi-kDa81^eװXA2fsz;A6;r S3 4D~Gr%>|kHWtw , ׿Dۢ=eW*ŏ܏y!~Ho6cyQZ,\ -ӭZ`pzWRaҰƨѦX]Ì'K%f6DJJ%'r"@Sk\h p*yU3Q%FyK߄n輭Eލ\H^;6:^ -0ݺ8W(k+\G3:5\TYƵ]+€4 7Ec%oW5 DPBv3 Q{~m12D\ԃ'< !Ӫїk㬇͎<#t5w3k; = TrP*=&Gt8%bw-p'Y>ŷ\.,Eq n,;${jyp K)1}:QPV$:yJ]=p\' q]vw2g'(I38ةM7h~ϛ-&WF>`qyYSXS).\4ޛW"כ_¾D)'$Zɵ8\+"ACkyj7mV1^y{#aZf& .L?HyH_f;h2$C1tÔ1|&d,qkKdW:,2}KݛUtɠ0:T 0C i&0N0>["LuHȮ7ydc1 5*?2lXHA7~E(sca4"nM3qoy_LV^r493xpsQ@x~o$t~8%EuH0E!lGէwS>5U O1kȤ=KJVp5GbR[5#C3H+IPdgQh֭k v^%(Xx/WڟJQ{&X~iua1o菉UCfֽBB.I`iF h~LNI Óglu TS6~h3J X2d8+S+O~R{|ؤwZqɼħ̔˨0ga `W\CdSTl$Qdkaa04@}W2ʊ}Un`BDohEtL`4LpQ;y%Rsbv 0wD 4c,ӓ2{H-'%*&!nq/V$d'tѮ)08 0j\+tEuuƖc5!\Zq71D 3Dh-"fDO2Qa `}pMؒUk+dvd56H. ]B_uGaSk?J--mŤꛛ@(LWG9=o͊Vv=X]So.ZJÃTHZt,y&YÁ4CimCn94 ZIRvaIt7J|"<ӗ(;urLAO7M:t繮(׆I |'A/v~ۊ!9|tbu:1=Tfit eߺt~9%㎝ltݞ}ۈk' UqB{̟b \n%'.ph?_U'P{ R]*3i3?=%H~Qy8}/-!]"ls \ҿHČNa, $wՑ,,HdWkFj^/ȰW[6Esq(z; oƏ4 5FNXGݰ) hd0K*%8\[}yZgSQ6Gm[{k|b:e1Be&KA'|8~2-$SQw^=Dh1#56~xv_:x,=תOI靃 \}qlph|hoX-QGwX8͔)J_:;GGm7C/S1J4`& ,]`oIcE! ׿7kZ}#4Tf^N..$1 7gmeU5tնBHb`T!Hoi%ܳğEn$U%ͼH@ ^Ȏ]^47|9kib l!U ıXƪ F-Hr!+a$M|kld![+UaQR?>7qH3ZM@6xpnw`՘侒@q*K&LVUV4Fˉzc1og_!^ZuatNt );iUZ㰙W5.V1 cCrJ65z~-&)QCr?.wmeu]C-&3*՟B' |"⍐)nKH8QO=3'ūHM سd},cXu\PaÄL֬OYYc7%TDy&btJn"$&E"[8#;߄Fwc$"ybgj{2 Dȷ+Z,0h8&V,yeȬZycW:thk_Y(xt4@Np惡K P_. -d-@ 5[-f]yxߕLjP{Je^{͇ʴFsQr5]9Ch3"$p`楹l+js:p)BT. "Pjץ%B(cUzǰIϲZor fMր",ɹT]2p͕gn"M`3~fy8{,EJ 9R*O{} CѰ} LCOfCxnmfϴtӕg}Pd(o :0R:S$p.O͡Uk?7Li\pŝ)Lt Mw~4^+,Md{N>.3nVPG#c҂Mgv O%kń=չuurG0 @Vw2]/qM( #*kD#.47hF~lqrBʔH N jNcXjX_ka˦gj3[m4pӗZ:`=F5ηuu. gBJ-MX/΅1 mx񨗥Y Du6Ksw&uY& ^"KMl;7ׁ1:fϜ+ ppC] Bh[3k(@WGq(D[6 Y8OKFn6F2g.U*iL[2: $u'AJ=>6 5.@;(f9ƲCtBI[K+A|gX_.ht6kLt;{$x٫D cW3Jle7чGFAa[ee ('.9,Wvz*ZE?bSK W-aG\+iVOkd:ׄuU yF 4.AbL^qZ?Қ] Be{0ҹ$ޱ&Iz j,$]&T^5aDzsϯz:,ka!,F(i!J *Ȋ<@dIF̨!),Rޗ^/ ݾkWFpuǽM;+J jV+9y ,H7:y>h5*Gvn64VlE'8=O1Pvxn}^LT8$`΃($ d tWy]%c-ab\}KKqc'YԴ Ob4>}*7O0j9 G~UF=Bg4ނ=4[oP) h #jڭ\U;.JNқNKI_jv*KM;o\p".O+t>IBУn )NZۈ!7JYY^̎4iEҝ\M(H[п$[D Fu/{y@tWY%LyS[MVɐЌr}X_`\xfUژT 47[+Q͛ݹ~DLFf9]*Xa[E-'PD*uԴ eȡV#SrgE_*D̑J"3Ma\|:x pM"m ӥ<'RgLreD J!NdʁzMZB(J~:x7Jt'f!<)y}pxFl]B!5!9D$x^?~Yj6[)x|S#3sLК{pfw%1 /Kۛ2t#{5Gys;ӃbȓCϊ|Z.{=jak$h7ٿ)فu;xH!{U4e߰)YPXn',Qػԡ.,z?]*Sr!T_ciPUtfqB#v%i?Bf=dg,><(x_0Fd%;3\Ks}>|6ՔYl{b~hTۥ' l_@IC/hڡFY1c4[#SJ,*鯒_ T Ob1'pިItIcZ"Xb^p ֫sTvs#G:댣aL)t]g 24GZʻQ "+p#t?BrwԑWo|31 o[Y=?ǁ v_{3޸E)BP-p2vM8LR5x@pTt=Ĩm1gu)QzW!@T3\H3übQJVlO#jrS _<e*{,wP0ZwKC=`S0y+ڞn~(^mBT) +(ƿ0j| EvH9ບx+-:"-FTA8"ۅ_JRnUy!l}3qKI/\g!:S :?jU&T u jy&IpCW_Q>h BB, r©1kZ|GDtC_͒{nicxkVf~n;[ @4P6ȷ?Pl8 lȱP_Lqrd%GeF["pes"R+fv_Rs~"x0A1c1Yl.^U"}D~l76%3\'ԗ°J{oP87"_s *b8 jBܟaŎYǰ:/a!,W )u efCJ~U.ODvLw@+S)ufLs|){>CyRHExu5Uc>v?:RŐFj==>2dvE>w!ݝj )FbHiFy2p%CcŇnvLAR55x>ٜ{N&}mb^KPzmvSη  Ed̅6s!ܝGmdʘSHIJ!~Qv:!eIrԋ*sA8OG Eܩg\tKEH<;лXލe,⍰!ima4T81%9喊=R/;>zpXԏ@ؐpJ<%Ğ92>d߶;^kfS%!ĈHx-̕:U cPS,tCR&{1B^иPlU➗,)GEGtrUsSrO:ֲ]{_p. as6V(7#nάwȹc6!yxtyrWK(7wgq=t*͟^d~$FTa{Y4 Mə YXx(ց¿KrZM'6zX_Ie| XZI2Б3g`]z\=~@Pfۚ5o -#>n^1>?R0CA 2uzoUA*˯kތ_fԒf]bbaHak _gh;譋v!m,} P$'n?azYhkrޡ'x ֏fo[K4}ٺ|Ǹ5ny6 ?WjgmLnˏ' \qTyLӧ+UEbkƔ>!G\ё ;xT*ަ>dC|cQL@[%6] h xB( $1KLGm)B ?m9Z҈WXnU2;@ɯWA @ot+8`Qoρ缹ͷP hjꄩL;XAM_O`6o#Z^S5UOpxo!s7|=ƺҬGIYqD(.,(sO@ ^߰3:>QGмaP y A]^ߍ+րn]kz˜iA9Ƌ2|yCѦ{̯PwcGp1m6f\ nL_MW&zL9@QmN/\fc]g_nfkEcoC1w`j[b!pӗ>0O^ߢ?)#uk-TZ<Շ9p6y{,΢Xh9Vf@׀R)'>fZRM׶*6Lfh͠ }Ǔ% K4LALėJ ޘ>`LesX>'ڏ$6/|(~i Wk0qr,L/-;nzq^"чB u{0ʖ)+m;Cr<1KW{ v6K㙹D) ژaJUB ީodxy.}+c39Q89 %ĘӃmb ( @cT(OmM+2{zO Rs}B[V; okn]5Rۨ|ד34kd5-Ԧ8qc.#dvpʂFif~0A\`lq" Eb{nR`ݳ yw92:q?6B&۪1 \Y\k{+@U u!"& (b=~ape n$$9Co]4d 杴%lYQ66+DFse6Hg-`O%o_s- 0V^No|^]_g; ̞Ig+XU_M9TFKb%}20_臚 $7wKN޹=2X\D{/'BӰAkNV MV^i"WtX`.#jbqz-0ݲ!~/aAgw =p{MUF"0Lq!Ab4`0p_нIE+ &&snYčJoԏ]jz ?!iY:*l;)`4psQb%ϚK5x z N~O~M~J l,J#p.Ye23cA$!;w=\>D J LZ;>^MvF0P+|cWVu0@>؛ z-H˩ ]^HFDz܈dkS^=[W\NN-M nh(M_`tUJq<]7,F|VwO-%DYǂ&wI܄Pm~^(r|4M*r,O'mZIEuhLH/'L LLwoQD1E&v˰mV(xΒbch/E񼳡?V瘔ؒ-@zRFD.zO#H]v} E1\:W }7%hCsVw>݋<)|jν{~$Ӣ]ry ?PuPshv1߶=0W ["5@ _}бaNlFimbQuOJwhst jVZ^Rr A?DIdrٷ7m"Y9B.N'E9KO@aqGkVq_]ƕG75=hM0VTWR] d[cf3ɂmbcMe#c$or%Ba[cEzϩ(.cVgP᥻й!Q,L?j4Bx?..SXz.3@HK!`[P"nĚE/P_0Xʝ n&`Gc.#yIaݓ.173?cd+ t"h#FҾK{&0ݐX}8}!g.&?u|riӿe_kFX"u5@m֭ \TlmbaV٘#?.70wQ^I{fg Fe0"f$Cٿ U{mۢ'LB%8L I%ȏ*\0CLRyGB&PyGiYN+0Bs(Sƈ迹Eߒ!P!kc!ULAHA3Iӭ1vۤ(AZ4n[-%MG%C$0-(4k-r4߳^Y8Z-}_%Kj/ԄNj \ɇ2LK ZBc9~W܊S8Ǫ&]2h!L 5!a~ iMlRgz0a"tMȉA.LV ts!.'AdM0嘚<뱬`7tWL-NOqqM睿^@79kRB$[ *UK(p2 #;N!>Uc oֈ`f ubKOk|g2#f[ IobĪOy(,<"'XC`hԖO:ۻrhǸ&'%PJ'6pEZ-mxeLcak'rZN-@EP&?]jYYɠ2aCvX}1B`SCXс`kuyhUji.;wI!ë*tx-\"/}ոVnqjSYRHh6oKZRc& ~H 12']_5YS+P'<`iwpA (QWAz*B u_~?l%%-uVw06FpBCnCQ3,oED oGv\ZUUa\ SYj?.mܳxgR[ ~_٪9ݻ?`{\8+> FUtFqYo,Ѱd[~gDotu޹~rE#?K; ;ѐ\q9ڹ%2dt-xs9&EM yk~w$3M}-l~^;ww{ϭq֗j'\ߘ$)!ͷnR}5w8}˦D}`gMAՇ>#ǭkuKP}r;PJk$} r)tMn4QQd̿a+<܊돽6ěݏqeYA]XJ "5Ql`׺f*䧳1R&t/Vgc6.ǰ_#f2Iݽ׮)RZĞ0F?M@eel^t6e`=W;ْvq\o˪F *wJlFct9 #u,|<"E,:Wt+5;Cb?%o>ĭT'ͮՀY~XۇT^ yC箑 FO2/AHcdGOqv2z@J$C"RBGMx - \p8daQ@I*-۾rx;!P x%<`rFr{{O94Qh}wE$2IJ&8'ؿB&Xg:ԛ<+9]Z=]+_)%ݧp:zՅm%~xc2>}߳/e۫z}F16C _5,M#}L?ʃ.klf24SeҾ,%l;o>儥%JTYؐ;J@@ts<~9BSZ>MGqprW5{VHaug;j䳤LT=|X$a H5As{FpRYkvX^4L+'KO@'fA[X@T]㳮ɋGy&'4'THx\f¹CN,fɄ^wW7H1HK\ծĒ{9U / M n\Z ρ&7}pk SBY?XY$8PLUj6)rdCN6 @$J]*'@ǶjO1O_%ֹՐoIΚݨD'3DZ[{$?L KHk?2b[I$%#!H(7 s9m)unI Y"-n=ݝ~ ', dÒN:ou!߂X2Y\Lqۧtt;',|TkKN>)'"BDAﬓD~Z-ԫU=t* Cư[D6>oBLx[+IپfSߚԈNCZ9~[IyL~+Yz2J,Qn"s7kB4,;Y5b+ 95Ghֺ+ /_n1Ԡ4@A0ܪ{fɏ"SimqcAv,E6}(dYҦ^iRѐ~cxbNwr2X Zk5?y))dYHTu8XNA_R=V>x6mwܑHTDPEe6&1 ʑYI (7;nwG-La0'\K#@Wtڴ@fĻ"pdl>N -sQ鉼HpN&9ziT@jOJqd.V$j"+{I { XyK| @7C4 B2Тs;(nm5mƤ _jw)6m{3Z XS a2 gAE:9tţK 4"^NvJ5p׽l*|+ (咡 |troPAWflsuDqum<)^)Ggy@( KiqrzqH!̣Wsǘ0zFXb>ɌLƋ1|cHxKou~dV"A=ɤl;J ֙7dj1I9v e*zAXi&lj/ZuiЏi1M^4oΗ"FƛVqM ˺Ȃܚ=Yd;؈qÇyl KS$}g[=Ӥǘn8==ű5pؔA6Qy䰵!x |YOC.kό0<,˅b!~Mnhm<8 Alh |E-%o#jJG$y+NG9;?o4Rv7̳b ׆;s^=ۉqzWi@cyz|}3j@Vh`1H)`PM-,%Dlqrz;!VuYaQ[! !϶ S!}ɠǿf=Lg?L$cb:5&)A4Ԑ+,u22?ܑ#hs_E1a&~}ɟ;;1pi<,P_3{eaJu1̓pgtc%A ZIvw ]S }н H2PCkkvCPN~d֢u'Q2B@.= d"O,4?[%Ss1eχ,}!G\'mjۘ+'?Ep5b9[B%=n._;{k^1cR#<&3 <џ?Cp1]u7z E@E'BVQ+SƨdXNX9H9*Svd)I+xLW?ݱ?Ȼmk)8IUsCX2)c)hTE1{E - RoCZ3&AEۭ GOy +i!5lԐ| "N}I;`Yf'{TpD Iފa+H[ Ĵ_<>Ϙ.ʒëU1$|q[rhmDA *f(`ηIzw[>i46Ÿ(bf- 0no0ڜA3ϋlCFY z]~(2ω;:ڭYK\|c$߼c#فՎ7  pwW?K`ki0?6xu$Ϧ޿S|n[ vҥ[ZXz^0,#|"!rڰݪ5|O6gy4^PSB ccWwU:qk)AW|+}Z.}q: ̓-bɒr}jıAz;E%iy[n>hFε=hۅ l@ HT_j$Q;d7^QSuWch(eʄDd9CZ1GUuꇰP'o 3sk'. D_M;e&NN6zhDrv{)^QѥhA]8p&7ٽYPk3n-Yu g XxU$S.*oYb}Rdfw)>/AHx}RAr1ch<+@(%7"R%SQL 5ټ @iPa6-A'MP0:BP(2Jrt]8,. ={;RYQiN{fq:s1ekX<c {M{A Nx́9>)j+:c ̈jʘt` kat]YgIj!!^N0"0CZTl1ܟI`қܼl>s;(WkxX.#5ƹUY<1FB .u Pe/~l >0ߩp6E$cczj:J/'jm* ' (wcKīzIE!e~}5Ro '[8 ˮ"P1wsųyYR[쾡G17"m ykC:^@Wa;7|b;mg[y^~j .jRg ?caZڑQH,\&reb*^8%ۊ͗ fP2YA7qS?=#oDSOOiQ"B"vŦJjFh7 ?pdNϿYҢ*;@ "?(vTl7wnpV. šp+t  nyP[*?U)G0<.P~jIEmJyc<=t%_V%Dglp