libostree-2020.8-lp152.2.3.1 4>$  Ap`mซ/=„dH iW2/oVk (AD^vƄ߷X3GF:E5_Q 0'{A$5sဍb>OBb| $7iq+“+i*/I|^1ULSPX ~`?/;k8[\prrۀ]ce9@jH!5a&̭AeDx846ůըu]iJ$a4f824ef69f40e2db6485f9f661f2b2f1e232e7e3909be7ab2cdfe0a2bcc673b785976fe28038574258c33b919b7c8dab511ffd3b`mซ/=„g@ HDj8QK[N0'1AϐaH"?_6Ҍ6#z𬼞F%CYu7Z=$߈7pI?d   A CIPFHH H <H \H -H .<H/\H0H2,2TH3t3;4;;;(<@8?@BF%G@HH`HIHXYZ[\H]0H^bzc#defluHv wHxHy [zxClibostree2020.8lp152.2.3.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.`mhci-cnode2-m1openSUSE Leap 15.2openSUSELGPL-2.0-or-laterhttp://bugs.opensuse.orgDevelopment/Libraries/C and C++https://github.com/ostreedev/ostreelinuxx86_64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in ostree-prepare-root.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in ostree-remount.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in ostree-prepare-root.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in ostree-remount.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/ostree-tmpfiles.conf || : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable ostree-prepare-root.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop ostree-prepare-root.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable ostree-remount.service.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop ostree-remount.service.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in ostree-prepare-root.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart ostree-prepare-root.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in ostree-remount.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart ostree-remount.service ) || : fi fiFW L9))8`c'D3_3{of 8z&4eM_ND*Cz` qaiA큤AAA큤A큤A큤A큤AA큤`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m_`m_`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m`m6dc89b0b54869585bb6f8aac591a4b7dd7170eb498309ccbd576959015cd8711a58db98f8648ce6dfb57b335e0892130aa174008172749abeb4dac7084e0ede8bc8b18ceaffa9e9eccc670d4cca413ca77a225b7be69ed597753339351072962ba453730d930b63b108fc2fac40b62539c89099858cfa23271df5fbcf237410e1c58625ab065807b1a75943f0d58e15c8f93249202c2418ce391d242723e758e49fc8b9fdbea48833d33c3c8b0fe0fb8eabd5174357b0aa8d97f39910f72eb42c12cf494dbcb93e02bafea0569127511a34d628714bb2ba14fd92fc36406b62957f6c8730415c0ca780ced5d4e8e2b009a33e7e0b1240924403a80ff868af280ce3b467bb7188986d5fa9076854a7dd5a5a52cbe2abf7b123a34a389db0c681ea1a29fa27d8b805c7394cac16bb17ef4223d43617c7fd39bdadf89892feb25d334d19887bf2f3d6b921e0bf7621147232cfece23c2b85a8953f7102897557b47b38ef91ba984242a10de76caaf0a6a9223b01cd0c3d311a692360d0514e3ebdc5332d3642ab71de554fd51e9b7bc4630407ea67eb11460c45e172bcaf1096cabd1c45e86c7612e521fbcc0f6340815e14a74ec3e4fd462133c4efd95b597c3599c051a024f51e83e4550e1994a7a493d4faa73361d283e1ef77ec631d7201613b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c7145e898c94242dd83e10d598573eedb551b140ff11f75dc0b92ce17a51ed8df0cabcdd54773117be6142d9ec1d686614587d351075a5ec22b8e0bf94012fa046da5cabf4230d330c8ed2f5fb333c7192c2567ff93549bc61c29a7f8229289f3c466b7c766876d14dff313b8ba611cf6f749e591aa1298f6ae37a5cb70b7c4f229148378bf90d039658faf0406685649e8552260366d10e4dd25f646df6bbb3097d87cb54984d29f04bf3d3f176c49c5e03517238d32c8a7480fc955b6431a76cead4333728312f44a82a7b3ea317b3a2738b439711003b77bf0f6c4b16882549816f15d5e8020d2b82f576ae5f24f421231e502a5556d54e7719ad6c19ae97cf9b794623447f5d9f8f2566b6b63ddb2ba7249a3d83ae719da6e8edc57235251cf256aea7da84b9e971c75880be8d213fc4574ca3c0a18cdabd85f7c2b9fe35e8c16c1eab0b61c526036292997bec78638e8bbc13af0870526751d7de5ec21607daa4a28d9d7678a17a8adccc8dae8c70e4677818a3ea2c6d3b707fc8bb6fbed543c5194f4572dd91ade07b27d74541e393c754d40ee6a869f4b06d4e6d3c0a1ac4cb7f15b96614c408efad46f9c5a92143d4b2629b7d4c6895b1d369b5bcd2905ed91027426590727087407d0d7b1be3c89da4538ec6f365015f2b51ec7b0305f25a17520015713ed31485ddc8b38e45c91527e83decf19fd289e9a860547f10500fd0f3ae6c831afbc0f06e2b03fceb40e15d8dccf3ab3e0f9ab8a288d7923ab6e0b23ad4da2ce8b3e88fcc6e2884840ce27f6b3a6795ec3aa9988a2e147bc31152cac1b62fc1ffac5b1e0c68384e6d63b5d839e3519a18ac413d5783237153fe95dc7355662067b23b9c6d979d17314ec046af7eedafbb51eee594e3ea58d6ce109ce4166cd5c9426baaa2499fc302a1f50da6247bca6fc9c6f91df066c4e4e078af62643b803382573be2e6834a9ac14ae16a1fc41137c11355b5b85b59202576e57d1c3868c148f3b1d90452fc42e6108f29c183826147495d51cf3ca8bda08571a5d9f0cd0619f789e5ede004c5c2641b2d1ba4c510a1826a9755f8be125bb787298dae4c2aab9b0f099affd83468c21c39d95227475551599eb0d74b360487320af5a10bf03fde01e997d8fee66c59b22a43cafa4e78ae8b1711f3b76c03c9eda361afcc45622e09607bc799069d95a814fc7656f14fb342ee7ab1778b12de4d9405fab0c057a87917a5ff927a1669001601981e4d02b8941699788e4a7e1a80fb0649135d81d076c9a125d59ad0e89be050669de4edee474adb977d54fc0cb25f11bb22a25b6eda4a758d4e6551209af83898a31d50a71c8a69522b20d667eb03603ea81eefe2d92853aeca077a56bf0afd9712865463da0a553994d0c0409d924a77bb5c3c7f697b5b43793088dbaeb6088a709023959b77f2bb42cfee11837ed63ce032596715cc60dff337f1eed09565b7bcac9f09a2e9772fdf2da8a94c97e471f819f3cbb954ef256d15dfb09454b1d8dae18e47a120e3e6f648fa260763ec6afea51d913332f1974d514f5f40ec60b8ef1306ca9c6b31a8b2afbb9e5a856f1c9379620ffd03a42dba3630d6392b2ba24d08567644eed19d8795c9bf77785a1b962b8fa617bc62516965599efed41138f210e1f7bb428f22959f224be0a09b0208417c01dc0df292df708cc7de3b135af7f6ee9e88c0940d7aed32cd119a7fb7d2ded8aae3947d9a78c30ecb93daf616c54330fc6bec0c0c17b2ce2bb00291769fbe25456b7c7794953517ce76d3b9e176b7476421e956bd702fbe3d09b3ab781c39f434c9dc48d249fb3521ea736107f2868508d599244adaaa5f8955ccbb73fb402e8e813ad4ab0530f86534401c15b97f3401c50a64d77e38652eb1c35e42f43bf4b69c10456dd95526a25cdfff34ca3f8453480f760bbfeac875b3ef9d072be4c1f59dd2f25b2739eb370261dbe3bc174e723fb95b9d42b0b6ffb2f9eb02026f293e10ef31ac7234a3f4e64462c78269a9d26ffbe19475fserviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibostree-2020.8-lp152.2.3.1.src.rpmlibostreelibostree(x86-64)ostree@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/shlibarchive.so.13()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.10)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.6)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.8)(64bit)libfuse.so.2()(64bit)libfuse.so.2(FUSE_2.5)(64bit)libfuse.so.2(FUSE_2.6)(64bit)libfuse.so.2(FUSE_2.9)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libostree-1.so.1()(64bit)libostree-1.so.1(LIBOSTREE_2016.14)(64bit)libostree-1.so.1(LIBOSTREE_2016.3)(64bit)libostree-1.so.1(LIBOSTREE_2016.4)(64bit)libostree-1.so.1(LIBOSTREE_2016.5)(64bit)libostree-1.so.1(LIBOSTREE_2016.7)(64bit)libostree-1.so.1(LIBOSTREE_2016.8)(64bit)libostree-1.so.1(LIBOSTREE_2017.1)(64bit)libostree-1.so.1(LIBOSTREE_2017.10)(64bit)libostree-1.so.1(LIBOSTREE_2017.12)(64bit)libostree-1.so.1(LIBOSTREE_2017.13)(64bit)libostree-1.so.1(LIBOSTREE_2017.15)(64bit)libostree-1.so.1(LIBOSTREE_2017.4)(64bit)libostree-1.so.1(LIBOSTREE_2017.6)(64bit)libostree-1.so.1(LIBOSTREE_2017.7)(64bit)libostree-1.so.1(LIBOSTREE_2018.2)(64bit)libostree-1.so.1(LIBOSTREE_2018.3)(64bit)libostree-1.so.1(LIBOSTREE_2018.5)(64bit)libostree-1.so.1(LIBOSTREE_2018.6)(64bit)libostree-1.so.1(LIBOSTREE_2018.7)(64bit)libostree-1.so.1(LIBOSTREE_2019.3)(64bit)libostree-1.so.1(LIBOSTREE_2019.4)(64bit)libostree-1.so.1(LIBOSTREE_2020.1)(64bit)libostree-1.so.1(LIBOSTREE_2020.4)(64bit)libostree-1.so.1(LIBOSTREE_2020.7)(64bit)libostree-1.so.1(LIBOSTREE_2020.8)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libsoup-2.4.so.1()(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1_إ@_^@^^^@\O\N[@[[[6@Z@Za@ZZxG@Z:PZ:PZ:PYdYyY?@Yp@YTYC@XX @X @X}@X@X[@X=mX@XWW@WίW]@WrfWq@W3W@W VZVZU@U%@T@Martin Liška dimstar@opensuse.orgDominique Leuenberger alarrosa@suse.comAntonio Larrosa Martin Liška bjorn.lie@gmail.comAntonio Larrosa bjorn.lie@gmail.combjorn.lie@gmail.comluc14n0@linuxmail.orgopensuse-packaging@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgaplazas@suse.comzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgaplazas@suse.comzaitor@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgjengelh@inai.dedimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgopensuse-packaging@opensuse.orgzaitor@opensuse.orgdmacvicar@suse.defcrozat@suse.comfcrozat@suse.comdimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgfcrozat@suse.comdimstar@opensuse.orgdimstar@opensuse.org- Enable LTO (boo#1133120) as it works now.- Update to version 2020.8: + This release mostly contains scalability improvements and bugfixes. + Caching-related HTTP headers are now supported on summaries and signatures, so that they do not have to be re-downloaded if not changed in the meanwhile. + Summaries and delta have been reworked to allow more fine-grained fetching. + Finally, this fixes several bugs related to atomic variables, HTTP timeouts, and 32-bit architectures. - Changes from version 2020.7: + Static deltas can now be signed to more easily support offline verification. + There's now support for multiple initramfs images; the idea here is that one can have a "main" initramfs image and a secondary one which represents local configuration. + The documentation is now moved to https://ostreedev.github.io/ostree/ + Lot of preparatory cleanups to the pull code landed for upcoming work on indexing deltas outside of the summary. + On the bugfix side, the biggest one is a fix for an assertion failure when upgrading from systems before ostree supported devicetree. + Also notable is that ostree no longer hardlinks zero sized files to avoid hitting filesystem maximum link counts. - Changes from version 2020.6: + One notable feature: ostree now supports / and /boot being on the same filesystem. + Other than that it's mostly bugfixes; there is one quite important one for anyone using the readonly=true for /sysroot (which is still just Fedora CoreOS I suspect). + There's some improvements to the GObject Introspection metadata, some (cosmetic) static analyzer fixes, a fix for the immutable bit on s390x, dropping a deprecated bit in the systemd unit file, etc. - Changes from version 2020.5: + This release primarily fixes a regression in 2020.4 where the "readonly sysroot" changes incorrectly left the sysroot read-only on systems that started out with a read-only / (most of them, e.g. Fedora Silverblue/IoT at least). + There's some additions to the pull API to aid flatpak. + There were a few fixes to the man pages, and ostree show now displays the parent commit. + The default dracut config now enables reproducibility. + On the "feature" side, there is a new ostree admin unlock - -transient. We expect this to be a foundation for further support for "live" updates. - Changes from version 2020.4: + By far the biggest change in this release is new ed25519 signing support, powered by libsodium. + stree commit gained a new --base argument, which significantly simplifies constructing "derived" commits, particularly for systems using SELinux. + Handling of the read-only sysroot was reimplemented to run in the initramfs and be more reliable. Enabling the readonly=true flag in the repo config is recommended. + Several bugs were fixed in locking for the temporary "staging" directories OSTree creates, particularly on NFS. + lib: Coerce flags enums to GIR bitfields changed some values to be (correctly) flags - this may show up as incompatible for GObject Introspection consumers (but not C). + A new timestamp-check-from-rev option was added for pulls, which makes downgrade protection more reliable and will be used by Fedora CoreOS. + Several fixes and enhancements were made for "collection" pulls including a new --mirror option. + The ostree commit command learned a new --mode-ro-executables which enforces W^R semantics on all executables. + A new commit metadata key (OSTREE_COMMIT_META_KEY_ARCHITECTURE) was added to help standardize the architecture of the OSTree commit. This could be used on the client side for example to sanity-check that the commit matches the architecture of the machine before deploying.- Stop invalid usage of %_libexecdir: + Use %{_prefix}/lib where appropriate. + Use _systemdgeneratordir for the systemd-generators. + Define _dracutmodulesdir based on dracut.pc. Add BuildRequires(dracut) for this to work.- Update to version 2020.3: * A quick followup to 2020.2, which introduced support for read-only sysroot ended up breaking some of the Fedora CoreOS tests in coreos-assembler which in turn holds back ostree going into FCOS * Now that gap has been closed and more of those tests are being run on the new CI. - Update to version 2020.2: * lib: Fix Since versions for 2020.1 * Post-release version bump * "Brown paper bag" release that actually sets the is_release_build=yes flag and also fixes the Since: on a few new functions. - Update to version 2020.1: * There is now support for making the /sysroot mount point read-only to start. This protects against a lot of accidental damage, and also generalizes and improves the previous special case handling of having /boot read-only. One known issue is that ostree pull is broken with this enabled, and this will be fixed. * Error-handling around GPG verification has had an overhaul. Specifically, libostree now has more specific error codes to distinguish between different verification failures. This should allow apps to have more fine-grained control over how to respond to errors. Do note that the error messages themselves have changed, and we strongly suggest that anyone relying on a specific error message string to migrate to using the API directly. * The original "archive" (split up objects) format didn't make it easy for a client system to know how much data it would be downloading. Later, static deltas were added which addressed this problem, but there are situations in which object fetches still occur. Later then support for optional sizes metadata in commit objects was added but was never really stabilized/publicized. There were also some bugs in it. That is now completed - the sizes data is now stable. and new API was added to read it. * This release adds initial fs-verity support; it doesn't do too much today. Bigger picture it's important to understand that the vision of OSTree is to enable Linux systems that feel like they're "image based" (transactional, versioned updates, no dependency resolution client side), but also to enable things like doing commits on the client side. Today rpm-ostree supports replacing the kernel client side as a first class operation. This is crucially important to make it feel truly like a Linux system that you own. * A small tweak was made to have OSTree create repo structure directories and files (such as objects/ or .lock) with group write permissions. This is useful for managing OSTree remote servers from multiple UIDs. For systems with the default umask of 0022, this should have no effect. * We've extensively reworked CI for the upstream repo. In addition to Travis, testing is now done on top of Fedora CoreOS. Not all tests have been carried over, but expect to see more coming. This rework will also allow us to have more comprehensive tests previously not possible. * Several fixes were made to the test suite to handle the cases of systemd vs no-systemd, and systemd is now advertised in the list of features in ostree --version if present.- Update to version 2019.6: * Nothing major in this release, but there is some bigger stuff outstanding and ready to merge, so this version was released so that work will have time to stabilize. * A few build/CI fixes. A new progress API which will be used by flatpak (and can be used by others). Finally, we also avoid reordering kernel arguments. - Update to version 2019.5: * We discovered that CLang has a static analyzer scan-build; it found some small memory leaks so far, otherwise mostly noise, but we haven't dug through all the errors yet. * Gained a new zipl (s390x bootloader) backend * Install the .hmac files needed for FIPS mode in /boot too * This is also the first release where we switched to using the OpenShift Prow as a merge bot, though a lot more CI work is pending. - Update to version 2019.4: * This is mostly a bugfix release. Notably, the 2019.3 release caused some issues related to the gpg-agent code spewing messages on the terminal. Additionally, Fedora 31 users have hit upon issues with ostree-finalize-staged.service running too late to be able to write back its logs to the journal. This then confused rpm-ostree after reboot, because it looks at the previous boot's journal for this message. * The biggest feature-ish change is support for a partial commit "reason" so that after ostree fsck --delete was used, subsequent ostree fsck will continue to report an error. This should be used by higher level tools that want to do "fsck and repair". It's likely at some point that "fsck and repair" logic will move down into the libostree core as well. * There are ongoing efforts to port Fedora CoreOS to s390x: one fix landed here to add the deployment prefix to BLS entries since it's what the zipl bootloader expected. - Update to version 2019.3: * A lot of changes since the last release. On the feature side, probably the biggest is we've made public the internal API for kernel arguments, which rpm-ostree now uses. * Other things include a new --modern switch for init-fs, better support in pull for downgrade protection, better use of mmap, support for committing archives (tarballs) from stdin, etc. * Finally, libostree now supports being built without GPG, which is an important preparatory piece for introducing an alternative signature system. - Update to version 2019.2: + It's been some time since the last release, so this is a slightly larger one! There's lots of new features, and a few bug fixes. + New features: * A new sysroot.bootloader key was added to be more explicit about which bootloader OSTree should use. Notably a none value is supported, in which OSTree is solely responsible for writing the BLS entries. This can then be used by bootloaders like GRUB2, which now supports BLS natively. * ostree config now supports the unset command to unset a key from the OSTree repo config * ostree remote add now supports the --force flag to replace a remote of the same name if it exists * ostree-prepare-root now logs a structured journal message after finding the deployment to which to pivot. This can be used by higher-level apps like RPM-OSTree to build a history of the deployments the machine was booted into. * The staging API now supports a lockfile which prevents finalization at shutdown. This is intended to be used in systems that need more fine-tuned control between staging a deployment, and setting it as the default deployment on reboot. * ostree static-delta show now prints the From and To commits for which the delta was generated + Bug fixes: * Make looking up collection-refs similar to how regular refs are looked up, i.e. first in the transaction, then in the current repo, and then in the parent repo * Don't include the OSTree commit version number twice in the boot menu title. This affected at least Fedora-based systems composed with RPM-OSTree's mutate-os-release. * Activate ostree-finalize-staged earlier; this should hopefully make deployment finalization more reliable by running it later in the shutdown sequence, when less services are running * Run grub2-mkconfig on the filesystem tree of the pending deployment, rather than the previously deployed tree. This was a corner case where the deployment failed if a previous deployment did not exist, on systems where grub.cfg is used.- Disable LTO (boo#1133120).- Update to version 2019.1: + This is the first libostree release of 2019; no big changes, just a collection of smaller features and bugfixes. + On the features side, a good example is: lib/repo: Search a list of paths in gpgkeypath for gpg keys. + Another feature is grub2: add support for devicetree. + lib/kargs: allow empty-list arguments i.e it ensures libostree supports "empty list" kernel arguments. + There's also some ongoing work to have libostree be a "backend" for OCI/Docker container storage; checkout: honor opaque checkouts. + If built with --disable-http2, allow enabling via http2=1 will allow people to more easily play with HTTP2 if it's disabled by default.- Update to version 2018.9: + New features: * Allow disabling pulling from LAN/USB/Internet * lib/repo: Add an API to get min-free-space-* reserved bytes * OstreeMutableTree: add _remove method * repo: Add a checkout option to not hardlink zero-sized files + Bugfixes (apart from regular memory leaks fixes): * finalize-staged: Bump timeout to 5 minutes * deploy: Fix removing /var/.updated with separate /var mount * src/ostree: Don't delete refs having aliases + One notable change in this release is the initrd service ostree-prepare-root.service now runs earlier in the boot process. This shouldn't actually affect OSes, unless there's extended logic in the initrd that integrates tightly with OSTree. + Another systemd related change is the introduction of a path unit: ostree-finalize-staged.path. This allows the service of the same name to be path activated instead of explicitly started at deployment staging time. This release however does not yet rely on this mechanism to give time for packagers and integrators to adapt to the new unit (e.g. by enabling it in the systemd presets). A future release will require this. Note that deployment staging is still not the default for libostree, although at least rpm-ostree now unconditionally uses staging, and while it generally worked well, we hit issues with people using slower hard drives, hence the increase in timeout in PR #1755 . + Another change to call out is: lib/commit: Don't chown objects to repo target owner. We previously had incomplete support for a process running as uid 0 writing to a repository owned by a non-zero uid, but it was never finished. This will likely be revisited at a later time.- Update to version 2018.8: + This release is pretty much all minor bugfixes: memory leaks, fixing error messages and docs, handling a race condition on pull with summary updates. There's one new feature (noted below), and we also gained a new contributing tutorial: https://mail.gnome.org/archives/ostree-list/2018-August/msg00005.html + The one bugfix I want to call out explicitly is: ostree-remount.service: RemainAfterExit=yes (gh#ostreedev/ostree#1697). It's surprising it took us so long to find and fix this; I've seen occasional boot failures that I believe trace down to this problem. The behavior of systemd units of Type=simple without RemainAfterExit=yes set is rather nonsensical; I may try to push to have a warning emitted upstream if such a unit is a dependency of another. + And the one new feature is the auto-update-summary config option for repositories. For more information, see the docs and gh#ostreedev/ostree#1681. - Rebase ostree-grub2-location.patch with quilt. - Drop libostree-fix-wformat-warnings-on-i586.patch: Fixed upstream.- Update to version 2018.7: + There's no one major feature in this release, but we have a variety of improvements and bugfixes.- Update to version 2018.6: + lib/repo: Do free space math under lock in error path. + lib/archive: Tell g-ir-scanner to ignore the private libarchive bits. + deploy: Delete .updated file from /etc and /var on new deployments. + switchroot: Allow letting ostree-prepare-root mount /var. + lib/repo-pull: - Support retries for delta superblocks; - Support queuing delta superblock requests; - Add some missing assertions for progress statistics; - Support retrying requests on transient network errors. + ostree/trivial-httpd: Add --random-408s command line option. + fsck: Add --all to print all corrupted object. + bash-completion: Don't add a space after files and directories. + u-boot: add support for devicetree. - Changes from version 2018.5: + lib/sysroot: Add OSTREE_EX_STAGE_DEPLOYMENTS environment variable. + docs: Add "Hello World" example. + lib/deploy: - Do post-ops when removing staged commit; - Also compare deployment csum versions. + repo: Add checksum to error message opening unreadable object + deploy: - Don't prune repo at finalization time by default; - Return staged deployment; - Silently do nothing if passed same set of deployments. + man: Add man page for create-usb. + fsck: Mark commits with missing or deleted object partial. + Add concept of "staged" deployment. + bin: Hide `admin instutil` command. + pull: Don't save summary to cache before validating signatures. + lib/repo-pull: - Improve error message when no summary is found; - Rename a variable for clarity. - Add libostree-fix-wformat-warnings-on-i586.patch to fix 32-bit arch building failure.- Update to version 2018.4: + A quick turnaround after 2018.3 to include one main PR: gh#ostreedev/ostree#1508. + "switchroot: Ensure /run/ostree-booted is created even without initramfs". + This fixes ostree when booting without an initramfs. Thanks to @akiernan for the bug report and helping review the fix! I'm working on enhancing the test suite, which will help in adding some coverage here. - Changes from version 2018.3: + Keeping up with our ~monthly cadence. A variety of contributors here again, it's great to see! There's two notable features, and a variety of non-critical bugfixes. + On the features side we have: - sysroot: Add concept of deployment "pinning". - ostree: introduce PAYLOAD_LINK object type. - lib/fetcher: Allow clients to append to User-Agent. + By default libostree prunes older deployments; the pinning feature allows you to explicitly retain them until unpinned. This is useful for major version updates. + The PAYLOAD_LINK functionality allows libostree to do content-based deduplication. Previously, if e.g. a file changes in metadata (mode, owner, xattrs such as SELinux labels), we can't make a plain Unix hardlink, and hence by default end up with a new copy on disk. However, the Linux kernel has standardized "reflinks" and some filesystems support them, including modern versions of XFS. When reflinks are available, this functionality causes libostree to compute a content-only payload, and when importing an object, if it matches in content with an existing object, to use reflinks to deduplicate, while using different inodes. + Finally, the HTTP User-Agent API is intended for higher level tools linking to libostree where one wants to expose the app version as well. + Beyond that, as mentioned above we have a variety of non-critical fixes such as memory leaks, test suite improvements, correctly printing the "would be pruned" size when using prune --no-prune, etc. - Changes from version 2018.2: + We're keeping up with the approximately-monthly release cycle. There's mostly a collection of smaller fixes here, with some enhancements. I'm biased but my personal favorite is gh#ostreedev/ostree#1438 since it makes the output of findmnt rather significantly nicer on this workstation where I have container tooling creating sub-mounts in /var that are no longer replicated in /sysroot. + For the embedded space, gh#ostreedev/ostree#1411 for devicetree support is likely interesting, and is related to a discussion on the mailing list: https://mail.gnome.org/archives/ostree-list/2018-February/msg00001.html + Jonathan's PR gh#ostreedev/ostree#1441 to add callback filtering to checkout was necessary for us to re-implement some hairy logic from librpm around "file coloring"; see projectatomic/rpm-ostree#1227 We're getting quite far along now in having rpm-ostree be a truly hybrid system, supporting the existing RPM ecosystem. + Marcus definitely wins the "lines changed" count this cycle by adding SPDX-License-Identifier to all of the C source files (gh#ostreedev/ostree#1439). This happened because we relicensed the documentation to dual CC BY-SA and GFDL in gh#ostreedev/ostree#1432 to enable a Wikipedia page which I just noticed exists now!- Drop pkgconfig(libgsystem) BuildRequires: this is no longer needed.- Modernize spec-file by calling spec-cleaner- Update to version 2018.1: + Support for booting without initramfs. + bash/ostree: add missing --add-metadata option. + bin/commit: add --keep-metadata option. + bin/commit: move parent checking code higher up. + bin: Fix cookie builtin build with curl but no soup. + build-sys: Allow building with curl, but without libsoup. + build-sys: Link with -ldl for rust build. + deploy: add --karg-none argument. + find-remotes: Add --finders option. + grub2: Exit gracefully if there's no system ostree repository. + lib/checkout: Validate pathnames during checkout. + lib/fetcher: Add version to USER_AGENT string. + lib/pull: allways include ostree-repo-pull-private.h. + lib: Validate metadata structure more consistently during pull. + ostree-prepare-root: enabler for simpler kernel arg. + rofiles: Add --copyup option. + rofiles: Fix --copyup when creating a new file.- Update to version 2017.15: + The headlining feature in this release is support for repository locking, contributed by Dan Nicholson. Currently it is disabled by default; add locking=true in a repository configuration file to enable. This feature should be considered as "tech preview"; it's highly likely we'll stabilize it in its current form, but it's possible something will change. Currently the locking only protects commit + prune; there is a large pending PR to extend locking to many more APIs and commands. + Several new APIs were added; for example libostree now has a convenient API to break a hardlink, which happens in e.g. rpm-ostree in several places such as handling the RPM database. + Also, multithreading support in the commit APIs was cleaned up and clarified. It's now possible to call transaction_set_ref() from multiple threads, which rpm-ostree uses now to import RPMs to OSTree in parallel. + We're tracking an issue with http2+libcurl and it looks like there are a number of issues still floating around HTTP2+libcurl (some are server bugs), that we added support at both build and runtime to disable http2. + The fsck command learned how to verify ref bindings, and relatedly, the commit command gained a --unbound option to skip creating ref bindings.- Update to version 2017.14: + This release is almost entirely bugfixes. One notable fix is a read-after-free when libcurl is finalizing that some people have hit. + There are a number of improvements around the ${repo}/tmp directory and the per-transaction staging directory in preparation for adding locking in a future release. This release should already help avoid several failures when doing concurrent commits; the aim of the locking work will support concurrent prunes and commits.- Update to version 2017.13: + A lot of across-the-board improvements here; the pure bugfixes are mostly in the experimental Avahi bits, hardening the FIFREEZE on /boot code, explicit errors when trying to commit non-UTF8 filenames, and finally a number of fixes around our use of mmap. + One slight backwards-incompatible change (but I doubt it'll break anyone): Disallow refs starting with a non-letter or digit If this does affect you, please let us know ASAP. + For improvements, first up, Alex changed the static delta code to avoid holding everything in memory; this is a substantial improvement for large deltas, and also for flatpak which uses deltas as a "bundle" format. + A few notable changes: - commit: Add _CONSUME modifier flag. You probably want to use this by default for your build/package systems. - core: Add standard SOURCE_TITLE metadata key. This one I think is conceptually quite interesting; for many people, their ostree commits are derived from something else that has its own versioning, and it's useful to show that explicitly. I encourage ostree-based build systems to consider rendering human-readable information about your builds into this standardized metadata key. - On the command line side: cleaning up the --help output significantly.- Update to version 2017.12: + Quite a lot in this release. First, on the notable bugfix side, we fixed an issue where background threads could remain alive after an error was encountered during pulls. Particularly for projects like flatpak that do multiple pulls in process, this is an important fix. + Another important change related to pulls is that libostree now performs checksums when mirroring again. The intent here was to speed up mirroring, but it led to a confusing security story. Now it's easier to explain: for HTTP pulls we verify checksums (and this can be disabled), for local filesystem pulls we don't, (but it can be enabled). We've always verified checksums by default when pulling from an archive repository into a non-archive. + Anton Gerasimov contributed a change to the libcurl backend to support PKCS#11 URIs, useful for storing certificates in a hardware or software enclave. + The schema for the experimental OstreeRepoFinderMount API to find OSTree repos on removable media has changed incompatibly, so that the media doesn’t need to contain two similar lists of refs. It will now look in .ostree/repos.d, .ostree/repo, ostree/repo and var/lib/flatpak paths on removable media. + Similarly, the experimental ostree_repo_resolve_keyring_for_collection() API has changed to return an OstreeRemote containing the keyring, rather than just the keyring, making it more generally useful. + The bloom filter used when finding refs from remote peers has been fixed to work correctly on 32-bit architectures (such as ARM). This doesn’t change the bloom filter format, but will require bloom filters created on 32-bit architectures to be regenerated in order for advertisements from those machines to work. + Repositories which have a collection ID set will now put their repository metadata in an ostree-metadata ref when ostree summary --update is run, in addition to putting it in the summary file. This is part of a plan to securely allow unsigned summary files for peer-to-peer pulling of refs. This won’t happen for repositories which don’t have a collection ID set, or if --enable-experimental-api is not configured. + A new ostree create-usb command has been added (if configured with --enable-experimental-api) which can be used to put refs from repositories onto removable media in a format which can be detected by OstreeRepoFinderMount. For example, to allow easy sharing of flatpaks or OS updates between offline machines. + OstreeRepo has gained hash() and equal() methods, so it can now easily be used in a hash table based on its device number and inode, rather than using its path. + A minor bug was fixed in rofiles-fuse, which would cause files to be created with random mode bits if called for O_RDONLY. + For clients that use OstreeRepoDevInoCache, a bug was fixed which caused libostree to ignore callbacks that allow modifying file modes, ownership, and extended attributes. + libostree now supports --with-crypto=gnutls. Like the OpenSSL support, this is currently just checksums, but we are driving this towards making the GPG dependency optional and supporting other signature methods. + In previous releases, libostree learned how to make hardlinks for local pulls. But if we couldn't hardlink (e.g. the devices were separate), the local pull code went through a much slower generic path that included re-checksumming objects. Now there's a copy/reflink fast path that uses FICLONE/copy_file_range() directly if possible. This can be substantially faster. + ostree prune learned a new --only-branch option. This can be a lot more convenient for release engineering tasks. + As usual, more work was done to improve the testsuite. It should now be able to better detect tmpfs/overlayfs environments. The upstream CI now also runs tests in a non-overlayfs environment for better coverage. - Changes from version 2017.11: + This release has a few new features, some UX improvements for the command line, and a variety of bugfixes. + The project is now more canonically called "libostree", though "OSTree" and "ostree" are also fine. + The most important bugfix for anyone using rofiles-fuse (typically build systems, rpm-ostree also uses it) is: - rofiles-fuse: Fix lchown() and hardlink verification for symlinks. + On the features side, we've added a few new APIs to the libarchive importing and checkout path that will be used by rpm-ostree. This should be of interest to anyone using libostree for build systems or underlying a hybrid image/package system like rpm-ostree. + Also on the host system side, there is a new (canonical) place for build systems to put the kernel/initramfs: /usr/lib/modules/$kver. + Make all of the deployments show up in the uboot configuration, to help enable automatic fallback if a new OS fails to boot. + Lots of style cleanups, some "error prefixing" work to ensure we produce understandable errors in more situations, and one other notable cleanup: add a tmpfiles.d snippet to clean up /var/tmp/ostree-ovl.XXX. This should be nice for anyone who uses ostree admin unlock frequently. + Improve the management of configuration for remotes. + Lots of cleanup in the command line parsing and fixes for - -help, and also helped with the new --selinux-label option for ostree commit. + Fix the handling of GPG keys that have subkeys. + Fix the build system and tests.- Update to version 2017.10: + In this release Coverity scans were set up , and fixed all of the problems it found. None of the issues were critical; the only off-by-one array indexing for example was in a test case. + Add bash completion. + Documentation fixes. + There are a number of smaller features: - lib/repo: Add API to create and list ref aliases. - repo: Introduce ostree_repo_open_at() and ostree_repo_create_at() is a notable new API, and finally completes our fd-relative porting for OstreeRepo. The semantics of these functions are nicer; it's now more convenient to unconditionally call ostree_repo_create_at() for example to ensure a repository exists, returning the opened result. + lib/sysroot: Add journal-msg signal is a nice cleanup in that we finally stopped doing printf() in the library code for OstreeSysroot. If you maintain a client, you should start listening for this signal, like the demo command line does (if you want the text of course). + In the "important bugfixes" category, pull: mark commits from local cache as partial fixes up the --localcache-repos logic. + Also a number of bugfixes contributed for the collections logic as well as cases of trying to download a missing summary file.- Update to version 2017.9: + A notable new feature in this release is that the pull machinery now interprets two new metadata keys: ostree.ref-binding and ostree.collection-binding. This allows closing a longstanding class of "sidegrade" attacks that Florian Weimer identified when performing a security audit of libostree years ago (bgo#724873). There was a more recent discussion on this topic on the list: https://mail.gnome.org/archives/ostree-list/2017-May/msg00013.html + For the ostree-as-host case, this only matters if you offer multiple refs. For flatpak, it's more important as a MITM attacker could actually switch applications; that's why flatpak implemented this a while ago as xa.ref. + I'll note here that it's recommended for content providers to make use of ostree's support for tls-ca-path to implement TLS CA pinning, which protects all metadata and content in a strong fashion; in this scenario the GPG signatures act as a secondary layer of defense and make offline verification easier (for e.g. mirroring). + Otherwise, there's some performance enhancements for local pulls, and a variety of bugfixes.- Update to version 2017.8: + This is a quicker release closely following 2017.7, but it still includes a number of changes. First, a lot of work is landing from Philip/Krzesimir for doing "collections" and pulling content from Avahi/USB drives etc. That work is still underneath --enable-experimental-api, but look for more from that soon! + Other notable user-visible features from this cycle are: - lib/repo: Add min-free-space-percent option, default 3%. - Add "pull --localcache-repo". + An important bugfix for bare-user repo mode owners is: lib/commit: Ensure bare-user objects are always user-readable. + Besides that we have a lot of code cleanup, CI work, etc.- Update to version 2017.7: + The most notable thing for this release is that for flatpak users/distributors, this release adds a lot of (opt-in) hardening against setuid or world-writable files. These issues are also (to a lesser degree) applicable to ostree-based build systems which use the bare-user repository mode. A pending flatpak version will require this version of libostree. + For ostree-as-host, we fixed a major regression in SELinux labeling for /etc (only applies to SELinux-using host systems). + Known issue: test-symbols.sh will fail when building from the tarball (as opposed to a git clone). + Besides that, there's various smaller cleanups and fixes. It's great to see contributors from a variety of organizations; having libostree be a shared infrastructure layer across distributions is a longstanding vision.- Update to version 2017.6: + One of the most notable changes in this release is that we switched to using a systemd generator for handling /var, which means admins can now set it up as an explicit mount point. We feel pretty confident in the code, but do test your specific setup. One note in particular; the new model (obviously) requires systemd, and while we tried to preserve the non-systemd path, it wasn't explicitly tested. + The work to port to a new code style continues rapidly; at this point most of the library is converted, with just the command line remaining. I think the new style is a lot more readable now that we rely fully on __attribute__((cleanup)). + Enhance the OstreeAsyncProgress reporting API, which I think is going to be quite useful for user interface frontends (like GNOME Software). + There's a smattering of smaller bugfixes; minor memory leaks, double close() and the like. In this cycle we also beefed up our CI/testing more - we now test both Fedora Atomic Host and flatpak more explicitly. Contributions to extend the suite to other distributions would be appreciated; for example, tests for ostree-as-host on Debian. Our Travis-executed tests should be extensible. + Fix some of the test suite for installed tests, and also introspection fixes for language bindings. + Another feature that involved a lot of internal changes is our handling for /etc on SELinux-based systems. We now label files as we go rather than having a more fragile separate relabeling path. This is also exposed as an API, which is used by rpm-ostree now. I think this particular change highlights the strength of "libostree" as an API that can be reused by higher level systems. - Changes from version 2017.5: + This is a bugfix release for 2017.4 to fix a regression that broke flatpak. - Changes from version 2017.4: + A notable new feature in this release is a fourth repository mode: "bare-user-only". This is very similar to bare-user, but canonicalizes permissions and ignores xattrs. The intended use of this is for "non-OS" container tools such as flatpak, where one intentionally discards the traditional file ownership. (I'm calling this container case "non-OS" to distinguish from other container tools where one might want to "log in" via PAM and supporting distinct UIDs inside a single container is valuable) + We have a few new APIs, such as ostree_check_version() which is important when making use of some of the "API extensions" we have using GVariant on e.g. ostree_repo_pull_with_options(). + The diff is a bit larger due to us switching to a new code style. + Another quite important change is that ostree trivial-httpd is disabled by default. With a libcurl build, this is the last part that links to libsoup. It's only needed for unit tests, so can be subpackaged or discarded. (We're doing the latter for Fedora). + Speaking of curl, we now support --with-openssl which enables using OpenSSL's libcrypto for SHA256. This can be notably faster. You likely want this if e.g. libcurl is already linked to OpenSSL for you. I'm increasingly confident in the curl code, and should be ready to recommend using it by default in the next release or two.- Update to version 2017.3: + contrib/golang: rm directory. + deltas: Don't put unreadable *from* objects in fallback. + delta-show: Don't dump whole superblock, do show fallback checksums. + repo: Fix static delta progress display. + pull: Explicitly error out if metadata objects are fallbacks. + pull: Fold together deltapart+fallback count for display. + ci: Install PyYAML. + lib: Ensure an error is set in ensure_unlinked() if errno != ENOENT. + libtest: Re-enable quiet mode for building fs tree. + README.md: Add more/clean up links to consuming projects. + libglnx: Re-bump to master due to accidental reversion. + ci: Hard error on all -fsanitize=undefined warnings. + build: Add --with-smack, use it to reset contexts for writing objects. + main: Make ostree --version output YAML (and add gitrev). + deploy: Correctly use libmount unref() calls rather than free(). + man/repo-config: Document mirrorlist. + tree-wide: Squash noncritical compiler warnings. + deploy/libmount: Fix build with old util-linux 2.23 (CentOS7). + fetcher: Log failures into journal. + upgrade: Add support for --pull-only and --deploy-only. + grub2: Use g_spawn_sync() rather than GSubprocess to avoid SIGCHLD. + deltas: Expose the filename parameter. + pull: don't use static deltas if archive repo. + libglnx: bump for -Wmaybe-uninitialized fix. + grub2: Use "linux16" only on x86/x86_64. + pull: Use all available commits for delta sources. + build: Fix disabling --enable-man if xsltproc is not available. + fetcher/curl: Fix leaks caught by ASAN. + libostree: Allow compression level to be set for archive-z2 stream. + Allow and start using C99 declaration-after-statement. + repo/checkout: Verify early if src/destination are on same device. + checkout: Support a "pure addition" mode. + repo/checkout: fix 32-bit builds. + repo-pull: add option to set the async update frequency. + ostree: allow setting update frequency from command line. + repo/checkout: Convert a few functions to new "stmt-decl/FALSE" style.- Update License: this should be LGPL-2.1+, not GPL-2.0+.- RPM group changes- Update to version 2017.2: + libostree: Don't distribute generated enumtypes in tarballs. + lib: Adjust comments in symbols section for last release. + lib: Prefix GPG errors with the checksum. + lib: Move the bupsplit selftest into our test framework. + Rename to libOSTree. + oxidation: Add implementation of bupsplit in Rust. + trusted.gpg.d: keep in the same location. + lib: Add ostree_repo_reload_config(). + rust: Support `make dist` -> cargo vendor. + repo: Add archive/zlib-level option, drop default compression to 6. + fetcher: Drop the libsoup queue. + libcurl backend. + fetcher queue: also throttle on outstanding writes. + libostree: added empty ot_cleanup_{read,write}_archive macros. + ostree-repo: Clarify error behaviour of remote option getters. + admin-switch: Don't segfault if there's no remote. + commit: Support -F/--body-file, like git. + build: Remove .PHONY for Rust shared library. + rofiles-fuse: Support write/read_buf(). - Rename from ostree to libostree, following upstream.- Update to version 2017.1: + This release has mostly bugfixes, the main new feature is that the prune command gained more sophistication around selectively pruning branches. We're planning to use this in Project Atomic work where we want to co-locate both "development" and "stable" branches in the same repository. + The next release is likely to be more exciting, as we have an additional new libcurl backend in the works - this release contains some preparatory cleanup for that.- Update to version 2016.15: + This release is mostly bugfixes - for example, it cleans up the vast majority of memory leaks caught by ASAN. We also build without libsoup again, which is preparatory for a potential addition of a libcurl HTTP backend. + Another notable change is that we now always checksum individual objects even when applying static deltas, regardless of whether or not the summary file is signed. This is part of an ongoing thread about supporting OCI as a transport layer. - Add pkgconfig(zlib) BuildRequires: configure explicitly checks for it.- Update to version 2016.14: + otutil: Note that ot_log_structured takes a printf format. + libglnx: Bump to master (for -fsanitize fixes). + Distribute test scripts even if we wouldn't run them. + Distribute valgrind suppressions in tarballs. + Filter bootloader supplied kernel cmdline options. + repo: Don't put remote refs in the summary file. + pull: Don't do deltas with --commit-metadata-only. + pull: Add per-remote cookie jar. + remote: Add command to list cookies. + remote: Add commands to add and remove cookies for a remote. + OsreeFetcher: Treat 403 as not found. + trivial-httpd: Add support for checking cookies. + Update documentation for cookie handling commands. + deltas: Only keep one file open at a time during compilation. - Changes from version 2016.13: + pull: Add support for `http-headers` option. + pull: Redo logic for "scanning". + commit: Fix reading xattrs from OstreeRepoFile:s. + lib: Define and use cleanup functions for gpgme. + lib: Split out helper function to create GPG context. + Add "gpgkeypath" option to remotes. + lib: Add an API to GPG verify a commit given a remote. + pull: Do GPG verify commit objects when using deltas.- Add pkgconfig(libsystemd) BuildRequires: configure explicitly calls on both .pc names (systemd and libsystemd). We do want to stay independent of potential systemd packaging changes.- Update to version 2016.12: + pull: Support inherit-transaction. + pull: Support multiple specifications of --subpath. + docs: amend vmlinuz & initramfs naming convention. + ostree-sysroot-deploy.c: delete redundant check. + OstreeFetcher: provide proxy credentials if needed. + core: Do create hardlinks to symlinks for checkouts. + add .redhat-ci.yml and .redhat-ci.Dockerfile. + .redhat-ci.yml: use projectatomic/ostree-tester. + Fix regression for symlinks in bare-user repos. + ostree_repo_read_commit_detached_metadata: Handle parent repo. + detached metadata: Put these in transaction. + Release 2016.12.- Update to version 2016.11: + static-delta: add some error handling. + pull: Do allow executing deltas when mirroring into bare{,-user}. + ostree-repo.c: Fix file descriptor cleanup. + ostree_sysroot.c: Don't close sysroot_fd twice. + sysroot: Port some small cleanup code to fd-relative. + sysroot: Port origin writing code to fd-relative. + sysroot: Drop an fsync for origin file when writing deployments. + sysroot: Drop an unnecessary fsync. + boot: Ensure we remount /var writable before systemd does journal flush. + ostree_sysroot_init_osname: also create /var/log. + docs: add mention of rpm-ostree package layering. + admin: Allow running status unlocked. + Fix spelling of "repository". + checkout: Fix fsync defaults for new API to be off for real. + trivial-httpd: Port mostly to fd-relative. + libglnx: Update to latest.- Update to version 2016.10: + pull code: support contenturl setting. + trivial-httpd: prepend timestamp in log file. + pull: drop fetching_sync_uri. + pull: add mirrorlist support. + libtest: add has_gpgme() helper function. + tests: add tests for contenturl and mirrorlist. + pull code: clean up mirrorlist hack. + build: Set --enable-man during distcheck. + build: Distribute man page XML source. + build: Actually distribute man page XML source. + switchroot: Fix build on Ubuntu. + switchroot: Fix test-switchroot now autotools can build static. + ostree-prepare-root: Error if realpath fails. + ostree-prepare-root: Fix running with musl. + gpg: do not segfault when the algorithm name is not known. + repo: Revert default timestamp from 1 back to 0. + delta: Add missing `goto out` for failure to mmap(). + repo: Only use mmap() for metadata > 16k. + delta: Unreference files we've processed. + fetcher: Fix another finalization deadlock. + sysroot: Avoid double cleanup, and ensure no cleanup if specified. + core: Make OSTREE_TIMESTAMP public API. + Release 2016.10.- Update to version 2016.9: + libostree.sym: Add 2016.9 section. + deltas: Handle cleanup of fd array properly. + deltas: Use F_DUPFD_CLOEXEC properly. + pull-local: Support requiring static deltas. + tests: Ensure deltas for pulling when needed. + pull: Disable static deltas by default for local pulls. + tests: Test that local pulls do not use deltas. + Move ostree-* executables to /usr/lib/ostree. + ostree_bootdir: prepend $(prefix) to path. + ostree_bootdir: properly preprend $(prefix). + manual/repo.md: reword bits about the summary file. + repo: Really ignore progress changed user data. + fix typo in docs/manual/atomic-upgrades.md. + prune: Elaborate on what formats are accepted by dates. + fixup! fix typo in docs/manual/atomic-upgrades.md. + test-rofiles-fuse: Actually check out via hardlinks. + rofiles-fuse: Rework to be based on nlink. + pull_with_options: fix remote parameter name & desc. + pull_with_options: allow GPG verification override. + pull_with_options: fix stray return FALSE. + pull: Make .commitpartial files world readable. + repo: Add prefixes to errors for querying size/deleting. + lib: Add an API to list only "our" objects, fix prune to use it. + pull: use same name for parameter and documentation comment. + u-boot: Merge ostree's and systems uEnv.txt. + sysroot: Drop unnecessary `dup()` invocation. + sysroot: Add a flag to suppress post-deploy cleanup. + commit: Don't delete tmp/cache dir. + switchroot: Fix building with musl libc. + ostree-prepare-root: Allow building statically with musl. + switchroot: Replace custom error printing with err/warn functions from libc. + switchroot: Move `path_is_on_readonly_fs` to header file. + repo-pull: properly store the cancellable.- Update to version 2016.8: + Almost entirely bugfixes. Most notable is a fix for a relatively rare race condition in the pull code on cleanup (after completion), and also a memory leak. + Besides that, there are improvements for the test suite, some more porting away from libgsystem, a bugfix for static deltas important to flatpak, build tweaks for older glib, etc. - Changes from 2016.7: + There's quite a lot of changes in this release since 2016.5, but one thing to call out explicitly it is a fixed race condition in the HTTP pull code that could cause hangs or crashes that mostly occurred only when doing "large" pulls (thousands of object requests). If this occurs, client systems can work around it by cancelling and retrying the pull.- Move grub2 related files to new ostree-grub2 subpackage (similar to Fedora), only used to integrate ostree with grub2 (fully fix boo#974714).- Update to version 2016.6: + refs: add "ostree refs --create" and unit tests. + manual: Link to mender.io. + Add "archive" as an alias for "archive-z2". + libglnx porting: delete temp files on failure of file creation. + repo: Avoid a possible divide by zero in progress. + manual: Discuss mirroring. + build: Fix libreaddir-rand to honor global CFLAGS. + tests: Support OT_SKIP_READDIR_RAND. + pull: Ensure we always process queue only from main thread. - Switch git url to https://github.com/ostreedev/ostree. - Fix Url in specfile.- Add ostree-grub2-location.patch: Fix path to find grub-mkconfig_lib. openSUSE installs those files to /usr/share/grub2, upstream would do /usr/share/grub (boo#974714).- Update to version 2016.5: + Add a stub .travis.yml. + tests: Add a test-abi. + pull: Add OSTREE_REPO_PULL_FLAGS_UNTRUSTED flag. + Add --untrusted option to pull and pull-local. + OstreeSePolicy: add ostree_sepolicy_get_csum(). + core: Add verbose messages for pruning. + core: Add debug messages for traversing. + build: Set G_LOG_DOMAIN to OSTree. + main: Set log handler for OSTree domain. + packaging: fix bashism in dist-snapshot target. + docs: Add a section on repository management. + commit: Support generating commits with no parent, or a custom one. + commit: Support writing orphans. + commit: support editor for orphan commits. + docs/CONTRIBUTING.md: Update for github move, Homu etc. + test-xattrs: use TAP syntax to skip test. + various tests: skip if temp directory lacks xattr support. + Symlink libreaddir-rand.so into tests directory. + tap-test: clean up temporary test directories as intended. + In tests that use gpg, terminate the gpg-agent after testing. + Load g-i bindings from builddir during build-time testing. + tests/admin-test.sh: this is a bash script, not a POSIX sh script. + Force libreaddir-rand to be a shared library. + Skip tests that run rofiles-fuse if /dev/fuse or /etc/mtab unavailable. + test-pull-untrusted.sh: always corrupt a regular file, not a symlink. + basic-test: commit with a non-empty subject. + Probe for GNU parallel more accurately. + tests: Make failing to kill the GPG agent non-fatal. + libtest.sh: use G_TEST_SRCDIR, G_TEST_BUILDDIR to find resources. + test-abi: use G_TEST_SRCDIR, G_TEST_BUILDDIR. + test-xattrs: sync how this is skipped with test-rofiles-fuse. + libtest.sh: only check whether $(pwd) is empty once. + manual: Fix a bunch of typos and docbookisms. + Introducing ostree-grub-generator. + pull: Don't try to cache summaries for pull-local. + Fix local-pull test. + pull-local: Support --gpg-verify and --gpg-verify-summary. + build: Find grub2-mkconfig a bit more automagically. + build: Make tests/libreaddir-rand.so rule use AM_V_GEN. + tests: add libostreetest.h to EXTRA_DIST. + tests: add missing ${CMD_PREFIX} before ostree. + contrib: indent golang code using only tabs instead of both tabs and spaces. + Remove empty new lines at the EOF. + docs: Prefer the form "cannot" to "can not". + Use git.mk. + Support pathnames for --subpath=... + Export ostree_repo_get_remote_option* functions. + Inherit remotes and remote options from parent repo. + Add test case for inheriting remote options. + cfg.mk: ignore syntax-check for git.mk. + Add support for ostree static-delta delete. + small cleanups. + Fix the symbol versions for ostree_repo_get_remote_*option. + ostree-repo-pull: always initialize flags_i. + pull: More consistently use remote_repo_local for local repos. + build: Move grub2-15_ostree back to pkglibexecdir. + Fix AS_HELP_STRING for builtin grub2 mkconfig. + fetcher: Initialize output_stream_set_lock mutex. + commit: Fix crash if dfd_iter is NULL. + Add cache_dir_fd to OstreeRepo. + Add OstreeRepo option for an out-of-band cache dir. + man: Elaborate on per-remote GPG. + Add remotes-config-dir to OstreeRepo. + Look for $remotename.trustedkeys.gpg in remotes.d dir. + refs: Add g_prefix_error around opendir for easier debugging. + static-delta: Put temp files in /var/tmp. + static-delta: Initialize read_source_fd to -1. - Stop passing --with-grub2 to configure, no longer recognized.- Update to version 2016.4: + fetcher: Remove message_to_request table + fetcher: Convert from GSimpleAsyncResult to GTask + fetcher: Rework reference counting + fetcher: Track outstanding requests with a table + sysroot: Cleanup refs and prune even on last undeployment + pull: Recover from missing commits in recursive pulls + doc: Note that refs --delete does not prune + tests: Add a test for pull+deploy of specific "bare" commit + static-delta: Handle LZMA_BUF_ERROR returned by zlib + static-delta: Don't run bspatch when output object already exists + static-delta: Set error on bsdiff failure + commit: Improve variable name + Don't require /boot/uEnv.txt for u-boot support + tests: fix LZMA test to really compress/decompress + upgrader: Add ostree_sysroot_upgrader_dup_origin() + upgrader: Allow overriding the commit to pull + upgrade: Add --override-commit=CHECKSUM option + prepare-root: set up /boot bind-mount for single partition systems + static-delta: Fix annotation on ostree_repo_list_static_delta_names + sysroot: Write symlinks before calling fsync(), then rename after + init-fs: Explicitly set /tmp to 01777 + core: use OSTREE_OBJECT_TYPE_LAST instead of OSTREE_OBJECT_TYPE_COMMIT + pull: add support for tombstone commits + repo: create a tombstone commit when deleting a commit + fsck: add argument --add-tombstones + tests: add tests for prune and tombstones commits + docs: Note not to put private keys in /usr/share/ostree + generate-static-delta: Support min-fallback-size 0 to disable fallbacks + static deltas: Add support for inline-parts + static-deltas generate: Add --inline option to CLI tool + Add tests for inline static deltas + deltas: Make apply-offline only read the parts once + delta: Ensure the from commit exists when applying static delta + static-delta apply-offline: Don't skip validation + Add _ostree_repo_open|commit_untrusted_content_bare + deltas: Verify checksums in apply-offline unless skip_validate is TRUE + deltas: Make min-fallback-size 0 actually disable fallbacks + deltas: Support passing filename to delta generator + deltas: Support passing filename to ostree_repo_static_delta_execute_offline + pull: Verify checksums from static deltas unless gpg signed summary + deltas: Support including detached metadata in static deltas + libostree: Fix a couple compiler warnings + prune: add --delete-commit + fsck: create a tombstone when the parent is missing + tests: add test for ostree prune --delete-commit + prune: add --keep-younger-than=DATE + pull: make slightly clearer when failing for missing xattrs support + ostree: do not print the usage on each G_IO_ERROR_NOT_SUPPORTED + libostree: add new API ostree_repo_write_commit_with_time + commit: add --timestamp=TIMESTAMP + tests: add tests for prune --keep-younger-than=DATE + tests: prefix invocation of ostree with where missing + repo: Validate checksums have correct length + repo: Never delete .commitmeta files + trivial-httpd: Avoid SoupBuffer when there's no content + glnx: Update from master + fetcher: Remove "sending_messages" hash table + fetcher: Remove "total_requests" counter + remote: Print full refspec in "ostree remote refs" + repo: Fix backwards timestamp in ostree_repo_write_commit() + gpg-verifier: Fix compiler warning + Release 2015.11 + parse-datetime: use the module from gnulib + tests: add missing ${CMD_PREFIX} + cmdline: Fatally error if the timestamp in a commit is invalid + build: Delete generated parse-datetime.c file, use AM_V_GEN + build: Also add a configure check for YACC/bison + Update to latest libglnx + repo: Add _ostree_repo_allocate_tmpdir helper + repo: Use per-transaction staging dir + repo: Allocate a tmpdir for each OstreeFetcher to isolate concurrent downloads + fetcher: Add "config-flags" construct-only property + fetcher: Move the SoupSession to a separate thread + pull: Push a temporary main context for sync requests + build: Fix srcdir != builddir + repo: Add ostree_repo_verify_summary() + remote: Add "ostree remote summary" command + repo: new function ostree_repo_prune_static_deltas + prune: add new flag --static-deltas-only + tests: add tests for prune --static-deltas-only + deploy: Find kernel/initramfs consistently from filesystem + bootconfig: Add ostree_bootconfig_parser_write_at + deploy: Change large parts to be fd-relative, drop fsync + fetcher: Lazily create tmp directory + grub2_generate: load sysroot before using it + repo: Expose dfd-relative mtree writes as public API + repo: Add APIs for devino optimization between checkout -> commit + Release 2016.1 + repo: Note global transaction resume is legacy + sysroot: Don't individually fsync dirs in checkout, rely on syncfs + diff: do not traverse parent commits + Add a checkout option to skip fsync + refs: Add a missing `goto out` for error handling + grub2: Don't delete grub2.cfg.old file we just copied + tests: Use "bash strict mode" + build: Move man pages into man/ + build: Rename doc/ -> apidoc/ + Rewrite manual in mkdocs + apidoc: Remove unnecessary srcdir != builddir workaround + repo: Port -refs.c to openat() + build: Add --disable-man + lib: Add a #define OSTREE_SHA256_DIGEST_LEN 32 + build: Hoist man conditional higher + static-delta: Add `show` subcommand + packaging: Sync spec file with Fedora + build: 'make clean' removes parse-datetime.c + docs-md: Delete (obsoleted by docs/) + README.md: Update to link to Read The Docs, describe a bit better + build: Remove --disable-static-deltas option + lib: Create an internal static delta parsing/opening function + lib: Expand `ostree static-delta show` to show part stats + fetcher: Fix hung GTlsInteraction + Import rofiles-fuse + Add an `export` builtin, and API to write to libarchive + pull: Support specifying exact commit to pull via branch@commit + manual-tests: New static-delta-generate-crosscheck.sh + man/ostree-export.xml: Add to git + Support Docker-style whiteouts + packaging: Add a fuse subpackage + rofiles-fuse: Fix truncate call to not use O_CREAT + manual: Note that the bare-user mode exists + Rename libarchive write API to "export", matching command line + repo: Add ostree_repo_import_archive_to_mtree + ostree-sysroot: add debug option to help testing + pull: Add require-static-deltas pull option + pull: Add a --dry-run option for static deltas + build: Link ostree with libarchive + docs: Add a new formats section, move static deltas in there + libarchive: Make autocreate_parents imply autocreating root dir + build: Use threadsafe GPGME + gpg: Use gpg_strerror_r for threadsafety + Release 2016.2 + libarchive: Fix a 32 bit format warning + lib: Two more compiler warning fixes + deltas: Fix some more 32 bit warnings + deltas: Fix regression in ostree_repo_static_delta_execute_offline + rofiles-fuse: Handle operations on the root + deltas: Include an endianness marker + deltas: Use endianness marker when parsing + deltas: Heuristically detect endianness for older deltas + deltas: Add a compression size heuristic for endianness detection + Release 2016.3 + docs: Add a blurb on the summary file + Fix make syntax-check + test-rofiles-fuse: skip when fusermount is not present + lib: Introduce versioned symbols + repo: Add ostree_repo_get_dfd() + Add a missing #include to fix "make check" + ostree-repo: new public function `ostree_repo_list_refs_ext` + refs: allow to specify multiple refs as args + refs: add tests + libostree: Adjust `cleanup_ref_prefix` to use ostree_repo_list_refs_ext + refs: Add argument --list to print the full ref name + tests: Port to glib-tap.mk, make `make check` run all of the tests + deploy: Bump the mtime on ostree/deploy after deployments finish + tests: Convert two more exit 77 instances into TAP-compatible SKIP + docs/introduction: Note VMs vs baremetal + lib: Add ostree_sysroot_init_osname() API, bump mtime + tests: More TAP fixups + tests: Unify some tmpdir code, add ability for C to use libtest.sh + lib: Add ostree_sysroot_load_if_changed() API + tests/basic: Fix race in timestamp test + build: Don't install test data without --enable-installed-tests + docs: Reference the git docs on references + libotutil: new function ot_openat_ignore_enoent + pull: cache summary and summary.sig + repo: use the skip summary download optimization for repo_remote_fetch_summary + prune: delete all cached summaries files + tests: add test for summary file caching + repo: Fix the skip-summary-if-summary.sig-is-same cache + rofiles-fuse: Fix permission comparison + docs: Cleanup Markdown + docs: Add a section on writing buildsystems + contrib/golang: Initial golang bindings + tests: Strengthen test tmpdir sanity check, be compat with ginsttest saving + libglnx porting: gs_fd_close -> glnx_fd_close + libglnx porting: gs_free -> g_autofree + libglnx porting: xattr calls + libglnx porting: gs_transfer_out_value -> g_steal_pointer + Don't fail "ostree remote refs" if writing the summary cache is not permitted + manual: Migrate related projects wiki page into manual + deploy: Handle a read-only /boot + mkdocs: Fix the site name + tests/admin-test.sh: add #!/bin/sh + Skip test_libarchive_ignore_device_file if we cannot write xattrs + test-libarchive: fix underlinking + admin-switch: Add missing reboot argument + Use GSubprocess instead of GSSubprocess (libgsystem removal) + libglnx porting: Use glnx_set_error_from_errno + libglnx porting: Use glnx_shutil_rm_rf_at() + libglnx porting: Use glnx_opendirat() + admin: Add an `unlock` command, and libostree API + Fix building without libarchive + pull local: Don't import objects we already have + prune: Don't fail on partial commits + tests: Add a commitpartial + prune test + traverse: Require variant when traversing dirtree + Release 2016.4 - Add bison, pkgconfig(fuse) and pkgconfig(mount) BuildRequires: New dependencies.- Update to version 2015.9: + _ostree_static_delta_part_validate: Take a stream instead of a file as arg + sysroot: Add ostree_sysroot_prepare_cleanup() + deploy: Do not prune repository + libglnx: Update from master + reset: Simplify argument checking logic + repo: Fix build without libsoup + pull: Honor depth with OSTREE_REPO_PULL_FLAGS_COMMIT_ONLY + Mutable is a keyword in C++11 + Remove unused variables- Update to version 2015.8: + gpg: Add ostree_gpg_verify_result_describe() + admin: Show GPG signatures in status command + pull-metalink: Don't print error output when we expect failure + Add an API to set/unset a deployment tree's mutability + ostree_repo_checkout_tree_at: remove @subpath documentation + refs: Use *at for writes, honor repo fsync flag + repo: Add a private helper to replace a file, honoring fsync policy + libglnx: Pick up file permission regression fix + tests: Fix root uid check in test-commit-sign.sh + _ostree_repo_file_replace_contents: make buf const + summary: write the contents to a temporary file + config: add new parameter "commit-update-summary" to core section + libglnx: Update to latest + reset: Don't enforce parent commits + repo: Improve error handling in sign_data() + repo: Add a "gpg-verify-result" signal + pull: Print GPG signature status as soon as its known + repo: Add ostree_repo_remote_get_gpg_verify() + admin: Conditionally show GPG signatures in status command + sysroot: Cache an OstreeRepo instance + main: Tweak GPG output to match rpm-ostree + sysroot: Add ostree_sysroot_get_fd() + libglnx: Update from master + sysroot: Close sysroot fd in finalize + status: Don't crash if we deployed a local refspec + deploy: Use syncfs() in addition to sync() + deploy: Drop fsync of modified config files + deploy: Drop a fsync, use fd-relative APIs + README.md: fix typo + reset: update help output + pull: Always request detached metadata for commits + test-auto-summary.sh properly quote arguments to assert_streq + g_output_stream_splice: check correctly the error code + gpg: do not use secring.gpg + show: add option --gpg-homedir + libotutil: Establish a place for GPG utilities + libotutil: Add ot_gpgme_ctx_tmp_home_dir() + repo: Initialize GPGME in instance init() + ostree: Split up "remote" subcommands + gpg: Fix _ostree_gpg_verifier_add_keyring() + pull: the commit size in the summary is not for the detached metadata + Fix build when using GLib < 2.44 + sysroot: Add an API to lock + libglnx: fix reference to commit + repo: Fix an obvious typo + doc: remove unknown parameter from inline documentation + core: Cleanup commitpartial file with fd-relative lookups + Teach fsck about partial commits + libglnx: Pick up bugfix and backports + repo: Stop creating "transaction" symlink + gpg: Add ostree_gpg_verify_result_describe_variant() + Juggling libglnx.h includes + Use g_autofree instead of gs_free + Use g_autoptr() for GIO object types + Use glnx_unref_object instead of gs_unref_object + Use g_autoptr(GChecksum) instead of gs_free_checksum + Use g_autoptr(GBytes) instead of gs_unref_bytes + Use g_autoptr(GHashTable) instead of gs_unref_hashtable + Use g_autoptr(GPtrArray) instead of gs_unref_ptrarray + Use g_autoptr(GVariant) instead of gs_unref_variant + Use g_autoptr(GKeyFile) instead of gs_unref_keyfile + Use g_autoptr(GVariantBuilder) instead of gs_unref_variant_builder + Use g_auto(GStrv) instead of gs_strfreev + Remove unnecessary #include "libgsystem.h" + trivial-httpd: fix indentation + trivial-httpd: add option to specify the port + summary: list the available static deltas + core: new function _ostree_parse_delta_name + core: store information about delta files checksums + pull: check that the superblock checksum is the same as in the summary + pull: get rid of detached metadata for deltas + ostree-repo: add new API to sign the summary file + summary: add new command line arguments to sign the summary file + pull: verify signature for the summary file + tests: add a test for signed summary file + summary: delete summary.sig on an update + ot-fs-utils: remove empty line at EOF + gpg: Fix ot_gpgme_error_to_gio_error() + gpg: Add custom data buffers to wrapper GIO streams + repo: Simplify sign_data() a little + sysroot: Add a try_lock() API + ostree-repo-pull: add option to disable static-deltas + pull: add new switch option --disable-static-deltas + doc: add missing options block for pull + tests: add new test for pull --disable-static-deltas + syntax-check: add syntactic rule to prohibit gs_unref_* + syntax-check: add syntactic rule to prohibit gs_strfreev + maint.mk: Remove GNU releases specific bits + repo: Stash keyring name in OstreeRemote + repo: Delete a remote's keyring when deleting a remote + repo: Add ostree_repo_remote_gpg_import() + repo: Add remote's keyring during GPG verification + ostree: Add a "remote gpg-import" command + ostree: Add --gpg-import to the "remote add" command + tests: Add test-remote-gpg-import.sh + admin: Use locking for most sysroot commands + tests: Fix writable repo test + test-basic: Always chown back before doing assertion + ostree-repo: replace more gs_unref_(variant|bytes) with g_autoptr + repo: Bump mtime any time we write a ref + repo: Prevent GPG keys from being imported to keybox format + admin: Ensure instutil commands and usage help don't grab lock + ostree-repo: document OSTREE_REPO_COMMIT_MODIFIER_FLAGS_GENERATE_SIZES + Fix annotations on ostree_repo_remote_gpg_import(). + sysroot: Sort returned boot loader configs + tests: Add a test script to cross-check loader config vs GRUB2 + tests: Add a crosscheck for syslinux bootloader config generation + tests: Run all tests through a randomized readdir() + pull: Ensure console state for multiple GPG verification messages + pull: Validate delta checksums more strongly + tests: Add a commented out test for mirroring with deltas + repo: Don't crash when creating a summary if we have --empty deltas + tests: Add a test-pull-summary-sigs + Revert "tests: Run all tests through a randomized readdir()" + tests: Run all tests through a randomized readdir() + tests/remote-gpg-import: Only commit workdir + gpg: Gracefully handle no trusted.gpg.d directory + Fix tests on 32 bit systems + tests: Link test-gpg-verify-result with gpgme + tests: Use readdir64 when _FILE_OFFSET_BITS set + tests: Use temporary gpg homedir + Revert "tests: skip test-commit-sign.sh when not root" + Fix double free in ostree_repo_pull_with_options + repo: Change GPG verification policy + autogen.sh: fix typo + tests/test-pull-mirror-summary.sh: remove empty newline + pull-local: Support --depth option + metalink: Fix behavior when requested file is not found + tests/metalink: Add a case with nested unknown elements + diff: Fix adding CLI options twice + repo: Add _ostree_repo_remote_new_fetcher() + repo: Add _ostree_repo_get_remote_option_inherit() + repo: Handle "file" remotes in ostree_repo_remote_get_gpg_verify() + repo: Redo ostree_repo_remote_get_url() + metalink: Allow NULL for "out" params in metalink requests + metalink: Return requested file as a GBytes + repo: Add ostree_repo_remote_fetch_summary() + ostree: Add a "remote refs" command + pull: verify summary signatures also when not mirroring + repo: new function ostree_repo_remote_get_gpg_verify_summary + pull: fail if GPG is enabled and the summary is not signed + tests: add test for check for remote add - -set=gpg-verify-summary=true + ostree_repo_remote_fetch_summary: honor gpg-verify-summary + pull: Error if gpg=true and summary is 404, add more tests + core: Fix inverted conditional in GPG checking + pull: Also fix misplaced remote name handling + tests: Check error messages instead of "expected-fail", handle old parallel + build: Make gtk-doc optional + pull: Avoid leaking signal handlers across fetch requests + pull: Plug a memory leak + core: Add _ostree_get_default_sysroot_path() + sysroot: Use _ostree_get_default_sysroot_path() + repo: Add a "sysroot-path" property + sysroot: Pass the internal repo a system root path + repo: Fix location of remote configs for system repos + main: Fix UID check based on sysroot path + tests: Export OSTREE_SYSROOT in setup_os_repository + tests: do not commit from the working directory + libostree: new API ostree_repo_remote_list_refs + repo: merge repo_remote_fetch_summary_{metalink,url} + repo: new function _ostree_preload_metadata_file + pull: new option --commit-metadata-only + static-delta: do not fail compilation with big files + static-delta: add max-bsdiff-size option + repo: fix an incorrect comment + repo: don't forget to abort the transaction when failed + Update .gitignore + README: Attempt to flesh out more, start moving docs from wiki + tests: add tests for --disable-bsdiff and --max-bsdiff-size + tests: skip tests using gjs/parallel if they are not installed + Update .gitignore + tests: add tests for LZMA compressor and decompressor + sysroot: Add an unload() API + pull: Stop using GMainLoop + tests: rename test-rollsum to test-rollsum-cli + rollsum: Fix assertion for CRC matches + tests: Add tests for rollsum + repo-pull: Add a queue for scanning + Update .gitignore + tests: Build test-lzma with LZMA flags + static-delta: Ignore symlinks when computing similar objects + static-delta: assert on non-regular files- Update to version 2015.7: + critical update for v2015.4: fix a bug causing unpredictable ordering of generated syslinux/uboot/grub2 bootloader entries. + Performance enhancement for deployments; rely on syncfs() rather than individual fsync() calls. + GPG: Always retrieve detached metadata, so we'll find newly added signatures. + GPG: Support for keys specific to remotes, rather than relying on the global /usr/share/ostree/trusted.gpg.d + A new locking API (used for the commandline) so that concurrent invocations of e.g. `ostree admin upgrade` are safe. + Other enhancements targeted for the Cockpit program and rpm-ostree. + The summary file can now be GPG signed as well (preview). + Other changes to static deltas, which continue to evolve.- Update to version 2015.5: + pull: (trivial) Fix English in function name. + Fix make distcheck. + Fix repeated words. + Add infrastructure for "make syntax-check". + Remove trailing dot from error message. + syntax-check: quote the first argument to AC_DEFINE. + Remove unused include . + Remove unused . + Remove magic argument numbers to exit(2). + Do not interleave spaces and tabs. + Replace "==" with "=" in shell script test. + pull: use a single per-transaction syncfs instead of fsync. + syntax-check: Remove empty lines at the end of file. + tests: Move test-varint and test-rollsum under "make check". + configure.ac: Enable option subdir-objects for automake. + tests: Add tests for ot-unix-utils. + packaging: Add man5 pages. + prepare-root: avoid double-stacked /sysroot mount. + prepare-root: Update comments. + repo: Hold an fd "repo_dir_fd" open for the toplevel too. + util: Add an API to atomic-replace a file, dirfd relative, optional fsync. + Add an internal API to stream content objects. + When mirroring, write content directly, do not verify. + pull: Copy the upstream summary file when doing a pull - -mirror. + Add an internal API to get a read fd for a content object. + pull: Optimize file:/// URIs to skip libsoup and hardlink if possible. + Change pull-local to just be a wrapper for pull with file:///. + pull-local: Fix regression with absolute paths. + repo: Fix major performance regression with --scan-hardlinks. + repo: Store pending objects in prefixed subdirectory. + deltas: Use base64 for csums, add version to parts. + deltas: Remove support for gzipped delta parts. + deltas: Add _V0 to part #define. + deltas: Rework format to allow streaming. + deltas: Compute rollsum targets. + deltas: Print total size of rollsums we would use. + deltas: Stub out a few more opcodes. + deltas: Use the new internal streaming APIs. + deltas: Flesh out the open/write/close opcodes. + deltas: Initial code to copy content from existing objects. + deltas: Implement rollsums. + deltas: Make syntax-check happy. + deltas: Prune deltas when the corresponding "to" commit vanishes. + repo: Add a new iterator traversal API for commits. + deltas: Search for similar objects (possibly renamed across directories). + tests: Restore accidentally deleted Makefile bit. + libostree: set directory mtimes to 0 on checkout. + repo: Check for OSTREE_REPO in ostree_repo_new_default(). + tests: do not run tests/test-rollsum as part of make check. + Use libglnx. + deploy: Also look for /usr/lib/os-release. + checkout: Drop internal use of GFile *. + libglnx: Use git.gnome.org's copy. + repo: Port APIs used by prune to fd-relative *at calls. + Add explicit zlib dependency. + tests: Move test gpg keyring into writable tmpdir. + ostree-repo-traverse.c: Fix documentation parameter name. + Fix GObject introspection annotation. + ostree-repo-static-delta-processing: initialize "modev". + build: build libbupsplit separately. + prepare-root: Move /sysroot instead of unmounting it. + repo: detached sigs: Use error prefixing instead of overwriting. + ostree: Add gpg-sign command. + gpg: Remove _ostree_gpg_verifier_set_homedir(). + configure.ac: Bump GLib requirement to 2.40. + libotutil: Remove ot_variant_new_from_bytes(). + libotutil: Allow no variant in ot_util_variant_builder_from_variant(). + core: Add definitions for GPG signature metadata. + core: Fix duplication bug in _ostree_detached_metadata_append_gpg_sig(). + deploy: Use glnx file copy code. + repo: Drop internal GFile* API helper. + repo: Port hardlink-scanning code to fd-relative calls. + Add bsdiff submodule. + Add bsdiff support to deltas. + static-delta: increase threshold for rollsum to 50%. + tests: add test for bsdiff. + autogen.sh: replace all $(libbsdiff_srcpath) and $(libglnx_srcpath). + Fix "make syntax-check" failures. + Makefile.dist-packaging: fix make rpm with submodules. + static-delta: Add --disable-bsdiff option. + ostree_repo_static_delta_generate: add new param "verbose". + tests: enforce ${CMD_PREFIX} on all ostree processes. + tests: Remove some duplications from Makefile-tests.am. + deltas: Gather statistics on total number rollsum'd and bsdiff'd. + deltas: Use mmap() instead of copying input file. + commit: Add missing (allow-none) in write_ref_immediate(). + repo: Fix assertion to allow NULL options. + tests: add tests for mutable tree. + gpg: Rewrite OstreeGpgVerifier to use GPGME. + OstreeGpgVerifier: Take the signature as a GBytes. + src: drop some dead assignments. + ostree-repo-refs: Drop unused function "parse_rev_file". + ot_keyfile_copy_group: return FALSE on invalid inputs. + keyfile-utils: add tests. + tests: add test for test-ot-opt-utils. + libotutil: remove ot-waitable-queue. + src: Move ot-tool-util from ostree/ to libotutil/. + src: Drop unused argument "value" from ot_parse_boolean. + tests: Add tests for test-ot-tool-util. + sysroot: Read some bootloader state with fd-relative API. + sysroot: Read the bootloader configuration with fd-relative API. + sysroot: Make origin parsing code fd-relative. + glnx: Update. + ostree-prepare-root: log informational messages to stdout. + sysroot: Drop unnecessary new sysroot object. + deployment: Add an API to get relative origin path. + sysroot: Port some deployment reading code to fd-relative APIs. + README.md: Note make check. + configure.ac: Make gpgme a hard dependency. + build: Use both pkg-config and AM_PATH_GPGME. + repo: Delete .commitmeta file on empty metadata. + ostree-repo.c: fix typo. + OstreeGpgVerifier: Don't add trustdb.gpg to the keyring list. + OstreeGpgVerifier: Take the signed data as a GBytes. + fsck: Fix object count output. + gpg: Add OstreeGpgVerifyResult. + repo: Add ostree_repo_verify_commit_ext(). + repo: Reject duplicate signatures when signing commit. + gpg-sign: Add a --delete option to delete signatures. + show: Print a blurb for each signature on a commit. + tests: Update test-gpg-signed-commit.sh. + gpg: Link to GPGME bug about GPGME_SIGSUM_KEY_REVOKED. + gpg: Regenerate test data for test-gpg-verify-result. + Fix build failure on g_autoptr(gchar) with glib master. + build: ostree-gpg-verify-result.h is a public header, install it. + libglnx: Update to latest. + gpg-sign: Update man page for --delete option. + Fix build with !HAVE_LIBSOUP. + gpg-sign: Add missing NULL terminator in options. + Release 2015.4. + Add ostree_repo_is_writable(). + Add ostree_ensure_repo_writable(). + Check repo permission prior to attempting to modify it. + tests: Add a test case for unwritable repos. + Add OstreeAdminBuiltinFlags for admin commands. + Add OSTREE_ADMIN_BUILTIN_FLAG_SUPERUSER. + bsdiff: change submodule location. + core: Fix possible crash in ostree_mutable_tree_walk(). + Include ostree-gpg-verify-result.h in ostree.h. + main: Only verify SUPERUSER flag if using default sysroot. + build: Use glibc's xattr support instead of requiring libattr. + build: Drop libattr from the spec file. + tests/basic-test.sh: enable repo-noperm test only for non-root user. + src/ostree/ot-main.c: drop empty newline at end of file. + build: exclude .sig files from syntax-check. + tests: skip test-commit-sign.sh when not root. + dist-packaging: Don't delete 91-ostree.preset, do clean old rpms/sources. + tests: Missing linker flags for test-rollsum. + core: Actually allow none in ostree_parse_refspec(). + tests: Verify that the pull error was from interruption. + pull: Handle remote web server not honoring range requests. + ostree_repo_checkout_tree_at: New API for checkouts. + Release 2015.5. - Add libcap-devel BuildRequires.- Initial package, version 2015.3./bin/sh/bin/sh/bin/sh/bin/shostreehci-cnode2-m1 1617804755  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJ2020.8-lp152.2.3.12020.8-lp152.2.3.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.opensuse.org/openSUSE:Maintenance:16044/openSUSE_Leap_15.2_Update/fd4b76e7be453d743e2318856d6b3e48-libostree.openSUSE_Leap_15.2_Updatecpioxz5x86_64-suse-linux  directoryASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=783fbc1246b75dd13aa0aeee8df2bcf1629fe421, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=e34e1014d2551373a09ed49800d92cad2664115a, for GNU/Linux 3.2.0, strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=1f884ab200b0cc06b0b023f9e22f5fe92f566dd4, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=0b3e83ea315ebb3a2577d59f2af4518ddf3e17dc, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=ac02434b9ca261fcc680c4e5dc7f4d49fc1f51c5, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=5d4db9886f5a959904da7daa781bb44328450e62, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)*89EMS* RRR RRR R R R R3R"RR'R1R&R(R%RR+R-RRR!R$R#R/RR)R R.RR*RR,R0RRRRRR2RR#RRRR RR R R3RRRR2RRRR RR R R3R4RRRR2RR6R RR R R R5RR R R R3R2RRR3R R RRR2RTt;+ĩlutf-8c70a99c2c10163dc6ca41d2b7d11b2f4cea973bd76cc83954c2d427059b53921?p7zXZ !t/] crt:bLL 3m1N^ԝ槉^otLfi nF'Ciq5(ӏ{ W%Gad|;֛:E}Pɟ̥i~W~AkUK u+_9`RRpan}#YI*'O\{ cK;c"[Fkq-RS#U8hޔڍRJysQ/^)| ͚2: x C |mL!4lX''!']nx!8@ `(Mc9f-,mg(c1&")sZ@bἶɞDb:\|<5nY~b瑐PUB_}<ב}f'i/_*Ů:M%P=M$ =~Qh+]BzS@(-*T +I9 ;]Y!W%\źՈY#ve[, q29(-/ѱem(lUׯsFtϕ@w.=u-ejrhkS\1vʚWMO8܃'`xYk޲XD܉S9 ||A 3V>?nn16IK}^jY B`v :]_q\΁z?'*f?avP*1lL0? fϠWs" 5ᠿ83-8s\-ѫLA }0JItJ@:H~Ɋr\J5v? Xw+ %(ɀU Ӟ̂YkeO'Q8QZP$&_@P^~fʅM ^+ ]|5+h.ސf!Y"hVCSB9ش㒲6,⼬Y0j]A1T=i˥Qܝgn5 2[?>g7 tdoH#5v}*ͤdKJ0ݖxΉBzha;k6V*+C"vtRJ nu{6LF*8r˹24'K( p]sx1(SLF'¨/ɚ6TvqIР5_sNñG%VC]Lz< $R*qFqdGzB7H/cg%:/7vhJës_wGp⸪Rju>nq.l|.b= e?Za[Ku D2>jg!Ǘ'YNxxvZ=O9h[8e"~I]z9qc L'AFUHfYֿF3哱Ƅz G(te_UZRԭL^[rOâ|T)u#.g:ayM~ L!e>"'չ^؅CU'ϛ[oejK aNV[ *ٟdBKFcKo=QiU顗jhZ㌇`ر3wP<\J٘m]_pt'69i,_SSB~8̿PwaZ2oz<yiB|*L0KYB]~;[Pejsn%QB 8XUV@GŚ@cZ=&ɩ[,+MztcU^vmjGm]ft znOA02{)7..߯E-"9iUov>R1b^=I8陮UERE qSI'#ՠ^ż  j6x1ZB@į辿d2Y5o-[9 Y!OlGr~<ݐAP^lgFXeQZPF lV+(ȢcYN(H/O(֤$"Q^ } gLi.dtf*N| "4:uz{:*5{ѳO>Q#6(!> WNƒX%qL?ܙV:+ mB;8)϶fvQ#d5㡤Q$ ޜp,Μn8v{H"V6x[;4)uO.2t'[W*]ɯsBy@QoRIaf֚Br+^#N z#D% P,b(*ngFG6pA5ѧYR " XA 'v8HOo#(!kCI=u^P/!3rci~ eqW[H("MYA ,r9`D`2Ϝx_rBr3N8ϼX;(!?-/`]Ꮃ4݊ԊQ%p KZQ-@0Sބ}tCl0a_xKNu 3ٸ11-$GZҷ J7 Kk_jtcM <<?eF/?LP`PT8YehP[^op$UЗd+'.ݔFI8]-)p6╰,'"*URW0@:++-a!O)\i?A$%Wb$h4aMqWkQ*kwR4 O;p$tNKߧYMݝ$lʒ61Y13ہ/scx!T]h0psR56X!^}J5O8ٟ?db|'Vj|df(Isӟ>ۡeƆWNz c+ͮ4·~b<M{'\^7L]?Q*!G٘A@1I8IiPF4=[ǝXEWHH)- ]}$TIY" )PV[{O.rTbB@0Lߐ}#yf 3Y;={x@KMowkL5DYgolx( A[8٫1Xs>=ŸwP'[#UжXE b<Œ&۞/<-AYG&q60^u(Fel. d/G@;AF $8c4us'ģ7W/6s,y|[aD0AB8ͮ :oeЂM򟛰z!xY/8 ;z]GElg2I9!P귟$X~A.c;%UYU-mo4|5Əeu<,ӏ #lCLyQ޲`jـ~.rbǭU1;˨ ^&E6Ӫfѓ? 8"נ$v@nðmo(P/ MLffXȾK ~#r)*ވ"}y^'sFYK,#ӊNÿD&˝0Rlh'~AG4ϞD9Mڌ3_lRaH{tC7:9=ܰaߥLKbjYo(^h,Ԣ9~Y0lt1\(͖c% ~y ^ HR%l!w)XRW/S ! C}X7+I9gWDD''fyT'!=rF(IijO[M<%p n2,Y}A`CȢ ht).lvgd4 /!y>4*_mfKsYq1VbJ_lIG6)';"<@?)1&X#G7xhTGĠ* U'nƺ3O;9^VHc"^)B3=X<ÿ5[޵ ߤ6Z(YtG-72CW6> V_\>=PTQBӹ1/;!ȴF'4Í{_mϊ}=l뎇 5~7ר2).z5NYwUfl9%xT5STRpne ƊX-cj.\+6ܜ bc5IW\S$: JOQC{6jnp8:4;` A86ؼ5J+;ܽj̙q/-ǫ+!~JyiĐ̾f1j+h~o0=mSj{=.vICb[=]/^eXTW1e,RESǛI vX>sl e:Y02ܧӘ~/W"O\ D%RbST?GЊR .Mr5hCZp} t4Ixâk%A5]/v}( ,F+4e lhLD&֍#?,DX1PBÓU _5%x?qpGKc`V<ǣvpW$o+;^OEkE< Ș%`&=+^,@̱:f$C_`0.4- y[wl҂U <8ZRsۚNwF(L>>ٯGNOW#_<̺nGtOqpxf,B/ۤO-8t&kP0 An+Ac-R'!cv[ cwLW^y-MER=Sz,wu?u ϓV@I \:M: IM2|d0})Ӯem[o$EI%~oIN߅HGb {mPZ-ICcB Iy?]r'=]LNK2TLܢ]I\tѥl4525뱰n'.y}ׇgyg0SR 0(w4^ۖ#%3)̵-0HptW :t5pVdRV$!ɸsՑ[>({?RӵG CnA(ߗTDnp6pj3ȳYj$ 5FY0社sqZ>xwZǐ!~! FjBjox 2d83X*r;|<_v0iT:, so(q^p]ܫ0ۨҔ/&^hĦ78nuj[ Rvgw):Vg+>((8=d ɍ[lt"[%ޙW##q {blvhz 4Ci!^͎)cYƃ[6O>me:%P^V@L Jޑ[9~mhZ P\Qa4zڕ ?8gm13%]6J8d9Y؉K?/7@ⴻLfVGvlQG(5 F <7^X{gDThe7*Jʲ> >arA>qf%i y*)}xlv 򿱢NHL@.#V;i15jֿ@ =pVU6rW5  qQ}N_;kE~@MmOktC@cjݒiE&{!Ϫ#4^n?G;dRWD="&0%[ R ҿ{ID劽/8AY1ńmP53=f0jbn35We! WD\QSc8FWsDZEm[*'K({vBe!4JS믩D,mWdK/f055Dt'*L)) s@<={ TXޑ˦&7R%zU2oKu47} ֕$T 6j;f2elf}w|0hNQ| vfo9۪x!,(YrkdS8-NH/"0w'nЍZHs,B-w k yz+|ǩAF壮f>:eh!@ a LT;L􁼜 7agްZ/ B"GJqAanSXtOw) e}+:$5!?q]A M !h9v"εȕW)s>9'F1wlNVLXؑ o`;&ET]A#vt4UU?ndȧ!x<o7_ίerȹ|o1T (#]gi_URWc!:Kd4+m5&T}#ͩ) SE7G9N"Dٿʪ6񄾪[Tݲ(!v)mVH=VW ,Fxy,~aq<%y2Yjz2ǘ -LC9:UM$;2lv;񵫜ĕ^7!C :N9@-u'3SLfzzt~g[U5p3xD~p`t^w#f! !M} M(u~ʱ,b21WسXZF$vk~.!<>#$=pR_e?#[sNC@Sa^Le9WA,!߰-},H8@~"&Er!{.`rlўnR1fuD}y}qX=Q.SֵUyJΟ(40Ä{H߿#:8~R˨A*0M`9R.YbbT?C|`.ZAkn_\7L/Fi4hU\e5hD+` .FZ?ߋT$ ԩ}M$E;ݍǖK @Т8:s7h\Z\Zҁvذe_ȽdG +/] )KVpQ[&~!c^[Sڇ;IpeҚ7z'%ZB݁iqNp wWz&oE.H h%i7i,D޴ʛlY#c5~jN{WE6:8l ja9,L n\JQ^!4s#1A#Ԝiㆹ{|kv u/E|>E`N />&@ ()Se߯37IQ(8,+]弱tc+B^!r//\v@$RSΠbxSC]mT hbm~N3WS.$%|>5Lknb(BV%ŧrLw qo{)в5bd%&KRc~MI>\WVXJW3 $%h?dԯED#;`!E ]hGGϙ%}=ԧM7j&ItX1֒Yw v?JATW%iXHp\ d(}~) )M$LF aL9U礌?ý / ]0ݻdwwz('Ixp;9?3V2&m t}*6ަgzs p6Z3_3-C" O+[TB BX}==Ѐʚ eH8w77׽ F K O0|#.ᶡ#ێ@ј 5Wa uȵd3?c4:Άq|&`slƑDm*1Zxܳ“ b@ \'t4ފ΂eBʹ:3#.xwsW-HQbNE|JXD2ؾˋ^1U`z4]sӣ$+JjC\x-! pGNoBI?s>7;ߖ/PqN9Rc^5+*Z'D:@qUq$GZ"85඲pShFuY/ز| zufe>nd8UR1!#3u[WȎZяƱUK Mxzk+#z' ⁇ ,Ce?p*:vDD6UDǴϼ ^+G:l &@~ɗtgy@㕶˶2]Ä9NRwjeW3Mp 2DƳ o_[8ڢ‹[^tŁ/,j)i+;{5Lc3q@4:[zN;^@(ǼԮ qtYz_ f+j1Iqn_/@LƎSr9}f+Xay!G5K@I,P@;,U6c{9BT$ owz`qDY+n) *7`gx<7s0&z8's҉T br7IH0tJhK}ģ/]  `3CU&ovnO&#@`' <>tHn%ݙ $tcAXlG WmBe(SC /r9o%FUV7y: ֐LJ4.Ru*ކrAx%:'|PG -1z>Һ(U8s@=HPWmeˈ\Z ]{0Le욘16 /쎱tElJjEj5d끪' @f7;tgٟ)MlhzoR69 R\Xdv!I4`IrҨdzEo737)wh۵^$ppe`egWߜ#FVklIΓ>G/X,; ~X.?} qg=v(ׂR/F07_Xj-rrGuݴ7+%GH7 ?/HO,+IV =>y Fn} Uo 2,rDz|G:)P6{&i4ؚեT6{B?*r ŢݭiAXSzy.Tz2^'(ul^/o.p^\xm&@9c7O'*~FEF{ɍѢrr'O4YQIs{\ۓ"E+Z(42\fRj(#fRk b׽v&l+ˎ^%bvPߧt)8 z Bw,pd!pEXTj NBb\ޡ[֗4sڟu#_ SItz(}Wcy# I3"ܛ8hv6 rd}we7>e2;/.c%V@1|Nn"\W k.j kɯqs8 D@snm~ 4Ƃ.Qe;OQŶ$QK}@3|Etm<ȹ. N#[S(L猔<(Itt0[O4%)Tns9IYWqĝ*C#7OkӨ빁DGT%EV hoz})M|Fm儩 8*j#6ZT P8UJlU/Ũm?D'UKTPS79twW>Z0Ւ۶Bf ʌPKSu'6PFBչ 'A;Q%WKK!Z%%?̣AaB)Tiq"߲I=ˎףXVOzfWTab}5~d1Tj&XZ@vO2S"RƞY+!";Z#|N' G>,lP!9-MrVV xi 87*b1yH*FFwhZ1ZP~!yPmhf~zc.M#n =/} b~$.a+'k\ ($2R?7'Ue{ W+ېƇlAZZ_A=n!fy" vc5҈[&e 9 hB8q.'A" QʱGc"A~XrNoC4L;Ü`m:uR ;k{n\+k=q3 O]"%50P8;D`3 $wn fq2hj9UǏ_&]Uw=ʵ&Cu, BsR^O/|7wz K_0Ј3.W5u< 0|`l*d8%Če^=ǏqR8[V|(>9mݫbPw(*XF8U JfzM>b-LT Ix?PZ(ulw|6v3"ynctD ]apvu$ ƓUє O%oT1;9A/=a *MQ֯(JKA;pu\'0?gr򢔨#5V8'sKO^b.f8/:j&X:ta-jlMoU*^C \fp'U?}71R/`SqTB=חRJL] )K_1QٰӬpܬ?X/=s?͢|xxf/7jzا`GD5EȬƔ4jΜ[iwn#1Q"g8D-5M`!H؉A$ 8=nIEڙ()^8;cHx.ù='}`P23Clᣤ!`0 z:!uh@@YAOl2wZC#`ƒg$_Ѕ$o l@jXjز4WUc2my%uf`/vP, ؇Jq{`ϡ^K   vrmaXaLzcoK pE]/z~3u|x [$Zne638Lَ^[~U2@o^v@f6MsQ䧦k[d\AX7"/9cSZCHG-7XL&8;Ƒ D8|to01ph:K{"aGD'.Pb4@.h(%XJO=D;zBNvLZӉ[$nF,*ڶ͘Vc,x55&m,=bŽlN. 42Gn"M>I=ɟv ͷYk^+c(s,u Q220+wwîUy_n( &vw$32Z/JD A^v'il*kOŽ T EB =I7]vZ;A1_쯝h"TM)YI O1~go*\7$#ᤫr4 =}\^wLbJǼKǿ$NZ%Lc#c5yT;tW|I$2x8|Ba)wtӾ"jB,h|PW$nbIN+$F텋yĔzjs f?\rop tҼ._P=O-#˧gjိX;y8o<\y62?ݵ9 Tǔqx?WsQfs Jec x1٨ZDmS( l=!xk @5MhYKY7,x1. aqw@8E֧]7FȻLlhŬ2|}<,21SC i,#5Z?/RQϣ-J <ɹGu6vRqTe5meƊd5fI+㣠~cwKPeN 8 +8iF сm'AѸD^(#f`&nk`rhoq]i}qW ~ ]PT˔k jG5@Cزs鄁9Rխ{E; PbXCP `~ჇՑ/" 8 y0PYJ O|pV2/|vX/@1(#mpji"Yuۚ P)еx՟@=ޘR\%TwN\IJ$uAvTh{|m NI.#U4J?Fl-Qч5;sy[!3ӱ饔Nb܃Oũ'Dl\ a$߂Xrws1ipSB3_E3/Z=5hKxjyNd;磿{Y9"~rf[ߜ {+CP5Mt$c }_)v扴=d]*N'%OcuQH<8s%SZߧh,֒W$vױN*g+*[ՎQ6HvƐUs? 0TAsNz3xBiBB<[Ycl` z ڟ綎7C,ÁԪ˺cR 7ԘRϩ;JcرB2(RbJF1릝nW ' _YQa}``|zN? .{}FGtfF|-2nO,׊v~L*R 0N)&>)jU,AAɰ;7|?&qK&l ǜk-?`? b<=̀ U1YpKXi h홟}3vn5ס-ō5fҥ67>YMVLm\-W$ҖϝzP~BK.\:!iRy,tPxRF={z["{?SD+_^"Y PhQmHI۶!o]@6X 2]}5h$ⷵ/|8\bWemw܍jG%,S>pHQJ]wd3cEgElU0mW)6|6ɥ<l8ϊPj|JGJ _Bcֲ@)Fvx~41TFꇋDV`M $qp'Tanõ*&s1sOcJTR-= 21Sxz4"X"=RFUk, YȬո2m9l3O `][?Ϩżvp# EoFJ_1j><9ftDI.1XJl-iVː{@ptJAdM50]sg7]0vK`Jt7*m.JI9(pgVQ1!Lߚ=˭m7K6Ni-bY Ύ5'{nr|)!kk25uD9Ov>xQ $wkaTIUU=hE$4ln}ݞ$*AӬ!ڟ2Y)\^Ce=[T?*D܄&smtJTWsJK +רr1"JH,T<;@8c$j>*?7%+r'ƃwѫO,$$K 6Tn2NLh+:LxT?t@`Y >W1}xX cъ}toQmT_ :X1BʤP~XQQq+hp^+K[ utsn?BنF 4G+t&W(d/PL ZJMHqWp ;>s)_EW"5>HAfMw "\ 's 7/K?C D&7TKumkzAxlk tJwMP$]{pxxEB?}m 'WjaQ|N$)hF{u $9?hQ!*7uU;L$hO"g~p2" M6mB=q¹]F+vìR5L_?Ag/ܖQ`z4}7Dѽ,3ezpceTډgq. ޫ/!6$l{4@hAy4&eZςEL;.yq^Uua7.rQ˖Oϓ9Xe)z7o.|hjin#qϕˀ)|yBW cAX&g>SFA4܆v`P 1`4Du`ŸA"f/?+!ĿsWaS/6VGl#.;L$p$ $uXmΊF\ J:+"V&zE]6#(^nQ6/ѓ؀q3䢑]${uZVl}DZ->qFz_b4^.iGq kJ~uORqZ*/L2]s|Ҹ55-R҄=SarԞAjSxUh>9GqS/O76ƴ|7>vpHFw6xu5*`Aח2psj?B|cH譪v-VN$U+ݵ-&tkj8Q򄞸p>XDGҎk. 택NY \ZޢEjmPstp+`\J³pu;Ln)P˓xWr{5K#G.*WNJY. nʌ{O~Ij嚓&IJRF|zOCp{F 'pʆN X'Pˤ.р;n/G?U )yfF| LCe\=%q onCThngTD uqfNζdkѨc07AT݌!P!b;UoK[- Oz5#2 y% }ЀثW䁿BE>pS8PgJzt>OG<> Rmg 54;$d-t(on{\[.-֐.ȟ{KG^5qy,W0Xsyw>gKn jJvar&RL;7Df3(VfOe!3h.yR$yz'ê]6QۃwFx^Т:Iq`1A%;u6nT>0by$ ӫ:LuN:з@eȞTTίzxu!;TA] .n`OL)K<1Ġ]]J |DW͋e+ri7߼lt8{Pyсj%0z ^dU Ut=yt9<?Vi`%Oh#rocVx|v"Fg`:"iAOs9KܖQdžx`0,k~2XQkv-7zC/Bn[R8"E;i>z >ZAǀu0K{zj]'koej[~h'PʶG˶]ZDƒ-X>l܄f{yōzvߦI` ㊤ oO#zUt"*T j^U&uc˯ItW'@U}R|e(#DMoƁZd\F(.jEYRV@AU&] ' Ծo0HCKGUc{tZq mH'YiLfu7Ku*P%NS=1 Y"|WP׵#c^e(!!}jx ,Թ`g趆6_f؍/٬? \z C$$N|.B7*J^縚raZ[.G}d$ثWֈUWk:4!PCۄFӸ&<8Hw5l]%T%"hϝ%@XKRGc ]=A@~ce}B~,j^FHY~2jA K$)mY+Ϩfo flfRw n9HF9vtV3l-$_bc:!HA2@ 65~t.O ÛC7=w(ky){ߩ<9ʬ9=OIڳeTzBm9A؊D v@=BF nj$; f)in'uPE l4_rzA1r{_|HTso.fqtqVA*(Қl[ FY7`B:^}b_<8zu#1 e ]A]e6Dw>!P(6{2ﱤ# EGe~HaIII.iېQëVڻ\=V!K$S՚ VI@i0SJo g v֛;:ԊpR&F ߢDiD؂q{jx`D|w?-7J:_y3VziG| A&3&,(D=S>`=xU_ft}exhʖ P@w.\ךz[2(<{޹"2HվU+QGS=1m7/#)ɀӼuыAhɱvdz&zɀlokD-2aͤ|~~=Įz1z.v+G7Z] !%Τ:7\$]DFk`ʿnK}JX,"%,?drസ{+`;l'mЮ΋!?_P- {ښF*j"f(ucArQ{::{ƈqO EՕ _߾Lc.dĎ]M0':q;zޮ]#Nz CԍKV2}c"VXؠyh ojPƞ z3:]=CAۢQ qAAV'`dI7$ea\U㭨=t4oU ү[9f!EDQe9'b`Tp88l^G:)Į02-Y?Oޱf'ΛMi A> Q.׳(>Đ7EסJ(ݞ2+[n8#y:+ppz  ^@Yf U'wk̘ل|#ƍ^\LU^WӅE5hEN9zM ,ii^ /+5 /IT,둱6*$v `UOk!ZGQSJuH-p}ΟJD3XW;>vm=8drjߧ2̜UZjO2ηPkytNḽO2i%^[%qD !{;m3^,lcuSqiyoo!@ɒ'ݫDkdHbPQwp9tOfD-ŷMez0qX1վ ~f%9o `cB; [|1(DLk"ZZ~no@d.(WeF%Rt]EEYQq$bbs"]B>9O2<0a%d+"{TKLi|wF`aJ('C|yduk9csG8ljHppjE~e$$K) h:r^ > NDQ>*,+>;⎅}`E6lhsPZk"e)wAg웘j4-6bS@eG%m˭~Aыj*wL_=K6S3/3i(@"fmuۢ/|%u{1⿩IeCJ]pM!v.PUyCHD B8m¾R.>fvaZ@؎e5!E(LI!7-Վ0]l q׸l tupÝ+IiE:e~pBwx{دH~۹{"%-ǫu|N/5ɿBWDaػ;i1MuEAiI%+-Bd-dLn qL{ß *oKG:H7VxfCw]c~ßD73kb<I2}zG~\=.hw%Dڏ ŋXAXN$F96L^5`uKP=X2Pn^d̨ `pOS鳲.z!>֛9_h`,6@. 5˽j(G~..U>>k"ƭfBzOp๥}z)EU˹N% \;4Ȳpw3MsҨz22'I dq&^5]f)UB8dH1s꽙8RGn)9}r\A O''r9ʔ`]yQPO-85$YژZ4ƍnGzi>0?!(#oŒus/w2upf3>H"N6{u-X+B^Nd; r1RCGRg1f`b[ W yL~WpM3"iaS@jXUC#$GB;SzDn&ܜ|*sT Fkȑ K" /k,{ >(03|q 9 >7ƬvwX(@zsge5Blz춌y~(s' 4[ ` j](xڋXkK.cghDUE= 'v3E )IgQ;dP1wn]|>O+@qb-62* YR;"CsY#&oM\Nv)=rȠ09[ݨE /xPX[t SS:D2BA%%&dw 6zs5{mA~vEuhvV#R:e{us|nWqaG3P/=f9up8DjüQTpU!T&=G[$}U# ;.Cl@[q,,LoxK>ꘌvc}`s:_]Y֫+b$I/օ@mHuh⓸5Vy;T6k0rk34ct*:h7NeVxŋ;S5$s'?ICe];}#,NQY4cn)ʌGAg}vT]}bOv__ Pj4KÆ6~l CV O ;uߡ!§ pV{]OyԀHJ4%Ñ '4XXǒj8M{6@륛S6sԢ\tQARbPFi\8*RefFo<$t_?_-fb$EYƈ9]dGd ~2/ rlhV~ `F(;32 ~Op˶3w7 <"$ XJ!_{g?W֩C?;-*!!.j&f@ٍ5; @~M0 3 rؚ'瘙b(2وZ޷$]\u\_0 q %t6lWǡյPl;b,ɱ/ 3E/>:=zFܽΚ ڳ 2v_0(qF-+/~LYoDy˅?hG]AjEY>M_ب\_QC%CClSKi]cipRaa3~X,r*xFgRW=J}os16ش3r1tSzQH a 0*}%G UW7nEe{n?*>Z]Dԑ`ٗb u!@  i=U%y\*Y۩ni܏;>0g1x[Ѕ.E"Wrd-oGCIW&$I$'uOd\4kF-: L,DTPпLGvcZ[6ԥ.#84;;0tjU=FAJRp2RuJ\~(Tu_͖mVDgÒGlr=_M:7D>CA -3pcQᨰ-vrFkJ_ s^ mC 5].u~=:*!kڴ@1aa})^D %ۮMޗ4(_a_KlzBV;:%Pfpۙ^! Q}k|/@S()oetȆM;Z7 ?;lesOfaa>r%e=F޼znJ |Eb&Tq1/_Gg㩫ϗOCppڛO i/@X^TW%|j7T4՚SPbC/&jxȧTe/t z :8zQ`sbhqKg:~:eLЖqt2q0q$}E5ک,*+p0 "\y8@2 !q>p)v$xu m J=ζeQd]&nrQ.kï~r"mq}MZcWSS1LsMn7$<(²T T*XI^'ʛWD*Exm#xJ^Eە&§WTbs곡Epm ;Dd-v/j5 [DY E[:Az )9 e\!o:uE.Qk1i$5s~R!>sC[yVEͣnx(bqq ` ,S\٩vMP1*SX)Ϡԣ~>"PsL|- Y@QIfSbGD4,b䥐"djxC~2Pr14 "蚘/ŷl8rϭ%5*kI7;%3?ij̧:odu/ii"i2w) YhXM6JԱvt*oF0 {SSR~jWJXaY-TMR^L̓E 6F,£I؅''iWH(QB93ٽ xdBܣv'K͒v9qc>1vTN^Z@hF95,)7.,xC4ʼ\za/:ߩuFiڮ5 Xyh1 lz/GL%{pEmr;b>#+?TKq('Dža{Pl80~6rA!bfHũ}/exZ?}&yu檆[>AcJH%8}81rd"}]Z9PsF_\?&7f, C蠠t\!kBshmy%$ccvt!R~u\>ݖmw$W0>WDfJr.\tkCEU>(Zm_$~7-9@pLTg&Nz.MLsa5feM@4'{5/ːEEئ3T iɑL(z?:Ar/iaρ6X$!+ewB<g@VGF!ߒ cYӔ!&/>~*6̎,/" ս46߱3-{Cl @2*ZWE =&ދ24~`IؘR~ A;Dtݛ,K4W8[؈^dfFԾToayj T"ۈWbq2vЯZi,?ffOY,NIGd<<+Qf4@/D}qu@ڵ>\#Ofl8*L,U839~5ѢeO*eǹD"7`4hf)nW4%ઙW6t!v-46)Üij]g1?Qfd"Ae| K֒ON j&_i2I[U dvhLt*25Ӑ? s~H9 6|f\N5X 0kD {ֱO*L%03Cz)V':N!`RFI02E2tOtzĢa!p4"u-$}M3bwF񵑌R S-V5dlY`\.#h7ޒ8.V<$ œuf>X&VyC^RFᒐpB)rZ{!nm(b.!(R7썃ш[gkf7O()z~VpLWŕKKTUҤҮQ13엄TcTT@dJ֛?ݿݙ.= fZcKA%7DwY#ّ(+U)|gJM_ɛ7@b7>ئCⷺJ>)@}̠G;{|XG"'C'u ,5/u8sRw-m_dm*>D+jڑ5GsewlϹ3m1'ak5)y~n5KE1Ûo7~ 08>q4 etJA)# FRY `.+ "rZӒVzA1LK:-^ոZP*ּ3Ov`ü^ MB;z*\T]"H$u׉ŧA/QC,XUβ( .^y8}pwj<7DXdOBѣ$,"/YhxJdP6Tߌhɏ} ] aHTR%Ǚͣ^X0ڭ8ܻB`}@#uAtŽbM$aiIh/LЉx'ĂM'|1ek0k>8Čٮ\(KC:ߜ!@3ܤY陦3ftd"f ^Q}(lx6^ixP~+⟖ō].؊zH["XS,'<ƀj aN?_k vq;oZ0SΏYVm|U͠s>R#q NkھS{erlP&ݡ-\.0jQ-U#q0yp;TFr*OLECj bA~Ñn$Ii[2M/_~j8 =r&$s)db@Wy.%, ܟO8_ BLI4]B>j¯HT-L5+[{cH ̣7$!@iO3фղ~Ndw.1R)~޷=K$TWUp%J` >;s/yC:79 h _Ex3/[L9IǺmdѰ_Lv<ڒpS)8 rW)אqʣk5oPgR%.b* ^_tcZ:ΑJHќmNB2#c3N~Ѓ;z"ȄPN-X gIM=tίҳwV<]ӫa5.%LFw3\jA˝Ǫ'/.H*Idj~hCU9>{sd,rX%C;4`$&Q+coO2()>fɥ29 mxfT4(;U3UvEvڵαuZ?pmGi}l6l) M߻$}$WhghxsYnXqy!IBCeGIe7L]U˸K̭7\CGX?΀afJpq۴[IJ5ү'غmhSe41]@FbciauoӼϴxgRBo&W ÕUv&ZzEVJAhη$Ԕf>X( 5~vߓ/FdV>3WBYMdԈsYkK#H [H8skƚoi>Hw3bI[ə9cWJ1@~wDF͝O(g'&Ws?6glw䜑7ι[pf4_vI!ZI>@` m$9 &Lk3X1&mgtYm5F|쨬l"X6#2b 4pI]`a+rFsb4-evtQH-R]*_~,I ߬K(OßR6HU5~͓f^*\6@le؍yDۚ)dΪm2d ֬D–|Z5fTR+Aй~GOX}Z p\=]gv[|*'̬[A@ءAMSnQLqcC /N)+c$2o٘dShH&̨fMQ/o]IYp%rRMڎ4 cmas?gfs_lYeF֬\˾/+5+*_2zos7P13>˛ [JcD<;݉3cB2S 0$ƺFp%yIVmFj`wM}4܊IO~tb/ ǨP&"1;JF[~v,8BqeUn ~hc(~"4&@g["n]݈A}} K}o5qG;*|twD:Z %)3}`;hO JB3dh}Kqay5/>R>^]y5m@hybǚ9 ;Y&sf?i.̕ ؜`WdP~Bײ(b$ܗWR{ >FYiF Atrg&\杷]<3@0mZj &~g=lpv$$Jσ`ɏP@8Y[3U3|% uӰ4[:3B\ ^RbzdШn;mhg ؉ti13M=VL9Z}zl^:k[_;WQ5[OuJ=sD7vH үe=ln__k=c9V,K78@R^ 钦9Bbg`{`C-%9-~~?{ G dg6ۨ!Іl:5a<Tw AZ p W!$!;]X`]$e/̬GE^O$ᱪ-ڽ ."l7-7EAŽ,| @N{Ӌ qbnΊK ƍ'A>GJHFPx#j1s59|Z =zE3R,X}.,+{OLAF6ᑢ hͼB(m=N+ L*p|N'26E.t}cBu(h K-[^CMJe GgIb()/MjԚf4nBP& j|0) YD4ĠW!!y-2-ٮ\}wZ`A6BJrkccph^f^#2#FGOL.L"mAC; ̉sذC߽&_]ע=)ɓGkFeH)F! /g oͿXr#TrDIV3?|Bs3~DR wt@(yLifW] ^b?:\ߊL>ȭYRjE侷A}"CQ |  {D}nGX VcJ*(H~2\r^BLS^ޭvޮ. fE^xnD:P-q @H_3x116C;_r@L]`w9Ht9Gqlz' #"L)9W4qerUR#ytᾈYPuKV&/`czS~(ĺl`FJ~nLǰm'#k!#[; !.<;C.@X_~ vbDU#_w%FY`]w}ンWDI]uo!te}Gp[! 牞q7d2~¯S޴ZĶ?_0]M@ChlR#[)2h.tDip]hnЯ JN8ީ9uA%WfgTHbkCȬՈ4=µGn{W\T{'BI[;ƎF˦n>_~ny:#>v#xOMT-( ]+u}\0oX[U蔘%mc8pEНB4pR{8wQj7̐{%}sو%t^¦XZ[%Vi" NUݦ"x3I۲EQEaXثu 8I >EjS\.Iz<V] oWhH< 7WO\?iADOՖuzGC7肧6'h KHp9ڋͭ%Z &vKɖ4gb}FީkJA"_)P$[مiGt8P0` !œaUd6v%U~}e=Ouz|"LS>4egsJ=Ie;ZYoؓ{(@dyJ(vfkI˵9KhʂhTwo2iA<"DWɸS\+ȁFpn.Qw)&rW_o!3z7 kOfWKǵ?F[mqS4SXhy q 'NOR {Yeѽv' x^i+X1#[ k Nhee0v7:yrHnU/f'砩5]{@y3' F<:{*f]v Gf7eL[؊!CTnZ7eG$чr@J!/̛QtcoTfW)H7m5 e/;4n t-WcV󘻙tN6iͣۤj '[-{cyG^^ȍ.]rX m>] 7 2ߋ*1ڒɢ5(3a %EPW+"tv(!eߙAZ$ 2.?ƠHN )fv>O)u 4 vQ;,R21G.[dF'(L%WCJF`[4 <7ha! o3bˈEbG|W7ey.~BŞP"7 L:Cä/Fbiwd98ܳ]p8p$K=iI-nBC=ۘuBE}L羽ha(z^@,V<g5/+B߾&3DK uAÂ)hY8QSb ]o iLi12-XNa!|խSfнD:;>^^vC11_c=z`;>RxbUfL{rNNT\hPji;ZgjgX$&u2? q/bdv=ahPeekeK^N&a917nyyۊ,Y=][)j;Q Z"/e/\,P.N%˜tXLx-XVd%|h(֡D`4(eQb8T+5VpM:6 gTۉ̸@1r4ڨMΚɹS#2{lŰcH({0)@*<,D8CVX ܤ8'9H8j&Vť"X@ gd ]ǐChopIGI\ܩtkMG(̴;mf>y,xrY^lWn`#-yT-\: g#)M}()}ڇi9egHG \TMM2&FkG[dݯ faEaʆ-]ahy@fWGɧl] S_j#j(-?C)-p١3TUFC\Ie+4nercB%}GksH>/lҽ iL"S cre'U27IHvh fZgu[ ̐NlB/n JT fG++'o LrE;j^pluɤF#րeY瓩;76&:NO\Ss2bE 3i1هu@ D'1cdee)2cLjIZ:Y;Nƻz $. 3i[XS)';~E~.=Oq2$-E`\278S+Ntt* bZoƢĎ0F#4OԐ~< N*)M(W{cKk9DsxAªAWgcaQm{?t.0hJo9 !Lu7-[RMGzL^ْ[6"*G$`%E]!రA+;W07rwɖ{ !sDg0`x!ĥa.wG#2aX«(%`=^0±.Ϥ5漀E'1E/ٗi<^[Vj|vdMju ?](2ﳮVQ3DpPlM \(>7.YpRĕbK BHI_9$ ҃_akPATM*Ff 6iR Nv0v B<#7gR3WyǸ3Ba<͠V~я䡡kzbEɍQYGHF߫yR9$Ô!ApQ&٦|.Z @%=[t>G^S{X5Fͥu+[44-@`anw'h/{O ^$?x)_Pl?_`%P9vd_ڒwA2{s x*s$*ݕ-"V@>|Ug{e]搟tNSG]FvRt ds~Ow*QVۨrH^A82y[˄\+rҰ-G.N%#2i2φ6$: uX"H2:Iw+3 H8:aǀ`^#8ޥӳ|]MݳƹTxfmkeYǧ4Ko2G u\J\U@g  {o"Mv2e_Hp\3٩8'_]Px?b5g_ûå|~L2>u%[RS)]HN/SU96Gr/Ye' >N[6w9#+fX~L|VNe= y O b4(A7" mSx@;59/ov\LD}Ɣ"iK /pKCA+ Gf;15x \B(rj{F!{)S+pEMw[]w?V/#r9[Cf.q0Z觘a;Tza&|ѡn"&g64R&Ĩs:eK2<獥y3gʚJIj;.xZv. Lzd-߻ zÙnan {!l-6N(k]`j -TShWN^b]ɿ6+ƓCZwZ jH c4@б m`i_{E݈ GKj^ϟL⢮F7˞~WsJנ\ ۱;* l xąޑ76r8Y!Hd-["]gv%9+lzPčIƧ, nϡ*F.8+${ ;*n%N˟"b'1uQۦb + wnBZnV1pzplg̩KO0*n=45+F؏W ;(ENB>cKqiSQ.)Y,zވVa84ӻW.&3zL4NONUzL~3hf3"]̀Ttc o(5ԣg<,AkuʷG<˷v6>=hWGvu}?o2RsTy.^)߰Θ %H^o I[$.ZkAԉ@"6a5ž̉N$+\-ɦۥ܍ѿ?3*[騱Fp,ݴ & )h &rH P ~T%⥼[ pqYvLIZ_LG$HawV,d`᪽[vmwoWU=MJG8`R.G 5Ҽ 3lpQHaja%r7ZɿE\)ݐt%/'zh#XΚV!o8Fӛȡ3)B-k ɺj>C'4(F&O"$kUi1;|lsXcI7kAO(ߟyʶSqMBxn!KTdfZ!I>(A*~BP`mVȢS/ņ2m? Ԩ\8$1bGM.{MBxs*V|jpIDJ+͞rYJw]ej m眐#a ھEXV?i|``J tqAL]A64g#d7)K;z]cNWԡxpBڟiFwU k{+H|)ƣjvyED&NM/ aȵ;0} Ҟv<%;Z_Zr)8{F@zNΔT6_$}⸘Q4 Y~ӔCχM'`f"ٚn^BwrPDh%Txo~8/weSR 6sSo{!eo!IFޤ3uHG$PNDǬ#3Wߑяh|riqs-=!rc?ӝ ^ d{6z}*e{:vSOa4_  t;Q> ҹ#`a+3fX'(; ӐE ǽxijRհlBS;dfs;5[8*;RlLAZssԚgWQQԬtg/J%k]* $iC{{C+*;FI7*#V)H&JE`X#;tXQ O.QD*7a&K#yR(| j\ ԣ?b96H\ry[6cv loh"TaeDgFǖڟ%X8XtdӇjGxK!Gq;1)HiՃW٢46N{Z56y:;[5õ}{'h8;&5 ,,e۪Gk'"Gg.~yKUњc:&nX-ֺ얂]^Or;/x"KM(gF¡QsaѢ *1A_yaG/'bWbdY(:^zEi_8JຫQ[.#<'- P˩fu={6#ЇwkI)U!ϨTL9Y, u^S p ~y }HlnQ yɀDH4r")x6ʻgV},bj> ӷƒ5*#gad?^[kPカhJI1J6mfB~uA q%Jt֤+]4:vBj fDy)Xspf~V;m dv sl}gc%L]b* +>|LuD5&E"{v&mQŖ4>wN* ꧅CD+ U|jÅ2FW§Ǔb^BPdle([BQD,ض; . Mx(3j0XZ_QܧyjHj TWRǑ(q?UWqvNЧp7 UAuĤZ6-BްJ{1EH|F;+pα:_\X`NP-|;*?HG8+6XkTkjaZ JiBa@Fx UJ䨤KXfdlOv@-{}>sYn1>mTzW;/_@5!ۇ?+cqG-ѭ\HzNׄSln9)QdZEG:ߒvD FJŽl$ u[v1/ SnY^eE)5cQcX!Kw6O'%`O֪څ%G`qlGb섷st@3B{ywb*]ge2K'˓3'&: uppoqSN5|Y[;G`AW_6JqE/v+-g>?[x7@sD"JH"qB1|5 w1āeIvx%Ti;'bY0Ħ"0cy"1ہZ_^KS<A\ <*~)-f*քL@-nBP3TUQ/W=F`x&fҹ(~QH-1CŸo͈t&A:]*cVU.lo]hh[zzTO-M¬">mG,#Л9œ!lϠņk{c?GIaHd\;?2G=♍0R|#K^*y,hFq7Vp >gSQ[ٵN"Uj"ӪB8jbJ'vbug  NN{S{7.bT\]ixjdCFƟ }U/l=. R'zFeWSBÓ *@y~&3mN5Éy`gpa =zrYy1H}a @Z-ҒbH0 70x%j],C`bTa{\Z1;Pt)~,yՎ~@;& C$2K_NRWa#X`sw~g?1HT/xZconkBhD)b$U*Ruq`ߑli#eתeӘdv)8@E)ʗ;lC9O&qء0dV6"qy:/@qg.(ݗ;/y:Ź@ZPQœ7xx_k%_K/F-(:<"KWoH+'=:[&e V)3)-pUnHkU[Fu)!H9{-)~6_XS Ith['܍@Ay;STr}Pmse? :M tAnm- kى+F6_ j8fB/~7nB>Gq_Ӱ |ږ¸cz Dp#}|[CiƓ[7i3,j.s ~+o> A?2Y%B7N 6J1Z/fC7v,pJs Ma5%HrZc%Cꏌ$j^C+5=oxp b i]OWL$0Yځ:婅Dr#wbh$Ӳ zB>Ҳ4S+uu*Jla aurr>:Z.-}U5a0{z%A&@0㱃 JaJqyyׁO ]Nkb{d?DRm *X% xTPuvs:2_U<us?,ha;YT6]ZK^ w `hSџc\\di[ƂccݷU]ҵV : kIٹ'm)^hdݪo{ Og-vNgc/%Uj3H$|~)+7 Fh(bM4~V|JO ')Xv6iK).~pX@|,4|{tZc"Wc9N8) W=jH-T^eㄆuhԀnʛѷbZz cs0@˨=Ҳÿ^kyt*72pU8{E,\åOw)sd]mɊÝՒ%Dz 38Gq%~m:N84*u:LQ:Oя8$<m;)V?iw$ 0πCHOڔ[j U8ʛ^)Ů1V$ͣ rQ\{j)p#=U>}95.{%f8IQ\؝̀#0M#Cp }YfU6&X_sK?jw٦6(FM˭9_,m3TEWٷSRR}&$)NapTozݼ?DS0 Nx9 ¬n1(G0@~ײ\0O jc:8?gPڒY}MM,f'jvF%Bq kEIzT!Baݍzʉ!΅ֲD밺"N`#=^[hng/iȃyWujE>D赬 '9:ZD2 3#6h%;<w1[ZBe1EC68T@J*S /kBYָ6C }MyoNN }׀/N~kݡGGQ 4G{lOWYYgCI;@C/u, #ft3U+lخFؼ}l8]wS?#]7}{#׽+~/sqCP\bFQP=iN:!6& [Rw48?04h:#y µPert2РFD^HS- ԧ47>YBCfUN;?v^ӧ*3-PdV ^AbkhF]VtFߞD[U"@V\cS?HK,\-nM)/ (iQObO= =_Y~ټ[~VGl'oA; X4/;tb?yLVIko1wo ThƒLdq&nE}c&BX#N* u]lYhpj^0]!3SNTA-i(x*: _ "{C1b g5Om =~&*WT~~ ,l`ouK\pTT11ܡW-d AcvQ.&B?'uu0[ni^޷쭄aZ;MrAWtw~NJda#yaU|x!<S!F A7 7t&.On:_QT_|B$J8>6GHd]*NxZńQTjJU(q3>$DlX{|b{QAe9؈HRssY 3V`ZR~ENa!b(žCawԟ7-@HXv&5(Kl ,9H;^vG@9,&Za/#o9I>h):uXI whB1kuB첝p-jGq]ӹf}M8{ܵ_v|cKE\y: N{*}R8މCJ {+R4kS[ťOM-|&%g 2|A@ [׎){bxfA0ayyT/oj:(YB{Eh!MUjȉwe~w9Fsb D#֦nb~6/f佈4bP^G:Gܫ3F^tAafHaf5n=e՝FKntC|Ŕ2 E(8mǁ{Z($38l/sƎ|*VQܨ( #?$T3f:D<Qj[I%H = 5bBa:h/=K_y `ALm,KNz4ZB:Ò)oKV[iLKd݂jw \.߲A.msldJB:b>I!zxEia6Ă0)񱽬Gzk./Kdα覝|&m&-T <_+׏`[G$2iы@9W(>ps9P0PYC`2ixL8Jy[`ar}" i?8Xs^t4 /={uIw2PC[{c(Ȧ[UGΏW}EjfS ^K^JM[wa%lvnj̋ Xݭ՛Ώl4pB,pOz eJ &M½^9p|R_?'{B:L#<eЎ#ye/jF]el6?Pls{d2 mΦLS.b뮏ʚd 3+bw'?= Vg21i(6kTǞ6[!mpg9aVw}ix1q}V,˸^VIlј>~FὝ!ePnV*h€*XD0J{\1g#6@kw@3%ck/:O䃘67\RW4}EuKyR?R",{rjUyPK𴃤sLj> fI ;HU`0XSY8͆D0\'~|;=d}90֟w_d\彔98,Xyx~Ryt}-d ^c9czaF:lܢZ~Q ۤۋ9 %v14 q)Ufe dPLKi'\ 8M LU%x!QRZ?IF#'am uҶ}$pb~8p[Xd+Wo'kEimDT3D]'eqS>Wx"~silznR<^l!5!ѓ6|V6PaB0߻w)1i_I "-)LQ.+Cj6VHvL?ᎃ=='{΁E÷m/cM&x?E8#chS)lp_ Gݴ hN>Py?kE:.]HL(>AK"wVS ]M_ٍ,o;8:.߽ O W1?^DFPR:dY]?Ib/+$~e/z8vPʏq\m(,O|w[=fZI_D.n5a 1!Kl1'ܳ摷k$̂%vl.GiOl"ǒR<>?@%(Ug/L+.7Ư [!`|p# 5P`ܼsF77+^TH9DFJ~6O֦´(,3K_nڌ.IjJEWQ}oh,.0|#ۥl X:5`$'q<="xA3X,c9 ?KV1ȵfR6Ys8tvԉF mC'[⒟`I<4&L)J"e4Ch6uU۶ml٤Xʹ k3/e}B=>%4y  +pmԦg7E>Bq4tBw20ʑ%NfY)>Fmp$C\Er{4? ),*,rEl_ȻTH۵ ,FՆxSX7Gv Z2RX޵"'֔>H+pG- ?tj͆~wf/PzWZ ܌&N<+37.jz2p~2לÅ_)!UM;3.dH;"S5GnȮc ձNǥZd6&nM,.v@952K Qpˮ:>ûs !b~u e[*p/?3\Am- \97:= PJELHf)%_ͦ7 Sc'o~c|]o^xgO]# }>f]֊8Gاw]ۚA&o \Ҏ)/s +0Rh/1ldiG+}=̿7'fkKN:䢼r[95Zb38nc̱< ;~3Hc!R1黚B`0嬷  @ \zTBұ6X\mV̪-"VKce<\fH Nb_%`5O8D )9nbRTWHa 2 2y(XJfZ@j3Vq"~Fxj]/TS^u];~7z]S)UKC 5re :ֽ>_U`Mex]PPF="=92DKX_$Cqaw]W-3CՌ}':"Rɠ(x#$Й.M-yZ Kru877cݍ+Xg1@>~G8qE%PI朏&*!甈`{T7& Յ|IHH\<w`HPYW\jlD<5 WdcG?`3.C/Ue35sYQExepMF*܂ςU_ЏVN=ց#K :~<;vK*fHU_!ͭI;4nMh-M%ɞ7Z~s ͱ7 LPG3xW7LS$0! e"WЯ8]G`T$1Q+8ҟavF/F+r@/dҍIz,I@ "VNO%>3bs6q ߚ#C)8yMhK<6Ul2` er?zTvP8Y694kLV?hTN+7^ e|a?ik$g:97:߫r\_bNWC3p^42=qcMH$(x!åY$H>|*jQ;W((jZ:a7sR&,&Ӿ^ ܂OU8GlyD `l6RĚ:jT: ²S,[cWk}7U18ǥʓ'<(Eqavlޜ򉌽2(ďmC\LxAW^օbd/[Y=b`AKg;.$5Qp7Sl_ƣ>x@psT3#`1:-Bbf)q+c_V>cLp6B3]YmxUop0jkbɮRIAN#+VeQS9".^"cg6 =J+z-]- J @v w^x!3?9d`m HL&raڤ]D:vDUv0*r]wsP5?dp2 ЦDƺs E*߅_5x;Eȏ ͞ $3]Xvct*4(Gi.< /(wd6~{$y~Ȋ!"$\H{un!śtZAG<{84VQoT)%g{ƱPତ n[:OEJ[Z/>St̾ FaMo9f%jkDW[Wku$Pxd]o o&e!B|=0_1( `I=_Ģ TZT?ӼnIb\XCc}@jm~yק@2l)-120A2[&pD9r7$Q:kyAUj( rJp([aMwz@ɚq_xx]ן}?_(O1 ZcoH <6wjp.ڗ-5LV;{Ϥ4D ^v$oM=H qIz3vW/]z VNC ml[_MEDS"739jmH VUZpK~Z Ą`%c|'(9An3i=aǢ^6o99Vo n_WCfhD(,>\Jm~ʽEEs+]AT}95[X#QaPxh (7us"?52"\f0 P3;$Тp)|XQX$ @?r%ajmBSoVb խLvNh KM}E=º͊&xj _뛖gg<YGU-chrğ=441`Ȩt{ʖ GrM@q;ALr^Ug͂-dܰ ހ>۰K~o%9ҨEgd- 7;W0=Fl :9 c.ĩq!K}Yf 9 FeM/H20(B7D'&D"@f3j7UNꌌ#L aZ$j:~ [m6'OtȯX<@p!4#c P}f%ɪ.=n)LJ&9ch*67^-McD"X8瑺&-zlgR}^G{,=YEm!zzgNPL6O{Oy!=w"'5JKg|Z %Q)WyMXA;`ЭȔlcKa_OwaDӼ{8Ra|1r D6݅iT! I#8 1Xoy]l2@q'LwN667Pq^d{#xQCflE%/C2 D]`9̶%N@BUuP/>⾩'hX=Rg Lv RX[*XV!#ne2z]]c^Krqi-L6DT8nP|2ʄX$%FojBK+iW\ITZߴ0TIJ>Ц4\wǁ8=#Q*:gRѩ;1G%{/}0';m [2FМbNOz:j FQ=kkB7L{5I2QjENOu~: IT&:0vow!/t+<!ǛC޶8o0& ( qgUȱ?>c׭~z IajJם4 ӆtS.zEV3ϻg]ʓI̜kL$:HOThA0G `[,A_h)rIIېy@;D6: R􋈺_~5?FtmX,NFA IFdD\h}48d',P-xʞG/#$.߼*1ѳf>=jWw gtuB)'bR)~p5.Zl!h ᓯ}Z*pNUfML0 +dnG KI4O=y,i*Cˮ/F*EK!f#H&_Ok;*P]|mn׶{ ss._sBov 6*zS0fMCh/?,""v(t u hTX*bޮzcU&T 9H.1 l FR\`U>z|=ƒf,w 9`q-2(U "PtU|L2(y4jh@lW\<߿:tJT'_y?|DPadJ޼QK$>_w Յy+/.Q@`%!4#c? y\u:e%0]춋2j3La*[?o,c 0&L^B(޴ϠϏC?C^Vvo,r&b8 |4WϝTU$Ldj!f_A>ؤCEFBdxƧ>W)T äR-h>hvp?^BkjeT™#|[<+41,"~ɯ^*lKe_~iGl@W9D/m ڤYH.b[ҧjׅj4fz2g'WT, x9>ӭbgɂ7vඍ RmbhmAhoʰI05GL|ub?\v/J2?t+^"C>ԭK!ygtV <_r29>?s 8뇽#\?cyG^j**-s>Q[5Vi#q{I:jJ'½;NEm,+$f:X^T+YT>d._I[[pB%\j)8g 0t5s*0ʲ)k pHWI|G4瑼)sC9$뗉$T K-{Bqr@>( x'oſ|#Qʩq ۨ1]g8B@o6bΒ­ +w/P 8 oz):#vw?/ŀ[@ KŭkVErಗ-(*Oܽ/vN/D%m`6 cWօi>p_Y3yhsVDR].yYsЈ\ lNGDC@u|Lh*5*y,ML:*;`p{G{ߨ㰍B%YF󰿜d)7CUF%Z~GJ3HAa%N昬֣s2@TІq+30o_}klClطjWxknE݃IS,@Dg; Dr.Mw^Yxpe22kJYT!Ŗռ/h_ie2I9N xGѭ7Hj~N=1^E>㋙t k'Zgh $ŦUW xӴz $Ub(g;KIٲ/ݠyI:p›#FZSTJr̤GT0|[l: r}ia\EczFLWgzS*IF5: PT6 Q\!S8xm0 \F%43|gɦYfBÕ:gu&9)x"2uupMurݥ"T[I)Z'}0!H}5]({ _<=_[ÙAJLwO6& FU>@QPBnheXS_iAkJy1=Sfb*IJ?i%R8P.ϥ_uyxK4xDۀu;R]lumz7r rQ}fO߳ [Ru"G-3^58O^xXRZ;_붺*K`?p×9%\suI,b@).gWm%5ghfŔaaUEt)A>G)ˮ\m@Kc$lC/z>YUa,unocZV&{!fWF#%eNO6t ͐?/1=R+HzMb͆HxU*z]݋IiQVGsild}fWuJ81=z wܘxvm@R_aiˀ]FmzoGIP"%h'm.WMiG`%Me*\ ҽX2 @#EfyԈ7OSW.|ǔ~E cbK|[]*!7aAǞ4{dcD%jf-EAH. >/,qhs\LeFnzxK Y ٳ%>ZBuaXlA1PMHywDPWg\>Ԁ .'CF|"vw/CQ&pN0 j&iϚ.7y5*f8<Y\Ԫ881{|(.E'}/2wazu^pGi{GKqTbG `$\nU2GpLjyXλt}=r;$!g Hauz v-O%@}dKަ'aafȯlmuʸI7x'=!)T_:a[j4JUET(@lohx->4wQ>i @+B՜Lqk7HfFyT5KRQfĺ/)+ѤE6SsncˎߠR ].n+&vbq-GpPoD*$(].ٍTcݥ:f_|g#&Gd\_Yjo?8_yU}R]rȀ^гSi:xo_qOd݉' |2?;va)taElI&!KJ`_|=$їՙAF;3 UdU_|d ޓe"mهĥ$щXeT\f|vy*9 ܝys(H1`8)tBBVxdҹ(%يQobwQMKe Sʡ⧇ri|)v:ЭK,x&Rb}!% Լn"em-{A)W,ѹlĆSVP1e2,~z`zί~8A2;E/M`ZfXZUjn ֵ(ЈoZW5,JFp܆cȁ"x<^MQ%*P\Pã"TEz;WA?kڳ?Wyg!r3seG>U2jT ] tQH4m5l1RQ̄ +c4 G)sUwD?ߦu| Oz@_h7SA lVc˕˃o9ǭإȡR _TTqCtXc_ƼLFsu,ߠti gKv,rϏD^=$=@Q `n14ޗZTa#g:ƃ(ûxG+o}Ц4;NX'N 06 pHZ|k tw"%ShYꨁT聋)bN.AK R8BEM5i!W-]ſ&r0ebH^H{G͸Վe'$_1{fieB^41aMBq9G[<C}11fL'x.}Uڞcw*}3 Y)Tqu;pE{U"v2d#p+|qk4t&FNypToNAI#׋VtIq+>XE74U'NXۢx M]@ rk'?,zaR3+0t:ua~F91)I+{k!%[E(\y}O`&%>!)694l5#6 -)ӊ1QSJ7]hYs]üeقHϨDHyXP}{yT+`HV:g9XHĨ wV?^o\gkhE i:N@mg Ts`?6qDZRSoU-z>R<Jw)hsaU]ӌȩ]$Ujxh V3q~Rjz9F1-Mb5_ֹ~D:(\>8'=\r-rS ^Zڷ ni; a`_&x#0sz'N',$Rʻ:f+h)Ί$s&;9o]EWV 7hVFq_[bNȤU$N-g&ba7Mx1-Q\.p, Q9$C _"* %Q@|Nfvu}Ru>/6 |ٽ `d.rNDEKUMMlR !jԋ .W<pױ7 ]C[PΓ⌠iYa}_O"e[!!a`]۳tJ.`Ђ;{P+zvG1"/{*n F|`gl]"*i?M҂Wk_@?c/{(GX6"O<`0 .rSY??q^w/69L=ʷ침 k6 [ U?:gf gA*ge Xw?8gqF Y'$chSe˿1' &J[cMpJBPF. үwW[>f~@I_*Id2K6܆ǥxGrl]yv!\bcTAEv Cwfb zz:O9!M0%u)ǂU&s`r2nK=PN:Wvt*%6@r5ko!,}? p 0xUk0%؀ࡹ9L]/qȘk7!{/?x5,|*Y} %bJrVsւ`+2GEtRnN.-_F0Ȉي8Dn+yV*[Dr\e%@4'Lb^ #23콕nr~ӈ95o$gL=w׉EG $[mϿh8MT~QcS/ˉxٱ*gG0T7\,} /цG۔V%*N'oyh>UOK6z]\$O NTHX@/%SdڈjoҪ!Nܶpz*tM._G[g.KKW[Ljh(@8`#Y,d/I]Tf3qYV6Η$'`cq̓+[.=6D_z|W_Rl9SwZqfCC]wBW‘[R҈)9w[j_ 9!h 8Vڄ̊*`ۯ5NvAk߅ d~V}%n Y/c=Rֶg1pǥ8O>@nU~ Ƭ A*_>" W*VD2 _HPߒШѰ+2N 3?u 88A{#0R}:z9d*-x'fhj[Hw=ĕ2¸h8ȴFΟTYT4`P z#&=~$ጩB_2}O-qMĵjuc· ⬵΋f ne^ixd b/LF NjkiWlwo8b_)QEF8"J~ k-:Q]YPWb8Ȍ^:X:Wt1.:BDb:IiIaB$.]VHr2]x ,>{q3jEOB3{JS=΄:Bf&x]ĠqB!=TONCKƊ$P$ak՝QS~jII52l_{O4Tk6&M1́[Cģη٦ww#(e:n<QO ^RG7biTݮrC\؈U6NayIč]q|Bln™kE8>r7ktF f`C!5KGSZŚhw! aNp! |P3}'zg/+wg#n,rgNyMG#bE<.!σySI\A#MٱYfTNR|񊋌ق7T%3_ͩx\Ya ]ن9 ^[1.(a[sS>DۃaߵEHeӧ* g x$bBL¦;B"~r`MI csҀJ"U^(R Mj8A Ncjfh 梬s1 Ep.o++\e]|ekY/9гZg.tPX]K^aHA`~,Oig?V?_~ڷl+߿5=2ˀS`27%:X|́}Dfz8Qn`&:L\5uF\5[礮E$0hpP"[Qs@\2KșaoٷUo"O},@3@1Apdzq {sFy=֩$rH\0~m!t^Nm"t|GmrYiJ)咱)rW% +䥘]ظX^O(Ey 6\E/Wؓ}M7R).Gj5AHs8곆 ŝaLh .6B^$MzӴI.856ݗEY8Ak8"kɧ~$k9વ}*]dGZ5I!hž/,N!_1$Kq H{R9:vl}a3kQjMT$t^w{G%!vp$tx*i)}M`BK:^R';8Zo# g{ɝlho",Bk[r ^fO0.=-FnE[jWj8f6  s.>Ca0FZ;~Qo,MH(tˌ{{*Ly$  zM} 0J6s\u:,k[1wcڽQmɿs8OH"P/i5 Th/lˋ!~[> ;a1x&: /Cf"ѯa Edې?Bkr{b`}dF7}[N?1lSZ\q1+@QD> !bn m*!I$}~LsZ|`'a63nb4xo?hXmxRG+HAv2jZ:Uq|(Yv TevY26Z{B +V[,~;PྲSعli (,?+*9VYA_,,|jWЫn%}eHI2޼*Y`\:\CfDGר栋4El֫w$[3u4:M4d߻b4o PE6oS#eY]CT\ҷ+e+z~ &kbDxZQ6H}lhLbG% 7: -"ܔd `{E@׿o,hVsp#qQbNV#!ůIDt}VQEZ$ iU':>4ra\(TI ZWySB!yܴ947eqf 8GF@LJZ/ÖpEoleN+H@=r2E`S!9ڵ۬mԉt m*yf9y6 ڪ# r+c#ES8ZCiACA1PS4p2^hs"(>#$%n/ G 9tH]N0rjxT.BOQzzbBMn}CS'?ߔ_">1$- %u,Oh1&,=;PDj  INǣNJK$v)u2Kr:MUC)ɥ:bg[\e@T4, P7tiNk CiZ"CIhݕ6pSʰ')׳DSr%CG>&&U΋>]Z^HV@nO  I„-UI1cZ#}HE, AVŘGgd}sQE6X`e=f3j{oᥞӋcݩ\Xb6e&2NQ 螉M 58Kj7l@2h>?H؂5_RM?pG̸C`$|R^9&. ü`Γ4>:ifDr*PQxVR?0K~59Mygn/pgxJ,`.)67;.;Sqȧ=DpGp<[rF |X*l&RzͲ3HN-:ky ep-Pk$Tv7ѭ*^XED%?Uaf{ZQ}M9Җ nQ՗!7ײY6߻x4j5Z|߉Iԩ&H/\?ywo`+M^X|A~tr ^C{`]&cu [ VȆCwdnʧ(綵307I:L@țͦV}QpF+l'+#-`v[NQlhjkSHY-F}k+/4iFΤR|=u'rY W1! V ֎,CKd; œ¸C(ׂĽ`txHſѯ9 wT5Ug~T5?kUe6%cZZs uchwS椝FD[fhe;;Pߚ;ߩ_V<+)u{=VHάjMJBE8W/>HK=K}{z.mϞh}i,~(3DΕG?U)~› D%wo5*{2/᠉o>dws6SE:}F%Opgk:lE)w*cwg^8qR uF4$+Zf?8(z !g S}VD`?6iT\п:/!/>)uoʠ,&!.txW0qMWNR_Z@v9d 3Wܞ82@>| ,v*G5^:P%RKPyJ-':^;Cy,mҲ1x-ӎp9Z-I&_9W.}! ]|6`G_Pu3ޗ{(7'8qgȘԉ5O LB8VLBk\e~ t`Irr*[.jqUA7k$B`UD9r,ee\{`=Lp4(;`rg'D~ř 8!c>dVhmq}jV%i9WbF قy^D+)AB{S* RQ*(&%M6$ ހ<C,0x70]c 쓅"]l&'>~Hxǎ"o.̌ z@q/p-Hs ?[_Z61ogS<j?XWHFguFCۆF ͋.-H5z73rAۄ%bH6q/ĠhU$g7=z yh U,^qXe]Tuw|T?J̗݀]Űn' ^-QErW[֢;6EhMQ"BI<$zWӄJvű]|{ֶ$aL 7.~H_3 ++&}j~Pާ j> {u,?jpK5&K>9'kI\ZE? q\bI:GDVY+hz wxS 57LXX{K! ]\dCk\&}YrrչJb.8{oAtU8DdirhNw:v,qr*JX*VWgxҍX@_rl7+HqCnωmYm\qIdZJ-lx =ѯHLsYj>Ęyt8_ {?z,W}ffeh^{ >Bק)p%WĜO1%Ccݨو{&kɏG4VALBhbsJՆ:I;*Ȼ/=.'/hͰ"p1)Qe!;QJiϓ^Kj˖fވuѯ/)(,!׻9]:MvS0Z .YwWiY lȩAKe1vzG#%>K <*{)+CUbҜ096mħMUD5@v$y0KjAgn'(ҌnڞxMFjT ~oss(|]h6ID:Anu.3K,sB'}^qX>\;PsiK%8HTAvvzmP~2#_^{,(55s\I-S26VġOP,y6FQ-lB ,R "J_ɪD:>/yƂU^{7W̧@юoa 0ڛ`@SgIzEA\S:(Y:?]/-0E-s)S8F(p{FrQ28xJk/8X Cn5 cGz3W `Wby=/î WJۖB6EP*XƲ3痟1|3'GlW dh֥Vufe7 J&BѮѭEcg Qa!E'DG+#69ͲcrxW+DP]!v,5;ՠGjQLM}҅և~.½+b#"M&Oz?Y6-qza:hougnS" K-b QC;؉W!,.Y7K#OgWbbC Q+ZL(>daʍ>#^r ?s·&nZٰn&P_b פּ#T,eamI\ϻ_P2#%Ly6$̸2I EtM:<& 0@-ΣLlyxO #=K%/$EZa;$X_w#l4|{A\"ԑFT3md&;gLV?;rwf^we!wKyveS=dRVTt#|}.?X+?qP>GMkT,yXIT_\CVTgĬpD>7k,!Q>%%+`Pߎy`5鲖)^c$Ĺym) b$/2M{T]ui53-bix fO.nLp݉(0 3rbzX%Σ41ǂ:0%Yixk9Ƣֱ鐞<;[Kڜ><Zn9N31o(94/\rfr)n&EpN07JD_Aɲ#pRYVii#=Ɗ :6'\5Tę uIڒr;=ЎEhyE X|X&6DRg8[2!>/{R$Ƣ" S^Ӹ`Wƺ, .ees 3mp쥫%dps#՝mAPk 9m͞O5uM U~#`L62ON+N7wɮ!(]6A|"bH+<ڠ"yE{4nP ^Ҝ9oCv|T,<D*=1=`(_7E`%tMOxz>waTQh,3 A%]A]`حL{P~dk.s4oMߣ|Р7/ 7Wۓܒ%NG<[B|/pvڠrX1S1PL6XzZ)kS; qGF#Ͳ994[ޟ8.GNW^GSS)](w}|a'Qz~"5˫I nkX(d d H=vGzܕbJ=5M^JuW0~k +\́4 6߭W4v6rCH= 21ԏzjb&<ۙ:%k2eyR'4&R[!9L_HikkS aH7+-bK^]vRS`KShRp e%o;I>'Pʱ bs/b:zמ:{$#]Hs~6dG̘d6wZHwCԗ)=tkŒ]O1\ª|to4@dfK8w\pWxGuC5NI.)|bPх O+đMCoLն0JR`n󱈃J1fR>ު_X3rc|(;kJz`7JVZO<5̕lR'8 'Sn":5$^q!κ' Aݒ4;=qT9- ʉ!cq(eSv$eS4`D\}+զ%cA>Id^KJ3J*x'C@iPo/jXxP^AWѼq >a$|wyV5HjrXIc0p.?|T[AZ|7i52rBl#x_2Win'Q%(ݏp1d&-&0?LSe(?"Oڸ{`t}cOw-|\S %/p쑤;X{$khhIX^76}Ȑ:< T;%N#2_e>>VrKZ}nGݭZkMa߱#F7I#~ԖOS `_wYnϨ`k=*?tV.ЖB1=תBXΎ]걔zlTea7QFS_ȏ`pЂ~Jf ǣ:2E]Mm1^g D&-KїzX051G¡|3x LMOT9['G!fP^N0x1<cM=\a/<}>)N6S##dA7-ѯftoY*p yщB)\s oĢI57+.P wyuJąG8M6aY+]=9AKeK#a5: A䝮yp )8IG<6aS) w$hK4k*AF4X'ϸF6k>SIG*n0[f,)<9j]FmT3a(齈-h(i?p9$s1h2No ІGD*FT'Y32U ZV5z1u) @ߗ~Q9,)&(g]tO,R%zI;37ic(3BZ*KNxv)jWܘ8Qz$i' (Fԅ&VKJ1Go)?z@u-->.#/K4 d8om^YA23}O`ݕ6<{"|hㄯaAZI=haek1pus-}ETdΒ(S&Kx3>R#x)D8S1{H2QUg7GGwRA_]3L2"X>13eddOȪlD͇4P~7):uOܰv;Vk7 :K Ioɇ HmɧNbihPZidi`k8҆54 w0; &vkEsH:HP((xqlH\cO1LU vŮ[\$}d6N|Vfr-!hBƜ|l]'Dm 2_$ͤKsI|KY(1|(7Tn^!"zW@0cB)n\t?j%)q+X[ȹA6 R!;V}e-=/]b uWs->=#]4c8(6"C>{hރKi I`ۘf1Z+RjnbzHWb,(^4*1 tӧL/ˊRWƋ2:T-p㙑^WONN$i1Ȏ-G_GgAIyJʹ$_Hg; [3x+BtȬ){;d2D0pՓ33o-nlL=8b&Y.HzFn8;2?a@ vP"z߱|MM&skfqw6+1G;y;Q N_}~ף@=;phT;;e,*-C:;2zTbu6Wf {_vpU[ w;s( ' GlyͤH֠o6mHXg_ld7CPm,v-W 'vCJF scA#/;~㶁 }C-z*H}A}; {qU)#D_aHAo" 8}Ibe%Esi0Eӧ|5 p: !OAX!c[$!3 Ryv?vs*>( ȝYr (!AY l>9VZe+R./~.~ގɣ3 ʻ`C$C7?w]E%DbTGM!;& 15 ME3=s/Hg| q2_y_jQL.Hc l$V;4Ǭ&4MBBQ4wT /gKö|'55.ez ^viKSyhQ_fcsD &iדDJ2 ՃI5ʙ$JQD`'L:e=`_JrRw|0$O74Xe"\據ԠXVNgsG1'̝>}Ӭrqdca^ UpN:ݴdrV\tuQdL(~H% vW kb2 H*tieMRTxLSwWm[f='ĕ";2H`m㹸kV&H34% 1JX^Xtx9;-*Xtl%|iUP)ƾIKlY~ cw6i\[}h<5ʓǝvs.(-L&/ 0`6Iuڌk MZkȜ/"XܠgkwRKNh{L>8\18!XGR-c ћzF?$t \I{ 'dLofeƗ܄6o䓡6 P[u "On=zq2O@eibW!kt"wP=c筦 #* bC}ia]2 4P@J="RK6[4|At *vdm:dT% IKSaSfV^&%1[hKAm6H<Ob h>҅9P4ÙJ&yK$_seDCoMZ5(HU}?NyјG Uו=O.@α+(N_} ޤюDC0SK Oj*Dȇ27k7?Yd٫auK  #O(>]V ,( '9Ӂ~8 !~sf.Sdp֒Ǎ^`VgLC8 H^'P%D+ Juz%.3Mj>]qȽ4yw:I JL1{-"\h/h gOݹu|)hg5ܓ-JAC/;.{/aDe~iw0[;s3fڙ[\IU( Ą/(]SXoVB&O~8֝U?Mȳ]e9]-'B9 }KϦ[ھq]@}k8>vu.fV^CzϲPHjy> ,102k1!0+neVuT kYSq躤≇+U#_R}xp%~k;ޱ>V6R;`[10D>=}9v[ D跎Ux ՀωawBD颞Ci8k fh+"ˏU<<gvl4Y"~ 0w;3 U2*1"/P΂-F M N[iXb{>0GdcX9$BWN4ЬICTPj,8gHA' Fg %B/z7{ms;9.Վ/o.8  lE| w]ji󰷼^ $ tkG@t4ciKWc T %tRfA} J4nyXmgB j>SW̼'oW /mq J_h B9Qlٮt=Ӵi/J|aN#K3o0 0rR9AP\??>r[T{57" !^?gh@?8 ]0=P,yTyϴptaPOnč'be+CAzBoCOF0Of$]P"hzZwz;>%MZjUL9jL.Ds\~D2P|@f| whg*n_rCO; 3,}קcB AZqp&upќyK%{E5ƍ]4)H@puA,KE2˾ ~&a> ~ 1 {UN.]9evBW͓iBj2wlk1z/tK 3ѳ!<'eu>")IMJ1 ʗ@S(x >Qک,0+zr3YpЍOIdk]i]{5ԙ#+!^r@뻪~ѕH\$|YuTz '8RH:{ fn l$$~^:V4S]!%W`^[VN4u ]U6mybpݣ &C[Bz9calrD%SZ$8dM;wRq&ݵh2V q8HUR2ȞDއ'|(fĿ`w`F_CP0y!y֧-QšżtK)gKͲ׿YZ0V ]GHvR!X$eF;{\e<#܌QzE^XІXSH : LJX'WYWn-.]hnXwuj>/ؚCB/bg r_MnYAmcp&}~vd$h >#;ZX^`=vH f39n1Lܦb~KU3:)uߞ̤BXČs/G=9 r%|L =}\*hZmב2Lor3_l&5j+1&tfV+ex59^j^Rɫ9͝OQZw4أbUin,h s2B[j/=T%7@I}hJ+&lpjՙxa ixpLEĥQV_<&mc 5Ɠ;tgGUmiWѕ{sY{u$v.غkbN/8ՌF.}gԚHqHAP`!O/+oMȰb|D}h(՜g J"F0T6 h*]g"'^ +6ʓ Ot'^XrНG+ոKKs2}n!mcL?,9WPLgJ*XA?^]w_ʶϼA_檭5uuO CfG~,U}=0oMY۬GQ"HIӨ*eķ(7r ~qŇl#_/PޫBkY+k$pnu\ /Hc`Y‘b,w@&#gI|qʀFH6trqhW6sw{ZۢVa14^ሥh^A<۸rE&ϣ]E\IOODOCO9|6"* =s%78SiRI()vᏧDS2(go3^yN{V㷯yp įN6\[oaOϜn#dk >`='DT"\4A[?%9[۰? 1ye!f#/>U6I=ъxPx(PF^"VN Qj+#q kPMϪ)t! ~Cz0Ùo糃F㔬qm/7ZP'bTI ڷFBdj]2 PRDž,ZX)]*1VZ(Yǹ蠪دBrXgUț]?imLzW247UߎiyGakh@u8ηJr,C o{+*-6<0 - 'W@)HGh6f.͒ pJc385/7qEw諗qlwdi~RN?"wq$| fD| V]lO;$SsH80Qo[o9焠 $I5d)ւ9ʗ3GTݜ3к|;WjCek\lU V4WuJ m"1;v"z*\.ġ|:͇]ei8ssHĪoE v)D015wL$*$.bQ$hCOO8 &[ ruTCܽ.ش|Àl)E$:mKJc_"N3B~V${,8UɉA,Mp#+?fj*Yo3^ _gdWuTMEZ],}/̓..7v B| CU`&Σ/~c"_cu1ӭRhFDII'Hz pbriito dp '/U._EFp@I"SsMS@.ܵ:|T7]7'm|}rT$B3 M9.0D! .ĝJT+{Cdx衴ڛHr{i"MQN_Җu&(1Z_Nd|]׃+):R<:Aze\~d4ؒ |^#|sBANZ7o 3׏}o&XT.,JY4N9.ǘܶ f:&ZX\Bܹ l淳C;r1Ԫ[45Ҷ(H >T4Ρ k)P4aREK,Y945jX{ܴ2&K'~oMH6i/0CKK0nDՒHk|c𘋲`RpI7GmZba%;lgsn*{V; HwlVf(nDMz+ͯf>=*8#-Ȩ.4qo'Bp(tx^̩ðnpk'y6߸5i1Fs0.Kb62y鶔4Tk [j 8q9_Vfh[ bgl)7sO7Rx"7'5hG=د-5̸ޓw1&仫 㻪_4l&Xrt:ӛۂhUWlUG2(A"hb3DQČp0#Ie:KbwSm\_I?|'hs"8Ze6[o1! Z^N*gJ3W=<5pEY X898)ɁV]k+M|Ȧz狴?"4;5XZo֌O:3i?ӿ**F)N* kvK9L1V]xmw?͜tye9&_]jsbw%p<`{]gj$i͓=JAS sqρGPú| 7:Xpyq$CD%: jX}m P#efˇZ/S(_(_DH}|gĆѧA{V8̀Q hw)haHOÁqId[C HKՙU >ThXT*1Ir]I`)xI#J[E wS%a ;=E|M]L;%|ÔM Oΐadg#8[Fxn$Ep/鐽6.! <@<`PacVQӉ !aIL:G CM[:KTFg!M,eAr֌a񈉹#1y њޔ2L\0R0&P(yPwPBQ+m3l-Rk} ѐHqIDvם]OruWڅfnJ!!s5-or%y UZ~/킜( /FB+ԨCʗr57'%?l#UII[/I&.#'kq;i`; ؁K@\R"kҞr]U指-U*n"eO!ڏ #+39/M.KWTH(۾IJ#0pH h0JiT"z,`*Pcb,)Z!^+x_=o̬idAo"y"i<Ƽ|[)_iY'xtCQqVZc M?;J6yXtktCJmi#BLb$Uڃ9wl4Om^2:,;p}ay D\w/Y!~`/ajj1~yarhSHurB.XЦA ]7מޟCgaѩxڃ)I$ Qy;~@Qj |uY^: x3k)VYjQQ # ] N7Ͽ0 q v=^vO OG#4GsOjz= .ծL02ϯ6!Q>ɜmh B+3o*o mkǽ9j$\Us,ۑ4rS3.D߿DEfm6q^ϱiѯ/~D=E[^="{7w 9ˈ;.olxje,*`ϒ\p~ܛG M]{uOGv)r)]L[yg8s`/<җ剱[^EqYMqaL*[sf'UkV`\Sᤝq3?aAFd J__#w f3M:Ȼcq=qY6v2NofʵHZBFyO6s~cEV[}>+l jkir'=&%@10K!EWjL;ގsmC7Uf#4vo8ef#|s50i>;Kۡ3%aVf|7EU|(;tTͮq]bBAۓ[^CG[fC-6ZN. 'Z$-&֦GW\|<1.}k5B=8xYى*F`/+C*16wi~Ԋ=99*I.}U7B>^ҢU wze1@7YI9u( ʠ3A.Kt+d?&~uѦKOZhYY+qՍV;4P/WQpߛсsƑUzo{=_)f;1‰Sօ6$nE.@q f9Ω)r(B.PHmSY.C\FįtGIW*mnWfEr4- ;VCBTko7tP[WǿU>b?ID޺Ǖ77?v>̈ 7w'I DjCA6:[S9 J ׳$L%.w 7[;Dn A'^6W&H[)-8?$f$՜9HZ<6To ygZ7o|kLkTԩȽI _H3TAjSc>!E,}d.o4H\ÐhƮ-=Qjg%u5Cdo-k511q %ǙJ1ܡuGcKܓ -$Enz_vS^Ҫ\ɌI>ʹC9x?rCA<뇞4Q֚kj}Ձ/;cM!OdYAo0.3v[@eF#ʗK \ _LS7<2& \G" 4G}`a~)^kJru?ɽ1To5Ipm/7;Wͮ,I26={Qnޅ#*7DۘM CU})E$ZcCŶYE"snJBOC85wŔA05c)'0tpxG>@NU//,gSk+Z%}/^AkAoT/OGBW/5VD#{ rQTJՐ02`tD ?;bH~O.lx(eR:~bܚ#=> *(30]XCV͒lQ[}D ^**)qQyp ٦ynH_ {y\uٽȄ*JvIQ=zqO|avJfjODmzD:.nƋ^PR mi@A,W ],; #@E2'-$Uȳ(bZ" ا@MT%J+F$S1O)GϞYs%tڿd1= (eUm<0WmL,3Ti{?"$06ʯf9f2o-)KÎ>yumj-TU>O y䱍t[2Ԏ Jի36[M;9LMWq.MPۂG0SKC#hF#wzOZ\G並=V`(Zf2FPf>__ nhB>n6xo{~,wYTs2;g'c8koetn `\ |cjINbx%kZL,WH }yt[#~gGH(܆ڬIkx Iо]dC){?t)5>ӈ->#?O5Ҽ[{os{xD !Ό[];Kv]G,Q3$+<>ϕudK S5W 6͔pic]z0rGoTݩG'sMhݳxј񱭘ГO2#bNܨ"a!Nt1-qkIuΡE_b\/fuIqpbj.ENi|ulăXm,!*Pj 0=s7 V&8X- -v\6k?2?S#. 3?]492 ȼφI3@M㎋렑rRZ?ȤuɦN!~ M;W;*6}`^1)kkZJgc@3.7dy8mX^j:n&xGa}v2XMۊ_p)~yrNԋ9-!]:0˜5r6c0h1;WJUGQ^ZTgY mvĨ0Cu.*-:nRa]}g,)MŦ}_[ >1D*wLⳅ{ecaq(oif%0hПyU8ΞF'yS; @W.ebDO} Iѫ׳kZ,;njU8IeQe  HE';.mh"ÿ:@t"bp($;8\пG֓E-قO@X?vy7Fbuӯ3 Hr^;y^PJA.xv^A:TeJyBGZĹy -Vq 974#{$<N՘hlٱqiH6_ WI9JsL8!:/%RUHo OI-FF%M~coF\YO@PTvClkv1;а@8xJ$ +'Z=9nZ⥮sXߪ4FHkܖcA~g:m'9 e':o>UEw# ߂C/FCd!޻,W90Bߍt5[h&ʹDCɔHOlJ sN`&>fia Zvܑp5/HhF2֨ m >d4Z+O*%n`6Q"*@oߴla|ɎxeܨXB)[ J@IҬ3Y۳%!6+_LWJVU7-O{wڟ=)RD i3L%:9^h|QwH~r8&m5$"c "r:S~6;x DFܞ2[JF:s"> HIL DgGјA;AH0b>%rX4*= HY7f2XT~G@{5l|ȱ6?rlƇj-)(J _dLa#S,yDwAOø`Pf26P`͖RVz1UROJ,~ulwd1kݤXmY0{P!v4KǤPZg!ս9-VIuQL)n }|H8.z7b3> B V(w9rJ\oTHl ђmS$ vFⳓ}EK݉ݥK"zlB#zꄥz6AL`wFi;??GakE<۶ks]OK<~CZ\ c\M}zc+rE+򥷢WPL6uH <<ȰZƥ@Ǎ|4|jˬ<&Jܱس.Zi<]*kw:"C'9o UpK/7@9LcL?ihM=Gmg:XTB_j ;2/8QEeF͚#Ը,E⽿7*AGlW245LF$:+g8?r5DVb ]: ~-8`YyNpI"l ;jX$M5 pHAuo<.T0Of3>Փ`)V܄MR!ʿJBEU[(f!NPevR#$Yl 0j7`|5+/:P/t TQ:j iv2 e*;ۦTVB#ĸk1vh :t*wP9*Ju!S-İ1o7Fl+0f` H2hf&9 OJ5AX >sp!"愚?};14b$h~f$EhTc_f߭Xw9uCUo7Wo uʷU=x XJj%"JK"`/:[Fa֬[hljzϮ%u3\1) lZV:.y=.d$BLnpMF!ȥNE i1V{=/Ab^~:m|<ڛ{9$A\*FF#JN}\&C{1Vt!6Y6Ƴٍ)e^^bg忦/2L2!1V0xXÁ%-\GvZuRX ]撞KFad0ꈷ- EDe;M?_xŠ|[Fጡ >\EZqFّm٣-8{*f Sb ՘PJ>pGpZTZrz"e 6^l"}υ\FwQGPq{\Nť_߱nSR] ѴL l+o4Şx x dvg^Ic)t!@vef ~1oKr*.kc]# 4VMYa^=:6"z*-˵vhRtpbgYz"հASF7J6s`[R,)+DJy%7beQ!BwJ(㆓tSzsBi/AnX-/H AW?hb]j!gˮT*43:ya/͠)T$WYg[ۀch1,{2aW z  INHs/ kH#؎] :fQ(u#=/Ԅ-`t䤘\eXIk ,l?[s!)t&+vcLdI)( !->{_ 5&XB%lv=U7H}X ? M:-ni>חb_F+NuT^+T니O}vPx(=Co%Xpަ Ɣ D86TQ4tAaQ o=O |mGn݌dzh aͪ|z̭g (PKѡs,.ۇi%*< > Sb+URٳ4lɊ!K9ɶƭ8QyCHclx~a k^m;JjÖld P-⽅ĚY ,B0h#T?I*Ѥr"OXq=9~TD':.uI|Բ]ףځbvX("nҭ:g$wܬ^pj6tܵ`YbstI*Q"/tx Qgg[)2'Q%tI34;U[ v8Z{~`ؘ7 uf *r6҇yGI;z w6 g A]20<`uqKyo1|)b~PL<7%1F%f5.*ǽbz%˚Bdܑ"zuTZ*C/^b D1n" K#=P*誑u= *U)W.jU3bV{Ú72@Cg5{NO/Yjg{䟋tuN}ȳ_ی *)LA²Q&aj.wOC)aw7I +m9xgDjOM#! ,M`*͘zQ0fMp̈́_T$<|E &ԙ" BwD05+x.X2oZx]p0&&ZȮQ (B^z=|p@̷\E5 wpR2T@7Ts WvPIn68"/~=4WZAoB$@p64ix?ifϢ Ua?YWXDB׿ָvs4'7xYpb*8[, ǓV_gW,=}ODON<ΔQ98.V8rD$8 4B!FUޭ%睄m,J_Y; :V.s.\5 Gpp/=g8Xj5sD'7* ]ꔮ !R Bta:r{uP\1tܻ,od^h` ϞՃC\ 5~~N ەq5M8Xşm/cR^ !gm HYUBg}=LfD2WdeROmG\h]LůJ@@ON {X|nB[qo{FZ(K%;>xJ? m?Vs7}NJ}.~mGR8&[/ Y/LY:\o 'cZ|Lz:['adJ_ Z<̅0 8\{G9n8HV8鄱xe7OYFdzVݣٚ˩3dѯʄn)&Շ>"Z8tU3@a֪ep\,bK,4=‚&Pcn?j**J73z(R ( ₋G"Y1-׋>t^Bѡ@/x#tz+90FBty^}AeOF;xkw uP_BiL2;x37Q%eÐ=c7xQUQ!yO$oSe 7t-^EDSuZNnyaiB3ϡ Gʝw&M7G#6xp8y@Bkgc4VVVVW*`o2f@cY ~0XwL(ѡp2wvsLٶyi!Jxjh*T#ѸU,J4aL$/r Gܭ"-h ntPڎ੶or|t= \1OcGv4Jp"^͏êAyfGGVw1z}Ǘ/0r.l]iYkc 4c#hv&jVg jR&7[ajqԟIi&_T]:R>^Su?x_ Oqd0N cDݼMkhZ]μ 5Rl -8W(c0_Nۡ[E7v3g*1ij )2)xZ SeT\Մ1n0LH J z)eB*xz f΋;M Xm/W!/7IR+YaƓ[)sMYʣruꬷZ@[&q>\daL_L(9LtO-HI?w1tr,A(]5$Ba:1uNg\h0胑4UݏLdpxv%g' ϰ\. BYq6LS Mipo2+3>+]T [Zbɖ 7םÈ}-WٌHCH9>~`^*쯱D o 7BH`"u' G&vmJ<>eQ}34SĔM3K \qMIUZ /n)|}Ud`Z̓!/]OMbA4_}etifx8ϋGB2 j2cngW9iM+DՇ1L AV:DF1uW~t.m-р}<m-V^ 1Va []7gY,Q<4'NN141o{,.0UD[:W%w#PIମUf"dƚͤRխ"&m|DMSI*㊢]Bһܙ~ "F$qrmx͊J*fz@R%AO dGjP~*h k%:ѱy@N 󏑭VH.Uƃo8+mGѪT~hb{կ`VZVmO+O$ѪhiRsM&spcgɭf쐀oCen4&ܗ,ΌUzG.r4pBu>ewt wҨo.&[2S[v> ҢB-w ɅEҀA(E؆ꗃ_hJKey펂" *_)B?SI!wU޼”u ϬǮɔ8r=P;j^z-PAMB>iJѮ*AO l'.dN"%@\؏駝@) DLs& ,J$ֆd`tt@4HK6d7t&Lyjo*Ů _MFrFjq%g]xa[=S $Njp`Gz%XlK8VtvJ01!ŒswcjӣBDaEƆJ$77ݻͷ>:[ 6)ո;UmUFA 댕$"VÎpWEڡw8Ly"%{%a3x2⻐R^>KR#z9d~C 2ZD:W )bAL6-#+{"olY$OeYJAF[ㅿ  EWƞSiN۲pG`B|on~%?@w|`XB[ ]jN+_WA,×zQ$&0tc,EC>H3_AyV0VS 8KvqQ:h0#m T Fzs>~$tRͽf8yY>!(#/"Z"hX mkwv)c( A`6T,+vlF-L{'64}  Sgn~]AgܿGi6m]ʥD+6&W ?tC4]Mqom\QJSŨgk5'{C7 I9sH`Mj^̥RzV fܞ# q'$YV7Jyfd)"lQD._A~@ ۪a$A> ?8(rZ._ #d+E7! kP4)^r Gv$՜ۀ)w i7)Džuʟ60ں>w^B|pr %ݛMISхxB'd-,SV6v΂ʛ^pFZDB5č CI/2Oڎ'}0Da>P4a%; GU=r͙ R#>88 @.oo7uk^KJelQm(1Rs]C6 G

EQ`Pr~ =d pe:ض5,Ը{!;86W&$w394cZ؅HXy¤Ǵ攕nl$+kQ.C)~njY0WUS_sLg+J<νD2֐*~U/8нwY<縕r&g:lJҴBWDf_@Ν}OM:7^ ?<-t6]@G\n=Fֺch̭n㫁VQP,+Ƃ>~+×ld BTN Ift 4_`Uw?;쁂2StDF'b!rR-2VBY&(-3:U_eŨd23rPϘh}p9!'5n:4f$hrdB\ՇB[Ƅm_ibTCQ[h0v50`0-fq%GS>z;Ory<*oqT2SB:eڙKeHKٞ}&S'W!l2WB QԐ/Td&'/_:y11r"қISVV#G~-B&BKP)Jzq./M-حj6q&-!m>|S`mסȱ|ٮB% ?g.`gd5qfcokl–dJsu#uu iIe|T, T'Qߜ/j-kʹsdw~?7,ƿlgL8lKsEwlaRZT,+ 1>u#wE=+")IC@3峠7Df pA6h^+ֶgJ0{%HS[aҳAyFtTXerWYa 6@ˎH6ylH&Ab%`4[4ZZ DY32cW ygJ-f&;6'bL B(r.d!Sz>W#b1[=nk^h0IHq}UBbӗ"٭rTs&bMj#WJ~ۿl2}i24϶HM]r\ۀZ)m=#=JlNPU@q{cϣ~؁^4y,'MRuO+O ).>lQs[d[D΃-1\M t]VXIՠ@ϰP>ycݱNIj;?&tNzKlFSS4lԷG-Sxi1qf@ШޡE:PMpB iL>j1A?ȤYB3Z.~^GYx*YN&JsQQ ".PlWI<YlR \48_Hx5%¦~sE, &i)me~)3E3R;)ܥ\6~H,'PL=fq+JzwfW{@&nx?ۓt2]4&_VJHhғ%e1]KJ1? ?˶+pS{#[}CRkp{h"qfKfPde)YoJ5-h:oRf2Bk[2!azZ_lvXgez&1Z;z a61*I!;!Sk+Хڡw vb,D"l"]EpC]>ģaI/wcη-Q\ X8v2XG_*TV!x *q/Ӷ?5"ļ2ߋh;;\Ж53Y_FNI@j[&šha<"*a.y;MkQba9y w%QD؏>9aG +Z"yy5$/wy F<^C~/рj*nׄB ċTRauI9u Rk :.TZ†iWnඨenx."tMzoQ/vɹ<K纚%Ro]*li2O5='>cG*yF9I'ۀ8S94IhH~roC8kB`3Tb(>h|}&4;27Y=\oݒ!\`Qv]UTߏgzqFxQrgSn`:doar!z:8hT䉮עA,̠k=ewX {tj˯zփF(C=:*~Tn`o{}ҮLuIt1U3Г  Z^^"odc]5J Ӗ˫)::A y=}xIi@ +RGO VU"ѿ޹p`9p* %Ӫ/)i9(VcD}xOaN!Xy)xR@\  ɱXI&1rԅM :B5*m熁Œ0üpU<ʮ)4Wnޖh.{mX U+6@^TGkrlDw-@ϼJƴN S!v 7ڋ2{He~lR{°mNuoM[l:X' ㇀ BfkҗrCFz%PTC-k[eѤ9ML[eZb3GK;;.T}vQQqsMxPEideuզf6XĶTY 9b>U0jhPV40LүUλr`TSѧ-a*ioXP ]k7eb\Θ^ IK /yH? qY GW̠zĐ5_U0bֆGrOZuQ3#VP8̏\_y wGrWkprqimxVԇ)f#!~ݚ[* ;F+%RWMx $q8bi?y#4Ỷ?A2+~1؅a?l cg)-dMZ+Gkr6% v3 s-ʄl\UȠ)36eݭrbH?l'鏍;`/jsaPyqu=ȗkyl9/p.idƝX#t Q|`ݐ~҉vC\! ?1u\%k;6}7p4I܋w"v7{HS tFїL(=\^vSkPϼ\T [wʥ$@̑MIw@pD#A twGH[s?@F׮GH&` {2zp]e*5y5mXm$_^A12Ar 6UdHKp/x::c6@3C0kQа gC t?'bĶ?7 |-`_zjK@N̄8=2ZwԽ~vݴ~ȳ(@MtzjwBP_եC6S7dfCed=5#7S>y c?I9zka"N_G96̏tTqʰ0rq{ӞsH.O!襴d! A4-l#Zr[r]9'2*h^k ?,2HnD22& D bHi3%L8(1t|`=Ɔwt:x\ b,u7̶^+3RGi [˹XmIl3ۧFG\4(nDW(xN-ԑ iS=O>*. N <]+ƀG6I!1hoQ&,GҍMr\p"dR,90^; E"K$rɷ^!H8wPfQ.>ge#9I3-(sٜϜ*J5Qb6cNK.A ɑnC7ͨL0nT7-.{p)ܱ%$ő4WF?,sD^d>^O5MlfI`XLD盿v1lz"Y& U9OD!59atQb #3YN67"}[0"g ]ԁyI_۲(g55Dg(6)ʟEO`i,TĩS93Fkt ,&/V2iA\ڽ*\ iӊ+rE=D;'q <Ҹ2|5| +状*l(>t_8I)2Ζ ՉZoU8\eDknŨ bO6bTx{UdpS`$rNG=ԳXud:Mj˾S' 'K%ߞD27qzi;}`)CMJbo#Ud姂kM$Sxr;ΰE@fU̍i C,޷'ŰP(9CS9oPn5גeA۴= y"2C͖t~|}s©5`_;ǰOq|m.yh)CVhW{IXb)Lߧ٥@QR. xy8_,{#Q66{[`˫9"(uEB&s]h!z(zGgҞKPjnY8dlőݗ?8$F31R`d w?vfMKVDa@2T#$˽PzK GmJ1'})e=N÷z#ӛ1 IYȈ|j^Ewz~StďGYɝH|_9̚ BpsR %-#ZME yچ4hT^+_nc~yCBCb[Vuwsoc{Y6Rp%nyx`$[lov? ǣJvѶIhIqzWu,|^5557ڢYcxE Tgə^03ELk~'h?ϊ1̬K~[C ol.,'wh@U<,x`ɲc^q6p7!H3~)~s6s}f/9>K jQo4 d'IRWlFn5%5vu\`{Y/ܕ5_疝{\A;byv>S#"NQFfԣ6\G?V,- m"Iޘwpa|2PpFa9˼;^wӸ`SrBVr)5wk>6\&KߢЇҊnQp0Gbp z,bV(Cޗt\8ǓK<]s?Z P@Xilǒn NM LW<(ړQ)y:m_v(=sH[ Bc?rVnd4 $)gMWRTZwSkU Ӏퟎ2MKB*MΆwOc;AYc~qR3&>L-\W/nIu9j9JNdEM 4ʷn dDx}WeҒw\D1bu&S`}-f{kDlw!fY}7kπB`au |!WԜKٟW!4@u*@7obi6<V=STyU }٦4#h,YSCIx9,B5Np4Sy%N+.co|`YmkFveڨ|e# !Kq+BSnjA p%88h%K+R9'b~v\YOJC>>+D'[#+uᏉUȶkQ` snh!:-hJ;HrTҔߠ~NzIgMV&T'I`#.bb\) 00܎=;O{ Դ׎16utIHykSr2z*9c撫 g)^a7(A6H!0+;NS:MNx;ĈΙ6ažU?r;C5Cl@0˂z[}GOyX^ vsr/Y:}%ӱ{i`gZXQ=n3Nt wڨJNvѽ,܇P~Ʌ4v ۅJIN^gR-Iu:y/M]ͺo:Eq\K5!ƟE:-^.g;]xSVPi3mǻ dMό%kL(n\NЈ\"w''`# K~1Neb 1%Tz ?oK΅#M,jivڸ0wϠҊb,і=uDz ʱP?"vu==o,Nڌ`,??ńUn =dS݆@Ku]i>מS/.vt03Μep/=n Om<$bVl,Eo%tf2Ƃ"vzN(dyfGm:"9bHn};Td Jz;S_W~#'r?^u*l5J~l%ٜusR$oӒsXSzM]݌ UW}%h̾BW߼WAW8~;-RaEU>Ym=_NDWwej,B鉙>uѪ鲙HYZ| \%w/445벁^.."&un wk8QH)'D#Mw/zJ"^2<,h nCAK9 t vVԥEus-H$M` X$*qU/=嶆\2& ~m 4jP@f &0no od}z$:)2}%+O;~SbCKxg&4sk\{Z%x-)ZjKĠ "ƸĶ8Ns)c߄UR<̛HsS#3Z-.t|p7 )0֕;܋V+nq9tIF׬{,(2=ܳҳ ۹p# RBl "aD[-~éVpgjr'+1+ܟ3b&y(]fL "&9u֊J'p#C|L)p:wY8y`gr>4Kw< >vS_adh/$V :n>4WI{+8MB.MF _4$=AcAd{hP#C+q4UzX:N'OR>3y-,U4N^̻<79BE,@rò1 Hc1Y7"!PJp%{,jnL{oa|'Q/.v~)σ>?O?q dQ#oꚮ;=gjɿ.W}4^%?Ұ'/})_̩Y3b [@ufuON=fi+D- /뛱yZSHq"nAu4<ﻅ̼_-FrŘ]CUZwGnay/!nB? T/Tv/X1)~TĔbʀ%]̭{0yIidւLH^{ v-868Lp!:F4Π8|tet^ 2t-aO3ct\`69X.bt4$ .9)͈ߌ.T 6Nw7K X;= 6xARN8ld n+wWgt&nQD Gc'^Fv4n*1f0){A=-1a2J 7\D!јHh>AZԠ$wć@b RQW'FlI* HiU [Ó%YMlelokh+4ÝMɮIU ,@%K$'}2PyuK6IL8 3Tfx9o8 _ÓVLEքàmk?I]ev4`\Cyt\0u. 't"h[>g"A !}^d!'O\ !^2U4 %-1U$ta&(k:4֞rZ }|"@~FZB9iR2~r\?64?bZ7QX]>&x4&?q?k~C'[2(3r,nyi(^ڳuިKJ( jţWwa: zt'?(ŋMELջbg9"v`ٓDݱZSc3"λ#' ?~ GxG$V"bq8Z:¹Ȍ$9_r}?W}U#=\21ZAsC Du? 3I]ͪj~M:cף;DX5Eȃ4'BON@ b=;6X]DgNy{LǵpTi$ *)уΧ4/eSE WɵДVވ)Mmنtda4Q9a(~s${5\K%(bS#gU!Pҵ*;f=ԦX`/*47C&%xjYVX} Ci7JHiV?ĘՈ*'s;Hsh.ߦiu/ݮ/jK^}.0$.TbȝusA?q4Tcu23'q(;c'W?b{`hbnoMoA}d8sƟVٗWk}6E#^SaYM*Cˏz3nb{Ei1nbmLz ̎o'< w|@ƝB?WЛ92'tFӔ' I $ID|LȁX& K`+|AP4/l_]ק+Ś G9N:3@my%O 5>CDLHu{A%W;#VGWҪp}/YWg!7K2T)R؍pH%ךLwe EF?N -Ki/؉ 0Y]gߖPC:È>A ׵yKtuXIe.e[ %[/[/A4̗ qʹ\V×}I9,ӓDyQ\ ro4yF, b] ѻ⢽eCa3)Qw Yݗ6r!31lk`2 қgG VI)#j#oM Qz_V~ͫud [vV?}9ldYsEN"rFO @mFgيZkZ'd3*5ЛjZF̽.$ݵR$͜ |iTC}|$y) K$b_?VTm1W{_I->8%s%ƧYkQ+å2On‹)a;n^m"+Z q0f` Ũ%cU+a lVuWpV4M ^i,q"P<6oA߱nj&Oŷzj0qɻ K974Vqwצ٘V<J""AC@x>=f?3Xc\YZjےW o{%]X!6%fPǘiE,3%Rӫ/#f|ojr b}h NEpLk;*óI8,G/oKq;qqZ$`XmZ`O .^s4)Y-QD?}K6POQuNq9Tp66! W 3VF ^@`~u'֖x$`YɣLk~xϯ圜)1Q`-m;`nTd(C|8DiyH1U ^u>᜾Mi$Cl9T LD5x s)tl÷b~+ml`[mLƍD`\Tpl"we;@*C!li hnQa7k'*}0a8j#:LDJ@izD8wub`a4 '(U@:T$eJwę˳\H2i6@!^D#OtP"xˣ;"}$2\.p`橮h}y 8 P_n]*C0hi*#mvSޥc y/fAs䫋u<؄ c0{J ^ [5?325q_Cײ3܏ _^CGB-Q@$vvb2X<,;F$ʪN=:%)=Lqu~_CXf ިWdZE>yqh-IV8h8d'理ZXP-u^ç/;# >`8"Y !c02]RT(j:Ge܎׸t ʀ5S|"/X[REWe𑏎P)6```|.LG2!"iVBێV+[eVY#|[`q!1%;Vu- c+ 3^|;B&;Pt?4 DVX_+SwSiZkk)1Y;G^Nr{8`ĽDGD [n Aa'{_y..PqC!]a/ة 'Uz (K+o[ˈC/&~RȫMuxg̗7{M=]N۲+BP)ղ眣=_tEWOn''&\ ?l|[D::M2jk`XYL(\Fx&.zSm %GJG=@GfP]-~@[@k`dz[ᏑHs{xзC6(4u=~P2A1yTl'1;≤"2kTT Z@U Y/gzN?I < ŋiѐ\ud!6@!AƼ~<M[hyf*qT& PgfW%|a*dr=Wpޔ`>v}!g/OE6Q~dhDJHgt`pr\`e@y=j v>EݹhS᣿[(.Z`99seӵs0jαSE#$%"q9?K*K@2WmI;tNRx[uȊrH X\|0C#~`A5vz&z~p{2Vc{QŚFb8bݕ QYvNr`wk?8o|6 l5 M凷O?@5P7{Feha)~mVD7PH zzN\ _=}EpY;z-|٬,l]/t_.\B8@$c)ѻnEi63.ަVQj&zR}I2?yfӆ ϛ>iH#ZםݖݺOl1AsuLTQ>3OeN=֨KkwH۫kwG/*ՎA3 ߅oy׼X+ L9-HhF,^vLDg'@%1ݼi0`+n4ia, n\X<'-EG&%!;&-R6 XAh8&u>XnGxޥ6o!FjOy<" M{( &I6S\lC?ҥSLM9[xea[(HDԌ\CʙWKP~\ l+4W8}^Zwt6;(/ my/IiF|-6UQ.4crKD?LC9sN|CH6 :6DG[V'fuPXFvϾ^dW i΢_(;s vOus<\_wAsO${,Q^pbݧNH_I| Xسxֵ,upI,% 3WQm{v5o1305hUs gL6D}cpG穟dW!৮|I&ඣ&-)@s)* TUPXg#nkI' NPs%u>s\@$9Gdw=xrΌxjudUEfFm&bxږHJj ޽rv苠P_r<˹!&fa nM ׽MtOߥS@$f* fUVS0^YҦ:jV?Vv]+"y?kCNPLFu{F(ݜ4~@#l׳V}DpqW,[\"a q5aWYآlmo M P:&Z!GnE[FV+m(}鈧 s-(3 Y(vN#%tģS_'6?)CfA.\ڻGY Ā@boM "Rʝ5+ Q]cLʹgOE-){{2'9Qe<Ӷ^%^V"64,7UeKLmL $Qy@* 9ݦDS]Vh0Hȴ-ڜu6Yxb>4BI#l>e2aQ J؏ը?ڽ7pmOlǷYnV'}1\T[]YSeDCRU4Iy:}l\, !h5XG)O阂f"&N3"<>1c,4cפ8e?lǭwn–aŕ֜t^ᜡ{%D+`a'l=YFđm`Lߟ0"eoK5^Bs?oc?\*D W`;'~Q$rG7 g*P4mYx_>Y/Ju3A7ӹU a?g<ZuW*N!begk}+:J D)ݱ`hhYrJϧoww׍my 30djQ_eW]Hr($Kh\P2[Pc?X'9egodː;rh k /\3zmeOt`Bx ka F(Jdj'$w2"@Z=N!@t$M{W)X 5*q$؟vʂF$#?pQ%Crcz.(A7gCpphZ{.:cxuC""=2&(tH߫12(<.б{gU<-c+k|,_ yflS`|`.|-nIʡ"^hL9d3' 1aFojoG= ,򎈑+YEnEZŸykI0&&-d{߱>/ceU3VB1D. +eH#H.fWɼrs6O2DŜb=tj?|kz]xQsyTe!'Z_pmͿ%]\ޓ~>2UZ\5׈iW~Mu*pӖd XkYsYJ3w& x^9] VA 2t Y#/b /˟viRQg|]Nh"=嗌 dsi9c Z ,]ZMӽeTg(nq":4 2fe^.}geC)V{(RoQʷNKhaXpsyVŸ&)$eUGV7ە0{Fdt+Vo~" QԌ\"u/uOcE`Nb˾&w{ʯ=$$z)19&-k !Śao ^^n % iywqfMJZ̶$0:| l(~ہEr!6Wd~bR |7W$m݃): Ys@Ʉ]~-Tًv:[[73֗~TT{SCqDb)^F^5:>k(%El;It>q0I^|Cb! -֢8{PIGxc%xS7}_݈Sr>9ce$oH7S'ŖS 2Zzb6Cߴeopj\EdEh̖WBYa7Q^ƍPanD>K[j!WSSFqɶ>Qtʽ?p{)%YmC y RR2SS:>H B&?kWIwؐ?oCC)k6/ D!Nt>%U>&J{"ۭD𵟓Xj ~اf:@q(TսTrtޕdnI4ʕҭE-̋tX4*BB lo FٶQ d:ý 0|UT`]|  ]F+ ]bC_?k:x PxrOKNpffb;u^j[xg i ]gvYk']"x5ȱ,ׄ!h&L,䣰h{wN릏 _nzyzvWZpnzDT`IAٮ)K*D (,Ȳh<.F> (.Տ?N#0ڸЯlJ݆w{A5aeV Ong/w~fN:,aB Y1D(#nmJGBkɪ:A_斅 5&o˛*>ղK"5Ps~MGw{nfʱ` ͜4 OwQiY R|F5]KpЋCt])ˢ(hڀ!5!)HjUJ[}`zR92YazCpFr z]U(<ƳC‹~Yj2OKJQ -e 2 I- bSqqb\]omσ%iM&+b,˳t+0!tG654}XA*N6 s\0PB} f~ݭetКIS,p7>VS6L؆_zgDZ^M)\Ƅu]ƩER>`%_(g-.pirCk؀m.faufQk(;-xzrbnY`&zSUOFjA`(+QTMZ.:R:fWժ9 ,$ +5WU$}k?)|)HA s~1."5dK wja.{K 6Z#'6AwJY%6;8_5upNoWF-T8Q s]=}t}!I P3[!.Lj U@Ox)a?2:$xj 'rRvP³j0-v{l k uj]q|+J+:*4!e|HׁjM_-N~X&v*jd $CR"6  ] QZ:NEeaFFB SynwR1XYvrcY%-4kdbT\!Y3CZ qdD0Q`j ƹ|iEKS꣕DA葲(B$\A`_/xMKxᨵYRcΎh9Qni=;O"jcQ7Wۼ? oeac)?q('[ v}ȟ )qLR-\m8vW6H|F2%㜿i[qDE`#7Q~^iwWKm\dЄ;eqi6Tbb6y?5m"ʎ \DeǤHdQ'z(cds:04gjBßd4' c3?;Xî صGEH ~9@Ǥ6C cX@%RNً`Îi WkU33DÅa&X⩝1A]8ƜI!TZ[zL ;cZJzrד%-dj]ե?g[nPVZwHten9 UɡL~(عؗ*; qD"; \,8?$ؗwOiKV,1r3r9!%x앋7cift" Jp,odj+Lp7|d!݄ AcEYvdz r"6?d>$zm< j1~Mx]ƨDjw[şB'qH-t83OKAT%@)Cq25ΒxjGDsEmwo(;ՓM)GR:5CbZ?%[QT BPKY;^Sh+cJe(༹@%"5^BRE, @U@-~̜^P3أ= &t]Bn 'pq/ @*cf$jUJ3s(Bd2qwu60R*֭=\Is[~@}f;#?$[R~jYƩeު1Cc8=k(U ;G\uf 7q@uI8 .l8qxBBv,pQ'֮A/ A-내]A'uW0%~ȗF-2_ɥ9cf4iG{04YIRrj(:$>|zք+RP֡h *ԂHCiqCȕkU윛Ź"TMB1_oLo{iU;PO$ڲ8i|qW@ٺ 9V+()`}j|yd}اYy/mi$9Pe-Ama\?DOEvH ^nn=O%)68 ۤJ% Ƃ|OT!ZcA\<[bB[Oz'=hi s=3\IexJ#^o?P) GYdām}-m =d+W6[r=yE)H&.P\R2Ŝ\sT DDAݭT`_˟LdqWt (j l-Ջ3$!.K!nL,4Ҁ'r܅YgH8??Q4*$H<ʱo![+k(]fM7Jѷᙟ)$_,*=\sˣ$'ZJh 1F >zTQCS6d붚 7 :~eD%%^ևi(CXYG z#ԽӷBtݘ4*PUr.\PnpM(ܭ!|=v*;&mgMG1KA0ҡc|Ľ=^z{ȼn0]PLo&,9zw=a %z5(*CFY)oªs9!cc> ;!,v|S\416PQdA씽4ٝ ž?}m8L]K.,a!۵Ʌ9>fxH j6 |wGIgCM'\~= s{eV<.-jL~g}Wo;X __vn6B|D_Y4G[ĥQAӔC pWf) ~%1q<|'ZN3VUMl:mkL(VQإ4L7%v^r]w$w*HghrSCI1VzutQyf 9m*-HnQsH$a6Xm)Y}wzLz>yb%ȐiG+`ʿD4ɸM S":BWc=<w ]pN^KKg(*M kMf.a4¦D-iB 2t覚4 ԡm|4qW\ 5ws)o/jC )Tr[ʮ 3KD䀅Q:?R`ğPyyhd_3/R4WbrMŊP]c]'\⺍SG%X.BTsP tOdp8Fb2U8pY+9N亝:,iEj8Ѳ~%r zIAoc mUO~U8lBhKd/#QM21$/p„>ء| zVglŠmynM S2r$sLm |K&Gʪ)`w'| @?yP%y ֿ(B ^1;HOo"'$ʑ`Ƿgf oop1CbG;'J‘@KSZj"!z(y60dy5@+Mm,EΎo]Px/%*ά~`h"ҟ@l &d9|MռWHć?p$]$p;Q]Cz(.{ Īkw.hM93Kq_Q窨NPncFDu~I?*^&wVnCq.arاp4Vr~_6/ ;JC_'BUKpFQpN.2_*}]E)3Yez.3 +U wN" h3,)-Ujۋrfϔlp-WwB%F#) :Nk)Y+OnvTW.A kڛʓ`I&ӹ+PRD.X9U4 3Cj<Q B<,`{`.vPtEe}r" 5xcKR>R2J] aZ=^-r5ϼq۞c |m[R+zUkK2a6T}ttuWy[U&,!hN̰ %ܜt4l:c0݄7b8OW[YY46z+X`bS0n9gGbo"^Ig 2nS!@[;#c[;))."FV C $]WF#@_0]mm7g]AvH}\ ̋j(?YԸZ϶W QRS{? ^V3ϸFi4~ʲ? mQYBY_ hWiX%+{KnJGA#UGgX8JdB*31npɤ2(DFg'ȯ zI%3 ??r((JNOD o%بvosqfÈjaMR֖õY )T+YlXT!='uMHK9m-Q"XT:姡Q^GOhp=)YUl>`Ov~-Q! sN-i5`(~7;nC]""y8`UoM΂igG̜@Ϳ& E#]7k;H.WF$GVXFUPFețiMdGHu ĥf=;uˀl.EhcBe V#VA7u+JL-fHz3Ț6])xϾZ_FN[ȃ*R)< IR?((Ɖ&=^sRE#-|ǓD!aKQ'OC~Mtj5-TmB8*i^<,>;C岿D6ڛ(&"t]hְp-Az3;K.giU&%ig0P8zЍ//wn-(R$xN_m㺠1}^DŽ:}G:Ӗwf>Zg;$ pF*v~M/Q!OL(5Djj 4ϒum*㾹OiYe\37phgH2RI$NWI%;(^Fqn/8y])1[JPQ!`TJ,198UVAw `~JG/YYsiֈ0nctz7EF \Jן!J!3uXc,BP,ZK}kECtRxP7J]BeպV>A1'.D}h(hM_u]b|}ajlQ u}m8" af]" ']TIZHtk   T\;2M[FMs@ hmɼk)#1Z4p!Uh t 1ҝЬ$kFȚ5PQŹeJr3</ ay+!-CM컳<Ep%*.t+֚Yˤm⾧xͫ 6+SP:h,V),Nuf`ՀZO5~wOy囫91 ţ$ T.tH_A@B&?qӄ69U|mIM"s1)E[|]U"./Ɩ,v׾Irh ~ cwW-r[8<тJesP)i$l 7?' 3aތNgb^fU? ;j0Cݏ@~ZǠўMD Bک*%,'B(&;Wjo!XB2JAzYSRo}ivn4 ,V*߰x0h|D( 3SL1ZX.҉͂G=f^(#wYiewJ|eBvy\y W0M>e"R_O@Z{Y+scDdKe7$ߺg\ϋ K +"m#0.3|Ode_3S/{&G}^@\y2eT'!B)US96q2?xc`"_hpVa)SG84H(jMZ)pZ$><kS௢fȶFZ /+=FӺ14 =K놡.|ELnh[$ ̓(E"Ӈv@_8:dGE}=sN@r-i\Śٛ [N|LhTfSPLA ~P_:K/4M I'Ž`z;NYfk(]=ZWu[@HEئyb|qp)`hx4i|EQ}X` &,e`z-쟮؎p|> Üf+$HůC+Fp 9QVs+hFǁȉn$hfw꣟;.X+q :T1TX,M Q4`t)_0c /x<ڞ=G1_RPG`P9xT ̏0ō=~CEL %XM$M5(Z0K|^4(#^zC |f_Wl{G$)QeojnR҄ct^V5yMnGH)&$^&xW<C_੪n4 x:4-,ّ!n Ib :mcU ?tJ L䚉s`fh&IoLr7%@r@D"y^}-4ElAo"&5=sNҷהp%پz?N*#T@œ~6#J)AKl]^A|o#W_+^}MuP2MLyUk~T+C؋ktTd<J%^v鐿-^ B pT#ߦy;ÒZ/(\=M%ֺ\8ƠwXТ$3崇p^ U9 笔>7soV_N-pMb_QOI'=/s}m%9:}pEL '~6B=iD$?McjnSV[%vj&YW,=з\BkKB@S8kS +:酭шzy񂹽,ggz{ Hn\[,eGe1 2bJ(چK5"@8k[Wed'ԺV ҅ho 0}N:ik2(Oo/rծ\2?kH` VJyjǭY6'P?]DIٍ((wg>M7+V3EÈf*8r>k>u#ZL ]2tCg$&{h6Ps;SbɽrWzBES$XAOngc8pFY` ;3׃{ƻ1+NLkAn"Rjʭ DەT,@tS]'n nY VI?A``IȾEMxPΏլ'JN4K1Z_A ]3[q*e0V?\Gpd;ۙ- WD&?A3{|0 ʼnt:}mwU4t׊H@Ǥ~^艃iqfm.Zr/(!`aLp'-7`eҒpBּ\SȝX{zɿ*VC t{xfu}AN)atyPϊhG*bRwF?Є{o 2+TSOа]i=>.gz/Π 4_:'<:}#BKe/jPqPIC+h{KW$e;Dԅpa .3G,# \gw ?q`[yH+fGЪ:b;#AkC?lT~]p}KgoE0TzE[`?dǵ{9 &n!S؛AQ"KğZCwPi|a U{+u@%?=T=ä||(,a. *2itR #(\q("q"A>~~3mɷm(J (Tg9h1 iɡܪqɸxr"{M}B8\}TbIEnLV<6|bGF٦8.vGI'YR0$FLۜe֭0H1Gr"ĵfN\SPiGs)$Qw /$ԸNvDSht*gtJ)hAEfNɜ`; w6R{Ze`zls]>V@ZeC03Z>6ĺ ă8!j%QXRڗ,fOG~'{R_|Y#0\&j[W dcShWSair};v8xwP. ا-6VzL+3Mpq@5(K!V5 ~[o&r-O0+4\NbaQL4FG#~fop 6kF5VEDMPgmy1e݊:*[Ilqsnڊ\<0ۉTHjVfOٝ'z6s$0Je:$$!%9#v+`9/պp1q(0|o<ƚ;Yo7:zeL(_vQ Nj@+EDU[u3NZ|<{ | g&T>f_ѓ3urޚQ> 3`kzWaHCQ U&tUbIxuAd巗-kTޢ$߀D=9a"v~& ҥM:_mƻ3Y%C\@,<_sR]GO㪉Vq~~ |QN4dҌȬG:M*oJ9 QgC4\2C~9&^+5D<. ;wzdקzXո}@wjp ߬`ulUO9rR\ǂ?coԵI = %X/=,{հ)DjTtZK'b3ῼ&=]; Hi󗏰\a%.a|jK;!Pr;w:+L;ϢӢLP;μ`9{UQEGWj_Vy=P <[j}fa5P[]3Frvoxm[-|Be腰'|XYzg*--hҿPW2͋+Pu{"1v |>BS[c/.m̆`z\ꮨ&5,:IY/at*xktgc^Z(fv [62gxh[o?4 \(F+E|ٖRN4x2&7\FQ`߷㔛xj Je(w9CRp?SMMu]==(l5PUy`[Z*UVL5^/s Y:jHK=ҟ/ I3#m-H58 8Y~(z x-t z/',6O}jpL*%')X)@dzjʚ%?oI4. F3[GG*N@axHjug kHFb aJ6 ´&_Z#N7 r'vLcmL l\bd̀.{`6H`[uБR@1?3v1~ȗ]䯹Ch^է4xO1˕+g_[ZzT,`*p^*RAfxg?dIcߙ Q~1a~Ȃ'oxis$h^{>dRbK_rr!rl9Cy)b& ҧѼlA(/Ms-X+-m퀥7Y E]A6.7q8h[$^mv+r`t_ʢTccMr>%V!ArB Oy&f _ q˃6[RB^mjAcD(3=V6|7.wInƂb|@o,c!"Y,s i#q٫P_e*Pj+^ <5V ?rzy y}U:0Z x,XFVm3 uO]eLЇ(9oxyZ֣j&qUtUq$E>`.Y1ܽV?8eWdI(=&.}83++_1ݴ.*5jCIP\E,akjS~Ixtk)74J+cd%!دqvűn*'Bh I M#@~L93#I:QE9V;o EH~(e-7ăd +/nu|h2?D~:9KC4׍&Z,z1Zp!wFPd`PG;Z;&E޴d|pSi4{8<:j:STJuGߝ' XސcB{`0B0p'EdIPsO~ĬFdTT9-H:ͥmR3[#nߡ41/5Ix_5M`~lZ[Ӈ]&ս5=aS@W~BNCrPJj@f$Q@gz}ѵٲR',0; Z68i$q0O7QQp갢Z*uf:_`|.T]8Ss ,6R'BN*0tVXR쇈=qE0AJ.G霱O/~=eݙɗ$8#YxW[%`^B 2Z@-eB:P2 6zpG6m V?.z΄3@׵(2^-*sóOAD6F{)M'r,*o##!d`]>j^h̦Y{:p.-Zp)1dt:ӖG_RY>DJQAxADΤTJV0k҃ f2vؗeϳV~"LJ~''uFϐ뼇aC) FQ OkT}$ Za- 㯫9!: q̆U;RY@='F>aؐzqW>Z QDb-lG~'`օH$Ԅw! pI=SjmpkG!yx QI}I> +:5/Uj".Ny $pPEǦPu'q@j9S6eg YP[e8Dɨ셥,[Z3YZqzL'+A()4|f-_W-pwGO"mƚ uO&e^;vA̪Ft~ϰY*GBDLF)3@AZq *^22p!A_'q9e){7J[R;=^nS m>r/z9R!z*nZ (cr"?2?" =Zv;ʩ(( wlҥtL\ѩ"םjcwAiN0Ak6DɠJ♲2Ώnf|˛GgqXjR*ZS#Ȯb$H΃o][] raV v-F{(*ע0[nht]U/PE[{s>dsEH'9r@ɿ4-.2E0`Al@11 2^3_C 7&w{3>o`%e`nY)*"ZSg<ÂkxIɸ{5aG,-‹kԝ<(hZq&}匚4S593'19'5[6Րx=ŋ͝[lSJ%-:=t_I9:7Bac~(+5<8#q e=աk/\jqv~") B0H ] ~ĉ*^:c+#N#Xu9i%2Ե۰P?_uq{3#|J8VDqW'[0O0TbƷvb0aTpmOp'aJ!ax \ҹ=AdCKYa)rC2 5%Lou8vk MJ6X s^ /'CLiBsk|rPB" FtMj?;A/c (*n6+?>U%{| t:DɆHdШ)ɏ,};|"PW!r)꽊́׺:^ZBismRf Aө;NΜw& '4E Ή[HhUSqGt b[ f!9o?Z0n:#G(8b};uەl!ҿB!\Ty oiqNE/{yįk@\g4ӐBhvWlBkt&>W8TJgR*Z? t{Q 53AIh=4Csw3tXG31wFC[&^i. w:S"b8sQе`N&?K7 ѧ8=Po)2cIIF4؏W[Q<_WLٰq;ŏgq:* צ^slZ %ۣ'D\V5IvÔҠ8ND\\۲ϭҖ>ȸIW7jmF[gA.΋v A%X.G}*\ =k XpV҉EuG' %`bM3n=!8̃kjxp9m .7. cMt:QqK|Ɋ6wy[tNd$EM Ma2*hŬ>FFwq1F-VrL_l+b4[:S9WdvE"i!ܶLTſ-@j0KTyDnpR`dᘢ &zVOM?z'Pwpԓ)e;f3:{\672ʋn2vRgˈt=-9p#Ae H^v-$߂N8ƫ@ez^aLYH5tgKE2]JfCn[D28sI5&8߭_xˣH^KŎ5,^` &d$lH|2,HHEPEVt f,̈́؀8癆63)z񇺄 'zk>mdzs=l8e~KYU(+qwddfYOcng/ZYVMu:F OF-DϾT5= [̜B6 f`Y7NO'S_'FR>\`,wW41ߪ}o+hwK,)+A| *<ьb;y߰HH o.&7ޢ8 6F'mWϰx?g恒0RK6uT;.?h'xȗ 1tjˆHM0 WGQAu.^f)x 'Dh ٵy)+7HfDxm45@*jViOTͼ ]VQ}L: c%h+*qhz,hsb/2kPfyؔwD0e`LT:Y(toEZFdN;(`q$}7@8}q#PCG_1 ́wMMtsDX=뙧΀ @k;0s 8RdX#$A؎nOL2ߟ(\rxeXܣ{uP&׻ e݆25V|@(?gȤec|iPzlF:/C@]o]XHVd_C`=e e57|p 'ǏZ!BJO;Ԋ XBIS=gMvQX8T$,TPM0R0 8\\EWeʿf;îd>t_WbfM dJ͜`_TR6T  GOv~ Z5/*AmFu@\xF !+J>Fbe&zd8"`i bSC]I= q2pHr|̀ƦU4"BMfqS<C@x-O(cnS!y?#gBh;< 3G+h!lJ rߛtx|‰{U?y;gbOa?QRZ4"a?"ݮsO$^LʩxsLXnb^O/S v,m+3>(kU6qY1ss0|EM6'#r14%^NA*ikF s'|d NCg0(icHj 8C|>%|A%9m}P1Hm1 t$f Q ٝӾ^Z1*u# > O{9]ݳɗL<9 KOmhKUk񛰆Ee)ʺY] h,콕r쿿)%޴گQ#GP?˷ޒy56@fA)4v>,u,Ս$2i6A:rOaf;kC&kb5Z@szywhС8;Н7`1v'0<ͫ] 1Ɩպa֟vpE6 ;LӺW F3)Բ.n"t? x%%YcR\`B!"5JQnI}*Ҽ!aOj ]7ݫSm;H3s@)757]@NkjՒkmb!I2'P:ߩ̶ݒP)`oP6B>\-Hv yeD 28i GdvbkNxz#zn08ͺV4W"><-'+$3Υ-qjog`|D!L3F-lP%Z8ddLϼ);(B?X,%CV ̽b8͜naf{x3Jc8 }11Zea%?"nYXU'}Ya%nfw|Zad(ƒB3xPLd̮IMިd@*CR2!ӝd;rV(D}%?f4A`.\S3-~t V5``왾is-%N:C6λmbv4i >Y>!9s{qURԲ!ʼnB L'hN[Hj\ t$gh9TΡ=ow5Ŋwm\ -ekDIlPȩuC;mud< Й%+RfoxpVQZ3v5}@b'7)[#sqN=6Vw-N-'VΠ'_Xai g!,%h kwUXF&,Q#YLrc*q+r3EH-=(g#kcGfcZEhb;?@f;Z 7R=i[:c=H[ƦUЁ^r{bن[3F3E[QK vhUcOe^:F|o|e7+ )RZTy2`Aq2=]kAu)X˞yѕ1c tC2cI:~:ӗ9O4a6-<{?Vd@H䝏-wuq3e(w%=ix E^ʼ0o! FZ-gd:t0@u[kn|Keji'YAp fjL&UƘA>F%ڧ7),aHٿJf8Adk\G;"yO{cef ER+>'aXr2A\#ّ͈%En6% ZWcg [4rd-[V-:1[o$m%/)&fuab8V$ZlT"(!w3|[eItޑh٣2xeL># Q-/ ڵ+Gȫ;qjyLg/ |w1jna؁C!7tn.ti ؉8!^vA/|P CE!9*wɗu'[tjӜ1#Οlg5{z[iP#_9,Qe>0k_}MY^\/n'$A*xx!CS5M9塶d_'AUUE;58[|5|zpR͉-\Eɕ*Bkwh-_CUpJJ[\/Sak 8BXaG%&MNՒÊdhC6m.[{1WO{*e@hM >XՙCqha~%KCL,?Dd],XnFݪC8p>k2 ːp7!Nք${-s];8r/u jɡ_U+h{'4?t[)dR0%xi ?2}QΊ19I|ShyQ!Nv\׿@aDeݞig^?q)s Y()]@1ȼ :W1Qwg45yV,xbȦ;*Pke9-JIZ :7^4~/+yB 3_ty\MgĐIJع&B (F>ǐ2*ci? '9=:ӡ (%/َ2=?ePIkаdǬz 5z@B* rmV"RnTSİϝBcjEU84 ]36%@wnoZL\]F9Fsƙ_3TZu4{Y=ɬ^}S`#dV-N\aը5oۡS Q@bCLǕaNr*8dQp8Bai_Gx:j+oX4ҏKG[tOߵ+ժ-P~XGu˙^Kj6w1;"fA}LBM6ðd1;'Ο,Oܵ2ls{M^ʘ\LN4 8کS!Cz"OAc: )?wuGvJ%>OTӛkf]%a84s$6g)*w~pu#\5C o7цLWyth7:ິzk&wr)eèC4]HW <*#w>@4k'gٜZcxrjY{FuC5B:?73v:pRX#HWOz{h Jgw`ř/nPCOO_35R·C'F*_HZm]@udt zU<.↘lti:'ftGdt(q0}u_hc&e! ):匑ȏe $.e h#@: `AnV!H1}R8[Salt"=L]ݝQ>qr] yG?Db)-1 Cч,1~E~y%WHA);[?^)|yxx 0e+Um4cҰ]jٷbBAϪ=6VA-MBLAEh a+OGK|մ,REt.KA.u V8biqMTYLj@A0Kf䤤1tD>.oNdzI$-*S~fjf'Tva -YB DV%ɑ:Ibdj ^DO6:WujؙJLf^ b6Eу0 bӉc^Eb/۸ 1d6~yp;]"Č׸-@Dzֵ/qٻg|ah0NV dp<m_זAzixa h9bǕ;#K)}?C_N։XB6o7\N~i. qyoO>H7̩Qctrq\ 1%r5=Jf4XI pxU}ڹWPxz'[ġ0`WX|[fiR7*Cc姝q3Cfą<%.m{颇"O>CD5*sBk}|M3scx6A_4LLXَg,ڙځ Df Xa5Jas*p+ּBvݨ) *E;>(^^r:<ǣhd|"4uD:'+*qO",-U5~VS;gΔ3NeIm,!d*_2LD7̤$ށe&h$=wR2W 4OvWd!.>\%S[PɆ(Nz3P= &s*^P4>WftbLT|ˈجQ+߰-cçvk ? |:P$;QvQQQ_`Z9 +Bk:"-%g_~QgC\״I&F"Zqʣ_VJt0 "H%P/䤕[dPn rʜ-|f=zed˭+G jbxPFDҔlVHkA9ik=eΰ:G=8Vdq)Vb6@:_E4slȝ~?>p ԭ>WTxPR`H Dh7"o>` 4tUXrUpVIVd>.q6]-I ,cLr\_ zїDISoS^J=iY}`nS^\s[u׃[Dž՚WakdoY}(Ҋz\Λz:%&"VؠNW2;(C|͂3eI$Chݏlj>K_YHGR^^Y5z!tY|]_H9#2zH<:Lt5k[mƑ;iS4ŏtX^_D^P?z*%4]D9|=,@VL$Ez 6!E;Nn#Ld]k7^rru Q:aNnk.XM3:qڬ2<51Bvau ȘK!؞\gD'Y-i{ qTs\TmlM~z̈+bTÍÂ~v /2OivOt4cyJ<=# 'h߀Jl>OtI]iYnhP|[5á]0iwdݙoZ t1]7t;ddǷ9gqQHy]szq ~n֝SS9xY>a @)`m~P-C<-L,vhT/lB\>y%R]PIʖHvɰq[ǥ#/Dht?20jqJ=j$ƢegX˜G!g[\=ZRm_S1|C%:*fR T^ kQc?wuLdJa2g t Shv[ק gtPfTU h Y;zhGTKEøZ:/iXFbFW'7+Y8\,YxEc:"͙v=ef3i'()||@$aęa#yCa_ߗõ7o= Vb"=.B2A[/s|@ z+pSkG\XJ:r-!MPF&_>7 K7Y%e3FlS bf>"0q&ZNg ),*JMΖ52QmvtyV3#IdW8(v{4a47I+ǐ" 4+(pe2%duD*cl#Taǀ 'a #4كף E[n M;2e.HT%a.^qVԤ~[ܫY؞, #]Lr.RPcmVN=vr=RZ*x2?*kbM{t\5 h|&$!6sB"98IP,u 4>})O[}O.{Tq}HI?*Ov0gH;H{u8ʗE #R%ncb̓fZ -ݐ_{9gSԶŋvל_Bi7?7XIZ.쯦+]h^n`9a;xd3HG #r7( a[ƀ -ς~K']#lhcYNLXҝW.3)P[E3>+?r`OOLZ~gڐtR |AOyh=G;ޗ>2fSb$3EK*64{排6u:ferNtg&ס탤$# 0XO6{'u$Cd1[~.N  |zE2;v"@HhUR>ޛyK@R^)ZV qs݊gknͧ$qYʱױ8QN%>4y`jރZ 5TCqK|(+c.a>MM3Ifwrn>nH<~ܮ Yx20jןMG= b@TJi(l5tGP=(][1SQ:#^^0t@Uk Uf}G ԢkWt5#( FR >_u ~.x`rWcpokJ YG]bU)9һg~^{ZY;{|)uHG8.oEHTXWDy}9 !mi8(>Gʒ,\fL؎7ԝT۷l-SdPP34u{It;D,1la5_>2E~pPA\lFm5Ia d7[ݒ+@m L#yڳ6?X57ߜ9lz@9TI>YhBˀ &CtWw2Z!2U,f3%QOLmf v'^m~<߽͖"gG :K &BNdMO1)_F=k,+WՕF°l2[0nW%Yfo9=MߴN2Vg-R@z24`R` ӊ}źB7(~sr+~B 1ۧm _r2%e[1MfAu~ܓ#('a!qOH` 0^G&Sᐛ>Ԧ MGMVhhZ~co-uRUȣ(iPM?Fe+V_Qf$۳dVi*_\[S $@/-B {asi.ń$C 'gckAh3?L!,4Vd/'3y`~ 5FKWX@ʈ}LH7l=$ZwOjRPfs_`QOf떼Mi6`!$"WQXܯ{%j̛ G3dNA]"foeѪG|f+hrU5^% h*KBTĒ~^*t\F$b>*'778g (_6 Q_~t\ݒeRHάW&Өu j@Ꙍt W,.toUz^eA/\14GI"v>HXPNg^Kî ..˾KP"1RvyjJߩBy#^N* EEIjSvi/ > ?_սTa7j{6cyxjّ`.R ڏ7Wat٪vVCR:"KKY8#(>~(sRgiV(8@ Ss_qj !o31ƉF׍,)*ʮE|vڰ+ J_.'&`^R]]&)m4'vPRA`о?̌2lLKIkw*X.RG)7#DUr6IT6~+V8z7 UMo|PB\ 0+y:d( R[)r0!֣GyRhP's/mk0gUX;vV "J"cԎ o2 E:2eT%;t]؏>aW'yLה=1l3膀i\@жky+?G fs[vrjVĎFĞ\%RZ>z5Db>e0qg9ȽxY|ýLۨ2Brܦ914ً ,/lI.gHÄYlV6w"h?_3w!V٧jYW |oT}=>% {+_R|!J*H#(R-%e݃hm*,|tْq!,/f&rmO/e< ƴo $ۛ.A`:$29i(}\AۖMS3'zw{aJB: ^ E wθQ!.MOc 'DXwY[5E[Nb.4cW\k'$IH' 7O6:1x5rKӅ#g iL@͚e ./B}-& }Wlw}3!^ىpuRp=lٚP]*cOdtU,S U!vmE:9ϧJGNk6-h{!N4rieLW8S$ 6uW/U,fOLv-p 1qyѸ-ٮLoH;-@'t:F+jA 5(kA 9&Vy rSeYy $̎BЕݗ]3 bGi=:nVu^D34ȋU}MV!?dFW:*v.J7&r%xÉdB ה+߼g4B>NC34qۏ}R?tzJ5>hl 3u`gA(lΔ?ƿ߬,pv8\gP^azNKۓV"թg[ƽ?KjRL=єgK _(dphYIBETdVUm]ҾZp/pjnwG(];ƇY3lȟ&hȔd[!̒LP+1/)z)e(Df"cra=7|%MP!TWE1;Okg=FՒSg8qm?;+#SQ|ϕ[Sg8r0La^yH'Hqvsֈ`N بHjG_L#{IUHcy0o-^ল՘\⦤d郴 EăF`~sl@KBbqL)'Mene%-ZA#k%]3^a(= eWeU7v",t2OJWjJSDN+ +ǻHo̴;baݷ;V dG\7f3`у & 58P8lrPlS?~~iHzʓ8(_@JCmd TrK[I[h:`3;1/+b,fc?h-<<O0 -E_}.K$ 3T_ -t֐ IR\ 8j{.(nEyE$A+s@ 3 SֵK BQzQyEd=,1pSAji0My2\Z@.P(`ڢzo&odž0ˈٺeMgJAofՔ6VKEcX`,0ǫQyON6%☾Ow<)+}(e {ceL< KfHLϫha{yd1Ϸ&7;5"S4s>}^V ëMR4MC*a ȊU.2DI 6%=PY3Z`]a0ӎrټ3:, 򻿃9>lYL)8EIXF$^<&n|Q7ıQ HިAf O@Ǵj \og&JԢj'1]T:q]v('J~ad*\eT٣vX,|3n<OOƠJÆҕ|~Yxat/G'}컑&d^yYw:NICx̘3+_7QO_;}c:JFlu`[w m!C5|},eCGt`eE߷{6Av}ζ!/ o -4 pLR{g%[Тqsv-$*,AKdqc<<,"Cyy#T$1p93J<LG.l? ȏ<>mRJR5-RƏ(<~K.J?f<,¶MѰ‰UG8(B.PD B$"tsK#Ա^~0(jOJlǍ$V $Z]Dh $ްVKUui|υ88&f73ŽG7~~ z/ e 겱(hz4MXVFE[_䛩7j;`0a$6ԁK \!qV+2qN  {L#߀Ҋ/03VpȾ a6X3nN4zwirg>D/VB#~tl/gvrN7K;#\a~U:I&ֺ>Xh}דDʺ*aTkvZZ% /Ew]2ʑֽӪ\ Ѳ>Z'[{v@\fS>UMnmΫSHd!u-)R[G3~^ȕ8V??czf2J*Oea-O{M\eV ȢSU&W1n`BDPA b9lGzg-34p=j\{+'FtH]95"s]`#y!82 %%)rnZ2JVVaS3Hp3MrW6 wcxweC)Abj]\:"BŵO`Pˢ9fܴa&yS'e6(s/HgFQ00CJ]"R56V깤a1dS6ۨ k[g,ӏneT srJ;? jט?geBQ?Q744`: c|; .Kk.SZzhxUݭNBaϝ qC@ Z ؋@bt7 H8a͠m'x0Pݭqӝ >~T_>YlD#j__YJ3ױv%] +Bkis:O0Jvgu:ˣ㌨WVV3$F0Wv]dcajzy<)䚼`nϹ9ӗ3TA~iP=Yܸ'IY40uq>+ǥZ}%aN4I݅T$G~I˸=l$Sru6.^3o8L}_aC{$ @ ا] #C;X,߬,ˏv'zC{1ry,Y 0T\vE/kX98pjK^fcV2F %g=vtwӏ&\ ?9>0=L@ݼvN6A]tFY<h$ |qkvZ|j6\S=Q5\d*ٜ klkXm;@boq@gLj2FܬɔL]lO\% B յ~~sZyaeTd 3KZH7'@*#HDxǔ{L6Ųab[+6V$_s'4okVw .!$dBśE4u9]gܟX@k't!g/hKlNr"!R\se[? 5t k{pdM.[pyK|oz7ԙRкa[H{u Ps,]t n'v稗.p#3(u}B Ե|#Efv|}0>e g_[]ݨ%zՙ)$#һM$ +/%akLV,&2Kޥ[06GszN谟'%ؗ*9HOX>ٜrlA0X| 7x$;x<, /j%lL=Ȁ|b[-!L3AĴo !fH>N^?_'5;x0.Sj*hT/g+g26NtwW;Is>aАLN,10>wZ '2(F?)ߥgڏ%=UyϓKK 0O @:'GZ_h}Ջ:08#;fZ!lּ}DHfQĄJwSBNZInH8PUdDGxei)!^EdPvDܣ{0;8}S)<G`b[23F1 -~{C֒Jo4AwD:aDa8ۙ[T=5gH7"'-9I~^͸M$6 }ܵa ;y$IȒV4e]\аǥ*{L:q))W>Ocln~,(IyEt[WKN mƕ~A D3ZH)<*cA" =?}n At} YZ