libostree-2021.6-150400.1.13 >  A bwp9|ѕ2dFڶ\82|]5V` .]LG\9Z>2+K4SVc\~5Okr " |U[d\GunKFX]ɻ:0!:8כnyEH2dGva [S f-PM'9e"V;B9D[/%OAz>(=2'W>_gp,V3FrA*+,j1OYktSv(}96y"0Ls ܤyYLÔ!~ P{2Mߨv >pI?d   A 6Z`h^H4H H TH tH -H .TH/tH0H2D2lH33848;8(< 8<(09<0:@0=4><?D@LBTF[GpHHHIHXYZ4[8\@H]`H^bcSdefluHv wHxHyUzpClibostree2021.6150400.1.13Git 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.bwyibs-arm-3 SUSE Linux Enterprise 15SUSE LLC LGPL-2.0-or-laterhttps://www.suse.com/Development/Libraries/C and C++https://github.com/ostreedev/ostreelinuxaarch64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in ostree-prepare-root.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in ostree-remount.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in ostree-prepare-root.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in ostree-remount.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/ostree-tmpfiles.conf || : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable ostree-prepare-root.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop ostree-prepare-root.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable ostree-remount.service.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop ostree-remount.service.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in ostree-prepare-root.service ; do sysv_service="${service%.*}" rm "/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  x `hc'C2^3yf z%4eM~Mw*Cz` piA큤AAA큤A큤A큤A큤AA큤bwpbwpbwrbwrbwpbwpbwqbwrbwqbwrbwrbwrbwqbwqbwqbwqbwpbwpbwsbwsbwpbwtabwtabwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwpbwp6dc89b0b54869585bb6f8aac591a4b7dd7170eb498309ccbd576959015cd871197ce113d118aff554b6aee4a7d2a306b98de32ddcbdd8a02c925a36e7a8dafdc10e0ab539b154eb8fac585c4323124b49410beb19d999ddf4a65cd75dfe4b801ba453730d930b63b108fc2fac40b62539c89099858cfa23271df5fbcf237410ed8a29f2711a228338d577e15ab1f75786f7424127579c8ca054f28c41c9643bc6643a8baf6186461770f8d1cb5b789ed99f89f42583cd925cf4f4d0f7b1a6175f3cb234012c0bf49063bf723e086bb0f793f4ce9665f3e60c52af1070d83bb45bce5f39ee4620420d929b3bd7bdcedf02a7696f0057e77b876f048dc0353faabce3b467bb7188986d5fa9076854a7dd5a5a52cbe2abf7b123a34a389db0c681ea1a29fa27d8b805c7394cac16bb17ef4223d43617c7fd39bdadf89892feb25d334d19887bf2f3d6b921e0bf7621147232cfece23c2b85a8953f7102897557b47a32a02329ea14b93621cb783553bf68c5b525b9dda290460a81bbc7bc87706cd5332d3642ab71de554fd51e9b7bc4630407ea67eb11460c45e172bcaf1096cabfa066ee4bd2991b42da146b3bf0e93c687a1d944461f44e0190064791c5ddb397ff84f8acbb47bd3862cdfb8a84cceb25c58b8747dbe590e00080c2f718faf3fb7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c170daa2e39c1a2bfb5a042bf8e65e1a37e307a8c43c40b834d661d49d1f8845b4a03d6dc7f204cd418c51a45305ed9edf60c5966b82f35107021149d86049cf9222799325737ab7e07fbaaff74ab4448b80683755f401dd202b7cc2a176561a8b0b457c64253ccc77720c2242ee005b17578fd2fda1d388624014a21be13bb54a63fbc378b9cd48c2d47e49fff188b3daf9f043df972cfbdff410a164f857dc80d0cff30a7a2c8c261fe5136eda8bd8447431b329117d78fae5c1fb33cbb1e410e8b4fe6459f0480ce827ac283247ddbe79a220280f6651fe01394c2a68e242fedcb8c472e6a2daccbbd15223f427b08dd798288c25a62d68bd0fa9e0e53ff3458df37b4af90724b8c308946d312c019c14b4aa89cf10cd80165e98b240ec29f40a757e4904032dd2220c0a0d241aca69336015cf93ddc2c7ec457f85909f82376a31e5b06fc5835e16ed604fba5e23171f9cb27b9630214f43e541917fe034bdbc09ea4f72285b311ad1c85c9969c71ccfc7b2cd6b652af587769ace2aa7454042fd0fd125018d464ff1529b236aca463a10ab8950e723db28a51f8b99a4d905ac804853f7a29fbce07550c823a6b5192e840d365b1d2990028bae9972ad2184c6fda0719cf0b3730744cd25a0111c3a6eaf0b2d91e61ebb9467158c203ab194c6f108ed5244099e45c4a86ebfdc8f0b08117c586e749d589317f6d2df04a73d39562f708f972e7571b63c7af6f237bac99eff60c446092dbe5c23974bfe826d38f63a97cd07c5098b0445e1879960bc969a4ea2cad3cc860aeaf42f692dcca17260d5a9b6dcae1bfce40608bc8ec010646cfdbc5e8c44352018d8d294ca82dab340e2a4f2116e394686a6130fa117d2577f78306640b3b85b7d0101c5d5f3ffc3a519103a2a48f2af38959070f654e8bbd64d27144f3f3ec6da3884b9f1fa1432291efaff8fa89dba482065fcd74c29b7fc932659ece523e3d1df6db202ab79eb95b1239f4ae08c4b98ebd6dd7bc87faeba4225c86d1cc4881145b4743f4267bb6e3d3a1c0698d5d573f68394fc4d0b8a791fe5841c505cc6db5576eddc3599b1c2728f2f84f1f0ab5c07a2dda7001450d03776c5a47bfa3d2d9e16f8b5de4d9f4e276161223320f72886bbf0ee2ef791ef5932ba99eba014a05b2bc3d758bcdb9d2985c453576fa9f72522f8d2c778e16ff80aaa7219bb59c346b4c08fd89a0ac12e11f554daf36cec967d5fda4752230b49991773aa0fd8d22f2521cf0e23098242861ef55411f14a8358ccd2e5b8e481543be66d0a941449b2c990e28ec64093dc1b1e2f777f12f1a94bc6bb695a892f04a4eeddb43b3e0d3b6cdc4cb3dbf51a4b65e930f42fd3d3f230b7839b592c761507275669406cd096f3ad686ab596712ea3c7fce3d06f6f5443ff2e04d3f774fa4ec45da9ece10c490cc8044f0627944d84c072b55145fd6677e0a07f8b1fa3e127a653b5cc27610e2243ca667af0adc19d423cbc5e28c970ceb4c43eec2957f836729e33c0fdf30087ce446d65f51cc82a1b1d664e805f4f1a2f1ad5f617cbcd6061840e8584257fb3839095195dc52be7ee8f661532540c0abc7fbbe2ae74b8a0b637318072975fab5ef3350802efc12ba727d04c08227034810fe8e720d400761a64e50f9e7e65fb8fa54eb5bda1027111e94425ced0cc4ea731f217095888dab865340023a63fd9d962f46742b3e469bd448cc867d10ca85efdbdc18568f2ab1ebe99524745c1bb268fb703c2dbe74da018439bc59085567422963171e9d486ac6e6cdfd28be759d005f279c486f07dfc20c3f0c3b886df1bce22cfd056bb9c02f710c6371851bd203568b48469d1e2e1af5bc5f0f7a4caf1447a28219d44b2e59a957faa3e6e970b4513d8f09ce76cbea9951d19ab640010af9d997cc3fb04c90ad96f9e3613d8728c715e0c6bcf7714c731469bbe9cb3ebee2f65d37246febbb3dab0fc1dc12112fb2ac0b6ffb2f9eb02026f293e10ef31ac7234a3f4e64462c78269a9d26ffbe19475fserviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibostree-2021.6-150400.1.13.src.rpmlibostreelibostree(aarch-64)ostree@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/shld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libarchive.so.13()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.27)(64bit)libc.so.6(GLIBC_2.28)(64bit)libfuse.so.2()(64bit)libfuse.so.2(FUSE_2.5)(64bit)libfuse.so.2(FUSE_2.6)(64bit)libfuse.so.2(FUSE_2.9)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libostree-1.so.1()(64bit)libostree-1.so.1(LIBOSTREE_2016.14)(64bit)libostree-1.so.1(LIBOSTREE_2016.3)(64bit)libostree-1.so.1(LIBOSTREE_2016.4)(64bit)libostree-1.so.1(LIBOSTREE_2016.5)(64bit)libostree-1.so.1(LIBOSTREE_2016.7)(64bit)libostree-1.so.1(LIBOSTREE_2016.8)(64bit)libostree-1.so.1(LIBOSTREE_2017.1)(64bit)libostree-1.so.1(LIBOSTREE_2017.10)(64bit)libostree-1.so.1(LIBOSTREE_2017.12)(64bit)libostree-1.so.1(LIBOSTREE_2017.13)(64bit)libostree-1.so.1(LIBOSTREE_2017.15)(64bit)libostree-1.so.1(LIBOSTREE_2017.4)(64bit)libostree-1.so.1(LIBOSTREE_2017.6)(64bit)libostree-1.so.1(LIBOSTREE_2017.7)(64bit)libostree-1.so.1(LIBOSTREE_2018.2)(64bit)libostree-1.so.1(LIBOSTREE_2018.3)(64bit)libostree-1.so.1(LIBOSTREE_2018.5)(64bit)libostree-1.so.1(LIBOSTREE_2018.6)(64bit)libostree-1.so.1(LIBOSTREE_2019.3)(64bit)libostree-1.so.1(LIBOSTREE_2019.4)(64bit)libostree-1.so.1(LIBOSTREE_2020.1)(64bit)libostree-1.so.1(LIBOSTREE_2020.4)(64bit)libostree-1.so.1(LIBOSTREE_2020.7)(64bit)libostree-1.so.1(LIBOSTREE_2020.8)(64bit)libostree-1.so.1(LIBOSTREE_2021.1)(64bit)libostree-1.so.1(LIBOSTREE_2021.4)(64bit)libostree-1.so.1(LIBOSTREE_2021.5)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libsoup-2.4.so.1()(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3aA@_إ@_^@^^^@\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@bjorn.lie@gmail.commliska@suse.czdimstar@opensuse.orgdimstar@opensuse.orgalarrosa@suse.comalarrosa@suse.commliska@suse.czbjorn.lie@gmail.comalarrosa@suse.combjorn.lie@gmail.combjorn.lie@gmail.comluc14n0@linuxmail.orgopensuse-packaging@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgaplazas@suse.comzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgaplazas@suse.comzaitor@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgjengelh@inai.dedimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgopensuse-packaging@opensuse.orgzaitor@opensuse.orgdmacvicar@suse.defcrozat@suse.comfcrozat@suse.comdimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgfcrozat@suse.comdimstar@opensuse.orgdimstar@opensuse.org- Update to version 2021.6: + Most of the fixes are related to warnings highlighted by gcc - fanalyzer static source analysis. + Performance of pruning logic has been improved, avoiding unnecessary trips through redundant serialization. + A regression has been fixed so that ostree is properly behaving again when used from the initramfs, at a point where /sysroot may not be mounted yet. + A race condition related to sysroot.readonly has been addressed by directly setting up sysroot readonly in initramfs. - Changes from version 2020.8 to 2021.5 please see upstreams list https://github.com/ostreedev/ostree/releases - Switch to obs_scm from tar_scm, and use obscpio instead of generated tarball. Also stop autogeneration of .changes, upstream now have proper release notes that should be used. - Use ldconfig_scriptlets macro for post(un) handling for shared library, modernize spec.- Enable LTO (boo#1133120) as it works now.- Update to version 2020.8: + This release mostly contains scalability improvements and bugfixes. + Caching-related HTTP headers are now supported on summaries and signatures, so that they do not have to be re-downloaded if not changed in the meanwhile. + Summaries and delta have been reworked to allow more fine-grained fetching. + Finally, this fixes several bugs related to atomic variables, HTTP timeouts, and 32-bit architectures. - Changes from version 2020.7: + Static deltas can now be signed to more easily support offline verification. + There's now support for multiple initramfs images; the idea here is that one can have a "main" initramfs image and a secondary one which represents local configuration. + The documentation is now moved to https://ostreedev.github.io/ostree/ + Lot of preparatory cleanups to the pull code landed for upcoming work on indexing deltas outside of the summary. + On the bugfix side, the biggest one is a fix for an assertion failure when upgrading from systems before ostree supported devicetree. + Also notable is that ostree no longer hardlinks zero sized files to avoid hitting filesystem maximum link counts. - Changes from version 2020.6: + One notable feature: ostree now supports / and /boot being on the same filesystem. + Other than that it's mostly bugfixes; there is one quite important one for anyone using the readonly=true for /sysroot (which is still just Fedora CoreOS I suspect). + There's some improvements to the GObject Introspection metadata, some (cosmetic) static analyzer fixes, a fix for the immutable bit on s390x, dropping a deprecated bit in the systemd unit file, etc. - Changes from version 2020.5: + This release primarily fixes a regression in 2020.4 where the "readonly sysroot" changes incorrectly left the sysroot read-only on systems that started out with a read-only / (most of them, e.g. Fedora Silverblue/IoT at least). + There's some additions to the pull API to aid flatpak. + There were a few fixes to the man pages, and ostree show now displays the parent commit. + The default dracut config now enables reproducibility. + On the "feature" side, there is a new ostree admin unlock - -transient. We expect this to be a foundation for further support for "live" updates. - Changes from version 2020.4: + By far the biggest change in this release is new ed25519 signing support, powered by libsodium. + stree commit gained a new --base argument, which significantly simplifies constructing "derived" commits, particularly for systems using SELinux. + Handling of the read-only sysroot was reimplemented to run in the initramfs and be more reliable. Enabling the readonly=true flag in the repo config is recommended. + Several bugs were fixed in locking for the temporary "staging" directories OSTree creates, particularly on NFS. + lib: Coerce flags enums to GIR bitfields changed some values to be (correctly) flags - this may show up as incompatible for GObject Introspection consumers (but not C). + A new timestamp-check-from-rev option was added for pulls, which makes downgrade protection more reliable and will be used by Fedora CoreOS. + Several fixes and enhancements were made for "collection" pulls including a new --mirror option. + The ostree commit command learned a new --mode-ro-executables which enforces W^R semantics on all executables. + A new commit metadata key (OSTREE_COMMIT_META_KEY_ARCHITECTURE) was added to help standardize the architecture of the OSTree commit. This could be used on the client side for example to sanity-check that the commit matches the architecture of the machine before deploying.- Stop invalid usage of %_libexecdir: + Use %{_prefix}/lib where appropriate. + Use _systemdgeneratordir for the systemd-generators. + Define _dracutmodulesdir based on dracut.pc. Add BuildRequires(dracut) for this to work.- Update to version 2020.3: * A quick followup to 2020.2, which introduced support for read-only sysroot ended up breaking some of the Fedora CoreOS tests in coreos-assembler which in turn holds back ostree going into FCOS * Now that gap has been closed and more of those tests are being run on the new CI. - Update to version 2020.2: * lib: Fix Since versions for 2020.1 * Post-release version bump * "Brown paper bag" release that actually sets the is_release_build=yes flag and also fixes the Since: on a few new functions. - Update to version 2020.1: * There is now support for making the /sysroot mount point read-only to start. This protects against a lot of accidental damage, and also generalizes and improves the previous special case handling of having /boot read-only. One known issue is that ostree pull is broken with this enabled, and this will be fixed. * Error-handling around GPG verification has had an overhaul. Specifically, libostree now has more specific error codes to distinguish between different verification failures. This should allow apps to have more fine-grained control over how to respond to errors. Do note that the error messages themselves have changed, and we strongly suggest that anyone relying on a specific error message string to migrate to using the API directly. * The original "archive" (split up objects) format didn't make it easy for a client system to know how much data it would be downloading. Later, static deltas were added which addressed this problem, but there are situations in which object fetches still occur. Later then support for optional sizes metadata in commit objects was added but was never really stabilized/publicized. There were also some bugs in it. That is now completed - the sizes data is now stable. and new API was added to read it. * This release adds initial fs-verity support; it doesn't do too much today. Bigger picture it's important to understand that the vision of OSTree is to enable Linux systems that feel like they're "image based" (transactional, versioned updates, no dependency resolution client side), but also to enable things like doing commits on the client side. Today rpm-ostree supports replacing the kernel client side as a first class operation. This is crucially important to make it feel truly like a Linux system that you own. * A small tweak was made to have OSTree create repo structure directories and files (such as objects/ or .lock) with group write permissions. This is useful for managing OSTree remote servers from multiple UIDs. For systems with the default umask of 0022, this should have no effect. * We've extensively reworked CI for the upstream repo. In addition to Travis, testing is now done on top of Fedora CoreOS. Not all tests have been carried over, but expect to see more coming. This rework will also allow us to have more comprehensive tests previously not possible. * Several fixes were made to the test suite to handle the cases of systemd vs no-systemd, and systemd is now advertised in the list of features in ostree --version if present.- Update to version 2019.6: * Nothing major in this release, but there is some bigger stuff outstanding and ready to merge, so this version was released so that work will have time to stabilize. * A few build/CI fixes. A new progress API which will be used by flatpak (and can be used by others). Finally, we also avoid reordering kernel arguments. - Update to version 2019.5: * We discovered that CLang has a static analyzer scan-build; it found some small memory leaks so far, otherwise mostly noise, but we haven't dug through all the errors yet. * Gained a new zipl (s390x bootloader) backend * Install the .hmac files needed for FIPS mode in /boot too * This is also the first release where we switched to using the OpenShift Prow as a merge bot, though a lot more CI work is pending. - Update to version 2019.4: * This is mostly a bugfix release. Notably, the 2019.3 release caused some issues related to the gpg-agent code spewing messages on the terminal. Additionally, Fedora 31 users have hit upon issues with ostree-finalize-staged.service running too late to be able to write back its logs to the journal. This then confused rpm-ostree after reboot, because it looks at the previous boot's journal for this message. * The biggest feature-ish change is support for a partial commit "reason" so that after ostree fsck --delete was used, subsequent ostree fsck will continue to report an error. This should be used by higher level tools that want to do "fsck and repair". It's likely at some point that "fsck and repair" logic will move down into the libostree core as well. * There are ongoing efforts to port Fedora CoreOS to s390x: one fix landed here to add the deployment prefix to BLS entries since it's what the zipl bootloader expected. - Update to version 2019.3: * A lot of changes since the last release. On the feature side, probably the biggest is we've made public the internal API for kernel arguments, which rpm-ostree now uses. * Other things include a new --modern switch for init-fs, better support in pull for downgrade protection, better use of mmap, support for committing archives (tarballs) from stdin, etc. * Finally, libostree now supports being built without GPG, which is an important preparatory piece for introducing an alternative signature system. - Update to version 2019.2: + It's been some time since the last release, so this is a slightly larger one! There's lots of new features, and a few bug fixes. + New features: * A new sysroot.bootloader key was added to be more explicit about which bootloader OSTree should use. Notably a none value is supported, in which OSTree is solely responsible for writing the BLS entries. This can then be used by bootloaders like GRUB2, which now supports BLS natively. * ostree config now supports the unset command to unset a key from the OSTree repo config * ostree remote add now supports the --force flag to replace a remote of the same name if it exists * ostree-prepare-root now logs a structured journal message after finding the deployment to which to pivot. This can be used by higher-level apps like RPM-OSTree to build a history of the deployments the machine was booted into. * The staging API now supports a lockfile which prevents finalization at shutdown. This is intended to be used in systems that need more fine-tuned control between staging a deployment, and setting it as the default deployment on reboot. * ostree static-delta show now prints the From and To commits for which the delta was generated + Bug fixes: * Make looking up collection-refs similar to how regular refs are looked up, i.e. first in the transaction, then in the current repo, and then in the parent repo * Don't include the OSTree commit version number twice in the boot menu title. This affected at least Fedora-based systems composed with RPM-OSTree's mutate-os-release. * Activate ostree-finalize-staged earlier; this should hopefully make deployment finalization more reliable by running it later in the shutdown sequence, when less services are running * Run grub2-mkconfig on the filesystem tree of the pending deployment, rather than the previously deployed tree. This was a corner case where the deployment failed if a previous deployment did not exist, on systems where grub.cfg is used.- Disable LTO (boo#1133120).- Update to version 2019.1: + This is the first libostree release of 2019; no big changes, just a collection of smaller features and bugfixes. + On the features side, a good example is: lib/repo: Search a list of paths in gpgkeypath for gpg keys. + Another feature is grub2: add support for devicetree. + lib/kargs: allow empty-list arguments i.e it ensures libostree supports "empty list" kernel arguments. + There's also some ongoing work to have libostree be a "backend" for OCI/Docker container storage; checkout: honor opaque checkouts. + If built with --disable-http2, allow enabling via http2=1 will allow people to more easily play with HTTP2 if it's disabled by default.- Update to version 2018.9: + New features: * Allow disabling pulling from LAN/USB/Internet * lib/repo: Add an API to get min-free-space-* reserved bytes * OstreeMutableTree: add _remove method * repo: Add a checkout option to not hardlink zero-sized files + Bugfixes (apart from regular memory leaks fixes): * finalize-staged: Bump timeout to 5 minutes * deploy: Fix removing /var/.updated with separate /var mount * src/ostree: Don't delete refs having aliases + One notable change in this release is the initrd service ostree-prepare-root.service now runs earlier in the boot process. This shouldn't actually affect OSes, unless there's extended logic in the initrd that integrates tightly with OSTree. + Another systemd related change is the introduction of a path unit: ostree-finalize-staged.path. This allows the service of the same name to be path activated instead of explicitly started at deployment staging time. This release however does not yet rely on this mechanism to give time for packagers and integrators to adapt to the new unit (e.g. by enabling it in the systemd presets). A future release will require this. Note that deployment staging is still not the default for libostree, although at least rpm-ostree now unconditionally uses staging, and while it generally worked well, we hit issues with people using slower hard drives, hence the increase in timeout in PR #1755 . + Another change to call out is: lib/commit: Don't chown objects to repo target owner. We previously had incomplete support for a process running as uid 0 writing to a repository owned by a non-zero uid, but it was never finished. This will likely be revisited at a later time.- Update to version 2018.8: + This release is pretty much all minor bugfixes: memory leaks, fixing error messages and docs, handling a race condition on pull with summary updates. There's one new feature (noted below), and we also gained a new contributing tutorial: https://mail.gnome.org/archives/ostree-list/2018-August/msg00005.html + The one bugfix I want to call out explicitly is: ostree-remount.service: RemainAfterExit=yes (gh#ostreedev/ostree#1697). It's surprising it took us so long to find and fix this; I've seen occasional boot failures that I believe trace down to this problem. The behavior of systemd units of Type=simple without RemainAfterExit=yes set is rather nonsensical; I may try to push to have a warning emitted upstream if such a unit is a dependency of another. + And the one new feature is the auto-update-summary config option for repositories. For more information, see the docs and gh#ostreedev/ostree#1681. - Rebase ostree-grub2-location.patch with quilt. - Drop libostree-fix-wformat-warnings-on-i586.patch: Fixed upstream.- Update to version 2018.7: + There's no one major feature in this release, but we have a variety of improvements and bugfixes.- Update to version 2018.6: + lib/repo: Do free space math under lock in error path. + lib/archive: Tell g-ir-scanner to ignore the private libarchive bits. + deploy: Delete .updated file from /etc and /var on new deployments. + switchroot: Allow letting ostree-prepare-root mount /var. + lib/repo-pull: - Support retries for delta superblocks; - Support queuing delta superblock requests; - Add some missing assertions for progress statistics; - Support retrying requests on transient network errors. + ostree/trivial-httpd: Add --random-408s command line option. + fsck: Add --all to print all corrupted object. + bash-completion: Don't add a space after files and directories. + u-boot: add support for devicetree. - Changes from version 2018.5: + lib/sysroot: Add OSTREE_EX_STAGE_DEPLOYMENTS environment variable. + docs: Add "Hello World" example. + lib/deploy: - Do post-ops when removing staged commit; - Also compare deployment csum versions. + repo: Add checksum to error message opening unreadable object + deploy: - Don't prune repo at finalization time by default; - Return staged deployment; - Silently do nothing if passed same set of deployments. + man: Add man page for create-usb. + fsck: Mark commits with missing or deleted object partial. + Add concept of "staged" deployment. + bin: Hide `admin instutil` command. + pull: Don't save summary to cache before validating signatures. + lib/repo-pull: - Improve error message when no summary is found; - Rename a variable for clarity. - Add libostree-fix-wformat-warnings-on-i586.patch to fix 32-bit arch building failure.- Update to version 2018.4: + A quick turnaround after 2018.3 to include one main PR: gh#ostreedev/ostree#1508. + "switchroot: Ensure /run/ostree-booted is created even without initramfs". + This fixes ostree when booting without an initramfs. Thanks to @akiernan for the bug report and helping review the fix! I'm working on enhancing the test suite, which will help in adding some coverage here. - Changes from version 2018.3: + Keeping up with our ~monthly cadence. A variety of contributors here again, it's great to see! There's two notable features, and a variety of non-critical bugfixes. + On the features side we have: - sysroot: Add concept of deployment "pinning". - ostree: introduce PAYLOAD_LINK object type. - lib/fetcher: Allow clients to append to User-Agent. + By default libostree prunes older deployments; the pinning feature allows you to explicitly retain them until unpinned. This is useful for major version updates. + The PAYLOAD_LINK functionality allows libostree to do content-based deduplication. Previously, if e.g. a file changes in metadata (mode, owner, xattrs such as SELinux labels), we can't make a plain Unix hardlink, and hence by default end up with a new copy on disk. However, the Linux kernel has standardized "reflinks" and some filesystems support them, including modern versions of XFS. When reflinks are available, this functionality causes libostree to compute a content-only payload, and when importing an object, if it matches in content with an existing object, to use reflinks to deduplicate, while using different inodes. + Finally, the HTTP User-Agent API is intended for higher level tools linking to libostree where one wants to expose the app version as well. + Beyond that, as mentioned above we have a variety of non-critical fixes such as memory leaks, test suite improvements, correctly printing the "would be pruned" size when using prune --no-prune, etc. - Changes from version 2018.2: + We're keeping up with the approximately-monthly release cycle. There's mostly a collection of smaller fixes here, with some enhancements. I'm biased but my personal favorite is gh#ostreedev/ostree#1438 since it makes the output of findmnt rather significantly nicer on this workstation where I have container tooling creating sub-mounts in /var that are no longer replicated in /sysroot. + For the embedded space, gh#ostreedev/ostree#1411 for devicetree support is likely interesting, and is related to a discussion on the mailing list: https://mail.gnome.org/archives/ostree-list/2018-February/msg00001.html + Jonathan's PR gh#ostreedev/ostree#1441 to add callback filtering to checkout was necessary for us to re-implement some hairy logic from librpm around "file coloring"; see projectatomic/rpm-ostree#1227 We're getting quite far along now in having rpm-ostree be a truly hybrid system, supporting the existing RPM ecosystem. + Marcus definitely wins the "lines changed" count this cycle by adding SPDX-License-Identifier to all of the C source files (gh#ostreedev/ostree#1439). This happened because we relicensed the documentation to dual CC BY-SA and GFDL in gh#ostreedev/ostree#1432 to enable a Wikipedia page which I just noticed exists now!- Drop pkgconfig(libgsystem) BuildRequires: this is no longer needed.- Modernize spec-file by calling spec-cleaner- Update to version 2018.1: + Support for booting without initramfs. + bash/ostree: add missing --add-metadata option. + bin/commit: add --keep-metadata option. + bin/commit: move parent checking code higher up. + bin: Fix cookie builtin build with curl but no soup. + build-sys: Allow building with curl, but without libsoup. + build-sys: Link with -ldl for rust build. + deploy: add --karg-none argument. + find-remotes: Add --finders option. + grub2: Exit gracefully if there's no system ostree repository. + lib/checkout: Validate pathnames during checkout. + lib/fetcher: Add version to USER_AGENT string. + lib/pull: allways include ostree-repo-pull-private.h. + lib: Validate metadata structure more consistently during pull. + ostree-prepare-root: enabler for simpler kernel arg. + rofiles: Add --copyup option. + rofiles: Fix --copyup when creating a new file.- Update to version 2017.15: + The headlining feature in this release is support for repository locking, contributed by Dan Nicholson. Currently it is disabled by default; add locking=true in a repository configuration file to enable. This feature should be considered as "tech preview"; it's highly likely we'll stabilize it in its current form, but it's possible something will change. Currently the locking only protects commit + prune; there is a large pending PR to extend locking to many more APIs and commands. + Several new APIs were added; for example libostree now has a convenient API to break a hardlink, which happens in e.g. rpm-ostree in several places such as handling the RPM database. + Also, multithreading support in the commit APIs was cleaned up and clarified. It's now possible to call transaction_set_ref() from multiple threads, which rpm-ostree uses now to import RPMs to OSTree in parallel. + We're tracking an issue with http2+libcurl and it looks like there are a number of issues still floating around HTTP2+libcurl (some are server bugs), that we added support at both build and runtime to disable http2. + The fsck command learned how to verify ref bindings, and relatedly, the commit command gained a --unbound option to skip creating ref bindings.- Update to version 2017.14: + This release is almost entirely bugfixes. One notable fix is a read-after-free when libcurl is finalizing that some people have hit. + There are a number of improvements around the ${repo}/tmp directory and the per-transaction staging directory in preparation for adding locking in a future release. This release should already help avoid several failures when doing concurrent commits; the aim of the locking work will support concurrent prunes and commits.- Update to version 2017.13: + A lot of across-the-board improvements here; the pure bugfixes are mostly in the experimental Avahi bits, hardening the FIFREEZE on /boot code, explicit errors when trying to commit non-UTF8 filenames, and finally a number of fixes around our use of mmap. + One slight backwards-incompatible change (but I doubt it'll break anyone): Disallow refs starting with a non-letter or digit If this does affect you, please let us know ASAP. + For improvements, first up, Alex changed the static delta code to avoid holding everything in memory; this is a substantial improvement for large deltas, and also for flatpak which uses deltas as a "bundle" format. + A few notable changes: - commit: Add _CONSUME modifier flag. You probably want to use this by default for your build/package systems. - core: Add standard SOURCE_TITLE metadata key. This one I think is conceptually quite interesting; for many people, their ostree commits are derived from something else that has its own versioning, and it's useful to show that explicitly. I encourage ostree-based build systems to consider rendering human-readable information about your builds into this standardized metadata key. - On the command line side: cleaning up the --help output significantly.- Update to version 2017.12: + Quite a lot in this release. First, on the notable bugfix side, we fixed an issue where background threads could remain alive after an error was encountered during pulls. Particularly for projects like flatpak that do multiple pulls in process, this is an important fix. + Another important change related to pulls is that libostree now performs checksums when mirroring again. The intent here was to speed up mirroring, but it led to a confusing security story. Now it's easier to explain: for HTTP pulls we verify checksums (and this can be disabled), for local filesystem pulls we don't, (but it can be enabled). We've always verified checksums by default when pulling from an archive repository into a non-archive. + Anton Gerasimov contributed a change to the libcurl backend to support PKCS#11 URIs, useful for storing certificates in a hardware or software enclave. + The schema for the experimental OstreeRepoFinderMount API to find OSTree repos on removable media has changed incompatibly, so that the media doesn’t need to contain two similar lists of refs. It will now look in .ostree/repos.d, .ostree/repo, ostree/repo and var/lib/flatpak paths on removable media. + Similarly, the experimental ostree_repo_resolve_keyring_for_collection() API has changed to return an OstreeRemote containing the keyring, rather than just the keyring, making it more generally useful. + The bloom filter used when finding refs from remote peers has been fixed to work correctly on 32-bit architectures (such as ARM). This doesn’t change the bloom filter format, but will require bloom filters created on 32-bit architectures to be regenerated in order for advertisements from those machines to work. + Repositories which have a collection ID set will now put their repository metadata in an ostree-metadata ref when ostree summary --update is run, in addition to putting it in the summary file. This is part of a plan to securely allow unsigned summary files for peer-to-peer pulling of refs. This won’t happen for repositories which don’t have a collection ID set, or if --enable-experimental-api is not configured. + A new ostree create-usb command has been added (if configured with --enable-experimental-api) which can be used to put refs from repositories onto removable media in a format which can be detected by OstreeRepoFinderMount. For example, to allow easy sharing of flatpaks or OS updates between offline machines. + OstreeRepo has gained hash() and equal() methods, so it can now easily be used in a hash table based on its device number and inode, rather than using its path. + A minor bug was fixed in rofiles-fuse, which would cause files to be created with random mode bits if called for O_RDONLY. + For clients that use OstreeRepoDevInoCache, a bug was fixed which caused libostree to ignore callbacks that allow modifying file modes, ownership, and extended attributes. + libostree now supports --with-crypto=gnutls. Like the OpenSSL support, this is currently just checksums, but we are driving this towards making the GPG dependency optional and supporting other signature methods. + In previous releases, libostree learned how to make hardlinks for local pulls. But if we couldn't hardlink (e.g. the devices were separate), the local pull code went through a much slower generic path that included re-checksumming objects. Now there's a copy/reflink fast path that uses FICLONE/copy_file_range() directly if possible. This can be substantially faster. + ostree prune learned a new --only-branch option. This can be a lot more convenient for release engineering tasks. + As usual, more work was done to improve the testsuite. It should now be able to better detect tmpfs/overlayfs environments. The upstream CI now also runs tests in a non-overlayfs environment for better coverage. - Changes from version 2017.11: + This release has a few new features, some UX improvements for the command line, and a variety of bugfixes. + The project is now more canonically called "libostree", though "OSTree" and "ostree" are also fine. + The most important bugfix for anyone using rofiles-fuse (typically build systems, rpm-ostree also uses it) is: - rofiles-fuse: Fix lchown() and hardlink verification for symlinks. + On the features side, we've added a few new APIs to the libarchive importing and checkout path that will be used by rpm-ostree. This should be of interest to anyone using libostree for build systems or underlying a hybrid image/package system like rpm-ostree. + Also on the host system side, there is a new (canonical) place for build systems to put the kernel/initramfs: /usr/lib/modules/$kver. + Make all of the deployments show up in the uboot configuration, to help enable automatic fallback if a new OS fails to boot. + Lots of style cleanups, some "error prefixing" work to ensure we produce understandable errors in more situations, and one other notable cleanup: add a tmpfiles.d snippet to clean up /var/tmp/ostree-ovl.XXX. This should be nice for anyone who uses ostree admin unlock frequently. + Improve the management of configuration for remotes. + Lots of cleanup in the command line parsing and fixes for - -help, and also helped with the new --selinux-label option for ostree commit. + Fix the handling of GPG keys that have subkeys. + Fix the build system and tests.- Update to version 2017.10: + In this release Coverity scans were set up , and fixed all of the problems it found. None of the issues were critical; the only off-by-one array indexing for example was in a test case. + Add bash completion. + Documentation fixes. + There are a number of smaller features: - lib/repo: Add API to create and list ref aliases. - repo: Introduce ostree_repo_open_at() and ostree_repo_create_at() is a notable new API, and finally completes our fd-relative porting for OstreeRepo. The semantics of these functions are nicer; it's now more convenient to unconditionally call ostree_repo_create_at() for example to ensure a repository exists, returning the opened result. + lib/sysroot: Add journal-msg signal is a nice cleanup in that we finally stopped doing printf() in the library code for OstreeSysroot. If you maintain a client, you should start listening for this signal, like the demo command line does (if you want the text of course). + In the "important bugfixes" category, pull: mark commits from local cache as partial fixes up the --localcache-repos logic. + Also a number of bugfixes contributed for the collections logic as well as cases of trying to download a missing summary file.- Update to version 2017.9: + A notable new feature in this release is that the pull machinery now interprets two new metadata keys: ostree.ref-binding and ostree.collection-binding. This allows closing a longstanding class of "sidegrade" attacks that Florian Weimer identified when performing a security audit of libostree years ago (bgo#724873). There was a more recent discussion on this topic on the list: https://mail.gnome.org/archives/ostree-list/2017-May/msg00013.html + For the ostree-as-host case, this only matters if you offer multiple refs. For flatpak, it's more important as a MITM attacker could actually switch applications; that's why flatpak implemented this a while ago as xa.ref. + I'll note here that it's recommended for content providers to make use of ostree's support for tls-ca-path to implement TLS CA pinning, which protects all metadata and content in a strong fashion; in this scenario the GPG signatures act as a secondary layer of defense and make offline verification easier (for e.g. mirroring). + Otherwise, there's some performance enhancements for local pulls, and a variety of bugfixes.- Update to version 2017.8: + This is a quicker release closely following 2017.7, but it still includes a number of changes. First, a lot of work is landing from Philip/Krzesimir for doing "collections" and pulling content from Avahi/USB drives etc. That work is still underneath --enable-experimental-api, but look for more from that soon! + Other notable user-visible features from this cycle are: - lib/repo: Add min-free-space-percent option, default 3%. - Add "pull --localcache-repo". + An important bugfix for bare-user repo mode owners is: lib/commit: Ensure bare-user objects are always user-readable. + Besides that we have a lot of code cleanup, CI work, etc.- Update to version 2017.7: + The most notable thing for this release is that for flatpak users/distributors, this release adds a lot of (opt-in) hardening against setuid or world-writable files. These issues are also (to a lesser degree) applicable to ostree-based build systems which use the bare-user repository mode. A pending flatpak version will require this version of libostree. + For ostree-as-host, we fixed a major regression in SELinux labeling for /etc (only applies to SELinux-using host systems). + Known issue: test-symbols.sh will fail when building from the tarball (as opposed to a git clone). + Besides that, there's various smaller cleanups and fixes. It's great to see contributors from a variety of organizations; having libostree be a shared infrastructure layer across distributions is a longstanding vision.- Update to version 2017.6: + One of the most notable changes in this release is that we switched to using a systemd generator for handling /var, which means admins can now set it up as an explicit mount point. We feel pretty confident in the code, but do test your specific setup. One note in particular; the new model (obviously) requires systemd, and while we tried to preserve the non-systemd path, it wasn't explicitly tested. + The work to port to a new code style continues rapidly; at this point most of the library is converted, with just the command line remaining. I think the new style is a lot more readable now that we rely fully on __attribute__((cleanup)). + Enhance the OstreeAsyncProgress reporting API, which I think is going to be quite useful for user interface frontends (like GNOME Software). + There's a smattering of smaller bugfixes; minor memory leaks, double close() and the like. In this cycle we also beefed up our CI/testing more - we now test both Fedora Atomic Host and flatpak more explicitly. Contributions to extend the suite to other distributions would be appreciated; for example, tests for ostree-as-host on Debian. Our Travis-executed tests should be extensible. + Fix some of the test suite for installed tests, and also introspection fixes for language bindings. + Another feature that involved a lot of internal changes is our handling for /etc on SELinux-based systems. We now label files as we go rather than having a more fragile separate relabeling path. This is also exposed as an API, which is used by rpm-ostree now. I think this particular change highlights the strength of "libostree" as an API that can be reused by higher level systems. - Changes from version 2017.5: + This is a bugfix release for 2017.4 to fix a regression that broke flatpak. - Changes from version 2017.4: + A notable new feature in this release is a fourth repository mode: "bare-user-only". This is very similar to bare-user, but canonicalizes permissions and ignores xattrs. The intended use of this is for "non-OS" container tools such as flatpak, where one intentionally discards the traditional file ownership. (I'm calling this container case "non-OS" to distinguish from other container tools where one might want to "log in" via PAM and supporting distinct UIDs inside a single container is valuable) + We have a few new APIs, such as ostree_check_version() which is important when making use of some of the "API extensions" we have using GVariant on e.g. ostree_repo_pull_with_options(). + The diff is a bit larger due to us switching to a new code style. + Another quite important change is that ostree trivial-httpd is disabled by default. With a libcurl build, this is the last part that links to libsoup. It's only needed for unit tests, so can be subpackaged or discarded. (We're doing the latter for Fedora). + Speaking of curl, we now support --with-openssl which enables using OpenSSL's libcrypto for SHA256. This can be notably faster. You likely want this if e.g. libcurl is already linked to OpenSSL for you. I'm increasingly confident in the curl code, and should be ready to recommend using it by default in the next release or two.- Update to version 2017.3: + contrib/golang: rm directory. + deltas: Don't put unreadable *from* objects in fallback. + delta-show: Don't dump whole superblock, do show fallback checksums. + repo: Fix static delta progress display. + pull: Explicitly error out if metadata objects are fallbacks. + pull: Fold together deltapart+fallback count for display. + ci: Install PyYAML. + lib: Ensure an error is set in ensure_unlinked() if errno != ENOENT. + libtest: Re-enable quiet mode for building fs tree. + README.md: Add more/clean up links to consuming projects. + libglnx: Re-bump to master due to accidental reversion. + ci: Hard error on all -fsanitize=undefined warnings. + build: Add --with-smack, use it to reset contexts for writing objects. + main: Make ostree --version output YAML (and add gitrev). + deploy: Correctly use libmount unref() calls rather than free(). + man/repo-config: Document mirrorlist. + tree-wide: Squash noncritical compiler warnings. + deploy/libmount: Fix build with old util-linux 2.23 (CentOS7). + fetcher: Log failures into journal. + upgrade: Add support for --pull-only and --deploy-only. + grub2: Use g_spawn_sync() rather than GSubprocess to avoid SIGCHLD. + deltas: Expose the filename parameter. + pull: don't use static deltas if archive repo. + libglnx: bump for -Wmaybe-uninitialized fix. + grub2: Use "linux16" only on x86/x86_64. + pull: Use all available commits for delta sources. + build: Fix disabling --enable-man if xsltproc is not available. + fetcher/curl: Fix leaks caught by ASAN. + libostree: Allow compression level to be set for archive-z2 stream. + Allow and start using C99 declaration-after-statement. + repo/checkout: Verify early if src/destination are on same device. + checkout: Support a "pure addition" mode. + repo/checkout: fix 32-bit builds. + repo-pull: add option to set the async update frequency. + ostree: allow setting update frequency from command line. + repo/checkout: Convert a few functions to new "stmt-decl/FALSE" style.- Update License: this should be LGPL-2.1+, not GPL-2.0+.- RPM group changes- Update to version 2017.2: + libostree: Don't distribute generated enumtypes in tarballs. + lib: Adjust comments in symbols section for last release. + lib: Prefix GPG errors with the checksum. + lib: Move the bupsplit selftest into our test framework. + Rename to libOSTree. + oxidation: Add implementation of bupsplit in Rust. + trusted.gpg.d: keep in the same location. + lib: Add ostree_repo_reload_config(). + rust: Support `make dist` -> cargo vendor. + repo: Add archive/zlib-level option, drop default compression to 6. + fetcher: Drop the libsoup queue. + libcurl backend. + fetcher queue: also throttle on outstanding writes. + libostree: added empty ot_cleanup_{read,write}_archive macros. + ostree-repo: Clarify error behaviour of remote option getters. + admin-switch: Don't segfault if there's no remote. + commit: Support -F/--body-file, like git. + build: Remove .PHONY for Rust shared library. + rofiles-fuse: Support write/read_buf(). - Rename from ostree to libostree, following upstream.- Update to version 2017.1: + This release has mostly bugfixes, the main new feature is that the prune command gained more sophistication around selectively pruning branches. We're planning to use this in Project Atomic work where we want to co-locate both "development" and "stable" branches in the same repository. + The next release is likely to be more exciting, as we have an additional new libcurl backend in the works - this release contains some preparatory cleanup for that.- Update to version 2016.15: + This release is mostly bugfixes - for example, it cleans up the vast majority of memory leaks caught by ASAN. We also build without libsoup again, which is preparatory for a potential addition of a libcurl HTTP backend. + Another notable change is that we now always checksum individual objects even when applying static deltas, regardless of whether or not the summary file is signed. This is part of an ongoing thread about supporting OCI as a transport layer. - Add pkgconfig(zlib) BuildRequires: configure explicitly checks for it.- Update to version 2016.14: + otutil: Note that ot_log_structured takes a printf format. + libglnx: Bump to master (for -fsanitize fixes). + Distribute test scripts even if we wouldn't run them. + Distribute valgrind suppressions in tarballs. + Filter bootloader supplied kernel cmdline options. + repo: Don't put remote refs in the summary file. + pull: Don't do deltas with --commit-metadata-only. + pull: Add per-remote cookie jar. + remote: Add command to list cookies. + remote: Add commands to add and remove cookies for a remote. + OsreeFetcher: Treat 403 as not found. + trivial-httpd: Add support for checking cookies. + Update documentation for cookie handling commands. + deltas: Only keep one file open at a time during compilation. - Changes from version 2016.13: + pull: Add support for `http-headers` option. + pull: Redo logic for "scanning". + commit: Fix reading xattrs from OstreeRepoFile:s. + lib: Define and use cleanup functions for gpgme. + lib: Split out helper function to create GPG context. + Add "gpgkeypath" option to remotes. + lib: Add an API to GPG verify a commit given a remote. + pull: Do GPG verify commit objects when using deltas.- Add pkgconfig(libsystemd) BuildRequires: configure explicitly calls on both .pc names (systemd and libsystemd). We do want to stay independent of potential systemd packaging changes.- Update to version 2016.12: + pull: Support inherit-transaction. + pull: Support multiple specifications of --subpath. + docs: amend vmlinuz & initramfs naming convention. + ostree-sysroot-deploy.c: delete redundant check. + OstreeFetcher: provide proxy credentials if needed. + core: Do create hardlinks to symlinks for checkouts. + add .redhat-ci.yml and .redhat-ci.Dockerfile. + .redhat-ci.yml: use projectatomic/ostree-tester. + Fix regression for symlinks in bare-user repos. + ostree_repo_read_commit_detached_metadata: Handle parent repo. + detached metadata: Put these in transaction. + Release 2016.12.- Update to version 2016.11: + static-delta: add some error handling. + pull: Do allow executing deltas when mirroring into bare{,-user}. + ostree-repo.c: Fix file descriptor cleanup. + ostree_sysroot.c: Don't close sysroot_fd twice. + sysroot: Port some small cleanup code to fd-relative. + sysroot: Port origin writing code to fd-relative. + sysroot: Drop an fsync for origin file when writing deployments. + sysroot: Drop an unnecessary fsync. + boot: Ensure we remount /var writable before systemd does journal flush. + ostree_sysroot_init_osname: also create /var/log. + docs: add mention of rpm-ostree package layering. + admin: Allow running status unlocked. + Fix spelling of "repository". + checkout: Fix fsync defaults for new API to be off for real. + trivial-httpd: Port mostly to fd-relative. + libglnx: Update to latest.- Update to version 2016.10: + pull code: support contenturl setting. + trivial-httpd: prepend timestamp in log file. + pull: drop fetching_sync_uri. + pull: add mirrorlist support. + libtest: add has_gpgme() helper function. + tests: add tests for contenturl and mirrorlist. + pull code: clean up mirrorlist hack. + build: Set --enable-man during distcheck. + build: Distribute man page XML source. + build: Actually distribute man page XML source. + switchroot: Fix build on Ubuntu. + switchroot: Fix test-switchroot now autotools can build static. + ostree-prepare-root: Error if realpath fails. + ostree-prepare-root: Fix running with musl. + gpg: do not segfault when the algorithm name is not known. + repo: Revert default timestamp from 1 back to 0. + delta: Add missing `goto out` for failure to mmap(). + repo: Only use mmap() for metadata > 16k. + delta: Unreference files we've processed. + fetcher: Fix another finalization deadlock. + sysroot: Avoid double cleanup, and ensure no cleanup if specified. + core: Make OSTREE_TIMESTAMP public API. + Release 2016.10.- Update to version 2016.9: + libostree.sym: Add 2016.9 section. + deltas: Handle cleanup of fd array properly. + deltas: Use F_DUPFD_CLOEXEC properly. + pull-local: Support requiring static deltas. + tests: Ensure deltas for pulling when needed. + pull: Disable static deltas by default for local pulls. + tests: Test that local pulls do not use deltas. + Move ostree-* executables to /usr/lib/ostree. + ostree_bootdir: prepend $(prefix) to path. + ostree_bootdir: properly preprend $(prefix). + manual/repo.md: reword bits about the summary file. + repo: Really ignore progress changed user data. + fix typo in docs/manual/atomic-upgrades.md. + prune: Elaborate on what formats are accepted by dates. + fixup! fix typo in docs/manual/atomic-upgrades.md. + test-rofiles-fuse: Actually check out via hardlinks. + rofiles-fuse: Rework to be based on nlink. + pull_with_options: fix remote parameter name & desc. + pull_with_options: allow GPG verification override. + pull_with_options: fix stray return FALSE. + pull: Make .commitpartial files world readable. + repo: Add prefixes to errors for querying size/deleting. + lib: Add an API to list only "our" objects, fix prune to use it. + pull: use same name for parameter and documentation comment. + u-boot: Merge ostree's and systems uEnv.txt. + sysroot: Drop unnecessary `dup()` invocation. + sysroot: Add a flag to suppress post-deploy cleanup. + commit: Don't delete tmp/cache dir. + switchroot: Fix building with musl libc. + ostree-prepare-root: Allow building statically with musl. + switchroot: Replace custom error printing with err/warn functions from libc. + switchroot: Move `path_is_on_readonly_fs` to header file. + repo-pull: properly store the cancellable.- Update to version 2016.8: + Almost entirely bugfixes. Most notable is a fix for a relatively rare race condition in the pull code on cleanup (after completion), and also a memory leak. + Besides that, there are improvements for the test suite, some more porting away from libgsystem, a bugfix for static deltas important to flatpak, build tweaks for older glib, etc. - Changes from 2016.7: + There's quite a lot of changes in this release since 2016.5, but one thing to call out explicitly it is a fixed race condition in the HTTP pull code that could cause hangs or crashes that mostly occurred only when doing "large" pulls (thousands of object requests). If this occurs, client systems can work around it by cancelling and retrying the pull.- Move grub2 related files to new ostree-grub2 subpackage (similar to Fedora), only used to integrate ostree with grub2 (fully fix boo#974714).- Update to version 2016.6: + refs: add "ostree refs --create" and unit tests. + manual: Link to mender.io. + Add "archive" as an alias for "archive-z2". + libglnx porting: delete temp files on failure of file creation. + repo: Avoid a possible divide by zero in progress. + manual: Discuss mirroring. + build: Fix libreaddir-rand to honor global CFLAGS. + tests: Support OT_SKIP_READDIR_RAND. + pull: Ensure we always process queue only from main thread. - Switch git url to https://github.com/ostreedev/ostree. - Fix Url in specfile.- Add ostree-grub2-location.patch: Fix path to find grub-mkconfig_lib. openSUSE installs those files to /usr/share/grub2, upstream would do /usr/share/grub (boo#974714).- Update to version 2016.5: + Add a stub .travis.yml. + tests: Add a test-abi. + pull: Add OSTREE_REPO_PULL_FLAGS_UNTRUSTED flag. + Add --untrusted option to pull and pull-local. + OstreeSePolicy: add ostree_sepolicy_get_csum(). + core: Add verbose messages for pruning. + core: Add debug messages for traversing. + build: Set G_LOG_DOMAIN to OSTree. + main: Set log handler for OSTree domain. + packaging: fix bashism in dist-snapshot target. + docs: Add a section on repository management. + commit: Support generating commits with no parent, or a custom one. + commit: Support writing orphans. + commit: support editor for orphan commits. + docs/CONTRIBUTING.md: Update for github move, Homu etc. + test-xattrs: use TAP syntax to skip test. + various tests: skip if temp directory lacks xattr support. + Symlink libreaddir-rand.so into tests directory. + tap-test: clean up temporary test directories as intended. + In tests that use gpg, terminate the gpg-agent after testing. + Load g-i bindings from builddir during build-time testing. + tests/admin-test.sh: this is a bash script, not a POSIX sh script. + Force libreaddir-rand to be a shared library. + Skip tests that run rofiles-fuse if /dev/fuse or /etc/mtab unavailable. + test-pull-untrusted.sh: always corrupt a regular file, not a symlink. + basic-test: commit with a non-empty subject. + Probe for GNU parallel more accurately. + tests: Make failing to kill the GPG agent non-fatal. + libtest.sh: use G_TEST_SRCDIR, G_TEST_BUILDDIR to find resources. + test-abi: use G_TEST_SRCDIR, G_TEST_BUILDDIR. + test-xattrs: sync how this is skipped with test-rofiles-fuse. + libtest.sh: only check whether $(pwd) is empty once. + manual: Fix a bunch of typos and docbookisms. + Introducing ostree-grub-generator. + pull: Don't try to cache summaries for pull-local. + Fix local-pull test. + pull-local: Support --gpg-verify and --gpg-verify-summary. + build: Find grub2-mkconfig a bit more automagically. + build: Make tests/libreaddir-rand.so rule use AM_V_GEN. + tests: add libostreetest.h to EXTRA_DIST. + tests: add missing ${CMD_PREFIX} before ostree. + contrib: indent golang code using only tabs instead of both tabs and spaces. + Remove empty new lines at the EOF. + docs: Prefer the form "cannot" to "can not". + Use git.mk. + Support pathnames for --subpath=... + Export ostree_repo_get_remote_option* functions. + Inherit remotes and remote options from parent repo. + Add test case for inheriting remote options. + cfg.mk: ignore syntax-check for git.mk. + Add support for ostree static-delta delete. + small cleanups. + Fix the symbol versions for ostree_repo_get_remote_*option. + ostree-repo-pull: always initialize flags_i. + pull: More consistently use remote_repo_local for local repos. + build: Move grub2-15_ostree back to pkglibexecdir. + Fix AS_HELP_STRING for builtin grub2 mkconfig. + fetcher: Initialize output_stream_set_lock mutex. + commit: Fix crash if dfd_iter is NULL. + Add cache_dir_fd to OstreeRepo. + Add OstreeRepo option for an out-of-band cache dir. + man: Elaborate on per-remote GPG. + Add remotes-config-dir to OstreeRepo. + Look for $remotename.trustedkeys.gpg in remotes.d dir. + refs: Add g_prefix_error around opendir for easier debugging. + static-delta: Put temp files in /var/tmp. + static-delta: Initialize read_source_fd to -1. - Stop passing --with-grub2 to configure, no longer recognized.- Update to version 2016.4: + fetcher: Remove message_to_request table + fetcher: Convert from GSimpleAsyncResult to GTask + fetcher: Rework reference counting + fetcher: Track outstanding requests with a table + sysroot: Cleanup refs and prune even on last undeployment + pull: Recover from missing commits in recursive pulls + doc: Note that refs --delete does not prune + tests: Add a test for pull+deploy of specific "bare" commit + static-delta: Handle LZMA_BUF_ERROR returned by zlib + static-delta: Don't run bspatch when output object already exists + static-delta: Set error on bsdiff failure + commit: Improve variable name + Don't require /boot/uEnv.txt for u-boot support + tests: fix LZMA test to really compress/decompress + upgrader: Add ostree_sysroot_upgrader_dup_origin() + upgrader: Allow overriding the commit to pull + upgrade: Add --override-commit=CHECKSUM option + prepare-root: set up /boot bind-mount for single partition systems + static-delta: Fix annotation on ostree_repo_list_static_delta_names + sysroot: Write symlinks before calling fsync(), then rename after + init-fs: Explicitly set /tmp to 01777 + core: use OSTREE_OBJECT_TYPE_LAST instead of OSTREE_OBJECT_TYPE_COMMIT + pull: add support for tombstone commits + repo: create a tombstone commit when deleting a commit + fsck: add argument --add-tombstones + tests: add tests for prune and tombstones commits + docs: Note not to put private keys in /usr/share/ostree + generate-static-delta: Support min-fallback-size 0 to disable fallbacks + static deltas: Add support for inline-parts + static-deltas generate: Add --inline option to CLI tool + Add tests for inline static deltas + deltas: Make apply-offline only read the parts once + delta: Ensure the from commit exists when applying static delta + static-delta apply-offline: Don't skip validation + Add _ostree_repo_open|commit_untrusted_content_bare + deltas: Verify checksums in apply-offline unless skip_validate is TRUE + deltas: Make min-fallback-size 0 actually disable fallbacks + deltas: Support passing filename to delta generator + deltas: Support passing filename to ostree_repo_static_delta_execute_offline + pull: Verify checksums from static deltas unless gpg signed summary + deltas: Support including detached metadata in static deltas + libostree: Fix a couple compiler warnings + prune: add --delete-commit + fsck: create a tombstone when the parent is missing + tests: add test for ostree prune --delete-commit + prune: add --keep-younger-than=DATE + pull: make slightly clearer when failing for missing xattrs support + ostree: do not print the usage on each G_IO_ERROR_NOT_SUPPORTED + libostree: add new API ostree_repo_write_commit_with_time + commit: add --timestamp=TIMESTAMP + tests: add tests for prune --keep-younger-than=DATE + tests: prefix invocation of ostree with where missing + repo: Validate checksums have correct length + repo: Never delete .commitmeta files + trivial-httpd: Avoid SoupBuffer when there's no content + glnx: Update from master + fetcher: Remove "sending_messages" hash table + fetcher: Remove "total_requests" counter + remote: Print full refspec in "ostree remote refs" + repo: Fix backwards timestamp in ostree_repo_write_commit() + gpg-verifier: Fix compiler warning + Release 2015.11 + parse-datetime: use the module from gnulib + tests: add missing ${CMD_PREFIX} + cmdline: Fatally error if the timestamp in a commit is invalid + build: Delete generated parse-datetime.c file, use AM_V_GEN + build: Also add a configure check for YACC/bison + Update to latest libglnx + repo: Add _ostree_repo_allocate_tmpdir helper + repo: Use per-transaction staging dir + repo: Allocate a tmpdir for each OstreeFetcher to isolate concurrent downloads + fetcher: Add "config-flags" construct-only property + fetcher: Move the SoupSession to a separate thread + pull: Push a temporary main context for sync requests + build: Fix srcdir != builddir + repo: Add ostree_repo_verify_summary() + remote: Add "ostree remote summary" command + repo: new function ostree_repo_prune_static_deltas + prune: add new flag --static-deltas-only + tests: add tests for prune --static-deltas-only + deploy: Find kernel/initramfs consistently from filesystem + bootconfig: Add ostree_bootconfig_parser_write_at + deploy: Change large parts to be fd-relative, drop fsync + fetcher: Lazily create tmp directory + grub2_generate: load sysroot before using it + repo: Expose dfd-relative mtree writes as public API + repo: Add APIs for devino optimization between checkout -> commit + Release 2016.1 + repo: Note global transaction resume is legacy + sysroot: Don't individually fsync dirs in checkout, rely on syncfs + diff: do not traverse parent commits + Add a checkout option to skip fsync + refs: Add a missing `goto out` for error handling + grub2: Don't delete grub2.cfg.old file we just copied + tests: Use "bash strict mode" + build: Move man pages into man/ + build: Rename doc/ -> apidoc/ + Rewrite manual in mkdocs + apidoc: Remove unnecessary srcdir != builddir workaround + repo: Port -refs.c to openat() + build: Add --disable-man + lib: Add a #define OSTREE_SHA256_DIGEST_LEN 32 + build: Hoist man conditional higher + static-delta: Add `show` subcommand + packaging: Sync spec file with Fedora + build: 'make clean' removes parse-datetime.c + docs-md: Delete (obsoleted by docs/) + README.md: Update to link to Read The Docs, describe a bit better + build: Remove --disable-static-deltas option + lib: Create an internal static delta parsing/opening function + lib: Expand `ostree static-delta show` to show part stats + fetcher: Fix hung GTlsInteraction + Import rofiles-fuse + Add an `export` builtin, and API to write to libarchive + pull: Support specifying exact commit to pull via branch@commit + manual-tests: New static-delta-generate-crosscheck.sh + man/ostree-export.xml: Add to git + Support Docker-style whiteouts + packaging: Add a fuse subpackage + rofiles-fuse: Fix truncate call to not use O_CREAT + manual: Note that the bare-user mode exists + Rename libarchive write API to "export", matching command line + repo: Add ostree_repo_import_archive_to_mtree + ostree-sysroot: add debug option to help testing + pull: Add require-static-deltas pull option + pull: Add a --dry-run option for static deltas + build: Link ostree with libarchive + docs: Add a new formats section, move static deltas in there + libarchive: Make autocreate_parents imply autocreating root dir + build: Use threadsafe GPGME + gpg: Use gpg_strerror_r for threadsafety + Release 2016.2 + libarchive: Fix a 32 bit format warning + lib: Two more compiler warning fixes + deltas: Fix some more 32 bit warnings + deltas: Fix regression in ostree_repo_static_delta_execute_offline + rofiles-fuse: Handle operations on the root + deltas: Include an endianness marker + deltas: Use endianness marker when parsing + deltas: Heuristically detect endianness for older deltas + deltas: Add a compression size heuristic for endianness detection + Release 2016.3 + docs: Add a blurb on the summary file + Fix make syntax-check + test-rofiles-fuse: skip when fusermount is not present + lib: Introduce versioned symbols + repo: Add ostree_repo_get_dfd() + Add a missing #include to fix "make check" + ostree-repo: new public function `ostree_repo_list_refs_ext` + refs: allow to specify multiple refs as args + refs: add tests + libostree: Adjust `cleanup_ref_prefix` to use ostree_repo_list_refs_ext + refs: Add argument --list to print the full ref name + tests: Port to glib-tap.mk, make `make check` run all of the tests + deploy: Bump the mtime on ostree/deploy after deployments finish + tests: Convert two more exit 77 instances into TAP-compatible SKIP + docs/introduction: Note VMs vs baremetal + lib: Add ostree_sysroot_init_osname() API, bump mtime + tests: More TAP fixups + tests: Unify some tmpdir code, add ability for C to use libtest.sh + lib: Add ostree_sysroot_load_if_changed() API + tests/basic: Fix race in timestamp test + build: Don't install test data without --enable-installed-tests + docs: Reference the git docs on references + libotutil: new function ot_openat_ignore_enoent + pull: cache summary and summary.sig + repo: use the skip summary download optimization for repo_remote_fetch_summary + prune: delete all cached summaries files + tests: add test for summary file caching + repo: Fix the skip-summary-if-summary.sig-is-same cache + rofiles-fuse: Fix permission comparison + docs: Cleanup Markdown + docs: Add a section on writing buildsystems + contrib/golang: Initial golang bindings + tests: Strengthen test tmpdir sanity check, be compat with ginsttest saving + libglnx porting: gs_fd_close -> glnx_fd_close + libglnx porting: gs_free -> g_autofree + libglnx porting: xattr calls + libglnx porting: gs_transfer_out_value -> g_steal_pointer + Don't fail "ostree remote refs" if writing the summary cache is not permitted + manual: Migrate related projects wiki page into manual + deploy: Handle a read-only /boot + mkdocs: Fix the site name + tests/admin-test.sh: add #!/bin/sh + Skip test_libarchive_ignore_device_file if we cannot write xattrs + test-libarchive: fix underlinking + admin-switch: Add missing reboot argument + Use GSubprocess instead of GSSubprocess (libgsystem removal) + libglnx porting: Use glnx_set_error_from_errno + libglnx porting: Use glnx_shutil_rm_rf_at() + libglnx porting: Use glnx_opendirat() + admin: Add an `unlock` command, and libostree API + Fix building without libarchive + pull local: Don't import objects we already have + prune: Don't fail on partial commits + tests: Add a commitpartial + prune test + traverse: Require variant when traversing dirtree + Release 2016.4 - Add bison, pkgconfig(fuse) and pkgconfig(mount) BuildRequires: New dependencies.- Update to version 2015.9: + _ostree_static_delta_part_validate: Take a stream instead of a file as arg + sysroot: Add ostree_sysroot_prepare_cleanup() + deploy: Do not prune repository + libglnx: Update from master + reset: Simplify argument checking logic + repo: Fix build without libsoup + pull: Honor depth with OSTREE_REPO_PULL_FLAGS_COMMIT_ONLY + Mutable is a keyword in C++11 + Remove unused variables- Update to version 2015.8: + gpg: Add ostree_gpg_verify_result_describe() + admin: Show GPG signatures in status command + pull-metalink: Don't print error output when we expect failure + Add an API to set/unset a deployment tree's mutability + ostree_repo_checkout_tree_at: remove @subpath documentation + refs: Use *at for writes, honor repo fsync flag + repo: Add a private helper to replace a file, honoring fsync policy + libglnx: Pick up file permission regression fix + tests: Fix root uid check in test-commit-sign.sh + _ostree_repo_file_replace_contents: make buf const + summary: write the contents to a temporary file + config: add new parameter "commit-update-summary" to core section + libglnx: Update to latest + reset: Don't enforce parent commits + repo: Improve error handling in sign_data() + repo: Add a "gpg-verify-result" signal + pull: Print GPG signature status as soon as its known + repo: Add ostree_repo_remote_get_gpg_verify() + admin: Conditionally show GPG signatures in status command + sysroot: Cache an OstreeRepo instance + main: Tweak GPG output to match rpm-ostree + sysroot: Add ostree_sysroot_get_fd() + libglnx: Update from master + sysroot: Close sysroot fd in finalize + status: Don't crash if we deployed a local refspec + deploy: Use syncfs() in addition to sync() + deploy: Drop fsync of modified config files + deploy: Drop a fsync, use fd-relative APIs + README.md: fix typo + reset: update help output + pull: Always request detached metadata for commits + test-auto-summary.sh properly quote arguments to assert_streq + g_output_stream_splice: check correctly the error code + gpg: do not use secring.gpg + show: add option --gpg-homedir + libotutil: Establish a place for GPG utilities + libotutil: Add ot_gpgme_ctx_tmp_home_dir() + repo: Initialize GPGME in instance init() + ostree: Split up "remote" subcommands + gpg: Fix _ostree_gpg_verifier_add_keyring() + pull: the commit size in the summary is not for the detached metadata + Fix build when using GLib < 2.44 + sysroot: Add an API to lock + libglnx: fix reference to commit + repo: Fix an obvious typo + doc: remove unknown parameter from inline documentation + core: Cleanup commitpartial file with fd-relative lookups + Teach fsck about partial commits + libglnx: Pick up bugfix and backports + repo: Stop creating "transaction" symlink + gpg: Add ostree_gpg_verify_result_describe_variant() + Juggling libglnx.h includes + Use g_autofree instead of gs_free + Use g_autoptr() for GIO object types + Use glnx_unref_object instead of gs_unref_object + Use g_autoptr(GChecksum) instead of gs_free_checksum + Use g_autoptr(GBytes) instead of gs_unref_bytes + Use g_autoptr(GHashTable) instead of gs_unref_hashtable + Use g_autoptr(GPtrArray) instead of gs_unref_ptrarray + Use g_autoptr(GVariant) instead of gs_unref_variant + Use g_autoptr(GKeyFile) instead of gs_unref_keyfile + Use g_autoptr(GVariantBuilder) instead of gs_unref_variant_builder + Use g_auto(GStrv) instead of gs_strfreev + Remove unnecessary #include "libgsystem.h" + trivial-httpd: fix indentation + trivial-httpd: add option to specify the port + summary: list the available static deltas + core: new function _ostree_parse_delta_name + core: store information about delta files checksums + pull: check that the superblock checksum is the same as in the summary + pull: get rid of detached metadata for deltas + ostree-repo: add new API to sign the summary file + summary: add new command line arguments to sign the summary file + pull: verify signature for the summary file + tests: add a test for signed summary file + summary: delete summary.sig on an update + ot-fs-utils: remove empty line at EOF + gpg: Fix ot_gpgme_error_to_gio_error() + gpg: Add custom data buffers to wrapper GIO streams + repo: Simplify sign_data() a little + sysroot: Add a try_lock() API + ostree-repo-pull: add option to disable static-deltas + pull: add new switch option --disable-static-deltas + doc: add missing options block for pull + tests: add new test for pull --disable-static-deltas + syntax-check: add syntactic rule to prohibit gs_unref_* + syntax-check: add syntactic rule to prohibit gs_strfreev + maint.mk: Remove GNU releases specific bits + repo: Stash keyring name in OstreeRemote + repo: Delete a remote's keyring when deleting a remote + repo: Add ostree_repo_remote_gpg_import() + repo: Add remote's keyring during GPG verification + ostree: Add a "remote gpg-import" command + ostree: Add --gpg-import to the "remote add" command + tests: Add test-remote-gpg-import.sh + admin: Use locking for most sysroot commands + tests: Fix writable repo test + test-basic: Always chown back before doing assertion + ostree-repo: replace more gs_unref_(variant|bytes) with g_autoptr + repo: Bump mtime any time we write a ref + repo: Prevent GPG keys from being imported to keybox format + admin: Ensure instutil commands and usage help don't grab lock + ostree-repo: document OSTREE_REPO_COMMIT_MODIFIER_FLAGS_GENERATE_SIZES + Fix annotations on ostree_repo_remote_gpg_import(). + sysroot: Sort returned boot loader configs + tests: Add a test script to cross-check loader config vs GRUB2 + tests: Add a crosscheck for syslinux bootloader config generation + tests: Run all tests through a randomized readdir() + pull: Ensure console state for multiple GPG verification messages + pull: Validate delta checksums more strongly + tests: Add a commented out test for mirroring with deltas + repo: Don't crash when creating a summary if we have --empty deltas + tests: Add a test-pull-summary-sigs + Revert "tests: Run all tests through a randomized readdir()" + tests: Run all tests through a randomized readdir() + tests/remote-gpg-import: Only commit workdir + gpg: Gracefully handle no trusted.gpg.d directory + Fix tests on 32 bit systems + tests: Link test-gpg-verify-result with gpgme + tests: Use readdir64 when _FILE_OFFSET_BITS set + tests: Use temporary gpg homedir + Revert "tests: skip test-commit-sign.sh when not root" + Fix double free in ostree_repo_pull_with_options + repo: Change GPG verification policy + autogen.sh: fix typo + tests/test-pull-mirror-summary.sh: remove empty newline + pull-local: Support --depth option + metalink: Fix behavior when requested file is not found + tests/metalink: Add a case with nested unknown elements + diff: Fix adding CLI options twice + repo: Add _ostree_repo_remote_new_fetcher() + repo: Add _ostree_repo_get_remote_option_inherit() + repo: Handle "file" remotes in ostree_repo_remote_get_gpg_verify() + repo: Redo ostree_repo_remote_get_url() + metalink: Allow NULL for "out" params in metalink requests + metalink: Return requested file as a GBytes + repo: Add ostree_repo_remote_fetch_summary() + ostree: Add a "remote refs" command + pull: verify summary signatures also when not mirroring + repo: new function ostree_repo_remote_get_gpg_verify_summary + pull: fail if GPG is enabled and the summary is not signed + tests: add test for check for remote add - -set=gpg-verify-summary=true + ostree_repo_remote_fetch_summary: honor gpg-verify-summary + pull: Error if gpg=true and summary is 404, add more tests + core: Fix inverted conditional in GPG checking + pull: Also fix misplaced remote name handling + tests: Check error messages instead of "expected-fail", handle old parallel + build: Make gtk-doc optional + pull: Avoid leaking signal handlers across fetch requests + pull: Plug a memory leak + core: Add _ostree_get_default_sysroot_path() + sysroot: Use _ostree_get_default_sysroot_path() + repo: Add a "sysroot-path" property + sysroot: Pass the internal repo a system root path + repo: Fix location of remote configs for system repos + main: Fix UID check based on sysroot path + tests: Export OSTREE_SYSROOT in setup_os_repository + tests: do not commit from the working directory + libostree: new API ostree_repo_remote_list_refs + repo: merge repo_remote_fetch_summary_{metalink,url} + repo: new function _ostree_preload_metadata_file + pull: new option --commit-metadata-only + static-delta: do not fail compilation with big files + static-delta: add max-bsdiff-size option + repo: fix an incorrect comment + repo: don't forget to abort the transaction when failed + Update .gitignore + README: Attempt to flesh out more, start moving docs from wiki + tests: add tests for --disable-bsdiff and --max-bsdiff-size + tests: skip tests using gjs/parallel if they are not installed + Update .gitignore + tests: add tests for LZMA compressor and decompressor + sysroot: Add an unload() API + pull: Stop using GMainLoop + tests: rename test-rollsum to test-rollsum-cli + rollsum: Fix assertion for CRC matches + tests: Add tests for rollsum + repo-pull: Add a queue for scanning + Update .gitignore + tests: Build test-lzma with LZMA flags + static-delta: Ignore symlinks when computing similar objects + static-delta: assert on non-regular files- Update to version 2015.7: + critical update for v2015.4: fix a bug causing unpredictable ordering of generated syslinux/uboot/grub2 bootloader entries. + Performance enhancement for deployments; rely on syncfs() rather than individual fsync() calls. + GPG: Always retrieve detached metadata, so we'll find newly added signatures. + GPG: Support for keys specific to remotes, rather than relying on the global /usr/share/ostree/trusted.gpg.d + A new locking API (used for the commandline) so that concurrent invocations of e.g. `ostree admin upgrade` are safe. + Other enhancements targeted for the Cockpit program and rpm-ostree. + The summary file can now be GPG signed as well (preview). + Other changes to static deltas, which continue to evolve.- Update to version 2015.5: + pull: (trivial) Fix English in function name. + Fix make distcheck. + Fix repeated words. + Add infrastructure for "make syntax-check". + Remove trailing dot from error message. + syntax-check: quote the first argument to AC_DEFINE. + Remove unused include . + Remove unused . + Remove magic argument numbers to exit(2). + Do not interleave spaces and tabs. + Replace "==" with "=" in shell script test. + pull: use a single per-transaction syncfs instead of fsync. + syntax-check: Remove empty lines at the end of file. + tests: Move test-varint and test-rollsum under "make check". + configure.ac: Enable option subdir-objects for automake. + tests: Add tests for ot-unix-utils. + packaging: Add man5 pages. + prepare-root: avoid double-stacked /sysroot mount. + prepare-root: Update comments. + repo: Hold an fd "repo_dir_fd" open for the toplevel too. + util: Add an API to atomic-replace a file, dirfd relative, optional fsync. + Add an internal API to stream content objects. + When mirroring, write content directly, do not verify. + pull: Copy the upstream summary file when doing a pull - -mirror. + Add an internal API to get a read fd for a content object. + pull: Optimize file:/// URIs to skip libsoup and hardlink if possible. + Change pull-local to just be a wrapper for pull with file:///. + pull-local: Fix regression with absolute paths. + repo: Fix major performance regression with --scan-hardlinks. + repo: Store pending objects in prefixed subdirectory. + deltas: Use base64 for csums, add version to parts. + deltas: Remove support for gzipped delta parts. + deltas: Add _V0 to part #define. + deltas: Rework format to allow streaming. + deltas: Compute rollsum targets. + deltas: Print total size of rollsums we would use. + deltas: Stub out a few more opcodes. + deltas: Use the new internal streaming APIs. + deltas: Flesh out the open/write/close opcodes. + deltas: Initial code to copy content from existing objects. + deltas: Implement rollsums. + deltas: Make syntax-check happy. + deltas: Prune deltas when the corresponding "to" commit vanishes. + repo: Add a new iterator traversal API for commits. + deltas: Search for similar objects (possibly renamed across directories). + tests: Restore accidentally deleted Makefile bit. + libostree: set directory mtimes to 0 on checkout. + repo: Check for OSTREE_REPO in ostree_repo_new_default(). + tests: do not run tests/test-rollsum as part of make check. + Use libglnx. + deploy: Also look for /usr/lib/os-release. + checkout: Drop internal use of GFile *. + libglnx: Use git.gnome.org's copy. + repo: Port APIs used by prune to fd-relative *at calls. + Add explicit zlib dependency. + tests: Move test gpg keyring into writable tmpdir. + ostree-repo-traverse.c: Fix documentation parameter name. + Fix GObject introspection annotation. + ostree-repo-static-delta-processing: initialize "modev". + build: build libbupsplit separately. + prepare-root: Move /sysroot instead of unmounting it. + repo: detached sigs: Use error prefixing instead of overwriting. + ostree: Add gpg-sign command. + gpg: Remove _ostree_gpg_verifier_set_homedir(). + configure.ac: Bump GLib requirement to 2.40. + libotutil: Remove ot_variant_new_from_bytes(). + libotutil: Allow no variant in ot_util_variant_builder_from_variant(). + core: Add definitions for GPG signature metadata. + core: Fix duplication bug in _ostree_detached_metadata_append_gpg_sig(). + deploy: Use glnx file copy code. + repo: Drop internal GFile* API helper. + repo: Port hardlink-scanning code to fd-relative calls. + Add bsdiff submodule. + Add bsdiff support to deltas. + static-delta: increase threshold for rollsum to 50%. + tests: add test for bsdiff. + autogen.sh: replace all $(libbsdiff_srcpath) and $(libglnx_srcpath). + Fix "make syntax-check" failures. + Makefile.dist-packaging: fix make rpm with submodules. + static-delta: Add --disable-bsdiff option. + ostree_repo_static_delta_generate: add new param "verbose". + tests: enforce ${CMD_PREFIX} on all ostree processes. + tests: Remove some duplications from Makefile-tests.am. + deltas: Gather statistics on total number rollsum'd and bsdiff'd. + deltas: Use mmap() instead of copying input file. + commit: Add missing (allow-none) in write_ref_immediate(). + repo: Fix assertion to allow NULL options. + tests: add tests for mutable tree. + gpg: Rewrite OstreeGpgVerifier to use GPGME. + OstreeGpgVerifier: Take the signature as a GBytes. + src: drop some dead assignments. + ostree-repo-refs: Drop unused function "parse_rev_file". + ot_keyfile_copy_group: return FALSE on invalid inputs. + keyfile-utils: add tests. + tests: add test for test-ot-opt-utils. + libotutil: remove ot-waitable-queue. + src: Move ot-tool-util from ostree/ to libotutil/. + src: Drop unused argument "value" from ot_parse_boolean. + tests: Add tests for test-ot-tool-util. + sysroot: Read some bootloader state with fd-relative API. + sysroot: Read the bootloader configuration with fd-relative API. + sysroot: Make origin parsing code fd-relative. + glnx: Update. + ostree-prepare-root: log informational messages to stdout. + sysroot: Drop unnecessary new sysroot object. + deployment: Add an API to get relative origin path. + sysroot: Port some deployment reading code to fd-relative APIs. + README.md: Note make check. + configure.ac: Make gpgme a hard dependency. + build: Use both pkg-config and AM_PATH_GPGME. + repo: Delete .commitmeta file on empty metadata. + ostree-repo.c: fix typo. + OstreeGpgVerifier: Don't add trustdb.gpg to the keyring list. + OstreeGpgVerifier: Take the signed data as a GBytes. + fsck: Fix object count output. + gpg: Add OstreeGpgVerifyResult. + repo: Add ostree_repo_verify_commit_ext(). + repo: Reject duplicate signatures when signing commit. + gpg-sign: Add a --delete option to delete signatures. + show: Print a blurb for each signature on a commit. + tests: Update test-gpg-signed-commit.sh. + gpg: Link to GPGME bug about GPGME_SIGSUM_KEY_REVOKED. + gpg: Regenerate test data for test-gpg-verify-result. + Fix build failure on g_autoptr(gchar) with glib master. + build: ostree-gpg-verify-result.h is a public header, install it. + libglnx: Update to latest. + gpg-sign: Update man page for --delete option. + Fix build with !HAVE_LIBSOUP. + gpg-sign: Add missing NULL terminator in options. + Release 2015.4. + Add ostree_repo_is_writable(). + Add ostree_ensure_repo_writable(). + Check repo permission prior to attempting to modify it. + tests: Add a test case for unwritable repos. + Add OstreeAdminBuiltinFlags for admin commands. + Add OSTREE_ADMIN_BUILTIN_FLAG_SUPERUSER. + bsdiff: change submodule location. + core: Fix possible crash in ostree_mutable_tree_walk(). + Include ostree-gpg-verify-result.h in ostree.h. + main: Only verify SUPERUSER flag if using default sysroot. + build: Use glibc's xattr support instead of requiring libattr. + build: Drop libattr from the spec file. + tests/basic-test.sh: enable repo-noperm test only for non-root user. + src/ostree/ot-main.c: drop empty newline at end of file. + build: exclude .sig files from syntax-check. + tests: skip test-commit-sign.sh when not root. + dist-packaging: Don't delete 91-ostree.preset, do clean old rpms/sources. + tests: Missing linker flags for test-rollsum. + core: Actually allow none in ostree_parse_refspec(). + tests: Verify that the pull error was from interruption. + pull: Handle remote web server not honoring range requests. + ostree_repo_checkout_tree_at: New API for checkouts. + Release 2015.5. - Add libcap-devel BuildRequires.- Initial package, version 2015.3./bin/sh/bin/sh/bin/sh/bin/shostreeibs-arm-3 1652002681  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJ2021.6-150400.1.132021.6-150400.1.132021.62021.6  dracut.conf.dostree.confostreerofiles-fuse98ostreemodule-setup.shlibostreeostree-trivial-httpdostreeostree-prepare-rootostree-remountostree-system-generatorostree-finalize-staged.pathostree-finalize-staged.serviceostree-prepare-root.serviceostree-remount.servicetmpfiles.dostree-tmpfiles.confrcostree-prepare-rootrcostree-remountostreelibostreeREADME.mdlibostreeCOPYINGostree-admin-cleanup.1.gzostree-admin-config-diff.1.gzostree-admin-deploy.1.gzostree-admin-init-fs.1.gzostree-admin-instutil.1.gzostree-admin-os-init.1.gzostree-admin-pin.1.gzostree-admin-set-origin.1.gzostree-admin-status.1.gzostree-admin-switch.1.gzostree-admin-undeploy.1.gzostree-admin-unlock.1.gzostree-admin-upgrade.1.gzostree-admin.1.gzostree-cat.1.gzostree-checkout.1.gzostree-checksum.1.gzostree-commit.1.gzostree-config.1.gzostree-create-usb.1.gzostree-diff.1.gzostree-export.1.gzostree-find-remotes.1.gzostree-fsck.1.gzostree-gpg-sign.1.gzostree-init.1.gzostree-log.1.gzostree-ls.1.gzostree-prune.1.gzostree-pull-local.1.gzostree-pull.1.gzostree-refs.1.gzostree-remote.1.gzostree-reset.1.gzostree-rev-parse.1.gzostree-show.1.gzostree-sign.1.gzostree-static-delta.1.gzostree-summary.1.gzostree-trivial-httpd.1.gzostree.1.gzrofiles-fuse.1.gzostree.repo-config.5.gzostree.repo.5.gzostreetrusted.gpg.dREADME-gpg/etc//etc/dracut.conf.d//usr/bin//usr/lib/dracut/modules.d//usr/lib/dracut/modules.d/98ostree//usr/lib//usr/lib/libostree//usr/lib//usr/lib/ostree//usr/lib/systemd/system-generators//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/sbin//usr/share/bash-completion/completions//usr/share/doc/packages//usr/share/doc/packages/libostree//usr/share/licenses//usr/share/licenses/libostree//usr/share/man/man1//usr/share/man/man5//usr/share//usr/share/ostree//usr/share/ostree/trusted.gpg.d/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:SLE-15-SP4:GA/standard/714e4d27b89f76e8cc5d4108ba0e56e3-libostreecpioxz5aarch64-suse-linux  directoryASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=025e0cfc25c211280b4eea2fdaad22a3e1a9b724, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=e6798d4fedb8a7130055f626d1e72a8b4600c322, for GNU/Linux 3.7.0, strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=14cf86c87f986432f4fcd97678023d98ce487ae8, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=eb92f70bae3bc2998f49ca2c4d02f76147a125ea, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=1d7ecb4ebc12b8025d8d9413168fcd21e271d0a5, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=c2f98388d2573661a28a8c969976d2cf34a16e58, for GNU/Linux 3.7.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)(56@FL(   R0RRRR.R"R+R!R#R RR'RRRRRR)RR$RR(RR%R-R,RR&R*R R R RRRRRR/RRRRR RRR0R R RRR/RRRR0RR R1RRRR/RRR3RR R2RRRR0R R/RRRRR0R RRR/RRZHlⵎmcutf-869a076dfd84f8c6e15dd9530ca49deaa0d48293ea7aebf4cdcb207d9604e2aba?p7zXZ !t/+] crt:bLL ްP+('vR|c7XAg>d$niec.hd$ 1<߆5d ɐx7KvԱ? hJ1kcT623L;BC\hK/ɳe.C 𭦬FzH<D'IӿX>1%IB[.#e{#!Dd1uloaZffVh?,k9a q Ht9Y9Tv l_e *G~|dIS蓽[6R~Emn_BJTOӖ$d“J\N"0ʨxcPuW$+41;;sյjV4/D}!+bFXJP_3'EJwm!f7BM˰,phA/3= $ppRyRZw-L]aiD:X|(f:rcLLG#iLVg UìrjH\g;%PQ:}X"cF V1scY\$0 Mٛkw7#u5~d}aZ(,M>DcG˅-l[{\PtVCOO- ^QKc H'tҔ{D1';ˡPr|;TpdWF &hؘ( pa&kd߸K_)hKhK{Ʋ E&GUTDFi='=H\GR"ʯ`i`;w Sg;L,8GKM!TTTpXBC}{Zw[> @E@{LdM &Mh$3I]A_CCb_=uiqo5lCd'-\{$ܠ1)Ezk޹ɻfn]Qg"8r;V61,9:pn^F '"<7i,^9\6ڮ< ƿc^-˅=e,׀I9xt_tqIgVtd6zxzumxKGB=LD஖!T9@kv/w6~e ~rNA-PHKdBBu}fpDĒ wQ#=8w& .#9 BOrOh'ΪIЫ,`RSt;Xށ*ޯjrfKZHB/TM]o5 [ kBvU (7i؆ojJS3%ooSP);T}C’D9Vn"6#㈈I\p*^n~o"@T.ieH=WSϻ3W aj)/zJ` ܚ$ 45* U. e]?.Hsٌgl%7K7L.VolO<xE+I@

u>s P {MhQu?Ah_DЯo7ꖱ z.3G+ :fP0}= ^n7U1$lIDv1QƏdpRA jevSN!n@| jJYj|0Y NSҟBO^+0ۺNSTwp%01W%XCâêjB"^}5 2fDV [[PgWӦ"=lS}_zg ) N~ä?w5H^szl CM~+2$b""v,)ꝄJ;% !Um,E>d7,v J|Qm4Ob>E5:ف K_- i?5܁Ne6T 5V5iD8ҤWʍ)ԕa+"E-AȜE<\4^΢w,CϲY7CE>/7X2eڗ]ޟGdk]a%S|ÜMY XhT1Ō&^cZ&ya[}WOhagoM #6ߤ7fpW8UBF$})v,q4\͹{0)F^b ˩X.?A*uFt`htKohZ9Ų|LjC.?tB)VH6/^VTfa_r\kyH:TqXx&>Cߊ V~DvnrVqp1&e͉R%Dm+*%r'E8j.5&iKϋfy t"V7pf5:xm e8[o[~i/btK>Rt:mPPh:Xގ֭ڃV|Po{ww1uFO G%5C8S=_6T<[Gre 71} hܫɮbbn; NQjIfxϮ\ty5P)3lQx4gC>e',1-(;Lpr:™Q$}%!!38oGR^.#I{>Ohs P|MXW[,ݢ/cm'׼r]UOzSAX!Vj!JG!?w!8D'-FH';eIDĦ6>hjb"2ZEX{)U<&%0hR.Ja9L*^dyS2_4h ٌߏB>5-`j h(} U c lL<=Fh" Wr<B)ԃUy[TRfD`4䰠dTvSɥV ieD7؏ nշ~2@p _g:Cxr:n7DΗXHbH /h6|8{q dHq̬+##vչa6:ⵐ٪`؋O h*PNObe:@.؂\xMpj%x^ۀw7㇟յ1/˨Ȣ>6O{* 48 X[8j>a;pY߄Ŭy@[;/aCI&ˮyyA ա))dߏA.io^=9Yb%C wB )|;)v.&@IQB0hx)%*x&0|ZO`~]YI~GMH7w5"ǯ3۩&H޼7F;2vmW]h俓wfDI|޽U8nuӒy򏵿Ƿa p>"&`G %&e^j-ܷu{HM#~UXˊJ{xC #4ƩhV.JNR@qb!V:'%5rRxsa} 7MʻWJ盒kal^Q "I 95? :ы~!` PݧSz &!.YDQXW|R1`!obj6d1Q 3yIW1([{ E7I0iڷdc݋rrQ+N HVzy^ط$&YcSDvf'QIՠ5SA`t4 }L „WY41)hψc|jzl0[} b:\MGR[My2^} uҸW ΟX/ƧjhŠ6U>sa,]Op$ H"Z\m[7#4&\(}mGx HUba1}bJ -g(3Gnt|Cm}-LF缢`CٗKق.,rΣQO/qӀܳ]Fz|/!UNQeֹܯymr]֖NIՍT0[ϋzm&5OJ:. a ?(*"cVfoƗ=hJ !:1%uh?j4i*r5ьu:tlʫ4`CƴwCqXR3MȘg|J &\,D[V\90#eS1c["le;Y{4[|g mU`F&H+.pq?s"c&ώX:$̩ ;[ؾ2 ۯ&cvyE^rÁ(C|kS/Ă0ܘ-ǠҺvGfHGorDwn v`Ϋ/@ba6J*[5}yqOa-=\w_ä|˽x6XT(wYQ1Ssi飒lNٺ.ckụӮ9hsO]ERX<ad',G~OC1,c땪]Q^^]'{Q ^炕kB+O*TKuH:4\BgVmx.ƪrvڠ-fəH:z%i~k;]kEČ)Ni-d:1g0cO=OSSeR0W:1^Tw聢;nR'F1H߇Raz~z_03'NȪ*zttfl[nLxHmGcRTDK}1!0L?xS/sV`_!%qys9az{uPgDl5/WL=86Vh6i="QDY.:8s OTcߴn]sL6D;);DM98F86-0/H,l3}֍-&-"H^h0Wt>$U:[M7<ŝ\G0-Ǔ_m~(]QJCڔgu=(w vHr]V-7\|6LiE3K{N*h;f7fWmƑ& F,M "ZZEDa%}9MA?4Q ›D!j"E#:S `S$Ua;N0H%aiB UAÔ2cy9MuVXAfVFG}D1rޅHyaWpQׄVo81yO~XFO4u}5j{"&+f'{kdﴮ{63=Ȫ,NDQ"xgw3[Nto>8+2af/lDdgE m uP}/b~qsT A#XRK ] Oi"֩_Tj\8Je`Dž䊞 ’=+L55^wڢx(~jM5LB6әg8'+*67$B5+%j1)⦻ԍ 3%(f#`B{k ƵRn)?lrFefmDrߐ,F*|L] -u B#[yXmO%)`Tn;HJeY?r}Eë-3A\w4Jh!Ȭb=t 1^JJ#r!-¬vL[hRI WAg%7q(%P|~^JM^sS5uN:f&|bn[O_)oD `0Bc{P`6/^v Ŝx+Rv|n;1jxzk_cm[XD&6j^< ï)}~tޢ+YL]#t6m]g$oB߼IvOmnq&O˘("@L$gT>?\/e  yGgb௒fwꛇ0e!9'OфIM{oųF//EK4p5/* %LsZȸŨ['/||h e?X9GH ɻjmo<XCCSȹ@#X׮-PWW_ iCeFVS((%VU!"Q]E Zsc$T{ǸKH)"wSD$2?qtdc1 ݬ]?RQ+ߗx^߂7:%Qp@!NF5ǒ>IZ|; 'qRiaZtX]n3XeCA7L [7c MgU_أŨ.ʼ#.J=EѸ7J8RFNP)*_ Kd0eKdPOT*W>1AJs;WY7ic~qROlf^+"e|SY M:6:<ZI-e wl77bm7Ê^}h'n@6a<Di4E[]s89M t&"i-wH?_W3?/R2tǴa6 rq4Z>pt:f(l^ԅKxXnPrSOeH.FCHF*l(+wedώ&X $:lGe:cIfZC~)\4+u3N\z-'8(lk0dU?bU7%zzl)L Ig85bm Z6HVm5FSKI0Uws~0!մ UfK0X-5pKC`4ST֌ѡȋr1a2Y;Xi]{_lB[% Vw% '$Jb.+&G+lyXM=qVڱ>=ؔ$&|8P4(W  ns>U] Y|hbʍQ8_C 4 S+pvǏ|Ÿ36̉R{NիVC_oڤ/Odl4]FUt 5G>P={$`1p:]+XQNRJFEَ71r2[ 'O|NYLQz>c2(E?D>Km1T "n+<-$Y͝.\Qkon-3,F\BR{Ʌ;vlv g:YH=vc^m71q6%d #5ՎA'BR:0%SF/qi4^H8YJO|j9}S7.0@Zr'H57<gAaoQ?r:OK:.8`:l {MKZӔ*rc)} C(u/>2XSvcyue;!=O^GGu%?a6FwJe yzSRܘvtc5kҦ/:/NKr5TkeG!Gڤ]x ~GoBv( 7 =S/b!6s{܇H'ɔXM~=_|fsV-s40ʄ_Hv޴6"_a&):G$}- B K}6 q)"f>ml@z*6,ػjxf:/ c$A ò21nPQ7{31* ~)imFRmHJ%VxY\_OSLt1eS +[@51ٖ۱8 r )l8.?ϭ:ux+)*E{ vՐs3BYSֹ,ki%v2>$Y#Tu#Qrs.Du킞3pb"TByA$s$qrXOR)~B,R!}H&~<^5,q W82{C«/g.eł(;_G;x|SzJO {N\(wo% L@az UnUȩHD7D29frM̲PnE)j-Ox9#'Q\Ob zXD!k*3i* `]FsekaXo32ڨzCuÕA9L`Tv@9@:c0~ϝD>KI9 oJ(q`g hTxbi 0ޔڜ:q(q8w3o*u‡& lWdeyL n#r~ k"aY1`V^&h R`s?@4"r?]Nu.G0PR&g9!(|b7!\9[ Z}] ?>ù9he4]ΒJF74rG1Q>5JER%MrW?j['ȢDa RyVmsO{NuQL4:ACBUh9VdXLpDjuXW._Qہ50USMyt/Oq`KX)ˑI6EνۉI!T%8;}`^>K_!N qq ` ,gMp\JhEu %oR[z_u#gL {`񾅮˱8GШt뗓 SLX09q3myLNFGVKV߸}kѺ_M֦׸0&W-9#OaOw-3ku{3l(ɴ7Bf@ 8@W2*:k0JRᰯy0R?\IzC i!X>X1Y$b| Ou3{&Ϯ?z3k3:IC^v/5V.۲_5/oב~'ˢS b"k&O8[ qlV*.@ lPGޡ+dSلsJ0堯ef,BN wduaO5.sKKQsP Mɭ2fKzOJwo@3r\f%+c{.`P]D#=nzB{57\hrH+Й>껣]"/SIT K! x[h~AB8@GS+ ȸq雐LJGO uT ,HZS9*[3lػ)Ckhqňkj׌*?gm !Rq<GRg)!zn)^?hr 3yNauku/1z+Q5-LO/!"җ5"U.B-uf< @7H"uTP//ӆ:=Pt@,(흐#L?ܜ7t?l}U~?ޒn22v Y4.2{ZWxт3EP|aoS=4`eqmWP|>sAY^^Nb'QnVVTF^W*;9P}ҴVSW4DD"©`83wBDs[}<"A-9E*/=f@$=џZ,$e/= Pk4|:=m>%ڷy Ɏg;{kl`[C͞Ck&?.T긷a-JnCNcq<#m[mO{PV̳},Z8+,\naw^Ll=N*70G,ԦF%&ƟJ3^1'D]&84zԩZ~\K^^u.)<Ӧ(9aSXs?+r*yE Q_,o`=fH}dwK/3tի); ig@P:ӾtƮ$ يo֔i!_@*` rc'4΅=)MI/q+_-#94ckvDk&#t>@f*Z}О0)!6!A" `ysZON E8lIeoc˞,@1X=Va1|G =\5:tN#D3sz3@ 16Ϳ8#;͙ `c qL ;[;h_SJ+)1-bׯyÕ* T] Iu2W|VFOc_ח눶ŬrN%@ Uz>/^"F +!dz\kJ0וU1&n#~Ѱ't+V'i>3c*HLrTʪo-(-el[J̘C" |YyRLglPg.g.+ !!$ʚ]/eOdwtjp] pP9mKLP0bE-Ɉ /=&**;Ay@c'H Q?Ok~`(n>}Jg6cșQuh?}M@-{0}A1-zдuO;rU xI[(^5Oͳ-hn}'=N#J]]#]I߯I_0z,ٞ-pwpU~2o)$T "[ e}]D?\⪯0~xL~s^ِkwKN5"&GMSZ0ۍ NoづwпZEdW5rPO4CzuLp}R LsOѦo]zͥn^(ae 6T`![ F&G,%uXS H3ARI90iȠ#Gu+:ճ._.ϧesx'@\"ʍd^ .jV X"C@? S&3DYVA)w%w]x)T9zCȯ\4ƔM\2d@RoLF>i\<@%k: {=YHb4FqC2Xbr9W 'rKE}$}h3vnMŧ6I{-L6˒K>Ki>u[/i$;8 : sRZzQ9\  EēPu9 MPTE\T"iC~)UQ;Z+c4I]8 Z׏x٫uPph sWYT|FwnH<\m^0%J'2-RR8% 22FEbZ fkR2 uKy6я1u#<~ 9qrf`۷ˤël-s2 Y-c&R!Bm@m1_GG۲;9t-{k4qXw|,S1XP_3w+ c]bby>o(5ˑm|]2-ͅM '"9JM(6H;/\U~_*b]r P,TD0=k?[ ^u >ҷ`ī@xndn?ɩv$ʆh4jX Y+ixOBz#/L3!a&tb/Xph/x"$c؅^Y^|/k AQl+FJ)$Ev’Gq V ^<75/Ѐh)h'_V@{~5!AФs1,nG;m{9c x❵> lӠ̡n^LhJj'o3д]ޜM1KP==& wȇG1–N]$ )!]\%%8QW"/u|$mLܢY}MK" y% `jω eXf}-W~U/՗Lslq$ rHȷ\zzCR" r$^%<ՄJ(_A4rowk|eT;H䑦޴Dhՙ]G۰_~EaýUs:T&Wg'eճd]8_kR?Z&m+e߶ؗYaAj(?Ԍ- [eBð7νEq4agjáIm1,(lE}eU~sWܶrȲC*l{mИy/O:X%=stt{tgJ3ֹ:;J4PxbX |S tpz^A ^5zX )dϱE{ ,&Pzg3E! Tȕ) t3oz>l >Nйq]}9Yխx"ì Qز岲ʈn: xl@mJ]^Am]?6.-xq$zpZϊ?>hfD9`Ii%pF\0-I>mqCܝkpc>ZK HKJR'$@P8ms2mL! $\c ;CՌSJ^[*9v'κ5w[BQ;נȕrGz"-;L"R V~DAn2"GD Ox)EPkZP{7pJmԵjG)B ӪF|JH0є ȤLŮۙwI)s>Yag_ihzm)rK>Y@ YuQˢ|Z﯈H\.Uh2AA<^U "im*h:) fmvA$Ev\;=wWMUE p‰F>D@.no^bB5ć3M\Bhgrv;4.@s)Gr*y%UuzӤ\PP/s|ΓhgtxV2=Vxpa{czX>aMF:"P#H@; ̦n"8I,ݥ?e6PD2?t?j(eI ~/?:,Y | CU AYe`sW:y-"lz#X2B.aLNI^zTJ&|8b ciQEJ2oXsN Z њl5B9qPby27~ ̴AA'SWÂC-OY6kEN' !m/Jv7 ༆+^y$PcZu(~\J^131.l :ً u T9:"Hܾ^n" ءUX?<1}U8a<9 V5Ӓ,I~-*]RF I|127$`L^{1@ڞpΰZG. W.TXUk']|V )<<_S7dIxQ+}F10O j%:>_d{xV͆v?/$N^GKwlr?Q1tfOhm+辩 ɶ. $Ѭ-:V DszT0/Տ%d|ȵϮ(ZAE Rq˖0>^y+%bR*UIf.,{>JٮY =::aLM x3uv1S坮9BR{lĔg/%x9oA5Wb,Ur/TټqYѳ WZN2[ddnzc8U~vպ7oJ\IބϧCYg' p0j[wm|rX+,lZ_dWN9Q3A6$9Ppʒ 6,ȦmfU{+x =-jP,dn1j5Jf2|3'cݶTZ50n'^:v`nd fyv ,ę#,ThryDdE۵D9H JN{Q:⋩s5;88~E$>@h@/[~ Bn yy2 {Li-o⎱LCnB\<sj)[)R.jof ϶<+4LR@D7^ ְdTPUv/)F?_l-k0/gƪpՋ-F27pv=90P^#,Ͼ~fQ @U2Pb2n03} uZ$~8wNl=nnC0agN3s"b/"v&K~e:\_SIDAİm8Y\6@s,FHrc5cK\=5,bDSh-P 62~/&lxMnx:SEC͵|,su!qA)Ls x9g@^ aބ>rj;aYN0BgrRc R-,%`,7,8(e(e.`NKh/>lU Es|o}xy@\3H/6\U)]mP/M Ay^npS(ɌnQݾِ[X ^NH 8uXL4 %9'Q1~A҇V JwP{98#- L \"p 6 J4+}'ҟ=wݖqȩ+^7Yõ'&?іQLSqу9X.p[vB2+nY`ZB醈mH1a(r63' X-)r> H̀7]|cg!1 $P #(6\X3DG,㺯к3Qs(Xhg=w) ׬(0[䁚`|\^ϾML5 #QN:'kTE,vE;H @1NT{FOF'#PJ3\Rg<فCdT\;!1Y4LsM#mV.Ҿ jݓ[kTcdrz-B׏ J9@uI_[ڛf1G@vuږu(dZKtΨMN ɂ4!3cDI =,[]U?H&pEBIUK?\W/U՛i|fVU*r 3ߺg1w,q]-*̕aXcMl {ݒK]\17-I2勃$ ޟRE={{"cYgsrcחGFgL;U )] ÷L0s`1W{eέ̊(g0iɭiBB2w$siPe2 `H# a/Qe'4^?5bMm׈%C @e,aV!G]3OѦҮ q]ngyCGiօf\ 5_W,d26E,ȫ$^lWE1`q:W<-wh$9党m{bIcNOr?RعcI@3L[b v 5vNe! wdU;~fCcw J~V@7~W,g CZ"?ެ23ZNt1˴doٹKax $͘]__8SŦ CkW %n0$y1i002աeg`qk;:3'Y.yh0ϲBt0X\/-)Rn# S%:O24DU2 x۵qO68Ø>B]+YHrDPaͬES-j#KPr< V#,X2蠴j퍇IT{k$JͧIZ:@(+@PL5-/W״t@5g ׿Z\]|ݺClI'2 m:ۇFzn+EiIceȻD¦]({Kطe#jA\GG9>`x>PV )-T=k>ˬ7;+-(1BGՈhT?} {'@2k3iٖV T%,-*c|nfތnia<q*O&xEDI<_ 6RDGM ɾ_a fu']7{~+<@йua*}Ӈ:RAƻ& gwGQ{H+%T y:.o>'PA}E+ +QQSA0a2/S~oo_T ڣ[;N_hVUwק/ _9/ڢX #R\CPI'1hW:R|rڋwϿ-4gE|Ib H3_{NIt\3AS+:Yiڔ tZ=כ\6q'\#$9i͆22QE[㥤C u"jXaxџ;Xo4ŢIf'8T'T~H1if HP7"j9b91C6t78?V9tA jY|>qrC f0)T(}*:*DOqȞu%ҍBW09ٸ$ڢr34u;ILzxbf&19r,SNzGHfHv4#B9atC@nXwaZS%j SAo/s%i1 _虓$ ( .;#⎈Kڬk;iZaBs/Ndvu59lXiN*=<"Tˁԣ# b30˿:t+:9-[;+@)>^[Y.oV8-6kb>S_sr50]gp| 5Hjq5fx81KjD:\ϥ}$ \ŭ_BcblKgֽs!>倂hE eA Y5Th(.}b*/_FD,~?}jHs&ZQX5` Әt \˩_2(]pvo,~p0,cK[DꜢAhy&Ӎku!?- iK([7`"e_~t (Q[ RƄ~1 nF:i \%C:w+_w6KJC^nO7c2 EYwe%sl͔ ͣ&o38hKv~'XK=&f<9?/1=%bG ]=?z5OfCo2mDԊ\lVZݞtM ބkI.t*"z,uM0m?TIo|%rldCddVfNt?t-}?8,5J%M 5ܦ꡿?QYxmO1:0>TQAso^d(G26]J]1x/qG|1Oo6 =̿fG=zhD:U.O@S/ȮЅ}̻'1 (xhjqSg OO?3I7RM3YE?fTNgrٴbH)2wo=fma q_tX8[6fֽe&OyF[VzzPuv׎)Lޝďpi×ύRVCz)O0 s8$&j{_ #1ג+Sq{˃%tmArگ,me +̆ӷJͿ8X*WTB9[Gci+,p[2r.n{񼰉#j KzH)rwx'WQ6. iBf\ V_7eN,X jU25[-ew(" 4ai%sFL]+W1o%Ha$]DXGj#~g!F-sa\Uv"^]c ҈{J27N0ܝ*oJ.֮qeߞKIxEwl\P1t* 8wg?,k1:w ~#Fnɢ蛋c-" 6 0JWAo6' y%,$Ovbs#t--qk%P.?3əF LK,1y6\hK-d5K05cs:gn$s9(λ'@HN_.T`M"5苬s揤ĖT'Ϡ%UY8Z8qt07P|Lkb3wG_6GK^OR %ks%G2LE \.&v wpMgK[T! =*UoZ(/3X/ɱP][$uI:δ`ѢʴfDV9P2dƂ`ȳ103Ƒwe,heŽt ^"/>ٕ4yb0 2c#Θq8.E2SM&;0iU 34lpv6 |Zi<"KnJ*^QMA:ڃYYRTiXU>X7da^:PX_Zׇ6dJ}w (K#4ޤ`Y@-33/6-7g@[8EoUy<Xkzns p~O)y^F~+ZqY)pR_ jWFς;.$9uK]zy>+堬wSrfD e'y!e>/ix`T 7"zgD adŒ/pύ7"Q\YUSM8l*iyh*+GOz38%D+zjY9zi9Tw*`uZi<1κ9$L#{ݻrQZjl67g ɭ9zW vp6:zDG>#Q+$dΣM>ȑlcaA 1&R,ԓBJ)&v!* Rp9U厚pnoS{˨|Uo-pUφ5 J(?AaVeC> Wrku!V5rG@Li>+(n5~L'z\Y 6޿>Vt(sHK,'%sI'emZo"R7fgEzR_wZ 4v n|3'Z1e%A6/ 2=e5lDI2ؿ"$r6qnW.YFZ^۠Qpt1uf}"{ּTw奜oJ)d%r腧HryCpW}0QBBAmVk`b@{] jdv9Q2#[ͳ*Aɐ[qy\B@S~ɟU5)xXU(/ گt؀닗d89bM[6jd'k\`,W.jƯŲ+nj?ju$U@ -diup HxSMþ/SN3j2;ȬaC̚ةø#J@<3 NLbp+v\,zܠH!2N}\,Mt,=`˧uC D/i*t2XjsJ3TǏ9d#]4"ozڸV~^S~foʘQ8ptƭ^8& 0Rd158-i-]\pȓ*bSm)n|\q(%;(ማ0+eBz^LM-wa~`M?, <޸`]$U6i Gec<7<9:lmEZ]M r7L;\=ܯβbZoaQюAUjggv q@Q՛'w|{ULϻ{l.p361/Iug oܔkAm[% -yXF4_>^}Ϗa:դxBX+=&\M?[L=y? L&b+_01懲VFdစsf5C:}ԗ[x.5FP|cto`[?3?Xm2Ywb79&q(OZ[*CAT&+<㗖6y)rjШy:e Q]0-XՑ`iZ{O]KaR2ze$d-ɻ13u3-pV!92LΗbJBb݃;[miI&!kR}-4 ~h7pH3xWJ.{wCk:M8Mԃ0ĚV xm$*P RKvߋQVmrygԢL}c"X1kQ~;`^oH'tuq? jG0Jӆ6Zingt'4ʷ/5.jWk0GD/LfZYY$&>kTXb[`A,2# N{^r-{p`eGrZC=WYX(qiG.PtMB2buq2ϤSWIԘ@7?a @ @\8 z3_Y4.WW8IHdrwNv;,u?JbUάeXY彈Wϫ5f$3%Q2N{5!0RJJ} - qS G2F曼Fe۹7Pxj%?yN09IY]s6ߣ<Ƭ%L<`9&J!TE_$;!\soIS($VHn51[gxeGu<їFi ^$?L,$}<_"LĂE"=Z.Vh6w*;>`OƬQq|<,JҞ>Ws~_ҔsdXHnSH5!,SΛ:JZj.@T|)9z1&K\JfG 7f s`?׷CXAp#xn_:asO|:#Ψib1rH"`[ZܘփCoRX|).YlMe/b'ՇP wY%ԅ [َ`P^-7&wITH'MXi +P )0yh>x\LT-4-g[z*EKn#Ax㚠ʿLh:爝i*!K.ZGM9V>J^9X2Xa;zz7)D)TT! Wq!70$p If[Htmjts5(a'3V. 7qK9k܏qNUS2\p迡 !e$ūߨ).1[A)H2{oG$ߩzC^[U2):F#ؕ ayIxBP(n̈́8wRB"4shv)nQ^jf#LkOѳyN;h^4d(3XaRLAyIcz5gWe.t{};jhjafY'n7얨42Kuqs(<H_Y eH{{:Ί(.rt$k -6r} V sꊭ">}?t&Kd8EȊx0[1˛a[&-F˯؀$ hԉ4Qz  $y.7n>8ۣ[2ƩnFvhit6z^!&{?-ESVԘY!`>b3?%?}om]Á&P7ˇY ؼ- kAfesܲ|,-l h%]/@QG˥b2HNadnnTd>4zq{Kǻs!uͦD2rU*8v|Ss9VqGf!naՋ-FM(@=Zܗ=Ç.ϏʪD|ś0f<␜lj3PxPoEYqvʕ<'n/&~f3$df}yP  ` 1Fo b%/çQ@0Y@:%E䰬zdDHi˺/Z@> \o20DHk;O5G:#`ۈ U~ɟV~L*aN'1 ]auz7WuS>*dRoĂeiFԞiGۯ?6BYTVTҹMW^ܲ˔DlxSεWZ{r R9pI.opOT*bbнKaa=LPW¿߆+lHt"_.D( %v̡מUrт3vMpM1+J81~WޱK5$Zo D'gW;C u1LD Z?aI?g666 #Rx?'JjnX*B/qX|U3MvQ[HS{1뛓StWynkI|&_=z-BʝY0z79e:Ad|Jr'w@;*KA ^ATej Ls .%zIgJЂW>Q%)6m={:dY n).7 Wìgcϝ. SdH ߣɹnw![Uv 3 >K}ILopHZzuqk](> kRY罇WZth?C G"܄tf0Ŀ%!:*Uo:_exg$bLOO<"1ܻ֢"Կc8pV9=J@5 8"];FR~)jrj0Uv>8h( jXPSj7)S޿"=KCdlVg_k`FZd:CG,nNT 9@Rs D5גr,$}hNy69pݐ `E'b⵫{֫į,3% Aײ7Z~B.c6Ѻ4̌d04LG/C5F(.)뻎an-dE$F/,NPwHg _" [X}އu[aB{YE:H0>ctZ)qδ""o 2V+% %B~PKfe![0;j9EWd=ыzJCOkII2F)f >\df$}b;}o8JO~"WQfw҈|Z !j)VO (()pKQ%ee.H.tlp;ιPgri ^ N-5?Ԅ u)xMytWm{+Bb1nK qðcKoYmm:yWL;Hyܩ7g7$Li+ӭjd![UmWvŔ R3Mbxi.]u4%7[:}VBH*~Ru+JD !x傓\ˠ,.p^V=܅X; L%9~*_e[t25UngnrTԲdDńʋ`H&bFaP")3uU|\Fٵ1i#hPF儩O?GtC؃؉B!LG1g s9'į_0<>˶Dp 3 Lڨk.8яK/oeIxAb} !#UJE;Mlwqad ]3+^ihMz ̨Gː4FfAc86bo5?Inu2%~a+]N)mOq+.Sʀۓ 'FJHJmq6Im0oJ;Nq?%Cco,y3*[zL; )r̴ ԯI"G=/]c$Y̼N3+N0vzo 7;'_\kq^iƚF>btj+p9wt-`עvԪcS 7}kr8b&| TaMB*6#L(XL MNd|FS R|*ym_(kX4lۗtW>+,Onkh8wo6%zLvIvKnc_*QLgXtuJdei P{sWE 9{͗y9]J )C]p|Glޡ 1yP (x*HGxVѬ~ ShXP~ "=ajo P5jAyКX*h~EL R gT@1Xl\"s~SthLV:@ظP7jgV-mGw@8Lzcx8763S1G#{3>JGg!є lDD41wI4N8^Ҥ25 ='OMB[ p{)pD> a㟆LH-D"ZWi3piݢ},3F &7nU u_~ntq Kw%^l}#ǤNoKZ_X&RWEըʙ(iHMOw(rJ9+&uCmL! iU.} w7R]!EZBkPr1/gŃC~p.n4ՠ)FЖs?g.R'+7Ʈ_ S3 uwh[IK9>퓽>}>ҹ~ϮkCR[k+}VƇ) )<,RjRN&)'4i.7-ZM+|nEډB zB V;;H퇄䏧*jd̞AV=cj6Szhٴn"0vRcR<B+9Ai'8fA&s12 SAOϥP:d:*DLmE@%;' S\[ש7̪} ti%"/tWlF)NMD M0{u&za7*X}A?8v텷Rkd^[ ^*t9) `j/(+H7MtmelQ40R Gk^!wj̼Z^8dI>e+u< s[P#gU&/a#.oa;/rv< pj123 cZu~<. &ٹ,\O0MJڌE4-/p"|އUB-g#A02~}w7דCޟ? ܝ };cލ{,A_g)y l] &`A޾p!OzKK}Iְ% ܊yawbSIC>l?SQp眗ާU]#BT)rN]w{S4-"pq;rA,tlN?aerm|AHW9@ L '(+Fhi6DH/=5siB"\p + .8Vټ=]@)+I- LQ;26B}ʓ'C%>"k20}mQ"ZY UZQvfDk5Q;~{LԃP1=T  :X=eԹVP?ǪnLfŢmCaeC֑Z-*|34pV 6VNQWk_2<+~ &| jx0A A=u. AwYC׵c D_sWi2N<{mxs\ @`i(h28U&*  TZ)q%TݫE ?4iԝ-?u8\FJy +[p*uCfu.-rǸOꬉ,cJyYUX< q%2 Nc/`{ʏߞghCů,g&1; Kbm \#^؈Uķ\Ȩ>:l zq.G߱э#\J~bj5k> =".DIHgm R#jy4Nac ܳnFM -`њT2DQ`oJ4~}F%9>OŰ>/vzZehx>ȃ_ip @ɀzRL CKJ| @i"i@ww!L]Bf!^~!R5']~^xT'(pKq$b.tK|O*"mZ7S6Idsd=;2\F#*A-¬6ʂCz~1TIg dNĉD]"ٻy{apV—u.na5y9cy%H]m+4)&K‚O*5&aƆ_䩹x!T+tQ3dPf-N4eq44Y_<#' t$Pm((œ7&ZvǶv'!5 ,dcbFq®*yX]=R'>3k̀r㛫0oսnpx$q/'5_rQk45(t;N&C{dJa1<2/*W: ۨR,7Wdi&qWx t1.0n>8w2"VD( hc' ҏObYBe{nl|V+\wbCcBPNei"ڍ˼hSusܽ-{v"4Z=@RRZm= -z g͎w޽G5ί-{ݚKQXT6/H :ʼn@MGd[R O!=#*[20 [ƺ r]KdJ#l H0ӺK[NnwE _wΊEJOōsM!*{*9>LaG88a|C(=Q7prgw֥^ŭu| KK0 #7@dB {q~ߦ{%?gk0Q~QrYFRb,j9!Ek46dkF׮au)pG^Iv%?Ǯsד a(=S^ բ?= /tk’яɋ!24'-/}j1 ^~P)L\0i-B'|8oD?"!2PwB%BZ|l7];ʊIl9ֺ`{w^Nꬫ^YQ@O^Yޙ)QL: xқ[jVmSƶU I $c=fYtIx^S:EJB1S'Ą}"'S: TE°'=dtX6#/qa.S1A.mq@/h["tDoP1ɟz(h:Z^ XG{lx7~q]9:/a^b%P3#Q0rr1J%qC.QU:zvA\rWH^]J'2ɾ٧7n</,úKzD/VsT~r*̡yB$.A]Ҟc;Gm̈E(.|&FExr/67|oү*NN(W;S2 i>:^ډb € f B_Tvf5f ؂T7kwlTH 됯9e`2.?h ɵ{r o^̢6^Ǹ7@Nf*u ? l<3?ohݕh='\ri%ǟ㫑2Yܹxu 9핅jg#>Ϳo)$G hSr?HgwOuű~R>5GNDҪO'0;z8P ޤ,.KqIO$;wJ.7#梁t VȽ ФcM|IY Ţ7OR_tJ3!ji2K ݗ ~E9B'YcbܞK`_6wXCpɣ $WU )n" 8bMrt hhz2f4&4Q-ϚP[r$璠Z?~$~ o;O3r76OU`tTWy T(DDQ|8:@&g /;NfЙ6 W0 cP^% F=3ShN@ ztX \K(t1i]G6慹w8j<OE.kDAUiBkRh APT#݇C,_@<\XҶD =K'ˌ8~ | Ϣ]qy&;dGMbS X8NFB{{q`Ց象YFx!+zT+PFDK^M˛ Zi.~D4/47wWhǶV4%tlq$W'x G=&ZH2 BgHۥ:B4LQSG}6ky--;}U᥆~ƮbK8?~ܜ uDՠɎ (eЙj?ٍl>R']3WW WcBou4ktKNLڄn)nd~ZqP)6I*ȟK10 `9R!#XA^y/N>9SkBѝ$`dBt@Za0_慨=ۜaUF[@=]$97< xCt_PAUTc ɮAsq>v?N$Z! (/Z'y'Z e:Y$޲{H>} ~^Z ;R K(Ĥ\/1?o=r s$kXFJBMF_~LtezMR ! hEL:q\ZLEe)XxX85',AԇCsW;e|z+u;ds%f;N.XThJBƈR>1 c ~K@E#@#1_W΢kc|ZҼཛྷ)݆Tr]NUtJuS+Nb:8~~%wHKk.wTcx%)*KfpѽE?T ¬.v9:.3𼆵l)Q7%7t<сͯv?q UmOGL5,46?pu;ρ09SMټ8=ruIe˷jU@&#p(>ux[ $Y &'齗:vhLfLw[-c41YLv.!(p9[r'ZtS.ezp YCLovK#I,`䮦PJ%$ﻆMiT]9eڲc?h=1Wi{p[KX0gllt}+AXCcՑ dqYe/nj٬7|T(>F| B+WER[ A@2)3Z8nc7@k}{'#?ʥӡX(Ҝ"jbH0#\lt( ,1[N{C"ܪԫ|ܩ/l$dAB2- uMK0Y+%0w_wr.l%s7l8q9Lj`s,[PъQ>bc3(Io| pC xY )qB=6Ni \㐗d&n AGKG^ tLaL6H"/mnυn9ipD$=D v2uέ76@652Ît J7 :ꍷ |3{2o%QWBuW&yPuќML$F3!.MQoW6$W(|1z/I>A- V&LSZH|&=%B.t>yRv]s 4Yw7W)Xwsh 'Udqkk;`B`:=X 8,G)nʳE{^:]r11z:cN ۲(D8UYC=9,p]_7lǬ(jB-bwFP7ڈ>…rSsIMr\?k|Y:1/{vÍo!T'w"֔0C֢kzDwu+&_j@0W UQX2aB'24L˄hӅ"&FH>VXBx [2{\r9|8E˼xްʾzr-.L_Q9{:OgbJzB /sFj .[t!+o7+42jlMjC *qRRbNC?I] CD\P >^&m" 2p+ ᘸq|5:7ug2WUDb@O$R6C/{Q&ڳ <Z|8-cm|FS*zr [3^dWa.㵟i֩BfD;A70,<|e{B戌ڗnIQaM[fk%PfnU=.oT,}ZDE*l?[M@tgXvۛv ѪG/As2zSnȞ nvNz8`U*ev u.,,ntCL<v&ŠUC`#93wgAhKf.p>XJ'nL۾*1GKVںAOcR̞0_q$ETS[vyvZaeUH3d]&SXy_̉R?jHn*vAKBX@˺%|J?Z^;:D~`XwqM nu*X9\P!E8\Ri}>b'pCDfR|2Т5?^՟}mQ`p~әjѻ:K6bJtt3q:B"nn&<,WK#lVTqDhJWh~J5 οﻕbv~eLFgX=%V*7qBfsbKGAxĸcV/ra=d.au'9\381աXQD &{3REpңw؉D)g fwȧWesʏ~2 !˝)"D_B[tU߾@,P幊9k8D. zez֎>@`_/zKm[N(ɓ{mdM/ 0e؋u{L؃A i1.dH(fZ\߁۝[*VŽאn"bbQdCu.o&!YϪ9*u~'q9P1!Ґ4]wyxSYfebmKwYI8^T)ZIIF"$C'4tG<~T2 P6U҇[RvuoJVnvb큕LJgP<`h$h.T/Ĵ`ˑ0-pd* `n {H#,a;d]Z~U4,BtGrUu)D׼]Xckr\nE]+z;]HJX{Ͱ9@`\h?ގ@jQRդ@^ԉO?|_0ؾzdcA,+̺&o lĉ@APW5"wa'oa~@۵]2@8?ۗdJr֩ۄ4cO&~QNtJb<oh PAɠxT z] ` U5O@CƳr;?Vȩu{ Ie1;ļVb,aS~3,cSnVg?˔:3b8+0Kg,tvc*6ϛ?{ J-ߢ#~<: 2`G? `+qom=)3ȦzHQS0jirI1OSjw jXW2^q`nTfj\**nߨ'eږR0_`qapXs(;SlJAμ^?BqilWC1jZ!ǓZ^8mo*ӷJnډo5c7S,VxP[ZRQ] |lA|)淼儌S+>89ceQ`|xJp<Y"പ9*g5J"?K+lNIn%⥭.,Xn9+UD..krVDߨ^ UPSWgEY&l_v'.!m]@]7ôu]ʉEXodz@wVK= }?@y_+TDN.¢ʜ5}"!3yCd8@OxZ <3^LEG'cXAvW`!u}*w.ZQ/iehCIg6'zu\` Ab|e(r'J#{%Rm%g}-ۻg6΃} ` 8!-.r(q21b|2 S@UCq3u!+keLAʃ.QAioqӭJXS%|] `op8'*oFcy~E 6seHk9{nEy<0QaF2aXp:[~MC{Ծ͝dؼ Acɏh`Gtӝ^9gʑeX c*[ \+0hEorUQBLF=xV>җx3o\@ukqlP;B<Շ+jاŲ3 J{TtUV~7>s'oU5¼(A "kœq`u uY*LcaM0U,?l'C `߀X/S~N:0x-0Z::zQk ,w܆ *yOXroK뾄!>L_+(•,e#r4a3I78¥Q\HEn8^U EJX} w%p9{DaA2 ΊYcKt`5.3T~5pvV۩/ǧXSɜli#RudoETP8b 0.eH{fĎ,hZq@.[0\Udgz#ʛfNƎBuC y=xyzj[\Lj98jSDkijuKz=ɶljRm*@l:rb]#j0mkE+ [)xiE' fem9PVZfmmo^. Tr=ҧ $E\#~^xJBK^8l^ߵS-6hImc!D7vAfH,#{ns{ON\qdjxyϫ'Nś&'ߘߋ`&eƤ@KE IQ,{~5J5`ꉲ@XT(/EZ#:TRպ4)E(Dx P1P*q/ÐT)Sp1~ޓ\7藝(袟+N)#>+BгEr{MѬq@9qj52'!*%pA^)+.1V\{,Glwnd̃+By\E6];`2E 4+吝t@(\I,k`?3.[j6 #͡PwkEQVaC)6_Bt2'=|'mȝhaǪx$]#G#[^3OI+, YARKrwDa@!1V㨚:a ^t2dhFlM_- ;Ρ(pZneY=čH|lo^/4h|P"B04n;d $:0RVO-L:Qr^<@GGlM6]6k!#n")Jפs0W{!v SgG۸^dtހeEO3_4oG.<_a0!'DMK8,@ i't7UUfgvvX#bd##7Y}HGDxx?ف#Zv~bۻ -|Ԯn"&q=kηND1b&:'lPT1kb/H@t $=ib1}Jj:\uvu*\/h qNCMy47Rϓ Ĥ?Vh\"iSFх̢4ؘLi 1k?L_yf2tT })^a) A`]GjI=  ž{Iַծ(n6,ՍʪauipKFR#Q% 60{lo{ NL2(ΥjɮwfXu,xÁMOa[p mZ|93b7OiDbߺܤxLԩ' Qy7h-ѕªgF!KwtU71ctײ*ѰNtpщjC]v;Q#c_׳ [ܮ**R -G|0ýbx{._B{3SZؠʼn LۺfԹPwzz|ibℂƙKK5h%hʌ *q\z~rdvrcfA7%A SHsw7x kLm9ٲf4vKOms)k 4MNu {#*=tHSpvg?w깃%h%1j([X8K$nGI4C48G [-/SoЂ9x_]@c3ۚɢLzd׀ ƨbXDi{ YOG߳rWº=,TIIּ*}NXZ2[5Yi9]NaEbdIS4Cp;/P8m ,rv"!fЃqFo>٭Iqdr%deC|XY!|E"xʪ`$}Ρk |`&=^nr>1dF$$͊ԍ9\@ĝW/)7t}`٘v(q [x#8҅FMcޤ, 2\GB';4R 'ST͉.weьM!oB3m04tÙn 7c#QWcS =0ЮՍ i3mIX94xg6gt PR%]MQ΁8Ff=5CI$T@}[D%YO޵ce[+N;|*.!'kIp@ޤ{/ج$S)i 7Zb9"o1 9xЭįDԓ^/J+ < `kgf z`< i]7l>~f6(gd +NvD e1cdoSLHn2ڨ`QĪNC˱wg ]l7LP/eUǖ ``lx"P>&.U;^ c`iZyR~]Xexu_ 6d+^2LT V' ?ipFKV0hp'/0Sg\'w{CXǰeG8E3^|(+)<+<@397ߊyӄ5ǞY`EΩM9d^AT&FWO [8˻]ύ$ Y>1;oWVm}G~GFZiĬAmdg g7 y)>t yٿXRiTJU7i췥v)l TmbձsyNc\Ne]|6O vU_c2$0yp;Q6Ek¨~*Ԭڹ ViYTUͶN8 c&0yɉo>4:dy"CBmW 3'wg&ͬl|[. dK_ZjY3矱/{*f;$u8&~yȾܸ;ɞ;p"٤T8LS˻}UcŰJűy(R)@q4v˒p < j1 4/TJ݇7YB:6﵅nctP*sƲ>;cرiV8; QUn[Q!{4(s7aQ*cxBE=E^)Ale!$`)KQ@u\J2R|X7P_z)a&?Wf-ui;m,? xgKԷ{(. g\Va2L :{%I.㞌@aBw98<+m6/<eQ\/[b$+sWRΏ*mi|B"4l}'눹3puX`0ώBN4j((I@[_p~%gRx2bS$&N˅Mn)dĦk'> T}eZ3ơd=^LIeqn&^HFOqֲS*_ߝ57-7qq\f<6qI})[ Ueޔɩ8Ù(y ` hr&Cf0w^?mtez=ޟޛ?R\;.xϙ`a^BE^? Iޭl pE::%e.,@6ph>LqeKUiB] L ՋηX?\17IBtڱI2}9&l~ɔ1O_̣ltCzM i (ys箮\o$AŒGwU=va;¨UҶNax2۠"!C;Hem=eWܜq~|LUA1A%8!7ACن׺)rlgF9buB,9 Iw5-ׇK ӓ=3=;/+D J ջoNJfA zQ /gSvUL::Rvb4Pnj%mRwHSؘ9=XU=yJݟ"ݤ"}pv=a Q[coHsG4rC4FpcQgzC2nBBZ.ļ^m LPGgry>߲x5C7T*)Qp]A23ftvp5OWSuG,I@t\~O]a@twT4;4Y4ew75V?.}gc_3o6`*n#Q)q.CbT&Gn _cIwǠS9Vw׺?b5|teJc T BT@<*7%`( 3Eq Z>UDXWy ?겳P5FON+"/t ii[ ^t?Y7?c&0ӉBsI{z)S}.FwF0JAL6䤺L\ְڈm,-3ۙEd5968pVbhS6b5ՁnytHmyH0)GuOSָ͡oҴdKV0 u.(MKl38#W JA~Zg>r+Ӛ֞ hJFz.`4$ 4O͔{/ k9䂬 Xk`'N 7zֳ|"[卼75}gdaJwK96bSky8A<b{݃`c^Cϒ!tTV^,J%TGg萚pVwoʩä+v%B90ßT/P@4FѢ[f_QSx,V{$sg'/ܤ^1p\{ӡҔ'pn9rׅ[tEl7F#*#ub<0q.*(ˈlz\}5x*ܔ,jm&ij !ifuːIRT!X[㝹/'"# ӯr'z})$%2cs^!l)U>y}-ه6U sԂhKG"%ߝO^ϫvKI_]L 1W0@D":q}HSRNȾ&mі*vmGK\yˀ Fi{g9w9ݘН3!s{_^B2" Y oj"nbMC)%V Ta˞R~,-9m#C3~%Iqprŕ~-݁klHyߓI|-^o%jq^э̴Z&0{Yŗ}nS<1~_Q@|6A3e!TGkb.&{4fxݝ'~<8-, 'raۼsFfˍZ!>RINROԘ]0U 65cF4(JqP^Xy9sW鞮,ʺJ'⭔DJ~{#XHrsI%dxIO }?>-4N[,S{MzW哞L-}`aI8I` !vh"(xq0( @U c"1r;Ww֮Zb1ly] {~ѠY|I)h#"֗㎵9E2dsTkmu#"~SS?2cgya]Qh ˎm4h;RjomP"jKJ{|+@'!odq8' b"9sNo6M @ܠe]G?N_D_k'7k~FƸ`y]Da: pF{8?B(Ж#U/Lӑ|N `eǫkn!-FD|@U- 3!0 ̛3y^XG45 :$!rPnmwy׻O*ۄ!8 6pr9e[ %B:.27b\r-G?Qah?D<~Xܨ̠"_J@^סQ*"xI՟D`$sQ;x]qSNw?&X¹lU=ajĪ=:Y(j8÷ E.̘t*]ŗcrq[>QX`hz QԞ&O$ tqy|mli&FKbzl$`7JF L_x@mt˂k e};i#cl)fu 4hw"O"HkY8^gO 5ZP*3WxDu$ј(R'Վa9*8e6Gb*~N/ Jir +\; fh͡zwݭxA^OSᬚ}0 w@R"K5mEDq6@+Aԃ N9`)hbs:E(~圪X7S& `_I{*lnLߛXXF `X%Hz=CіccmJVw8=2d1 #m'{J;,& 4&yўT{%;'~\ӆy@J܎4DzrQ e=lT $5q#O5pcފG[GW_|(B>1''OeWuP8b^]"kd>쮢x0y8Zt:,nAg2o$WC cd#iWO|9j'-u>C>'b:e!J9z~pW"};g W?2k.dazAn -R>>*0%x\,`Ā}eAΛ5\S 9Fx5i>Sa\i,'C+@}xNk8^wR58"pX =Ԝp&3Y'ESs,k>({U!cQ1ĒY I. ez\-HRDG^pb(3i3<_\ iYt9DznJ.EK+Q:dsnn@iraͭ P`pBQ NlgY`: 4;֙[LW]CRt e t{*VIGݰC̤:$JMÍuݓk.KI6aeq#t-湺o;qjtIMt_S=Lq:9}[h:{AbhHhY>ěsGg}wS&MeM}_jE,x; v/޴UIzZCK_r_!1"n\lL}@[e}g!ҶIUuFέy&< /6S5G]y8u>TL']Ǵd9ٌ~`+5S0ܻX_Ӳ2 $&i"="~oegm#9JdXLtE VTz/zut#VeKR h$&"/+aLdq0ҰIdr5-SGfJ]p>QѯXbzz`b.x}!OC4 D]q|E+ea)(*>x>TґL(S%_,l^ bvP=fxNSYF6'qmCacHAv涎4ۛe P"37*U'͗sK'ƿ g5qJ+Oڸm<= H8\Iϣ)N=/3yYq*Gmb~|WjElQL,xn&܆\Ih+JȚSa?_a牭E SBwF},+C.1DR ק~gێtNxYT y +L8r5l\Z Z}6_ 7+^v+ɶS02$ ,|yKϭ;` w:2ljIwIo8Y',w2G]nXw*[Tż9?PWQ"kESN%BS@I<@ h57| 5i/RTFQl֗\e_ "*.lϥs(htY? Vb=6b>l $ Hh|_Ytx= ox# y'\}bV<$ lJ[*m2}ZDڰ C*''p'/rU~C|<@(ŵKF7MO8ޖԔyMٕc ~A -{<,LT`$-&,j*rT>9 >abC7Xh'ti9o#mu+LԞ ȝAG. Q WfwiEԇ|ttCT(1uV"2g6J߸y2}AXɥwOtdmY\z$-84jrGnJ?n颕APߑ#m߸ԉv`: kr[Gum; bYm@#;"+3(Cz{دp }+ ntZ0~2&>'jȼ@S|yvSlG^ ›O-03p5gu2 |P^4soj@SKg])y~>1_dž&Uƪoh'j%_SE@v??~/4If4Z$.fy/TRW&aynr~ [ *3ezp-NWbƲ _ b⨷UHsO{aZ\d[V٣U=R4x.J/4jho@A W֞+ibe` SS]gKlۏmuHvO0W{KvٻuBb1 (4. @ÌwaS6"g+᪗0P#nCeJhLGP9^%StXv|i&d9d xfᇿj$5i/>mh9cwr!5dSیDP ml+.Xz>]-0jק[TZnA8JQTk BW;#(UL٢,tg;;>xf`8ƛ yFMr,ϢkoIj7=9xcW4 H:nP<*|/0JՔ[^b=†$AjXfiLU`\vVwv;vMW T{^ V$z`(OP pB 0GuY,35#p8@3 c81{>+_WNP^Àkġ.=aH}۱H:gЬ` 2H(j_ܲ.g7t38h;![Ӳ(4VZVߺ1͔NjHF86iE^se̶gw1W/WկoE%0?PARm ! .C;\qmmGLn-uw|dAm (PD'3w]E"'[hk0Y6&En0EjyS )+e)b B1 PL&_JôsQYY'NKÞ^t+U{*-gK͈ZM!#\cI\tl;!c8愛Cl\9hz%\e(7%Y~|6hn/V [sO2 qGW|B/(ùs.JQ;!Q|m(b2t*q~^Pz#e 'B/g]m%ȥUd:9w QwmB dIVQwx6J=aͣ%' l‹6?C9L4, CJ{3Oq]gNt>I?=e1OZZyo$tRig'-ePK!im9-nxD|oC$LJ@S.i֚PmA,4>4P鹒S~f}&zx,EO&!A: 1I0H%96ݶԬt< f!O~[|IM-뀳A+-f'̙Dfsآ8G6|g>E)7Oޟ;W;1x>[a' WqE ?Pq@NjۙF!?aNF6JHY={Wdh?e` Gqcu3l|e\<)3R1e5!ȴ@/(oYH==oU~@+-1#ge},|_Dh$lGaMo8/CaCay QEw)4M/.rr6d$ 2(rF Vu9EEQkN[ib>Iǰ!duo~ˢO`l(4^#lҚw0Iv0VۼI?Ky BGjմ޾J[MzC ;<|wǸʱ `^V ?})Vj݁9c Pbj}~s1" c9U(u[]Pkڦ TB se #)L+QWfЮ(-)FJװ㒜I{?v6YM4,0[LbK ;4~#R|tv#1<1 MNUGd4ѡ}@a+Id^"ȋŹ Oh&4.0'OUϚAӫ{6jqה?.o5-x3)=1I#"aX 96=qKM:ɬDžI޾h[cEĹK`8mBcf[9 mb7Xl,y(G65PwMG8IGCLf ID)yNWe#Y<-){U0eY+$g9ӭ5%"Hl(O9nЪZɽDIt.ʯ ̎]Vn3)Ԑz`.^L.7fs;"=d%aq5K4!-@6$f[q0m:|8k*V}|n: .BelHzHKX`y7P EL1nl\{9[S1ˬzIO~%#߶b5'91b) P`$ɦ-ZKAb!3t~cmǭ#갼biPX-do6ז#='_{]^{ެUkV 4voW;!9͝pdeR:cK[IEE/+QazanB3K`7:>zj~CI++/EG1ŗn8 #F h أo/$+R03#yК/4#U\gU܁Ӏ _T~6\efsj 4O"M}|%Ӵ}m aBEi7 a龉eҸ.yǃăLjSxB=c~\l3N.W=o|mɝ3O0 8w#9CՁ xh~I ׽z~*1Q 3yd?hiEØToe1b%2ʪ'ʈWR?ʹ PN[qV܊-,g~;zv $sWO;7aGqF3 QW<[1D`ϲTQd[,\aJ~tBRoZђs]enE. SSW}0{^?$Z1>]N (c3ul}v⦹&bZ]< < ny oQFSh0A[1AĿ~t$X AP}(wژ (B]e(eLUQ&Ǣ韙֬}3@ uH{V]'PFi`[P.&I,q]5࡭c֚b"GQ{A}}-t@((a>߷hЅٲ^midM|+Q60CGW$8AqbUtkA{ՙ~K1={M,Zd(4y) {-GBU!Uk?7i>{*( $64>e3[*kD?ɧ1`kB4^a/ KF$[I8Kն!&B'Є1IOJ#?nM|:XVpA&$Ȥp_}pkCSn6@ibe+IiíwƖ~|5󻧓Y<yK 7 $wTp#?sy eQ] 3sVŗ$dif2@Ӈc5`uCJ+&RH? Jc1ǶUCg3ti> 5 ]9oT&r%~X4+SR 09VnMJj5:f-mGNy ;go~V!^cl)-&=MU9ufP^PXCeVI;էؿi5l/#t޵b|%55 ZZ#A2*PhefBTrbs.ymHk@qZY~>2L"۲U-8ԹpdU+}[B XA'ߤ59tf!̈_/b]q'⵬FZ.>nsX[}Չl %iRJ2Rf@gQۏgptgcpb qP$)WѴM>ӝN+HhCCtzճZi@w~6x_He]} _SjLGd"{3j=nh}`ʙjZ]Umw[*+ 'mȓH_S@mEpd8%kp|SYd=W2Nbz"z7yl|M7+Q/pT C丅2+FؾQo>h5%fԈz MGPm~^ p+FAb.ot";Z-,e^;bnLV;7 {7-mMws7JlyA ^U7\ }K4; gm^w>/֓U"ʙmh.̷ , ̸1\^sSCd+%5f>a{%/]!;tZuACv^FޛF [:}3RO#{ 1C~ i"Kqg;z`o"p< .K39d!{|ciQ}ҽ47Ȅs/j$ Hi*'!dbWIt-y916EZj@GW r<)hնa f 2J3=_æ2d>TnJJ$3%e9)5gU|v=:vjwO"fe{uqyIbq@Zg2ͤI9w\mXnr`kA@rP .MK3JWG-_ܤG}Rͫ/"UfJ 2c^\|4(n(s i{f?)1$} ȗ7 !0 IDp\(.~v2C1tHAi A<)%3/SX?0<.ڱ#zٔx!?|7΢. O=D)C_^U+rjǀJ0j)TzǴp;b˳xѧDG7  O!|Tk(o@*F%AO A9=qUD:z\iXWYypXw(YD@)L_[H~y p*z*LyP|(H4gCLU~3>]0#o_ie=T9C9UVv`t][3)+/ O0Rmey[DP6!s^smQZrm0QEC"*ؚ)KBdR߱}ZSkol,]%yJ[]E3nBfhUĶcJuZƸj€>F~%ז c[\-̭x0[P w8ڋY9 ,!6mƊ34&o2`lLWG+ĖH\|ՀWTN璙 oOaUYH])c[V1.%eAݠ"]o!|A"c* fj !1L;S9$KGIf0e v*PaЌוЮ*DܶǬ=Z@VT[̟ ,Qȇ9vE8ڔD-6-xXoxӞ-FЋ,J:|">i\!S^ C2:E5Nk"&҆tO3Bh$+f-F1+@?+ `]} W{Z'A1]5m} Ƙ]߱ ʅlM h8 Yʱ}?p E~׼Bk9ꋿXk/FFJxrH#8EiCA+-9ռb95UJZpNɫ{: >c(WWsE 5O`E(<#Ak׭^nAi\gֈ,sB^ru}QE)!{KB%P^;԰wS.d0o+%: F2`*vRJ;C7{Ej- k7 =nm*(\b&Wp.A?K(QhƲ7ac~4frJ>`Qគ=ٟj%uZSoUV3]t*q <xLXPų*>|Kw)5v!(w)^ [&ļ(~FXUˉp䕯S[-h8[eGav{hJ/G]Q hBW`˂&f`)jLlBMajta!knٰ}Y<G.|, cgҭY T"\Wy-=&Ϸn6刬x#*]n:U:MP$룥X6B&5H^uśz#p2gVzىx*G$ ŌM9fb퐑v2RO!%c̾ ?r242Z5>[^*Hk3{2׶'^97yM^o#qitݛE8\l<Š`by@L n `"FJ3HqɉнҭhlozX Xމ_/d5 ¶B 1ζ!@.EF_틌e'("qf2yvLL[x`^a(z*8TVoGJd"tAm, ..502Zށ'=`u:}>"$\QhPaFS7{nIgi f@wL6~f1ž*[T'IǕHqJ@ΚhqvV~k3Т6CYĨ*2 (X2-Z#Flۮ^rY !/Њ9(o/KlU VNGIF `JYMM!5s1X}꙱^#Y)ƛO=Cȃ/AB~SNg+b$# <,./ZD6ǭ^JèkKd;l62G ĎXZB,VS!\=F&\qb[tvFi P86()B&͚ϒH7$xh˿ N$&r ׼C![t0eۗ,@]x ? @ڂc#GTfࢩz7фL'?5IY,o>9}ӆhZַ!(]ˑ1ndH'q᱓~e"bvޕ_N|T6si*+sE }ш$Vlvn^z.Y&9'Pkec޳WJ ,TaO{Մ\b)*>[i @s1,'SƎ81~ ўMЁZA+V+nAZ.V;ݎWic#ه7 DLyϘնf~6cƛA.fL$4XpSJgCDH]Z+] f-Fld?Yw'D@˚ߧ)%NBtd%qRY cF' \Ȭ "tZ|b׶3ȘZ{PXQFoC5)ֲaʼn+Y ^'F ĎYvP;w [%:wz*ʪ k]rq6Y Z.{/J5y$v@KO D7eR`E@+;~zM A4!>/_jQz˪dii0Nh|AB;8טgApz T#ȗnS~~8vn hjJ e'%x>vq nzٿLnP mzL|F$nq]y4/'* {UKZfD 1Lw|/5 ʅԩ?Snw ݫ{ &[=1eoacّ4hf4Uhq'[^+ʔT\һU`\jZ_Nh.aG1۾X;iDOs6D^H_-/0%|eb5M$z}aZMߋ&}XiRE0Z;6&b8ӥpGQ/N6$Ap&kOŘcfarjg\ܝA[[- > R_FWxgh}w@6@$΍PO7Yf쒻3tp Ʉ 0K[4O,N !ۚZ|@Fy{u.{.,8gJs .u* )姌tit\0T"]w7\s`XlhőgXpeogTZBg!H@Tn""_|FLBJD/ _;ef0~gf>Q]w1鬵y撊sxON `t 5B q('mf_+N~g-la<;q /.T>WlGߴ8yXPOB9wNA>|Rt?7T~#m=r-E}Ǘ}a˴%K{keyqgOP.3",9RDd^,w+5Xu0HȔ2+Ixmq%$:3H2A60^1471ٯ~@h]LqLdb eJ~EۆQX@&2vu}FO{Uނ!5t*K )΢-/iC -aNVv8 >e\ Rlp[0,a60t.]$IĖV-*ɩhiJv[Y1C:[_alv|*{{#Ҿ!"1b> ޻AdˊĽBn]:6RHFw]:Y ęk])-MBGΐN_{w\CM=)Zymⶀ>;lTqxWsgh[*uaa-ٔa:\-CG]xd^koTH`^$ۯZ>F=h*I"Lײ3[CgV=UT̋tt+ ժ#7SJ yMVvMs}3㝭mfz5= n{ΥsӌQ󇉗ښCTB-Btrի݄X4yj`l1Cr1i-:|Bbݺ"n^UTɟF78la;-H&?$> OC|QPQ(XK٥I~ƹh%m`>gڶ#}uYqq֬bYZL2Wl \4Q`S~v7D\[7ٮ}ZWv(2AԑSĚ>&s@[o?O깫97 zoN Ũne.7xs"mߍ zحtY&[mfLW[[B9_\}5dnd Vأ}l̛n#|S3w/\|rLA'}aeBoTlҾ>aT=X9vhczqA#!'ッҍ4\ gT(ylΎ {F3Sj0[n"boM|Ca :Lr6Hb -xaَXO"Ԡӷ5 :=W*O@)C0@PV3 9]"ņi1}=Q+lQHNX=swLwfؙaGpA!̡bWC1wsz6b!{yOq1?=? Bn3i$!V˧K4HYU";,^E  zҖD*)ش]Ç)#O TF/\ښ d2P+9{$f4y UVJ$ʶH/ܚr%YZ;m;u\Cx0V^Lz>0~0 PsBnM"1ᖾ'f4}=@ydD+˸eX[%b+r/:ʳ&|C˂%Trr4+x B>y9)_!z'd4naTvH I=kf\ai{CZ;⫳_Tzm6ؾu1zts=?k#MT<}8` zK-y'S6drީ1 SfqK_-Uym/dg)q[u ~h䐐ή^u-ȐrѪnFlLy%z4iB2鯦D6+렃Y轥b6bUC#rν{^S~ˠIղ[):kQ7;}! $XVmGK^9?_RX=(qrTYeXxBWUi ۬ >B<4 }Ǫi$kmh:PH-^`ke3vSj)"q"XS;IWQ\ʴCw[6[kD9 ^ʹ{VMzA$NWZz MP ~WY'm lM4-IԑY7Z'QL$(/ | Uj#oYOεPg+s0(fz9=d|ۄ՜Oqפ#_痗qgjw/yO5DȸXm>j|،rCGQdKB~6(,Ƚbg-K½Aw~MUZ?dl2&m!x8K:JySo" c+?Ȼi$Dfȶr1r(^\[+5W:AMx/m^S,.J` Ȇd Yt] pY\6 &ٺ¸nYSн^V$̀][3Pof($H\޳PMI\!)ZoF(&g]r}|VRvEX=᩶+gU<\ DW+6uLqO5P'$e:l1΂eyw-6JmV?-/=q/'/j]<`sd$Յfw JƷvOHؾE`A+CAL렅]K'eաZӶUJL5+>HX}d2p|9q=rYXaf|YXHiX#, ]LQMgC/m]Tfi@++ڀ5 \QPI]WٽA737Ӻ~5u Dv~kl ̄SO11a'֔\hn#+>'r L뵢_c+CTH~f}Ƹq[yXƭ=ݮq%o,AP{,5R \BOuk[׌m.2-TlNn2K 8;)v0%$ئF D7o#βf02;_-̝֟NI(Q/hO lR̦_hxK.4>*>SvWFȬtQ$D!>)Se-^/< f^O:p%81#(c al M_ԃ&%[y'}fV&䜔n7lʣ]; (-:"_oH^!\v72ڜA Ūvmd`i޼Թv@o)^n+zI #S{ uhI2q~.@9^$s7b ~*c iDW#|ޜK۶ǚ}MB ,T:W Čt5_k]o,JiZRY{Q28n^ $v?F)*QC t[/[XoNmShqk;p}U!V5[Or98\Cۢ&Rp/4j0X001Bwe,k6 ǏHL(;I>1~vm=YYcBY㴤̰sڗX/o}=~Ƶd4IXbrgTbKSg !ڶTe3S-_)oI)pU諓%d},rt`Xr*>ɠ34=8fjfS|2HHfF=[xe,ݴwNf919!o4+qFa҇٣nZRj!n & K4~!IH0:R gIRf~%Fb[6d1lu}*Ņ R!;ѢƱ`uɽp]uʈO,@a_ԛˆW G#vwKǔ\7#NH.7xN3@#VFi3TJ#/% iTxc)|W}Qn莊M7DOC~ŪT=kqS6oUML]~^?8gے%Ƃ+^ǭއ%b ُdJ%͋V@L🜔S,wjϞL]C~kM'J .čηm ZNxղ~_#F EDX}/W]b?:ڦ0Q;.w}ƆȎ-5~y Zy]չ:*+nybf|zb s-[Ա4h F^r=|]Jyn6h4^ngkƾ^D_N9ۄs~ﲖ+{qQEI2I_Dzb`sgoPuR2-أ8{79յsϷ]Oul/DWqT/+_JFM! :ϰ8ݩe&/T8z{yңđ%Si lOyj{\֞5sE.ߣU J /Ka#lmIeȝt2[t(B$"z2 BÀopAxMD8, :2J@:O$#OA=/s 87T jטKaAQܮ2b0]u'Q_zR1 s%ea!^/6K:s=2.&vg͘fx~4J9 ;Z10 e'ZΛ_Ws]եǝbS>>?qGOw2#r7*`%F~[qN٬R+:$cH.AaYH~у_W6Nh+cwJ6 yNtaf >륽BuBJ"?Eǒ,hF̬ ݭNaZuHb^T-JYbHv W>j\4 4_|RwRZۍZu׏# ?c_Sz1TT/Y|C!FR_ 3<r3"vH']e xXȜ"lδ q&l`[#ܵA#uQ0^ F~a>ud-8lW/` s#(媖-y4>D rUSS,{aғ 3nvXw!n{[)A΄6+ִ/&NhC:ñG"C-G21kY\_$zj=tМQ+m}%_=5幈܁4101Yr|tMe&iA>ŗ$H TQyA뇣cՖ{FIQ'!h/wܘ纜/S%^%p 5m Ԗ%;Ku7R71oڰwcaC!#FaӖ7rfaIg߶J+;ۑcǤD>YT`);6·+zs3[ƏmuݝONů Hͼ ܖU*9tkY&GMĮC4o4&p(6qȞ݈_B͖2M*K,+91 I(l%ag)e־`>դ>\ ]y?J`áf?nU rYÙJtj '-o嘓q,lc oqc]`wwJbg%~us?b!--[{= 4q$kI</[A:!"riݧQnj*hnԐ7mHjƮ{O.'pmHR&&o+kjծ7d.Q|lQe5c wN.)Rk[6q"$4N&M[c gG:kj42X7rPlO싃˭Y{ˠU" o_@yZyat&[ĬKAlfjFLN%,![LiԴS,xDO؛ƍ6sb+M6v*FdHؑw'`{$?&Tol(F1b?7@O :u"NmYRP*6ybRYE:1i4 HrXX’i< }2ǻv9eiبL>lH:e܈8!koO[Q"k;&~$W)hE9d4*\{R~9@0}r34 ]f{̺=1s's#bYv2M2{QI]=+Y `2_~U_^+!WRRd2ehvR!7k0^ V/s cX!(U4 Pq.N 1NUW䘩r\ʶG|u~ɣтU 5R` c*y11 g.ta^Uݹ+?{cYlCS%]I(/pe1Iv"Z;DaPtZy3E O2Ӈ)V upU3 2".H/ ?rvc2$oDA-!}oWY;rA- NnB291wffdoZtF_;4B64+~ҿmXY:i`Hr~+j3?m?ƶ_tᇣ"|ͦ[T\o# ]1PB3'<yLZg$F>5B% I]̏ױuf'Se?@c iݹM'W~[,3FߚM.fO8cUEnwOŸ+Is44k.]2dT['(n(rD $5u|n9 l`~PV* \ e(ة/Enr7(ٿJ^O8ImRͼ^# ɤ}9h%F=T7e+2!ޚ?:, cTѧIC/zEQ$=0ӮL}Z--*ܼ:\-+hWOs+Ba} 9m^K/fV T fد6-WRIk#Բ1 wNr|Lm潳&>:F[a3\Г\rn$D~306Soe*=HrAa-~r`Ⱦb)|}‡Zt3O]ob奣#En.KV}!Xor}솅J}ljC,q- {Ac;DNiG|{Fĺ1O7Jl\R '93lG?(5v ]Bn)_YhsKޔr=z$:ÇT'T:[5(d'uݷI=\%ˆ}T.( [ł/=$̍ȏTp87MacmwA5'`d=q`gkİ@\.[;mC1mP`_̎djf ݩ8@թEgyC%[E_RK>WM\-͙ S>zŖ,B:n.mZ gslw&t!ϳ&2M}-L|v(.qn ϥƊ3ԨՁW^6#}쳰)ς } n@_ :8 %_A_o r~=oT!ދnjuLI|*^)j_C6 $'^rvy[@H iTtnv&_G \&gDa).c.w3ΉZQ@9WAŒ]u:nm\2̨yboizD[/ЌgĔq#:܎*|ib"f,H3ᲯY)̅Fob,kh1| U]݃.)i0.A3,4Ԗ . ui??`h1bqs9k|geq!lkfbw6/I͉:vfSJʨ] kQ3s^.'׻…Nk,sl叝Cap/ (k؄ͪx >M jW:&;/.A_"Q2{ucߑ B"t$"Z1.^w@}`ݰW PݏfT],c[8VӣYk*ZHVw2bmfVʏ;vëÒ 5_bA֪|:RQw ZFWhJn~I{ "$U:#<\cJ-}ԓr㪀С חV)iտP%>oT9n%འ}Bŋ`"?Cn$Ivj8լ_ w|A+*셻s]0)&V@ǛX$$m~"\<F$S=]9xdDԭF? _sY)>4NR *D]7}HP%.lznM˥~核80"wr +Fș>Va ׺)nU߯uny(ĩxN0T&~w*pm/h(l8#Cv'odTrCc|[U&y2Cm"(Ɯ^Y}:/{Yd^1i|,~4@d gVlB xM"[PW VkN͞28ik9IP0[ KBqV@]SK2A nu쯼{qWeҾ_ɚw jg,(]fi} d"49" vu_&%)4٣52Z==b>pEhR9%Hp*lwUzӳa#o~w41YOP`Ki,?_v۞W_!sx>*T  ZVDmd5I߽KFVNf ٻ MY_=gl{t_ղ:$fY5tOn򍹪捩6*vS+@ lWToIf!(-$ee?x?s{k)pr*fǸLL`> Nlzb|7vq,ۡJY !2,`XYpFoݨs ߂r}_LW,7JP^1cxhշS;'/8]#uC 1 F*#w]@gn_JESCv ?sV)6z ~&72*bXb* _pEßdf7B "ɮ"0~fp:/ \-:3if] Tӌ :F,[Y +_3KbK6f'MADG٣ӝӵ6>"9bQ慂 G7h9FDf¨6#iM{\%>$R 6?+c70S~ p,\qXXXv£,ټHyCo]_j m!o`3a&{(?SVb yt8 %:@\rrhIH6-D8i#8n4Zx&sr[ 8K4>Nz4 O _ Sͽ!rb/wyYG2Ia7 ,Ef1E:b$o |~:܍Ѥ\2ˢ /8J&\PmJ'ӽj2פ\&њKOy7IDЊ}c<=/2(EWL{gpMkg8CYQ' ^گ, jL$rS{ђ^,R {, %ٖz:k8Q::)v޹qUϦfϣǫ)9{on˿xT=B|XIo19BiSȚ6wp[ϧp;* |w>Y (MW CEÖtTC;[~Z祃* ~}!#{#m r&3u8[M ;ף]@n9^u X+vvI x~Z& Έgܿ{A׳kTs, p'Oad=m1ֱZG /ܗ=Fp?,0Κ)^~BR=ӴjvEM#gF#^tQ )Mzu/v8s XF锗BuQD "(x] y&,k0@c)!:G#~e!RD*(abtT(<^Sn&/ ϚKA\@EG#>({% DC{Rrǔ7 o^|{ؓB+q1~~PN N,?qhf]_קNI!~~[ Ce t R,ֽXR[-?+s3@fZ;7V2ARfzJՐ! ɶL mR8VΤr!;j%4tIqXy@'= ]?yVȿa򟁕$sc. i(663:p33)?#fVv}pw(/ȀHp&_W^t‼67r"N>Ú^J۴.0d/DZm(X6A7ߍӜv Zۦw˺ujz;C>G;FS1^'nq V8m /G\T(ĝxSQВ,k'ɬI'# 1: w"Uڮ7(2p~` ֝m&|-|U;742 ,(]hEcR(Juu L/y&Db N[5:c5.ǠF!=8# 4[6 @7k@GBX:vK !ErXdIUf a%aQz7zӖ⤯֋Sv'i>V~mLDm71~wpnnY/sT-Rᮞ I? zBG(P^0'n, H>U#>/E"/f!*{7:ʞ%$)v!k,6dVN,z鰑4 _9>Td߉k8xRcxv6)|ńp^e1k72TQA ~6Yh9 ǚ1!-;fV^f k(-ԏ|,YX%;[CGI /n~Pё }kb^2FtX4#m]gL@ {V~^b' VAIz?Uf8k%˕4Wm(oO!,4nM~M@^%,4,{)쟧n"rV$z". I8ɓ;wz#'n4OH2\(q{no@~"L)=0GgAVj{y!fCΈ?IHѳ F9ҹRl `miCZkҎƬ $Ev+Y5~QzTKCM@Fm8H4=Q18r xeGc'?/R).#nO)g 9ٿ_![|u,yݓX*gSu08uKgt2%s#ϐc<`T*r1MF:|>ܞw܄P sݐ$FŖ`[iwYBF?u%⍱ZEea栌iX2F&.;Pxah{(R1ᖪ3|O&O*ķ/U'U:;ŞSCnIYvvGk|,F=PüjJ"5YD&PTЖNV̀[Lрc ԭAK;J[F%Q.iK6[Gg9 $qҸhG;}Z|ڮVR$VFkQRv?ޕ+M.i9,'h]C}.!lL CϽ X35Lbg_F _N uASL&3 hQsZ3'7eWq@V:u -{et 2{ˆelV}Pc~N:8T!RC%+W)Uo(30́MF[f IQ-=KXFL)Ʃ!؄rj"2zKl܁gh퇑Wt.DGd SͅM-^1t <ǥgT5Q=}D y\y9iz)(fɌ&n6!mRg%j1) 7erU) OS i"] +Tt^dMi0M7mmJhlHx.̪2l8P uFc:T2ӝ sIRKrb30'<ʱJs{;-Jq"?X%cpt)p `:NU(ml2~,Vx+vX Wcu{/|zׯo%ĝ PB&3>:B+IWw߼2 K:`l;-4n5kؾ5ՉmG&AbOuc2V,.1 ֱʦcQa,Gf/o:^ TWTes U36[Kr˥[ ,Z җR=ޑ;a'l2: Ox?Q]9=77lzG_2+%)gɺ䙰1_z0PJGDk5WyTǝXMKcI~zA4D=t\~kn/Hݦ8U3JFBףS!ɾpe.B6pYrq:1 0:<0lu*lJ7u9G3Xmi{Mw$0s(i$윞Tg~ )6 xliC2oǨlq09&ҳ?UAb&v֖Ry{:?!FaX3Tޫ.Z%<:%!9fV*]؍rgiUj۠BH;//kN ^т_`@H,ڒ㾕+Jar6 u *n`Qrg,nd<( B e~iΐ]+,KݖA%Cs F1v RB9 280 >=@o ZP"22! Yh[pE:ȾP@9v/@JS M+Zy sHur2S1[6{nUl'W-"c rbWNU`v>HMyXz.o<{hxt]3'{Z~S蔜J/']c:"_gUI01jbPk.YF VuvHn.&^5@7uRXw[̄is s^"E4dPiѐT7kC&~8*@j ]w!xPlǿD< q%uJK|ARh 38P,8~Lo2'3l/ATp38H4  rϔяYXB0mqS4Hj[hhpÂG"mnD \_֭"aCIPO_tnrJ*bǿnjDm,> \f@ C,f"x2ι~ ׅ9T㒝tMxgJg^yuCהoĒjVO #HhxY(͟`]W7W5tzak3RSg}Iΰr206jYĴnnB*XT.B)jT ,G\Auc7 q[ (c Ano\ݛUXg|_˅Q{ <+Vo=vSxWQK=&R{ C{E[E[y m.KDѓI&AvJzh%0,Vo"\XsJ&8(GN"*g^*05j.Z>_fLRq2 &i$(w?EO ^#Vc7b"U xU:܄6et;`0`B;\jѓ@51Ƹg3:*B+Wt\ƢMNl^ aI{>!"eB) xn EYoSB-ε;ѝL|a`ZFc2^n~K !Cz3xW *LWb"Ia,hɵ ºN ^Xe M}r+[|<7ڟaRiQ1C]-AKhȮyb\'}ي39( il %t²dw֘Xjl* <LFDS`ЫG0ޑ /5 ` 0?DY@gSw96zH% Lyq[ "MHEh 24FV$kl!|53=81n}:<8"Y ;*xizR]UBbD6c3.1@*X gt#?pg _ZaYЧ~9D, +3k+lwAQOQQ37`="EF@Z6Jt2o{M:ᅬ%^j|P *A.[Gwft6a[ R'̹l4mWI֛X΀^oDkeG3vcA{wI֣ϴ3łnZ4s=*]q(Ҏv/\(YؾKcTZvraC)s X*W37ar EB\Tg_AL_%0VJXqJ.G|D2H  p NYWV:hwn"i7FG 56!:B{_#`jtY\ːUFGeGG~B lk%Hy>f' y_Н>les0ya~9L ٠A$=oH.VEFq>b( /N7C VZnMr#V8$ggʔ!T@II%0{2W'ffX7sAzxMcc*{ s%\%.v@/U'@>(u"V3$ 2KtYE>l-th |EnUKVsIK0uk5lGZ7qg;)1ۊ(?ME"vmϐ=^l{+hyZtxٴ6 㴞`YTH 'dr{:aa!Se;nQn=(^LiR~Lp>M/t_,_`Lԡ1\=w2!HWHrLg*pvȣe#+crUGq.de"rݛIQR3q 5O;/8$E]g/ ֏l 8*Ö z9𚼮*)5_ K>bNV')wK9#Ute/xf򆏚p_C- `phrIc`Hh=Y%?J$f-"n_$@rчl_ Z:9L ,h;} |}@ }SOdD|ԨűKpJ1 K\,IfU9ŎcJ?B3d#Ĉ |.w˓׷u]6<_לxnEEiج$]["`!Z|Cs FY T6{>#}1GqP6'?l0ft=z5;e܉b`Lox@*!(Ϳ"H/fÇ庱Rna'H͕>i0.>{zEΨeX͵ H(Er#Czzd܆H~bIxG5B|g6WBr$O([CMU5 Fۑ gm3|C쩵R??b?b9wD=@uJ y uoswyBxӲp!_bo6ƿ3#U_:ٍEB=h!nluvEhԅ ZE8?`B܀R[ء{yooEq2`AlHcoM|R&wVP%}! n vͯ\cˣ5Fưe{S\$6K#[U쮚}0̕"!ۣOڹ޺7R5U>km|;?X>`z5:J<82%,;ynvB$œ $(qW%%n|[w8{bvu뎽Z/>ܔv8uBб%rZ8[ߦ\v^}Yn⟤\nϦ\qǪʏG=Q${%tmwz 75 u΀ />oR;vj„CQS"> M_RCݗc+".KG [ym$w ', 3&ᎍc`=\sf)">Ify-bH`> _gy}^Llws6R0g̲xb gH|e姞ISgʞew.AJ p$nz٣ϐtc),WwODŪo23`urߎ 7ѺPԂ^a E;ƒ%߂YV|rgne".qQ|0O]L3̊#wmB/}@/9[rP3 l%E>3*HFa˳p4ӲUg9\ulA[!IS17dw -}s y*llPjOF^r>u™bn&w8n7ʉe20a7 "CkftS󀾔$1${:JOڜN&)l%eu"66΅sG*mzSۙm|aY 5i97o/&τXpOZRGO"iiJ3p18ŀ猭M0D6 V!Sk<' S⭃ r~^ϼmLRJTul 5CVg?} cxH{U`[$j1D]r45 ʜ9T2i|wQ~;AQP_6sϖ΀# Ԭ@;!2z90UҵV ly 0ߢ&l@T|᧳#2J]*9J Vq)M~%&CEr_z ٭:LdK43&UEfV'fūPHpi;/9/HO%V^Βho⊯7V2ʻFH/6nm1O95P yw}̜s2E`&b_o1Nu*3;qmJ: uI9V=cgӆ߲Bf6Ǯ@v[tLhk ꑤ֨-Q"}35v)5IbefY&]uI.xln̎f;FineBMТHKqbB(IV^WwQBwh& |ż ՠb aϘO%>m9 TEJ+dhcUY`xvBrT7#wy9蔺(/w)oh;_6RJ{]|ߦi(<=jb[N pwV4.R"ݛFo1ӕv.$D,ԏ 1ؗEV ;u/3"\}3pq(ywYl^<fԍ0DKI+m1飴CW,h ʘ:8Ôج2 !~GOcG~l:xzjW :nf~Qeoq;EzȰ"1 M5e58ɞWn&y:K70_O3`4LDlO$M$`L>p Sso1`?*?qaL/n Zb9a ʫkWlW#{JIB| ;Gu_5&f%* _.2sɴʦr19O XUF1ZȚZ\u"Z f@xfп_%23Gy O._S:s!<7 ’ ٔ fk2?Dhx :?eΧ@w0cHUX3Ip*>@ Z+Bto86.7|0cp1߃=Ё}o.\|٬VR:\o["5u6Xb Xp xoo7k3ʧ9i\zcǘ ]B,z%3q#+M:htefq p ޾_ ?@Jq?_[;1/Wd)X;aA ^\$1L8r PrhV(ߊrd2)e@P/ycFS&[MVb;ͼ-c(cNz@z;]TK&e?^_+p{\y{^//jO~h7&t+EtI6ʺ_dV "y]$gD]L(8/}Gi3lc2͆@b_sJBo)N̎X`OfqM+g%jeJշ_5Q:̼9D r'tտU:iAkb}m*5lΒxY|8tDRgz.-΂n`c2x*?""H`݅U3viؗk,n8lBH) ^{W'ME'6uuۊbO[W@uIBȸЈ$ao*\G8A'%g,KFՎt' CXn6:R^yC.{o9uD:+.'k+e)sq5.;.G٩2KEAq^Л;إ-JDxGTv 3xbbB*^ôJ>c;H:h; ۈ RUᙨ{~+ή45w0pZKm%r7i|l\Z6*e[w]!* % -dY`*aqzFW^j9ѡ*h,Gf@ej` ERn7ieE~l;`fȌ1w-A^B鰆fo 'N5ci~B|}HRtުD'Jv@Ɋ tpi0/Z|#%Mj7'NrBxX㘵4x{N>v/okr<˘to3@O\.,hU Q%Ԏ/C)7͡2m =9\P.F@Flvi8Od p[rkF(:[~Y`!}`Ctg>2PLh ʼn}Ѱ~ ܼqbnmm] '{T =XsJCޖGCRwW4/$2  Lͬ>Z|U(>pfS돛eEp6{J+,6luF#eGI=pæ1` 3Al+תq=+*7zuUEHG' %Yдe__4o&|{?7~';x{3!9]:6-qJ@*': GIJVO:vSԃQ@t,Pn`N#~ZK2JǙzS@z(.0\uI^%Nߡ?Z4@8[}slpͪ09/>G*mٌ~w  _=PHtgy$4T"󖦚3W;91~3MlGy0&~)P'Z,]ϫOvJ*̭|f4 (2hrFw79`C/!m bK=cIzô e EY0MIWqߦڜ~eusC.9j?6wn2﹓#aN (zIA5߇4kcA4T#e~]_. vuBϬ[? ȌrMYMNMJ[>焄u{^{K?vյ^=tk𦙖ZQ9}!{~ɍo:f-.F&.bEAJy8f9v< ;!%o;u@n,JiA \"zZzvW>X{]p3lrwV8¹?T,iS_/?Ui_^[,v2S;`A0&{(dU3`jtc B 3U}Xt$WHQ4:F\ߑx/XS"XG7fZsc+7]0}S9O.o찘&Ǽ3V]{` hϥNCh><}rmx21& B'x7ԧGzͺ}C]8R/18N@TŪM-\W@i'| L [(2(Xo!K x#=,3h6b -o&|%@k>qn_IZxVRΕZ^ yƺmyA\vڹ ?prɃZL{mʰ&e&FukKHK%, RD?5UJ gq`hjs"1¾/cż}wXP3ÿ"=ּnj燝fH"^ev|^*i&N9,V8 f3=yf3OV.=cV3_PrH,Z_E땋^)Pr81M5LkNG\g=Du34KMdn}G<Ջc> n 4jBV:%gV0o +DMIFh0ĉђxbF.xY*{L qp1d#< gotJ=ώ'X%>T^y@bUajPإtuUy }TL3CԻU+Kg%l.vfe((Fԣg[+M2ܨߥ#CXOizC:ELs}bSLBkb2OkAf'6_ٿ 0u/0_kPoJ UVV%QD9>~:R/ȋh-ˡq+٨G7Y-D2GÌ&:g|w`,#`k+"eoL`sYE<>}D#R~WRr@$P1!s/ W8O1\/]vơY&@fi`XݛJʴ ZNt:&+Dm%ԬD!P)4w -besG) n!^2*=rmpm^^V2wProD•@ǨĽgvZkҵo^{M1, OyՀAZ>z\k%AЪml]t)de4.`8T;V?[;T V()=o{g(6ȏchtUWo${w4K9ck8KeS(ZgHM۰e_DM!|GIfN ^ѽE P9`ƿ#꿺Y#:tU J/̻g;dL{o(j e1.ʫ aAQՙQCM,Yy'Z4xsoP4Enoo:-<`9A PӁ{dNK?St5w%&s74GQV?Gc98E5'ͨ(,4˞ ُ+BMxNP# Ѥ*Ď\)r8֭xMj  /aoAEO4W:L!Ax.J8ſ]@0+fK'gikFܝww=.&,fiZVC'E@\@{kѴ|BiҚ9i<.UD坰BՑy*=,Rb Yb~jcٸ0~B@`$r]rK"khz՗ݕ?v#7g߱AС^ilPAUO32`戶2ϩ mP/ ՍX.aՊvف!ŪfaYDhnD!`w \JFᜁۡ,n.deS2?yT]p4 kwdoS3wƋ&>> tJx v_ Gc3#@>bjz[t*(NW5ңz {~.T"JH>ԗr1VIl?z?ń>*E$&TϯwUS3MC[A,2N';c[ڈu~r &UO;iY97 [ܾ8uLq70u|DS=;åЫ/ph4f!`t/NEeEW,ؖ!pʻA[TsVԶ_<+/W%8=fш1oRE2ʸ`&0R&Z^5G^͂Q`EC& w_e иBD^ \56 <{ 2ۓ\] "H+;}s9צ 7j{GK;K *'/ &~H~ ?;vahX/NCW_;̬SItS}rZ9 ǰiTRB0;L5ok0(LMfim~>ӔW=nu+ aqVgŏvސ7IvUBw"Վ޴l1\X"Qc IA^Xõw쫢O\/Ft49 iR8f6>B IY҇N$Ӏ*{Ӛ 8G5 l^:)! C)7LF5K5}^F;9j1P̜w.d\TB-'YM1)$j(C1[Uvh оD^1]9&<©1 5bGb)nX3uȾy/ ŨhCpe Oj Y#%_,.Ckʈf8V,} ^c -uT m\)F#kTcub[.*,B>846prbwr sf TkgNGझ:4~, d8 "Q_QۅaqқX`-,$o^t*2򄆢HEbJ3V][m߇Et?8|Q:E󷙸7%0G[K?ӊSFԖذ)g:@M@ߨ|VUI9M[r]}(8c"Ghkr.lb @kAWόvMKY(mzhW&Hr @j:2xRZz>n4)pkjPEs8r{XxcC2y2CwP;z?޽Ћ)ơݵC"忔2]6oד 9nszS681"܊Bwhv(/ϘSkyJtTLe$lBGvQ (A8 Ok]>}ҊM}AYc@DAXmQ7 \/R8 . q±/2ZzASͪAsAXz|QOd Xˎ"t\n>K +8Ý1Rqx-6uM6䯿fVyhXh{~ŭ Tvg(-+-o[14l@e`}'PK2Evѻ#z^`t!d+/P16=`c~3I@LV'wufϯ}jWFoh(?_o%]t"1p<8D _m)*4)=y7㡷2kEZ +0$8,׃dTcwq'NI&72 ZXKm/R koU#Py&=^5Xhpl;NH[-ɇ( QM,^͇*^Fb~ו %r^Կ7 mSC+ivAɭ=0*P*B9,z,󽬑 P(SS1bl!r:HJ:F~\u/8iUX dշNEF͒ Üoٖ] 3F:DN&=4h?oOod?WEC4Po~_=3/ 53.HQ$QK (uFs^aDJA/32UWlX^0LY)*|m?wRWÀhМ/ uLD7D 񎿪UZ]Vp ߇0g w<8>rkަ;=]A_2ec;/f8JG1f[nD.I>"ْc|w6kkeQˋU[soF=i>{ bT9s2Sl4^|HQ:iG.O$uhv`Öo+z2>181(^}`QbߗtIQ,7dFPvj{BGs P0aGi^jw?ibFZFgzT dijbi:WIRra t^(rw˯ TNco(}Pq(&l?9fr'8T sB4fku2Δs}Բ&7m(CeHN!_vOLISh@@ c|"&`{WfI! afĎlCDTo_PqTrz KN 07E7o[Akn (;o]G b*Oۼ#D~F ]Py9ƍ(}ψ+w@ %pIXLF)6E˭+̟"mm].&:Gv 7 :%mcno}C{VZ\ۿZ^RBf ٳev\)<`H,/4~\Y2#N" 5i^Il;3F>crCyO2mTd"g}] 90n 2 dgo7ZN~捾u|jl&^.|cAZJ2β''Ԅ'FŬxT٪p0XFKM gy].b ['nYh,zyL ~ lOY=Vd!-V)ЩB."{(`o޾C^@]IŌa—UEw%1^j<YV#DURR(Bb|1@hh4**׾SjtMQW.q25Aw_w5,ds'D%~&#D2*3DW 0˩%.\TQ㱱btӘ4Lrg2)scDP]LoN'0e$r! /kMrh {^˄/s|ZZ}^I" )MqA1BM[lTJ iS֋J 1he>>ETSFra.E`JOomȯ)y4o ׊YvؤS{LmInV^CnX eՠW'~hfFimy^IvF m5 Y *7bOVNI`Oj7@3. G|?|Na! ( zS6 󍫔ժ*i&жE'wJ"MekZ J2"w^ځm8+uk0l_x> *"A2l'7:ꇛF&n!if8^vYݥLrwcz/d:4|rT-"0﷞ dk]ROx"ȼ@ |H9}RF2=\(H5ݎY )J? pf);l =^J9f pC)!8GyMP SZR@}>VI|`QfG57.Hyޕ97mnƓLŮ^́W6N`;:4" |Kc T˜JP^Ͷb5O3E&ۖlU"F,&̏A1 #.I+0}RVFLKđol=*1rgKPcP2gl%ƌeοmј}L2f"ԓT*Zef0MCjT> mib(v^ wf9TQX(b G 'e=|QSG\.;d^tuA:x-#{>ɐF̊ElQ5M#nqkc.HEd #$OeVPqDXx?xFi auLPqQd8 Km^=ze4(#! HO?OC( #06t\us;.@i`.g`zz>I seHfi[}ȓKְ(8L.YCx+߿TD;{dbzÑ bGr5]Օg^݃߿*vuIMerN3bB*ίҔ'yjT!2SU/\"jyQڸoCʹ} Yo>#ЦVcc)#I?o~cIdv)#DB\,Vc;fc*2q 5E¾P8%~z{)̉!- YΜB泊=Iߝ7HU$v7W`bZo$-ƟWK(,|4ҘÕޭ&^a>Nn4pkHU.h<g^(#&7^ZjHM@ɷnGCUPNLb,C 1 L@ǓvҾP=W|_ęxo{s6j*29h#S`}xNx?|:ĆyOJN9B lV ]E " ٦?aWѓoƪOtb׻vƌ ҦZ-9CN/ĨV,k^ 'BVS/$(P@te╧@Hy%-v],pX^LhY+rd&S|29S^ܡOcq~c9hVY)U|)9wzu/Ǥ=ݎ48ֻ (=0Ñj 8W,V96$!nQ UC&9Y>q =ɴs:f\ۨ2 1 (? (\9iM]j [ocvA %WF⹐#%YQ.ֈkEF Eկ^wW՛Krk,z/1w$(*ą]d5yhNCYH~r8|\.IڿYϞʩWIA-?VL#e|{e)Oa!c7+nl gIgC@п*~?zd"A\XrϿWbB<&M#OB* 4X-,#@"]M)^&l&0덫Ku)q= IrqJ3/'5wV6, i&im&WZP[ۆgh31*"%/w} Im 2߸(Kʻ\~&T,^C7+mG[㶄PQ7ױc08$ -- 9TN }2 Kzf -m=y٢Ga; m]H])(T/9|J~oCܡ˲lnzA/nHlkfcRy1ffS߱@_JNn"5İIhMM0^*os s$2hLxYOKdRP H1pFc*iYRL&ڱWXCC_DRixϟv8iղ@.feRڇ(NLhW\~yf؎ Z }+z$LEzR;y]a^pEt^~YX2jt| :*Nr]C4 ϛ,[Zbnet>L U ކC Zv9p* v@1(>0xM N6@mBʘK0p K-ǎ+"ƭM qZuj8x|D*C1xt<1ukk 6qs%gOpGCŰia>ڂ8 nl!Ё*`wČ-C+'ᑷ+9p(n Pߥ\[._sz "S]~-qFT N_II& Z~@ 7%eZk6orlkfo`oMq̈[)\H*Gez pJbqpm\׹ȰW=Nh^<X$I|yS&D *AY: SK 6P6#[ B2ѧ?hAly|Ѳ K^ _ޚߛᲈ|(\BYu <5.߃A)t=o 0)) -6 ]L cU`36AF*۝!cYD¡ݍA6?5ph}沤ݾؼȷ J4a''L9S=~A\ вq'Zv(J!bo nHb RGx[ K?Óq1R5 918+cbusl`- H΢" &UůqUK^K:%! sL eh")~wf J>LOx1UK[(=.wb1'2;pى}*t(!J4ā9:EP?@Q 2 qh~NJFz,u A_Hyz2RzGC8' )`oY:$>Qt$ vގJ 1Ivە@TA푤xɥP"(RΡ̓96wpRtZsiC?]ԃ)Hh1]lZrxF1B]fV/*Cؕ)Qڟ ']C!I1% o36%87!7-M6sǒ4PY3iŽ=mEᣞrł1?xQ3Ev4T  Mr/;Aϕ?Q}be9f(P+l xvrǃWnn5f̏cYVًǃae Ȼb1 U6&tNi$^u.VhMG,S_Ċ4masrW ) /#Vba Y.B LXqe&o^Yx X=|^[Q( {F{*лdQ`ci`[G >߁0K)byswIB<䙍TSeׄ$kڌef,x+D dCeNL묐X p%!&~+4-mfzԈG76߄#^.TƽZ:\Dh`6i?yIq|+!B5Yf6ҝ_kd V2)(²S,f%1 )z;P]닺JPlygSŸjZ&#@`ǃDDЖ:&4w:y s^[ej}V.9x-@Enb`еx#<x/G? EO )i7#Pbz)K-SL8TjV =]nްN\J$6Țf.S^_MPb!%re8ɮdq 'x4fwbKS?OA }u&>1˒(Z Μ-*VU=$J8v+;: 3WT)u *cpèfY@v)`VUr9Jl3}>O>D`(2/];roO7hKdש9ZHM2hbs_u5Mqqy}%kz\H5 ;z0$wM)buM7jX-nj>b_8`9欸ɩK|KA)'[4z 2dt2 ^~CT*ȟIt䞣|i(ߍf;e,LM9eoxWF9b0 ڂ ^&:mC_֤| ߹ m*ѵCV>z̳4@O !"VG<}>ġ{,h )WTw% ?~.2أuB03m{r%(6QxjLtvX[#~>Nu& *ݠ2SJ <(N*YKxOչ륫CgȎ="7+5/;o9XA)ѕV+ K~ ȜESkQEYp`sV1ƬFp`0&yao]S[`pl<| P Ʉ6}2INbW7=K;^l=T "C pX\ &O >7؍1>< K[#hP׬wװtH0LJn+c-pWsx2$=t/6 `vÛk@(FMavIP;۩=޳,jܛD 4<6`7Ob\$%Nx V(Z (fV up oLr*0;6t5b9]?m}>9DF_o %- a&#RP{gzkZ\#dOn͎T(եpFzZ$0J"Py+\@T0דT,>bؽHRCgUs1VHIM<|rWXge5׊yIhs=#5f \/=ow'AP[GL8) :3`O&:+L# deP ۆ(a"wCUkn˥/,5y~fyo>-3;;$ J# W ?@NȤAF\[P]"v8\o/w sq1ic@\)j.7C2HP>`+NӅ+ձhKA# !xj#*4R.r/N{HS|c:ݑpuڱ{SA-Uz)l%'W=SB-Z.vbasbRLlֿ.k4VL5ႢQYAK˞3\XY Re) m]Ѥ.&=@E$nKel RΘu}w?$*MSu?T1'*}$hs36,a4fQxV|=S"a; _Žvn+xMC&|KmˁN!Фr0j\-,AohiM‹fqX;|!F- 1_UK(SW Z1)gN9s?o`T0^wg%z6Lp,BzgFC8RQkб>Ϥ`[X엔0G{f92i!uB2M霐=˶ػQ"AmԙyǠ8'_K!¸@zon)u<"ۦ 1D5 @ќK:uQXW7]fV+]I%rFƨYp!-fOWz3DV9`MSZ(N-ڤ.;-?xAhf&I`w<%4+bgd 7̓V:8-ZXkS3TV tʑx]HPM+^Zރ*Dr$c,#iƭ$G@[giA($7d_݌-U^k IOgcKg&H 7\טƚRsZyZ_&0‡i#6xYMG I`%o|YݡK3*5 (ΛO06=YG6}"TT,$Hz&}z97e}!k4B1v$[q?MYx #=7?uo QA`f$RnI-VLsSw0+t/ ? ×@AȋvύKcyug Fcl'{$dkȶd < )+dn^[I2aEjBCH*ghQ!2Ky>S~ߝlg9W ÿCW)}!sAi2jd<)|I1l;%F&faܵvOW{j-SmhnC9S[e CXI )K!lsm('>#&[=ainmZ.Nsl Ano[u5w\s mVS3 J6 <&? 0wйA Ez]{Uad@B3ӰsL2zo JGNJ)XRMKr#5[d@vEBI |= mBcJ*荻(h.؞*Lʘ`sT6 c.wf$3ɴ8ȯk͂H&'fx' -|ѱ%ܼXߙ##f-̿ā%IHXL4,;6zCR46k$9R*fqY3Y]tDAJ;m(]T#ϔ8KD$zcg)O]q]\ʦ3E>dn3e_^ 3ϡU?7!c_}F"#ĒU$5=?|>^=…F~F}U] sDtYpd.J6"Џ3f#Yeqڕ /$UQ ,_M4p/NaMZjhH<=03iu&Y uip[VC6MY&J8=OK65wna:n5t%ݸsޡyux,Ps+Sȍ@cMy٩f3J\Uoen 1apŀ'Տ3#UnЂRS0db _vU?uI8Xn7s:,b?MQxڲ(#@y _qUk7TuK86O|jRx L8E#mNB!bH3YvE97$o#~QTď#TR`Y?k_) ڰR[95;zlK!vRFQKCӪP]Uoo*lN4=V!)!*n ۔F( Gtzum1}Щ(GnAѭ~z9fv hRfIDpG08/^fE( žd8Ww146+)QY0AřLS`{\V8CnASGCmn9cm{x?h1pV3#/c{{fU,ٸ(X7u N@)`Z23YK.f3-|MB<} `0u i(;>,=P>Xc5 VsDC_YRpo!^6Ὁ`,yK"]3.Ȑ;vI#KEmUjJag~ X "NמnZ/# UkŰs|!|ӏt+A7;w0X΍ O->qo_C%y*nHRؔW%E I?DLZEo;9p*q`B;[01D!Wv8lоOoK)ȶ^ľ~y? (z ׺<됼AMCB юaE%  " fzQS Eu{Q!|%*5| TDA4CWdyKD`D_un[snvm.y=HтiE&GmTlt~k58Hpcbf&T*8БBT[շB"R N:le>_皿#y0\蚉b!AAbz\ճii%jvr:WkI\Iz-b^n$"U(-Fe5CP-#A ,?[Z GLo/28+&9o8Cue|K$cΔb$Q@Q%G$}fJYZ+# ]V!"[KUCEI7٠W>ȷ_r5i]8Iqsg e0[ITm||7<&mp'Pv:אf}L3lqs:宔qyLӬzr1x-9_DN$E !]J,6?,G~s54Q`Ӗe53D5 uҴy#툄Ms]B!.%($ ,fg9E-QÉ:HfM~34Ȉ*[TC3؊Fe:gk S#ašLYs(8]#v]/}\ )2RSPJꇮ,t|Cj\{@ !-DeeQF.. L&&=+BR%i#"m]l>SzvT&J[@dS loZGΘ1hWw]tgYcgMq~׭L!R'ґ1v5JՍpUFʚ/"]i($,g1eaiE6a`&˪" k*4τEp7\c9DFGd|o]m3ISk!ؕr I V- Mg;/|nUNsH)]%J|1l`>,5dBNT}V8 1;\RO$5TUW/3/OkK5H^];IpP'#޼i,Ř+@@l5 mCC!N^+9Ҍ420&Ȗ]g[,Vl-*b֧n1>p< Vό~{-ogtڐ(pIc̥mF(~]BB|mU1f9v&TS U-+q9n3I#7/ qw={\<:߬w #XB97;* ~QS'-EKv|B]*kpd.wUbA|AH^w0T0mVVZ.{$Q۔UT=LTHwo۩P.֡<#+`ݬE,?U# DU$ţ84-Vv*?ܻ Nb0u=Q7db#@ULP<}K_x]wETߔ7¥bi z~\8SǢq! 採g[`H4K^&3T4޹k_)mws758E V揌L_± vŒK%HIR1׶gaX%#mə){XUV<ᮙ^5tUTLB_1u%n-Fy@HCNXru}5/ :BY;&I2z+ڪv4Zm*uŨ`ZHrs5=D xzFLW[ᷓ۔` s 6'17aq2T]u!2rRTmR/ض|PbY6kD\H_EK8)R*ԻrҐ E2W#~|LS.$#}ڎz?ʆh헶T"ח7h5!;` Y#{#]옶j4j P Ae&^En &O<үSZ˗aahW4LY.,eoM/i<ڻI]g_H*fClF }v5gXfB! :䰣ty)AI،uWsLQi:h4I9d\rM5|dd|:@:ȉX`q̵%}FSF鹪Vʆk]/cÅЬāe &G>~bM N$6m*74+Z\ZUuaP_AaѮ>[p,x"|9EWOhC BҌPʤOꦔ,8qFMsҰ BUvp}.{۬+'C "#fxz`ˑYŨ6:,!Εv'.g`g܆rfZT[]G !BО0s;>+t܇C5<@[ӄ%  Hą\v5Ӈ4rli.p}Uz= tP"ǁ4>y?9,i "s3--f+G-(u?`pPqԎSFBC5r=Urz3|PL0It@ z?&Y zАֹ#jǒ5AX8upU6$rIڏeӒ\=~dBguHMcZʸCޠ5sXsUyYMҰi9 ̹$.5|1V@#O93Ɖ8 rd.u+qhKVƾNP:u <H()E~h"(~D*ǕrG#AjAt)?4*́Q1ҵ:uRD O`Wr:;0g?ĆcƑWy:߂bfߴt[Ot0C+SQ#ϳ)bKCgfl]1sWY4ɺ J nKf "ki!ڎw.^C x |O&d.e'<:!$J\yd5Zz.)6;W1 ơdGqt DgcnJ6-qVoa:sW Re?d(~/uh2Օ)6<_&NHRՓo$>ԗWE׫u(vX=XT1G?kƝw[Ya9 jH"In兽r$Ki&9!+%=}h\+J>p?|".gً\ 9 4X4ޱ)Y>j)%J/L7RŪMrJeydPv4=nn~-UR㎼Hv1Yך.na:L :#X+N͠d,]{FK s#n$29b'5P ]Ш4ZD^=}cn3\K1O]*FZFum+ԇYaJdd ђ``XB .'Pݎ%_e$0ez7,1&ݧݓ/,u\qLlIĮem94VQ5JVW ls{~,MCDQ+e %F2_WjmC$lpy05yc2#hTʙ*KM'X5/&UU $xbN91[mAЊE"EA;Sh-~Ar԰"=eiv;,dW<KRc϶~N¸$vZ9#%LiTAN?X5.)׀!y):As5^&G ᛄy1JZBC vTrom8Q&aMx\UjRrANrVņ3,K@_%B5ݣ2w%GMglZ"V\Q3yv0kl`. |o0#z^H/Sїl]$$@`<B*:"wL!k'{-"K$9tbqhLԆXQۍԿ/ҁvDؙm~U7J݀*,;wUyBH. qDk2Kjdkb; pAj {ҿW^yXc$Q(ލ<8v ӣ/ z$"Y/6ߦ|euvl\ul'="$DP%z6~)^ޘFŒOG|_4CeW&mX[ٔ+<Q*VಀpIER}~WeF|4P$H9 ߶Rhte ę `rkD/򅓬m`xOSBW96܆S`& J4GDC{o|:C/fDSV'%ZbyHyndu-[ZkL 8^-:dxJU&3)kQ%h.c w@wQmDjȖ.\ 0c`ud+/]q1{'WdH쵧A{wT[Ea):'EU_ *$ m8C7GU @b"g*2Iq|5bnN)TB,n*Zo5"מ d!ؘ;qͬ,WW^8h$']w;F8dLMat$<ԆZ 8cFj J]?7>t^3=/mpyYbƼlixfPf s̮r3}u%GSWJnU)6k|uL5~r \JV!y9OmYY-Co&p&fU!?rv;T`I:~h(S/ ^OL8Rca $?(mΞWNsmLV#[H-7%IQfhJ@EZ.E4溱:.Z鹶DwǞYᆱ{k:v ڑsAV>kn E>V)xbs&LF 'e]QGn[gǔs,S1y22VQczInK|X҇or,}}r] 6t-1їKE``'q|w'F L,Ys)_ L'^? !I!5}&).QZ\+'Fy ُz+ySz4[u98XG}9xWfc;Zes!"?5!WV;Z?"FLϘ %3Ĥ|zn׭z4>n>(^e<8 `[2e:,XtHAþδğ,}xtGiE!2Ǜ$ӈ;QR=NV=õNgS̿/է~ND~Y"awHT@Ilxڠ0K_$;rȔٕ H T֕QZnPlD, |B8`~P}FwXFZ,G͑7!9\UhVlo/kJ˝]XW`aWDm d)H}  cʁIBz< |BF;3YL֠…%-S|x7Ni LO.?iv{FVWAzse3Ŏ0 jkXMǥk ɹ5vZ!j왾[%r]ث*Fd#2Pۉ+ KL: *;`B_5Q-;M,]sj7bt+(vRu5>RV Ŕ JU8P^蕾o.(ZI|j^u7L\Lm>^)ۈseⷒ/i91M1uf`YEO|~wP['$3>\L{qBWn dqRGO]>R'qVRoi4s%, b]]bJlw{'UPBt8{DtEvW}W!TL,v9v@$o8jr9;ݬM~`ۼ|箋Г;J[z—&PaHǞ ?m9њ&"iWVWX7;>R5)AY.sKr zb)Fk I긑&& MgEQ-[3Kp&_>̛R/ɀvʜ ͞9 Į7й !ۜ5(%t<- #Hُ31^ HAS`&޳qE=dm$} &<8ivؤtNzY3ijqOz"5$˩Vϲ* %D} =%Ň|*nC`ӁsR7g{9[HRשeEKqOsJTAOeozfSQ } 4w'T\I'ᡷ֡ROɷ908W3K]1ԿPXA]?` gц20B.~׷V'tP,4PY7Pvo{+/ys3IVer34r4TeA%̇]jG4 eZ9(5!CL?`3(/?#BhZ PKn1+eW<9(0N@LU\cWg쇳x'El 3 UAi/x.5U& pi`E(ffw;ȯb!YH,1S~ش&T,4"*GC(ǤCV{A3t rФI/h.+6Gsyq3EsQAc"Gȇ*V*嚫wl**U)$(ץdR ],n+%+BҭYϬ*k>RBE6T`$X 0_Lirkr:rE3nY.'@hNP>cW0x a%ߓ0mkZkrۦTgƙ(*NN(#f>JYZ}(nb~@ >yUs QՎwH?;V爊Z q̺&Ja$1Z+O4GݭմP*rŻe0IL^@LBKc@jW;£55^ x QqGLV\!k{Z&|jkgUs4<;)M4lD :hb2mH3 ۖhj}(ZN/hcr$5~?gnEv3RmEF3fc7L GPKmy~"؃}rD_ݽ*X]`DdX$zxuq_Mn\Z*7%#%iaNtmf]x螸N(9".)Uot*J8! zMu茡ڦiC3;ߐpm+;kv2wZro^T@X[(:k}Ʒ[l|) *8C!޵VlP81PvMp'i;-X DR>Gqڂ`4[WdΤxrG-'ϥ~Ǭx I=iFjm[vZ"^; ,-PVҫxi KvSMʇ0 >-˶ /?|Ifڸ0=ϸvHAռXN\A5Z[E p8qh4@]c6<qh&G0(T- 1K{XX'w͛ Ix:`20.,Y>(> ⪈ytT+C$H~qE6,Gdϥ7v|t-Vܖ{N+M^;T~؝5<ȢmnW];p{L<#R6+g&I<`2N%Ca'b~v2mpPF,L+wRMV5z$yYzf҇+/@ NoK(K;~r.bg7Z|ҡ8?u>VhkYk燠ha) |=$m^Ȫ5$Q,؈ 4k)BFWFjE0Ol9ǣ3G*9{D~1cb{b~.]/s{ӏKz@V>\V[Q{?Ne+󗺠Ѯ&!7P0Qz ~NU4ip0 Ԑ֣ڎ2YD:|Xo-'m$"|@y|CD[\/uY(`Dc o] BU T΂Rߧۇ1(ӯښԢs~\e&V3?bqww MNmBل[;ۑD>yԍl ?&=j9=՗.h42rN703L&T; L߹4v3uY o1bCEK)k wSg@'U"C9Ė9TOIUPjOCI3o}~5vh Y-6$žpN$;:4\:0w@! #6(u 9me Jݮ Js;YՊz d}`V|G~U'en^TRu4tYN޴C1ENNe5+%7~m&yfd\:ZsW {Ilb9s=rYOdd8PȄfq5hZK"dpx]{[V)VI':s=}4d:X?jdPy,հ+FSF2ZHP !i=4f'5Gr cKVA&E#eJׁf΅욎[91BNlҕBj׉H"(tgLG>WvV}\xWj)gǟKrRW 궈V`ŘbCZKO=\)!P5OySQ ^a0qjl?q_B C r]X卫I"J={En%R{ml;|-_k}CI).z9zdx$̷=%tiduSY=) ql uY"Ky0Ī, vRQB=6jB}lDV'pZvg i:[-cךd,&t S&U FNFqb}rƈ[E[-+Htoƕ^5)^oTek$~wbuIFCcTd'A_N;hs \24ႊSNCk_Dy= ӈ)~# qGٙvu䯾ٲmp ];zqo` )83NE>alDDowbfXzV[~@_e.'-3DA^Ky[gEHFZ V &]@f.]NZ9 /`E*ɂsΗ >SI@ho1LmKNw_H0JEG{ZX'i"1ی/Vϑ#,$$$]DQǴ )=>ޠAEev&Ø!Ȧo|j5/TsNƝj+Zk`ݥz{,ĢFuaaZO aL?Q$WNPʼnlMsٕ~; ɞz3;mB)_C> V?ᷲ%E1,IV`cHZGMo(gZQ݌g?y}{]]NÓNfߊ6J'Œߢ3c;p96l`FYvF295O p.73O Z^t^Y1<`F2to&&(:ێȆ( T&KFԺvA=%ɚH4MeѬ\C(vL.3u-rO6Π؟D\XJ0%k 3+.N=~^A|miK v5mO^A +/Ȝ{3$}M 3QV[79:>wKJQ!/~]bѝļZR  ՏHvx_J- sOuK7`*#%gwM plHGѧ+,CI՞ҥjaS8S KxaFBeJ+u s Vm7lҍ9}[iT62}k[#jdqym,|~ ~B7b#ms4Bώsn˰KaAI{{y)컮UyjJX}ShVrz9g.HܕloF1}()Bʋ9? A՚_Ӛ !&Ci>WQc}(ŶuMQft K {.mImjjx;pTvYCGfr:w!-6Vʼn8 }6s-_,S3#98.=J)R6Ma?%3VG~ʛRbr4^6鉑D/ K̫!7"'8$ !,R$($Ɛ6~nvr*+\rT #rh)#qXljp 浢QIgp3q"b)gG[ ee |O8?CJH φ %.I$7vN;0`l6J wҔ3{,W?Ps6_ѰUA5쟩yh);N̝>54[ g 6 5ZisR\7d(A(deYuL:d%|;qTNb%^ Bx#&,w%%s ǿS9b-In{{` .w87`c"xR[xUk8|1#3҂P˜mohUl@5EDͪ1YL Kηѻ*"!80p%D5%Qv~S(RPځ"cb3+N bBy܈&Wp  tIw=u۰ӊe ̩ӣإ:) x;T( 9AnB%qmKWZ0;矸zD UY{.!]R4Bæ"꠵( "SXإM?k=*_ HkyM/15tE:"7!yf*$1 7&ОPwi;3aV',Ą<++[ #Xr@b~&rI.&7Qdg*>}?˞ttV'p'z}%Xb&d0.[2畄!oO,zG{Kgm^( TcD'ʋMC:X0$?TDH7_~d֎ -9]Qy(me^c|J52#M>LN؉/گeL(@3Tq+uhN:3 dNU= 56p<$ZKKSYLh<'/DXt\U a* g^}`LqC96co|Sck6T6{r39%d}Kg~n8 :kb&sY?KT@LնxfKj- cɯt-랊c<B#Pm|U`r'1w>>/I/7mwkR62X)U$O2*+6dc FUwo'ۼ݅>ۍi'8{@+ a Xu Vs7Wx# ̃m烩Op!<̙W);ˠ9<*wC=~az^UMǬg{N64 bԷM{!;4!'Dz3/Ӽ<׎i~Tqְ1iT7fT z.&9m8P6H|s~j  POD'KB3ލ/ h1N5d3ò2<je7G%r)po-{U g3@},sDp7'[ mc7.Aܼfӛ#>u"ѻ]XSDdF Ĭ٬&_6F=] 3{^Un&؍2$@Z\e42G;q&(胼ٴCicKw(\lxPʈو2cZH¿=>1IϊI|Ɇ>ijnhU,l4eyóF{gb|4\=:xېU?7Xf [_0M[_G(\??nQ.Me.q^r3$V7C9Ap;,Ys{ 4֬?pbrhu*Ӳ##DHcR)MH^^dN6*ĵ{eJ*@]eo]H-mݭ"KP|rK91 Me>eZ/srd EF HaqbuAЌ :ܦshJk^D.ք@%֬X,;)h^ /Q$R3 KF(du3ԹEcD%LksŬ>__Ƃ҉k@M?!GhˀU8UCA{h7upl\UP)&RL٠g WALW'!o<U꼪~6@Zq8ZªOhC偂p1owfU.Drܲ=k&=QK?Vj x!߲ڒ?;~nb )uh&y0En08qC>,IrWV;H͇S!ŋ RݛjRnegզue5|Ewho 0)4K3^ ~jD+iNmT(/l$ Ħ}EnڿZqzֿ_WPWac_F/SS X0{oiWK+=ΰ'YH-lr L˾"{W3!pŠUWk0803,%hX7n1r(2[OpoU؀ᭅ[8@: =k40OV *fu+CgGL͒p |a;?N_׭ltR$Kg6s /N w~wQ\SX +#R[>TCbhI8+k*z ;!(Q@ FWF)A\<,%\ς&&#>3XGIÆ#M3?BT8B\e?\*Pr)4Bh!QTNgdM'z?ٺV=Tqɺ{3՝Ҫ:i:ѥ_Nf_N|4ڼh!W*{hRpI0NN͢E@tܧp@u{+LwNE(fo \L#@j<:GraXԔM?)]A_jQczŏs~wBF \۝uPZ.[@ɸ~^=h` [P[_4вhwOr#+IEt $%33b>LaΊ,Opzv ҖYƍ|'oó8d'oB Yl~dPK_Qc&sb9qAP& I"Eƌ Ԧ2ծ1TZ_.}ґx~8|FC9tpl<^\M'u,qghC<1 +f^D][q }85Hb?FE/j0nodßyD0)Rs^׬_AG- 䵂ڕFuf4!!Lv\Qv-9Qd$7э '.n!^eV5fx̞#*j;ņJ tKfbm =qdgwo~!XőXL'A dkI맑B/<); ʹ! !dPUެ),^Ÿ* $x91׈ M'fh<jb~}NŖv #S&뽸ՎXU'塴ƷqӼ/HȖh;HO޴UlCvk,uJsFYt _׺~[ e܇«]ݗS@%Y/|YzQ XC\j_KAQм[I$`ɴfR{ p$JdHVE 9& OV/}BO{C@a緫]R# k4WB(f^F#e#?TɃ]YTKH9iiOK Uy`< o`Sti7C):nzNFwsWfJy"J YCJsZ S9]2F0ϥ86DXk$QV]p;h'ˠ_Q B7Flq34Ԥf̔ âq=~,kt-m\Jyyk΍_O )ZVF`<+6IZI=Cp3#f>Fwd;D\M.Ÿ hp}{0N)H4M%U[P:Kyb,CŤq3pOVӈO8%U~!z/aiҦĿVTH=j(!2HBW;aWHD}o2/+EF"~Q#nN }]|| s1gmb`RPr5>l!NX`M޶.(rrH7Jc7p# bvF0+P1sckA<϶zQI w yhMjZ~]:SkMk $XO:w,ssVWa0A uIaGMd)1' < FPʷvO.0do&uRVS*px>4f8+wѓ<ܻY`An*6o3WY߀ZⳫ h3X;.[M\78W7 Vw:yv^-T39Ne!k[NUyƭO Yl@ W5soW`ʏL)%$ԥcpVIṲĈjM: 0FPL\xLd UFT'yˆֱA{dLۓpEiv ՆKjYFnI)8Z70XH2E?調9*l;gC! zkl (rG.-7H{)g2BX՚K~#:& SDC 9$"2=/v4H ׏x^cU;&}wcaFvA@3Sk94Xi ^RXcH >CkW0ņ^zحGLg#)]qˎw 6TM;y5Y}Zl9k:T'Nk@"XmjE"U4p$\o'3a G O^Ǜ^fC:>u<9?NAkhD![Y"Oթ'}Ԅ'p³Gq b^'5>Ԭ0M(#E?;$I ќhg8Ewx40 #%2,/w 娨R\ޫ=dȡ/ 6$ŎL/0d~0g)Dv89rͥWoɲP# [ZO7,x-)(- R6׬J$f9u[*"|r0,ly)ŭ"[}V%uLQ)s! Nfo -UHz] 23. )퇃MsjKEJرEy_6)LkՃ#-ȈZ}"!T+t  ǿvolDi-gNp>Ҧa䝾b_28 <$e1OW!:jLWXA`@c18~d b3K\R9 fSN緌W2rS2mr#{>ϸ:^X[iK %8(>HL6sYJ!g>OPs?\$&L{g$$(OHK&zg;7yά6ݥ1?q7f*ukK @z8hZ`d'׷z鏅]b\`Bj: %oA>J]lh҇Hi|RXI#wF+]n"i*[ VHT1?s ޮH=~䑁Q:FuX HWv-CÙPꗏSov~{1,n4.8%#-R `KE pjb`K ƿ/TE j\nIw.ܱ~e/d{xG,|RZx~]|QӲ~|JW+ O`|rX9E3Ib*vd㋴x& Px>xU': Gh/{(WB(KB{=mhHm k,s·@-".>}ژ WYE[`YNz 1ǭA)":,~NP\DӦVK&j\~{}ژEW/g  /Tϣ\Tlo;_!X=!dHk'%‘5y$&BgJb?V&%k+uF._.UiHأDk-Ko_pHˊ7dyc¨yl|B}yL[pْ7/XV޷CYyY07خ1#c~ uXtҕWs忘Y#PC /_s=_A D jilD8J>Pa4?):8s>0/yBΛ3/$u79CjniͰs䭏l^@Q';hn*1YIPIvֺA7~Wt P&mv|UvkAY byVc.:|p~jiWz4pT2 a5hXTUu j뉘*?jSzc*L6S0v[G֗x%;hv~V@3A /&⣒cY&' ^S\1Z<*`Xs Q,qR)XÀjJ}†:iz.۫]!_̻ib-N?} 寺| C[ޣZdcפ;%gPͭl ֖g-ZPDpXi\wdR=E{Yv ~?,ƠɤY=t .X[u:>"u#MmmR٭@{EO&}o:b!u"Iv^[*yB| %F&鯜'cIJBd&,J(?0iPC6Ҫ5B"z:OO >޿ `\5[b[6c :œlG. ">fZ4\`@H̥|~c!vKIpA#k,GnA '&@ + D~ok0UlxLf6P5=<#[%=. kޅmUrf6M.RϜLshH{v1u$qdE)>J55x%A+)/x|bQ;*ޡ2dq)]&X>R@/0jz(j$tm{=JUlUBjo!rYtE{ Cr:@g9$KjA*8'wy& ٩<8o=_F4uj떡:6L8T:#A|Z@ Tij!1UXq|:^uNc%Xd\rXӬ68?Lk{.Dr3y8OuƦvGS!]0 IA;3Gel3mCf.W+&s`GR4wD餩m=]#+U,^JȨ*6s(j}DPa'8]N(Zrw3=-SRe@M>}>W͈x>5Nsfcr_ZYnTb:5Z{8ŀw{nEb!2&2ı3Vaʇ4P6TNGQ;qK;r^f`qIDun&vI 0. y3d#RKm{B˯9ZZ?-}•K9m_6W e85D;jsGG;fߎnJ}ܔ:h6dxM@-ThhF/@c)-26ɸ9mǤBjZCU{5r,2Q.Ryh 8&ir*z!Cu4qDϖ 5SƞmȻbtT9nEo ؓc=wҍgKE>G]%q ;9PHwe^[`T#t=JgHŪk NaTi"EDЗ'|˽ДF3Iʁsy@C-݉솕"fiz"Jۑ.f8CWEnD9(]l׫͊׺8Q*!Mtb6O5qUH2^ҽUb,zlzy1iEoެ}q3:Tɔ+*GBX,UV -ft0/'$>Ua.(Udp);;08z/}ۙQ0i+P!qM)Gqd@Xxo?Dwv賙sz6'^ S5(,7;w; 9L˭yKcTSp o9 u2ۛ .y}IOr+DnjE;My.'ދe1;a8D59q9?锄f, 4QMX5qH&>RKY]:Oh1M(X$&PYW<b+k#*1Ӛ;wpg\ye@.C-@9xM~ n\&xp8IK D`ٳ2ͮ!4ks0"7S!*8y?쿖Q͢UNVWXaLTx PPڈ ^9ؓ{uI\#@'*Ar"!_n[fvc?Bے3O{ϼﱴ3R#ObUoqlw掕t$K"Dм Z$:RMc *V޵w|G]1[ #֙uf}U߼\&`,GZda%]!Wo9$IDQ"=XCse ݲ#m rfYṆMjmWmclrpp'#tUr=L&z1qBBD'L谈wns[[u 4:fALŊe(޷ХهlS( piS:ZC͊W30X%Xqs)NcS;p [Q +YY.r%_8thCX?76״JM?0'q EDs3Q)=_U)4 ?1uxeH陆|ݲEҭ$X_ҺӒSd8j_u ǰ̒sP*Wdz .0# qEjG_7(~׈h;CJg!Hx#?'l!uٚ Nv]B1){x2@#̗~+]`t-g ^lE7nJG]Fރ ׈R`wY_?N9AhX7@H5F5k&>ؕ'د#AC̩&5_e|Yكlrzp@RsC̒lcP-H1~J,\8_P1SI v@erz>w%$]BUNCznJ:A?LDnj%ki~X& ]rY%4dyQ_d;P3r,(\ZBv8Άs 0)QUmu#IR{i  Y[O9,h&܀XGCBP VWT!6-dV-Ա5Wg'8]sKq,t4Z@9'*'H@dTI볃RYܛ.X&ȇ9!k2i!Am*^z浥24$2@j p]b"(P\ /lh1[dLXfqp}q2'U ؾFV]CyS_fFVd6|yXuŤ%aQI\XeYs<戙 QrV8ԂJNiD3tӱ@K0"vw:9 ǜDxӧJM4Jy$nzvM*рĔ"QxAuSaE.a:YHc=D?p,\ mD=\.sxz{ |oy t{PQk1ܼzHH6 zTgV ytMKj-[[7"ve ?1z n%P hO?5y`N@M@Y 1Plz)νia7:-pJc/pYZl*\bZa\0gpJcq HRMJy~%w,LdD196;.9 RNMBs_m+^ 03)RS!PλIGNǔPP0܅'#HPҒmmun~)yŹ V̜ȍ -ƙd.*s,1B W)ۡqdL~6w;vb+}DTNY!@@CR}ۖy,ɢ[j-c%) /--:oI;quy*8MiȄD|b/YUjggsI?.n0c+5[!7fle,6q4&*f?Q=T yظ3>)Q wk:3H)k/:͑[wPQU5liG2u!wIHqSEE;MrG*SD 8VgjWQYyjAl.PsPӭ^&e8Ѻasʒ⥲=(8:[x@.>*Vkv^ c`#7Uu@ lБsS3Mtfq|wwܩYB 8H>QpHj`FO3+\0sDGKNO2X$j{)'8l4/qeIEKLT|,+]6$Hz`iG @Ά,`yK+bNPC%D A3 y8'CcaFR=c9M32H~%!.ԥ }|6?=uZ.NCQja}n~u,T4seygD ZZs< [R5z!&9M--B֚@8dQ5 VŪT^ 4rⴇtұgcZ?{ iNE?lt+:ITQe-I:U fg;;!~لbS}t z+7DE Ԅ}eQk8~k&$Ynok;{5HSA.{q[כrB:˫GA[3wYNkLA;"uVdW\`~d3 ^[tL@Cܶ'wݍ%Ex}=>Wpc(0#>6Wzpm/gN;@oi;wf@T2b7> i9VL>V`G7v(SDӠlzа酆შr8sQ3X8N!\#zW<Cܻ:28/cu&&#Ư*8!Ǟ{r>I{AGG@˻a$EXC 9*n *ep'F.۲zvYG}aD?K,nБ./۸7,fh~f8O @4^0듿b0eWOjy(Ur5/&@^FZ*}{\@qb`~CDx K]qIzkv*Jɡ ߣڊ^v{`Рb]GwAX$_RFMOt/y#5t& 6 rtIrn ȐCh ^IweΝ$Z,^S}(l2(@.S`7u'5&wn׀2UIf,,EQQ|NcZ{H"ߥu_vjaxT1ӝ\0=2!gG<<;ݎŸO}GJTIW;k.5٘6 xmo3*1nU;8wB^v SyFne.}1f6X.s H&Dk1@p8[ ]J-(lz@-'@\ͽ%mJD,z{ T`QM?4 ?"ѤZrLd.<2/ÞH LD´% A82dC5E*tǙsV ebZ~L5Q8!s-L|+o!UKDw?~:$^BAӞ;B RM3+m ֨a3[+n~|{;A0DTUX> PV+j Ɓoyű՘5 @dk [lPTɹFhJ2{+ BI1ާ(`WClKOl3Jl=Oƌyz~m(q\}G6F$霚ؙ"WMQUCΐDx<_n7I I,I#jh=P4U QD[S(A)'2SmrIMMh 24J5;"q]Evytkrqe OΥ3SG lXFRY6[9^Dazȹޜl:nVm&~PkCj w vkozm&c?S 3}mѝWJwUG RA -x _/S"ŸS,ֿuA6I yOS\)0yc:~ A1!OI<u$ʠS`f+Jyj4N8-_@ 0g,띺WlD@v?7 NHqBIWY$ptgnl=IλBBLZ,iף\*G44('Nuʰ* R\m/9FHŦqHAꇮXL>] GFa~1\Vlh.&g1cAVNIw0 q3Gť;af'T'[)_$*J ƒG`?ڧ[ ͤZEG r>#?@1qߦ{S&3Jآ2*h^( +%'iƧoIY ]hdt06ԝƪ"kwPAxO~u}& E7)Mܞ\GXga4/GN_atiӈgzn5rJt)]hܹuDbZ;p</w! wD6C|c>ӘЎ ` ##cNfA2jյS,'I7,Jl8 xPKRf#H>.="cWu ÷ U!XPMFn+[nr`u{If|Uݶ&0 \aM{+MmɰW"W3Ia$4c{¾8~2y:6SiuX?ߩ(Wmx/.4m] YCQݾyC :C2pȇ˅j X ddPR O["i;o~3^+Wraq?)ѫ) B[D]?R.]:|k>TCPa{%'O&SF!,̫f"1bwd9lgdgE3ِR וP<㴞JK|?6]Aꏺ3p ~Ow2 +#J&Pj#g`XGO%ˢ`NR( 1ZI/>}C2͵^ȆfB(a忌U^[7`O=uR=jƠZucA~ b_HԚ9T%{y*"210<[0{]_.~%I6rNZ+)c}T遐V5d${$;u Jvb~nݫrIaR:sH%TU\ *F48*AiswLkfp0@k'zKӡbP^4of 5JQ9wz=uV gܫhK.syO;eQp>0IgIqEQɭ=m,ʴ`_pwR!^} 2rưIA%(w#rCr~|6GT/ɗ։lmMfqX9V=PM)*a<~%s^Gq6;nEDÙ:8?eĆrX;>#O C.ӡ+&L+ϸj}B O)Ա 8RP/4&T h q)kv{#עQ P1y FʡuR7@GD>0z.[[o21n-w3RF:O\=8$+Džsxe;; 3PGwi ;Iҡ8G* [ʸ%MV_a,j.a,;W7 `aTWjQ$j^( Ǩ4fN@ns\gjꇷFfpIb0B̈́Ofg0b\yDSibڥ+/{ޝ$Ւ^S]ru Єx\A~K .XUG@Qڵ,ejH&M,+:C'Zl}-$ CAtru8<'`M֦5Pdaە;PP{bvY:$k̂KZSG=;sZ)'G(AՊ{-â5[N IlPRZ<#r,~?/ BӁV{onOǕTs2'iRX8+^hmv, ?t!*C] #&[xqsl*/R;̤t4n^I#C.,p(jbִ]X%ûbcL f͸x)}`H֬a\w%'D \3+>650<Fu(>((0 .ZШMQE6ܨKA?݌'dN+XhpN7M*p[bIR)z Ew6O]Y"X xF䘐r;Vo5 jQt# "v5tuK[b`ҕ3࠿ W$ii7ڮd)ҢUT2?񥁞ς/aW/v8tC -ꧠw m%vFtV]4|+6>Wjw 60qٔ'/JNb"4 =H͚c,(hk~%X\uA}ZFῡatiyݒ2 (|g-ܳ$Bx2mlu $I;)VXS @Uze]2RH4Y(6=rx&џT-7[Be=٣m{3 bx#3̰ A$?`zp %Dpjj6A?Z/be  `l5Z =$K5Ah7a0:1e(i7g+@pd~:'U4!BŹm¸Ԗ*zҦnELTJԛjkGDfR َARJ)X5&*ͦ}8K G]#> ,v!;e"!s`\bA$2+r) r @У[JcfVX[Y94nA9!K\ISѿ:)KH`)kv'YРc1.CdgHZˢD"&[g~PeF'n/QkH{00puxW@Xk3(wd@"; :(Z0: NK~K<6 f.5Xt[G}]ДMp\{z!}Ml(^TLI- Q$S6i!I)x4+q}* ϿP޽GI~y~Dp[GɞGǜ۪TDDVd9e̾cCsvcG°Z Ci (5GW#:^Vo,k-yQfzE7VR^ZDzGeEk- mpR!XL:1[șO貖!jøvu-s&Zp FpL=ΐq#)c2>P.ڐ^iu1"QTTC;;}J}-3DeɍkUw1:J{uv4\۞r/[DRI}YT;MkJ]񋋊yLv=R _97ߧY+@ ߔo-7| Iy深7rug-:ՙi|eB^nGʄ2g[ C=ugGyBݯmsI~5R֟3@"MCq]J9:/OlDވJ5"p; _#n+3в3}lR}TA1s/X{vͷOzcd, XOAw0F sӌhkO9}<qi+HS[ōlJj b<+d[ p/G>eqܴ Xn8y^r#70.rEV'We.r zT 0-t@jhHlʯ rcTkMC%9/ŭn$ ~\q}w7R^/C4$NeKӂf>Eɺhвq4UөiξZ"$]Ȃ,W94QGO3Ӑ2{}0C$܋r'n!2I)2*73YL…l/m= . Ia3.ջ_x!9䏄ݿ}-ߟ3QK1;lyLN59{z,HhŮf>&cМeu$dj [ee7ЧRce>JCun$2 ImoD(6keׇmRL8gd/?s!Rѓ, T N刋JkRv\8٫*~#4H v xxH?;:?塱Eh 4-[t1,` e˿54l>\c`2c ȓF\Pg Vͼ9) 8}PؤO$XIF)Y"AzLh%ExZ#hr3eJL*&]Q28>,3+ؽh  dϿ SdJl wl]oFS$yE&~z d *&g1w?#ST{YD;E!]vMOߙA3w >6 ^]L;۸ fd&rw]ׅT58jޓpL 8y~%DI8t~?G0 t&Maqs`4OU"VB Vaѹ3XOm9U6ؼa-Mp ɝc -vL?q7JVX0WaZ9HRyJ]XsYC@mj0pZ˶S[ Ёg{ӡ j'fe*~x_DDb3*PC}rO"xSwB &(ߍP*~Tߢ'#R0 JO &`̥0n_ )F;qu5jզK|[= /dפy 9C}I xTaVIVVYhc{mЕ<6!$U!;{P',WU;{w@ɠy075^<&tF>["k!uVɝL_  *K6ݢS5FBSa;mE*Kl砇f`$E6vv V0feIގ/`K58G5k>[ZK;GVFaM^\vyFȜ<.`Pz.jX%` lkaR6sqwH0$J`C+Ž!ZҨYb0!%lb3=aEOZ]#W^o rޕfb0- aIH+Qz 7X깸y,cC̢ЦFmgUtQɐЛ65bݑ+%0Pd(#ɣT% 5!6mXJքߥLkTwjya>^Tp-)VRˁ?0 gC!b O4[iyG9O2!n/5?)UG:Tb1ݒ QiԺ 0cm;]A-{|+7;Ja 4$]C-VAbx$[#LzYo;Ԣ>P}J5B5̨eyV eʙ ujta[ ]fzfCxqq3 ko|7*6=+-:''(azSY?>kgDkJ7W΢=CWSH%foTk:oy_w@B%XEYW6u>Ĭ@(^nqf5vSi숾9fN ,D9"IfS, Y{1FuC V$)/ LٖYzLD$g!`vx^6*Bћ`ӬȨn6qG)[/~"R()Oy|ʔn=џ̩kNjUW9-_'kR&sRGLVO@R͓bHwT\:YG5Lhj"3z44~krSH<릦>)f 湻! ;4*`Cч"5X(k7 *]^$Qו&d^T-hD7Զ&:aIXLg*8I<>WĤ%4@916- .9̲y |PW0U+T^[>]ꑡ N(z @/] -s[Ɨi11aڔpά#)6`ˤ0=[`Y"l~ ' Kk\JAA!ʂ;[K1sCtr9JHH 5FVrp<(m~H/:atUxZi5#D r?rnx6Ewh yy'HwU{ mvN3q#u&Jja֐הGF?n]S W_F(9dc\C j~`{-   l y![ 1zBSjn.ӣ*dֈ>/*LSr3n!Lt1Է%֊H ѮtK`(J3Ց ,*@Y~[\6l,y[D>Ext3 Z!3QSP`~;ր;ߪ?WIoNC4S?h% QvGr RxUC(Viq0t~pbL&*@OQ_={J6H~wn6HC#B$?zLkiAmR;TEV.ofܑdqsB4&S=gٹިDRX0K*YNwu/i #̋V\3Ⱥ= Z+[jR13ɟ]sE_cA M5u B}+ʪShJs,:1(PuCjW*sjΘа-2<tXw 鲸Dm(c,}8)]iau- ty[8GCJˍŢ7lE֪?rҷM6}{U6NU}g*1fѭA3TA6< h푦Ip?SE-TIJc ?#>d2r-MgOeݖ]A.I9֥S. 2ML9 ]e ն+FZ"I-0^҃Eۺ|1_C.:<O SUݠ+N#S ͭ 9F?Ⱥ}8sFUķ=[*MߚSM]QrdM Omdg\x \lO\X쌱-(\>-C8S%86JN,!9kr'C;}.((ٙ+m={칚1bB]ۧ6#C [cII+>O\;7DgA/$⣔%"@&I3g""|8oڷOej3O tH)kWv 1d6|AH˥/)jL3&k¯?Pv0\ɥ_*1rLJ[} Yۃ| e-Xdd"JPX{ *)?!f19H2f(:NX($n" H A)eP,-BW{ֽ=Fկ酊. Pv-Épc¥2;\NNoM$ 3; YZ