libostree-2020.8-150200.3.6.1 >  A c&p9|UnRX|Vѿ4nzkѵ*ʎl~e,%QXb6Œ@/܋tZ?Ƣ!Bvo]2O>d @S,/몀Mxs06A" /WҺם3D<ʧ}Pz0J|0Ӻr wߵm _U"m #< OGJϚd:2E J-i}-qVf^C-iUI쭶E BD5e4001c3ef9551354fab3b67831a9376a522914e7fd74026717d3de32e93d0c0d8a8a1cfbc052341d68d927a89fc71d8bec2d8c60ׁ2(#@dn<%,1D+& }S`iէ~ džG|$Aѷ\2u&VEL/d~R4_e:>pI`?Pd   B 6Z`f\H0H H PH pH -H .PH/pH0H2@2hH33949;9(< 8<09<0:@0=>?@BF G HH@HI`HXYZ[\H]H^_bZcdefluHv w`HxHyTz LClibostree2020.8150200.3.6.1Git for operating system binariesOSTree is a tool for managing bootable, immutable, versioned filesystem trees. While it takes over some of the roles of tradtional "package managers" like dpkg and rpm, it is not a package system; nor is it a tool for managing full disk images. Instead, it sits between those levels, offering a blend of the advantages (and disadvantages) of both.cs390zl34SSUSE Linux Enterprise 15SUSE LLC LGPL-2.0-or-laterhttps://www.suse.com/Development/Libraries/C and C++https://github.com/ostreedev/ostreelinuxs390x if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in ostree-prepare-root.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in ostree-remount.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in ostree-prepare-root.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in ostree-remount.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/ostree-tmpfiles.conf || : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable ostree-prepare-root.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop ostree-prepare-root.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable ostree-remount.service.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop ostree-remount.service.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in ostree-prepare-root.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart ostree-prepare-root.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in ostree-remount.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart ostree-remount.service ) || : fi fiFKx9X((`c'C2`3{of 8z%5eN_OC+C{` q`iA큤AAA큤A큤A큤A큤AA큤cccccccccccccccccccccc_c_ccccccccccccccccccccccccccccccccccccccccccccccc6dc89b0b54869585bb6f8aac591a4b7dd7170eb498309ccbd576959015cd8711875c61162efdcffcc86d0e79aee3d62af14591eff384557ba2cef2949c21aefa7c9bcb18c1968576847e43808948bb1365b6262a5b1de7932df06f64c7eb60c4ba453730d930b63b108fc2fac40b62539c89099858cfa23271df5fbcf237410ec1046dbdad7291421cfff6df614197214d04f1227397d046918a8199d487437b30185b035649ab2049b6000f0d28847d82292b56eef450b837a6fa4cbae7fbe1511ae520521f8b317fb3b99eb13d622778d9b127f6af81f7cd7ae4139cb7490741ad4ecc1842c39533fd409e6beb94bd90be688a14818eefcca4e991a496a4a8ce3b467bb7188986d5fa9076854a7dd5a5a52cbe2abf7b123a34a389db0c681ea1a29fa27d8b805c7394cac16bb17ef4223d43617c7fd39bdadf89892feb25d334d19887bf2f3d6b921e0bf7621147232cfece23c2b85a8953f7102897557b47b38ef91ba984242a10de76caaf0a6a9223b01cd0c3d311a692360d0514e3ebdc5332d3642ab71de554fd51e9b7bc4630407ea67eb11460c45e172bcaf1096cabd1c45e86c7612e521fbcc0f6340815e14a74ec3e4fd462133c4efd95b597c3599c051a024f51e83e4550e1994a7a493d4faa73361d283e1ef77ec631d7201613b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69cc2df8885b11d2349f6c1848373da5531bfa5a8d25bddbe84570fb45133d409686842a7ba73a23e605d31f25214191be0d1a1009b27856481d0b3fac21dd3188dea6ae756ef63d1d4d18727ed300f4ea26999d80551e421b20087bec41bfe6b55a25b9f6a2b917e27bff9f52e74db0bdcf85307d454bf593f440100741d6f85c20143d1d620c6c2df53a1fdf6674f7255dbbd1b48187d4fc5c485d8b02d036fff2e6216dffc19856bc40defdd2c2f440a488ebba3f81402e3ca1e1eaf8d4319c0063fd227ec986792bff65f1a6b7d1df2c839e640a164dbbfdb3e5ec67e332f2e9da4c16248287e1771f204362f5eced4545e829ef20484e73ed005f6f12b7925c8589c97944eb9b726012e7761972a7b9d133d5a5b48fcf1927b04ad16af7d83f61d428a0079229b13d04acbbc76f27f457acb0e307bdc43b7d0d4d7b0f743f2a7a3ff5620017a7374c300a00310d84e735202b2aa348754e2bab96f5bf3548f863940908a8c52bc29262e429c531a70bd3494db25db5f83aa8eca4e01cb64e5c2d3462b66d4ce91f758b32cb9ff6fe8826bb7f920683b85e0636b34a7d9504a43fe205f7885330d3f9b1869f49d92272a510ed7c3179fa3d38d09ccd6b463d2f553fc37da4a6af924277869bb17fda20562f92613a7cd70b87504ed8b9850db1fae0265d7fc9bf8ba07ec142d73790897de03ce24a42a7d4b847eb7c83a06bf72f528f22eba2971b33ada54b185ad4fcbfb15cf8eddbfe2b159771309806ab3da8f92c288192cce2d7d0cfe3870cde284b4a5ad1a49698b09241b1ec1b582245df8316aee9c88817e7b6683c69cf7bdcfaf1caa6c27365ac7352ca083d81942d44c8c7db1d57d2e0c39b58b38f43607dfe335f88ed57bfb8186d205df0475cf1fff90d00c0286a0cddbb9a6c37e098ba59a8f2d94393ebefaa5f54cf393e5db37b8e3920be1f5988f46877caaba3dd6c3b40144b1618ee827a99b95dcde30b7e20a29355a8f0b9ad2e1c5acc89acac4e77ac6a7fc91a4735fe89c359f4a421b732a8f5819d383fca695bc84b6fbe5d27b41195e3e2d351ec6439cc8a1e75f4f9dfbd4d1006a9be04cefc5f342f9046f3feee98c6c7897527f216b4b444713fca8afb1270e83bc7b53358b7b73723c607e0ef8f78b1d34fd309e1e3d5cbbfb9976bba3883181d7252e3c3d2f9af2b9d3eae85ec2f3ea7b0a08144847071e375cf809306c0abe6d687f335f7f08e6dd83cf37db503564aec79b04111c9237a2259d701b51e53cdd052325dbeffaf6356b407bbcd261a2e7b6772a3a6ad7145644b004a5976f64e630801b82d840d0642d0cfef129a2016a4c7f7a5f95edf13d3be311a1483042cc894c88fddc5d25a29e86c2f8f73024cf8a78cef8f63eeaa1bcfaf9366383142d3f134bd7661e0685b5d932f8e637c2cfae634472d89cc8eae22edc0b0a16bf13050ab91b89804827098229f12d430eac31ddf7985027b44a218bdbd2a26807c1068fa4bb1fb9d831666c879137a0bb6e0848c4ed986dd38ed864bbb34beb3ef27477614d5a0d5f37dcd5db048e492615a1c32c749ecf06579a83ad2b7e59622068648a41b71a0744d37514326893b78e84cb5e8fce9a0f22a3e15366ec48804e50eafb428a1339b47459be7e2ec4cde54683ad83be44a112fed5a842812c856985f1f8b40d31597d8ab6e1c907127cb753a4a416418e9178649b406a89b4724eb89085c206b7ff1bae1ea52b39b36cd8d5a8d5c3369420e64159a5023403ab60ab25f0eea35e2aadb503905b20da25e23bb3a983975e16c860eb87b1f694c699a81495b793c8fd47c45a364a8cc0ed414083ee2cb5caa828f96ef6e02ccec74d77ebec4adfdcf2de8b1ddbce78e68492bba3d9ae1f5d5697180aa47a9583850a78005e88590f906cb7c98ec5c098bedd500cd253f67dc02b57a430b726b84794be878e5ca70137d6ae3152ba62e06fa3048e6fadb98f9ea9e90b6ffb2f9eb02026f293e10ef31ac7234a3f4e64462c78269a9d26ffbe19475fserviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibostree-2020.8-150200.3.6.1.src.rpmlibostreelibostree(s390-64)ostree@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/shlibarchive.so.13()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.10)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.6)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.8)(64bit)libfuse.so.2()(64bit)libfuse.so.2(FUSE_2.5)(64bit)libfuse.so.2(FUSE_2.6)(64bit)libfuse.so.2(FUSE_2.9)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libostree-1.so.1()(64bit)libostree-1.so.1(LIBOSTREE_2016.14)(64bit)libostree-1.so.1(LIBOSTREE_2016.3)(64bit)libostree-1.so.1(LIBOSTREE_2016.4)(64bit)libostree-1.so.1(LIBOSTREE_2016.5)(64bit)libostree-1.so.1(LIBOSTREE_2016.7)(64bit)libostree-1.so.1(LIBOSTREE_2016.8)(64bit)libostree-1.so.1(LIBOSTREE_2017.1)(64bit)libostree-1.so.1(LIBOSTREE_2017.10)(64bit)libostree-1.so.1(LIBOSTREE_2017.12)(64bit)libostree-1.so.1(LIBOSTREE_2017.13)(64bit)libostree-1.so.1(LIBOSTREE_2017.15)(64bit)libostree-1.so.1(LIBOSTREE_2017.4)(64bit)libostree-1.so.1(LIBOSTREE_2017.6)(64bit)libostree-1.so.1(LIBOSTREE_2017.7)(64bit)libostree-1.so.1(LIBOSTREE_2018.2)(64bit)libostree-1.so.1(LIBOSTREE_2018.3)(64bit)libostree-1.so.1(LIBOSTREE_2018.5)(64bit)libostree-1.so.1(LIBOSTREE_2018.6)(64bit)libostree-1.so.1(LIBOSTREE_2018.7)(64bit)libostree-1.so.1(LIBOSTREE_2019.3)(64bit)libostree-1.so.1(LIBOSTREE_2019.4)(64bit)libostree-1.so.1(LIBOSTREE_2020.1)(64bit)libostree-1.so.1(LIBOSTREE_2020.4)(64bit)libostree-1.so.1(LIBOSTREE_2020.7)(64bit)libostree-1.so.1(LIBOSTREE_2020.8)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)libsoup-2.4.so.1()(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1c @_إ@_^@^^^@\O\N[@[[[6@Z@Za@ZZxG@Z:PZ:PZ:PYdYyY?@Yp@YTYC@XX @X @X}@X@X[@X=mX@XWW@WίW]@WrfWq@W3W@W VZVZU@U%@T@mgorse@suse.commliska@suse.czdimstar@opensuse.orgdimstar@opensuse.orgalarrosa@suse.comalarrosa@suse.commliska@suse.czbjorn.lie@gmail.comalarrosa@suse.combjorn.lie@gmail.combjorn.lie@gmail.comluc14n0@linuxmail.orgopensuse-packaging@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgaplazas@suse.comzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgaplazas@suse.comzaitor@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgjengelh@inai.dedimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgopensuse-packaging@opensuse.orgzaitor@opensuse.orgdmacvicar@suse.defcrozat@suse.comfcrozat@suse.comdimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgfcrozat@suse.comdimstar@opensuse.orgdimstar@opensuse.org- Add libostree-CVE-2014-9862.patch: fix arbitrary write on heap (boo#1201770 CVE-2014-9862).- Enable LTO (boo#1133120) as it works now.- Update to version 2020.8: + This release mostly contains scalability improvements and bugfixes. + Caching-related HTTP headers are now supported on summaries and signatures, so that they do not have to be re-downloaded if not changed in the meanwhile. + Summaries and delta have been reworked to allow more fine-grained fetching. + Finally, this fixes several bugs related to atomic variables, HTTP timeouts, and 32-bit architectures. - Changes from version 2020.7: + Static deltas can now be signed to more easily support offline verification. + There's now support for multiple initramfs images; the idea here is that one can have a "main" initramfs image and a secondary one which represents local configuration. + The documentation is now moved to https://ostreedev.github.io/ostree/ + Lot of preparatory cleanups to the pull code landed for upcoming work on indexing deltas outside of the summary. + On the bugfix side, the biggest one is a fix for an assertion failure when upgrading from systems before ostree supported devicetree. + Also notable is that ostree no longer hardlinks zero sized files to avoid hitting filesystem maximum link counts. - Changes from version 2020.6: + One notable feature: ostree now supports / and /boot being on the same filesystem. + Other than that it's mostly bugfixes; there is one quite important one for anyone using the readonly=true for /sysroot (which is still just Fedora CoreOS I suspect). + There's some improvements to the GObject Introspection metadata, some (cosmetic) static analyzer fixes, a fix for the immutable bit on s390x, dropping a deprecated bit in the systemd unit file, etc. - Changes from version 2020.5: + This release primarily fixes a regression in 2020.4 where the "readonly sysroot" changes incorrectly left the sysroot read-only on systems that started out with a read-only / (most of them, e.g. Fedora Silverblue/IoT at least). + There's some additions to the pull API to aid flatpak. + There were a few fixes to the man pages, and ostree show now displays the parent commit. + The default dracut config now enables reproducibility. + On the "feature" side, there is a new ostree admin unlock - -transient. We expect this to be a foundation for further support for "live" updates. - Changes from version 2020.4: + By far the biggest change in this release is new ed25519 signing support, powered by libsodium. + stree commit gained a new --base argument, which significantly simplifies constructing "derived" commits, particularly for systems using SELinux. + Handling of the read-only sysroot was reimplemented to run in the initramfs and be more reliable. Enabling the readonly=true flag in the repo config is recommended. + Several bugs were fixed in locking for the temporary "staging" directories OSTree creates, particularly on NFS. + lib: Coerce flags enums to GIR bitfields changed some values to be (correctly) flags - this may show up as incompatible for GObject Introspection consumers (but not C). + A new timestamp-check-from-rev option was added for pulls, which makes downgrade protection more reliable and will be used by Fedora CoreOS. + Several fixes and enhancements were made for "collection" pulls including a new --mirror option. + The ostree commit command learned a new --mode-ro-executables which enforces W^R semantics on all executables. + A new commit metadata key (OSTREE_COMMIT_META_KEY_ARCHITECTURE) was added to help standardize the architecture of the OSTree commit. This could be used on the client side for example to sanity-check that the commit matches the architecture of the machine before deploying.- Stop invalid usage of %_libexecdir: + Use %{_prefix}/lib where appropriate. + Use _systemdgeneratordir for the systemd-generators. + Define _dracutmodulesdir based on dracut.pc. Add BuildRequires(dracut) for this to work.- Update to version 2020.3: * A quick followup to 2020.2, which introduced support for read-only sysroot ended up breaking some of the Fedora CoreOS tests in coreos-assembler which in turn holds back ostree going into FCOS * Now that gap has been closed and more of those tests are being run on the new CI. - Update to version 2020.2: * lib: Fix Since versions for 2020.1 * Post-release version bump * "Brown paper bag" release that actually sets the is_release_build=yes flag and also fixes the Since: on a few new functions. - Update to version 2020.1: * There is now support for making the /sysroot mount point read-only to start. This protects against a lot of accidental damage, and also generalizes and improves the previous special case handling of having /boot read-only. One known issue is that ostree pull is broken with this enabled, and this will be fixed. * Error-handling around GPG verification has had an overhaul. Specifically, libostree now has more specific error codes to distinguish between different verification failures. This should allow apps to have more fine-grained control over how to respond to errors. Do note that the error messages themselves have changed, and we strongly suggest that anyone relying on a specific error message string to migrate to using the API directly. * The original "archive" (split up objects) format didn't make it easy for a client system to know how much data it would be downloading. Later, static deltas were added which addressed this problem, but there are situations in which object fetches still occur. Later then support for optional sizes metadata in commit objects was added but was never really stabilized/publicized. There were also some bugs in it. That is now completed - the sizes data is now stable. and new API was added to read it. * This release adds initial fs-verity support; it doesn't do too much today. Bigger picture it's important to understand that the vision of OSTree is to enable Linux systems that feel like they're "image based" (transactional, versioned updates, no dependency resolution client side), but also to enable things like doing commits on the client side. Today rpm-ostree supports replacing the kernel client side as a first class operation. This is crucially important to make it feel truly like a Linux system that you own. * A small tweak was made to have OSTree create repo structure directories and files (such as objects/ or .lock) with group write permissions. This is useful for managing OSTree remote servers from multiple UIDs. For systems with the default umask of 0022, this should have no effect. * We've extensively reworked CI for the upstream repo. In addition to Travis, testing is now done on top of Fedora CoreOS. Not all tests have been carried over, but expect to see more coming. This rework will also allow us to have more comprehensive tests previously not possible. * Several fixes were made to the test suite to handle the cases of systemd vs no-systemd, and systemd is now advertised in the list of features in ostree --version if present.- Update to version 2019.6: * Nothing major in this release, but there is some bigger stuff outstanding and ready to merge, so this version was released so that work will have time to stabilize. * A few build/CI fixes. A new progress API which will be used by flatpak (and can be used by others). Finally, we also avoid reordering kernel arguments. - Update to version 2019.5: * We discovered that CLang has a static analyzer scan-build; it found some small memory leaks so far, otherwise mostly noise, but we haven't dug through all the errors yet. * Gained a new zipl (s390x bootloader) backend * Install the .hmac files needed for FIPS mode in /boot too * This is also the first release where we switched to using the OpenShift Prow as a merge bot, though a lot more CI work is pending. - Update to version 2019.4: * This is mostly a bugfix release. Notably, the 2019.3 release caused some issues related to the gpg-agent code spewing messages on the terminal. Additionally, Fedora 31 users have hit upon issues with ostree-finalize-staged.service running too late to be able to write back its logs to the journal. This then confused rpm-ostree after reboot, because it looks at the previous boot's journal for this message. * The biggest feature-ish change is support for a partial commit "reason" so that after ostree fsck --delete was used, subsequent ostree fsck will continue to report an error. This should be used by higher level tools that want to do "fsck and repair". It's likely at some point that "fsck and repair" logic will move down into the libostree core as well. * There are ongoing efforts to port Fedora CoreOS to s390x: one fix landed here to add the deployment prefix to BLS entries since it's what the zipl bootloader expected. - Update to version 2019.3: * A lot of changes since the last release. On the feature side, probably the biggest is we've made public the internal API for kernel arguments, which rpm-ostree now uses. * Other things include a new --modern switch for init-fs, better support in pull for downgrade protection, better use of mmap, support for committing archives (tarballs) from stdin, etc. * Finally, libostree now supports being built without GPG, which is an important preparatory piece for introducing an alternative signature system. - Update to version 2019.2: + It's been some time since the last release, so this is a slightly larger one! There's lots of new features, and a few bug fixes. + New features: * A new sysroot.bootloader key was added to be more explicit about which bootloader OSTree should use. Notably a none value is supported, in which OSTree is solely responsible for writing the BLS entries. This can then be used by bootloaders like GRUB2, which now supports BLS natively. * ostree config now supports the unset command to unset a key from the OSTree repo config * ostree remote add now supports the --force flag to replace a remote of the same name if it exists * ostree-prepare-root now logs a structured journal message after finding the deployment to which to pivot. This can be used by higher-level apps like RPM-OSTree to build a history of the deployments the machine was booted into. * The staging API now supports a lockfile which prevents finalization at shutdown. This is intended to be used in systems that need more fine-tuned control between staging a deployment, and setting it as the default deployment on reboot. * ostree static-delta show now prints the From and To commits for which the delta was generated + Bug fixes: * Make looking up collection-refs similar to how regular refs are looked up, i.e. first in the transaction, then in the current repo, and then in the parent repo * Don't include the OSTree commit version number twice in the boot menu title. This affected at least Fedora-based systems composed with RPM-OSTree's mutate-os-release. * Activate ostree-finalize-staged earlier; this should hopefully make deployment finalization more reliable by running it later in the shutdown sequence, when less services are running * Run grub2-mkconfig on the filesystem tree of the pending deployment, rather than the previously deployed tree. This was a corner case where the deployment failed if a previous deployment did not exist, on systems where grub.cfg is used.- Disable LTO (boo#1133120).- Update to version 2019.1: + This is the first libostree release of 2019; no big changes, just a collection of smaller features and bugfixes. + On the features side, a good example is: lib/repo: Search a list of paths in gpgkeypath for gpg keys. + Another feature is grub2: add support for devicetree. + lib/kargs: allow empty-list arguments i.e it ensures libostree supports "empty list" kernel arguments. + There's also some ongoing work to have libostree be a "backend" for OCI/Docker container storage; checkout: honor opaque checkouts. + If built with --disable-http2, allow enabling via http2=1 will allow people to more easily play with HTTP2 if it's disabled by default.- Update to version 2018.9: + New features: * Allow disabling pulling from LAN/USB/Internet * lib/repo: Add an API to get min-free-space-* reserved bytes * OstreeMutableTree: add _remove method * repo: Add a checkout option to not hardlink zero-sized files + Bugfixes (apart from regular memory leaks fixes): * finalize-staged: Bump timeout to 5 minutes * deploy: Fix removing /var/.updated with separate /var mount * src/ostree: Don't delete refs having aliases + One notable change in this release is the initrd service ostree-prepare-root.service now runs earlier in the boot process. This shouldn't actually affect OSes, unless there's extended logic in the initrd that integrates tightly with OSTree. + Another systemd related change is the introduction of a path unit: ostree-finalize-staged.path. This allows the service of the same name to be path activated instead of explicitly started at deployment staging time. This release however does not yet rely on this mechanism to give time for packagers and integrators to adapt to the new unit (e.g. by enabling it in the systemd presets). A future release will require this. Note that deployment staging is still not the default for libostree, although at least rpm-ostree now unconditionally uses staging, and while it generally worked well, we hit issues with people using slower hard drives, hence the increase in timeout in PR #1755 . + Another change to call out is: lib/commit: Don't chown objects to repo target owner. We previously had incomplete support for a process running as uid 0 writing to a repository owned by a non-zero uid, but it was never finished. This will likely be revisited at a later time.- Update to version 2018.8: + This release is pretty much all minor bugfixes: memory leaks, fixing error messages and docs, handling a race condition on pull with summary updates. There's one new feature (noted below), and we also gained a new contributing tutorial: https://mail.gnome.org/archives/ostree-list/2018-August/msg00005.html + The one bugfix I want to call out explicitly is: ostree-remount.service: RemainAfterExit=yes (gh#ostreedev/ostree#1697). It's surprising it took us so long to find and fix this; I've seen occasional boot failures that I believe trace down to this problem. The behavior of systemd units of Type=simple without RemainAfterExit=yes set is rather nonsensical; I may try to push to have a warning emitted upstream if such a unit is a dependency of another. + And the one new feature is the auto-update-summary config option for repositories. For more information, see the docs and gh#ostreedev/ostree#1681. - Rebase ostree-grub2-location.patch with quilt. - Drop libostree-fix-wformat-warnings-on-i586.patch: Fixed upstream.- Update to version 2018.7: + There's no one major feature in this release, but we have a variety of improvements and bugfixes.- Update to version 2018.6: + lib/repo: Do free space math under lock in error path. + lib/archive: Tell g-ir-scanner to ignore the private libarchive bits. + deploy: Delete .updated file from /etc and /var on new deployments. + switchroot: Allow letting ostree-prepare-root mount /var. + lib/repo-pull: - Support retries for delta superblocks; - Support queuing delta superblock requests; - Add some missing assertions for progress statistics; - Support retrying requests on transient network errors. + ostree/trivial-httpd: Add --random-408s command line option. + fsck: Add --all to print all corrupted object. + bash-completion: Don't add a space after files and directories. + u-boot: add support for devicetree. - Changes from version 2018.5: + lib/sysroot: Add OSTREE_EX_STAGE_DEPLOYMENTS environment variable. + docs: Add "Hello World" example. + lib/deploy: - Do post-ops when removing staged commit; - Also compare deployment csum versions. + repo: Add checksum to error message opening unreadable object + deploy: - Don't prune repo at finalization time by default; - Return staged deployment; - Silently do nothing if passed same set of deployments. + man: Add man page for create-usb. + fsck: Mark commits with missing or deleted object partial. + Add concept of "staged" deployment. + bin: Hide `admin instutil` command. + pull: Don't save summary to cache before validating signatures. + lib/repo-pull: - Improve error message when no summary is found; - Rename a variable for clarity. - Add libostree-fix-wformat-warnings-on-i586.patch to fix 32-bit arch building failure.- Update to version 2018.4: + A quick turnaround after 2018.3 to include one main PR: gh#ostreedev/ostree#1508. + "switchroot: Ensure /run/ostree-booted is created even without initramfs". + This fixes ostree when booting without an initramfs. Thanks to @akiernan for the bug report and helping review the fix! I'm working on enhancing the test suite, which will help in adding some coverage here. - Changes from version 2018.3: + Keeping up with our ~monthly cadence. A variety of contributors here again, it's great to see! There's two notable features, and a variety of non-critical bugfixes. + On the features side we have: - sysroot: Add concept of deployment "pinning". - ostree: introduce PAYLOAD_LINK object type. - lib/fetcher: Allow clients to append to User-Agent. + By default libostree prunes older deployments; the pinning feature allows you to explicitly retain them until unpinned. This is useful for major version updates. + The PAYLOAD_LINK functionality allows libostree to do content-based deduplication. Previously, if e.g. a file changes in metadata (mode, owner, xattrs such as SELinux labels), we can't make a plain Unix hardlink, and hence by default end up with a new copy on disk. However, the Linux kernel has standardized "reflinks" and some filesystems support them, including modern versions of XFS. When reflinks are available, this functionality causes libostree to compute a content-only payload, and when importing an object, if it matches in content with an existing object, to use reflinks to deduplicate, while using different inodes. + Finally, the HTTP User-Agent API is intended for higher level tools linking to libostree where one wants to expose the app version as well. + Beyond that, as mentioned above we have a variety of non-critical fixes such as memory leaks, test suite improvements, correctly printing the "would be pruned" size when using prune --no-prune, etc. - Changes from version 2018.2: + We're keeping up with the approximately-monthly release cycle. There's mostly a collection of smaller fixes here, with some enhancements. I'm biased but my personal favorite is gh#ostreedev/ostree#1438 since it makes the output of findmnt rather significantly nicer on this workstation where I have container tooling creating sub-mounts in /var that are no longer replicated in /sysroot. + For the embedded space, gh#ostreedev/ostree#1411 for devicetree support is likely interesting, and is related to a discussion on the mailing list: https://mail.gnome.org/archives/ostree-list/2018-February/msg00001.html + Jonathan's PR gh#ostreedev/ostree#1441 to add callback filtering to checkout was necessary for us to re-implement some hairy logic from librpm around "file coloring"; see projectatomic/rpm-ostree#1227 We're getting quite far along now in having rpm-ostree be a truly hybrid system, supporting the existing RPM ecosystem. + Marcus definitely wins the "lines changed" count this cycle by adding SPDX-License-Identifier to all of the C source files (gh#ostreedev/ostree#1439). This happened because we relicensed the documentation to dual CC BY-SA and GFDL in gh#ostreedev/ostree#1432 to enable a Wikipedia page which I just noticed exists now!- Drop pkgconfig(libgsystem) BuildRequires: this is no longer needed.- Modernize spec-file by calling spec-cleaner- Update to version 2018.1: + Support for booting without initramfs. + bash/ostree: add missing --add-metadata option. + bin/commit: add --keep-metadata option. + bin/commit: move parent checking code higher up. + bin: Fix cookie builtin build with curl but no soup. + build-sys: Allow building with curl, but without libsoup. + build-sys: Link with -ldl for rust build. + deploy: add --karg-none argument. + find-remotes: Add --finders option. + grub2: Exit gracefully if there's no system ostree repository. + lib/checkout: Validate pathnames during checkout. + lib/fetcher: Add version to USER_AGENT string. + lib/pull: allways include ostree-repo-pull-private.h. + lib: Validate metadata structure more consistently during pull. + ostree-prepare-root: enabler for simpler kernel arg. + rofiles: Add --copyup option. + rofiles: Fix --copyup when creating a new file.- Update to version 2017.15: + The headlining feature in this release is support for repository locking, contributed by Dan Nicholson. Currently it is disabled by default; add locking=true in a repository configuration file to enable. This feature should be considered as "tech preview"; it's highly likely we'll stabilize it in its current form, but it's possible something will change. Currently the locking only protects commit + prune; there is a large pending PR to extend locking to many more APIs and commands. + Several new APIs were added; for example libostree now has a convenient API to break a hardlink, which happens in e.g. rpm-ostree in several places such as handling the RPM database. + Also, multithreading support in the commit APIs was cleaned up and clarified. It's now possible to call transaction_set_ref() from multiple threads, which rpm-ostree uses now to import RPMs to OSTree in parallel. + We're tracking an issue with http2+libcurl and it looks like there are a number of issues still floating around HTTP2+libcurl (some are server bugs), that we added support at both build and runtime to disable http2. + The fsck command learned how to verify ref bindings, and relatedly, the commit command gained a --unbound option to skip creating ref bindings.- Update to version 2017.14: + This release is almost entirely bugfixes. One notable fix is a read-after-free when libcurl is finalizing that some people have hit. + There are a number of improvements around the ${repo}/tmp directory and the per-transaction staging directory in preparation for adding locking in a future release. This release should already help avoid several failures when doing concurrent commits; the aim of the locking work will support concurrent prunes and commits.- Update to version 2017.13: + A lot of across-the-board improvements here; the pure bugfixes are mostly in the experimental Avahi bits, hardening the FIFREEZE on /boot code, explicit errors when trying to commit non-UTF8 filenames, and finally a number of fixes around our use of mmap. + One slight backwards-incompatible change (but I doubt it'll break anyone): Disallow refs starting with a non-letter or digit If this does affect you, please let us know ASAP. + For improvements, first up, Alex changed the static delta code to avoid holding everything in memory; this is a substantial improvement for large deltas, and also for flatpak which uses deltas as a "bundle" format. + A few notable changes: - commit: Add _CONSUME modifier flag. You probably want to use this by default for your build/package systems. - core: Add standard SOURCE_TITLE metadata key. This one I think is conceptually quite interesting; for many people, their ostree commits are derived from something else that has its own versioning, and it's useful to show that explicitly. I encourage ostree-based build systems to consider rendering human-readable information about your builds into this standardized metadata key. - On the command line side: cleaning up the --help output significantly.- Update to version 2017.12: + Quite a lot in this release. First, on the notable bugfix side, we fixed an issue where background threads could remain alive after an error was encountered during pulls. Particularly for projects like flatpak that do multiple pulls in process, this is an important fix. + Another important change related to pulls is that libostree now performs checksums when mirroring again. The intent here was to speed up mirroring, but it led to a confusing security story. Now it's easier to explain: for HTTP pulls we verify checksums (and this can be disabled), for local filesystem pulls we don't, (but it can be enabled). We've always verified checksums by default when pulling from an archive repository into a non-archive. + Anton Gerasimov contributed a change to the libcurl backend to support PKCS#11 URIs, useful for storing certificates in a hardware or software enclave. + The schema for the experimental OstreeRepoFinderMount API to find OSTree repos on removable media has changed incompatibly, so that the media doesn’t need to contain two similar lists of refs. It will now look in .ostree/repos.d, .ostree/repo, ostree/repo and var/lib/flatpak paths on removable media. + Similarly, the experimental ostree_repo_resolve_keyring_for_collection() API has changed to return an OstreeRemote containing the keyring, rather than just the keyring, making it more generally useful. + The bloom filter used when finding refs from remote peers has been fixed to work correctly on 32-bit architectures (such as ARM). This doesn’t change the bloom filter format, but will require bloom filters created on 32-bit architectures to be regenerated in order for advertisements from those machines to work. + Repositories which have a collection ID set will now put their repository metadata in an ostree-metadata ref when ostree summary --update is run, in addition to putting it in the summary file. This is part of a plan to securely allow unsigned summary files for peer-to-peer pulling of refs. This won’t happen for repositories which don’t have a collection ID set, or if --enable-experimental-api is not configured. + A new ostree create-usb command has been added (if configured with --enable-experimental-api) which can be used to put refs from repositories onto removable media in a format which can be detected by OstreeRepoFinderMount. For example, to allow easy sharing of flatpaks or OS updates between offline machines. + OstreeRepo has gained hash() and equal() methods, so it can now easily be used in a hash table based on its device number and inode, rather than using its path. + A minor bug was fixed in rofiles-fuse, which would cause files to be created with random mode bits if called for O_RDONLY. + For clients that use OstreeRepoDevInoCache, a bug was fixed which caused libostree to ignore callbacks that allow modifying file modes, ownership, and extended attributes. + libostree now supports --with-crypto=gnutls. Like the OpenSSL support, this is currently just checksums, but we are driving this towards making the GPG dependency optional and supporting other signature methods. + In previous releases, libostree learned how to make hardlinks for local pulls. But if we couldn't hardlink (e.g. the devices were separate), the local pull code went through a much slower generic path that included re-checksumming objects. Now there's a copy/reflink fast path that uses FICLONE/copy_file_range() directly if possible. This can be substantially faster. + ostree prune learned a new --only-branch option. This can be a lot more convenient for release engineering tasks. + As usual, more work was done to improve the testsuite. It should now be able to better detect tmpfs/overlayfs environments. The upstream CI now also runs tests in a non-overlayfs environment for better coverage. - Changes from version 2017.11: + This release has a few new features, some UX improvements for the command line, and a variety of bugfixes. + The project is now more canonically called "libostree", though "OSTree" and "ostree" are also fine. + The most important bugfix for anyone using rofiles-fuse (typically build systems, rpm-ostree also uses it) is: - rofiles-fuse: Fix lchown() and hardlink verification for symlinks. + On the features side, we've added a few new APIs to the libarchive importing and checkout path that will be used by rpm-ostree. This should be of interest to anyone using libostree for build systems or underlying a hybrid image/package system like rpm-ostree. + Also on the host system side, there is a new (canonical) place for build systems to put the kernel/initramfs: /usr/lib/modules/$kver. + Make all of the deployments show up in the uboot configuration, to help enable automatic fallback if a new OS fails to boot. + Lots of style cleanups, some "error prefixing" work to ensure we produce understandable errors in more situations, and one other notable cleanup: add a tmpfiles.d snippet to clean up /var/tmp/ostree-ovl.XXX. This should be nice for anyone who uses ostree admin unlock frequently. + Improve the management of configuration for remotes. + Lots of cleanup in the command line parsing and fixes for - -help, and also helped with the new --selinux-label option for ostree commit. + Fix the handling of GPG keys that have subkeys. + Fix the build system and tests.- Update to version 2017.10: + In this release Coverity scans were set up , and fixed all of the problems it found. None of the issues were critical; the only off-by-one array indexing for example was in a test case. + Add bash completion. + Documentation fixes. + There are a number of smaller features: - lib/repo: Add API to create and list ref aliases. - repo: Introduce ostree_repo_open_at() and ostree_repo_create_at() is a notable new API, and finally completes our fd-relative porting for OstreeRepo. The semantics of these functions are nicer; it's now more convenient to unconditionally call ostree_repo_create_at() for example to ensure a repository exists, returning the opened result. + lib/sysroot: Add journal-msg signal is a nice cleanup in that we finally stopped doing printf() in the library code for OstreeSysroot. If you maintain a client, you should start listening for this signal, like the demo command line does (if you want the text of course). + In the "important bugfixes" category, pull: mark commits from local cache as partial fixes up the --localcache-repos logic. + Also a number of bugfixes contributed for the collections logic as well as cases of trying to download a missing summary file.- Update to version 2017.9: + A notable new feature in this release is that the pull machinery now interprets two new metadata keys: ostree.ref-binding and ostree.collection-binding. This allows closing a longstanding class of "sidegrade" attacks that Florian Weimer identified when performing a security audit of libostree years ago (bgo#724873). There was a more recent discussion on this topic on the list: https://mail.gnome.org/archives/ostree-list/2017-May/msg00013.html + For the ostree-as-host case, this only matters if you offer multiple refs. For flatpak, it's more important as a MITM attacker could actually switch applications; that's why flatpak implemented this a while ago as xa.ref. + I'll note here that it's recommended for content providers to make use of ostree's support for tls-ca-path to implement TLS CA pinning, which protects all metadata and content in a strong fashion; in this scenario the GPG signatures act as a secondary layer of defense and make offline verification easier (for e.g. mirroring). + Otherwise, there's some performance enhancements for local pulls, and a variety of bugfixes.- Update to version 2017.8: + This is a quicker release closely following 2017.7, but it still includes a number of changes. First, a lot of work is landing from Philip/Krzesimir for doing "collections" and pulling content from Avahi/USB drives etc. That work is still underneath --enable-experimental-api, but look for more from that soon! + Other notable user-visible features from this cycle are: - lib/repo: Add min-free-space-percent option, default 3%. - Add "pull --localcache-repo". + An important bugfix for bare-user repo mode owners is: lib/commit: Ensure bare-user objects are always user-readable. + Besides that we have a lot of code cleanup, CI work, etc.- Update to version 2017.7: + The most notable thing for this release is that for flatpak users/distributors, this release adds a lot of (opt-in) hardening against setuid or world-writable files. These issues are also (to a lesser degree) applicable to ostree-based build systems which use the bare-user repository mode. A pending flatpak version will require this version of libostree. + For ostree-as-host, we fixed a major regression in SELinux labeling for /etc (only applies to SELinux-using host systems). + Known issue: test-symbols.sh will fail when building from the tarball (as opposed to a git clone). + Besides that, there's various smaller cleanups and fixes. It's great to see contributors from a variety of organizations; having libostree be a shared infrastructure layer across distributions is a longstanding vision.- Update to version 2017.6: + One of the most notable changes in this release is that we switched to using a systemd generator for handling /var, which means admins can now set it up as an explicit mount point. We feel pretty confident in the code, but do test your specific setup. One note in particular; the new model (obviously) requires systemd, and while we tried to preserve the non-systemd path, it wasn't explicitly tested. + The work to port to a new code style continues rapidly; at this point most of the library is converted, with just the command line remaining. I think the new style is a lot more readable now that we rely fully on __attribute__((cleanup)). + Enhance the OstreeAsyncProgress reporting API, which I think is going to be quite useful for user interface frontends (like GNOME Software). + There's a smattering of smaller bugfixes; minor memory leaks, double close() and the like. In this cycle we also beefed up our CI/testing more - we now test both Fedora Atomic Host and flatpak more explicitly. Contributions to extend the suite to other distributions would be appreciated; for example, tests for ostree-as-host on Debian. Our Travis-executed tests should be extensible. + Fix some of the test suite for installed tests, and also introspection fixes for language bindings. + Another feature that involved a lot of internal changes is our handling for /etc on SELinux-based systems. We now label files as we go rather than having a more fragile separate relabeling path. This is also exposed as an API, which is used by rpm-ostree now. I think this particular change highlights the strength of "libostree" as an API that can be reused by higher level systems. - Changes from version 2017.5: + This is a bugfix release for 2017.4 to fix a regression that broke flatpak. - Changes from version 2017.4: + A notable new feature in this release is a fourth repository mode: "bare-user-only". This is very similar to bare-user, but canonicalizes permissions and ignores xattrs. The intended use of this is for "non-OS" container tools such as flatpak, where one intentionally discards the traditional file ownership. (I'm calling this container case "non-OS" to distinguish from other container tools where one might want to "log in" via PAM and supporting distinct UIDs inside a single container is valuable) + We have a few new APIs, such as ostree_check_version() which is important when making use of some of the "API extensions" we have using GVariant on e.g. ostree_repo_pull_with_options(). + The diff is a bit larger due to us switching to a new code style. + Another quite important change is that ostree trivial-httpd is disabled by default. With a libcurl build, this is the last part that links to libsoup. It's only needed for unit tests, so can be subpackaged or discarded. (We're doing the latter for Fedora). + Speaking of curl, we now support --with-openssl which enables using OpenSSL's libcrypto for SHA256. This can be notably faster. You likely want this if e.g. libcurl is already linked to OpenSSL for you. I'm increasingly confident in the curl code, and should be ready to recommend using it by default in the next release or two.- Update to version 2017.3: + contrib/golang: rm directory. + deltas: Don't put unreadable *from* objects in fallback. + delta-show: Don't dump whole superblock, do show fallback checksums. + repo: Fix static delta progress display. + pull: Explicitly error out if metadata objects are fallbacks. + pull: Fold together deltapart+fallback count for display. + ci: Install PyYAML. + lib: Ensure an error is set in ensure_unlinked() if errno != ENOENT. + libtest: Re-enable quiet mode for building fs tree. + README.md: Add more/clean up links to consuming projects. + libglnx: Re-bump to master due to accidental reversion. + ci: Hard error on all -fsanitize=undefined warnings. + build: Add --with-smack, use it to reset contexts for writing objects. + main: Make ostree --version output YAML (and add gitrev). + deploy: Correctly use libmount unref() calls rather than free(). + man/repo-config: Document mirrorlist. + tree-wide: Squash noncritical compiler warnings. + deploy/libmount: Fix build with old util-linux 2.23 (CentOS7). + fetcher: Log failures into journal. + upgrade: Add support for --pull-only and --deploy-only. + grub2: Use g_spawn_sync() rather than GSubprocess to avoid SIGCHLD. + deltas: Expose the filename parameter. + pull: don't use static deltas if archive repo. + libglnx: bump for -Wmaybe-uninitialized fix. + grub2: Use "linux16" only on x86/x86_64. + pull: Use all available commits for delta sources. + build: Fix disabling --enable-man if xsltproc is not available. + fetcher/curl: Fix leaks caught by ASAN. + libostree: Allow compression level to be set for archive-z2 stream. + Allow and start using C99 declaration-after-statement. + repo/checkout: Verify early if src/destination are on same device. + checkout: Support a "pure addition" mode. + repo/checkout: fix 32-bit builds. + repo-pull: add option to set the async update frequency. + ostree: allow setting update frequency from command line. + repo/checkout: Convert a few functions to new "stmt-decl/FALSE" style.- Update License: this should be LGPL-2.1+, not GPL-2.0+.- RPM group changes- Update to version 2017.2: + libostree: Don't distribute generated enumtypes in tarballs. + lib: Adjust comments in symbols section for last release. + lib: Prefix GPG errors with the checksum. + lib: Move the bupsplit selftest into our test framework. + Rename to libOSTree. + oxidation: Add implementation of bupsplit in Rust. + trusted.gpg.d: keep in the same location. + lib: Add ostree_repo_reload_config(). + rust: Support `make dist` -> cargo vendor. + repo: Add archive/zlib-level option, drop default compression to 6. + fetcher: Drop the libsoup queue. + libcurl backend. + fetcher queue: also throttle on outstanding writes. + libostree: added empty ot_cleanup_{read,write}_archive macros. + ostree-repo: Clarify error behaviour of remote option getters. + admin-switch: Don't segfault if there's no remote. + commit: Support -F/--body-file, like git. + build: Remove .PHONY for Rust shared library. + rofiles-fuse: Support write/read_buf(). - Rename from ostree to libostree, following upstream.- Update to version 2017.1: + This release has mostly bugfixes, the main new feature is that the prune command gained more sophistication around selectively pruning branches. We're planning to use this in Project Atomic work where we want to co-locate both "development" and "stable" branches in the same repository. + The next release is likely to be more exciting, as we have an additional new libcurl backend in the works - this release contains some preparatory cleanup for that.- Update to version 2016.15: + This release is mostly bugfixes - for example, it cleans up the vast majority of memory leaks caught by ASAN. We also build without libsoup again, which is preparatory for a potential addition of a libcurl HTTP backend. + Another notable change is that we now always checksum individual objects even when applying static deltas, regardless of whether or not the summary file is signed. This is part of an ongoing thread about supporting OCI as a transport layer. - Add pkgconfig(zlib) BuildRequires: configure explicitly checks for it.- Update to version 2016.14: + otutil: Note that ot_log_structured takes a printf format. + libglnx: Bump to master (for -fsanitize fixes). + Distribute test scripts even if we wouldn't run them. + Distribute valgrind suppressions in tarballs. + Filter bootloader supplied kernel cmdline options. + repo: Don't put remote refs in the summary file. + pull: Don't do deltas with --commit-metadata-only. + pull: Add per-remote cookie jar. + remote: Add command to list cookies. + remote: Add commands to add and remove cookies for a remote. + OsreeFetcher: Treat 403 as not found. + trivial-httpd: Add support for checking cookies. + Update documentation for cookie handling commands. + deltas: Only keep one file open at a time during compilation. - Changes from version 2016.13: + pull: Add support for `http-headers` option. + pull: Redo logic for "scanning". + commit: Fix reading xattrs from OstreeRepoFile:s. + lib: Define and use cleanup functions for gpgme. + lib: Split out helper function to create GPG context. + Add "gpgkeypath" option to remotes. + lib: Add an API to GPG verify a commit given a remote. + pull: Do GPG verify commit objects when using deltas.- Add pkgconfig(libsystemd) BuildRequires: configure explicitly calls on both .pc names (systemd and libsystemd). We do want to stay independent of potential systemd packaging changes.- Update to version 2016.12: + pull: Support inherit-transaction. + pull: Support multiple specifications of --subpath. + docs: amend vmlinuz & initramfs naming convention. + ostree-sysroot-deploy.c: delete redundant check. + OstreeFetcher: provide proxy credentials if needed. + core: Do create hardlinks to symlinks for checkouts. + add .redhat-ci.yml and .redhat-ci.Dockerfile. + .redhat-ci.yml: use projectatomic/ostree-tester. + Fix regression for symlinks in bare-user repos. + ostree_repo_read_commit_detached_metadata: Handle parent repo. + detached metadata: Put these in transaction. + Release 2016.12.- Update to version 2016.11: + static-delta: add some error handling. + pull: Do allow executing deltas when mirroring into bare{,-user}. + ostree-repo.c: Fix file descriptor cleanup. + ostree_sysroot.c: Don't close sysroot_fd twice. + sysroot: Port some small cleanup code to fd-relative. + sysroot: Port origin writing code to fd-relative. + sysroot: Drop an fsync for origin file when writing deployments. + sysroot: Drop an unnecessary fsync. + boot: Ensure we remount /var writable before systemd does journal flush. + ostree_sysroot_init_osname: also create /var/log. + docs: add mention of rpm-ostree package layering. + admin: Allow running status unlocked. + Fix spelling of "repository". + checkout: Fix fsync defaults for new API to be off for real. + trivial-httpd: Port mostly to fd-relative. + libglnx: Update to latest.- Update to version 2016.10: + pull code: support contenturl setting. + trivial-httpd: prepend timestamp in log file. + pull: drop fetching_sync_uri. + pull: add mirrorlist support. + libtest: add has_gpgme() helper function. + tests: add tests for contenturl and mirrorlist. + pull code: clean up mirrorlist hack. + build: Set --enable-man during distcheck. + build: Distribute man page XML source. + build: Actually distribute man page XML source. + switchroot: Fix build on Ubuntu. + switchroot: Fix test-switchroot now autotools can build static. + ostree-prepare-root: Error if realpath fails. + ostree-prepare-root: Fix running with musl. + gpg: do not segfault when the algorithm name is not known. + repo: Revert default timestamp from 1 back to 0. + delta: Add missing `goto out` for failure to mmap(). + repo: Only use mmap() for metadata > 16k. + delta: Unreference files we've processed. + fetcher: Fix another finalization deadlock. + sysroot: Avoid double cleanup, and ensure no cleanup if specified. + core: Make OSTREE_TIMESTAMP public API. + Release 2016.10.- Update to version 2016.9: + libostree.sym: Add 2016.9 section. + deltas: Handle cleanup of fd array properly. + deltas: Use F_DUPFD_CLOEXEC properly. + pull-local: Support requiring static deltas. + tests: Ensure deltas for pulling when needed. + pull: Disable static deltas by default for local pulls. + tests: Test that local pulls do not use deltas. + Move ostree-* executables to /usr/lib/ostree. + ostree_bootdir: prepend $(prefix) to path. + ostree_bootdir: properly preprend $(prefix). + manual/repo.md: reword bits about the summary file. + repo: Really ignore progress changed user data. + fix typo in docs/manual/atomic-upgrades.md. + prune: Elaborate on what formats are accepted by dates. + fixup! fix typo in docs/manual/atomic-upgrades.md. + test-rofiles-fuse: Actually check out via hardlinks. + rofiles-fuse: Rework to be based on nlink. + pull_with_options: fix remote parameter name & desc. + pull_with_options: allow GPG verification override. + pull_with_options: fix stray return FALSE. + pull: Make .commitpartial files world readable. + repo: Add prefixes to errors for querying size/deleting. + lib: Add an API to list only "our" objects, fix prune to use it. + pull: use same name for parameter and documentation comment. + u-boot: Merge ostree's and systems uEnv.txt. + sysroot: Drop unnecessary `dup()` invocation. + sysroot: Add a flag to suppress post-deploy cleanup. + commit: Don't delete tmp/cache dir. + switchroot: Fix building with musl libc. + ostree-prepare-root: Allow building statically with musl. + switchroot: Replace custom error printing with err/warn functions from libc. + switchroot: Move `path_is_on_readonly_fs` to header file. + repo-pull: properly store the cancellable.- Update to version 2016.8: + Almost entirely bugfixes. Most notable is a fix for a relatively rare race condition in the pull code on cleanup (after completion), and also a memory leak. + Besides that, there are improvements for the test suite, some more porting away from libgsystem, a bugfix for static deltas important to flatpak, build tweaks for older glib, etc. - Changes from 2016.7: + There's quite a lot of changes in this release since 2016.5, but one thing to call out explicitly it is a fixed race condition in the HTTP pull code that could cause hangs or crashes that mostly occurred only when doing "large" pulls (thousands of object requests). If this occurs, client systems can work around it by cancelling and retrying the pull.- Move grub2 related files to new ostree-grub2 subpackage (similar to Fedora), only used to integrate ostree with grub2 (fully fix boo#974714).- Update to version 2016.6: + refs: add "ostree refs --create" and unit tests. + manual: Link to mender.io. + Add "archive" as an alias for "archive-z2". + libglnx porting: delete temp files on failure of file creation. + repo: Avoid a possible divide by zero in progress. + manual: Discuss mirroring. + build: Fix libreaddir-rand to honor global CFLAGS. + tests: Support OT_SKIP_READDIR_RAND. + pull: Ensure we always process queue only from main thread. - Switch git url to https://github.com/ostreedev/ostree. - Fix Url in specfile.- Add ostree-grub2-location.patch: Fix path to find grub-mkconfig_lib. openSUSE installs those files to /usr/share/grub2, upstream would do /usr/share/grub (boo#974714).- Update to version 2016.5: + Add a stub .travis.yml. + tests: Add a test-abi. + pull: Add OSTREE_REPO_PULL_FLAGS_UNTRUSTED flag. + Add --untrusted option to pull and pull-local. + OstreeSePolicy: add ostree_sepolicy_get_csum(). + core: Add verbose messages for pruning. + core: Add debug messages for traversing. + build: Set G_LOG_DOMAIN to OSTree. + main: Set log handler for OSTree domain. + packaging: fix bashism in dist-snapshot target. + docs: Add a section on repository management. + commit: Support generating commits with no parent, or a custom one. + commit: Support writing orphans. + commit: support editor for orphan commits. + docs/CONTRIBUTING.md: Update for github move, Homu etc. + test-xattrs: use TAP syntax to skip test. + various tests: skip if temp directory lacks xattr support. + Symlink libreaddir-rand.so into tests directory. + tap-test: clean up temporary test directories as intended. + In tests that use gpg, terminate the gpg-agent after testing. + Load g-i bindings from builddir during build-time testing. + tests/admin-test.sh: this is a bash script, not a POSIX sh script. + Force libreaddir-rand to be a shared library. + Skip tests that run rofiles-fuse if /dev/fuse or /etc/mtab unavailable. + test-pull-untrusted.sh: always corrupt a regular file, not a symlink. + basic-test: commit with a non-empty subject. + Probe for GNU parallel more accurately. + tests: Make failing to kill the GPG agent non-fatal. + libtest.sh: use G_TEST_SRCDIR, G_TEST_BUILDDIR to find resources. + test-abi: use G_TEST_SRCDIR, G_TEST_BUILDDIR. + test-xattrs: sync how this is skipped with test-rofiles-fuse. + libtest.sh: only check whether $(pwd) is empty once. + manual: Fix a bunch of typos and docbookisms. + Introducing ostree-grub-generator. + pull: Don't try to cache summaries for pull-local. + Fix local-pull test. + pull-local: Support --gpg-verify and --gpg-verify-summary. + build: Find grub2-mkconfig a bit more automagically. + build: Make tests/libreaddir-rand.so rule use AM_V_GEN. + tests: add libostreetest.h to EXTRA_DIST. + tests: add missing ${CMD_PREFIX} before ostree. + contrib: indent golang code using only tabs instead of both tabs and spaces. + Remove empty new lines at the EOF. + docs: Prefer the form "cannot" to "can not". + Use git.mk. + Support pathnames for --subpath=... + Export ostree_repo_get_remote_option* functions. + Inherit remotes and remote options from parent repo. + Add test case for inheriting remote options. + cfg.mk: ignore syntax-check for git.mk. + Add support for ostree static-delta delete. + small cleanups. + Fix the symbol versions for ostree_repo_get_remote_*option. + ostree-repo-pull: always initialize flags_i. + pull: More consistently use remote_repo_local for local repos. + build: Move grub2-15_ostree back to pkglibexecdir. + Fix AS_HELP_STRING for builtin grub2 mkconfig. + fetcher: Initialize output_stream_set_lock mutex. + commit: Fix crash if dfd_iter is NULL. + Add cache_dir_fd to OstreeRepo. + Add OstreeRepo option for an out-of-band cache dir. + man: Elaborate on per-remote GPG. + Add remotes-config-dir to OstreeRepo. + Look for $remotename.trustedkeys.gpg in remotes.d dir. + refs: Add g_prefix_error around opendir for easier debugging. + static-delta: Put temp files in /var/tmp. + static-delta: Initialize read_source_fd to -1. - Stop passing --with-grub2 to configure, no longer recognized.- Update to version 2016.4: + fetcher: Remove message_to_request table + fetcher: Convert from GSimpleAsyncResult to GTask + fetcher: Rework reference counting + fetcher: Track outstanding requests with a table + sysroot: Cleanup refs and prune even on last undeployment + pull: Recover from missing commits in recursive pulls + doc: Note that refs --delete does not prune + tests: Add a test for pull+deploy of specific "bare" commit + static-delta: Handle LZMA_BUF_ERROR returned by zlib + static-delta: Don't run bspatch when output object already exists + static-delta: Set error on bsdiff failure + commit: Improve variable name + Don't require /boot/uEnv.txt for u-boot support + tests: fix LZMA test to really compress/decompress + upgrader: Add ostree_sysroot_upgrader_dup_origin() + upgrader: Allow overriding the commit to pull + upgrade: Add --override-commit=CHECKSUM option + prepare-root: set up /boot bind-mount for single partition systems + static-delta: Fix annotation on ostree_repo_list_static_delta_names + sysroot: Write symlinks before calling fsync(), then rename after + init-fs: Explicitly set /tmp to 01777 + core: use OSTREE_OBJECT_TYPE_LAST instead of OSTREE_OBJECT_TYPE_COMMIT + pull: add support for tombstone commits + repo: create a tombstone commit when deleting a commit + fsck: add argument --add-tombstones + tests: add tests for prune and tombstones commits + docs: Note not to put private keys in /usr/share/ostree + generate-static-delta: Support min-fallback-size 0 to disable fallbacks + static deltas: Add support for inline-parts + static-deltas generate: Add --inline option to CLI tool + Add tests for inline static deltas + deltas: Make apply-offline only read the parts once + delta: Ensure the from commit exists when applying static delta + static-delta apply-offline: Don't skip validation + Add _ostree_repo_open|commit_untrusted_content_bare + deltas: Verify checksums in apply-offline unless skip_validate is TRUE + deltas: Make min-fallback-size 0 actually disable fallbacks + deltas: Support passing filename to delta generator + deltas: Support passing filename to ostree_repo_static_delta_execute_offline + pull: Verify checksums from static deltas unless gpg signed summary + deltas: Support including detached metadata in static deltas + libostree: Fix a couple compiler warnings + prune: add --delete-commit + fsck: create a tombstone when the parent is missing + tests: add test for ostree prune --delete-commit + prune: add --keep-younger-than=DATE + pull: make slightly clearer when failing for missing xattrs support + ostree: do not print the usage on each G_IO_ERROR_NOT_SUPPORTED + libostree: add new API ostree_repo_write_commit_with_time + commit: add --timestamp=TIMESTAMP + tests: add tests for prune --keep-younger-than=DATE + tests: prefix invocation of ostree with where missing + repo: Validate checksums have correct length + repo: Never delete .commitmeta files + trivial-httpd: Avoid SoupBuffer when there's no content + glnx: Update from master + fetcher: Remove "sending_messages" hash table + fetcher: Remove "total_requests" counter + remote: Print full refspec in "ostree remote refs" + repo: Fix backwards timestamp in ostree_repo_write_commit() + gpg-verifier: Fix compiler warning + Release 2015.11 + parse-datetime: use the module from gnulib + tests: add missing ${CMD_PREFIX} + cmdline: Fatally error if the timestamp in a commit is invalid + build: Delete generated parse-datetime.c file, use AM_V_GEN + build: Also add a configure check for YACC/bison + Update to latest libglnx + repo: Add _ostree_repo_allocate_tmpdir helper + repo: Use per-transaction staging dir + repo: Allocate a tmpdir for each OstreeFetcher to isolate concurrent downloads + fetcher: Add "config-flags" construct-only property + fetcher: Move the SoupSession to a separate thread + pull: Push a temporary main context for sync requests + build: Fix srcdir != builddir + repo: Add ostree_repo_verify_summary() + remote: Add "ostree remote summary" command + repo: new function ostree_repo_prune_static_deltas + prune: add new flag --static-deltas-only + tests: add tests for prune --static-deltas-only + deploy: Find kernel/initramfs consistently from filesystem + bootconfig: Add ostree_bootconfig_parser_write_at + deploy: Change large parts to be fd-relative, drop fsync + fetcher: Lazily create tmp directory + grub2_generate: load sysroot before using it + repo: Expose dfd-relative mtree writes as public API + repo: Add APIs for devino optimization between checkout -> commit + Release 2016.1 + repo: Note global transaction resume is legacy + sysroot: Don't individually fsync dirs in checkout, rely on syncfs + diff: do not traverse parent commits + Add a checkout option to skip fsync + refs: Add a missing `goto out` for error handling + grub2: Don't delete grub2.cfg.old file we just copied + tests: Use "bash strict mode" + build: Move man pages into man/ + build: Rename doc/ -> apidoc/ + Rewrite manual in mkdocs + apidoc: Remove unnecessary srcdir != builddir workaround + repo: Port -refs.c to openat() + build: Add --disable-man + lib: Add a #define OSTREE_SHA256_DIGEST_LEN 32 + build: Hoist man conditional higher + static-delta: Add `show` subcommand + packaging: Sync spec file with Fedora + build: 'make clean' removes parse-datetime.c + docs-md: Delete (obsoleted by docs/) + README.md: Update to link to Read The Docs, describe a bit better + build: Remove --disable-static-deltas option + lib: Create an internal static delta parsing/opening function + lib: Expand `ostree static-delta show` to show part stats + fetcher: Fix hung GTlsInteraction + Import rofiles-fuse + Add an `export` builtin, and API to write to libarchive + pull: Support specifying exact commit to pull via branch@commit + manual-tests: New static-delta-generate-crosscheck.sh + man/ostree-export.xml: Add to git + Support Docker-style whiteouts + packaging: Add a fuse subpackage + rofiles-fuse: Fix truncate call to not use O_CREAT + manual: Note that the bare-user mode exists + Rename libarchive write API to "export", matching command line + repo: Add ostree_repo_import_archive_to_mtree + ostree-sysroot: add debug option to help testing + pull: Add require-static-deltas pull option + pull: Add a --dry-run option for static deltas + build: Link ostree with libarchive + docs: Add a new formats section, move static deltas in there + libarchive: Make autocreate_parents imply autocreating root dir + build: Use threadsafe GPGME + gpg: Use gpg_strerror_r for threadsafety + Release 2016.2 + libarchive: Fix a 32 bit format warning + lib: Two more compiler warning fixes + deltas: Fix some more 32 bit warnings + deltas: Fix regression in ostree_repo_static_delta_execute_offline + rofiles-fuse: Handle operations on the root + deltas: Include an endianness marker + deltas: Use endianness marker when parsing + deltas: Heuristically detect endianness for older deltas + deltas: Add a compression size heuristic for endianness detection + Release 2016.3 + docs: Add a blurb on the summary file + Fix make syntax-check + test-rofiles-fuse: skip when fusermount is not present + lib: Introduce versioned symbols + repo: Add ostree_repo_get_dfd() + Add a missing #include to fix "make check" + ostree-repo: new public function `ostree_repo_list_refs_ext` + refs: allow to specify multiple refs as args + refs: add tests + libostree: Adjust `cleanup_ref_prefix` to use ostree_repo_list_refs_ext + refs: Add argument --list to print the full ref name + tests: Port to glib-tap.mk, make `make check` run all of the tests + deploy: Bump the mtime on ostree/deploy after deployments finish + tests: Convert two more exit 77 instances into TAP-compatible SKIP + docs/introduction: Note VMs vs baremetal + lib: Add ostree_sysroot_init_osname() API, bump mtime + tests: More TAP fixups + tests: Unify some tmpdir code, add ability for C to use libtest.sh + lib: Add ostree_sysroot_load_if_changed() API + tests/basic: Fix race in timestamp test + build: Don't install test data without --enable-installed-tests + docs: Reference the git docs on references + libotutil: new function ot_openat_ignore_enoent + pull: cache summary and summary.sig + repo: use the skip summary download optimization for repo_remote_fetch_summary + prune: delete all cached summaries files + tests: add test for summary file caching + repo: Fix the skip-summary-if-summary.sig-is-same cache + rofiles-fuse: Fix permission comparison + docs: Cleanup Markdown + docs: Add a section on writing buildsystems + contrib/golang: Initial golang bindings + tests: Strengthen test tmpdir sanity check, be compat with ginsttest saving + libglnx porting: gs_fd_close -> glnx_fd_close + libglnx porting: gs_free -> g_autofree + libglnx porting: xattr calls + libglnx porting: gs_transfer_out_value -> g_steal_pointer + Don't fail "ostree remote refs" if writing the summary cache is not permitted + manual: Migrate related projects wiki page into manual + deploy: Handle a read-only /boot + mkdocs: Fix the site name + tests/admin-test.sh: add #!/bin/sh + Skip test_libarchive_ignore_device_file if we cannot write xattrs + test-libarchive: fix underlinking + admin-switch: Add missing reboot argument + Use GSubprocess instead of GSSubprocess (libgsystem removal) + libglnx porting: Use glnx_set_error_from_errno + libglnx porting: Use glnx_shutil_rm_rf_at() + libglnx porting: Use glnx_opendirat() + admin: Add an `unlock` command, and libostree API + Fix building without libarchive + pull local: Don't import objects we already have + prune: Don't fail on partial commits + tests: Add a commitpartial + prune test + traverse: Require variant when traversing dirtree + Release 2016.4 - Add bison, pkgconfig(fuse) and pkgconfig(mount) BuildRequires: New dependencies.- Update to version 2015.9: + _ostree_static_delta_part_validate: Take a stream instead of a file as arg + sysroot: Add ostree_sysroot_prepare_cleanup() + deploy: Do not prune repository + libglnx: Update from master + reset: Simplify argument checking logic + repo: Fix build without libsoup + pull: Honor depth with OSTREE_REPO_PULL_FLAGS_COMMIT_ONLY + Mutable is a keyword in C++11 + Remove unused variables- Update to version 2015.8: + gpg: Add ostree_gpg_verify_result_describe() + admin: Show GPG signatures in status command + pull-metalink: Don't print error output when we expect failure + Add an API to set/unset a deployment tree's mutability + ostree_repo_checkout_tree_at: remove @subpath documentation + refs: Use *at for writes, honor repo fsync flag + repo: Add a private helper to replace a file, honoring fsync policy + libglnx: Pick up file permission regression fix + tests: Fix root uid check in test-commit-sign.sh + _ostree_repo_file_replace_contents: make buf const + summary: write the contents to a temporary file + config: add new parameter "commit-update-summary" to core section + libglnx: Update to latest + reset: Don't enforce parent commits + repo: Improve error handling in sign_data() + repo: Add a "gpg-verify-result" signal + pull: Print GPG signature status as soon as its known + repo: Add ostree_repo_remote_get_gpg_verify() + admin: Conditionally show GPG signatures in status command + sysroot: Cache an OstreeRepo instance + main: Tweak GPG output to match rpm-ostree + sysroot: Add ostree_sysroot_get_fd() + libglnx: Update from master + sysroot: Close sysroot fd in finalize + status: Don't crash if we deployed a local refspec + deploy: Use syncfs() in addition to sync() + deploy: Drop fsync of modified config files + deploy: Drop a fsync, use fd-relative APIs + README.md: fix typo + reset: update help output + pull: Always request detached metadata for commits + test-auto-summary.sh properly quote arguments to assert_streq + g_output_stream_splice: check correctly the error code + gpg: do not use secring.gpg + show: add option --gpg-homedir + libotutil: Establish a place for GPG utilities + libotutil: Add ot_gpgme_ctx_tmp_home_dir() + repo: Initialize GPGME in instance init() + ostree: Split up "remote" subcommands + gpg: Fix _ostree_gpg_verifier_add_keyring() + pull: the commit size in the summary is not for the detached metadata + Fix build when using GLib < 2.44 + sysroot: Add an API to lock + libglnx: fix reference to commit + repo: Fix an obvious typo + doc: remove unknown parameter from inline documentation + core: Cleanup commitpartial file with fd-relative lookups + Teach fsck about partial commits + libglnx: Pick up bugfix and backports + repo: Stop creating "transaction" symlink + gpg: Add ostree_gpg_verify_result_describe_variant() + Juggling libglnx.h includes + Use g_autofree instead of gs_free + Use g_autoptr() for GIO object types + Use glnx_unref_object instead of gs_unref_object + Use g_autoptr(GChecksum) instead of gs_free_checksum + Use g_autoptr(GBytes) instead of gs_unref_bytes + Use g_autoptr(GHashTable) instead of gs_unref_hashtable + Use g_autoptr(GPtrArray) instead of gs_unref_ptrarray + Use g_autoptr(GVariant) instead of gs_unref_variant + Use g_autoptr(GKeyFile) instead of gs_unref_keyfile + Use g_autoptr(GVariantBuilder) instead of gs_unref_variant_builder + Use g_auto(GStrv) instead of gs_strfreev + Remove unnecessary #include "libgsystem.h" + trivial-httpd: fix indentation + trivial-httpd: add option to specify the port + summary: list the available static deltas + core: new function _ostree_parse_delta_name + core: store information about delta files checksums + pull: check that the superblock checksum is the same as in the summary + pull: get rid of detached metadata for deltas + ostree-repo: add new API to sign the summary file + summary: add new command line arguments to sign the summary file + pull: verify signature for the summary file + tests: add a test for signed summary file + summary: delete summary.sig on an update + ot-fs-utils: remove empty line at EOF + gpg: Fix ot_gpgme_error_to_gio_error() + gpg: Add custom data buffers to wrapper GIO streams + repo: Simplify sign_data() a little + sysroot: Add a try_lock() API + ostree-repo-pull: add option to disable static-deltas + pull: add new switch option --disable-static-deltas + doc: add missing options block for pull + tests: add new test for pull --disable-static-deltas + syntax-check: add syntactic rule to prohibit gs_unref_* + syntax-check: add syntactic rule to prohibit gs_strfreev + maint.mk: Remove GNU releases specific bits + repo: Stash keyring name in OstreeRemote + repo: Delete a remote's keyring when deleting a remote + repo: Add ostree_repo_remote_gpg_import() + repo: Add remote's keyring during GPG verification + ostree: Add a "remote gpg-import" command + ostree: Add --gpg-import to the "remote add" command + tests: Add test-remote-gpg-import.sh + admin: Use locking for most sysroot commands + tests: Fix writable repo test + test-basic: Always chown back before doing assertion + ostree-repo: replace more gs_unref_(variant|bytes) with g_autoptr + repo: Bump mtime any time we write a ref + repo: Prevent GPG keys from being imported to keybox format + admin: Ensure instutil commands and usage help don't grab lock + ostree-repo: document OSTREE_REPO_COMMIT_MODIFIER_FLAGS_GENERATE_SIZES + Fix annotations on ostree_repo_remote_gpg_import(). + sysroot: Sort returned boot loader configs + tests: Add a test script to cross-check loader config vs GRUB2 + tests: Add a crosscheck for syslinux bootloader config generation + tests: Run all tests through a randomized readdir() + pull: Ensure console state for multiple GPG verification messages + pull: Validate delta checksums more strongly + tests: Add a commented out test for mirroring with deltas + repo: Don't crash when creating a summary if we have --empty deltas + tests: Add a test-pull-summary-sigs + Revert "tests: Run all tests through a randomized readdir()" + tests: Run all tests through a randomized readdir() + tests/remote-gpg-import: Only commit workdir + gpg: Gracefully handle no trusted.gpg.d directory + Fix tests on 32 bit systems + tests: Link test-gpg-verify-result with gpgme + tests: Use readdir64 when _FILE_OFFSET_BITS set + tests: Use temporary gpg homedir + Revert "tests: skip test-commit-sign.sh when not root" + Fix double free in ostree_repo_pull_with_options + repo: Change GPG verification policy + autogen.sh: fix typo + tests/test-pull-mirror-summary.sh: remove empty newline + pull-local: Support --depth option + metalink: Fix behavior when requested file is not found + tests/metalink: Add a case with nested unknown elements + diff: Fix adding CLI options twice + repo: Add _ostree_repo_remote_new_fetcher() + repo: Add _ostree_repo_get_remote_option_inherit() + repo: Handle "file" remotes in ostree_repo_remote_get_gpg_verify() + repo: Redo ostree_repo_remote_get_url() + metalink: Allow NULL for "out" params in metalink requests + metalink: Return requested file as a GBytes + repo: Add ostree_repo_remote_fetch_summary() + ostree: Add a "remote refs" command + pull: verify summary signatures also when not mirroring + repo: new function ostree_repo_remote_get_gpg_verify_summary + pull: fail if GPG is enabled and the summary is not signed + tests: add test for check for remote add - -set=gpg-verify-summary=true + ostree_repo_remote_fetch_summary: honor gpg-verify-summary + pull: Error if gpg=true and summary is 404, add more tests + core: Fix inverted conditional in GPG checking + pull: Also fix misplaced remote name handling + tests: Check error messages instead of "expected-fail", handle old parallel + build: Make gtk-doc optional + pull: Avoid leaking signal handlers across fetch requests + pull: Plug a memory leak + core: Add _ostree_get_default_sysroot_path() + sysroot: Use _ostree_get_default_sysroot_path() + repo: Add a "sysroot-path" property + sysroot: Pass the internal repo a system root path + repo: Fix location of remote configs for system repos + main: Fix UID check based on sysroot path + tests: Export OSTREE_SYSROOT in setup_os_repository + tests: do not commit from the working directory + libostree: new API ostree_repo_remote_list_refs + repo: merge repo_remote_fetch_summary_{metalink,url} + repo: new function _ostree_preload_metadata_file + pull: new option --commit-metadata-only + static-delta: do not fail compilation with big files + static-delta: add max-bsdiff-size option + repo: fix an incorrect comment + repo: don't forget to abort the transaction when failed + Update .gitignore + README: Attempt to flesh out more, start moving docs from wiki + tests: add tests for --disable-bsdiff and --max-bsdiff-size + tests: skip tests using gjs/parallel if they are not installed + Update .gitignore + tests: add tests for LZMA compressor and decompressor + sysroot: Add an unload() API + pull: Stop using GMainLoop + tests: rename test-rollsum to test-rollsum-cli + rollsum: Fix assertion for CRC matches + tests: Add tests for rollsum + repo-pull: Add a queue for scanning + Update .gitignore + tests: Build test-lzma with LZMA flags + static-delta: Ignore symlinks when computing similar objects + static-delta: assert on non-regular files- Update to version 2015.7: + critical update for v2015.4: fix a bug causing unpredictable ordering of generated syslinux/uboot/grub2 bootloader entries. + Performance enhancement for deployments; rely on syncfs() rather than individual fsync() calls. + GPG: Always retrieve detached metadata, so we'll find newly added signatures. + GPG: Support for keys specific to remotes, rather than relying on the global /usr/share/ostree/trusted.gpg.d + A new locking API (used for the commandline) so that concurrent invocations of e.g. `ostree admin upgrade` are safe. + Other enhancements targeted for the Cockpit program and rpm-ostree. + The summary file can now be GPG signed as well (preview). + Other changes to static deltas, which continue to evolve.- Update to version 2015.5: + pull: (trivial) Fix English in function name. + Fix make distcheck. + Fix repeated words. + Add infrastructure for "make syntax-check". + Remove trailing dot from error message. + syntax-check: quote the first argument to AC_DEFINE. + Remove unused include . + Remove unused . + Remove magic argument numbers to exit(2). + Do not interleave spaces and tabs. + Replace "==" with "=" in shell script test. + pull: use a single per-transaction syncfs instead of fsync. + syntax-check: Remove empty lines at the end of file. + tests: Move test-varint and test-rollsum under "make check". + configure.ac: Enable option subdir-objects for automake. + tests: Add tests for ot-unix-utils. + packaging: Add man5 pages. + prepare-root: avoid double-stacked /sysroot mount. + prepare-root: Update comments. + repo: Hold an fd "repo_dir_fd" open for the toplevel too. + util: Add an API to atomic-replace a file, dirfd relative, optional fsync. + Add an internal API to stream content objects. + When mirroring, write content directly, do not verify. + pull: Copy the upstream summary file when doing a pull - -mirror. + Add an internal API to get a read fd for a content object. + pull: Optimize file:/// URIs to skip libsoup and hardlink if possible. + Change pull-local to just be a wrapper for pull with file:///. + pull-local: Fix regression with absolute paths. + repo: Fix major performance regression with --scan-hardlinks. + repo: Store pending objects in prefixed subdirectory. + deltas: Use base64 for csums, add version to parts. + deltas: Remove support for gzipped delta parts. + deltas: Add _V0 to part #define. + deltas: Rework format to allow streaming. + deltas: Compute rollsum targets. + deltas: Print total size of rollsums we would use. + deltas: Stub out a few more opcodes. + deltas: Use the new internal streaming APIs. + deltas: Flesh out the open/write/close opcodes. + deltas: Initial code to copy content from existing objects. + deltas: Implement rollsums. + deltas: Make syntax-check happy. + deltas: Prune deltas when the corresponding "to" commit vanishes. + repo: Add a new iterator traversal API for commits. + deltas: Search for similar objects (possibly renamed across directories). + tests: Restore accidentally deleted Makefile bit. + libostree: set directory mtimes to 0 on checkout. + repo: Check for OSTREE_REPO in ostree_repo_new_default(). + tests: do not run tests/test-rollsum as part of make check. + Use libglnx. + deploy: Also look for /usr/lib/os-release. + checkout: Drop internal use of GFile *. + libglnx: Use git.gnome.org's copy. + repo: Port APIs used by prune to fd-relative *at calls. + Add explicit zlib dependency. + tests: Move test gpg keyring into writable tmpdir. + ostree-repo-traverse.c: Fix documentation parameter name. + Fix GObject introspection annotation. + ostree-repo-static-delta-processing: initialize "modev". + build: build libbupsplit separately. + prepare-root: Move /sysroot instead of unmounting it. + repo: detached sigs: Use error prefixing instead of overwriting. + ostree: Add gpg-sign command. + gpg: Remove _ostree_gpg_verifier_set_homedir(). + configure.ac: Bump GLib requirement to 2.40. + libotutil: Remove ot_variant_new_from_bytes(). + libotutil: Allow no variant in ot_util_variant_builder_from_variant(). + core: Add definitions for GPG signature metadata. + core: Fix duplication bug in _ostree_detached_metadata_append_gpg_sig(). + deploy: Use glnx file copy code. + repo: Drop internal GFile* API helper. + repo: Port hardlink-scanning code to fd-relative calls. + Add bsdiff submodule. + Add bsdiff support to deltas. + static-delta: increase threshold for rollsum to 50%. + tests: add test for bsdiff. + autogen.sh: replace all $(libbsdiff_srcpath) and $(libglnx_srcpath). + Fix "make syntax-check" failures. + Makefile.dist-packaging: fix make rpm with submodules. + static-delta: Add --disable-bsdiff option. + ostree_repo_static_delta_generate: add new param "verbose". + tests: enforce ${CMD_PREFIX} on all ostree processes. + tests: Remove some duplications from Makefile-tests.am. + deltas: Gather statistics on total number rollsum'd and bsdiff'd. + deltas: Use mmap() instead of copying input file. + commit: Add missing (allow-none) in write_ref_immediate(). + repo: Fix assertion to allow NULL options. + tests: add tests for mutable tree. + gpg: Rewrite OstreeGpgVerifier to use GPGME. + OstreeGpgVerifier: Take the signature as a GBytes. + src: drop some dead assignments. + ostree-repo-refs: Drop unused function "parse_rev_file". + ot_keyfile_copy_group: return FALSE on invalid inputs. + keyfile-utils: add tests. + tests: add test for test-ot-opt-utils. + libotutil: remove ot-waitable-queue. + src: Move ot-tool-util from ostree/ to libotutil/. + src: Drop unused argument "value" from ot_parse_boolean. + tests: Add tests for test-ot-tool-util. + sysroot: Read some bootloader state with fd-relative API. + sysroot: Read the bootloader configuration with fd-relative API. + sysroot: Make origin parsing code fd-relative. + glnx: Update. + ostree-prepare-root: log informational messages to stdout. + sysroot: Drop unnecessary new sysroot object. + deployment: Add an API to get relative origin path. + sysroot: Port some deployment reading code to fd-relative APIs. + README.md: Note make check. + configure.ac: Make gpgme a hard dependency. + build: Use both pkg-config and AM_PATH_GPGME. + repo: Delete .commitmeta file on empty metadata. + ostree-repo.c: fix typo. + OstreeGpgVerifier: Don't add trustdb.gpg to the keyring list. + OstreeGpgVerifier: Take the signed data as a GBytes. + fsck: Fix object count output. + gpg: Add OstreeGpgVerifyResult. + repo: Add ostree_repo_verify_commit_ext(). + repo: Reject duplicate signatures when signing commit. + gpg-sign: Add a --delete option to delete signatures. + show: Print a blurb for each signature on a commit. + tests: Update test-gpg-signed-commit.sh. + gpg: Link to GPGME bug about GPGME_SIGSUM_KEY_REVOKED. + gpg: Regenerate test data for test-gpg-verify-result. + Fix build failure on g_autoptr(gchar) with glib master. + build: ostree-gpg-verify-result.h is a public header, install it. + libglnx: Update to latest. + gpg-sign: Update man page for --delete option. + Fix build with !HAVE_LIBSOUP. + gpg-sign: Add missing NULL terminator in options. + Release 2015.4. + Add ostree_repo_is_writable(). + Add ostree_ensure_repo_writable(). + Check repo permission prior to attempting to modify it. + tests: Add a test case for unwritable repos. + Add OstreeAdminBuiltinFlags for admin commands. + Add OSTREE_ADMIN_BUILTIN_FLAG_SUPERUSER. + bsdiff: change submodule location. + core: Fix possible crash in ostree_mutable_tree_walk(). + Include ostree-gpg-verify-result.h in ostree.h. + main: Only verify SUPERUSER flag if using default sysroot. + build: Use glibc's xattr support instead of requiring libattr. + build: Drop libattr from the spec file. + tests/basic-test.sh: enable repo-noperm test only for non-root user. + src/ostree/ot-main.c: drop empty newline at end of file. + build: exclude .sig files from syntax-check. + tests: skip test-commit-sign.sh when not root. + dist-packaging: Don't delete 91-ostree.preset, do clean old rpms/sources. + tests: Missing linker flags for test-rollsum. + core: Actually allow none in ostree_parse_refspec(). + tests: Verify that the pull error was from interruption. + pull: Handle remote web server not honoring range requests. + ostree_repo_checkout_tree_at: New API for checkouts. + Release 2015.5. - Add libcap-devel BuildRequires.- Initial package, version 2015.3./bin/sh/bin/sh/bin/sh/bin/shostrees390zl34 1662040812  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJ2020.8-150200.3.6.12020.8-150200.3.6.12020.82020.8  dracut.conf.dostree.confostreerofiles-fuse98ostreemodule-setup.shlibostreeostree-trivial-httpdostreeostree-prepare-rootostree-remountostree-system-generatorostree-finalize-staged.pathostree-finalize-staged.serviceostree-prepare-root.serviceostree-remount.servicetmpfiles.dostree-tmpfiles.confrcostree-prepare-rootrcostree-remountostreelibostreeREADME.mdlibostreeCOPYINGostree-admin-cleanup.1.gzostree-admin-config-diff.1.gzostree-admin-deploy.1.gzostree-admin-init-fs.1.gzostree-admin-instutil.1.gzostree-admin-os-init.1.gzostree-admin-pin.1.gzostree-admin-set-origin.1.gzostree-admin-status.1.gzostree-admin-switch.1.gzostree-admin-undeploy.1.gzostree-admin-unlock.1.gzostree-admin-upgrade.1.gzostree-admin.1.gzostree-cat.1.gzostree-checkout.1.gzostree-checksum.1.gzostree-commit.1.gzostree-config.1.gzostree-create-usb.1.gzostree-diff.1.gzostree-export.1.gzostree-find-remotes.1.gzostree-fsck.1.gzostree-gpg-sign.1.gzostree-init.1.gzostree-log.1.gzostree-ls.1.gzostree-prune.1.gzostree-pull-local.1.gzostree-pull.1.gzostree-refs.1.gzostree-remote.1.gzostree-reset.1.gzostree-rev-parse.1.gzostree-show.1.gzostree-sign.1.gzostree-static-delta.1.gzostree-summary.1.gzostree-trivial-httpd.1.gzostree.1.gzrofiles-fuse.1.gzostree.repo-config.5.gzostree.repo.5.gzostreetrusted.gpg.dREADME-gpg/etc//etc/dracut.conf.d//usr/bin//usr/lib/dracut/modules.d//usr/lib/dracut/modules.d/98ostree//usr/lib//usr/lib/libostree//usr/lib//usr/lib/ostree//usr/lib/systemd/system-generators//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/sbin//usr/share/bash-completion/completions//usr/share/doc/packages//usr/share/doc/packages/libostree//usr/share/licenses//usr/share/licenses/libostree//usr/share/man/man1//usr/share/man/man5//usr/share//usr/share/ostree//usr/share/ostree/trusted.gpg.d/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:25684/SUSE_SLE-15-SP2_Update/704f5241de5472480d079140a3c8aaf9-libostree.SUSE_SLE-15-SP2_Updatecpioxz5s390x-suse-linux  directoryASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=8a805044d00010ed6fba50f888f52e5768fc6e08, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=5a885f43888b12c6e18c12fcd238c34388bc7aa8, for GNU/Linux 3.2.0, strippedBourne-Again shell script, ASCII text executableELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=e0bde658df5054ca44516f954ce194a4eb419b60, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=05cfeb173c26ac1d1b99f7a3875de7e7b44890e9, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=018dee9105a04750be68d0ddf73b1cf74ed04ebe, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=56b1d6714ef8868dae6b82b182d72c15500d8ec1, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)(56@GL(  R1R R RRR R R R RR%R/R$R&R#RR)R+RRRR"R!R-RR'RR,RR(RR*R.RRRRRR0RR!RRRR1R R R RRRR0RRR1R R R R2RRRR0RR4R RR R R3RR1R R R0RRR R R1RRR0R5Ϩ-ϵԇ1p_:utf-81930904a9ed2f2a5e7408b84488b8542fa98f13d977f86aa9b2158ead41742eb?p7zXZ !t/`] crt:bLL st2ս4A>(|DAGzK"=[Mb~^ ͦ+ [[<8WaDλzuwNdȟvi&ze3"Mv iPx%&dS ]zqD[`Az"9܌}r.Ce6!ѯCjwUJP#wwLAeDc촀茤5k9 K&tM@5sH);lEv궁nz/ : x]eFt#K̽@!ȭGDiz^SC}Og7RdXݡޮimJ (n4`cӾ\Kl`G=W=<H,p y eQ!y2Ag"7N9IYBX^E$%//ޱXe1BdIGO&ϭmYs7qB#ta57t?>86b}q<\fd\בffwvGAL@tGnF|(w21bg*UOu=PDZ><XO+ *w83 AZ"s 4K@Zj{ePaF"MzSw(lf<3MGfדMLӥS />b͕B B dYg M ,6(I6xam{G'zBo?~U^uV-3g<0U !S+ػ+ %:52TkpVQZB鉩,oIcoK:GSvzy j9>hP qFꍡzXP&81 kEf%u[@>]])vyW1K3ˉJI]˩EAk~}ld"hxY3Ѱ09үwB𜇟OonVeP52GH,$'w 웮҃A$@bri8YM0WkcO*R t&}:wd nq(dB'~Hfy20RqqMw +uV g{{({ A4udF̦EObL|.mUIDj2"Wy\,/[vzJ(p9GFv~wwս>b,WT^{i *3bi\4.TBxPUpZ ;c>r嚟>bdsyuFSؙc734Bx/[k\Q0UɪSblҕꂶf -м4(џ]ĒN\.U.H_W{}ZOt_π򞦤O2.ڽd\<- Y*2\B1.Rd!27=Dk!Ô~ź5Fo}f?-WΩrS"t'GsLoX;dvz"F=! ȮW* 2vfz1/T3g?8l$Q _@l 2&K`)‹PaR!}# 11y$νWv|לײF_(tt&:IhY fRNX5;*"+ic_UѦ@D~cA/RatgbVhfup}ǁv3jZ%U`,-3͔ m0uWFu;߇P~l<ۂ~(/Íȳ{T')@d &0lHҶ$}As&6x7eF @ ~$Z@Գp 4Vؐ\d-Fx8Yũ,I0AO7apKϹtIAïۨ078Υg:rIArS"l`R}a2{\e(TBEo,hr;*.ٗEn A$83y.;VسM oWF:CF|bsX{WY+`y^|K.Ǔ5T 4:s2* y-Ϸ`XRFٲyKRfeLxz6>F̓#IĴ'mUO^'+ӳT 4u͑ad E'yOpč.fÕ軇xɵa 01^mc*wa&i챲JNu>5B"E<5 dq;Z>INXW/` z@{dNAktH m΂g8GBif_sPOL!}+tM p);x\q@&h|-0qv ɄNXc@v4O9y-K d(lu9WkNV*B'r(V{^&فB~Cc Kxƕr6:*1{L@p^,?. &!j:vfwm |*DYvWkcu!բ ZUiKNS}'Tywtx |c5d +ZǏ7vr+1/1v)svf*ceps-G H3CR7wu $F0WiC[|͌^spx]|WLlhIL|̬0Dy{yQ ^[ŝC^Pc%W .^cflXFy =(k5.̾خ"T\z-p-- VsE 7w!;,0CȔqٕ=WI}8]jd5,Tk1OX EA0 cbؑ]:Obd7Bkb3 ew!5rI&(C(S7WD$mݡJT-!' YMca%t ,$)Us E>q!>4mnQ`W=@-[Ґ$Ce0 h*V`aDO'N1nJTsM*uhY36<DkB^KLOP7rpr5'xIu<[6Ҿk R#fdd!TWHCuJy57//tПMlbE/RMC"R>q듣c9.,P7,4u4otؽeQM2'N lQbh|+O2G=Q5iLy@`0FFb՜0;]oIw׾eΝρ\ <P o2?5l՛fago%Mf"o(D s1eY7Ē3#¡ˆQ g2+c}ٸ`x܃ehUZWK}휡\xkgY?8Sؘ806 .FNBk5cY;^ ?itaQ\~uJ1rAIڬɎӫ,l_$.ȟ0ї3/Rq6V"4mN;h$Ⱬ@ P$l'T ^$`ih/NOLRo`5:k}q=-Ac4bQ,(HҶhkf v:a3σrf7R`MR:u^5Uw畭4mæ19$ɸ"EDx6s0=;a,YEZFEª'd)nSD=_U>LTI^zEU%G~/iJ/^q@B_aZKMZ8pRIQ)"Ӗlö&s&4⮋kFl:cCw>KZ.Qvh&1vp>ÃlA }Th٧>>[@ӳ:9h0t6gs;\u|2'aRȺ胢>%!+Č<v"#H"b6 %Lj_Jա_132bQ.P5BYk /U@Z!oN wgvFǀ&8XE9(>u"נD뇓Z)TBe=0Ж4!HFd b@?U&L>>r(X0,)<$:}!g6i|&%5K̯$EHrhq/;@ɟBu+1uO̚zb8b~cKaGKfy+chvK%|K13)r}sv@4:nr`@RBPiJf}H6캃UTt`][E[tx4{yg+IږnWa_.qCcyIxPy1 aS:3YP㣪 _6U_T.33x~+:Xk7|4MgCG %C;5F`]JH|hM%q#[0${=et%7DJdπuC}!9F29;v[{Y8Y(r+8deBz.)$qjaIuQ5ā!b崢ϙ?4=ZkY;۷t•Nxcq`2~l] ;QC۾j#8;cE%}0;V)AblBD(Ưcg`<|ozrءp)gXpo"L]u\E2\`_ cٝp  Cɨxh 4mog?)ovGJLng3+\ZRtq-1`HWh c`[aiQs~' (KD%͞ylhF Y-Lv -?ۚ[ 14M(<5lѦ͹o+QzID߭{xa q2u]-粂t2be{#h0305WS6p%P.GO@MEt:4wӏ 8ƤF3k/5K9ZxbFT3TG752ܺi(joWvg:7۝~AY-.٦%LFSu'[Sʔ2 H /n2?jHE`YHC;e{WԶ, -ae5y`zEJ|uqDn ߈־YP_ƊcmuC &go!T-#_H9%}@ K;IS5 gMTm_w&I /8l; 5ABj-̐nK?n؇Tsj|iJjDODc,B\w&{G&CfpҢx6:i{͒$5Ƌ_!%^GR_c-oaq kguEeY`^1IŲ71uxPځ藽9W|NLZD(K<nHq7e̐qO]rwh Bg`PÊ5S%QJG᪼<S)SpR$ gl_I*:eJ,@Z`ÕtwogQNߦ2"h s>+8|K1-HԿWMVIҶ<\?@)i( #J%nMFclwX84Eg_b8Ė} Z'KNUSam%bb!cN$\Sדdf:[g,RuZ#i 5sX#ζּ#gm&v̀IJ.ֳ<:~7*c >c aF2jM(YA9!/Q"tVj<"%RLf (4_#QMgM#-t_ڶrWJ/I ll7<庤7~Co3*7%- zׄ5lC6@9-!qpz$*ɉf0 1OR/ZGDhw#  }<PLIPI g=D`BS:ݴ.I'imAuImo =4iydMZ @XķwO&8mFsM)ƷK/?y.:*3 bR!崐?ߨtYg7hitE$Oɵ['[H$td-'Ar'+'7#D![)%j"<{{ XEkn?'ORAkG۵Õyxu`o?l?6.ܠ]=s]깝M1,cJon0'/V}:k{eʻTmGV3D7LBl?Vt Pa S ˲XC02{Pb|fsEuyb'Ҋq<ѧ؁dV 繷l/eˣU~;(*sLO9|~@OJ]SoTL:m:nF_n*Vd ە^_#օp'Obu8 mCBH'kiD̫^k`l,nc/+Jʞܪ vw1{m=bٞ5oϧ:龗&b"I޿d?i%R yPI~UAy IN+C8wW"Cv@jɿ:Ό%Ǿ6Sl$3K]u*D({#r}Ұr_zozGepd:+mN5M_| [EYc:P-X1W Ƞ>nMx}{!̗/μە|b%&WG MѦtcqu~x_g/J4+.t'ḏ)ʝ]Sl5 ud`x}eJzE8جZyJDߩPW GP[2}zQm(A"weڿR; X{ mT`GLD\9e;U {lm{O4x\B/j}8Xܧ3E*[+4VO'd{r4\>8..=[KxM˷O?1dSPJ.:ėI#d]=yr՟- uX̼8ѥum%k_ 97ktMk2ߦSq?Tʟe"0]RS֝r NO8NmAӨOupz>I@CVMC@_]g Q(QGlIaC-_xgܗfSj|F95# &]k(9Y)sLrN6;*x1P":@2y뇹 z9AFW&Q¹uYfv H^`1ile  o/X#ӣPjK*AmXmAC?'g8OmF\EFxn&70\80rb^ao]'ڍ@~ƔBT;"@rS؅2;KH``B rnz($A=NHDٯšRSgOuE1\ Pwls E;d~׸,Zz"I^AgAEv&rlklcyư/x2lt滳ҋyldlѴ @|cHuX;Tb)3Y-q3KחUYn.A[{w[Hk+jTal.uOGK1K#3|4uҒb>c`=G/M51U_ K0G }~r_B\cfsUI-M5F?$z% 1L0mmbq=%~m'd*b2BFAUdbprUϷk[}]֏ e/ n0>5зΐbHﻰNj9SWTZ5:y!g*0GCPO硻c0ϜY=ٯ%Z22]3ne˔]CdTA^Kzn) O$_az1F_JsS)B`;`NTX*Sq|kp +6ف 0?uJSdHf7+!vmQ+PrDwnPUR' K@RM!AJ/d> j.qdE1"W Wzsڒ(vE)bSAo"EŨlhne3RS6KS1U\aѳ}jVI*I-0I4iKf]_vjYE=m*+' Ec=ucPb]TV7~:"Z!9$P8>?g)Gy:UxE.긭>U aK߄-0XͮɍN_8S0 tXhjYLR 9*GڐMf [D`5 .xy6c^6Ù2l(Ugȅ @mq!Eh]3+>dog T $,+ ^j;ZDI,6l&xnLY?p3J ̍~J\j1[472|{2ʜ0~Й4<2JN 4@Yelr{-:ՙB9ahI sߕWxAzڨ|P$HZoȒ}M+@d8 XyqDҡ-.AOoEͻd229ە@(RU&f(ET#Zt#7-Yȅh0' =rӥiF,8gwcsG ?9(OsynOBU59f!6Ns12Rd/N, N#Pqwˬ6$MbJ:3{$24TŮo&0R.^Sܠs+[q8cfGZV.x/^=7niۧ[Yu18\CD$Fa6y[HLS?:Ɠ)0"?|'pȝګHOɤOf'M22t >/Mbl衂 |ZDB ߍ,4U@=]31>VkJ`+o[m1wm}6G`4#@HUm|jȪMtQ3>Sc|q{7äОuZ-H3Iߦn'eS>hmia #Je|.oѯ֠/d·%yী# `O `c"GS51 -dvTl'B.<ȱK*Ϸȡ`c2T(O|BsF~2.QC-˫"vH*+{j|ɞL3{'B39>K~ [ƖdWy("&Rn(Y$m;ύ!+QbP8=F5}j 'e+c .ZcVk7$R`SxΏ֌N~ąon\]଻F'7"p5Y`>.sv#hIn\47 bNUYԇϜU*b$<TX9z2A^vtͼK1~ pXIښGPjV WF< JfKXQrMN'_ /[HwTMjzzT BRP?y\I J`JslK+ZR//ҧ!'g.Rݧ{Dtg%P@ówĿrm.f RЪe:Nn}LqY'e\r ߿bАv&YYr]R- Ly}fR]gi/HZ +bK}8!j?iK6H>eƐ[eWpr(iϋ z&.p(_w *kt F@=jQI1"YgbiBIv$թbփLb lL4[YvEzJ"yAPY= I\bsžsjςDpм!-GU@!l={B9Ĝ򇇸uS֢j#(>n=a))i ~~pLiVղZK1 @ |QYA;Gf7Z~[A\Tx[3CEaS@IɈ |y,,C~9v"71eK-{jsL1r9ކ_ Y?M?~u: =Ju=F?{j V9C`̟2yC,-"ftB·x3NԨ>>Mbp#vF d%WGJ.t'[Au=^J^nCYD_idbɫؖ-c@1mIԪ<پU}]:LS]>{QIx𥽕|Cc.mİ믉\uko9p0 ʜP2˸k.Gp m넽rLDG?Ov_@xR[Xk,xPEx,V3]ytX`!pjk 0dZ%Mj́X4ޮ϶о<P`;&8[$=X$lmQ6|*lpn]ƑPtwXdFg&M2ŊVy 3?DU_rٯ{s;uyH wpKƗD׎2P)̹`LnJ׳ ed;1'/*OL8d-(G_d^%uUFB)`qOM ^t)ѱ9ܡF!}IZwި 3kD 97,%ɁX3& hP)nO1܇Гs}Cc>).i8=ɹ|,#fE!_hupӲiH3R, jPmMŬ]P2A`[wB:GK趘~p?"ً xP eS8نe9JPI*s JY2=Nӝccfm9RLBBFYf+."m|_\Ic=a4Fh@L\@F{y90}ÙNZF[gygqPO9 wc#?$|lwM>Gj9L.D΀ ZhK=Os[lwz=KxC%o<p: 9TW_.!Qz8Yp:EFD?MwJx9 wӟݞݺe3܂7XWljYb$=KRu@ӏWokВb"# DE4F.3iL_!@Mi~k-jÃܥOT@aAhEi83o->pԆ?zV A)0ʞlLf3[Iܲ@|2E $$G8c*~s&+&+7j ktͷ5Yn|Dx7Gph2JT>5t-1C[$w;b)9հd&܊$qȡjC[?PU¸k+z(ŜN( 0~ DQR^|7>J塆vMd*GB\`7əp\#|/S.q("ִ54]^yF̍a8Uc2PP"dR{=3FFN%Ɯbl|tpW xҬgTDpZ} n0ۦ4&lܦV6x?,}ak C/`ֻ9"+%o& 5:6FTTR*̄bӍKSg`ρT?-޸'M.MuQJ$rE= v߀n[()52@=_U7sA V ;u| YUB00aiz.HO0iu/>&<b30C+ lɒsSS`r}vִ|HBvA'Qt>Y ;փ?5 O%1lwSgFo7Z3PߢmSੵ-Jo7ַ)kYogHQӭ`,4%pn&'ңLxK?9`\FcÅǑɈM0wu`jNF;`T `2۴s!I\>x`3cFa.1e",~_l=b@܊ݼ2sGZ^*18$KEh޳vh@G% M$̂ɤ~ ȇlt)8xT>P0>ꗪg& }W^bA!P>O+PL%K.lm@[rľ tDG;miDe_^`mqNCB&p dqNfs-_:ca%a=x>߇B" 'Dhgkr nWױM|tǑr`,@K=ðY0d^b#OQZPOus8 Н,h3m>PϿR{Y7ȢsZ-F&[a*ɺmASF@ab|?-24EvJX1n u iO|՜Wu)DwCj1fPbg`5i1o UiqWnOP{-z/=ŷ1/{Ct"%7yh䌸giׄoqg@Fet A(j=;03 Kg]n lcOW@Qi4LIm$sȳ~[G:W4kګ~ _ddK42 VP N (#&sJ\!UD 2C! 0 Ю~7@SNj +Ov"NC]@OhISSh_~Ϊ d67 ǫ/ kauS 9CaM ]ögI@1)[Vwy!Ƞ l?5m})H1݃S]!^FQik:}/DH_׃frQW9UȑOHY1>W(JJHe yi`[}lsu<=ȉ7>3}j^aoZzdkel?)Ajg 6?R,{ x=yl.B)҅"B|2֠{r9pFx*!OyAnlRU { 'j6akmFTy}"a\{nRYy{RSNtLu菔Vc˒Op*jПd(!>;,*@`F`j4|>amh$xSۢsϫ6=v/vy.[8Sx&=p; {3vB8$ mUbDW.thve˿8汗&70HP$ E .₩,5I{"r$XOT@vן(vjiB1s,M-SJoEɕV5Rm*0[~h)e8kAX z")ॽr,IpTq6N͎+M⊀o!" I"J46k(֤*2^~d$ʟApTT/T"r c)O~VȀ$^zFl?_A:ao@>֦iy$梨P,o$5q>3wUA< BjƇn1x|r&`e]yAґ$6TMB"4hu >@7\ʰ-@FcM[ңHd)u91(7nN4ߋU>p4ᬋe4+i LZZ8" wca{Vo;qnv+*<~ˀy{?nmb2^k?Ja` :vOQ) B3I<# ~_oiS6!ay MLnK\|z? ClH^wL $4גDWR>J \sK 峧wa @o<ڳyeC ;P 5njO/~Z)mkBe~A,K|ppS EwfRxWݺLW2#PKi;kfIjF#p:1[^uS)I?;krM/^>Ϋ-j DtTWxvZLG^Ox4)9^ OF;_!~J<!VpOzwpq5CFiXm'/+>JO,-||tBp9&]ep7KvXR${,uXKaKU-waÏaaUĈƠƔK˄ ncf베-Job>NDn"S4lYT0 ggP#:!eT$Dalֺ1tu:?f'~P4e h͊:\=6,$浍#;iLonD]v <&iWns SN?ꂚwNf>;nAu+[D2H8YRi.O+N#Pjj{B,`w̌\TahVF<^ c\i[9 8D .ʽRXT::SU1nwK9?&g|L/Z\^,QW u`¹gS\/x?__JnY F }m~W^3 ܾ(*`%k4hinnK}t+<B RN Vj,c f'#2P=\}̛!2ش\5z(ym*қ6K To;0<11c2#aAb KW$6wn5#eEjXZfSdKoGe.~bB+"]%G-kݲ2?/-534p5.Ot.zd_:aPh+xe#j4-4jdPX)EXI^4eEU(@$._4/Bѓup/םbJQ|m QA6$t4wraPmoz9{qU(gwš)q'lQTҜا<k3  I49C$l>J?(fS%A1RJnbots9,oup?nJ[aR\3\xR~Yt:D {OzU-= O L(N~ME]q&o ^7%Ωw'K8o5uԥFxSi\ 5J7bXΎK "7KBscUG2]j(tb957uDgx\hHvp=WRx MFI-L*P*(kDՙڿP9<̰xÔJ﹄XKX3$if@.]CB'*Q!T$ ,Z%R$"ZiG$+h?9:}k6J~ (\J}#nfM(>scrUڤUL=GAč_f .t|IqsahlXf'n/t[S;ŷ.(9SI >,qH=4b(cƶk.K !Fk:G5sE/rm1nᛣlU|H cB*ܼ!c :5x):R} 4ϓ~#|0d®VrrmΙY\پYGw_T/5vebZ-媓kX{.5d\$\?δ 6,肴"-j<ŐHK9y}d%4p,+z `g.9k~,V+ %.j%x™_@k)l+hKC!( *g&uOXǀ -?.Xm[ߙR]"Cnf©a~~ɳ?;0=%hw:S㵲ڐJ)ݖ0_c1̣)`9'Xo'`|U.q84%lR o1z~B65?`<_ 7f0}in(Ƨ`*2}֑(%9?`|8qlʌkh{/ ыX#>}.ʢ+´ Տ4Qpg:+EuEq>T|6uWjKAs}4KG\b4ޑF ZTe/ðC` FK,:6|Nz.ޥ Q=km~7y L`Fo.=Ann\K#`ndxՏKQ\e7o˹K}vcPAp#Kڎ8ӿ%BQǜNGEBCiU,s84[e3p%+ֻEQڈ"@HqJv#%Ӏv"*Nfk#jKj׌%8կRcʝ SWhk>K4@8"Mӝ7Cu[] YM?7z~C:ܫ{) kmx?Kyuď`-}8[öH~9oA}y ~>8(V_|fwVI2W8%C^.(гZ `M CEJv5wV[)Rtˆ;Qq [QY5BNcgm͈+>ūv}P1y$yQ-sZ&9 X4vjHoZ ;V5崫izj߀DfL/!: 1 c:%IWй*+Du[r#@-S :fb}VL RaؽhUsHS3;8_r߅"/er 7Cee]-[,eU2sv}8fR9į=xí1N:;wL`z8뺟hh uvfl)CLDmQD{iorھ>/0>lN87v8ywl6eA&33yY+'gOQ"Q2:)|"9s3^Ȗvwcʌ>dC]_ҷ CŹ+;:*&o̒> _XH /ZUG9/`*"ep"M8/_P~.#ѩ^O]<%/QPޣ{Rj8享:Mf4A\xjn£ca?ϪFˢڋ`$@Zo u^x`NLE(Z#4}5߇ɋ~(C:"VmGT ~>1V6ݛ`JHmCj^!V0+@}#1X +nѩ-BhkT[*% 'hN}:hkֲQAZhR6X;. \:Rɶg]>x֐dE**x~;1f:ϴQe^N@1>dYwU2F7DǺE"]2I6ة=s f帓x&S Qţ41ŋ]+o =u%㮏3gΜCCk;[P$rkHDjj?Jbڪ7v3 $^]6k}"/6Mtu.3*z7gW|ܞJ j,arԞ("ymQj^`1^Pd\)}kR )M۴e8& NI,AwV~,<' N7Cf؎4JB uꩭbhmOC4w -527D M:;=Lp÷Ѭ-k$0G1"`_Ⴂy~W^ * '} S kZL#.]׻t1|c;+[$Rej/͏}7rΈEu3, Rv{YIfk D@Jތy \e?N}:~Co'D^x*5 ܇jhLUk?ƹ[xlJ]q ϊ"s'=ZfЄ?T}]r4U/)ŋ<yoaObj%D^qQL:ľ o g\GZq@, D0$1E[_p6 k<"F-6mv=_aW33< !J_ѪVQϓ "(yyÏN7oVѳ=\ [ 4wNS`9ڥ҉&+ 6p9Hɯ?M.ҺhEuqEݥW9j!diJii5.^1n: 0Ti|Z- ԇϯ姰]c%h dߋ%V0`TB/IG*qoOf]rXzU ㈃4)bHrYݱdE6* 8÷u:uwmmy;CM6^N;a-9)U Sѱ=BgreH]"!#EA5\%aE`fs@qbvxnrmo  9S+y8B0[mK8B5ƅdoL=N$Ms/3`̒ICL}+RP"-$V`Fm:d9Cy yQkw-2Ǣ±StsN}&}PB9bKF<ŖL'ٰշcD m4))BZ[+=D>`]f&/:yJBdsvW) ^F9lMdJ@xܩnf :RH@k7D;#k!es U2WB%1O@OCnqƄaL,t]LL" ,\˩@O;WЛznV|?BRAi{{IL,"f`w.'aPk= O rhՍc FLg}e>-Ws]MܵsQ~N܈GȦg9#׌#TRcc1 XQjCOpS]q*jҺRJ|s\&U֫55:(湄_v$<`<%PFIE+ƀ;Vd 3jb)MÕ"IxK:mjռfKi^*0yd(=rK6:A idOʋQݱ df"3b/S1GSq9g]k,0?Ž4ǫ+TO|%.*N!.EکZd+'.Ʈ}-Tؕݚ,n2 Y`[X ?X6|Pkg9\SQK7ᛓ̙x}e{RuFfphY;wT ?.}~|Q&+74(RCc7RC )1OKn^웍t|7&}G1''m‘x~M9`6ZpC!^ zE1L܇;I7YdQ\:Ž+&9]`=#$djD"Ð*"vTZЊ@A"Q&%ˠ? E"JH`$6j:X AʰqXOWl环0_?+h[hs6ǀtq(Gnr#?>|<\_uRҦqmS6yx!'SJZFK._vͽ(ϧ+#Ct A+")iBK 'TddR0=̀t{ְTs=kA*ƣ8k3"qzS2N nHI:GC.~rVQgͪZu_&Mr-my74fFl`5e8`{茓$G24UszE $C  kZѵQ^<)eA3k`[,l4^k$S$1UQ7p )rToDar?|x#G9bW?fO )[b_CPZWI9!y s ED)Go`\Ʊ&Oat7L~Epݪ݊m_p;ogir߫Z!j=M1Wk'si??01++F!veQoj]r+P;kvw2vxDWaNu1 Ç tŪ ] 69j-s%%Lm*ސuv;)+UC)reC\4cAe!ӹ8%$OTҼ=4C)Ւ-B(܄5ezBq&QQj{gc 5;Dd! P-S+8N]~Br@y( SedGà]/[ C .3Qŧ]*UT@1[K3k/TXnmk@${J aOrֆڎl 㚻Z#-sf9q.A?ۍw:0͙"!J)>nA0"p& 90`i^jL$Qn{kȱ7j l/Z5 nCnC oZ}a@ S]D`` nOi7͆G to 1SnzfxbOUaUi.4ĨkBMSs O Èf|Ǫoو/%&n1`O,zC_7n+T?&'C).AqYD0/gSu+O`W.=1chέ m.c\楞іu؊}ތTU<>rֻ2(I}U)֊J(r ] $ vZP1N)/",: Rob|Ws-l0iR b|qv!ޫYhFS8 .*Jl)n;iKP_pqL52ݤp@^z0Z:r|J:&0tyOЊaV&sI3H_޿L]}lb b]7ެ 3G Oʈ ^a~ : "<dd.vҒltzQ=I ]Bh-g57e,o6?D׋.2wthx;Ɩ-Xշ(y{(2Sq]M`އdщrT\Iv;KyzՔ9TëUJ OM - ۟#[`qOAHu/uTt8> ͥyhB|nuRS.:?dͧN/Vq=Qb SDSmVߛVVo4u3OOl#4VexV3}kl'] :Fe*YFjx+1h ִ$}9JUcM[: \NhWO.TNl}kfVag(` ć@ڽt1D 'BNEج-E;ykrj)2O>CoUb\P~0MK'!OW>2DEG Aea=C)ow\@X=;djlTdOBGySg++4ޞ9B6 J3?V,M}Sh~SGlݟ1f$ޏGv.xV&X3 %,d#T (AQ{=#?`Ĉ{Am V.HK9E k^i ɇ…=XѶIxwYҦFJwa#B bJP m,؁pP<.Sdn0.Y6 P2%.BY9xEoӲlm1%c,%AɂHSG=?k>`v⣩vD~tFᤆ ۻGfhZ1k95|@Hic|Zr!#w^1_laO8{'s_ѿ#F/U&9 Tk>4B\M$/u8}ll䟛Idy$vEiքjߣlc>X&ꂐqe&i,b(Y0mU ^(n\qrJy#+=ӛa,BB=Yn8,'$b. ]=m̀ˮB[OT*@z VJ!4HDf1P8p);UuguĬYdMQRp@-t"~w{n=6 ^@ZiMˉ/vj2&Q.?唊:Md1L\esL+Kƍ}}uCU^ӈ;YW)~ ϢW5VkV z'˜dG#:-4 !ʙժo]S}>2'adN8_*SO1x?llћͤǁ1ibI Q̈؋#K3;:+_+,OjsBmU{nd&ٹBQ/24 xixf_4sv ,ɨ>5/P#щjhm0o}"lӱ> {&2(bӾ R "s)…"5_=ҁ7B'{h&C~ASn  )+TSZYzK9s}.+2a(Dc&š)sRȌu2:3_>jpVvPXxlֈbR=8R͊X)'+KO=4m(W~!WShyG}'r@hzja2\ Z(%|-p7\R0?| q׃o%Eha ky@a3gN49_CLʜesd2&KZJi_/i͞'e}<9PSx>_DVIYr0ҎbQCwHhH 2Ve<{#BOP` r "$ X\뼢WIu4-S?q6|Ό"ye#u:wT!l eyoI,l:+go| P|! \{ZqQ?竱ƿ|׋x(LUŒ.^bZ:Syg%|.4'[y~"˵-91Oy`*kx$3b4ʍ;Ơ fteDy0{;nHhD[/xoSOPT4s&}mC%OOIkJqUæS2"5wfOD91ƮEx %jupb( |MYk+O3iPYB>}>yaUZ9scԑf[R6q 5nwaEt:daOJb _D|ɟirqIR/nae#I]61= YLSpHH|?FKS4>נuzbۏ/0syU_ ) 97c W^\Ha3N߾v;Jgu|`KD5 < 9D1פznYJW5p;hx{?uS41hRȧ TND WUF`;|:Ȓ1eY9/ (ɍ`ԍˏ^SLݱ[q9<:Cᨦt9~f33h:lwki"C0moy4j@1s>Wʥ`fKR#vXTIBr^ cKcehCc vsf0K+0MS@ǒ?j25Q76C.L|4^;p|KHR+[Ɗ'QN%:J=~;-iX E*x׋qcWkK})S-㝚-cMyZ[ٜۧ𖪏YK a˙[X ֓W'qǃ*PߍnP9N@W]4ph[Rܫ0mD_SV%%G@4-#8V'-0&v}9dڍ#0<g9H-rKpq5s;K'D6w~DT-z:sC_A ~IyтSv=/{lt')*-(_)YnQbcI uuh X mA~`I2H@JT?Wgi?* Oݔ BGIhgg$S("F6^. N:3IW\GKMy]WCv9uƧ9c3d@c 뾓OEBۇH\BS^hNg`'"`x?vP69rؒr4yGRnpDQD`)Q4u݉abE /$lI?EE+Ov%#s@ө3\xX||^٣ ,[_fs9i x%ynco 8^ H]o=~c>E"/B=mpP4iTa Ӓsxy~R͆,cuA]8'&Fķh>- &.MI&BqCGey!]@q'=vU24-- ᚎ[,LX':%׊ G>]PA /l&W"7/V@5;Epӝ>0h:t}Z^Id4:v옳mX-n1 6~oi=  }E}*]ɿ`|'^+#1UwyV\D}$&ohZ WxbAV O 0D1_7rYhcnGyf1!F|Ps$9G\3:5juxR#:LBr>HBե]mYi:Xۖn?CÙ񿝗=Z;rRxIȌ20Ѻ,&ZRC1Hu<^ҥUyT%>"8 \G?վ53-Q d ȐB氙-ʇun|Sâ&~~@'~IC]Mu0aRL-wM|RKCb%\]?SO.maS<#DO{czB;KdV1lͤ5EP{E[t'G~6iEg1=#?ڝ{ 2,ǔ[ۄ@Z9$dm̲::^yV:p99UR"wW8r&ly):+sm>\L٪a'WFc&W#aY:`D},ĦCYgeA/4K [J S`\qW!7$ ƫgGM=q/#_=+zn^toWa'`P>7;.X6uݳ>Lj\Z9 6J[ex=]6QGɺ1M0y[?ܴU`*fy}8 w} ʼnom=BxIaј+:Hkw7%x6́mQSɞV.pYQ.J ` 8p'Ia[Pd@(WN 9\ g/ 0N\Չ߳~PhW.Uwt 2Ks^?Sv pBA]_KLc:bλ"*0T8ч>;NʐEo*X0WnYGۑ!d}Mm4:E&SAk^MPycǠ`px\YpU&Uψ5edtx\GKrjU h Mu)-BJ:? ~rY1DvBV}=U3ҙ@̢PJi5]_Юx+z=2E:ējo\l* ݰb5MgxnL 9G)7!4&%tڸ9c_E㫑į#,qT[VsZ#*(bdH.86b͘~ve:uz/ PGOG5BcW=$)A`: n(K{@l͝FL}շ[Mrjĸұ7\rVE0/Z?StTϹOk|ܶ~X| KNOhmG1\H#^MhO+w@ˢkD+'HڋxT.3A5nl$Å)-+-nS4TŒ`>E&P]x#q={­Y۸ټ h I(`v]!YR O VblH b!I>$nV[5a,. P5ɅgF9W2MAL@#gkNJ[фX6|φC!%JָyE]G'?^h}B7Nql:rE;-oT^LgWċONc1uRxey &.S TCK_ -BXPW|CiaF P!Y O-ڐE2Q&;9īXzIloR ./5 tZA_g?CBL+mZV?ɑ͏7J a'=ϝG Y-MHhoPnjY>(/!qͻil;*d,!rOEoya2f< XBa˕&Clgov]B _9܆QtVqDWkj›l_k˳;oX6GJTb'1lw \NwצGpY9Dlv.# 86ͬ&{MmF_Z &)si7b]ٛlZlꯪd#(ʷfJ0gW l(F}G~mI /(0g;Ԩb[GAit5BaProQG y+g/7b9-<7!Nd42pMr3#/p,7{[+@z. U䨕 3ɧY +䰴90f[`;4=vCSmF_dǖ̈n^ Z>;D:jEj) -"e4msoQ c7F쌠@5l>DFOT:@M?ǷgNt e2 +0Ƀ39/.lB>q sX3s8imwq_DG\(7KD.|s^Jg)԰ v^"`1ljkڃą`$_D^qPK֧Q˅ɦ_,~Y !G* yGKIb[, $C!~Αe, uCEVzDЈpBn 79zk}qc4SKv EB{i.a~ %f}e~u%?<fiBX*kZ ,__=m\@7 DO@(}y_jfR6$BqE&'zit `/N!cݕ=&*]}p=j. gWB<$ºK  sQ9[vy),8m1/&T~'J RO?4KCTRmlrSkGL rhb(R Pd]O-#b /L1f 0E-NtHD=ʥWN)h{}3:[=vɰY),)Ζe@*N8i$ 4'q$)߸ 8Idԫ}:&y.5Cm8? kg>XcēRI$|͍mv[kmS wC{1O?[1{!fgiVE a2_Q3S>EuYSu%'ӹŝM죃AHRX,w @MT3*?Un BuCmgٻR!#SX`+3=S)c#J9ieO"^jnyrx_r6B x”w vjJHN-_`-͠gҼ3,C8V2薚uҠZ\w#ӹ蠬.#uZbmG̗c0m`yawYd|Y, :嵥VBy>>s֖uX&2s4|z5Pe5\UpcGAV0  *\WeX+ 9P=]T0Ѻ&Glo5mzD̢q nvdR{]e@f0^9UYH<=\ŇTDz0Ayu1/l+ fMW ˅J*/seviO}@mtf-B>K{߄qC!.7V cS9og~J\ٕ ltP_Y/Vga!끫:O:[XG&p}xmfGt*:tYmr!BnᕤqowHJR:Ɋ#Ǭ_:-[!BET^-O ue'̍h ^IhD!kcnqLU1;9r2v0jKI*%e*7U,ZX?7Kb>ɮU携S[YS4s`m }*AZ,FYL YdXXC y#oc%TDp<@}s0v I|b,4-1VS#= _l5vgȵ1js;-wl -v=1 9Yl8m5m aEpG7MzUW~ -l] : 7̫/߆|qk*;G(ʪ6(: \`y^o&5r¹\UF>g /S$͇6\-2x~t$"_-\я7;G7mf3ٶ:Eb(#_+ѷܳ e"I2%Kb` $ QcxJ-8EOxU1:~-ӧ'C|Pê4<Ļnxajɖ~t;yYbfH>8{۝4X{BJ5ɀ-wUX @oeBim*WGLria hC^,- ٲ/3>K涶ZS+^:78_㉜P=uI;Tqrǹ|6gNӳf5̌%Vj`Qm(en+FCG`%acCc`ՁJ3V6QWCABYu"OjT8(>{w@w36I~{oKv!9?1~ -,U%0oc{xV!T?>HetQ#iڳdmZI#RnC\n5Y!$~c[4ȿ W%~B~Xl^>  ,`m꒝o.l"/hv<*!/*U4Ӆ! CXw,6GAPQ^웞 q䁢 ‚ I:5X@E@Dڙؚ̹(6`WMF'5g߳Qm+0O~G8?v'n&K47x^}zDQ? -GH~h`8h\{f?clO gMQELj.UA X3>;H:JΨL(#"ͧ`PX>։1}}sjnz{|"iF PY$UX5/F0"m>j!'*V2{0&Rk|I'PZtb'%Ҫrwߺ$Vhu*+5XLSݽ]2۬U'z|`Cm%֋p˺-{a'#B(ͺ\^De Qrp3f9םDLRJJ^M4kb|yqᕌ :96kE >;_z6vs~p?hDW-'Xh`w n)^^.q ardxPJtќ.|;& *I;}!>fIlne*Cg杹YJ # |JT>\\&†Va>6lR]┇BPF?w^/ %xouu @̈ P!ufO XSɃRyE\c, JӌQ1뒲?X_mN_1ge6pECoQ@ee>h*#`}(zJ]'`Ƕwsނ?4:B^r`u|eD\3jrE=ܨ\a)q%WZKl8y]p˸s=P.=Ta,>z}* RL2'.qN8κMz)ı`GMU#U^jŰgt}:2h<ʭ >XICeP|y{qK7)!s$B r> <44ef0p2gJ.L,%dj0:é $5lkPk:rzp%*. A=7"+FBO`\2_,N:gՑ݅"'̝N+:6}F eGN({:A9s d~w6k`ʝM\NCf.hU HjSD(JGbJoU Pa9ط?R(KSJ=:3dZPs9Z7R1;&RI6 L6x3HI7\f = .LlKR;Ά{h Y /_}&K#hFA7JH0VCOꛊϛ rܴ87HaSO+Y`-_;ywA>?+kH=|x u$  =ÕYPwJ{&19?[2"AsKU6&[r*Ky37)u`qP _HϷa Bխhm?Ax>Y:>]״PNYgL+fT$Lee_| xI^B:@&'瞱F+;b"V R=36ώjL;j֜llٌinsW^"DQ3yH V]KeY]C)kX;1c\F)Ƥ'hI\;%Ɓzy8uA,]H⡤qK⪋iܠ;2b v`Kr6f+~ .>?lj# b^R ǐo ŴP9Yv![F OEۘQ4.Qj֭rmΠ݃%N} rWU^ E &~Yeu)7hVk86z%)gc hHIx~;Yp 0vn͔SynnEh?푍%K18ԑNe$RѲ[HEQ- +)*"qdTJGg\ܩ(=2^%w"{# mXM% sQb"~ue JD멿 *U6"ZA[_koqS1|17ƨﵑoͿ/@Q]oFk\4FEm8cuJ?m)+BU9QCx,C=xhңNmOUj_Y`dj7`8aЛwCZ5e" |}F" Y9f͸Ȼx]wת ף )XFd}1_"[n06 MNQX»Td!Ll+mi:ڠusPM~?<^&tBau̓VQ[LJ-ۊ?eڼ5!t╹/i ^AΈ )H ͻ+q'cbÀ%hS=%%]r& AAyG{c7j!< Y)e0 toÕpi6!Ʊg> 0mFhߓ'x$"LĜ c9@27O z -*@ѥ 0;Y;˳M.J 9$0Aͦ\ѓaGkiҀ4Fw ,Zi2qRaN oA|6/c]L@YGGO^dx{ #3&9!%}06e* k]y$X^4dRGjʍņ*^ =a!Ȭ n@!E$'`΃s'T@J{cfҳh0 !-A4@cF^]r!+@NVb y"Ï|&*^lje`SOgV鼕:,Gq)%"eSM8s_? ٝ0920vGm!,8%mE/cp |4hH[sn$4NE,l# 27* 5f P ҸD@: %bD;7,eVXr/r6~x/Oe dH9٬Ug @izOP{Cx 3^YB\! `XytqxkT% S kF/q0gn Ky:_9- ǟSdA:2D7YoU󎞢^)+8j3j,rg} <SOlFc;)"-PAՔI x{/} -+ P]K!IWs V{߫삈3Y2_ Lfv-8YEЍ쯱I!_h@i3Q"U)15sQ4R&$HL)}7@q{~MsZ]4WP;-]&{ ix4R='>\{,Y6R)G9>]^{sns|6L0H!7`K/)G{51""#p ]!yEXQ… yqH}T- ^jz+awVQn-Ǭ|qp*} ضcJY" 'S1įPURf}wcaS'thvKqU|Wsz: `F!䡞xقe g{C=g "'&kw? //B1]ˠTqF.uAu(`-J \C/uJE& "h0祫jnx(kI?<} }qh˫_m\13{j\6;1F{ŤbL0Vn%<mz%O;?0[y>à!<H8jF.gast,ifeQ-˜ pTU'v;R{Oޭ&_| o'e%^j/lI_j ]dXL\#JE>Ѵ/ӎhޘztqv#)gye:r2?OʶX`"8yu_>[891Jш)I¶@A}79ybոY)6#*]O vr]J|eckP H:3KTo^9Ylu\B) "Ѵ o%t~?=mxfu Q^zq`A;b}L5 W+w2_9kc[I4[FptoCf'q ӣi#-#6TY08b^($Z!lol#ISYX fml1ΌZvFRB=Y6+0?2U^Ѭ8 >,d1-^:L>.$, ?4*c; Kw[7Pn$hXNd /pB*x7"CxUIķ\*7߰KP w=:)My((\b^?C-j$˵ŋ|6Jwld~fjDfRReO燰[{"0ur~r~h(GCi= D>umsϖ l&hf|3n3q܌O\ûٴ^!NF2~bbH9=$9;MHH T7? G]Y#A֜vPUmW  wY8؝]1DջeIRj18BrCYNB‰*?dHg?Kzfa7!E[(n,oLzdc Os_3B{\h\( Vm{.u%j Rj7`gIBWHu!; IpnGGgS,Ne KNiMCT:~\IB"b ~N?7QEuA`xN E ˬi2A;;lՙdie5M1x\=Usx[|7dٜ&)*z'HvgMߔB95!w'qgEQO๩pw%EpeLw%O%d b ?O++Șne,-\pqM: p[iAya|K%c|4?nڞ SJq=pApcg/)+8ql tphpSy5ǘP<a0G qll&xܹWYҾko{[Py'WLA8ljj!՘=URV[ ~gWV[MRVZuxeDm`: &/KV#PߦhxJlķ}?\dLۮQr(ۦO BcwyD۹dܙTuk%/4nϞ]w肍?nB Zkb굺a0%8w:ZW})cza\6k{|$3V֜Fuv.}A"ɧ8Ȗ}wW~)tsdkdU>y{y p,Jg2_&_^MHEμqT#`$q&J(tۤ!%'rvBġ. `!+)f=LMPjK)! _zXWrKD@RSZ_˗"1eĵl\&V?#5yTXIe[ZxDh[V2Ջ{ExVG)>[lQc&Md$hzY!`*_[hI]abPIޫ{.%yC* 4p7Bҝ.υQć51&]=`5/_ٮQMO|m-|D%x<m_@)|Ts,ɟ(O.XO|@{<+vpx'mbI;>=pDr>d2#Jcy?vŬ`[aQf c8'IT[FoKlag&S6Gpa"-aq j]G Cԑ"q }tH72ZB4{Q\JE(=?oV+" 3;yv ,bw购љ^" YS0LZaoXSj`vಲ4xk 28cyÒ'~Xl_'L<ӿ(1Z.AP2l=^F/yE 8~An7'ɂAAXUd>nEx$ %^FS'?I`3g_#8@W HU|fu+]ūAպ&Adӯȫn_,lz쭨mA J-7/^F#B('(SǔŭḦVӃ %6I $b5Z>'JІi9Yxe|i_ Uh>ChMx{Q9%]`7-;cJޒBE+zʩOi^~?S`kb[f#tfǝxrU<*1iC[hXR,eYoZ˅=M]D\%Jdd3CoDpö+S ѱY<ÍnTZ`1[O!>Cz̘P3lu!d]_CġrRǴ5`,dFfd#_x ULši/1 < 8q.C?\N'hXAT-1kJ 5M~d7 Q-Ha+pYZ,} iK 8u{2G "F fզɒsBc)X]mCLyUbhTxCVB>gKQl:E jASZ J*xFhxޗ.*;|Z/^^NU(tu{=y7"/*iA&t4}u*ĮuK鲏8e2̛ϴ`>bHjcU}\{ou6,ifb\<ԵJe[S?~'$ SjO z\A5:swL5KA)0S;Tq3n[f 5hE1[ h,i$ rY*x䈵B)3 "DTpU9 4wYB΅|c깱 Lm0д,] T纺ކE)XvɹCr:6H,9{x<5mADtAhƁ]QQkrڐ8t k!TB2>!)Szx}ss7X~ Wâd!+q<6q,2eMZ0*cRXts< Հ!èݽ#<&}!*p>UOˀ>] ,9 O'I^4PUl-]OoG:U ZOe-]]n֊-MD9ሡ nmt Z'KVW&(èC*]v#2w߫.JsꗊǵY*jR ]o8Rq ;?%!_.^^sܒf٘H tsPIB=*8x o`);{J]V_CcǽV.*ę9'To Db8pӅ ~9_Yam.b@9K $+Kɘ~fVCUƜ-U>}eG];9bV]﹓SrTS%4G\ o62QWD60 YRS~Y꠽JZVuYnre&c˘y9{u=LzdӇ>~*#0o@ۗrc;:wLҼxQLƈ!q7FgVk?v#jJLj5?fRXΠ )Ѓ' *D"BVEe] OIoa3' !|pk] 1)J_),"M[[LvL& ~5LI3-u?U9gj?9R J.O؀3"apsaPoloI#Fc)vmH>y$Ӧ !nJsW]!k Sj7ڱ*o%c(v58Mc`.Ktq薻\h2$Wf+ (h/(]0A; `E"?7ff_. I N&S uqWV QC i''w ,v9>=B_҃3X"*%7#(&淰%uY gΌ9뺈lv(:- '8S!3y<:5{~,ZqG92{.Y "ҴVce-@@4F/3k{,J.KGx -,cO@j42走&ɧX E q%NZ?apG7;0h-A9w3[!rZVsZ?{/)l:ʸY-5EUسJzD(|c9bk;0a-m,@3j=&C<PH ݉@˳lmQ5քqM~iO7)`T"5l}~&UPtVSw~=$2E>-$:Ԑ-בֿ!&=_!Z"Q-3IȥZDu‘+eL6ZN6{cF"d0U?Ɗ㨚dvXQm!trZ @u)NgZ]ʭ`KyGWIA2lc)Z-oT g>5 I |`r:7?<(`bq9^!}6뙹tn\\-ww:DFg;.X3mB߬:|&MCyK{usLgʇa?[cy$V QU2]\ '4F褄?AFf`iT P5(%FSMzU;CSFw̦B &ٕM7Lpw!H̽7(g ^3gZidV٭$[W(^X%MɆgVkΫmxv8#!~C&mڷLbI (X49>]-Wa3 ZHbryNeo4,89V㿗W[*6O=;֜ʋO1v圳>Iu;m}iώ3ƈ7#7[J0(N=Q[[/#?vfz ep.F9dL\%$}/۾;B8N44dnD+\@T I7y'_a4c#3=ZC+dh.x^FGx`ɲgt#j2Cl KΈr't)k}g|dzV ]D0Ajk_}u8VtK5#G]W5 bvRih ۚ!>UEQ%;W}I6e M?S .wYZ,]S3D0 mg4teBE2Exʛ%D|;XaS!;A LOˑDXF #th[A-JUpTx(s#T?AٺimP`>D0i~R'CB&eՖZQ)y8ygۙ7O;]zu^|k:bN8p`Φ?e๸jO¢oiVh(A \"/,TG4R :"ۦ<=7 ;CH9]wWIn<+!=t|2\CF n>,V5p ]gTZU2`} ݓ`[nn-V 71apP|2НӤ?nX%|t[O '\R1Pg $S9dbuKcz_C~ol!@P7ݢzԥB=],,L[xɽV } DhgB&ֱֻL練betץ@IvAwԸwp2~C"#&0#0%YBGV<ʀh `KF,|*]0(0C9YC2o.|]3_`v \y~KȞ0 I(Cqa*_f L]w4 ^YepmJt*@OIi9ӆ}` y+}lotFsoRSH..?>)ֹIjJtkʳϧkbV*[;XA={¹}scH*39/C=h TfKI3[fEO2+)Op3|½HyԿ[ AɯS\:;+=]tb2t 3Q֒HBF#:};_biu XL(G`G˿l*c[zHKcrסl1Y&VJOʉۉM$TuV.#mm kI9픒ؼZCݞ.,"RpTxXFhvH> bR0FsOb`r7w=šʉÑ6bp'L=aR '_X3LBo;9EhDKx%Iƒ+{U74 ᛹S\_*cU:vm!Y!On<' 3~ȳ4:N%H(~ԟaz_Dhi|3[dQO`PZa[RUd\wPO+w@UCATnynhX_f̆]5:]}j5/׹{༻j%\-Mz^ᩃCvTs=)|le <"3v>Q|+WxAwKBn8 >}FSJWUWH'KaXJZ&y UAТ[pFd2D\?4{DdF왋]r, /߄pXj}> a_wH[~`fnab^6J22҇@Wn]W:_Ut/QBYZd>=qR(s\<b7=>,f~{ek%:5BĹby+-XoG=T t1׭q0wGPÊk2+HRs"sހduNG G-ǢpˏXT0fR-&zyΪ4nQ݋oˆb`t&_0}2e :'x6h9}rS(@n O,Tpݾ94rr!Sf4uFQ!OZ6̅BECɶ ?6&HmH'AķgT̈́;uZQIZx#YJQqYC?]A=-.nΝsվοiVZBzHVMsM&gj#x `.RLԩY't1ԁO)mݗWyEcTs^ؽtGUHcdP"+IUxt3I@Z*S<pkb-1ڂ[lNIx$]&@j1V#&Wc܁G |=|\ {eA}bl H% dcAD#U_ s&yl(פ 1F>NA!݉f&lٌA~Тŀ !wT#:2(k+ÙD4 䢀 4ۙl߿,a$]ty*Kp\8/>Ӥ/Ʋh00"hӝK}h *͚vau@ VYPuW Om6<Ԓ F sg0uCuhk KCy!, r(!X 弘kuu -Yٝl[o4qoI,ѩ0Mn6'b1HWt Qrb9Nq!&[3O$Ɔ oXZ#z.1ud3^ ̆mw^ VCi wտ5h9b =xl˅قbYgTkSoA 7h5B̀IЃ 1PofBO'—Ftlo:˶G'0&N&<(Rtc˳O4{ly2٨3Zj<쮿l`s>߂O^2 1>$kʰ'c<;45s5/jyX=̚X |(^46*F\^CjV#F%d59ůѤYQx#uO#8@Ko)t4/J3f?s֚ g9xzòD;b)BhsJ[~{*q]%vBy;'j +\r -{K?,ޜ|l V\%+:ޮm-8G1$+U 1\lOYxߔ5,KCx6~J$;)JPӾ%t!2Ol] -QnhtcH %s*fp_gMNp/g! F@Gĝ_l-^j\kk~_Doi@:CJNMFR+eD2 \k87KT3hFv~є|#vLJ0!QTK{x}hSZH$Z eR qu$T!ĩI@~-f19a|8kc66ZC(lOyT0a!̖&?ӞI܎KW VƂ015%s8S7D)٢)S:C9yNI WN~߇2( E9 a^뫕wGb,76{|/P4khze&븤9 o*[ݗS֊\,# 4;qBU]|/F5UO )*||z`To5q9ܪbW1/Ѿ[9i.sƕ݁5Ie^tX127DEˑT/vŘʽ)P_}[ qΉCo Ň?G670jbՑO quf[/ 9H?}4NE8n=ayW02  vdzq׏AAIb#pЂ#wq?7*+`H^Q GĊtW8ҷmizW {<5ԞRz\dƿD+W{MQo&,;tH1 6 5 s yJ(C)M+ˎ_qOXOM T4 06Bߓ1YW H9JM]vNg(׺Zbg@Mch"Ei_'j.KAa'/btI E1L';x!`k$+؏h01Z@#ԧ.5=Һ)7~ %e cTdN㇒" t(?7#$Q)'@lI/a'Nx`XێOJ0߶YԨO% )fC㦅YUQYnq56>\#֊ P3203r=G0NЄQk:^ oy^e3\V)AsBBP )~oF')l;<5[KYրo~n{ ɮ%XT+ #JIh@k'҉%aWb;յ؄ip0[F3T<oי$݋ RC# h#R(#-(61&t X8lF*KO͐ز?i ,W+q^fQzw!ﵴ\"ً|sZAth.?8@<e( ؍ &E"Ц2Dd$MTxlz3zE= ;~HƏx*T帚s{h];ftw !3Gr0l>ՠ+}CD~iKjO`$cN(Dƾ~J[j)kUX dc:?ћȓ2¿Iύw!@Hq).CKo+}%a9d~%ol[y0baƷ#+k9E{)dȬ˪nv>As.n+'݋H@U}RV"H-ZއaeöupލhnpDrdUavDA*Bkܳ;3bs}4o<u3 A)sn򨖼ߜUYA V "u5I@3ӧ ܪ#B-pN (~`DUyC@{:%Dɸ%"~-)!7jb9A#h(5L|g*{QShUL e4ѩV|?:$bºtLV$INvXA[ ?ܮ܄>o_8ǘks s5nTt_Dj}R3-EY (_rn?q"-hԷ#<)?mrݍ $沏Ն[^ /C&WORmX9 YE}ڡdmN1$6qͬ fQtɏk@47!0 %87z#:x(N^9P[eEN_76Lŏ]j%q.|{00H` l.:M/ʐ ôh()T-1 9좭%RWD3A> K+%`.l*_v'Wσð#8k40M#ԭ> n7S,C$?v] ZG`19mXȪs_ 6Ŧ7lOXe -^9$"[BM{' /Xx)hyؐ-{B}k1X]O\ovydŝ2uz\=(6JdvżP21ϔp8K3넢᮪+4s4 ` iu\sH1ɚIΛ#&zvC<%lGVtۖ*uM384Ft9!sem;9kT݂ ʢE2Y哔5cH-]ngMúڬ}8(@UzXms ;oG[׎j]:0.$' Iɧ5{zo& ͡C5}E0v%0ވx'iҽb%`45}ًAWtrF1ޖGDd g*/4c$|isܞ<~x,@60fޯ[+5a:k^]ė 1B%e:G=[Iuh7BP 8C_}Iӱh iW|16X( K}F%TTro582=5l:r,C ;htjz̥sUz.^]x" OEEIhMǔ{Cډ2D~_+&!u)7j 렮鼺KLWS$!*wP)V9zp]$j7JV&qάf3 ?a/T`st ]zӔ 4 XcP ZV\W$8L{e9j{!7{B,&U,3%Hvu^d:(Ɲj xV UgMb\!J!`pYΣ_TUh[xT{>v'UǩqCBsG{ƣPŪM5q[M(ZC)a)LR=$Ю%f[r~R}P"?'゚d4g<8)GG Rn#>msIw&`d Rdaߌ,>MjLՖ\WXnk7M-{=9UjrNsDMqb-L`GOjmo15`t||4yZwra9 ;Lʹ23uCGan%G d.ƅ_^!+NF{!6y=Nj9x> ݧŏ͡y djXA2EgHZ=JW Gi.6^˩h7/} D<σ솺{/ :GrͤP Ɓ{p[1=-gF`,@gXe V."v-wekBZw()[p.FO I,B@hMIqKEg)EiLA_hdV5ͶW^ ! FLsՋ5 [(0 sjeHe>1g+CY}%=PTX1i`m0;2ԉ6p񊘵N аtKA7?RRe`] m[Huѭ26. /j^>Өo:&U{ ׉ͪQ.L'V$2FV@DQg sBUU+x(tگ&e1YGjP Q[NōTcVNT-Z !9ġykB/Bȑ+].{Ğ̞5SGâ'Ž,r;SfJ -?$ڂ% PS\֝|{qH`0ϧ(4! P@ z`<}Z:˓.!$qս\V~th4̉QUiR) AxyG%z|w{]h'_ h_|v9EAGf=8|80@m#p1|wQu|t|QMakz>aNR20 _J-{^ң4zfUv`"&DD5h2.Wɱ|r,eOjC[eR.z'E ,^JF|AqwFאc,lZ$ηB; "Z^vt:\]#-MCk7S)U J;_Xٕ ׅB6YR"Sֆr L9d~bVDonHGaxSJBYt{gSCm#{${b7:ĂpLa>vIap'KD$Yg?8I`s~7ՑoT˵c⭏YEd.!sQǨ?Y >:V_,g Ĝ| i`U+ dtJ[ )<>ڋ_NN@{8=d&a_`76A4{։z}AGӹ ! ؐ*'E 8 Z1Mҭ/Y|w,]}<8֔ co%\N8)%7_7Ă`7b$3P3nhۆ25?d PG[O}쮐}~s`,\iXHDTE,2Wt9`o b|CfH揯{ X&ieWר@B1-Uׁ佀o_¼/&X*k|*q"u.{ca=v-(%i_^+*Z/΁*\Bـ[~fWݩwSGK{#`v>|4\{<ƀjWxY~_l-`>W]j0pC8%|ʛa*wKl㈹ f+m 0Dr[_%{2!*]2D<8I'H:QpBTQUE᰿ZkQ#&i ﳠe@O5GlZgr ׊] ,Ti[liF0A 2":GniP>)D0P:ˊ?SA}!cb4>n"ašߡMG  *8 UV^Iܟa@K|U &?ȩ+ bc$HBEH8| '.$*{!Y.gga'kVH GPTE<塴uBk:0 ug>kp*fO+ϲ#lYi&.Uv{eKC(eQ̮s,VR/z2_Lu{Kɚky@p-,n Jϱhs#IQЃ`Bf{JwMNH= 9oe)X>/v)ƀ}9^EcR,8kei"0vtqЯO/Ml1ⵌΞa0`N>䃌!pz3 XJ]͘9OxȭtQ26 (3 W!ؐm)? ]E=Ɵ)}N ^Dx K` ;[u'5Lekտw}j9̍ӌurF)RNr8_IB̶uaߚd=^. <ɯnK%"J#gV +$3:`[ϯ緣E5!Uٴj̝nۋ*Q΂`0>7YɽW~ 7PWR }h:*?aS"O: Iht:T.; +]@K^IڎJ 0 @\̕`~C=McHVi( 妥CPkie)YWkw=~nϝ$"Ew tLeLMmi4`ߒ_(_@ ㈿%q P 0Y`J mi!x٨Z@h̩kW+)+*] ex7?gL 27onXRCnYr#]AEfO9X?< Za0O!aoFJ7)vkA*v/N$PUc6dBԙ/>bj<֐XWZ]k?=*.Ri)k}O}Ȕh&mS D58k-.}:4 _[})mV<WB R<0tqb׹hfx.V/\9޻sG0#î㸅hΌnP^ⷾLz3a/@HǯTSLEŨz%CzQ_Sb=ě}qya$WŻ`I 1!?VL[Sw 뉅VmmeD}etJ ^m~hj~*,uq_C*rAL=|D@gF=ӝCF boIſ`]v7J,ˋm1Bî9ŕ/ppgO\b-8NCFs>t59 #pS,/plH +7"SuSɴ7dk"W-!mHzjh~@k g3Q-6- ''Yi9F#ِ3p<^M.f,x'o+lwXӘew: {vUs>nr%0 c;گB4(mu`Sj鄨v*u;Y,K;Jp& .&'?:%k",X8"e>'JN@(&^Hf_C+*9])?m#=du\ר>ZSጔ S>W reʥMQGq']iS9~/_àsAEM|Պ{"Z4G%8''ҡZ(RjI%@{w?c]ZS86cC¡0~K?9RotECہR=} P:]Dsj\aa4b2_%Ϋ !OGyW9輭6̕bGS8FkKa`bM26獞SŸX sX@F|sHC mQ/ ,ec3w8ֱEZ=`WU.^R8`eAgX׾&W&ߙ+%,ٛF~;:Z < r6ZYX)x̳6{BTRڠG>|m zUQ2F$Ǘ[9#w^=:Yb>{ _k^%3B/믣D&NޜiGtUN 8o%  /#^ṷM]jro[qH $] cgɓ7@՟f> &OzEKڵJ )={yN }\VqxZoiᓹz*^E|}Ϛn]xn8[,ACN/rPydo+O>WM4¯ "6R%# l zOLYhPI*j!q hdpZ*)5hM0fxEp&szb?քol189>3T8R[M}W(9 a%*^ߩ~G7;;OzG$}%zgM>l?44' Նc{ q71}=#elF]. /x{ZNMϯ]Nz`rmѰzzΣP8Km-Ye/-SA=go>8]<%nkgZɞ[ԉ*yWI;rx+5GWq!5F'WبĿql<>n1ⲔD C-@E>i$ h7ݯRw| qBi(7,UES E乓wm NDÖ?O}ʇKaN@Gil*]z{CW 5 &Џ-;hSIy*CRyA1m™e⎧KD6~v bAԳ5qYL> _=+wJ1#+1b9o(T\u)ewt e*rbG=5\AᦤEE0\nD *0ɽdH;S;*# Y(L|ل`~6ʨ`&HSG@*Ky*@wX\JǯL-PpTDI>ۃFA"$L ɉ\ e}sxGs`-=sy \ƎV&<zg`љq#x|Gfdb?_ ~Yh5R_<"(ql'/[F&EF4_ ׺Do\uz0Lۨ?HoFB7\ t-9LRf|NcѣzSOSbRlN&d ;EaBգq ۧy/Bz'ؕudZ eMqLO^l >\n )Ь.BL! d"|P{e楲mwqk1ZLk QaKI~ (%*{Vnhp-k?ẅ́*wHS:7 ui䙘#1T`TDyHGumF`/FZ8WE.k9Gq{'U~(Yvhɕ"BG7$ݢ&+!c ׆8 <ɢucŞ _ F:ՁBc;!B+[{RZL)}=uCE-(~G*oN t*9@ ap-d" 5l>s v;_G{d6"ȶAڐukWI9f6fύ-Ca d,!B}u9phbBBy /D)Np?᳌ON(Ʋ"$= ^5 {gZLM|Y1߾Qc\jYq"?[(x\\hL] ڵܭFu7@ L8G{_jLq?R8_(F/`pܯ'_Ik\.h7`FJLF`kZjē+U= ul);!0\jT?tP(_NZ p V dmdqtka*5DD뙨aO[u/|N#+K.:*QENOmR$dB97 6Zt7`LSZD6;Z8z x/}&k]%~K ZF^'6Sv1/'N(0T *p8ךY_[+e3z2ƀm#)ţ|ǧمV^\M=pB h^C} CXn'_%a6|;L{4u @4 H^>l4t`[5Krg', 97/F.y'ʩjRV,,| A0\Llu?>R s A[ /\ $+?уEBkB}sN,~@s@J+ހSw¼Jhj0zD3U۷O>{"Z-Fخh&O(ϑ匜>S1O(]9  3޽CrRpB/Gˆ g اVNT @[v DUϜ#^e;3W!乓LUvcr{#j憏3WU=rHiOs, u^/k7!e)֗ V jp2S_ W}R~^0CvQj;%/3&DCXD34HL&.Uq>żAxwRSV:17m\/ }lA[4)*}7fOյ{ Do'5H ܇2?ĆpaFNIZfoGy3VƳWr'MG gEB#͆s;6 k6&M԰a9(@*Y;jQ̱gÚV$~lM-v& W0lP!FAZ\j3Ŗ>LqOvF'n,> =ڔ+qOPK37pNS1AvғSU2}7<{x.S2GDhvp]K'_'b#b̭r#]x3v'ā9HڃTcKBqIM73AVq yx$l7^$w0"k /o4&{mb-9TΒqcՙh,|dp{.guh^!zOW/<[9d=uU S8$YYۊ#YCxVz̼~G P@iB(7zle^ bV%4o`KIwͷE])$"/#@x[ʕRG^sipc}7}J+tr3͹7 ;-(Ûo={]# LR5+hc%⟩f+r?Ɵ/kh!h*\hՕ/]p4נI7PYԢ7bŢפK;ki&^YlФ~O~2N 9fnA;0Ȳ_ $&@q a|q y#[_OfZC1ȱ&\*ͥ.ot J54&B~HB#|6} Mp ^R=ǣ FVyc7aLkn%kGdrAA4M o%&,lTR$k :%U^ A.]q.tZ=O~}wvȕ4U@u Ejc.M'ϏC%B"qkW20n 9*\KVHs",ue 1C(;sl.A~M?Iֈ.+Sj|?q؏Ö4ROv5^g_ۀ>K;kP]bsvQxrlETFS"DnE')n&*yMZRYBa8z4ԒP gYR= KI~<wS IײFٲt׊j)g8 L9tl#4Bm6T9||~I #H5 UD $EZ"-m KuIjZk(m=N<͵Ґ;'u d܎'Pq9ǡ!r?=-wS@]Z46I[/F^GB{X:pg=:n Ϛ,;ydn:Txi@/lv-lV2$sMAiygYv۲#9aA.s (V kd6,2nK[#]*kxt+*]==,"{ro jf?lD@6~XV(KNEnU!˖sZC|ۡ4Bi{J- `8aK:Qަ{WЋ(t|-I62ηҟ s)2Yr, )+{O\ ;_={w \r馉~ ~2|q .YJEDΞ~F ;J w6Y>Ey%\qmAU.8o^&R"TدRX =4H?a?"tǓc"͙;VTp+/HQy& Q YEaDy׍L:s g _%ʃκ"\mAɌO$O r",mc_&F'蔥E.HƲ<4" ٹoFi)&ycf9YU6md glE{΋4iptqJFZ jFttGw%v[VnTx;镌 (m܋h.Q(>%ipK~vR[ϣE"RbFq~%ėhZSK ™h#מb`%+xgHړR\^mŬ`Ar1ܔJn{~?h8g'y 0v\ԁpcLIf޶Vs1g#*vMO;uq=.##O^ٌ@Ef,1 #P_AM V۹xb[ {R}^$z |t,RSkxۋL Qn+*8}n j.MLPF}" يDsdc> )R'K-lHIo0c%]P_3 bx/R".G1ܯ "~dh沔/1?[=鴚U`#O0* nc`&Y #qP vjb/o3{{>K~,5 nAYVf?uȌor"c_zр^/m o؅dRxZJN(iQ7jE;`pY~B:he ;6}~A ,nAY-\йCѶsT)1R5J!dW܌]}V(~#LtDds?1_|l[Z1FTϝk,Mݪ g^*!]t z& xV{uLVȰ3P rp #YFM xJWy;>]Cl,.Q@&I?ưGz%f\mZr :ې!u*, l;&p&,Jne"Sw7w!(*gmӈ_ϪT>zwh};I>ewbm@SC;0<&nG'ZNBvJ#-Wނ{pc@UA0|sۑS#!u+z D \t.Iq,mt0UN/s~-TnZka_=#W bE1cb|.b1?*qtֶ"}k4ԓইzۖiX8iVɦ uxNNaćv^m̎9|X䆌{R06\ 'W*(q _xumJ1 T:`5&"H E#Zl XuTЊeVXg1,|(KXaCLVQTڣ# bU F7i0Yo ZQ^^I$kJq %8g'"'*xLl4?O~PS<=܎1'Gݼ[l K{ _TI2J JCcԬ3&+k/ $/9jgOKFO e筶}A5[*ASR/ ~iSYqFU {>+meH61^GSr d\{d H6)KibҵGY s*t (٘'QۓšhF[VCM,lI'Qĥ,Gh%wIR"ipx EڥrvuFx9DUq*$VRWlTdU7~=R'P.)!#IPTa@k}q5UlڐVҧN>_::_MłÄG}X;c^"'DYŖUs3"rS]-R+t_$ئK"glV9wEl(t|_~Z^֏܍ބl:y쒒1 WL1ee㳇~W 36GÔw!:|.9`() fM ~moWzgoׂM#ߦ:dsZ\\B™bx^'JmրdM ƀ" [wOy$9\34b(Q6HZ|?=1͡5JďSN?f_Uck2Z#5Lx9mB Vf*`_FB\ s|8vT=fC@ reX:CCoVrsp1Ԃg]mVfZ)W"{//IJQHLi܈7ooMPF3T@ ) l 5NhC/։*)P@|CAmӁ.jOqPWF}9!) Eѷ`v>nxOA +~+@$t N)q fs/Ѓ7JSϛNˮtǾY(M1bcs_E}oZ#QG/|d^$/"{O&Ƀ~@rh2kw؈d`ӷFL^P@ηdJėVīL*]*IG A}k1%!]`b>#b'p-2+ ,c#"|1o9~O #ʶ+F԰ɶ΀5W ч$SkiYY/5>ズW pF{c ,liH0h3#W?E>z(KɵUvp zw@SVfԀJIA" 74%IVlǏ;RW̱F#`Z-i9*jUt脎ϕWW%gM;/c*PZ ɱP&L"m>:g_wTy))E`[uB!U\I^G1حn C{爁8 ߴlLd!2Uinv\c7V̌+Kpc/@-퉲Î+PB[ԉ8& tX"J-G_2ZՓ)d;M96 cvȒIg1,We=x4U(-Gj|v\-<% zTpp>ǬBi˕Hm"Q*/GF8yi&7Drurشb"2YmeESfp9_lѡx\ݒWVNgG(c [D5ѩU=} ezz ~%Iz迏S^j#UO' tEp,t=rאH4luX@` Itߞkw`P5HP>v#&6s%mںKGe-is% D\XChU9M8}~*O,䍛9Suz—K>G< ]$P2]'HSMJT,}a* JArͅA& ߜ|BuQUVB0o<;;3u8C1BqQp .#"WҪьR&HA+i%s &]r&mp4uhh "T;HFk(^Zh zTդiG:ݪgbT~C6=@ MB/;?׿b(Xnש9TqeYvvsl'jnbc%c{eeR#qx )nL[ a|N!I|!Yza-S^W?n ,2^2KVt~ϼd=NEUJ)K|Kiw4a9؊-\d"X`he.muruޜc6d:sb'v.l2YݭUJdDLcITAOYG<kT*֎&/qG#)MuTf$s7YAQt5S/U3O~K{ X8nk-G4wJ'Vw4CJEm:eLv?:&~'|)k1oAx7~Aބbya)Ift Α?k=i!bu4@n=b$4;: %g@|쳷PJ+bObW>ʁܷKeUH\4CK*2 ?P6ۗa(|A1Y&n-:n_]iY"̆й5D,4^K[5B?`O+] qS5)]ʽobeK.2G7}Qmd[-1=*)#Cxh8cfJ Qq!;^V%bXtC7`wdձt1=Œȃw)a(udb[9b[JY<K\R6q;??;몦] ~^ja^uVO'&EBcX+ $W=Sև<7Dēo *4Nп>&6/,f7BT 1H ':mD4)DRd1l P`PJY&5&n:I,{̒|wiȦ'&ZD.+1@07+t ڍJj^H\1*  k8|WdMgh''pH!Ax#*o hw [E2'`yۏ\u<;'WɨA 5"ٽ/`˿ȉM*$md ->)]e 蠢6P>r (&'ЛEw#@18Ϯm3zS3gTi:~@",XJ;KuԣWmz [$,3ɺ :eDŽ |*T=

-wh\䏖'^KK-#gC hZ.IOF& @,R+@/@hC~ @dl|K *5JԬl$cؤmMDF37vMkI? |$0zqKȫ9ZݔGՁaQPRt8\|xO~Ngf.?л}s%:Hjg^uAe#Rr?P/܋l--PFoq.guFXM&a]ApiX`$G_aTn#@mȖgf)aqM4@VCo4zrD$erFCcn8C8+; !KlΗ(5_Bnq`EI^> n3ÎXln;5:.})? 1́$~ăgLPc>;Q볹w)"3*I x,htl;DB1ANG|mL;H6jPMӍzlӋq:!4ۤ"55:l~&_nve Ƕ/b+ dUx5JAb6FHҮ5$c^BrwWl6x&i`eIu!4 $wzwj0Z"эD@[Ӿ4B)f$[H]GSY׋g'-1}d(x勞Oo]w""'!l  UBuY2"kk fIo }<,+$˷ij6g.-d^K4CsgeHfܩo=".;DԠZLY u<ٽUUs᝝0s.]qc*(,L\pN}%N׃PIkJsA8w_Ak9.Xkjf܀KZ93;wo5n;B! %fLT̆A{<* Cj(V.( 3[j8 d0XiBo-]gSe{ғ)sF(G?́xC\UFiPC+f#?iywf)OS#qؓq'lY%㺞DL4 ӽ(/Dʙ1% bC1%Yک1#+!66Wo_ غ___ŵd!_}&5>Mre(ϫDbeh+YMD fŌ:hF ZW9'&٢o7%^Db:!!,?|vY]͍p8# ] RLo_Qs$~a +ZWdDHju#'T4& ؾ J9H5LOS9܏iG1 51{^y4ǣ_LYlg\y2'Uz]%t(91RO)܉0]N@OJ@0oݛw#|4=GCcEUDbAKO{o i,M#nxw[x5t&YYlF5.i0^x"V=ޞ#D%MlV)\URi"/w0ՕWma..`Jؙ Eʾ1iGMp{pRrqY=_.T<}KD )O 5s!Wouls4YCrƣ{+Jf-—ln-$@֏\߇(Gʳ#*]AssxVקXn׌1Lw݊,* MߎJBSip~ʲρ&>~ ='vy FFB1cpF%yS6ݶk*3;+\ x 3sdcV[. tm黊hO :PhwXg3d4ORg7m^w 2A#26{c^05't/C_ ')W@nGEy.1Fk:^[h;Pu*InV:4ضC}P1U0.%֞Y|L+$*+TIXJ?ձ$y.nY6瞵t|mM%{6skt+cm1eW?y jQʣ[!߼}D.O'Ȍ)iNR]-x񜱞bJj8F2QAcO(חG#}⛚_|)_T7ފ_H)$Q+^ᰧA57=W 0D:DgFӅaɐζ%FHQW  ͸5%!4Z:GQeH~=~ʧ %A(JfOɏyzݠ9PGy$q 2HY2~;s-wH1K`G؄WN(4{zfqQ7i>gWgW>܈o^pmMRK"\ ؘ oByd 5n`ggXm^}秬K%R]e#UBTH/f0HĩǥXIO7SKavqn|9)1лT->4T@"ǮGc3l}S 7#fW$U oB.EsAl vG5=X[$ #>i<3T_(8(zay0;@?L~6onw=²^@:E/UD'piHSnS9RWFJͭ8ɽ% \~`6zc>n)@ `wѰy9h:&fa:Gs |M0I^T hrݦP ! !/֤nJsĈ-zFWOۥZҦ0RG,et:,ѽq~lκ( WTݪS|v'-͛s8ofRp08x-"_y13ѕi3=}*ۉqyRF)V>q[MG?mL&ME=\]ۡ4fÔL[&Kq7;W>^(ˬ쯪!4:X^]zV] ùcǃk lZ qbAh  $֚L3eur#.7Z[)=ǰ9kr̘U\muW=50H p⳷ҳ֮u=9d| H$~rgRt D΍6ԊeO@q ܳ^224 s߰x`%)"I?z^hgy]F)n m}`6c&JEͪS/WN)Ii~)WpV]6{)ܿKu6=Q8\*K`R۶q;˘϶lkMdG p,1{CGk/bYc{ř:q >0Nϡj3 f1:'tk?4cs BSW$E]-3׏K{D#o.5)[}m2!4Y y|i۵|46&K u.ܒ= ܠJj_s7K >49S!4V sm^Gv{KAѰ+,5AyoYdzJY  9h^POA71#8Ob-֡hAWʄ`'1 D'@H&$ZQXK3ENH˶ֻڹBbWz~_1&!|2@sOc Ϲ)$X'~/* YY((豎sϵ(pWw9$ndQJ! ڛ2PdV9$.$%*]K6j0|) $MJp;ՖLy 8 $+}0UTn(aO6yGCXSl8Pb'~|t'bs1܊JlzWʛ:y%/#jAg NQ/e}ݺP4ȏ*$yh &eTG1w`|4gPCG8䱲NSaq8jϫjƋ5^Ww7ez6R#0jߦ4tw1ݠ֝C\C Hy% $_)W[3'ۻ;ZOb 뎣P RJ3w d@~\YN߸ /͓'%t9+ X 3 ]/g2Y מUuYVڀs5r^qԈVẆ-n @C503O|pN [!f/(%,֝Q)T0|Pf(TR$L/FO2en]$UsWNx}jXh2ԏHG(=ǬY {ivN01Ўu& *KG7S "*|>91M Ud*ͩ8&;a+&8 k SHOczN[ͣdf0guC3UL25l[CNo tۆEo;A5Un;&fKjb+'P=zBP]Zӵ½#}IbQԎX))McFNxv3K8_US`ЗW3>%< )W['fK<2 g}&ה"5JWK|`^KV[1HL+/;&`"+}TmUMÁGjawlق&s_ (e-cr&eu [~g27^ڬ͢CꨑgC<(u(8hE͆'l$$D5phF|_6. є]7=) ߱j)ݹi@R Pp, #B0*u}s{% `SF1K(& 8_&%@qf>έ@܄qNEikCQ6L$2Upp)TIGnƙ2yԹ a:\B"LjPvű==7y #¯.|jCjuDj> ʯܽ-6f st#r2P q!V-iZs/ rAK(bˍ)Wiqp;rm"4@D>W)Pq62Wg;̗5bW"d$.1Q27Qpҧ #䚮Fdb)o|X"e#.Y=rNw7u-EzpnW? cJPFj>늒;66iEYgݫ9$;d.'O}b^h[%C| cN3&'ɍp+Th?uEVv}LEM J/oF[7,g '7F&NxCP G;v?QWcX%qԧpj~vdJB}@07-t:DAD#Qn&΢HFqxt8v__zg l'CQO;b,ipq i}n*Ƥjl&?*_9 nT%)՜NyT*!EfhF~ɣJ%V }>Ko~'`<8a Cs~p|F9Z@Ә OFvJ=k[78x܍m|$@GMRɮ[H~qǾr dO[G GCΏVlA芈'[F-3V++wG+2f Ln2đYRӑc S<P\}ߝo{ʈ1 $M^\2:^͇3vK̲&dERl8ϗ#g Xз0RT|[y)SD}]$mE~pkɚv Bx3춚TP:v\ jP_)HU6J\vBT= O|N;7/?:`Pl>QN۟9?{yaz:s3$˵~ڙ8Bp3dh\MpѧG _joYAYdYZ/7gxjq 7v`&  FTflr:tNh^ am< ք+5sBN*<4 U z\vP܌4reWQs ΆDBz9]CYvug`n 7;}gw',2#Yna7aVKfl7V\d˩I\$=[Knbg(9BƎDB:K1 pyeV9>#`KB!fFx?5#0@ҙ4V2C0Yg:bTa:;$zVuK&q>'S:\ڙNm-񿊝@Z?E*:}i]sf0Y,Ezа=IڪRk\Aۻ|mf0pw,akS*0q%ubˊB sP`_I}Ic04g㓴Kt $WC8LbU>|%O1^pk;P(DY(]3_Xk~]&X!v997S},$'Ԫ}3va GD`2X4 U+F0w ~tKQ%g0(DS8{&g_fӌNb8xLZJ'¯#vjv~1Ft)`p]EI\ B0 -Ro]SHxF (-scX24W7J▇#LNvafdw^MuL0#EmnHAS. (H}Gz^)Z |cN&nʉ-J~Q^0k`ԓo}'S$pL 03ޅKaFq1b1֣ P'>++(Ճp[4}Q kkMBUV:XDrƏ.űLGknZBTYwU$W.GZŋE༥j5]4v~fM֜(#@{]Ye_BL`GU 7e7qM5h0GznXZ0P;F_n-=V)Z7eݷEO΄V``KWzR/ #3& Ӏ&!ʯ P0g^z*8;{:*%Ⱦ!T)"lO(qUI./"xSȽ&:)p!+l6vp Aq }A3` Ûr?ŔJQ bhHIu^Gv>D$LJ#y"=>hk[͈X>ȷG׍VsB5T`޵,3T?qLM0WQ$(H0*]kMOP Ć=rt/@%Ѿ9?)&1wqӤ|j*f'e q沴M7jsgaa2qo3i·{5 D+_v¯(ce]ksGĽy{=Mrxbur?h(+GstSiSj@:؍L˂4' t5ʢ؋?v֚}N> "rQzJoM LlZƩȯʚ GXz4 bw#}̼L[#QD$oJv7z,pg`å`YB?J~ZNViEDJ-yaPjdUbUsZi'4 sZl颐͜;+8z1d2}m풪EU~%O 1^-Ar5 Y1\̡A=}Q)'Du(D%H-ojl-Qu%5.\AQRx!Tww UxQaR2ʛ=COːkPv80oJY>cفoO R*NFJ\f41HFGBI_*@BF6\VY}#ip8IoFl6_Է?B.Xs2/`#%ejAJpmjgh wXz_@Ng3vYۑُ |ᭌyv\)PJBu 6v h H0YFY*kKzρw  :w'ߢAc,1wˏT]}yU$8T= FeTtAsFW:i8m=Fbm ~T92czq"/?Si@Xϖ QjW[VuG>%;G _=@J,rlVVrQ2BOZY>g SaCZ^Bi _qx;U㌎ jgX[p}{c`haՕeٛ.ȜsE"}xw,N$pY,ӈ@C@@Q/0so㻎bbPkJc=Ӻ &]Y4M^_FR܊,b|\+ĔG0\O,:;]3XLNryV 29w5ԭϜzO"CxO ?Z z5,=}DKp.b?A-;g͒wwó@k5`}i[4mipcGb`\bOR(=9{mP_HfxPVka VzO Lވ1aKoRF G`?Cr߽u&.9o5OmʚC^,h%#!%c"@=h(WZH\& 䦕a,dKl\A֐mL9 s8gڭ_ђ1TqƏcS< cdL!)A\o&vF r*+π0?xyXvUTe]G!c. `<-!5.ŢZ#;SSEqPaO 7;uZcY1 ^a/RʋȹlnžMF `:vT\giKLؕYB#\;Zk'k=[o.h)ι`6.Bg'SR>`K(4wG,"?{!5]D>VK2u{YfR\DcԠS> 2 ƫ#3`.J_H{O6Q_'a5lN 7t=fZ<Ь3Al:|Pevث[֮QXui[zUYLL&%cQq|KW ۓSTbHrM?|ٳB@`d x7%+cN0vR"QVǢVWYN/xUS`` XpLx06e-+3i# e-rP MK`8__$ʼC |pV +ʔ8Ag^r>mkjV T0#d [׵Dgess|+"sH£rNJ?Tl02kzʨdNi{HG惫&Բl٨G .q*iK2L]DpjC[n<_Iߜv`KQP rqؤR ۷Z&dz. ܟDYsІG> ?:x\ Uһ4o,م]5Q>bvG)k8M02-G .|^` ~后`T]FE=PN{K[oBc%|۷3H%nGu``|^,.Hpnj G(aMxF H[CeA -Ϥy݊B!<z\>>:_Ac^;xw#d-CA;ʼn*&sMJ_yQl ]|YB&Ƌ'Auj4Ogp38Æ٨CJW~C"!-V5pp6<{t/e ؄'5΄btSuXV1 (Dq$7JbMN tK5+mn;GQ&w.χCE/](8;R![-8):/ sП[p}IuAq+MVNCpi46^9Y<(lp=WkR2-NC$Bh\ڱϝy|Z-ꖘq35*ck3cFi9`t[mdgZf ! ZGN%P]Y5 gfFe"4Zyچ4130/0h#oc-[ 8G4/Z3Up~Y_Qk'd<}Q55Iw2z --}uYNd"mz f{Qgpg_]Ly;1Kf=fVypdw%%JƵr]Rv/eŨ~.RMd- r_-x /madTu<_=N. ;)ٓ>GXPRKj&z00$?؆{~m@ xX.[]n l3/pQk[aދ-MʀP7G0X+AWԻR<D`heĸ39-[[hQRTXO͚euv嚄.Uqɏ (eʢ SA\UG}$KA ?eUP8{~ x&~!.ԓ}]\Ц:uC$fQN 4.Va} Qll9ɮ,o6G2ߪ8-lK^yJQ>n@V1h-QUI431q(dMnA./9 @--h mةEHE;vFXU:m{)PJ׍]cmL=\M/l-,*T>G^<EYq1wYuQY|rtuٴ}M~( hףxr&Csz'~-U%Wd#K2Rѧ٨mR`Gt>A~r^[E'|6(YBvE_~y(^  u9 C^翰;ജ-(B~zc/νO4PUC5Č\:R6gOe(˔~Xy~jcُV.~{'28(V[` `^/"ENEJaflDrn18kՀACD nƦ.O蚉N)bm`$Ph/-U`%Fe3;a҂x/#(3|(p,t#a6D!SEd&="ݥ6 ;Q>f:%8`ѦOLK`*'N, F!ٵxsm]E`4 lCJdyݢS渲r a4bd)kݺԊ6Դ\"DY$Ҕ~%l4{ 4X\-W~{ &\- `)b='e=1A`Pd]ڮ{ORl;o9b'IϚ!^:wGRPp457"ySQ{gyVz49yCpӣ q=bYB`Sz6wL6eym`#DEV[ swH}/a%׮N\F"@?ر^ uS7:UB:6Npw 449D` .ֱSPwEt;=yѠ>j,*@;~v$`pU0&& _ĪJ3"!<.e/n&[">M q`V?{n))oQy2uk0g4Ȣ' -nO8c6 /33.G1]\49╚tY8sIWsx%i_LY6U%|ܰ' Ƚ0%V/忴 6wϤ 15!]Hr1NX@"/tJxչ d3%s8p=¸HWe^+xR$5ݽ`DFcz/ThjΟQS+ $8]>}.n0-oF:M!<S2TɚXcy.tċ?sk0g7r"pm'>wW|SvFB+ĪTe{GEUCWVC\rQqrӄsaq?SAX$FhE_"ẁ$ T}Jw/ wcR9ođv"p_&/J5UQǹ@N Go+buhx T j:pDoXˤQC_@|wj/͛gүW+MN4 ^50d23AogAۻmy+3|M|$#E`dzUwV1g*>l'V-%,&oc4b#M}R&z )=5U|ƌO,Iv_=qU8vg6@-aԲ)򈰐GZqq4kr6ڢ-Ё_{<8!p##1=#+Z}ݪtN6OܓaUAsoS %fK.ip,=QjMs`x3'~`18gHYƏc QIt6H1U]vc:F~d8wIQiqV`}FuKbR5aSUT1IXvlo_~5#x{b#Th@bM~zX g,5pmLUFUl~WMͮJvmN̽I\SdZ1Io=VɁŋdjoxttH}*rrs}|;C$@ɒimWɨD%a#rrݧOvwtMNgFY6{1{_T}/Ͱ-o4k5e乏t^^!Ɠ2P jV~BP6Y2zx#>ˏDߐ?{o\t 90[= lEekEzLdϋj ^oCjg$ GHshw 9A =d[11M~J~'m}yˇ7%_kB5G$'ʲ(FfqfvKlhbIF>8N[:K'@<%M b%b0F1Q,jkhb#q/J͇n؆z*wͳ Pcm9=ϪXO|v,QnY<<emR{9 QvCwי+ԘiO<@PrW$Ze;D%b$#rsA2۵S7:Ė)"[cBOT),>Ѐo NN>7d\o}:5S*lq gЂN>rx31|j^DZQպan𶜇S=M6p*]Dm[D.5_>;6/ ![AL3 !7!Rsq]wY@;XC'9)RPcɁrb|Ųx e̥zƹm)h K*"??!OŃlOlmGve;q"ОcmHt₌*ׯ[qF EbbkaOȎl4~ڭN; MYp%YᵓKF݇G3z#Z'jSXϾ.-IT)9 EuGb]ID4؁*s1QGA![9ӈ`K"Gߙ.!.9NP yGy -DX6zSYbk,DSX/ (J>l)0: L?15]7Ѣ [TOFz)Z]O I~N骼`Xa:sx;9fHNrmq # k]/y_*]H OnaٵkW @w@lizƧ}KI |g"-mÌ;SeS1UKŲs LGǩLƛU|rE<hUf$,ĕhۣVK6|9n ʑx2,4Aq RƔ\z=XbVӒi-BWi W4 tFu w)O^aВh2e͈(#rɤ'_!MUu,xiڮxIᖐ4ꘁ.m#y5ZwVpJŘQ\SI2c$qPg!FݨV1Cv]+KBS~gqu7uN3N-̹L@AB'U? >tҡA6 C9!>j9\SoSqU0\*Zᵶ׻l;3PP z gHBka }p܍ ]"l6]9voxؙ|qsĸ-QOUx1:+zZ);,\Ghٚ8٢$I'E(7}H|K4IAD{cI/:8Mz>$5dچBg2]čHɌ'jA)~.!w`&EZʮŮ`FssZs;Sp)hۏVÍx\PbfT*~?& KG&R9%b5ƦΦ'un'Ы[kFYrW+4bM&_0+F"9?=e v_!C;F] 㢅w:8"On25&MSSw ˆnμ:&{#Ad`fp>}b^oGE9g yhJ;Q]W4PqAN̓)8oŷi]^˘=#3@+d%/$#A]@Lv"yhdLE`OR Xũ9>X(IWUܒȨ;ks\rN&)|7蘂q썊``7̰ ;+"s0t_]W]Q=/8s'ty1;KoB 9ώnU*Y{i.?*h_cax@g[n÷4؞`u!53p}wa[av́L\ G0w_13D{>KU;((Mw>LǬ9_ݛ,(zOy '!uƝvȺb&b.`x:(GYD8~s_K ʐ{#np8lOѺ}NTxXƧ͠;3,颚"C!٦LBlAt$d_963H''좞mR]b l is|[u+e#4s_臝OMLg}.W?.(Eؒ{ls(_6"6ke $1 J >-3Cqd\ŶED5<}Jg Z]\ltodq~'y#Iu{d{o tacyf~2޵&B!@ f6JjENќx6D/xB *z<S#{go)xgPq`"^4w&=䥗*(W?WOPP$NnN4 ef@J9&czηRPjW+ P h#~lu.9jĆf$~ƹO(K[ҞuO+8CCE1#M>hgM9X R2׉|m4vHve C~&e0S1ux˕~L_آxP []==UEKnSf-OG+')ϩUQlg@f(@A/4 y'59WY|𖈯AvLׇ/<<+a1SAXn7esUa[a7梣퀱 V@Uanp0 uYG"vd6VE~FRšXg~7Y<>V dZ}%xLapd{}9:mw1.+W›Ia` ߭5Kz^dv58 Pˢ\ , n>Xh5OA C|W2jVI#  a3%@^#1ۘB;W.0g wSCr=׃cvML4:s }&螜!#`Ñeӭ92PИM}: 8]S5kߓd:yҹ|nCB|Uup 88)DoN6.w<̳+$t:::˪#uY٬`=ggʹI z`U1(S@l :L=Hwy2mfcn%=DuU9sf@J{Uݘ+U-|'Opc(H{`#XܻK/`n"XD{ȅn!;H mKZ '~y Egi!=q0\͟0I5~sޓC1pFV-n$x؜E{-*>%]>ShC [yW{0 K̑IN0 Qh* .QIm=v/K iB Rg5=zW!՝#QWՁ@&uЉ>2t'<_B.B&g[ #ogfx*jKj"K ɀRP$[v*k~g ˉ43b(Ȥf(iK*.Օ*3$ \w? /<ѻa>C0J0~ pzQsj}0īВ֦MǠ_>f@yP$ӡ8\1_w[g4Wb{zk 2.vpϨ$P#_3"Μ$̸zҁfTAר-tS(`?Y#,aOi=cI 7F ˣERI,? oBh7khw?S n5 -#ˮS |CdM@(&dWtx1ߺ4Xz)qZ".AJ,v@1׍a>'J;4λہxo5SNC_/+|rzNw1|ִR*׆35 ?۟Kbdu ^0ͪ`"+5WR'Rɼ&U*Z~_a~nj=N"OnuxrqȪC#֜s|vrIpU; _+(0|y1ʅg1p3Z:r:Z5Q?>#,xOɊ=LРFO9;8AJSJeOF _|cp^zVV$XcxI/9zΈjPx)'|xL-/u9&Cdyz MB(.K"VS9i 6b: IlaKew&#(jRh_qk'gChy$2j$4ztPW 'ƨÆMlF㮿i~KUфqRp^{{wb]Lj)+@]nI-mQRzB9NdǐveJi?Csݭu@_|AAE9dX\@@>1WTL‘#=/ ԕ#flosDbQ+ 7[j_#lGhΧ@Bb XWb'\z/ eJ(vX$"5j`UqD`=,dTӿe9=h9?nr8oń$bd2X/\ϦxiadcP-g&4Ay:Ď `\W9܅hx܂"Q7uӸ{ !n8vL-+1{"h6|ٝ 5 ˁ?_bŭS>)$fV<;N"55!^쥙EmF1v&К@(,XD: $ AAGAj%PNߺeTW H[ xE]ؔU߄!{|5#A>4rԦϽ*Lj}ּLOGO bQןF`lx /$tЏgMe()<Ez'(c:;4s&iYgN$9]511.-HL\GRF9vNZy)EK ?}|L(lFZbި% )]cnߒBU JDCcoOx晦]94uȤJoYiHJ2dH@{4vGhcQ! j/^bk5X]hb=)SԷҍ+C`|e2ݤ\L@oZTzEHk@yQ\PB)!`l呡 ! bn}DLy<ׇ Ɣ# }b11RSYF)t#ţ78Y3yS֦%9i=Gh)vl6\y[oGuiĘ{x 7W?۵~g{hz/ެ n 젥ҙL/ lĴMCftkכɐHf$v#;IJDa* 8 (Lz̀:RV?b3vU8c#*֒exԌ#=yp%RJB͹_ۧt 3R{**E1J"#9Cx!7D($1B ~_\C*,J/SLm[%9JJΖ=QR ig] ~ ĩkznUy:,ØuvssyXrRbt<64?LV9'5F~l\#n).pO[9.xNZzૻ1C!p73r(L?<7Џd"pc„GITp^X,/jsω#L(^X]i9*8!'/ {%O VnYFk.]wد< sn]dxgz}`82KEXVnwTŸHz0*7ecKz3dꪸ{ @b|-~BK1* Dk ={IS9+kf(1>װu1ep\P>2% .b-39ArZȃq]1úb%x] .޹`1^0+}!8o?rd?CKY+I~N׺p{ U53含b7oxkmγu=k5iR3+Ne>A@\‡HGDJx`sRKtV>yc;P435svBzA7:Ax-Sݭ)""$ȣBTfęXT. 4eVx3gBȬ?ߠـnTw#23I u9$)}pyj 3s'R7Ѿ]6bɶ@g'mdOI}h1+]zF$8kW&VK,.('n;{-%n˄&| @nZ T IH=s4X-bQN\Mƴ.hZM3IHP%@ln{' E;*\PN}s?i߲ R:̀6Ǣo{ro+>ù-^j=aRŋ.Pmg>B.<( \DpڏnOq!*=:%*$rxO"͉իx=T)S$"R(5GђoVXK|,WN 4TS328&&` M"ٮ7CM9T{hF'!r Ϸ^dwF8gdKjtRVhX/ܐ*[gvÛ}Y<&M3"YnlŠ,?2nZOuh"K3# o)O3X#ծV+  ?[ sG؈¯-h5Ό)#>%7Iuhu>ݰC:s<{p1Ș}yk䋜Ur8l_{U QSBA Foc|@N26;I1exf Q>Б*wZ%W,"1㽱Il-/7nkrU(,d&ZYlHNvO^vV&8Oj"D(;6zp?#eQ`[~خ;Oczr*_ZS[OzRKXS2!{٩n||ӥm_;]m-zi7i}tey~Y@;J0N8g)L^/S׃kQg6 59`TV!HYw ͣ Lc:KZ+)Kzmglt!!cKrlyI:RN*SWAFxOvxjyWKė!;#n3RFx(P2x]_d;DBhUvro'oE+N/DxkR{Yl@JwځiCie%WHkxsjҘLK&,WZjӱVm`6q1=<ҧy=7OR'!*A ? B !-^Xɘ5ᇝwaz*QAG")fwu;?Pc |&%4)oxh_ Rp:^6"P_>ku_| ]]U+irI\x&}VP0M,6\-g#7۩e{+Eڡ(DK }SS!yĎP+ÆHmo"a$pXW T$Slfs.pW}赱5JKR  } O\jpWfK_<<`5hQ 1XD^Cfyp ^A* 67Qp~Eu'!*vq 0tGzeDOK 8ыWV!(cێr_X_ڻY4keP{`5)mfWV4<ױHV-!zX܋4h=?bF8twpXefؔd6`#BWl>CcM=rSDN&{cq`D'|EIZڒ~v^by*Z덗ӧ*K|}z!_ON8Ή+?qXlj;Zs1}Ƞ>4x#qvVj=aBm긬B(0jоAo@&5aS1H3(I*1Kfۆ涛5TҦfb:][ItRJ3l:h-ip]Jj*`֊:$Nkυ2aܷp3jTZ4(H~3o؎'++o!h^$1ݯ@%loKen@ZJ#ՆG#.H %*LC|~)b>L?.iʢa"R}ћwnǴi`Њ_%Iecs ;R_,kmgm:歕O@șJ1#Dڀ WH۟g';'BX(ȡGoiga$Ns]/ZYU[)E]Nr2^r1mNlP̸~)+6%KZvԘ@%lq4we_y[퇱CA_w7?~{*C%PA"G/~L>C '\vފГ}Թp#‚A0.MDO$:cE„Y?GU:aLjHo|.AS\- %=l߬|a x<0os)cTX"uZ=PiZlQ'CqNjQGU<3ڣRQ^;0:yZY3nb<0Hz?V+:GO m @@{UrBѷTÐhHsܼb!ԠdDؔiL?}T8lֿBR%6(8i.tw 7sā BNk4ZwR]AAʇ/A;2IƆ*A UsiOWl@Q|%{TBpni <f[KDo (Ȁcy(VOʃ!?}xa׭sL$}7]8zc~KUZ,G#>v_MЂFT*4}eJtk\p30eVCِyyJZv%[N[|$b3Zo0g^Ed)t[ Ia[sdX5L(vdK]^O[\:xK&;C9zsZtѱN%W܋HL=HOnd\ZqYuD߽ MaCIQc&ת/;w36ɴZN)/C%\A 9 aџ+A 7!?@?W+fl ;w=S/V8,8s|^` 7~PsְC@V9;  sW7׼y'>R~ZlU4Pz)|l檈Nnc01%L Ζ(T,E1^ ȗhm1pt4(bfh귽KUSՊaxޮѨj sᓶϡh ZGceHkF^S-~& 4nCsBf a 诳f3 l 1zC ?PGmAOfbILBy!0A_ =g )\K U{.d9NNظYD90dT%;dQ1X19fwgbO9 *bGKޥj&D ĿZ.ohnF&$9WW`xr"$(?R8f0 y$ 1SwKtR #x =dw~ ߷Z{1#oDڢ1?jZv"C뉪6)hYaT5 )\u nfSsLX8Xgl=ygzM38y"&g3ΪD Wi,K#ok]tȶBؚP$XװϞ}|zMm蔠44KvyYI}E Fb (>MdȤd泐}KA"JPMd Ħq+Qb)i]K#_t 4PmB2fݬʐ f$ga_ZfjK.gbH1Dc @<B2M{~sFcT̞IvZ ?ӳcZ1Ҕn Lu,~PBť8AxgHs,Y . bg 5o$aIVAJ^&@=:2 Q>"(6{OV8r o d[J2hh>ɚ@$8WHlYD|Eyo]vb@I^24$G>?Q*|&e؂0J,jE:diEdP<ӘS yJgOlQlQ- .z>ha*`r(g4+ <5?!2޴K*{DU~6tx)W&mxjiC Mogi\-k)+/|jw!B.-0P FC]P^nٚ5^FU<[Kȴeߪg)zO^!ޠێ"' DT&{Fg~U+u]=(H8(n?5FRk§5چ0MYL-S޴kf{j, 72GZ *rfGBnMk&M2ʛXWNyTb*9108X-$Αp_HiTkon#c3kp40}FtlտC@v~ TH .h@zX+C&MCTZcC3/Y!3~E! `~[{hb/~>a*s؅aSYl]ś1+ŨyKߒBG֡I/%ڠDQ)f$e9:O; 4l@-@FYN܍sD| ߿$t>ϓؼ$304Mo r&k9#lH|V6ze󩰘6mj~F`.NVC쵴-=D.BTeu;rfF[e)V@'.|";,o[,Qjl9j)ާEgtk F#aQ&zSY hOϽ So?cˢt4mH5u{ ~ڰd=lY1,Yc)PNPHу9h^#-DСnhB%ZbSMO*?/ Tvte._,ȋM";p7)VrfW&ڇ99|#A+PcsFybΊ2N@>dzف#p:"%W[wzrQiXTeB]Ά ˜ ]1LēC(^Q`bwUvh̄JQ_Z Vs/\nzG'Ì_x*vr4&8{VC/P}{^V<)v+S^鳧R[$"8*4t%ŋ6nDCB^lR| IqߐuDE-XȇsTE 5(L(FN cR1nz@x+&7D> ג_J;7Jr]gzP3'C>'U͆:w' j:\ΡU>Å%%~S4fE}lǩ.8V#)FɒT: v8tX-r UL5 H}Qf j 9lbꉙU(h>a2_Gj4A%B=iqrӜOJ$8l.VCO^N +6Ӣ+; t2#TQ/ClHjJ6n0O1oQ\CqF$2^1 iЂrb@t_hL' м3'o=вQ / xwj-zB 9zdwCeͼn1á[ER- G[dF+PUrD+ہxZԂ*hK9daE^vaG4퐰*}n t+@KFC6gkom5A(7{ᆳJDA\:G 5LYxPU;LWyp\N vqoQ6tu x3#Pץe vE冥|QW]8߿.^%6"`'X9"-:0CW2WPIՃUtYTi/*Qz||2VkVlZ}%:j$k\9h˼y`̸d!Bѩ[?UL*V/wǾwiG}.&Ym|k^3 Ȏ_FDzG7 `K!XDJi.[5:T6G^,՘rma63sT | cb:Z;a%yzsSV齈ʄ k ZwVH&-rXOo wtL#ӳW4y8zE*EƇr IJ7:s 8IqנhEѫOysPȺA̐i_;z'̅Ҋr]_2qB=Ih?Tu-uNIGO u$dmX.\)EQ*0PLH.-b{͈AhISPxl4iк}g;#"lϋG7i BHlJl}^RTSgn&%G[+$Ǹ9?yI]T[Ix NnDPWp!?R0L,$JS?66p%$ }6 F|Ӯo,w,6KceEw,- ucw& Ťue> %@ܾi2/»/[3÷"H&wLX3+wA[R 4K,6z׳uEDH(`h3m\@% 6TBjͤUߦDzy]gLCCI-'O|KCklLoV_%|܍ʄr^LeDWD,{ON:M_şlBt=hi-ol?.~_n&U1tƸܷ1۪'RSs~&'7@Ean6%PN/JOT0}٫e55&${2fw~Y(pv&)Я?*e>crJ Ȭ@ k5M+=SZ28{oߋؗH$Jnn#dH@ pמ}o#M6qGrzWeJ]td,x29A= ~w{B51O4*꿃*cUxzLwָ[TĹwijHjC\)9Y2. ߒ{&a$j M|/&* ;p!()R: 5&_FH}x@3ƨrOE?54#^ DY%R;+|ߛM$(QxEjFxcI5pˑDsbgS`.]E%f d|j=PQ. D2$ ${x9 6*S?@e`ixB1ʚRRa?Oh|4yFW׭:7 NWM9Jͦj8ƊTKH3#7MJtZdWnD1yr|}ɫrޯM9$<]Ui_I9NIzӳ3bg `zz`sbWlw0 C'm)8e`ȇn9-^m$L֯fcȈ.I#/~0XzEOI"&,XHurx^ϝ1x R:cDTݪ CS\tkC-5Oh5M21e[=/D0M (j`*чYP+jUl[}qy Sɳ梡BsiD U1V#9OVA+y]5Hr00 '&q q%%NqBGڿ6u!b\ȅpU${#G{_^6 <ٜkM?F\/XZPL+'^kfA$/Kf_ӎ0V>c؈&7bēF6@{\'nZ_̒TV( e:o{P[C֦o{ؘնuNM@J}F1+&XJ槩~K`E`oל^.@^Y`Nͫ6\Tc6)Bg˭޴ٗFQ87Xz1{JV7z:V 6bXÑOx= ;", 4BC6m5 ӹ΍=9dYO$ꙃ!-7=RiCA|o~Ң5V5d Z-Crj0.$׾Y10: - Lٟ֨H|%vJLU-dj[ Hk:|Y_ e\_%p4X&0|88m`-vwi04%&;$Qnj:scҞ^,8Ri2R.[f,BS`"N 0%1ROntZ(J+fĬgyg,5DG`xYGk|?PYc<4EyR;ͣs~3w,mfZPN9iDU4a>v$Ґ293[ey'ѼE d 2d 0&D-?g:/b*؛kK:4棊J%>2Ub'7.O~hXhm߀QelUS}ly^<, C6PC/yy[ܢU4ӑs1+]V 9瀠ys`Yoy\N"BiO-`Z N5Ea ]rjz5~6[Xktz(b! <#el4e[R&an_JL{ W"-pCWxY,5eJVA\͗aeF.N5<ډxC塚B+Pd ~ q}φlS {NDQl4sdKE/XyjDP<YxfGivȓYڣR o0z蜛bۿ-D0GW9Lw؁Tў(V ?Ɛp Fa9Sq缪Sbp@n?hAo]5`M9amѴ {!Zy'2.umU4HnznJ[e#ʙ'esgH"G[ϛv%Ja4Sn귟.n3P>~OhS*sKd;82Ie0ctLX,DݣaT("Yxz:2O]4'y|7"u ~܃fK  BMuaj$IN$8|fԾ;u b%z*:UzvHt}f$񖘩 "+ՅaZ`tpݰޯBeNJr(nQ טS(MBzϷeE/ph78{CNDkB4GP<2}I_& ]s` E( .qr|}fP )%?FQfnk։&{, !<\spQ9cf/]o>]>ܗ4Jт'DDG4UjLU/p=0ы`fͱJ@׋2gnPA{4N~u|ê/!!Rw%t ~Җhک`| x!@nwUOY,'mڴ/ai#pO\ࡅFK_PqNXGtE:H]ˡTҦ.8` sVYM$N%A9&nj)??}l`vQCK\hL2go#[(]@UE63$FERtsnvZWWy|pe%ܛe57L {4[ƞͅӍG3ڻ:2E L F W5!i(tHnso?M@Ywc_,y>5XaI81j1Z'GZ؏W&gN#w2oዶ혏ş [{EH'Yjze䋝XNܣ.Tv&ػj^u%5"lH>S| Q\SApy{^?P\CհՄ}7`T6`^?v2`;fbd HgF TՕ'SScYM父!II7w1Ի[/Mve?xF{9#zE2qve 0рMJ$x/vk$mx"? ؼ!fʽ\afsXܬ |a/("ϻ u7% /,Â'PH K G:"l_߫ҫ$QXM<ۨ(D=P+ڜOU`m,޼1MBI岌qyUN!dAJ+C6JFbqmb &`+-e!l|0zبD$#b=5g7-2R /I|6{` ܽ{9E]ZHX$A^@Ř-̍e,@C|(>2 Sހ9 Z-ke |ya~rW%Y~k' L_#FOa'wM︎w!jOEh3Gppg1Bz,*#Tbch6efٸ-=eЅ٬OR2dfUL9/XՒHT}Q*B9*>ZJU^S,'X,rzRu~!MTCE,p/%cD,3 :/HV"=]Oyg'}E rftpu0nh 8ٝ0|Z#W)<և ^QP5( {qM& pihanҼv:] s eڱv-r74 8h}g(nrXqr17f[[sxݒYx>oH}DMbw$v*{q wYv v֖j̔j1+tO)x,nY1L;L=DT|T]DhS)

Vu.٩OuV>ӂKT+f r3 Mv?5aA\"A~B~jpw$=YzU b`޹d4'- =#܉)r= .I3^sE\"z#;+u /]2QJNTӡ$GUt:0W5$@|ܓh1WP+SJ9l_9L{̸7zWqQx^͆fh?њP }οv7BE} VBX&8ȾWM@Њaܑr 0`9V8@,{)ԛe%cGqvooܜ9YaU:Q *,\ ^no_C!4BB>G?1֮BV0&>NҰXi`| u0iR! Up"(6O+p^q(|E< <^ٹ;aW|'H?y(ۚ~i].]'O98 ?/.[ .udgq(M Y #d*</&kqDc}3R+zOZ6%Vk6oWTonj\h~E=ּ[U8"10VTJ?o4) 1!P$Zs#jǺ#v삺pT^)%n&C{473Q#!^`ZܿRWxḃ=eh|0V ʎ:ңЇ UtJ8 c{#p;Bd#M+_&$cgOݴmVq+ttGλ MYCW>G ٫9sgWu O'𨼭U2^r71UettaOiK=!f:IףSt'gTC.ݸ!na Yalx spCO-jtΑ:&C(3AOU'u|E2Bm%$%!s4aQ*Ђ^DHy#;< p")MbsJP> OWi j遃%5c> ]3|[CڗQ4 NXeg)Tus`XT^HEsfEGeyDE!:pe^R n9=8?~ȁ|=*"f*6,3=e)*UGE-|x'r^SRm]2E?<6J6k ǰ=!%$ik!t b@gy}Mj-^NYaLx0]aof6Imf!"թB;E.qHTr3Viu17롲u;މu]4V xT7WIEK}FeaƷ.罫ĠØMIZEw&Qw+:xdZ,<@+HsHJ蘪YR2:cF\ a}(_pI:@6JQC,8_U%0y֍I!jʪa; }cCLflvn1#_9{O!j>w2^F3<4e f+7aW/X)8;vѬ8xp$GCπQ2PHP4/|F}RPܕ9NK&EANkζ\H_#RsKH"r(z(Z>-gP):pTVi4p=ؼ3F[\\V(?oO\$;ó|,I:gbfô/6pӈpUͲ%RUBTkbDgr7cޣQ(^':^WH-t@Y)-SM+B^6uutF1U5 Ysg>IlHBi 2u6C[熅PVj\ΆMd7AcnKb,Aj(M:dES18fĹXiF4&va&yt~>nWK>!VrJ᮶ǐ nC<id#Gvc% #?w6 ^k Q ޠHi{vءKŃcFߡ\gxm,KxT=2 kӖB t~ݡiJliPsyr*X}h"!w 4oN(iC) UTKrǎ-r!]`.Rr7ux &l*p Isx Tƨ(i.Ya)dMu.;w+Rja=Q;tw,HaPYW(4 ܼIpS)dCh`KnN(~>.E0g43eA25ͰY[ mH$<c%J1HdIfg2(ѾUq{Ȕ+v}bL#(0޵Bځ`đ&TE bҫPαs <+9f |DWv_@|-׎;k N:l%Pg+%\q5X'Nj+V Peд_gL4FgS>h$Ę5okc.mOKZ@U<.2,yVI?>ŏ ?b2ʷg}0N*F-*޻4y[`--b6Ҫ'=DYȈ[EF]rcG'a]>y{8JCjh%uџbpK(#S?l kibu?bM-|V~i3O=vUqh[OkR %p@%OWb$!O7^H]6{G C`%>&ݬ" >ji|nj^,jJLMa7 Oo962XM+JZ-?ih8sFDAo@0~xEXK䒴Q,2`(W mfq*0r͔@yrVzՀI2P8d%2HlIvQz+5 {FB̷p_s(2v]dخ.ʫ'@g&ri1=W_W/:b`Ld0/3;UMJ .` "z*@}5 >#)el6xق=G?zR_D-Q#%3W%c+YsB\e^WrJQ\8񕞜Oj [?s!Nv[h.CtOK~}S4>A]jhĘ̘J GhuQwg9 xy_6]SVzesz هN5wbpn@Mșυ3'ԲelԼlDq 6=YvP*ܭ/3Q{8PY;\#~8bz\J~ 6(k:ޏ\Ŀ=]ctUxZ~ fF!I)' G|{)bݐǎ uΤ_vae% I(l,]+M6"̑HI@ʽïAYy%1L(Ma+rP츌ʆcj r;aR״ZUi)P6#:$QX{UZA"B&3}f5+~ߤ"C1T4 o ;D\}ҼMI:k[%} gξ!u O4_bRf<'Fw.?Y Ue"$cËu-ٍl;Io0w3Bf`tIBdػfh f/ ])<.:ʔV$~1_$-8I^imZ/#@f=;Z~UF'"OY]f3(^1T2EbsQ޽p4tMT4Zmjk"Q6[67!lKR[wGr=q0{mBkA%nCy ?6cH?5<5uơ=*I,K ڐ~=Hi;|`\U.T 1u &D *}w훮 ҒTɇǷV4LEHFyAS1hUso#OX9KO7+Hi.rE, ,,Ol8Tc{顗~(kγbz'so 421nHD͕$ ֡jZuB񽟪* (sxd4F)woo>^7NaʮpRH.C8 *kj)^ $qPy'kK)fE* r\g#"pr:߽a;.`Hr6:RTxGfظou:ك5wJ|wt "JxgMN7-߼4ۋ`&dd  R o{&oL[jg|k(rL~`ZxZfSۍ`šK^Ʉܸ͘+(:C%byLm/l }JXr9ØkhX)Ԅ &Hp[5<8ȯΞ{V,N db$oNq541<,pr"Tu&aTY9^S`Y[,*4P]$K:ma7;ye1 ڄ*v (]sβEE56bs9mq{Yě`F ̓_uNZ3;K+`QDC+78H# v ֪>o&̜+SV۰{B$=h՜cxkv@E-؋+XV 'FD6`A,ŋ'ݢy9Q@qVH7Ϫ%:Y)E ߴ@Kw5XlA䤩rNV7UosXyr߆g~oXyGᤶhW':uؙll'T;v 18OVC,mͩnӷ Q}z/_tjYG:XHݬxśEUx_qv@~6N<1=A\ X,sЙ u50cks)z?4쩝x+m#BM:>'*bh EFNkȺO 7G җ|n;T9eY8qa)4]Q_>DBiV]NT"P(t qT`i]h,prO ΁/ k'båP:Kou@_CMF Z_Q[bDzABb}wvΔZWcD<މϑk0Zn̏6&o c֬ 1ISS{H{c¡2BbtƸKm;th/OC/˫p*!PDFjEXW4kj%G H=b0S&2#V=*22H5+:$>*>Fv6fx]fp/:oxi|h4Ww9/o3+$*$@!5ݞfH 5Kç찯sصȁfV Up0jXĭO'Up)`Րi~ȀFbGRd$Rn~Qg#ST9kPA;[S5]C)㋢D--\ [԰VZA&:}ðaj;O`nu,o#5ރO4}C!iGCuyͷŶ@ p1LI"[Iw hS b]yYُ|!ʦucٛhGC&u$Ԑx2js-T[?.K +?޻ػ2|<@dO9+[gŚ5͋KoMkތhͥrC0i{q'ݻ=H0e H^hΏȥC=|,O}bnU^ • +=QB!0ãۚ^+ޥ_ ŞMT: --.% FgAvUtƀk崗 778y]zJ*b7 #-o@U^s0_;9#Az.ͭ#! bD lWQK˘b,o꒡8QH}D93XJd!CS@Mf޸LM!Ȍuy+9̽ؗe^G 7ףS'lڳy3\b 5.X^~qEvë$VF='MoшC(xٙ 5D4boDQ%,<,4[T.|)⓳S]W[yn-$ dAu O+vKksn`f ԇuҲcPq/4Y_(9+ެ !^yv"Ǩۗ~"yPZGS"M1.HX Wz.sIrzPCg2u|}^<#Q: Bԫ#jcM͕Di0z7 Jp\,)LrNM-mHg$cqC?xL>l02PǑnF-Rz`(+$iymGj]ndR}5r|~fXbh_v6}A~R0Y+P Ŕ&".u}Pz2CiB6  O!`K+<ö̿CZKz;Q|C[ ' ]$qO}nqwF|&;}U&gF64,Qe$ .ʳvUigy[Fk}/%-)c:9SngBՑMȂ1T˫n$ &Sx\gtqPu9Ǽ:>fZ.q"f/sq?ˏ? J^+\gV u$noix t]h:Җ]4ND,f*ධ> G<͂QXyf0'S= 8aNVKCl|Y̚C]dnW(ZBc4ڑgl@+~oغ ^hmþ!P:"$Neud8?ktGm |vn7d*^//F\qy2*yۅ gm]Blȟ֖cʰO;#7z(vY_/bO-t#@w]lwG䂭]Υ3zsH%nh1c"92=q#*DDwgL!θ~,8'ƾT~K 5|c`o c>qX5vD:ȏԤRJrUCPk¥D_VhPǡ$["BIұ׊TFatLOI`7J2GGij MߺQN Z8?ϔ3,[#LPM"t|DG]͔ pL)0I6ԾX?ڹИ*OlB= ;^"D '6Nꚿeq/u!K"]eדm&Q]?7 Kv`'s a +7'b]l(#f.~p(->@{̈T1 2w7BVg'^YʊTUF2Xƍ2kU˲k9 \֩2,9 Pv! pE'ej$ /`ݎ[J1uq?`j #@zTlWGJf1-j@*tO\q[@&7AWv"$P}@4luDT庫H gwwLN{z'4:% ZDѦDs2ȩoya@$kTzz܄,]pW'JybnTĴDo|vrDm6.P1?~yQ>p 74xd.)|7iV^MLJx\J9o? yG ܔjv { 6JH7xj_|*wdtr ʉ{{rұ3b#k+IP}k* 7rB [ADQvoU4 G^2X21q׮sV,v`RqmarёW#.|{2vA!V_)YObp1tlū4FwI*1 ]i+Ʊ54]yWL.Tp =T ve 1 uRm,Bɾ轲kA#badwǡZoVsP؇2v"o;X c:}W 3_N:oKNEQrO|9Iq:`ZMlJϝ]).C7Χ}_K22fU7Yya9u-O[ 6V:sw śzêZoKtDQ. 3 r[xI~FΆ5}$B(|rvgRb|p3C)6uvR[+BI,"-ݏpq43:Vs\;1@)}SBRYO~9cA'tl PqT @Nn[(۽XFrkn{h^ .Oa ?B+Ruf ;`A'"DŽ+[%`x7Rzm|FΫYGn=1S e Sh˙|#S2z yPd9 Yx>|o¹2ថ8鈓^!T:r `XYBepc*SC`@]5m84{̱CwulhI2;p1>s[z~@,N'Ę[$=S2g-БppoC!W>)L{C~'P M}I*㦂Y3C`зǧNp$ AO~RMa`HQ5x2@WI .RC2ݭqȃ%\UD0~uL?qYakgFdZ-H\ x7Ϧ*V4^>xa-dw'IF=P*N%֏xPK]Լ@#Ub|;hjH/ŠP?kp~Ďd07o_ %W0ðm⨰m$<=&$f!! wp>DFśLT"Fjn&t1q>(ƣed9Cuݴ 6PR$M!ҏ臍7o5C )rwo+;XbEn}CWZ2;C&&acY}<*lG\6"E=Q@D{e[d '56?xxE2gekYסŏsk?j+*4_QF9׃W^lOz_ Bܲ[OQExHLǦrkz+:fm~jOl k0l 2GX, jC*r|,+)>9hou/w=dc&8NEwFz(.ofdz!I~2efg~SÊZw5]WInH7i-wyy#(Wĥ 9G9UbEƕޏÓ{ &yBd EdBY'U[]:af&˾(q#Nfo:W?P`A&],-: 43"7$(?z di;T!O\MjokTg=:cRF XdH˦ମ*_]7i͙sO_9ԑS`6ČĎ>a&69ʏ*DYH[0ٸ1uu k!. 4\ӫm@3({}eLEr˝.0zj9\m8 Muz|xK YEreʦ2 io@RX2lf'qb3gq) : 2\ DlG2d%ϸvu WM6UUMTÉ2=+8ny|ye汔$;VTv ~w hU6rI:T/RP]2.;)8iR1׀vxIF^Dr3`'Z#+n)DD^*x"dJ̴%L,:kd>zZJ^ffVDqBy(s29w=J>ġ=4Y=\Teڐ@ycY"?,'Ư,?,{sm<+L7>CC#boV՞- #!nq--P8lp|9zv}Tci󠸔𚘘,e#\dȑ5Cݤ5Tgfb:)iAը|:ۣ%U8jbPڻ}5esfWaIn|a7R*%l?LB/NzQkS[G qbb M ~Y&Ǵ~=֋%f*P V2pKVA\#EҫVO0i'x#oV$8AȨ  ݴJa(`}bNDŝdNl0h㎧?>D-4]sȱxDfi xx=^5h%ûN.bsO/(`׫!54klXJ~`Ȳu]),x(mU-n5೙A آW|q+3s'>ׁv>$a{wk"WV3 UKy^m^N\Y坷]N'yϯu^D'C/XOƜ˳SdڧHwdЙ|pn *wdH/[1>Qmiՠ s%':kɸOV,ZW؍z9kR夾=u1cmlLޮL ֏ֽ1;䠞Q5c9/6N3΃'Y \1bTB|_~/A)6 tJU6/;,xv ^`0nt[nps, $0"2>:%el037>|~ɫIĥ 2 ;gC%;_VkyQ0Ytgs~PܠWA2 XS"1zx90 X5rgB3Hv կ/@YZ 5EI>c[9YK{VcUkGubpL.]JQՓ=Ȫ$0@k r(^aE=D&L$@K0^5Ya/#nU&=ˡlHwN/PZ8?;H%fc{ōR.WjKo riy>,#+x}4GY[qxrU1yg{whKٟg6s7s~V'Nƻ[/ܕ( Nͬ+E3'{Q)LpPCV6fѲDžָ!OE" D#.AjjܞQCunv_Z]G7m!Cf_ST:hݍ֣ tq%Ȩ:`6cz\~"~+Eo Ia Az!XZCᅙyW!IȖĺ֡YȻ3P؜t vm"z'0=ZPcGчM6Rc"X̗xҬ# SbAee.NB\M-rGzvaXZCu  qW9w!w2B җG%j(hNPb&Sؿ!%0̞B:μByoC#{|C<ޮ*@"70Nrj2lm^!*( TGdI|bBbq?vzd¸YWΐNl+vp!ڽC3Gp$Xq9KQ;X XJ3;c x9chPvr ҈|Х!J,= h.lMgo¼5ih˼:CS"l`lwC;v'pb`r]o-q'iGB"k^Xؑ-h9iq#L[ 7ۤ1M^4m1.;JTji~%Yqqh‰M>YS*iyC M7gAsT.[.g=( JBHK4w_T{oq|HsQ 0eV3u~K)SmjݨpSC\W{lt ~>~W֬*SnM3)%1Y/j(ްhC${D,ٰ9H{J2yzr{ue=e/vk~[  ^+W3f]¢ Fو~kEN5$C w}?|+ bJmn`ؖsv+4B̭<(\/  X~>hn RRYcajS*좷뮾ЈYJFnc.*Y-{3= ԜQ1ۜ/ə4G2eȲOE|jhC<&ahSϫP[${iR=)|W랲|ׄE]6J+^(\&#Wt~D'rq1fd /V)bIdܔ"@1ɡf1㽵@>5T.xaI Dt?;!$ܰ4I%>h>1x[YR@")OkiT-߽.-8x{< =XƖ1ܑTJv.>9PaQ [%x(R+sq׽2D,9s&r;uA4h-xe43ۥr!?тA#΃y(4^+f`:ʋoccowΒ7&z!ky?"kXēͲˉTLe_Dm˪\ )BYrB I 4!퉄ýlPPD!>aS](gNYw 7§#TPVdgi6rܻO#sy\1/v9AwG(SGՊik&1 wϕݴ|3ʕ4+'o-n'p?r+{(W&yHךJA-V=¤S_&}-2}N`ݠzPs"rW?Lm.uҥic .up8p(>GJhO KA;x  IFSHr=Q|8L~Q@)e ( %`0LtfOBTɌzLh$k_)lrGbh;ʠ|V}k }\^;)T3τ$ ;9 #>^p ?l#rc`WD&R1Up/'TT6DFB'*I'XgLkbh피 T-.Y&:@s/̿¶{?;j3=t:pgCɛg9MKAB|QֳtPJy~ȁaZwBOD^|{V_XEj!EANےUxpytz.OzFEy&)YFlW~*7e,PDZHWF2d:DS1)!' GR*`] S3x4|뗁[~{ٟŻXz :SAO[!BAxi. -;^R͝fp F]䱰ꐿڍ~1v*JapHU0So"xJ#I$~ ԵJ"$n0Ikk]N# ESGuas]?Fën?ٴyA|*Ҩ}JgrC-hr})M &~];ӌ@ᯚb~4o0y;+c0^76ʸdbeKԠ=tOCq9aeԒ]pCsc X숢HyCrW[A<#>URUMoE֛1;>w p`|JȎZbKLox_ۉ-I.SPJǃ(B :$nnb)^B S26+ƛ)zm+BCPqs؊we˅`;[K3+MuЧ署U!z3U[G/2h^"5xKv4z˜ZQ4Wny u8]؅_.pg93Y(|~i2Njp,Ft>sL)`36s.G2_Y'= zGtfBs/ۋ᫬k ]t`1ygi\674/g%]J]PJCi)$*a -6S8$ *ADzZ"4LZ :+IʏPO|P/^_I6z 8IE&8K/<*@0@C`))ͨf2t ;%dܪȑw{4W'ghBH5G&' m`0XsbB#}/;qb ]hz_78ʳ#csvo;Bǿ[0M΂{ ^<u4~!͐ pwpt9Iy DY+C=׶=`ͦ\uIO+0yV/3 E<6U̕}r? ^T6ơx̠au6$Eg7GI넖:xN' pgD4&B,E%ӎ?s>7SPs .ǖWy7e0öM0֬Fv+ܸ)1h!aO<}Vu3&.]ak(kSz6fy2q(D,MI"+2O=CgS5jVsv"uYrMr9bő) '!4X Dֽ'e1 iә0m3jlVF"D#TqEo_5WfJD\*M߹YkPpڎt4@xcR? =8 DUr-yG88+3l\+j#ǸTvUh8ͼ+-0HXH*EEH h|Hk,ԤϳEF44r:wAkoyXcIpI t6}"^FEBbԾ'v ge5$#MB!YFBtѿy ݀nO-VAxcF4@ w>j55~Gm-x󹮽zeE 0*xoG뽦w {c̺RE2;|mF7 茽zdJ=,W#ۑ'hV7ǥ:H '.ӱԾa/?=蓮e!Oo/4;>{8[