libostree-2018.9-lp151.1.1 >  A \Yj/=„|BJeSUv= !d1H?gpx3Ɓtf]ܲ6;$G[tyI e5_${m.R5jwMl <גL: 98Ju_߅^{ď䰐 Z8+v_+ؤ gqD, a=uHp;4ULs9443ed0e193a25874290bb5b8ac7548abc585dfee93c01ac4ec737f779566642febd6a256bb8aec57907757611ae041e0ef9f317h\Yj/=„LE!Ւ['.{]Wko 5A躹XwӎC܊A[Fn 'x)R\!$O*›=hu{%olcMAg+(SK5D*%Z}XK@{=]Rei/+w#lL!Dyy5r-(H8wp""sNQ.lm ҹRgHͫA]Kghf`-p[X7\~SX/~gt&8V!k >pIkT?kDd   ? <BI y H!H "4H "H #H 2H 3DH4dH5H747XH8x819`1?G1(?8?(9@8(:Cx(=S>S?S@TBTFTGT,HHULHIVlHXVYVZV[V\VH]XH^]Mb_Oc_d`Xe`]f``l`bu`tHva wglHxhHyiNzjjjjk@Clibostree2018.9lp151.1.1Git for operating system binariesOSTree is a tool for managing bootable, immutable, versioned filesystem trees. While it takes over some of the roles of tradtional "package managers" like dpkg and rpm, it is not a package system; nor is it a tool for managing full disk images. Instead, it sits between those levels, offering a blend of the advantages (and disadvantages) of both.\YVcloud115kopenSUSE Leap 15.1openSUSELGPL-2.0-or-laterhttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://github.com/ostreedev/ostreelinuxx86_64 test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in ostree-prepare-root.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in ostree-prepare-root.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-libostree-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-libostree-update-$service-new-in-upgrade" fi done for service in ostree-prepare-root.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in ostree-remount.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in ostree-remount.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-libostree-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-libostree-update-$service-new-in-upgrade" fi done for service in ostree-remount.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset ostree-prepare-root.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in ostree-prepare-root.service ; do if [ ! -e "/run/rpm-libostree-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-libostree-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in ostree-prepare-root.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset ostree-remount.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in ostree-remount.service ; do if [ ! -e "/run/rpm-libostree-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-libostree-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in ostree-remount.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : 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 [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( 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 else # package uninstall for service in ostree-prepare-root.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( 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 else # package uninstall for service in ostree-remount.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi5 K()x()8`c'C2`3|ofFV5dN_2&+z qviA큤AAAAA큤A큤A큤A큤AA큤\YM\YM\YO\YO\YM\YM\YM\YM\YM\YO\YM\YO\YO\YO\YM\YM\YM\YM\YM\YM\YP\YP\YM\YQ[о\YQ[о\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM\YM34bbd111ad46a615070cc2f3ea56390b8cf83f51c5d7f5a785b1229e2d1e8ea6f4ba13c09e50555a9a2b8f4734705d692bce178c7f55a5143ff1ae44922e2942464a88a3d50ffc80b4fe571d588b09b73ac83f61083c300bb3885364d73debd7ba453730d930b63b108fc2fac40b62539c89099858cfa23271df5fbcf237410e7efaed0a2c26b6c8d315749557d715e96c74e74e6b415957eb03093abd234cf6ebf56afd9d4eec5bd2067c7ca2a7ae0b9ac03eefb2a5a10c3bd2898794a397859bca2c06637d2bc9325e7e44311668d51ac00d597e5d0ef5de06b2a6ae3dd7e77ff7b868a067dc8d75a507ff6484ce469874e9404117ee43cbe29533334de513ce3b467bb7188986d5fa9076854a7dd5a5a52cbe2abf7b123a34a389db0c681e7b60647f808cf18ffd83527b4c1c56af9fcbb9a454ec7c0369ea5b454333ff1d20293e7195c8deabb41a6e691a8b91ea5a7d7c1a94224188f61e875fea1de74d889933ffafa65285b91c1f5ff1d11fc2a363a1a7394951263a9217cb6ad2cb955332d3642ab71de554fd51e9b7bc4630407ea67eb11460c45e172bcaf1096cab9dbd5133f946a21cccc18a96dc3c239fcc4a6e41378f0b9d85b5a87e887c9522e70b0bfef4b64f1064844a0217ac52a38a52f3929c72a90457ab46b556e8f7d7b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c6ba426673b682cced1db59acbc36afa087b8371cdb0089445e2b0ff33ad7fc729c1223d52bec12c59a533c9a5ae2667a03fe33094804e99bff03a9ac8dc2a2e3a54c8704163a82c444c1643de172666e37c45a48dab78a4b5dd85ca064e4dc72345d2426ca1f85f75a62f3c3c7571f39449c6420066069578c78ce10d06ea0a15a5a25969ff0ce8a25c9b596eefaecf6f58ea4c1e0ba7ed7cfa4ee8c125f5bd30c3c29f647be6d99b239df679e2ae0e2e34de80105ed2ec8a6d5d0fd3667f2a8b7fddc309f8c996763b4da300867ef5083e30e789e60c98c5b60e18383b8c38620ff7a8a7735e887da9ec86bacf82954d1810bb28f5f3a1a641b6509d0431041b778705a8ebab9e441784cdfa85dc415732c3128363f91ef059150f2d169a75ba906c53b60eef9bec08b642dbb0c4a5bb5194e1950cbbc5b3a57e9eef618fe65a3063b12cc4a035e0b231e65f668f7426833c5b387cabe69677c3e22cba6e14defb42b621c15fa1e533d1e845b269bb8da7a19fdcd29041f0bc03a462f2164e0ec843ce4eed78026e6e45bbe1c7732a154c3d151e712cfa00d4586e5267b5825cbc33cf232fb781db156586d4a16b710161859905a94372961c7ff0b9b1079634b5bc223c10d649cc7d8b33dff6f75265b98b56fb8347c5ed600638638b6bf3f4ab2056edc873a79b3d267154cd11fb63f918d7ee7354871397d6d73a80f62b41a0301442d17dbc9f4575a7568ad884d5b6a16da8ebe645ba31d7b1e069e1b50022cfeeff368bdc85a1fa03d36d667512401be26e523ef1667d196621effe5088ac2ada90fa76e2bbfcbf00bd578fee4d61b2b4fe61779402924b0a4330929aae044082be545065536655b3fa5dac19c7e6c3a63d20104a811a7e6733df7378b335c8df1688c5668a5edd4a5297e0cda2f71cf1c725b45545439f85d019a7b0eb42fd80670314a30b9acfbfe0387e3df304742f2f258a95305ea79bf8ab8d2f60cd620c72339bc570b031ed2f772ee8e71a1a2451cdbc0a4e8db75899bd0ccfbe76bfbf0c41afc6de7f8bc8d3858a6d09adc335fdeab9a3a0557496a41d96eb3e8e27c87905df96f9833d80635246c9cfd54cf3ab0b56885a1b60ac920fab6c05ac761d6de99a0c2540ee68a304550ed66857ecd76acbb916257d6912e41b2ea5d37f3548fbd87055538044410685a1a089964f8ade9d19e5904622b5538dd071198b07af31787515bff97c20f68a7be1538fac67e9771f1b0f37f64ede7e30926b64065c127c3f3fcaa0e3e707b2214833b8f3562dfcec9c3d5646bd591a5670eace6a9a9b38acee5b932bc03adaf0b6e3f69afcca1b89d4a3f54f3679035ae99a50a979ac3a63030da00d625ea8fd394e60823b42ee9ad1de2a1ca4b10523dc32f8194480fc250b4bbc069447578662b9480079689e78e95caba14b7ef8e703ef1570b15e4deda942857dc200646e59e3824d9eb9f7031315f39af1e2737907fbc8a0a2b2bbd92dd23a9702329373c9a32d1ed85a9603f034b6cb6716b6280177770bec11e20331a6032d4e811152552d04bcaa14b13874fd635cacf0935e4a24ef56c4adeff5f7f0dce8e15d830d4c8ede263e71bf4fb12b2a28c82851785cd8b9adb4244f5369a859c161064ae3db6b5d1ef7f4197b0f5ed0cdc110d4a51f06d21a5c229e44b211a2dd14ba3441d873d214e369b4757509d03d79ae4a82b35258570d6b6e0bab05a1cf9546801f56aab9318b693288a6b6501a39b952b7618647ecd36045cdc400a2556044a0e3187425a54b196a1a68d97daa1881702597ca06947ab2ec3ecb37ffb45b85ec568af4e3b0f89f9dea3981f516fc3388b4392ffa772320c589a3f8635d0a1a760ceb462042b90e142623671003c8189ce9c0b6ffb2f9eb02026f293e10ef31ac7234a3f4e64462c78269a9d26ffbe19475fserviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibostree-2018.9-lp151.1.1.src.rpmlibostreelibostree(x86-64)ostree@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/shlibarchive.so.13()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.10)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.6)(64bit)libc.so.6(GLIBC_2.7)(64bit)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)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libsoup-2.4.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1[@[[[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@Antonio Larrosa bjorn.lie@gmail.combjorn.lie@gmail.comluc14n0@linuxmail.orgopensuse-packaging@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgaplazas@suse.comzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgaplazas@suse.comzaitor@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgjengelh@inai.dedimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgopensuse-packaging@opensuse.orgzaitor@opensuse.orgdmacvicar@suse.defcrozat@suse.comfcrozat@suse.comdimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgfcrozat@suse.comdimstar@opensuse.orgdimstar@opensuse.org- 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/shostreecloud115 1549395542  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJ2018.9-lp151.1.12018.9-lp151.1.12018.92018.9  dracut.conf.dostree.confostreerofiles-fusedracutmodules.d98ostreemodule-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-static-delta.1.gzostree-summary.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//usr/lib/dracut//usr/lib/dracut/modules.d//usr/lib/dracut/modules.d/98ostree//usr/lib/libostree//usr/lib/ostree//usr/lib/systemd/system-generators//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/sbin//usr/share/bash-completion/completions//usr/share/doc/packages//usr/share/doc/packages/libostree//usr/share/licenses//usr/share/licenses/libostree//usr/share/man/man1//usr/share/man/man5//usr/share//usr/share/ostree//usr/share/ostree/trusted.gpg.d/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Leap:15.1/standard/5686ea91d8d51e845db2e751e3139ae4-libostreecpioxz5x86_64-suse-linux  directoryASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=f8b9d9556ce134cf7a9366eb4445522d96a348d1, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=e917bb5f1ab98e60d1c59bb86bb60744bad0e4fd, strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=614dad99b1c7868dec5917e0f6096ce18a98c6e7, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=80c2e06a3c601409d19b896f752adc6e7f86a4bd, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=0ec0efe0f386e0eeddcb9becaa767beb1c26b8a8, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=23ff5692ffadecbc44a98a92f7a7bda4b11e830f, 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)#12>BF# RRR RRR R R R R+R!RR&R%R'R$RRRR R#R"RR(RRR)RRRRRRR*RR"RRRR RR R R+RRRR*RRRR RR R R+R,RRRR*RR R R RR R R RRR+R R RRR*Rui@d`Ӑutf-86b3a46e7f2f906aa1b68ede78758fb76c284f7f4c418dfa401fe3dba9cb21370?p7zXZ !t/] crt:bLL ]3l,-Θ=yX?zoQ3z%84wF=ĒA SGybEk5w1׾;j>ʎsMp@Pzp+wR8{U`aJ-k+د&]d{3_Yƿ{v3'd<.J17< ].F~ɸTUoRUːP˽aվ}Tq pK@h (hU3u|:Hc?!u C1WR[rxRLi3BD2˛G0b8@ô<vÒ(]6m:vQYNo囍Eb ܎݊nhG IlB &j 6]/+zӡӞd'hnO?e&/V) )Ua[8۷kw"EՁn?]r,ais[# g `GK\&|1ZT_k㩜G*"*P89Ts&on&fI8Pˁ? KBnLw|@9N~tF>,)V܊$XmjPʊPX|H$C7H4}C壥NPgs '@2z$c@ksbjgStodN7@<6O0F>'/3Z;aCQF]TIJМx)IpFOB*<^|Wc3drvG @xyUB$@;wT{%n0C` PAi<)%M}l@l`jzZ C`Gb{*=x[QrIvs5f\:e$µ+?uZ"I Ώ&}5܉sڈEn+q1⩨SA.| s*4gS\L9*wBVS|":%HYya&SkFQm}ibKܞEX+Db"*n bϝt+s$mnnVpWán.O)%- 2'Xѯ+6,k-?ERr|i0~[`qt kUcق&${E}\K (|E5չ%,X\̛%;#H͆_A C C ?aUFرS/mR +>z;bɏnV3P ipiHA(IJrCGERVTT٠Y>)hT{M`\42H a YD3N4?Y(x෦]|E#ךƟ/?]-Ƥcw\na5bJgaG̦Tʇi2z:P/d.ʩ[8 ŨV8^@W7z?uI,Wbd^FA `0a7+JBDvҒMN9ǐ~T#V`vwEYm0Fq˺.+-'!{ Jiձ4Hl:J`{9g ۄWŎ"WVhg2hm58v""dTd M?%tFLJBz_g+Y?ZSpNyˮ]ׯܗrA-ēi VD%cOѤb(2^NEejʰ؛x:h[sw/Qz}Ҕkt% 1߷o/~r%O`okxW)c*ɷاbg宮i!Y:; 0V'it`$J8(bUqPv*C1_!H6AHGv ֓&, T/}<1R}ӀdxnhF rAJnR& 7Y mm n Z\`Z90U܉?{sY$zEYYrC)KIKgXJ-vwUKp4XC_Xz'zGY"\: 盰@.j>%wi/f'xOe} ƽƵ̣,oO, wiWzd58gpwjV{Q9@o ŷBÆgI[͗Pд ߫ӝ=&#jӫ=AhTG)u )h'++<$!( !jrD 9 imR|7gdńw`D=r(ch'2E+-$-޼ oPxԺlQovZKIsi!NYVo YjSe$y-B-fx)qOw}|(y-˫x`Cb|`CC(߰fwٺA~ eOXse` l9ڠ* J_w}{D!PgBZyDmP1a_YWz#ՃEq4Pqc"۲WlCY橥P 1Cq zpʡ7,S(z%x'/˄.ɼ ݂Y^k+( FyAaBh͸q*C ,Foydap2JlVh3۝5_#fp (`HYaVvէzBGDv<|eKa^e9QB縿,INߗau"'{^ɲp;r"!ksÑ.?])'pa|<T^;StB2Z2 ^AVs2ҽQRֲg@s^ϔp-b+YlPK@A) ~-ۑ0@[V'#v#LŻ|?`uF9>U}- .B&1\9sJۏI'yb̎NTX䝔y]\^*WD),{8=$e:Q7e`SY$X)oj.agJv ^`,3LA-'8|P&=F v|i2ewݐn+c8+Ӳ~,G^Txޚ41<V<&w;DU'ܹL!sbĚ x1S/,!PYi  + 'Ln]0.H4a.h19|%e:HV* v6=­23"#D*V4TrV"^hӷy=|O=h3K|2QC3;E"r }cPS'WmGI&a =~}몮h7:8}.BcllZq5uFijOKʽObũ𽩐,XtdK5T9#AZ7̽98&/CmVL0cVcy^eX,Tƕb6zq ͙Qԏ֭ ;KRG9ѽag9TcwXr=v_H /JMڞY 7Gveu물ccAlUw8Cl&n$MRv!3yoʾb_atAKOQ3ڑ[qF7-aRFn &Ͻ6A$Ե% GJϕ#óy ;D(AzA ;EY8ztJ Z,=15ok49^/|ՀCú]tU=dC4׿[{1t9$ݔ4E(0ء³xUfჰ ڇ˝dw?sx4ζvR5<x h)2-yXM3DL2$Z.gr~-Q6W24(|-%&\ Kű wuU0F'9-S$fm VEg"t9cxaK66n6Pg|+ GW-JM)QGR_J!G@D&wFBYcVb gG Ħ;jAP,BaP(´A*e$JhgNvz^Aowʄ}Fef~@e()yrk bHd!)F; }{#V,sс+< E64"GBV o#d+Q=Öt$$xH:Grfj5z p -\ӓ2!hli@+}IkYkq]w2s/PЈۛBBb7rd903~؅s  =m >7F{+Fp齒ݧJYLE0E#E %RW{ucF(f7hqb;8XaRs᛺kv[! ZVH8n{XSیs79BptM)^Y( ʲ+s9d>k=|6\ML]~k;Ԋ8"FT1TmyX&~w㉤?1X~\$݋D  [SZt%Ǘ$l/.8ZJnUJ:1bC*ġOc׭G1mيH 9=$]i8 z˒0: Tgs]sWc bSR ̯j!d_ONj&QKl?FG5m E+Neҁ.=b %Pc.ŞMnX+NhE2ܶYDػr`*6a97Q>Dܸ}v.EiB gz0,ugF!CVDJuMMkol-mFT@2GN&9"q%uFc# d.;,`2ĎhٯjmRN{Ն HearfOd9߷SԎ_NfgjsLkZbm@5iD`:cV]PR4k1>2[`|mka7iDf%Pfr̂+ գW՞?daCQu <=Ӟ6Rn']o|Cbۙi?^W[ u3}O}Az1U[+~uF{ٯqlƔV2V#O %dQϞ4i3@Z^.33(znx<=kSPpMtG E;iݖ|MwcND{ 8pr9)/Vh)d X}j h~F]nаmO^Loh}09):WK3QFY he++FҿD7z0 kUZ DfC>`Rc@1{F#Ec_6Xl4V<ETO?XOqOFkEJM;ȹĨ*U1)A&-if &F&?sȎ.$NERBly<=5"g[/Z,ƑY:чݝY廷n"Hε:a9 eI̤p۲wr0ʋ/ȫ`+B#vJ}:!+]TLN<Ȗ59B10'!`kM`^cy}g6X%b۩CS~:YxoU@ܐN߁K)LggRg®?Z~tRG9SJںriT^FSVZ_D]$K:d+ ZZQ -'{K9B"~jZ.8!H$pdtwQz&?EStLG"^PWXTk%_^TMl|fF{i9A}GhH<È]e6D&H *lh/c(X]8;e0> ~S3j ZӳnjC۬Mh莕oRQN+L1 (w-Qap p3&ocznzjq?7chQ-<@|ܚʕh*<sjo}ÁY<A.z$ҔH}Wڗ~YXMR :Ϯ׿!uEh dB3#.؅9WP 5xrjZoX({?L?O8giY:OHAW' 'ifq=&Bًύ 5weS@2)РW;EQ&zv^iܯ*|d,zA%"&l ^=.ʺ-mW _ֱ+lPr6)qj&⎓ul'S.Þ"Ǹ;5iPT>\ Lͅ(}B"Ay7.VϽwwIe HL5t9=ԕ)jMSfA -*ͼlLЖf4i \.{U t_p9t]ks_Mg Զ viF9I\Y}׺-zDOvңA]U4nf'MzF5K}&;ZH2 -HMvY|7)7' sI)6g%ES`E WV ZSdV߀xF.y/pa/V`).j%:|Bк!f+*93{ctEEs #0ܒ# |vTY < ۤS0~83N)̦JƤ-C{(?t *o ى_B9m_D$ر)y«3q!цgVy kѷla}5N)VVI:rWSq\M4Jhڀ!{/UM#g=]sgˊ(<B(Պ_6$LGY&}rnDg3/Pf}?''Y}+[?\}ݽ`S l"’J{3`͌A4(rE| L^q$6뼇 u5z1.摤kPkT!ލL6pe 4{pG{3bdȱp5B1lÝ98S k*6Q=H>9)<-z)/s=WkU-U߸|}UH7?/Y>Ѯg0sNԺ2J&G(8a%L!%pЫDiWHS:׹̰݉; %OxԾE+u{a)LLj<<-.?f8V3 -ˎヸ\^w^cEؗjx'SHEUn%FASJT1,Xӥ@1l =}ɡR5% ļY=ఎK&}WgC'=Of| v5r{'zO).ch^IDuJi.h2`ڤQj9I {Cv7QB8*%lOD V6 ,Մ7Mm4s-}(Q^)\ AX!6j& [uC^K1dз|Ϡ;%|ld~qcBwє-d^}՘1pU[~玬\:INxLAx1@?̞{MVEtR&%U9l;?xmx'=!O)2 A5*Fvv\T~ea NA!|h*2~*FC8qz n7(=5(/Jh,&:{iI$=f|GBܐ1c=Qْ|nť9I-(IfZs+I>z/OuKyot-@c4Eڎg(MsTNa=7[v!P\yMѱg8okU~jmpoyJUR~lY6J>W jj 8{۾ A,l]8G'cpXI-K{GEh|W^8h|eWp%I;_'|>S>UbJVI: 4C?Q6_Φ1GN>BTQY8IUQ$_4H]񖿻u*~4֊qͦh|vfj\H1!1ۛI^4j!s: 3Ř.Hn<I(FDA2쑣 LJܪ06AW2ԯMM>Ft(p1cRT"xR |/\ n ۍ`7p?$SkZ8H0/ҲVP&RYp:JyZ';i= :ظdZ̀kRt+?ics]$vWSw`pE8ou-]U 0l$b1eY@J` 0CFuғheC׫Q˱=Iّ8b`t -X;2 Dˮ+;RfA>{Yp.Эc?CwiHmSw];7VC4 %ήჄjyo2DF(i\ЬxzoN-vBS~\[3XEczL)6!eKp=LJץ*n-bs7(\;53(|0q8nrR̓+8t~qw0mC;:ŇSs-T4)P:Y! ̊Vs;DkunRK =T "o*M^dZu/u >gM1Fcd1HF Lzan T`KZ~L)>}ƧBMI xo20Yb/VU#oٜ{rIa]*%^CՈF4(O |]M v@'\X4bE%?X:U8ڧ/Uiɷm<ЃRa22|H϶i5w%1m֙Jw puאɵC%fu;.PPW[0+Ir'dG .혜e7NVoNM*!,Eu|{4` @h)S{x"go?gDe4'R JW)J Œk~#qܾ@d{5{Qvמ[cb!_C3$om2~nV&%Si{X\g g?E1۳³m䳖&qk'! H./,I-`WY|Co:D&+mŦ=gQ>6YWkyEUfW`3RAwNF˴ (alDIVVe>I<M47uWh 9{?VCut2JXx1TV_gsUG5%͌LH*ɏ1Tv<5[qCV#a T!$R.p}P+5^eU .O u_x\]Y~+z{F¬̒[tK퉃6AւĪAUAς@"->LJ EphX=[.Ql\!׽+@=hNH9SM0'g|PoP9-b? MSQ)G FL񾋻yp,uc$_ۧV@ɄD[\5 Mf+? دWU淪taMA5kB|"ZFNZpPBғZX!C<y,7\^x --;b)]]* !!a #F\zyl X[%X"MGV{S;[cn,-íuaSdvS uAs P╬.UY$9mvfqW!Wkgׯ  &P? "F+MuuLfs @xEO)-}aDzfؽj.s"ff&XaP UݝaN-z]qnmSRAσ˵UVmv3]LDpREL.şN&EBV (as\ϫK/^o+¨Q:d(h\0H 8VyL׌\Ve ;ˮͫcrd:sgRɅ('fQM"}tJaZS9V(U\U`evHBOᲟt9.e0j봣pL:,n 'hͣ|<4j&C4vkUq[j8cQ? ~OQߺvUz (0}W8IvQ{j|h Oi-&o)!cu,YZ(#~ |{ z^_@{kw&VRHX 읅)?w3v*Hܧ26oK?mx#'0qc d,˒ ٲV.>CahéAJ=Rg&ie[8,: Ck"# Ousᤒ`>hp )C9VCn74&( x)]'Kmd %{3*5bầX`駳tOmj {(6f#n[w)SO(3NЄ&m{EAiϔBpJUРs!܄ ʟ]ݸZ5 &w|c Zy:KR"3AsW;RmtqBfZ6XQ>]]!ݾ7;ySѯ 4_a=aEףثy"iI1{sLJp?] 97zZ@r[2A'Gu=e{`B0O )PSЗYM02GvAaE+Su1pҰh>v()x2LP+5nAibY L‚u]UѾS! rԎZ|3}׋3BqJo•AD75V8w|w'EÔZ{϶fUqXe޲! 6ɝϊ<^7kǟ%Gd [VaK3lA^{a"QXFc<.}K `EW`1[aN}֗M7։odͯ ubNRjdZk;qŏٽz}iN#$7r ,"굗_Z+g1-[(Xx0^-^Uh UB6^":vbc̿[>\5 f;'esʅ{kx#D5pڂm-,z_Jř|*^r{kzDRqD<06|5;*@3-YB=L*6^g>=p% y"cоpΩ*y{Pja5B}.ȟnSNU%@ hS*sl8 :hn_NyVS@vjׂYz 3ȼhe+G۪b}1) lwyN,].QzM^2IPvI-­ANSb…?zcXiA㥵͖._t,'. 6k6XPbil&5)#;UoxZUQWpr^|`}ݴƪZvmirшH?Cue5"{P:@5aBndJ&e;P<+D~:3<)erB÷5ӭdh;q5^@_]) '/6%62-Bҩ9Blszra| f97DI:KRJ vkXr"zS$}2Y3Hyh!;_}AH~StMH+(sV!A1S *1eru^,v$œ`V- s;QUwàD ֽΓ~j W 6Ѱ@j)mf0uZhl1']|CS][ɇ!+6&{ɻjF&!]O= qǺZ 5; SA: }t$1ku/t-==]`ۡ3lRa|QǁF=wDr<"))KS y 5i=LFOǕ9L7C4z^b\ 9j !jl"xF+[{I߯ȁ BsZ,#tLuvMo7n1WG h _oqɡ rٴ;z& ~^ 6 ҩÅcվ녯wr( NKvO +f>y->rnMV]l3]6lV:~~m^la#]8禰q7l &wQ[i[:GoUlo9̴aQ1f&;c_)֙!@Ćjj$S {lbCX>Xٶyz}wLliYd>a{KD^XlXVAQ ?D'+\weW`X fb M.{Z,&š@Pc:1m:: a?2 k0+ܓ -8j Y./`zuZEoiMᓦJ-\ySmK5'C{LRwRS[=Xb8 QgJY_b ؉GSxfmf}+ꈗ՟u80 'd3TTOL C=a Y< TB/0U>G@Ђueac+;ۼ[%hsfkrRhkLFĈ JT},X&x:C*vLZ F0Z >$б2JDh@4r`LoB֙:8 6 nɒ^_hP\{]]uHA @~R,ݜAD=Eynϊv- \Onve7;k85HCZfpn,aL wdL̼ʠV j f#ܩjZTB]X55bԔY9v,;­b z{z ʲWbxܸRk.Ej8Ҥ~/Iav0c %JG'uR<@O=k2F `)#D-}`Z[ f^}fIFO Pnga *帗x!1=nX#e߂L(^B:%N',2K,c"ų!4 4e:EaONgHP,0 M}$.@c%,AV.VVuH0M8Yy;1d sYPKa(g-1XY~=67> ; F&emH;Jg7XiI yo#qL$ r{bR;TDf/-krC(-8TGC[qx'~FurOA tÊ"o(,nŃTyh/8E}}SR94Ve~tDQa.PqJs{Af` {agApY-DyQ.-}?@_~B-5NQ^WO֯ @scD<=_sJZ+S^l(Ͼ*,^A N ?pb=a -N6t`Еwdzdfe+ҤtilMDEBzE_p7[iR|zبFzC8]yDDҿ^cqA?-cH @-*t=f<% :JI4vС FSe!u ߂rG!k#x`zhAA]:u^X+6hō€{ $rg4 s cs~KʢskI]􅵚ҕFL$unc!/rt0gFt!wϒNutPi0^rg7}fN(O [~߰4q"]eMHa2#C Ν ǧ>e@2u@e([拕ųJY,Iѩ[_>Uuc? 9ƣsV'R5a4VaWWSD|Idq+Z6 `c+sj dՊ\RN-:gljnݪ5i⋧Rx4"c>2Xe) EdWVes'bH:}vZ<#,z~VKneHܦ&d!DdJ%ʟ)f=6u>©|rײËϘ˅4q4˶K#)+z,|nFe'-om$*8 \" _4Ona0qsͽO(Y/ |զꔗɖ#Ģv!6]ʖQSc^FLi7#i䞙|XT2o<+]{};l_ozCEGyA\L/ՙ!ءZ< }sNJ``-)TVEZ֧=O+ӾAr!1N7zKTʭf XzhR dvt1pÞ*Jq,8[FgC9Ypwڍ(z)RǔU/l밚0cNiEo%Ov@s C`o plj%J?:-DW J |^n~L.=xR"}eQkgb:eb,_ H2JGInuRV6` #F%ż[ARҰ=i&SDF0ti|)g+.:j XxNE>M z;,dH?:=xN6MXZ:|l? /G{#Gn懙s9l= ɚǒ~&v3I÷k;Ḩ8@!kT? Y܂) Agnf؁}PfX !jrܬ!+ Қօ}6QjUjkz-$̻f! ! AyǸObu̗ Me>g mlٕaE0""=I*T/n)[!twC u㕦` Bh&0/#6tmfĝfwx MNtRă׎T K\4⦸{kMI[­4u3'zT]gdpsF (ep6 FXgs StcQ7L;$ >H #hBd*{: p~g+^ A0aтW(FuFU9+sbT։BeǞRn TPok|k|BxW1Z7}bcs9s`r4r_|[^NW`y,PT'vQ ،cҟ# gqvO6d[I0>‡ZA߉ 6ws!~j]qjZbXb$2$RZuԳC9f^JT5thn]l0=F\c]d^wE3eV v`xXraNGesǶDϪ׳ =*ٺ~Ĩ;hY.IdҚ8˫4W_H>IKS[WLl60-O%tL#37/OqQHޣBr*WO1iI*J=#35Oiο㍶LĢ9ZkS[չ7=D&a3_ĉoPbE,ZEZJ*Wn`{Dw΋ɀ<~t( Ol%x!9KMkFl&<؞j4k;|XA\¯b̧l!ƛ;(485'< + Vy1p&1oGY*_N{~*!> AG^[ r&S,Pؼ4ީGmyaiࣲ_K dҥ*j1/ͩ?Ƚ.!Uwa`B&EGAG!`rM7R{¢ ͺ f3_HH3<"A&5j8X-ܽ LJ8* j㿊dn<QcX(rǮenoփZ( fLȔdԧ^ }Iո @3D[\CdoE=v1]!DC[(t 1-aį8;g$^C = Ӗ @^eV:D.b 1<1Y [9~ڱTysb7ƛ۬6Jt7Na7їMpg7R&{Bɴs x~P{#ࣚ|{{ÑU['=t:i7<"Kk+9[Uq6R̀SD׿d: "ϖA̰{,2>魖رj/Ճ}zPz o\p¦QNus1D7aCQ<|P=v osmEy5+]חO#(\ʵGu@FOH.Ȓq$z0DJXEe<oV7=eÃGz(%#7 /_נ^lY@C1b M #F Qi>X;Q~Q`}bā?fF9薅e+A1_\˖\X;[krʤ"6IZ4~Bޚ]:3| lQe*FR,_E\y6)B#GRw4nپ[qz/InZ^Hdh~Uaice7~OrSʩQi~Lwq1DLbKՋFie0(lZ? 7\hG؊`M|^OL1H-Hq'8j;f_s9umt/*OL !{r+yZn(D2ϼ<{x{A%RS]$t+Ңݢ@UAXlj TM(.YV5K)>!R -r8O)ZZVnhֆxJw!o!49ɓR vXŋXKˈPY-A=Λx C :QH(1ΰ6r[: AL7I3g'8㛷# vuq>[OWĬ/MbD ̟uVUGګOgЖư=y3R]Ƞ Mf>jŭ<.ޒm_\+.ٜ Au)80 }1G3xP/ 1q ՗ p%.3)#(QKGTbQa#<*fNP73ݺ>`ԉO@b/{z%#iF0ZgXN1/Lp 0K g=^_#Z@p<ŰsyGs؏2nǺᶕk 5+^$fBϏHp2S| `ޯ hUk%c'iߔcNZtfuN#KY-nG@_ty@OgHFbJ`d[J}*nj4ݤI{u< LwN+XS5 IC| s,=r? >R]c4mn6BrJl,ipr5B3`p3>HE8uw/F/Y/UU%kɍwȉԿf1 iiJv뿔詏- / $ZnSvb4Q8Xi0t Y&a|~PWn22.!]'7i$堹3I:J%j[L"mS[,L" л,* .JE}}v-k8Dö3:6$1^ q<ƙw&G5>GNRcGC&b_4XJŁSoa%T*2~"vWȼm/ c{RR"/U_ XwGUä/W'\gT=@o!*LA> 3/5$ਖ g0۴ppNTC"]yCQyyۮhd e[KgS@ٙ9[A*w3ܵFt7d"uF`I@EJcXcF l kcEL)tx&1wYf5+Cj%0.H ۮ+cLK '6xu^2B:/ F/bE;V85m_`#]#2SZ Lp~ϲT>дZZ4R8Kekù~'ZOkrf_N+u"=\QAZM6k9W>KLANUMr꫆2PKBiۿeMGD٢K>NR"e㟤T&8/fۇQG* SO]j=( %2#v:JD i'cx0q~d&0 f)w^e =]b5T_r vuɝdm2akXU*eщ &s@D=A 2d3ĶGwʞ &c$;M_NcL gTFVNy?y~2.JtQH9Si}74W3i~>znO-τY:M&Bڊ.v9bhZp^qwPUhoES즼,8|J*9ͦ?O'Je ;->\:=-lD~2,wX&ԀJՆAShII166<ގƲj t?uҬVWGYl]|IՇدr 92V _&&iMl |mW:2 `̳e 玑T1'@E˜2P3*k:>fX̀"U$/eӸkڶR/>#b~ ]^@6DVTכhBG)F{so @rҮ'زz>;؊%8+nPK޶o q 0ξ ȠI,n]TϷA1̿G/M<˔"?ui"MU,lc̆4)ZG ;,gi26U割%c!ބ͘1iT*Y&yQ9rx37q'x_H2۔mLr_,ODnZJ$@8o)q{yHxږ^ٱK)[ h` [ڎ)c(n]^n01YXd /'هTIdt"$GEhcU }30;Ć{8nGLYAJ- Gj) @8#ĆfcSuWZ1lMc6B$ 6mu'UL~cFfe^C Z12]K-'G(?pS햓Wq>U,.avPk^ڟϛ,y2bdY8 kǸA\FYĈ1ҺR7ᶤKoxUB?1<7n;9\ TI%ku$$]baೣ EkqxN3ߓzc`c]aeyE Y?ݪWɭI)b(RLq -=˻ 0{$H[LW57HlѶ?&Dt$v܃W4gZH({"ڶ+ceF"QCفj2zx1NUF|v#&uɔN.uq"k4\UؘK{ "::gyəF#X[%.q;ܔ#u+Df1e'xJ?DU 5qPd%b"^4򫇐XZ,=WHCcXXI>j ІH][d=t!/Չ'29tj-u=a!w ٿ2usSϛǝfۂ~ڝZAË/oFS[᰼Zujzm'^6&m}?bӗ"p'5J+A':l[6L^KLSTQ(Ax "o{U'q"_zWl&wQ߻,D.>C[zʮ!&\_[6dFB, /ދ~TUO|G@Dmfq,ʏ^ZȖ@8O(#ds1C]?%ШKlEdՀq3Gvi.߻GRXLq~:ɇb!gջ5~НKBu\u,v>cr:1]2<\Aj'aH]V;e#/}mHnʫa~}@mms ;vщ[Nc&s%7R3 H:T׼/x2g7Io(*AG)$@ O 5"}"4qA$Uby!@|dBj! QEdvaV['7(_`0ΆtqucsV){bJx 'wshaꤪi}1KT*6rFx-򊤱ZRdW>+]yInn`jb1x}Ak{2dZA>R,LB|P] 'X(l!>"@#\&nC&Uf\cP/.?*jVQv䢫1L+[ @⡌r42s]~\T؂O˯@*G)ŕ/lD%Tly%;b*\]\dH!չ^& Oa3 EBI2TK`'oQW ‹/`l_;ȹ0Jq| > _ r3TcYZƩNR 8wBb}[}E~q7(! Sg{ @%A{&X#K)|z1e7|N? 7TYW-db7S~x5:Yx,(x6)Tj( T0m5YYa] j>8 nHRӏp8[Z`[g5K5!X;6fpam)Lf9[CLŞ/;&ˁNV`0h61 -3%sl~' ( Q`mgV֝UH|R40{CCտhFw9@dJ;bfN¹(C8LwGU z҅,XVdaI:DWL 4Ԍp5ZEb$Nԡ9)E-(gQeSmd5K؍DFZ zRmF0VV %bB."#F%p'a*R USa%ي#+1e3iyAeޡ$[o}~^5D߱?Ov3uCn(챚:TNF+;v-mLFAQW|fmC-(&qT'Aä BGJLbhc?w-8q zgi5 ৒tւ@>OQ%:Û췀=sc74wm0d^[.R)O4=q1'wjMI./H ׳pDLJF|mCeW/QBL'FmQ9v42F2yRX[!~-fè\Yg 4$ jbQuyAHQ!Y֘ٴ02vߩ@Nࡨ_gPDN1l/L =i)Ug2f< `dniJT̒Va(_ Zӆ+ oQYӓu+b!rB{c$ UB*l1Fp3H*ӯD6VoGcEu|y=h0 YȷsR4OKV` U3[Px ?]BM"R؟ 5`$]Q(Z._ '´_ܸ(gɛ bhq ~A-J5IWĪ{z< p›s/`˾SqZ&\ UAQܒؐA7mZ="#3FE *y#'qܻMGsSx{_IO ߕrc2eT<ĹRǭř8.h@N3:xX iT {6JTT )s}C@'d)D^95 mˢ 8X(-]N-'@m+?qJm(iADA`狋YM QD|;c88VlݫVSLz;H~i@ s-/ UUX! zQ_Mwyn"Jd޺ӖW]QzgLFv=6?#>VQ')c@t|rqr[u}{N8I Bb4Ͳ*vr8vp=cp1FDˀ䀽2.1EǾ['.\+Iwai[$׹S/3Gm~wTũ*6wIz)5%K/7C}MVU[Kb=If(WR{@LxI=WR/+u1 !|ikj 9'1V|bdzq,98vvZqֺ#W+7JMN6!SӮ3^Ml\n\-Eo->ҟ0PNbhOxz";;ύpۄ_u_`FŅ׵EnpFݨu[^?Jz ?{. x'czT=3>fOKNn'^-xF#F$\k(0I,+9<Y/M*4!5 @xlŝEm#YQJ?'dy?b)CLe뀺d(g!3yk"d?}<7n%´)3|Y?#]klSP~^:-eiCi(D9SC\a\3P\{Xɲ{}*6B ӲxG$.p)ux9A"?LE[Ҍ5.؞C:U0°5Soֿ'P2+'pF!y(8pNWI*(H$&c8IDC' OsE C3D.n-c9W[?td7aX#oW"*G< kaL] Ԟ ]nսfX))x"ŞWmoo==&s1M#6^3X<j;;lS!m+xUͯ(K;qV$n9zIYV"V&~s =iy-뢽WCUգ+KpP}1$_>=>Yʋ?)"M% {hhXaU"|=54; Z Cx{8 Q0 N@mc?mښVۚ&Ց'Xtm.lh>ų7a2̴&/D%>;&ec[U3pd|P@HgF!h v/LE*z~ԝ>>&  qJJhQ25m`XZg6mr^dQ"t4ͭ-{2}Y7PkKF*HnKno0%j|V43EdQj l>5h; v0kCO+5_ߖ+3msC!{~Oۆf|R$'L,~u_u܈5~¾tZÖҁ5[< ) N A> } iG%Ɓ>5snWvĂ=vun6{lH&ͳ7Yl~ثKf8Vpcr %iQU'E< PBL_$vR"JYIA"~l 1J4 m.P3R9=q`+7GT:̄bMy_T 16mbk{K(E}"m<~/"bq'KvQ+X`&jqx5uFLE#[8Qb!tP%" f':#q"OVX鐇5\n SD5Ɵl(}-ޭqCT^9pʄtu`"*y|, =A=ӷ7*E!g1Zl+r\p@Hyxt?#1qvH) g@X109a`}/gԀh: K[5U7Qj#^$A=c:~% lX:㿴@νt }gjP/݉7c7l9p.•$lun7pC~n_2(C5&x]'<xf0[%4vQ޴2\rZ1E6{V;/{ 0G!( Lǰg~τF7^r 2 f!%KR2`&h emIkO"* ~ @ Cդ_Ti B Qu2s_h~v~g_$7xرmp$M8L&A"r Cԥħt7ᎾΛ\D<őc%ZBfoN\VdnL|cL  SO^gXo_@|8( '0Gq5Gh O|~g)oxL*i+]fvLY| 1_^M.ٗO--cwi9voA78:OlA 0̠"~"By%״~Rڼ:pѬXK x+y?}%$^T]wTR?%KgmZ4;ybiɈOe;ҡG Gox}*j40c߂^Z$WN݇$f1>f咙W^̓*tPrϏe Ob"fF' m3Ɨ1tpFQ 8> ,JjSjRc¬7؈o4/'Ca""r6_/ucf+1YJ],t]Q-kxso8s(zO?ϵ]Cp|/ ߭ pL֝=c!.˜T}Fc)J; cLܞDXno]]GI}t]fOtp*U`Mu:auLچ/!,ߔ{t4_C$rn-Gv9 艱!\Pi9cgsz6R|ā؅k?rG9Z`{7t# /J#\}(j t5K,fil}f{ FsY} 5R :FX=#%1td:yX*z*Ev!+#,OEf 6״fIHV>[Q vH"LK96LtA vLFk/bب Dݜk/^^QiF f­SF5`=eQ!Y$7Ŧ\3$z8nÁ} zQ j˂8.G?" LLQ;|2yx7F~|M?Y!3K*XgiɊ1 !3׭ą+B_R?n oCmL֞pK(\Nq !'( j v< ,p⃿j 4Ad<8{c{GAqoB+0Nz:Fv֮rY'M7q,Wz'8מ߳Z`8~EK^mzU\<).HoLcR}NzMdV(ÔQxjE9pTܤy߹MbEbAn,S^aTc;v~`3yUv!ZWq  "ӭ'iQ?I0"gS7-"Xs]aaoDv50@,  K5Hh@}T䏀hyHSk=΀2U%}L|6=Z)]kmMylW RxzY@EvJ.d]\qV&D1mo*{p8{?7c3 \{% gx9Lݥά5D:mR}Z"v*M;C\nPԥAt37>q)A(^":5VŖw6aøMac~HUﴭr>(6V2()ˆϵP M\(d\S#\%$GE&3u:b0bt_lםM!9 -j>38y*ɾsQY"s;km 0˥ N+->d7Mέ T>ʜ;x%@HCCLuL5}h_YZDvBRGU%:Y9 jRgbs7T8 j(0 K#WpJ]9f<)LQ}! ۣ lג++Q߻ PQ[։,@ pJhZ c_b[Z֝,UNݘЏ]I)b=(ivlSP1P4}ސ wLJS21@woL|KF< 5Ow; :pD "ZHcSS tmqߪ׍ĶiTk;=s7Z/o@&^B.2٩e޳5De鮌0|MDC؆;X]|]MMeu"a5C\@` 6 מ T:J޼ry_ #9 Z[VNW$VI{HaW5+m.O$]fcMD{lX0g;]ԬX4Mw1:\iK.ҭ!8}3\KeN "5!pF1]vnִX8}#)s:)8A,p4ԒY)r BX sL)dzILWdWXV */{YGi/gҨ7׌pMxL8Ff2 @]Ă0·"}+Aa#׆b"nɌ4e7*M=ˌ!DnX\b~ ~zVi G1F[ߪ&5DΪ.HݻZ `Dd /}'F]X99)'մNucM1V"dB0)`%ueʾ19$8B;LokuRSI0s%`N}֎X ^XF7o[E\j9qT[q Mi5L|`<&A%NjiL?CPNocK_^4r=9ZlDAk 2lM(Le zE8BTL%6{5xJgo-Dr(ƤQ1mONn_2XQVC^Y!?jH} Sv}w1t(_މvk G1gI9ts"(H7}Tv9R~($Ԇ}-%Ѻ|^dF\zG>NƷ*5c iyâ J!zŨw催 C4u˪] O4. ]ʚ ye= R?d)^&ñVl:h;UtHǏr'jNJW3؉h@yDxoO?Yɓ#^Vj~چ')Qb~ıw{81@BV L1r%fe>\jm s>3.[cIȽklG SzmhM.] )&;{fbAeT[>75lћ:qRKk!_hbZ۰Px@OնolcW*(S] 1?Q>P#B^F# `upSE 鑁<!jLөPfTjpaYCy(Nǝ}%ILo#+)Cjن+bn#10{;J=z)K~ȐTL0b mPzBR%,Ƶ,̑=O 5AҥYR6 Pb0pa'&gpAztyݗ ҊZ`#%i[F0gLk0m N_ (NEUyKdoϽt',8ehSهQЋ < L]X y6vNP?u#/b]|!cc]}߰&_/Fuݢ@"^@T/Hp8)ps1*~Tw-Ot_32%B >ۙ|0yf&ϟ,}U;+ڃKYh%Bn+D %+ܞcdx!.eψ՗1 ݈SFXxs̃zgT ~SxfhL-M;uHjSGf3gTL%򦂺FwF-_R晹aL1J3"6Q_18f>7p";{ t [v3Ig45{+46ǛD^Ot3 yus;n]a2ܻ ⅼaA-ѬZ0fuYܞn\RY:%P,5,APW䵾ZFe}%lQvўǠ s:qJ&{dRwj;Pzã F#C{#%Jr7:jI_#D֢+[uuc&`d:? ZV<& ۇ!:Ho, ,zv]>Ze 5P`yPŅ1mMKLchrɝ1r}f3(7x$vhĉly،.7.s~YI˔6.7 nxв:f Ȩx4Q+>ݩ S怯} lMT-h3(t)܀?8Պ־#%I_b)r"TwM7WSRMiXW|T0v3QފS2 @V%S%&c 1]>9ZY0p}t@5SAM=Ǵ snb)%g|7bƩZm~﬍[qTѝ 8p懓A'5xdMbd *$:ѱJaŘ:cPA ?{O݃4];d_\];|s-X9n ,PWte4趈 gI*4#la(xTXXiLe4DWf 7\Xr˸=4!N7~A$ _~w*Nvׁb h9I00M=X.}}/2Y1 (%qI_,\X3127VC{ @@zz{s׶HaRHG`.)S?6tYZAa3Q bhce%Y[!T%S$Fac!W+mJ3>HMS-f! `6~ctF.@eI r:01芭 1:kjG\MKg$|Uz:!*IЙ3o?iL ΟN 0nFHPvJ,Pl"mώ * ftDd^\Jj&[fdE)va_`V=X}\yV ّp1 A^y'Q9:W&{\\ I={ǖvT(`$G D2uF14uV%gT atgU$4.e=AQB>ml,{`5E ⍸PVStnгT17Vwg{5z,Ջm#'s@RC4\ЇzbgD"]l-R;pjrjzymkObk&*L(Lxř/nb$ JIn*üRsF؉ c܋,@2sAO G s5vq>i.=$(#h>]ĥv.8 Y In4XHȵilɅ}9&>[>3!/'A*]lj)'>5$8/c-ʏYsxX7-}F2߂ 8rQ X&MEga,hOd㒇c e{zIR#b8~I[BeXۄXBRv ?#F.=r:T]. $hk?H;TSถQp3 ԮeUVחpvMF8t@OX?_|ٟX=u5ac?$Zw2E/>umH%u *yhca֌/gsen"SGÙc Y'Ӊ;=(" =\TA:<=2v$IR_$#R[q'HH3Dd8~e[Ò,F@]qQm1!r|EG[b?tӵ^nN}=`zb<&9PF`B, pZ>rdaFto={f^_Cg'>4ioMͩk.8k@e쉷g EٺJn/ f. [p+iJ ܚ);+;GbAhU _1Jl%2Ur1_??6$BTsE4Rϯ#^*ÉU| w9.:l@f} nezfLLSA|̔}G|CUT~[^Z :PRqλru=umS$U;#X+lɛOe/ Ox\O䑶߲'8f z~in?ar}֥qn\WHbȯV2 +HVlڝ1U3VH''uOiTq*}QY_/CMZ]?|cDW:h!e;*vY gn*+g/xwlp6$+O?J۠h'd֮kq ]>Ӟ s{'r}C~9Z_uc m7Hr:mʿw39}}Sʑ/D$v FB#l:*ZtzyVᡡA؇cvJS f\/j{=N7?j`\+v3?:PL:uS^uٍǭmv;}n-k y'9uD!kÿYJVnnϙ(S0UՏʝZ%w2p&DmdbP] P I/#oOUõ>TJz޴,eT0Ͼ"#Bmf3FvOTKĀz^|Cy:r~LQmOs}2e@ ۇF <4ǗNn:1ƘsO&Zsi4qOb9g#`ڜr샾/oEmN "_JZ0V"r(|y`V E%whF3t2__` '?-MyNXQ)l"5A~V>jIn9#L4G3 Է(P;nEZd̗v&|drCcɆuP`TpCo8g! j+y?umVsȢ/04zFkBnkD[JZceiZ?+9 '^Zkw#0(.<(-/&@԰_,kŠ}Эp:KrF61&! n@(M67皂8x ;6Tr&402mqEk9ͱ t'KYυU hN(!$Ŝ2J;"x\hי=vGJjG<eF;!GN {3CܳYwwF}G'ULZctzu)AWOC/(mY/{1_|JJܿ1 %&5&WdT(-<% Kkxv:RSS>_^{ۏiж H@i*b&e@j> A]HPS_+r6vior=5?PR'Wm4EWc&שnYe [5so yY#gП ta@џ! FO4'eC)XOT~!?W-i~w{4q^@z^z3R8XѯURXFoʇEA`RS}!VKUЅéX#Y{v& $d8435m]r{<7b~B&Xp9QT6@7#&M7 4rxRCưR͕x! 2:QHjB bR!qM\$H",VIy)|֐= /:ˬfȗ2QںK!]peElb^l*h%H(GnxHõ8-YMI<[؈)Ga$i+4u-ظe^ޠ%,Q}1kۋHI-'rB/Kman)0|-dN -%Y+ ڝ³<&}6zA0PPSX4D@[i"*= H|6O9Cx|Go77 \v*@.U4JoDt-,8Q[̾ûRco[I{O2a# +VQ^yKPQ'@v_~ Q]kU']<7̲GkBư m 3K,LSy捶gW܎&gLΧ"9mA~3$ryr՟N!f+x? Spx8oWꄲ'lsǨdr51'ԅAu=u(ۓ]f |H ~.*C!'LYF^BڡXAt㯗!"o6K\D+ j 1Qv3#Ӛ)8H * h{P$NMǣbH"g#y0UQM9s2GO|RH~IUXGȘk ֻIC-F;V EN,ڮ8(+wv2?z6i|P=% yIQ畎I<>NA?Qk H_XBHo'v Ϯɫ7@,"YF=$1Ez>C@ߝ ;0BΆo>xNnl:W3Z b<.úR g{8d:!cp09hWP2)le$h9!^t=w(@cH/3$NEF$]<忻%Rq1.աF8k҅A<V'"X )u_A3s/7:ʹC1D% VgdJ., XX6r7N3"0csכldg 0P,3<.T N!~:*LZq1ݗ*%"I}\pʵn X#, '5)l>(، {f){QEħ9mNc/w6h/k+aV5Ip&N$gPQ$Mm`C^6_iFS&V1ZoUF`u"xa =N݃r+ԫt*m{Er+|gr4J6//b›!tBW229pQKE2xqBZ+gnpzFzQqj $p,r!rBD[(Q*sHhLWlsɽZB*I(bKyF WW$;@YF3# X`,􂇉V:W=ύ>V.l||a$]px~45]}&(!|Eb],^Y6@Lے|-x1T06Jg1Un9fP&ˈ?\A!@doY,{ΞlAѰt4@ץYJ{yR䪚|~Y cSY3n%zl{D57a)4Ju^d'Sw6hl oRE,T2pLFu(z! E BL\IMznC Q| DWુ=!`,L`}ӭLE 9 2Cy4 jTljb̀;@MEL[IYFx4W-I3+6>!a2f*:xvV$dt̟0a4wQ:ܜǀvxӄSI0f/rOVZf 1#\Q%IvÙ6(dV,UMn7_: ã%fVQ7lJ*M 8炐wo?.mNhF&W ײ!O](Ʃvƥ#l@YE(c6 "Xkxa*Xյ7gN5繸aMZ(\/4~z?JP@֣MlX ӝJp(S';$U TqAq[Û&uQcĉ.c,ќ]'섳FZN&;Gzt]vhH;;OG-H=5G_d8^_#]ԨXYHߠ#UM@VUHзr5~)FU9,cǂ̀UW=y٣^H4]6țRgN gHq1hp Qg98RYWnNsk,GLlmBJ c.Jl>؞Jk:;46rb}|N<44g>e4I할0))^**Vc@׈^b0ѕ6 ~BHLV)lZժ!8s(]'uٌ.n #x2[yj0M"!*HnWRg894YrUwvfx,~) "q]]TW=p}u:E/ņ-VՉR%,+9Wdž O'3߈?!wB$#0:il~zU4݉bf ~k@Ք'^81ǂ1 c?XTL?"U+2X-Ж?*E׃ d5RڰE{#Vh dfȈUF}(uOh H_p 3>3{bm;wXڬ~ďqqɣpGoާ51OI½<3. [U-7yjW˷މqS?nsV3%ރ·7)*H*#rt~$Rh A3^(†7L WR~];\ H }x=.pX'X'\.6dCtYf$FeZFNXD ,v7!+e5 |6G=5LA}wd<(ob"UD\c#\ R^K|!=RB+>*Ws:q4āؖ12Uq|^LiTNhg71@t0@󗓭O'JX nP7|Yըќ eOZ 8(D{Sf_6eҿ 3u!D5L(sx85v ~d)^*Pg6v7xԟjB R]TcSb>xHPa*Ϡk- j t 5Y].S`6qToasD8 t|6iҷN[4וڠE7CM20Ud-^F"ʔV(#t)o~s3D}Wiz^1Yc#I΢ S?H[Ȣ|)Q ` Q)JoO#pcMv$B euFP<.b@r=qs}ȹ흺ymg voc>=fݬ7P;RQIud Ȋ觠ڲl5A ݳ^M瘱Yؤ$Px+L{b#-&k5]n\A6DK4UL@{Q؅_>ؿl"K-z[iDLm~eݢfF98P$T$^r,㱐 W_p.<r5|ޡP%~nk6zҫv0`oB'N/z(I+ p(5c5 J$bo_!ɦ.I;}ԭfInXh&vsŀ_OJ3DFbPt:1tMA3[WwL 6ml^>})A['#LSۤGVĿBኘpDs#;-vLWs#ͱN- 9VS/Y i{!.);-#Vۃ&}h )p*z[ڇRͣh.o\{=NQC&ԘSqb5&l0r]NJ4"kʀyJ* N~NmU/;dz}!dfxwOk8qBIe ]7 /k@*yYbvN CH:5)aDqn|0X '#lY>?:9F$ѳ#j~P8İVUi"ri}Bs@g Q.zl2 9~P#2(MEj|Qf'*hKMv,,Kxh͙%D|*右;~|ɳ |#iJv|q08/7W"ȶn:l)_~S;5b HPVzޒ܊1ޠHu3Ebu)[($qЭy⽎´1 c>!yKe3V:tz}rsk_O}͢iq@(ivUcUQ#gIɋoƝ} &|%@/|E@y|0+ByOxn ݎ='quL5Am`)QԌBX4%pJ%r&'氚K 'zK(f]jDH0ҤI %VyNNCTkk e hQn]R{^'uM_\Uc!Mp㑦<^kOH˂!- U?DКGOC1Lńk{tQ~|8}7$"+V?r-wDO-S[EqQ^4zI;\!qft. l86L')c3eB9!R^T e\kZ ³: 67ۯ$Ch0sөwzH'sEow,?/ LGx,[',w7H,{ubpetL>z"W?ha3 о]יaҭU T $1S%P$;朢{-Z֐r`.ȽK R>_\8x*]qnY|Ah%Z?p+Wb0r ,&3޿Wp9V^L;(r@>CB3]Th<@KgCvD8]2(LyCFxk~*ݏfjΒ#7B{!wQA2^촰=☯P+C.Z&'Һy6`?bKcXpםr=jVAզuZkHn s,&~9mwL3qydv<ĽXPzbd6C5u/j&Zt]'Y&D* Ax zq7:#\p+Sv3&0(toH5ӡej"OQgݹG8`!܎ߥ '=Cw@U.cFo{M_+DŽԘá- IeQuރm(e0z)OB#TRW s4=b`MI a2dٰ3 ĴuIE1!HɐT+N8C!&>L?mȣd)ݝZoQ]!GZY@SJҦs e!OHn\GTݘ!H9`X4ӄ{H 䏌&Y] n\nUYLT[u9Vj eȴVo'H#6`Z>K θ^喧N۝]<}E-6)!jM'_#*&aeJϦ sG?G > Q3 n@&4ۧC+%srE+~#nyɃlc+t_$SDa Wnh7rUR< NMG9puZ2~:3 4?k15/9DH\eĞ3[-knT.2<"4ޒ/$C+ |8cX(ƀn><PjhK F-L-Md]cxp7Ngaf;RST[4uJ 1 O˞{+ B]+)^9)v(2?0y%)},)I8L."/0}TЍ.͆:qkWbF`y?&PX}brȿht_-Z}͘{ťM+\\FLqh8_Hb',\P\M VMp6{m&ȳ,g`46s4iԃWv[7ƀVjsOlodQnv&M^p1"c^wʨR8_=a->RM Wv1_.)p\oЎ`{b@\$6ۗi_&j=9"L;ebnE35(z`Jò!a-qF]aʜkCwn*8}׋ۧ 8Zat|3*af}X͌RbV#O+ ~01]ܩ89E5\#5˧#(_d, ɢBs\ {$&A߬sjh5VemiQR.BK]ĥ{ܖ ygD>D<)\}qH~|>2.L(QwL:ދ}d{\H&uuJ DT1˻Q=8A fv*?M6Xs6Sbe/1iזU\Cޚj݇An`\c3l Mީkf{[ (("IץCڃM(_.!Ϸ|p/·vhvbc#;`̛$v0_ sOYRʸ\פY7dmSGhERn A(Y A1i;2ƒ@P #!3|N&u4!?&Cwٖj9qr G^ݎ߂SHN4[ܤ.vGz Fى4Rf^="] <z#=\qF~#ws ʔx!hr.&KC1ztMZJ$5jUD"NPtyWFIxfĤ7@ 6zxgPK1xB_h>G $ ѵTVmJɩ+@C,+0* <lGxj@GV+ 3qT#oZ ,һ_3wU Si3|Ϯc !Bs۲gGz%,=(}u3#<iTz>c}/P.$9,!L$TIʉk(q7g,RF11leg+f[,?^1T5)stP p-g寤OTF(M, VC4b ʓOHx#{:|qnֱo*f08q jw`} $7ސE7Ev0>xLJA}r1bfkm<qH0Q~KqpY6أPTf蔗P^h6MczUu Cz&(\T5Hتt2/ނ7`R:%'l5R\nF͈3fr":@]ks7rnrLѴ$Uu #; 5yW-r{ bLc88Jm0#R⎠EabvƝz107>vB{dC\ӈȢ*WҶC!Q9Q6eQMTS~MhVdůDwOWClAs22ER4F$tmU铺J0cqo멺p R74Wj} ׬TnfH5y5I:vѪ <@VjϸH.,F'psj_Woq͛ϐ!F3KSypj)\Ѷ2|ivSf6sO΅l~@Z|5'7 :Ԙ6jFkwoX$+Qy7Uג1c)?KMz"!С"*o=)d$qSfBOF_Yٓ9'}bUa;0|x0aGpGN$mh]1WOnQ/}X21a"ѱ?ġYmc~-8< v}Ll8eKh030ccA8C4/]|΂bP[)_D`֧̩R{*)|?gA;AsA3>#5hĹ@.RH~Hwcg=٦:XAԆrZоM8v1tmyvpY5jUUYi#3#7C x.<$Md}l].NIӿs,{D Ȋe+?/Mr*uK)0HJRf65_$=@]O(_#-`p Fbk«Wj|Q3hU\bTī^g7f |`m\<˫&^g@L`Ex23XsjN'N$N.0 MsQ5` P ]`@ g扡ӋE=0Wy,}b]stU!mqgDk٘j5 Brhŋ P @(B"q3NG]65^:O1@-.nDP9p4Ҷ Q?-0@8+O#`1 &'(d:#=:-Ȑ.AB/yu44rs0.l;@Z࿯sF[-+&X,@9[1U"\1Ȁ+D2Ɂͱ@G0Ǯ(%'4i ЍQȐ+5Hg6^JNv᡼Hh;c^Q}6eiDm۔+żdQUX,5,~x'B.Y~(]KMÇhƎR"2HVLdRHݨw|t_&` ĸ~04oDi +jVPu2ժJTO]9O"S>bViJ^q_;4 4$.\(/'rD~b¤`#$gx% ުOhdz1%{~|Cyx뻯9Do ;a٧B)kUr[rKL8,m3\w7˓U1v':] 8&#)$&Jې)T"h FXRsL᯸P,M6kf,) st#3MCK\k ʎCfdN1vt[,KӜ[lbh- IB Kf E]+ìzqk \nKeSmUR*ȍ| 8x,PI}7FZ[zV)Jm J!LoXژFb`Rή9dEհ6v ٽf>~Zg!HoѶӅ1 c2yTb@jTЦ̈́R(2vn+ew"\?cͨ%qH@pVr#5Yj}Af 6# *LTaҞMfG UfD@_(9$"R؍Z4H 䢶!/Ub~;'Id+*X󄚹=GxL>sD( Ӻ1?F[ש$9|L.;/ɲP ^÷ 7x'rQZW. ߹&1H͐r]mҁ ]}59%JsnW>Gʊd~{꟬֝Nh%EM?IOO+sСx%>K:KQ3">ӗu=4W)텏.{ݥ\YJ P]7$w1:[bPO6k킁ۼ봯6N'"enG>m؄B9^k)YgHZflO@!2 ^&Q{ GjX]W4 67146E7?g2Uu`H ( [A0AmZ\x# % L$lgQ\Ƙ~[rDe\#uuٓ 3oJ01Q}'='?Cf1_+J:pު G57lVӭeUin m%Rbj |~aM/cJǖA==fh\Q,Av;L-2dM4'-lƞ-?oBc 1H* @mXPo2=7%]!tץ+Bb#68! +H|%! [5PVǪ07K OD=FC9h~͖V9궲Qh}O宆_u})@1Dme _c] ?4D3Y Ј )Mr]v%G6in1)l?z5XO|F7)Cv'Ѐh/PLq~aa8l  "fTc|q,wO*YĄXN6'%(|ѣp:33<̶(OH[nPTW,_:bMcؕA<. f0_>$` K^eAg|aǍ:a\ry"#R Y 5p Y&ּpBӆ+ U=9,;AMM R+V3;.\*mט[Uba : &tdZ~R-$vS/԰8]pJN'>Ӊ _-!q. ҿf.Rfn)2gᐿQzKu!m=9`@~z0xEvH2w8ƪ'>A%S_tfki7(gR0{zZAls<8bg<eXn/~獮qIBF7*QRl_MPǎt9ptE\3r}l3P|۟Y'†3+3 Jȝ6=ܼtO/1+q0P%VQ<%[WZ gL(p܅f(q2,$Y];^vh4Fv 'S̉w:A*I.*6-TSnI_k[R,Oa_I )%  HK-t绑14 0~=KGar=T%\p)dI^dAk=ڨz1p=!3XS౒sdAJs!["j ptjXd4jũ1yp >Rsr? .FdW߿!|oyuc=Uc_K~+ 4L,>Ă[@!ۃ#Q s6ʠ0̔xa$PCElCr= _IqƶO^!9t\x}V 31=zrN{O0#ih?_itKq*Beƈ]t&w2`O>T.r uyH=z̹dH婥(r@\n8=ujZTx u12#NkTc_=( EsMr0SG? `;5jxI@O{æL{ީq9/\bkSpY}<{N=y(3X?Ȇ5&#$FBm כC5] QpqNCF= dyp3j3i,de?j|-!XKNLn)T n8c2&sG KNu48kvY4р!zr[O3_(o+|huPFcXcghFѦi )O+n),PjD5M݆p/L;цHŮ(Of&]?3ܪ6XU5S٤&*Hit=~=v;:(n6:N璱/ ^b爮]ǬQ ~sjK~Cv!p=fDH7|'r#ԭih.P`COx'jZG 咐h_ff>nT+eXIv+`y&jSi9Rdnwھa˙;W?lɭ@g@T `d4*$rAC< ^nA䯇iK/4y)nXW3?aTT@n5;{b6 L;)su,1ϊw OR_'u#2:XC De+ }dOiBg "n~0wzAQ·10{ ve &n Ow N sl/?:Rm[1Ppٵ+rORk9[;Gp }fG$=^(T,\_6MB?uXV?ɸ+n_zRB|S(5T:25^]Tr=`gt#kBoV(]RBD7ZwdAޚR6UP^:˥Ħtr?y&Ԭ4ݨXŮZY2N__1.vQb=6P׻]us!Q[XdDtQq``G?g`y6cs]pa \6d. .7\vMo5L{ORbf7t5d4Ha;#<#=EցyiYHVC@3M2d=]Ԥ&DfnCFF qNAQZ J:&LJu"pFjqLEY%uo#M͏Bm~!mcGvtKr1N.`D1}mΟ_;&K|^NwJOT=n`Ӱ,eKїv;n3;X|^.5gjQdE?^jOCM˭6* V;N|ht[܂T~hILk ӣ-X#f66gv1,fi ԬyiP8̵^9Ɣ ̝! >yp~O/=2!{.y漗?+6-pH} 0ӄRvK_̅ ygEfȡcM|,4hwk*I[aTpgcXߋhS[f>OMK\J%lFkw 2yJ5I}_̈́Z 9͎F.u6> B2o%l"]}wYY3UH$#dW͕$vewx?PP`+C/0h ̾/o-GI0]zy'˭L,x >8W ޓ4TϒQ@߳8>sdYrrAQ2ImPN{:f\ŃOڥ.Pp ˋ{>d*ͽ#=?K]'=FLt`{N0dHɔ8ىm䱔ZM+{p.7@ڥ 6P-H3-LX'g[|RF9ZLP|ik:xKmTzUAgr <"4g;ߴI=@H3NlL =J(X yPb:)h 7ˮ Kd` C@L鷍J€ʢR=`=@s'6/WmM(uO&eiƾ ‹@rJ+׳Ij@sd'r/køДnCPžkF3~C# nk^(@# _|I@|`΀Dװ WwS (?쳿LHlCt>ʽI_ _HrKYN̸:녒̮YLq È@/AYF2s@xwy 챌G & |d3}O^K/˂^_`HY& .5t'S3}4Q&ޅ9Qx4(:LA`h7\VRh!`j_HFD {˓Ԥ@[>mZX@>z8;Y̡F 3fpiV*fdžo`TxM_c#mR r^U^]!>#q $ZyCyտk,P>y?-R fvZlB"V>ӏلl/mef'S8)|s\g^qdƃMe9r ߶pl*Qz7 v58%p\c8"V-si°M|"xn7> {| 7O =#$/t4tj֋Lnl$}R$+EFkbnI3 .^杌n[%Ҟ@}q ڏ m>?y6u:srzy bVm"|6g3H}ٺaz REV u"pxNRD)SjjN_l*YgFR$(vzkyO#"g=F /WͮÆzmmT_mz~?:5KPSvLtC8Q¸${⼶M] CGMRڇJ~!XRKlWÛ,&DhԚ]ʟ1v;s}TDQFWbW17vs"$nNB|j$0z)`jAf=P"&`pI?{"#1ɰ+ FK1vGC ֦=KT81Uꨍ ,l5M :V^\vЕjKN &Dx??@*g}}mFZrZDA+05mRt&J?\(K mB/]Y >0>9W'_gǨS:Rq|5;)LGPYm iy@[  GȎeU C.i-q}1!Gqv@jd ԦrϮ@G#׮Flep2V3ARv J+pפlyB-φ>3x#Miu')2A8#)Wғ=401SX.БKW/Q=\}g:x_`]3ccسrFl>AdR?\qVa/D̖ 3uL4NS2p^ NF~81V(K}Ck@eL4KI KƇ?iB$0zm_>ZҸd | vQ{EӒS(k(1CvSdi'tnSt| FS1Qs@&u#OV E5,u<^+qH]Mg@u|"2oQ7/ܮى곤|1 .:h\rRwB! rZ‹㘹' 5{$y+h5b\=2FVC)>d#3(tqHL>~KU>~+@S߄_6d?23 q4WfF?!k"IiזE;f΁sbг}*>kVv:$fI)T|vOr&Su .V~>TP n)qBa_]0NR:o^]>դ}@|HzuINW'F3TQ P^.Ž)i#aS^rd(d^8z@ D *[:Dǜs+c> ˆs~Y;1}X7ʡB/*SaǥYۏׯGZ颎m_]g[ǡڂ&[d:@ *曊$?at&|5/p쒆,cz8rع)̀3^qO4soo7dlǾT %.j6DNVrv`orWBjd 9F](.m@I߾q5L`/X?uITQY..)[ڤvyGWGorS⌤Vwpa? I1t}qNh:ܮqFrZ2T@Tvvua7j(S*ѾzC! sCVcd[ŵ6uS8HB^+L-hRǃW6)(i4{8<UN" v9rQ%WMamq#+l-r*6[Hݘ1V&7[z#0:<|RtQH CԆcA F7Nt8Y9}#@E Y*lϤK^`nڏ\0%/{IҧEI'ˆ2n*kPl{S(Ljؤ7bm1ESLDH=@@OOɓrm|`eOIephruz=E-WW7j"g~ ><ƾXo| a;dQr]$BêvkI_ehy>cFoN TźB̪6qpS.٦eyb}[?89Iw xn\ wn:҉1 \N' }s 5Uh3|{o'KQ-莔 Q iԈ-6B92e{HmO4ÙqȈѐ\@"gMs3N]U8;ZqMeCavዦ; r1&g!EQ牊a~g6`E}_pNQ ZWHꪏ\wpi\an-,&~pk.wN ݦ.H"Xdsm>dE/Fw+]2יo{~ ` ę<ܲCް"qwҊӞ<{ .xJ斧+lj͙\݈{Ǒﶯfg~Y!#LnݯBjzHN4oX}0i( Xs/rUlto?k~꒯"$>X)Mw_C<gRE5sT п R)3`= ^ :Ӥ'ף|mZ:duX&GYrPnPP<+"rlb0ҝ3i< G2b$u]N"fsYL <Ō%nث9;lLqSu[#x+O ~DgKa!k'3A+}ޟKM _ ;_BXj@[1V ,"J௯|$4jೡM\rlz/AS׷֩rJ!.gw{_CAlzrPu{1ZyR@^yn[;F]7R,ZAuȓSg>^N)f-޴[/ۨa ݦ9[u`9ջdQƏE1?K}؛h+䯱c2]B۠?:9s*Ý  ml< H%L[)@L]I|d1E!Kϕ)6{vDݞ\!)g V%Hu3M#zʰL2!ؑ7L&-YQ(/P{/M7u&tZK^4p$պº@~&iOdJc'f=V̝Fߧ(<L"j_?0YP#Pm=3 [QN&#țLr_ 9B6;ilEr4Ғ, BSNlC_~R0Q~AVd!DE֖/4RqP8d@:UrHFXKO y/Εh߁9W@㒟0R4]|[f8nywh @mju]0p6AVX*[ n,9#!?Co$4ɑ IR>e6q,}'| TqY$Ӽ\ y G ¨4Zb|(ߚ} Ia,85g` 51" 5| ¡מFl{@:)Խ%Ϝb0َw[ӹ3Si-FnbL8Zdu[IL4l1lo 7s>{Qn،]#E ! &Ѳ lPxqk-qA5"dgus9]p^p+8 i>|+8VB.j{aS2P r៥;Hel9.sJ- 2g4ěДWK IsSc**rdߑ6QM{PNuK_}P9nUO*l-󦨕'ARHy > K=_D륏饖*<*edݚ9Vkp5vDm!`Z`=b΢ON҈폭" `뺦Xx8)hEy_B;~Z\rDN-xsFX0Tfl$_M2.\V,C C_j$Fm]}+Gv&,nJs~ȡ3fT,4΁q g߀ (L2B+SFɇ /b>6nY}rYlU{ngٞ#`.S%)B.;)ˡJo;Ҧ](WPu6ٛς!/714L,G@gupmI -U>./hLSI[HN V}ЬiyKᥥ*EYK , [ eraƉ,М' *kTAķ&Ӹn8@"^@`QB ŀZ9;a){L%7lhЁ}Dg6 y!,Ba12(''X:|5yz\JǴ2Ԏf꤈:Ԣ,")rdIcp ;);ؔiL[pԴHu9WDDrfE{3\m@m2}g)B5iRU %-1N9!բUbаAJ u>eR&'mDwH48D~] q.a54BENeGXsgP994?Ɖ*wXɇ9W #lܓ)*JʤeyO 7qM h'J&zpj"zT.Sly}b ͙JLK1&s, L 9ǹr.,šu%U5)!4=S1U< Mb7Z#RLAQ[V%àM hY/v.g~Sm`e1ٸagF/q,gOa~꒚RuH \`lA jKMxZ0aqWQ#̷@'Mv3j~ߡ}=!elJݥ T)ɏ/$t!)eGjDե)&+6w _st}U!?6]Ps43*bSwᄥўF<d5ydDD^ ϖJb-UT*c%k4xa6cDiyuDQ{3 JI OKI67A\ gx %_#hٱCwlXqjOd˼E}^,JZg7Ln)y-r56ƅߜϲJUף=zpq ]HeZ:_+>ߗ_WbIb\ |g( ΣE_CB X)(9at8xx8ˠ%hiDymyWLθ5lc\az`QΰN`)±_Eqb~ ۥs?}x3&i 71 QKxn)3Tv &nqp}ݮg~0j:0k-o9LBa_4lm*h#n5<Zmps*^葰MN_`iCu%fA? bw){`8ЪtJS(b.y{Bw0t1 }{.5OkK 7_xq iB5=RSUjYcod^#QU"hUJkQ\-EcnI: XM @OifvKybGglđF/ьް(a8n%ѥ=@OڭYeZGגBWo iяx+dSV\'3?' Y (޾efrSh,|Ft}rXWO2Ց )RCR7v'ޞ( I^2bZT@)x1(=^ ^F(KeA-ApRpOL%,#I x˩ru\\>| AY#Ƒ 9}Zpc_ٻݢnBVsW!J.ȃXS}7`{:yȺ60/ц&ڦmKژ+AfPoE2 ~S&wH >]HtBxG7OȽQ4*s8@#TpV0) A R悗ZD 㞳( UQALBGcH!OLϰ()˱V"Dx5h+ګ~6QņLoU'SIaQSv)K6$z3LwJU7rˇ4ƸLfgK w-*>r YW^{_oU2GuW?-i/ɼ4;Hf[+LV n_qAHdވ܎M-U|#'"<R3Mզznݜ\t, "GbPl4~ZLLa NG5iS-M7,ƜG5_S4#HX5+}Y5 ]jj6`cVf[<4۹ޘ9KF*@~9Pr*΄$49صs7jm 5HIۿhw͹)P"Xߒ"=eq++-6K[unx|NGIl܅1Bu݅A1=>/Q=b+IRs-of  {fbs.ڱCD'L#m*UFkiMT@:ęZG(P?_8h(ZNF,_ gLeE^[%zU0[2M/j5TRĉŦqAVBe0kkd^ reHϩ`o-aZ6|CJ~n^^_^?>a碠I U @[_J֐-e4qI ɄS~~:䬶d. /| ] 9%zIO%O|?_kStg"^` 8ٮ.l@ɶ&GG{sL Ǚ9JUa@}V^  SiG Gj 40g ]ZgB` ܐySRJwO4OܻÊsOz. CDۤ2/`iq# K:=<3 >%MHC/4%.+W3VW-m{Ih}gg#w Yj%MHM&AJʹ>Œo^H06to/2dέY}>ic&8&@GT&.maб :hGh13I|~ÖcVoobI"m\|.]6iEO^dfrk] yeÍݽQ7U- 'dfb1 ~g[8S@0yq?U1:Ů:9S\wv{F:"}WNǎ=`q K$%G$#8 ]"O2֘LԲ m튻+q mCh\W.'NQg6r.uj&7 /N4㉝6}lIijSFyjoM!oNg6\۵$S<: t˙Е2yeֆ[gm+zM} h[K ^Oc6grҟMK3p8fq@@LLT/Sj*;>1Sm[a,P&ǂ΂{?iA9ʙB~5PZ#hYJ [6<MtRTVZ#NSKSAJxU.j-BgU6鰁`x;?7L'[-KvҷxؑK V L'^mo\gqWpk ?Ӿ=ϥ <7WJk j߉*Ec`_2T6VXtblA3 EV LR`@ :SFISs&wrXhuLڦkahP|Q+Qx5^J8xu_vƆK?c2nvpueX9tW6i3.8ਪ+Uq2:H?QCz71_|{+Gz,h:ZX4ߣE8ՐmiE7O|Nn%kS#- mVGRk8r8=⯎Qw;XP,:)A1+0v-ԯvHk &Se ا)ס>@';zA#cQ m`T +oFq WTFCW`WY]X3ǎݼVkͻ\/ojsj* g}\ni !V0s8oCߛ֧m:f{o^M.T 44UY7=@ $%  H34ʉVmqx'<4Jχ3 -ڇ1m|?΅]f\]%'b3Q >4˞i"pfK !_C9Dt;_# -C'HN~5_Ϥw'KSjS (|V g̏*O|R .%EO 3o'g!r9Ik.<Ӈ dU*ۑ SKBuwȒ3e FJ{%!ϊgR ysQgz`"zOBһ}E2b.1mۨ}-vt9Z.b;&`t3w?<;^χʽͨr^A/9L? 89 i@>ƒ0֍?L+TAWʚo8/vؽyV2:"HBM&,_GIԜJl%͆\w1rreaDR^>!T"A!)YR'~ >2<Ͳ[2gp"a(t% IF~d|JsT֥N;ӺYcB-IHp2K/<61zX~ZipXl bՃI9xڵ#XXdmF66xV eZ,qd|JbH_V:迊'P_ ^w h粸\?cx!"LE/@+-=9q2y"A69䉕ʃ{|"Ӯ[onwZp)&0 7Ù+5^!GİDf!KG~Rh] 196y%4D"]J,]RFѹE. lLHJ;BæCh-*Y87IJv>׻c_gT''й^d\( nˠnoa^ŀ @Z4nzzoat= ~#2 ,^:yA\4M9fqXϽ92>-[fEc.Ðx¸(2/` Z'Ye1{Uά"_fW1P[N$sɀ[\/B0Â/ NΐȷԊ(ElTa&ŝe튝BߌqLC02H<|;-w>o.0QGZ9hf1[M_G;*a3- ֪D$Ez>m~(^!ˋ)T 5 &یWOhKdx+ysbެ1?&)<&lQTrCV d9oJ:]  Q g/6枰pqm[r y3E ?k  N~@l﹝:b Ƀ$d e?qbM5w$kxGiӪscn"4!Ѓ@~kn*kAP@>i?YE>[R`l6@@ ]՘FLԏ2 h΍}6h9ch8'bP `p仈)RmX}ZhU8Ce :1!Y"E@1Wƅx]m},BtBXqk0ۭ_(3|F'ۊ?7S4Nw^N8=h@%6Ӆ>ɬ+|ց6 Zc2vc%&U!}SF}Ӂˆ+:Әnj"Q,~ J#gfH]S4S_ àV Gղlerlj)@aO?ڙ@WΟa .Rku鼤l(k h:$5/cï)b` ޳A؝U3! cv1ͫڒy)6.K)t$\Hc,3$xM'> 5wAޥ ~"M[c+Bz VsvAlhxqD`sD鬎s.+k˼t;8+`I-yy23p"[jYqiqخXې{ҍt!.R~;~/GD@&<2e2'Ƭ :KC?.Cdg*COO؏e̵45Fߑ݆[oiOe!^GfsA {< Bꊮ=&Knǥ3WfUQP:j_iwu`Vy;o[VNf.$H<=KCtkW?VS[^2l,E+m1Iz@-z/PsIdSB놉:Jw`Qol%B1-I$=`R'9 z6ez&P;p%RIףuQLw1ͺ!Aָ lż(ȓC rn*TdSas5 04{u}$:Gr627(نrRDoU62\cx$`-iAzΧC+Ԍh<&?|[}o"*ߏ~Npi;+t|nPUnx[0 f[x=ET%B[j5! .He4 3P % Y7tI *I#;^,VٳoI-cio9wA"bjz4zPzM,9WUb&vH3'@*_ \>y|t9ح%^p0kJ _؏5.6)S"#rA0ۺCƾkgVg`T*G ;_| 9o>uRЮbC<e. OU$ݴ9\mд ]+@ },t.Z["F%5E,̿.G1m uN~0pǯw"kwJ`HO]M(lz &11k=FLNB#hcv~wT4:+F![!ו nO8t*嬸VhVg 2|X3µlgoɽkj JemCڒwW<ǜ:eޘ'Ɋ6hpRBg7l0Piϧ%2LuceHB7m? @gRqHco);[kacsx~wS#&/,U=DMZ9z 6 $7mI6ސ0I|PkYFA AMn β|* K !sPW ۘ%ҹ3 b:t6{?/N,>4L^! Ʒ!NCrQj$x LZTnӷ~k51vdMA!z6-9@U@ 7iMn\16o/7#usKՊGМvw,eS4)dB48;F­ ŕϛ@;B?+P: PqWirej4PϮ<&xM;&O*-$7x)y<4D 7J)g-=@+d!WGp ժn/j\&Y UP6pY:}-?YDeDC?ɨ8l˚fY^d(KMZVuߦr0pxb"Hx7,F#ucR~J-ï*0o 6,H0afZNu+]@QxY#A^.sFY m _6Q \ʔ%_Qƫ~?)a䣭o8EIy ,DEa_^QK b< x|0CW q0T*':ҡguc]4 8`mA X qw7#ֽ>x^g5 ږ,MI )89/w.m$9>6r:GKwMj<hz!h&4 n(5.8yYPw #%3tFYLT u?G)j΁k~C>b;ǯZ0xNM+Zťqp ,".J' ?SnNsb$1[fk;JƐ$R^KĜA>$6K:Cc* 6y"XnP 4>A[mh e/<.Wpj&6enisrRraJ`dF 0V/хʙK1Dp^͹rF+KL[8Nl}!-ɤM; -K:k8jrl)m5!јy'(4Zt"W!0|\c9m$Ց7_&_=;Sk7'eg+\nUZ1_'3wڀwR"ȃm@5KpTl?Ga%U+ͨxöVWOy0Q(tLkcĘQ9hA&q7Bݨ̱=WȘ^(Nc#]q1R@k%#48C zPIJ%̯9[CV e n8("ސ}-PuwO`ȈeЬKOWעZ1j@zt[1HH'L^?~˚͊=jbV9mmO{DxFԦF}MUY,&7Ѯ=8oQ As$`~"ձX~TxGDD?GZT %&Q~UjGxh@I /[@R.X8.% o!5.HjsdZƿEs}nN?"CfL|kvK4bѧsw w;Y؟8StߖK]$h-e]猬,usѩ[c\{c7hHbsHT^qNu;i8Zڥm PRBz;okL#endOk Ϣ:c`{=]jG LyfP 4iY)9hYXi\ې( ?t3;~">14>*O,+Z&*{s+\opX,S`.4Ӳtāl;̼"mo}(R mHZt&JHH0pè+6ƎFf蟚XTbA&t+ŘJus͉>n9E5$f`cRx8G]|,#y/.o4{+KUtBAx (.I7;=P0.*HfU+ݐ %c];W0x?gC-7H>&K~.zf>vo?~XJÆ*Ͳ"$#Shӭem xNə0!\rB|P@:*~_=wBE!J(#̨:Ej;SbP0OY@כ b5Hj<݁ZTNV]B_QǞb6϶<"O+:g5&{-\n+*apйF f b@&Vn`NdzE=aHH^[ȶD,حPEs!EnDOڐ'W3SJN`]Gܤ.?Uo cY6jzomY9Rn8{A&.QX^l u0}kAx2}PGAr Ș =j(JS||ƃfvNʁDSv"!3^ħ{VZ(.nq5Ћ82IHwå3/f-/3' ndDǞk?;B$ 4!ņmf)vIwUr?m(ڐ|@>,ԓR3xB Lu=(}˻t*}zv5+)gPƀ{+AD8\7V5@m˓| tiY $DY#FwT*7182+\O$Ilh<]_ќ. ٸLN|+WYf-wTLu/]kbX!`(~H2 (U%ű-6w:G`oȵlL;zHK"x>$[q$H oŌ*HAG~nSz:?|^5G/ȋĵ`jB09dOl0VEL'! 0k6-. bafEa3 Gl(^7 lܶHW4sO6z)HDM&1S?%.PO|_/?NBw;9@GtADD7 < -ИX~'o|¦{Vʚ?2~X9 $֎eAm yȚ/b`aHJm {YүDX;8. E+*bMӪ8,0-l~,Grγ^OL!$6Lzm@]L@0\yg/Z ֍DkV*Zt:G¥R =h֩w# CkB1G֏YzJ܉h0uxQ G!:"[p[0+h Y tJc;g?Th2I䲃#[t:R*ķ<61&wsjXzafPza\+y%GT?69PXB& 8qk8ߩվbpq$ bl i1I: W;٤wb8֠wLLIOo?@_LDB)v,,4r1sF{OHDAqBgWl}4Ms04w: END*ZU$$^ݳ/Ȼ9 LHQv\G`fa4ڝ=)zJ{ϲ꣮OPth)긮3]ݞ2dG`.33Gqy;ZYmCnf_v?q1vI*0d!ߪ(u1K@GCiklG=/l=qu{80cTUt?RGA,*#ܰra0M9Yu~OF d/G~ДbۄЀ[Jd,N&+> m%Xx;Y79&?.ڍ!G'z>˰i47tJ܂a$SMVS0V[NE95KKݬ\TPqKh1SMV⤅ΨS]qWĜ1dSc@OE^&Sahe"Mӻ$ݘ`G{76] w6 ?uN/$A:||`h*K=ѵA69H?2H7oi<碿b2)"* ր} v o]il 7YŦd]k5LDe~=G' q>rD @^7:Kb}> {b;1 todKjۃ7'bQ?*+ v҃O@˕I:4ڳ ;P_lHX?)O٘?  (`x,%0 -vBY>1Fr]{}nj۶wqxtP*U$UYI 5~t84R;jWFǕ FcnlŸn0\kF>K \" ~2̸M|j#NN`'Rz녘RЧmw£Dt=9:uw/ay4#}$Y$W|mؒb y.%5x4t_+٠gL DI2K20og7d0Kњ*;E-vF 0:z=uM>M2\ ʭӠʷ!_vQDcwv߽rbς[}]NlgFT{YR_[|FL<{#l4b.=)^=Ct I2t![A0Ku<{M+r[U3(:;y%L]~^p ^ڔ>&?q(2{01}4*Ѵ3;*^wKsXϹ.(d45hլi0< 3"{}Ӎ/~Dݼul?{ƴ~8 hᛏg8LJwt[)og ܢƄf\FI_Se ">FeGk_7;B.v`eDw !WRbNcܶƤBvfEMgXrHk:6z2tah[RL#[Y#$)Jr䰇{pDjY[ JX[U]1Z ?HY%~Vm~~QvJzG L7ovJ4DM_<*`w~yz-/m͹nyohsgEH@+@>ʐb̂KwflFR\ξ UeIbҭfgty6Soh??33-<;Y+e$dr h{|l8}eKob9+U}Mza"sNO~ ȟ%׃n |Bhiqܫ&<#^9Z nj[/c=L܇Ƈgum VSQL{Lpٮ~Tv"VB>>y1IK` Y ۥ;A|eb}rݣ2la 5wnq&di/kb?jB hn& 3c%6EA^X5Fmn(LC'~^Qd ̘6퍄U 뫟ˇTΕ86}&[1A&ywx7UFJʗ|1Qcni~WeOݶH*oWךK?wQ4%|x /!&}sTwg50(BlJ&^PW=l?b%"Iӄ hXrC  Ldſ ~ H( KPWK`~ &QnrU"APz޴O+C)ZsXb-uxΉAi*#zJh~#(JYqRȝ_Ω7tғ׽6[u߫Kb >V^Jf= ˼h'†W>\VGeQh|tX律L'T.ׄ%I~2mfR'$I, Z>R'j$~sx4mZY3M{~\Қww ٍ+=9FR͜<欗ÊZK'PlP?Wi|}G'M+=݊NyaF|x QYz6wɻbCKc8u,g7K7 5WfVYorka7:#~K}bC QW_hu5Tf}:iN7r䎜3uW#N`J0Cdxr Y(z AbV9X´G]M\|L̈́`@`Xu ߜƪS-@"} >exL\%DZ؂.(%:p|c@qM;I0T1`#lRѲ|BbmKY):8_} 6~1ˆa+3HbTN52fWTS_B\pKxOCrdcn+ (2`(;{z\by2 RnW$-n*.ү^ao=yVj۸ep/(M&38XbrrewgNGdw(Ƨ6U2-(RDZǭQCZ/?'9t, By[Rjltec;3#9oӄ_- 5|.B("HeR|jC3 Ǜl Y1T ^FgÀ3_[^ u$yw~+1N5]5Z=K2RLuPe nE@p]^,q\wm$>6\ѧMAG$|܈K1et3leHz*QI%AV\ac <jD. ?q5!f4W9JL$H(RU4.kNzC'ȨJ {5'.-lK#/1F#qX ] 9iߋVD~=ר[X^v}(P :)t镇x8p7K&T|)'\&pqsqذc)/=h*jj=5ާ_X3Qx*$l@ށ۰SgKyFv^U6_K2 @L#OМ2~ >Ѫ¼Cd`Ya2Gw2 uv߀Η[|jɝry]zSe|5W+ma(qw ok_ep| Mqtn GtC+~p!&Okt+L#:qEkly!bִ b\OP@>và7̬C6AV%BJɞcl6 OK|rxăV<$RT!ymWt mrsGфYA_ϡ$vvh x%Û= d Pٞ{3UJ*9ZUt:y\2^vG: ܛ bKvtW"dM-n)$HFvvM8V8ͨ8ZuDVTn_`W)n¹ĹIP/v-P8HloQ{31=+AQ{j:(+w6{-,Q~q"-@L0JAamq@uLސf+tN}!U1ɈN+:azw_5{ [$T-D9bUZ?K;Gô`lDk+|knk. W0!]  gE dXlسf3_~RDp| 0/iwezEZ1_1CTM=\fyy`W޸㔟g^V|}Ty3aQY1VSگ5$o Kik N "U tnɝ>aQc_.rx4_`^byIIy۳ }ɫe{:(,vF?T.sF|aO_-VpIћ\$#ڭ,mu?Xj J@n4,g.D毤̶1zr^:,f`Ds#2Ƈg\P1?ڬyg_ >V~1m7ȋ)i\-BCklrW"OnG_)|ZJthө16bbc~ lZQy₉Q>3Y+e-V{'ƙ5lVᒲ?8ȟYF%gt ǟ4{24/w h"mSey^/_d>˨2د=,CGoXVڸw[[Y< J4"X_ Du`喆%xW2S8͙1KjƖbptWșnd7"-u?RWkֿ>|$1o&.jZpVμ3y!̉z|Qy#c8}4kE`n2X-P)LaEn\c׹@]BL;}EW0?~Z uIv~bGhQyk2CR.['1UIhTqrl)r_msF";VfIi CK=3\+*J_zd'uW/:63H=\qzpB^۰|KQOeWq\h9g4mj]h%ds|gָ0ɟLf8 @_qsHV/gjX!+ 6Q|.yQi0)a]EH`^L.G9<ӧV-/W1Ni7î;55O`؎2)RW&mZilxu4Sመ7\ $ CyDF%KHLQ@b<'[Z8luAi \Gt$Zlz~aE H{,̑7w@!Q05P^cpC+!2f0H,D<' @gM(zDSZ<_ pr1~5UPM\M"Jj ^,:1 _2L, VjA<_T=7"޷&!A<ܰhdȡ!Țp;exexʫ(DžЁס;pMB#:a'TlۮmSZqw9$aU-CxyB8jA}xeD J9߾r_# BvC-k?;Jz2gE34ٍYރeQOc@u`y[v}Sv !/X ]; le-q=5i]pkŨͬ1:ts`R|'~io[mz;{E@*[H\-Ev#,h{ A+&=&#&$QA49e>~vxOyg-)Zf#V޸T? e ɹp|?n@>L(=50|n^ $uPuB;}r\{> vc1Fw,n_$E^Å;ȬҬw1;EÃnHTsQL /?"pea{Wxm$rakhŤUw&df-tE*t9ϷjG$gqeI &FoJdk w'~W:ck֔|Fk|֜=_gDc+_biJ-J%sEeʀ"ݞ3-qѯN}\?kZ2.}@g,d &¾gG3&Z/))(bo H 8xI4:uidQz7(6ʸ+;,aS\fΟW8_C s25F pT/.vC2$l,Vڤ39E̠ëo -0kS0lxe dﳁy=ZKp*棜/'a66(S(K=ElS:\W:au!f+&l4/ъ{eƼ*/Dx'D";rۛԞ/nDO گO+_}.gj"SQ^% G>Dݍ9GOBD ߁'fLKD-J`['L(G/:Y,!N.W_RY~픰0T!AްvvǑ^8;I<c4 }+dC" uf vUW/K\O"LvFqhUw58 .Rr5~0H0oGĺV{3g5?+桺 =$Gs F(gxiOQb~:AJSb >^C ֦O:O5EUMXH2Xtp6Pc7/EUڭ_w I7#ܻK'}=Pd; 3ܝ> Ϋ ҐDXaAãnʹ߿fo I$NQIcYH^ǪK@D+n{s0cV4-̋"?H/H[Ks֡586s$Lu+ `xCPC GDxḏ$\d}?#c栜n4dnl[*JpybK#'M4]^R_M/6CUAT}[e:x=Y^=eܶo!ZghUSfihצr0z-5M/@c:^ qM0HH"tJ.zhpF8q5ǘRPc%Q>](_aW»ϮW;7fx]$@v$<=R08k"+Req a\:_]!/IЋnSt3tF[*c.0~L>Ui#0o?p0ՖbnZYVѫUmb6"Vz],Jj'ANAo% ;Vūx.z"R߹4PiGnxRhj"Y$2zE8Ty}AJiN~Äm cKYM֧¶+ HYx8{Yvɀ\u_bIfɢ9/SpUdVh*5G\O!zza{!hq<(f{ BV֔4V˦Nl+(w]IYwYǦ+"lҮݛl9$͸H"rCz ]m^nrJ.`y.DglpPrrgI&#Y3Q9=I*֫Dms../3nX#,V?Լp!~6V %(h=;])['OS CJQ ޷s~xQbmsȨg<a앂LCq6w! k EG{u8m)"!?;Hހ$v O;O܋ۄ/ ]yGDXؔnr*@zY ;2A|ح#r?,2 }l/xLn߇EZGWO#}.ӗl#B[!6Hri*fDdbv/!ʇZ57no QbQWбg)Jf¹컆k.J#ѭbVt6?/|QG1#::.AaeV2XuH$!#JF,3&Q&|~r-CcJnvѦ ʔ'rT*4->͉?q"CQ\AL3$Gq&|`< ǁE)-ZkE j[N6*,K9 ۼo:_7"~4i"Jb#8C{F76ʞD>^ΙTbs\ ?.4kox7^CT??p_5]Y~WN?1kM/DzmΞj{L'aS)x*7Py QuX< &E0_ }F0|؎sGJ[٣svJDo,d:;2P›acƑb3Y,.SJ‚+ H$dNź]CDXB0DžpRz/s :dJZj뻻qvwf rWn^T.Mqh Nf$D Go_H4^/[(+_S7]79awTSy=L'm'w}ZB{V Qdx5Fo_Vsg_\֛@ S7%t <|m }dPt珆=~GrgztSw\ʛ :c~ `M7E -{2FG FPwWc{Q?aѧb2E>?d]9Ny zno3u>-f溾k®ٴURۣIR\}1t$aq-xy{s1w|R/4@GvL&u1xF/b3" 4|{!!ᰧcy ZÁ̝6,g\3wK ĐmflyU7nGyپܚI@^R]#9L4ؼmۈCz2VAYA+π=nN.9ޖνS}>743&} 8ң6>~Wy"?CdzvnVhCnG:}̝ b?3sV{:qNe]tʙ ıߺnz_~AhF*urV2LS+nqWlFSj\l7`sz5*r˶Jv4r`"H8rCLXLf3tS*tXa5-<tly|{!.e06ZW%V^P, XϜ "wiR?RBOv h8/}"mU5a5%50ьܘ%4tRX$7 ]l8߅ Z Oփ)v$sue夾8OY]]Jkg>)|܃ad=5VS8p*ZᓲH@^4ʗ$k3&uD-ExrhsY7)ՓEw9ôKD8@`M^A5h+ Mܚ. 罈]JwWhCrG]O ׿ɅT17 ~>8m6AojZ.b%XRNW2-{hȥΖ: 1q0eI,M#<;@ΧQ6iqawo8c4g=KJq_7#O$%UT3PZvƅFstDZПtA.^Q[=J-0<,+ { YkEϖ :.[$Z]=Q%jU9poLPp<&4Gc=u/BN8^3$qY@ g!D,t\Zִ?􈻮Ku: ; MJmbkhpC&D텋AHMNf OIX˿^/y=&@ǟp0T;d<mքry[ cS0{I9Q  P )e]ES[8"z:+Hv-:01׆ܛ^q;wt_-f1*κEȒ1RY^ޝ6)kܹ#,GؕMI#pOݗ()Plg~K(8[0e:n F"'ujڌ̫*P"K'Spnl&B鞮~:+A,C FhpK@]o?s*!a ʖfMqtOF',؜;l-{8>u?_{*o\)G}DK$#_6$gYE*zI 1=@hUaho%׏ps_N%@J!`/Qި$_un*VSh0X.Na|Mhg !KN&+?#Ʒtja>C@:ʹp1Fˇ )rY`en ? j"%ӽ B`G0w]IhFk.&⼴Vp}?~΍]D Cs#U!V_\22<H5y6?RV&$*qT nzV%!#%uET`NyQr`M-nn/螸Gc߳|56%YJk|%ط9)|7D0 qf㉝b-\Kp:et8-E k)oMi 駤l),ۮR8t(O²''C,٪YEeOPlVGwN!lڠ-oAƲ /\R{B*9 CJR_o;naA# _Q0=@cx/`JKF.6C% X au-a/xLbnQ] @YX?' ?SnW+ zPZ TyH@Ehٕl?ZW8ӝWvX[ 댔~\ާi1;HHDgQ*uVmF䅁U?h.Ȑ!œ=gBd)4KXv ٦O2~G#O]1C]Bp]VGt*ٓ;XAmޘ2&,&Q/y`0moirV̂N0zhې.g2`Gc%FC ;]Ei6XR١'L T-lX\44/*KB, ka,o-֓d4bX#IqAU P0U7kkQb}~MmB4ASL) E@aUi@  X,jV.mޣ=+mp׬]xrNH5ThqGA7hM_!VkWB 2Xv֝.eAFog+4ucX1vXi,6&kv:džHEx!nLCVaܱJrh%2_pe^CW}p& uBZ NPݩE?;oV@*')wM*>!D{ {|Wq\qQ:[H ھ?D '`K]uC9vҊ7IAHᆭ~2dHUF·v rBB%YpfˡCBj|Vņ ^`4Fr-A6(O lE ӛ'֨q4dAY(?-m(9qӊ)\+(E9=7N^w蛘a7TG)hƽpCt2,sLws׶2nuJ٬&qقB+/4bnXf̀7 p:Tz-Gh's);LP zOr9l`3,DRrfbNFퟍ6ق.AxE `!s+ &!5J^$vKK3+qd+V<c>>6kƈtʷ~Y dIyZ1k&ÁTmh7˖dFÒleތ2uIjZ|JdcV \4!gT2Kq6~ѬWSlC as~(FJ(Mwƚ4_JdP4CǠ=&'l;w›sz:o#Z<ߘWm!@ЇK!qN;iAyҨa_ޫkuٍ-yѳ W"6kI8K4Ɋjʖ,ǵ E@I"|ͮ=otĒifd5o|?lL2<D*m ~XAo5er6-uȷT{;b}(m(jAlY @/^> s:@\>AdzwYzS&#VYf8dj1j# {79N{9Wc4e]6c 2獨iXsةhGw2߇C H\m' j/#',T I!(W]T#oۜcN/>ȣvLA[QosSB2"_>v}?&2DB ]%1:HnVz۫-U2I  â!4\ly~8ɳ4 ڀⅆ`YCK;i3ՃDQԑfkLZcڊNr_Udx\0.HGXD 6 2pK5N,dQK9M4lc$cFsKXJ+0zOUvkh8b A#$4hq#)uM;%`‡}*-FgRV"P2De8Y2,QaW8xFqz03Ja3{~̎IX~Jk2Izִ!hw̓+ftdz~̊f[ޑ΋\(6?ӄSW6ZőM< o6ly˝jywlļ B-31Nh_Ci "P0:PدoTlx ѡ== y*#٤kk9y˸Fq!΅<6uXe6p9o[>gQi~|Red蝡UK^\?o8j/?,U#­,j}mԛ?8j~m>z]Y2PDHy٥x{苓SK#D9yyM YRbxUmNRW'4ٌUuhΔ,NG}ˤɉM&douvk5#<}phH$=OG2&JY'9ѫ>jNb?f5/_rm9JMK95?~MvȐȏεF2]оZmظ)CUR$Cyz3%K&C@W<wKc`H6=m׾Z%hdR"Nh ϔBK{dQvA<~73ͪ)%- mxtU!cZu8MiR_Uf-Ƃlϱ^ FG@+L!#: ɬ[7:kOY2dtl\O!duc(@|wD>)?CpcY}V4$#m@vXU:?$ZSnƤg3w b6^79{ꜘ W a\nM6*ٕ)47,Ls $}e}+ FWMo.h&b6]1t BVl %B($kTGۈh Z?6)w`r#!'E2dG@ +r$VLZs:x5KE4 |"& ;˔0(_+$% _6I4$l$WAfNQs4:%8tdz^c(~s*D4U9ٟ0׳wszChr`R4holWQ͵]ըSpdjG0o|H=E[|XʢaCE/;[\hv\O{ІN z(xCd;s<{; dbD{D{"IC]=d.hmzX~*4e%1ᬇ4&~FUQUh/QTyT DIJKpI=w$TRXRS)4i/(F24?2LyHPB{ҫZ+Y}[z4S+GbiuB 3 +(-upbkbA.vGu+a D}.!%+6N1xa?&{ִ䙨tS_xYk[W8L ;K4qe4ʖbR:)dUZU& ;AH/<#Ժ1ApLք"z[,X&sW { W{˥*nXsF)mv;D(u=(K^t6 a85:HThR`;03y+=%łD4ѹM)hH;6J V18휂@D#)aHbM)ƅ bӄF&yfف6kmV!]|L( dIz`tg;KT 8Ҟ?cq5n<2^%1o_/R͛_#9A뵐~;<|};Y Enⴋl 6y$cִK@r`t}â.$8WDnܠI&\' 7L$IĦyIҶžrHV؆x |s$K^܋~;oe4;L0ӼguC|, ;C+_ȊBZN @qyRӶ\Ǿ5kCuOp~%DΗcpOZjU)XR;&3OxUz ӈ ->?O/M;SgM[C"E6B<@LEeMn(j<&{%Lek#adNTrH#b|[eH Ie|htvskN$G ]0Rqrl \7ōtoRaK AXK9ğ051MKBs50IԱH W 4?+L]36Y$l0QZBLXB:8%kjJtCecT{? a^T[X!?hVQlXDp alY(A?$#TRTE- %C(NpcDOXj jPn#-K;Dc;vj=0-k w:Waa*1jHLfI/{av)$2 jd#R=Oؒ5] *غRD0+ȧ* TYPyG#VJ~.xyOլzH=iڒy C]$}_ iL#>zdҷ)4 U9~5?5jtaʌ Hn B=\0zDN{u~y*Ȁ|g&+ ? Y)=()\;&ĸ++7Wj^<0S2 (~ImvqCDLSl %63/#|ړYCo{lQD_aB,q6Li#7(SjNX( "Х=up*ۥuDAD6| (Ӎ[ϱ4-.~= x&ǘ }\Lq=J e 1yõN3ۑRT+1 2g6Ui(LeuձXQs3T}CR'[U3yAx SYlKaj( !NVh>idˀ!; ^.q2/ԵwCsCI+R#<#08FDL=䞑K=5$Ri@ulA-g 3fõn~d[o' *x4GtlTPyAN}\|Y1檕C{^~"ߢVwmg_ rUPDBfy޴p1 ,zctn&8<+>؏4:!R7;@0OxN%66-Lh8\k xTurwGTl3ϧ[IBJ*!d;}2׸=c>yJ+wM& o7=Vg^ Aͱ+Feiy).88^K⩐Jnf&[j7 fgx EW~#--:9b ⥶f$\Ѵ($n՞9I`VϱZ6: 0 @HK..jO)fsI9vd0I?xx ₍W!66H046ktI (ʀYa.ӼdtnJO=kyQ anV9M"h(4vY-*fէM`-5o[6pӪ&3"W{7Z|MnVc.Fy3>bw8e" r])U7@!ULT3? C>i[n2ǦQb; Rjύj k~'% F;SY[ ׼ k{BcɃ6v㎞^ת-d 5}uk3Swd]Ӆ[Ӓ7@g_1c~JOcoK4͹WNX.C\LjP֭7A.8E~Re ?c [0&3Ǔ;iBR.a~Nrgt &`GeHWT/J'梟2ב^ZΈ'B(Q,YCk:*ۚ8JM"sݟy. 0L"'b՛iRf4xX1E}XPI*giڟ&GUP PQZ|0rb'!|AX!5g聄}~ uo֡n}ei$mxH5j"(:]ܛ%]ANzqQ9~ h)d#7u@ZQ}D]aw^DQ%4<fNi +s|[fYME7wY@UmYD֌g/QH]ƄzODѝ6>V%n.0b`.na*DmHWup񘬙PFbӐ)/i P'zhZo_˵pAIjy/zݿkn^ltQ_{@ULV_p鳸2  2LB+yD=W_Л D {NryyCC@(Ӿp`̪,su%z3~`)m~1'(U{}@>s^k,9 9^(jۈVu m4hEdܘlйYnbαknX(w0voo y@!o1 _-qX"R{M^E[[^I?ȯ*^~ A*䲝*1ؘx0r:J cDPw_N c+Dqe)X .2w'h‹UN7MDj(#./C$xT )7*)!T~!g$42@E ]*K9uaږoQP%EV.Z[󅪕!> 3a%T,&MiY?cFr"*뮦x!lndW,C=%.AL=*d/KdM覢4xƒ|5;j9fzz= aX4=&bVq[>KΜ9Zm~zMÌcI-+qkY3|Ϸ$1Z*Hc8$k|\B`&Jvۆo`8wh_: .J|j$wcM`/,p+[[zTh9Rͦ |Ey˄?y ‡y~a` :'( `.{o2xe; dc0H9Mtxjt N΃%k}ii<mMjJk<!UڴCX<6ߧL07 kzx O> CZlsBu؍1jT\@Q@T0q*^PoQHJBtc _+r0.&G+MYND:{Q)yL勇GkE1Jկ`E]ԂPiIi4R%s)0ۙ #\!|˥e>Aҭ% Q_r30u{JC˕4qY3xV|ӹk(bбGNNpF=GDy /l-NfʏBRMkl8 --5y^ܤ̈́LI sBꛅzØ*RW{_P bXti5Z̼LTe^;U0ANQo!yĜ- t/.f*ك/ o^Y{Z dgN5LgrX'rj&<zۡuYaJx"4 'f`0ւ Xa?t TD֕x>_ON/&&QJsݛXvŸ!t Fw|tgdSk  - +ɿfԬBjßX4ёXFz;+3DF&s6>TWXd8u+g|J^vG g#9㍓U›۳WνnQ<⃼_RQ'ܿ,vVS8i2pe/-op4 Sj0^2(>F5s"*?fbIZ}1Or_y}J{-%7UNNIUFQbл{ Ps\ CO%5%S D;Z$-?;J)gbhCT<;z|sV$>V R5k̘6&]9PVƇd|59ܟg>^\_S]_S[azVT>5L*FZ[y \@w% g6hU5hDޛRd]UI߶,ےx_\b*+\G*ȗS)zUM׶6#n aW IwYo,W@[;uRP5ݕhD-1`{]p"_mv񵮁Cb C9& ėTP4zDU-ְUGr1#U[/ܟ4yZmFTUrS7p-2RDF´^~5uJNr_O1Ozф빮K$)_@ꪳP0$WtX=Hji ӳ}qzAdqpQ`97zўn\7@xիL>p2[])hU0#BI/mٖ=XK^pWfQg _uyy} xEōL>N_زz0[黠p]k)>(fʷmy52{_ltv H'hN[$x"P& / R()P< ?!B~>ŠA˓T>D*uH-r#^g'04wDe V:|N vs, uNSWISx5j/WKE Kwg =wZĬ4@y(?19}{BEg{ /Gh8zE}~rش)ilGt4cAӤL`X=<0ſ_J+g߳p\7ZEU/߶X)oV-Y+_N.GDV ;"3 Sҕ˚ *Xٌ#[l~X k=F94Ӯ1~W;&T5 w|lSslj{2˽ֿ'n뚪Ja De]uC'%uBHD߇ ^ոJ@$%#_=#ɊnNàS"ΙTK7磬DjB15yE)s;`autBn묨76!G8HcrKAT#}w*K)'K,D%3nJ*gX!28p?)c믘,9GK2 fzDs?!H%U~6gNo60 9X "Lt^Ra,KT`GW[NhWi7:莅Xum @9^Au :&̟ bނa(0_{edULdG E fˈT WM_8JzoJl18J,5@ M v6gIT)}(2Z{Fp:Ud(ƱdQW[eYf+j\<]w-ZIrNN}\+a`i2Y?Y%QAl{&{tNug20ι|v>z7!Imx;Zs\Q$pzt>:o`VX`f%2n+';!oTg%>bZ*I.XH=(>oeA!&Am`Z(5KL=H+9;V9+Q@f*缼e ss%x4Is=qkq :=Ŷ MwWQZ_GI70D@ͦ>B d*}UɧoȞ!#xBɻ0EU w^HPtgj M%rt ChԾR_RIQ Œ̡G%k֡0% œ5X/U҉gDзL/,?JYA")K;jC-@hkۦY/L4m$NܲU " n6DqV3駜V l':l"2eGV:ۿ[t9Le:Wq Ɩniэ<&)/ULvmÙdȇ pq^izfm £5vJ>vО^]j_'kҹi>ъ`b$[_l@VL/"[AeM=:3TE^eȡZ聢E`NBxUw31(:="qTLB;\iy7>F:?@*!tԞ5ؕ֋{NS &0^=vs`ޞԓŢɵo<;fM;vgFyk ' EN'1R5vu* ܳHK+Z0%mXp@Fٖ+Ӆ㳰Rk)Zo'3/J4/M yzt.rj>c"[p޸BH*>[]뽫52j')5ۘi2$|}o1&`ÎUZ:#zqyש|3з*t<̲40ZSPFbbևΦaAH@h|)|Z>x gh$L0_AEVD,;t{!ق450 $ꈡ.Ww'PX 9~8쀞Z1(X7$"`K.Qy [UǍ'!v< Q3`$!_[v :NjbQͯf xbMdvRIT@%*Z>'%)\:K7YJλ^7"Dߛnb A @;\M;^KmM\j{5!缌h$[|"d IMƹ 杮*oЦ W.AaLE0HX^`>c,)=exF-ӋuaRa1c#π;Ho)ܙXQ$wuZch,~V̈ZRFYpåK~D \6cp7#>=TQlvWhJ 7KBKnC(.4}j?i OG°2F XR_ D2d'aɷQnNds;@l $*d}8NPI\w59GUXb#KUDo痉DZujnՁQ U@+I6{W)wL,ر|\3C 1UxfJm\j{C0ehNӊ/ڽqT5 .1x&So1$ґ/]rļqq]u3]֋9ldh.g.Ye*W&Ֆ$[pյ8›Sh-Pf*dν!&A u_C(CʎL;4c7v.;@;7o{3aJ7\2R«9A3A~ȋä%[ϜY(D#WܑGR2>u р))d/J&L 9덆,% )NTPgs,=V=sSξw`2[(,dP"dzayT`Ѫr7|=DHsɛEpX`ށ壉FNVzbk&rX*3(h%R@N<>,P(cdyab ۅMZ3q^wNA_z (IJrrD =UTd^L84I"PI.^9;lqM(~3"F M/tHӰ÷(ʪ?{wayD5f2G<51!cHDOW)[L T%M?2mPtܑ1]1]!\t>*-,eu7 q7`wX)C~hA:cR7 oԺz}GfEuVxٵ7[J.E-Ƽ`9n&" IDre_%ti*LbVfM(HWat &@&iKʐ(›F9tVVEiZŰDĒ.9@5H鄑c Uުg>@Ńӝ&TG>*J #DK 0#RkI52 Aa'~ }ͧ13mưi)&v N9I$DleghyЁ$םAMaÎ԰TbGmNe+;hMyH;TlI/:]VFO_S>Ӆ`H3DhfY_Hd)faBh UMZy@j6܊Zs{oZLP&i&ŽS4I t֏p~i?Op|PTi^O>L2,~t.^01u@d.dJXM=v*&)%rHJ`zX|mz M0鄿̎bu@t\4SΗ^aǕYP1Uu9",^cQ.uouEa,bzz2PW!qɼ_I4 dExM~#Rex?!T6 _1 7QkKUQ@1!P7;7#"12W['FChD`;0np5|xvTމ7ee`oR ez H$̹lfeNʁ'rg3דE5yz3~;3Cvy;dp}cFo0=_DK`MjRyGħ[a1cVPm<0$%,j;Â>yNCX-.r[`HYⰁ,4^ S!rBB Sj)lGbĔl_W hS0 @i#]o}*弧kwf$Nδ sيMV ^U;ȰpsnnUB4~+=~O) ވ6I!š1ϔeD/22 VA,lCsߵÿP  ħDm{?\#s@s'[h'yL ~s, u^hz^]F_k%G6If 6%C%A>ftJ g3j@}W~~K+i$hOF(+s]Is֟t *)pfWE87UChW@8K:PJJՍEEȣ. 5VA6'qq\O ړ^S(jVZOL97LD=pu]fNPvjU%^'b5XKwU34zjx97|؛З+sy\(%3 wRO$VU"\S.`K€C~~;„=@/R9mNߧCG_!2 Rꂿ.Qc'ZF„=#p 9~hmxcge,?m\]jKDH"=)xI-Ucćy1IX^b6/7٦1[\MD{ݵ u)cc\JseYuq¿NNd/-^16o6WHƱgN\,$Ulr +`Ix)6o oۤnG=rJn&CɱTrhA_/,RԦ .0& 3^$D9CTv*2D[1OB=J@DAU34HMY햿@Ih]8w:l\-3~jlʹh@ξ2(E~zj/uGSRU-}hc"v-<קG2d8G$vu#)86U:#٨<^eHx1S6ocG=VXD.+e2[fy^Ia?xH3h#5 OU^žwtAa~#l-iyғZcEH#<v}]98QAfV3is/њ3展Te̊C w yg }O4l"۞-1"uK=%!!heO4Rr y#2S <>)Ղ Zxd/zz9IhVvs=BF@+-"dJ3+P^yM`1'oIS.۷ɡoYaQY:\ nJs4VBOΎp Zb3Y1m}_<.g6gNABPVe\T) X[ rQ>"J.ܢڡnm_5QLt77JűƶL<ǫvXZfE}cL5 ܞ֙lޡ>桄ob#@tŌ]T4_ 5qd}Xy;Q|LLhz{ Fj7a`I3'Ѷ@ O!X}mPѸ@b o-7qC h!&mb@L"# VfJ; 1 TD,$9IG陷Ո)6zkBтihvij|'C߳vJ~Ȣ["^^9hVd2N5I3Ԅ!+ XQ _z?uj:%j-r@Ne.6u9/wV2.&G>^ǎejy'cz=]23aA=7$xukN586{Ĉ9,ew?Yȅg@akC%5%?nPI.WlFslooϔ)N: kw6/c"}Μ*T0BWǞYsGPPim _TǦ׶Fo@:x~8yp| kd/4FdCnaA'PE )/ '@at,֜'C] (v3.٥|fVz~O l2>e;)|SK $ BBh|Y' Z]OlH\`6꾟;P~(.X*z7`iB>5ɞf1w㱎S B7-DÏo.SWYi\vZD M{Z@}z I| nuo !. MG- Ft$6իDꎣx>nh (:?yŻTL {a r2ҘYp"(NDsԶz _xC<4$!ySIy :H4ÔYΠvdJ}vޕVG}'v?0{⟹7p aM^>/\e&2X-zyK`[۾/w^Ljϐ0hu/L߁w0ia@Vyh; dd7^n KStoN&tCnb\$DY+nk :Q[Ny[mX#EIDr3)v+[;G0cPob cwsG?0L2uе"?djj=TY}h bl8B@ۜ&iaQ[ǰA9f [kw#5s+ZFcyMpzg6M0Ds3qW} G[ Yd%8Q?J{ RK˃wb(jϬX[hv5OzXsڃכ'~!KitM"wHr,t>Zpi @~ۮX uE_:- mhmy-'qh گo$A>57 k' ͑\>9gѶ>!퐠!g[/ SgDv骡zIR)8c]Y1ck.^=u>PVk+Į[yk,:KMٱ+孳ûwcP`LG܀{YP/2B#rvRTI0oXf괳N42ٷ7e+eƴvyaer(1Eeϲa@ ̽1{jt\[[,AnIqg*p<$I%}`E >s("8̤}cρة99ȩu>7K -@ɜ8'.܈輎N{6'vz cN`3+jN|ȦlbGE kqjɈ`c}3C>NqϬXe41R~ѨŌx'M5JcFiR7oaZ\ۊ[7U&sU?X<ۇTYoC; izhJmdIozPiO74@|Ff3>쮓)fXCTa2F>5j52{ӗ%L\=XVoguX]`iZ}LT6gB:M$/u/Q~L{*.R!Q|.多+sܵՄҠDi2b५U:{&-z-#pn% RfQJyxjkovC$e|c2 _z)@b&()"DGٗc& 5SJڵ }v3uJ*H"BH ߾m9M:C;v  >H[ixbzXϐ+H2/q8aHIՑz`o|"FqepkΦݿ8/̛z[kJU^r#5^| *^$+ תh(ɜd h%҅t-Ls=Nl8uUt1D\ESl`(X1NJ@SMg/\Fѥ}z]~NA`]TI= wQH@zkW >óJ̹{]XLiC4gPئm 4O$!1giuQXj ;}F^d3)gA_Ep]=hy}s<1‘Q=bX]ԊΣp qAbC{1/jgӬŠݗSmک,p RN@=jHց(?(H,\Tlmw w ᔔwV/Wgt8pMZQvyѬ!W:gut+2le(93)Ƶt0 :Ujg:53 2lByOJ$| Ӛ>@`R7Gwk}MۓOhTz&QI|N#.N?vKh倘Np'**{6RB՞@U ?|LO|lV7R 7?D?B(TWF 35dh1T =^xHd,+EGډV~7jI22Ҋ)hHXʃr}7n ,UlԹhXRU]WCD޻|U=3oRjL]=d dM ,O7+[]G5v_q >*ʩ #0U;VI?ܮ0a4|$ziJ~>Q{~W幘/9-] hDVnXc Q6}| (i]Θ:EDgsҘtb+⿙܎%jN6j ɿbw:%UcjK;z +ki'҆:7pչ9EY+$3<[RpH' d;6c;Z3h5A&VxAu$7/Pt=Ae1xG\$P =UtafjC X5 ikIe9H߫5׬傌n ..H 3w׺@&! ˴vY VY˫Y5E'5N5Xw*̩S2VYZݱ1ri9p0x]ݿzh:-iR͗-i %_[|ї y(Vŕk3%#IgD)ܫn*߁^ɧge} DcpJޘj;t,VCa2ݪږid,jvbne̯H`N.ZR_rh\bw*eܭ#?(.uy NA'/ʣnC0Y[EWG Zm^nи a~Cz`ƃ]sR˔31f1d޷߳Rґ{1F; w"=L4 Nc$/E xh .8NZ5*}e=E!yU\fg˰N:+сN;QNvt5#$GF68lmn8fQII "_W,|*[(c&ؕgzsSM*Rg6ɉoՉlj43Q2>nw~nZHكH*ܽwR}wXLA}]fY1leN{}x?*g[(ܑ ]M-w@9<L/!&uG@oWz,BO➎; }ʿ+G6ӱXI޲2 o >MjVѱ$r">[?`]= omS+{2AgI|G9Z5k=l<fxuoaG|oϹvςl. ɡ. uxMU7 X~(yڎ_@ѐq~B`fX=qj(p/;Z<M:4=A+J\^a@ݗБ΄L1(x_uq.S<ݑB^]HQn*K`J^O+ln~lKnݹS"qIAF4ԝGC3,]ebЮ R䉄>i~Y{\8P;FIsG:gdFP+Z)e`T/eL11ޱ{~M/ۃܿqIesaI8OV׉qosq #G OIu{w#/#}it a)#vb*k3giIWdY{ ) 9#FAu)2!n#̻,A[<Æ""ܸm ƂL1>"i_aVso O9x~3s'Usv!GYKoB2Z>kTo)w젾iJjp:iYyISeY{;{)UXޖр*6pm,.cDunToVTm"ykJj1O@.GƱ#^ԏ)eHQB־mboV]B xr!gV SÐntiȹ o4o௎OCix2ufG*( \; @knTla_QW˻uNjw B&fŹJ rR_Mp]'_ 2JF!w(/95¤hs.7#흂w^:::::wluX>+dZg=wtP%"m+(1&*&lFPHZw\6YU[V[ gf >eL 3PљLkPNQ;@{j"i΄bp Yj;4ɓ3p +;͗߯=zMUT `k&}jX̮` L,~xi?Y3WCrm Ui'tfUz|zpZ ÷:h*i.#0 iuǒߢ/;ضB[8*@4{lsIOlf|p;;&m", { ?Atݚj?^5IJ f`z>-<fqnU YW!}RΗf ( :M>pDeckE>ַ̅1О:S.Uɏ1EN0օ[=8GcP󄄢ޛ8Tm}Oʎ*1%QzJJ9Ê a4PBN+FOMk;MQ(J^WmBn,TkkCఛ"ЬtmxvYT_j,׾h4H;`1ċJ0w{o~Wr$Fel8´8 ;Caf'¦ ɩ0Y$㣚VO!_1I? r_bQyӖk*D.S-vp1w_ Tl^H ,rrZB^{G0+蛱QF Yi-=DATYN4R2S=-`uAκW]2Mki(2Uy@5 4"e8) V"?mrRhjfLwl8_:s[(l.$RFK\mZLIe%^ͭ~~Nma0XTlLzV;B` J.jϕZ"gBtͳc Zʼ+ahBGJjG+>GZBM0ts@ʋ,'׫gU&6_0`lRa'[_ᱥU%eϘn1Ӄ@.:Mlto[׺+ɗv8Z־-Q<,_YXnAhKY AZh@QmjtB>* {/JU_o+љi1逕.eBm v\:CCcbH bXY=iY,l޾w+MBHor~/#6<[+EȻ1p 8 O9w%$f7i/ NhIH'C*=Z}tҿm#uЦ}軴ǏAT֭?rM,2s"A/k82J=k;ؐȲ>iHKk!t8/JA0[zY%v,HM~DMUs |y.Ұbwj ]ETs-WQXYm cV)A.bμ!jrQg6m7E8OlCfǒ%w5tS-387G4N8^551~'ͺ̹-(ٕfS Lw a![/M@0U^Kp~ykާ5M麴}=s5l+=q[( ݂ Bq`)8ENWC T gq`2OcZ3 AfYV~B[ԫ(õ:AP~[ҝw𝦼HB36%|"{ƿ G6jEw6 F >*}6Dr+8 z RQ̛ؕau-#OZ.Q?,0:0ԟ5Օc|q"2"6׽Z@i~|NEaQU$]oJ/WGE+:iixtOJ9sRX,mJEN"HGe/"^S9s>NoWoIb%D.&JB" zxd:7܅wPW %*irK@|.#y%e|ز-dO'ccX3qQ``E & D C$8z&ށ`R)G0vfr\YdʶL8YI͜WN^EGc`}OyњZ$R۝Δjِm)i;lGqK6,t8JRN)Tk%s9au+{K~%KhN>=L$d&'%֮j/EuR-40$(!Jf~Ziki>`=G0_EV##E}<lۺ͒3d՘C䡮Zל/?bvWOlУJPMC΀7=\xʥb %6əʀn%|jK=TVwN1Ilpq0|0Aa>Pl VMSL. 1nf az@^ 'O, {xW/ٴ: xJW6eOn~K6ȎxxSe~Nf gǞbx#ܚӫxơYVƟP%]w>N7Y~,5N#Ƞmۥ׋ce,na`ג^(PFBď%!y;goz5Uf$m$+%˓3BT} ^HʜU-D@/.n-R՚\SxUpEP',5!u!UG9hs*CK'2 W.R+@vȝ[v3Sd]͈J(V.ƒ֝K(¥yن V7̞2V7\!*o I'vy$Ù}. }w!0t8;QTtGt kq-2o zKT_+ڙwc5{U3Iv(䞣Ee=+-l{*赹uF.O \u`iAy]WqzBO,+j%{U. v]U|gH9LV嗐+G @q [wZsUjvSdjbцݑ0`ž]E'jPaXڝn7D~J٭F'.EPkbE65ؔt | h9\,^*ev U+3Ѳ W#L-$ߩG*ڠ|[ۉek/}1fX&/rKT퀽\ļ1=1`Y׋ܑߖ cfc|BmٟlI9F~򖎔Wi ^Dpm3mS_Uk tA+N#Ô-:+N=YxçZ}5SQ^8f b,ԣV\x@0~6 > l?ng;wţ|)نHz2 ob(~)Fs{.t&{ny ypZPG>[ZTr.Ĺؐ҃)a[}@+% m*{ϟ8GKۘf7lBEQA*9o&U:RN$ n-`mN.9ړkt˖3CΦpL}w穠D<ۀ]A g 6tACf pPD=7oڕ_<uYӇyH 4qJ..#Y:O 1;mfa})!1`"gdUC1$jڥW8SxFQZR qyJx.oz6RCUZW9@{D?BJ9mQxͬ3ΣOU" Z:.+^4vOv2q{:us#((v^'~?-ymUH+@즌0P(m᝭%N<0eS ɇ&eG(A|2l]p Q=PRq,4 $>e)QCNij[0~OfFg^o)kl@XsB'9@ b[I/n~澎YmbcTAa9s_KKH;r)HIjWF+2ݽ% U'8@pw=: ؎ bJNwSe"v.1DAJ ]B|h{x~6>\0%RI*]1Iwcs_|q¸:{m-eLMS4` 3$A1,H 9RUYZp*čbdvC#2UrW/mPh@h P"&`X7"8ޡ>deIE7'ADFMbĮuU $Q{A2+хT2m0_v@*5fh]B Qi.kj%c)Y,̬A`-к~mLj0= 6QρZ-t27&uFpp0e3ղŔC!O-Y y0 )!Ƹb@m6A4 9=`= }|7SZL}k*7x%@g4t ,fW%nطno^1oP Ņ. Co|(g_+[1!;'l<  6"/ k>r'k<20kcN8X~'^!^xOY8'Z}#JBA*D4/u:ˆ֬0xS{mD!8Hxl@<"Ő[Ys"q_gzB ?=FnyƬG%^~)6/XP ?_5) L{''o+J/LpZ&ˠ0`R#JzD9v@Q>Sݯ4цP ^+rČš,~*)< 'OJ \H)alol3eR_0vG6)*lz,# 6EQ6˧Nb.So~kX<ʢ6 %!TS1.;_@F dl ;Yf84.bR-?^g+\FBq*wXW*I.{a#^ά⤆ < q&LMmF U?]ˢKeIvրwG8+EnPTx֑Wٜ^ 0S:,8ĈqE^s\QEw&ѮQܳufx0JE5^@ H% մcޔ@։h\ ;[Uyt ,PURǽT Ǘ/[h}:ɬDxFGv}@C@ pn= OޗMoFýd{ND2v 4pv*}s2z|TP3b UV}JBZ7NRrQFꭼ[M}+Ej)EW)8)1HC򀻶o js0X*v6[#=E`k?Dۉ9hf ވ X<_Cb9_/)A\2OU ?"K*Y&{/p")1k){)\x4Ɛ$NUą4|l`aˣP;BH&L51x*b>m} Z%.!|Z:0ʉ`L?k@`dMڼFA.E+b;ݽK;p R|1xQMjV||72wzq{ K޵N>FH{!7yGs4 J/aV2(t[*澼9ȓD3zz9 @z!kL,A+ՙC֛`9MZj$D,Mۯd2ry3Na%lvʷυTU)~g%' J͹ՠ Q8 p2fI4F:T@dUؾ8`R\\C4H7,,37, SP)E0лuKH^kMZ[Ls~ݴjƝӶm6G2jүegXy!ߣy0cr^@OUyakꢜ*-8h9;nĤMUi 7ŅW[6a8wvRuu&- @ݖc~=vJc ]M,%W[ ]o) SA[W}xѡَ̱i(u^"ڬvq&~w:z3e4-E5`y ND;'>S)"wK0KN֌zT/Br')'9e/ bg#5Mg#GMR@"كgd4͕Ò_Rީ壠df-6z}6ȜZ袨}ѭ@L<)ep_"G8ڬj5x͜6z00 @4 1!Xr[Yv߲YPжU w;|Q2[~cD8m, kkbʈрzhr^`͸k(;mUu Ω-SFVͧ6 ](dHHo^i}%Wa!sr@(ѻ`x;&bh{GȠʌ+ZS/88]ڊ3pw$Wt<S2Gug=|/vEztN@Xr<9zu NZp"賋7:SUH͕{zTnC-r̀HrJ+ZkrO-tO. =kv\Mb &lDbQQjy#WTZ2`p[SLfHmyg9\_ >#ΔW1yT>zkT^b۬$jO,&%?xjٮ牿ą^TqQ @s9|vyLU(L'1GծƵRi7[#л-lD*v{9(8' )_k;i <;Kb3GlRe Vq4~X{`$F"Xĭ`%|K8d0?s`9 F~>A:g4V` Md@ Ow^HQ?QM&ET0hxٚ(765hcovG?RY@^V4Bf#j\$+٢^~p zFD ;؂dA[\,Sp>(ʓ8V9& E[V@^<  >n^ݳ!ӐHa6jJsrr >;NqvRzFnk9=m!c##^`q,%K}9ks*xYXzF|޺SI.$}u$ho;ދ\R?r~|XRȭy]-z0boJ9Nt&hc8>_:v҄ǠഊS@HpOx /8W]1ϣ֦ͫi!^GzYsSnq}ifV7 *' kzo+,'638ߖN+.|pd6ZN I wdo5Δc~r\V!yx+z zkB.{߳Xc)y9׆Z ,}lX`wY;$jd<WI{ u"Iz;qŐ8KojlT_..C8'-h3'kkd{՜g 1/d"r6;zJ|5>$X('ijx)Fhě'Mp$l:$6l9ʗםǚ8H1'89(bn|UP HWފ jK3_7}oh3ʣrDnTD%6a 3HY j @VGgd_k}5}PU#y#Ne;%յK -`ծ:dJ. _G HT̿Fl/S$>t?]]^=ҿmT$.i?e7mpK*~bGRJq*c|:mP~-Vgd}ڸ}fb?"Kf_«HrvOHƸѵo'6szW$ErůRfc=<hK`vk7Ȉ#T 6NKִQ=QUOf{gC`6h>>$&ȶ E}ϩ_gRfk-'rȵN=7v ;iJL '/v=&2VMcVjykXP Vn.>c65[z-6J}{1JlBږ"&,po[ ܧeLJk0yrZ7a5 WiGF>09\`Asb|Oj=DovxݹS&`Srv= |5ڣP4q&7LR/<}2%'XeQhs|)GdƩSчG|` ]D!zg3[EjXm̴R}R/R2J1Q]k(uIn؛IB\7+/ /S]3*S_>HFBv6A(chccj'+,F*lPE-ܒD|+\SE9GSO}u7K2<wpb 娽gdȫ^ t[ճ$7R o'O"3Md؞[oF],@ lhQ ڼ]@r95`&Ы;w#Yu_U߽?`O4(XDT-%X]Nwen|@z!Nњd$Qo.2x,Kdom_`g~wM_Koz'?@֯YCuf<=APτ>^ى&TCrSxY9183H}pw1޶x'y_ae݁9T8a 8 's{LW0 5uk8ާִ|.=tg;`Dqcrz< 7\mI7bik>UbvGCQ&FiRw̽nV<`LzHkXYAױ_S)8\Gz;f6[qRΌYszg8Iw#7#=OΝ'߾'_?+`G D\=Z!9e{$Yܫ$X?UMвϦ }U׌mr zK"S o6'̀@RK:΋Ӏ7=[_nd퓶6W򿗼"ix1x);j`Yj ~ 6?[|cSqYF"}wax;l`7!SIӎiveUHvS~401Cp(F!r-|)mBEX}3/'6ىӀu'0YN7fZLc5l"KFd[HE`É\Jay`ɓW<xJm{TZNeUBp# `\¶Hh xBQf 3 l(P]>. m[ўdt6Mr pR0G]A_'gfn1:ˠG|Hd8*NXu%xRu*8! :DKW' 6і++ґ#P 4_{ ]0 5=QыCAA[gX E{{'"Tl~FлC8_2@"rQzUYhs8 WM'HQjItǑ"$zԓw9]c>@_KP!ݏcJ,VM̄#5  FFzXTW餈䲓\yhgtu7P~v'mįY{z3FA]9]* :F]xiQ\{\PP|rR3Py[loX<3xYi=X=+M}P8s%xHEP(H5[l: 9=Qp?2fF89E@izDlBKe ]$ZUѰ>@*5>ހW1 W+r,! fGSEt b#x?%SHM4l[L;uw!DKNѲ| '"K}Q85nq&Շc]%ih T0UqE-*%9,ڂ]5i,Aw7jCnԺ=rZ"VֲH/ uSO3rú=2o6 TzXmظ SdM#*8neuGAW-ŸzC *:ܝRJX9][HkO!-! 6Nf*3Җ\AC@ ŵI L] |MĪZ++'M7;oR&L#{r>=??ntI0Ug-Ll,9L2^oilz=c$ld]\ΙGX>[ׅ_|mQijBBoR٘~q,Х؜|4)<'x 0kC%ؽ {$">IM#`o:΢(%;5+^\ҲtHw^2J?d=J @%,8@hP"bT^e;YuţAaa:k$C5s˰m56IJktYIǮ;@zX@yak܄{r){Eȕ/ _F_= /^z?=Nϊp*2o .w9,8ʵ-2tRp4( (5ҀK`g3QɾBU!C5N$lb mºN`?| as `Aբp杗7Q4$\VSga EA;6ڍo&e u2̂"-M(W̙Akr&tZc BLա1O: {.7#S8޻@yRz>Ŝ)c8 /!L)s58>?%פtqq!W? 3b$9IE=r)Cs DgJWK[s,YSO[14#Sƌv6 # Φmvb]5 ƂM14v7BV\>#5|&|]z PC{bhoS4ō Gf,f0sJ@gs VP8 |k[5YOyȏlĘ':{gJT%58b% iz ^nƲ roaQAb5,A 6Vper1jҥ0/=kQ~F; V̡m -ql6ϡj+ƯQU)bkk=ZLGS8(U8F)w-WFѮOZ!۵_;QspݙmAW[K ` 1ևGcN3$PKJR0f3ߵK w,̷L^nyBZ >%z[_|T7E_K~/([M [GQq6OE$p{ O:S7*~ YwcۡN;|Ia8Fy Yq<"bUR{gEgZJ"D[mWo>hJ/KSdEPU"dʳ]o`vx]e^ɲ+Zd^:MևhJ֫(4ī[;1K~ S5}l-B]5RL;0 ~[gC;l*Nsd~;ޱY n@c:w#7+zTJ3eI(\Oޕ% |66]*>_.h| XQw[E!9i~Q 0坔Gkñssn"P ]oJtYwBrmrN&Lf";gm[,׽}C:s_#ugi(W"N-4떤@ 昴lSqTV'i<]NDZDhjwE9&&GS>g)O4wUG||I £pp<+O [a[}.쟤f|8G!(M 8PC ny{D; Tm4!Jnu,]חϢYnX6conQKxFoIIOE]*u"T=U{ R[(WK_5,u,DԿϖGP0Ј~?c[D-"|[,D`.w⋯v7=?ߦpVsyP..k:>㏖7_O'XnQ)ߥJb}hxd4^:P}p˹=Rid% `/1[뛋UF7e߮y2\@>9BubYj vړu/Ѐ(>JL/t/UR(A|P؂UPjt8\_$P?业a;5̜7& CQ6+;*֊8 Ҍ,~ ;̹z}7p =RW0,+jyy&5iCAr7 u*Ϭ 0 QVJk875r+(G\V]6\AN3/Xs5C 5ȍ=j:7DJ-(QLG7ӂԕGү“o7%EH ƬyBNGͽSb+0P+!яmLdPPJih;xw?ѯoD:G=(:kS1> Cp;HWo[y1Q];#8$i+h;GngzF6 VSLۼYo4XD:$?xZȏGR=.1Pw6j/w!涤;:>MO mΈ=Rfѵ_A)w(r2Hu1P<}DBHk)*+WztW*[J^#7O6kWS#tF/yMMц5-* (nPǖto2E]mjql5D,C!F)(ߎ+n `kEGөah CIQj˧׈T\=4r 1ʅ{j#n~#He|w+$ov/sya+x<=Q%5DTؔ$(\1 ϧ3Qb&,whh5 (6r#x'v4[s%0 ǡ?gPdZ&V Fe.H“5{&ipX/9sV'\\tz. X>i"]gofNsGG5JY9"4/MBd_GV*5I\佐ATGkLD|j7[Ga9#xGm>'+0eލCe*2*v#e ¶`z^ U_>dCqt]v:TD3 44@z `*.;Wڞsf*yNj.Dwa>!>&s~|M:< r#T;G$:413gx"K-;hb]u͑Pê8NW(*XvƧØUFw^o;c@3h4P."w`s߅iܜuugLI³}4# le`/D,s.._˘fO1,ϑtHZ'8`t.gxe>mO9{$L!Ƈ]  7:wrmSWe^5şis`9|,j#"_J|`x:sgr%ڵS2Vnj M)W:]C>ތ.ژ2ls SACdA!%f̜|\7Xr ~6kQp^!g:5:8^Hs%$xgzFÆy2+(k>NחAr&#(£G 7oJ(*0h~ 0ۀ8hu'븿Ui$<xzMY>h*z (luYʭk`.ܾBWl;)bZӃEAبAHW=ԳXT+߁iLΏc/ {(}q@aݫ'RG7ZmǘVhgm "0VV0))E[\r=lN0Ő 24fTD?E:e /?*ld:HqbG iF|)J& t~囩^b a>c 2 "~Ýyux YBY *XJ[Ȧ1+MUeQ}ZA|dl[4xW"$V\tiT&ǿvp˕[M pw↱U2RK~ Q:ZwF88^1]EuJS2KLulr.rnq K=G,`~4;kgqh:;^><z!l-ea*ļܤϷ)jɊ>=6I 4+Nz}t=my傸uK'9ڢwm>4C#qd#E;U07(Yn=˹܀r<"nQ3PКBn 'Ƙ"8S.(/k6ˏ Zk"]ҏ * 7QGz̀wp=gfk_/Β i?? YZ