redis-4.0.10-lp150.3.3.1<>,p[#/=„M[}@׼ۢ♭_k{lPΐ<ۦFjԢ2?d G1$&Z FX?Hd  9% >]nt{ h   8  @-@d(8@9@:#a@=>?@FGHIXY\]P^ bTcdËeÐfÓlÕuèv wxTyǼKzDCredis4.0.10lp150.3.3.1Persistent key-value databaseredis is an advanced key-value store. It is similar to memcached but the dataset is not volatile, and values can be strings, exactly like in memcached, but also lists, sets, and ordered sets. All this data types can be manipulated with atomic operations to push/pop elements, add/remove elements, perform server side union, intersection, difference between sets, and so forth. Redis supports different kind of sorting abilities.[#cloud134SopenSUSE Leap 15.0openSUSEBSD-3-Clausehttp://bugs.opensuse.orgProductivity/Databases/Servershttps://redis.iolinuxx86_64getent group redis >/dev/null || /usr/sbin/groupadd -r redis || : getent passwd redis >/dev/null || \ /usr/sbin/useradd -g redis -s /bin/false -r \ -c "User for redis key-value store" -d /var/lib/redis redis || : 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 redis.target ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in redis.target ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-redis-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-redis-update-$service-new-in-upgrade" fi done for service in redis.target ; 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 fisystemd-tmpfiles --create /usr/lib/tmpfiles.d/redis.conf || true 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 redis.target || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in redis.target ; do if [ ! -e "/run/rpm-redis-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-redis-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in redis.target ; 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 echo "See /usr/share/doc/packages/redis/README.SUSE to continue" 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 redis.target || : ( 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 redis.target ) || : 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 redis.target ) || : fi else # package uninstall for service in redis.target ; 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]H]u y~5]P?A聠큤A큤AAA[#[#[#[#[#[#[#[#[#[ [#[#[#[#[#[#[#[ [ [ [ [#[ [#[#[#79b7e3332d59780365089cccbe9837528635ff45e3d4b1c93cb19b13681573e8d9719980d550b47dad7c776f2faa9a7ce0bc0f217a20647f41db05624fed00fe7d6851e19822eb72a2d9aa750d1566b958dc0c4c8935716d1c9040f7599e5aae7f99bbd464b4edf44ee341ccb9a714e613038fc2af8989be1f3ff6f7aff127cc72412bebe8f7af935d70ace9c90c6523da62399d5f4074238e876d155369b9045c5c30e35d067dd9e42c85c14ba5badc056d06c2eb8d4c88949d253c92356a45413d8156a88bb86faa7785081db4275b4a32b3ccbccb1e4df8eb517d2d2253b49a779c26ab15bcb28f9c4c81d8c835a983cb07452c5c592e85a1d32a78bca000f335649ee393faf9e2226708c5140d6120868460e8ce829acc324997112763fbcd973cbd79a5155d58f7ea2ee4a72dabc91098089014c3120b41a66781f80a27c6a58091ec4f3bdeb72dfc752d05b603b33d35ac57686922f4bdc785de50e85f5d741c298200a79c5c81731a576a81a8b12abc07284f93b81959e9f59bad869e066300e5596dc6f4072d13f206029d20f5e7f46e3cd8d57996b2d3c70db6ae36974a40ebab49c580972fe71c4ff9af523bebad8f1c96d5835f07a70682cc62ab5f01baa2d83aea04bd3d49a7a43e44e7f2fb9e83ec8ea84904f9abec786a2bbae59cae3419a6ea3d5c47a6b546e20d6f532e5f5421ccb9b7d802ca09884939d1cbf420a3672475a6e2765e3c0984c1f81efe0212afb94a3c998ee63bfd6610637351ff0882412b6b7d76be63565c8ebb23ba155dc0fff33db927c748ad9c559c0e643579a467603d8bf3b67f7b9d23824fdfa1479db4a6cd4ea581a5bef6fa4bserviceredis-serverrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootredisredisredisrootredisredisredisrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootredisredisredisredis-4.0.10-lp150.3.3.1.src.rpmconfig(redis)redisredis(x86-64) @@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/envconfig(redis)libc.so.6()(64bit)libc.so.6(GLIBC_2.11)(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.2)(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)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2.5)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libpthread.so.0(GLIBC_2.3.2)(64bit)logrotaterpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)shadowsudo4.0.10-lp150.3.3.13.0.4-14.6.0-14.0-15.2-14.14.1[#@ZZJ@Z|;Zm@ZN@Y@Y@YJ_YXXX WWWWWs@Wo@V`VQ@VU|@U~@Ut2@UW1@U/@UUU:TܕTT_W@S;@SFS@R@R@R6R6QcQ4P@PpPP mrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.delang@b1-systems.demrueckert@suse.deLed mrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.dedvaleev@suse.comvjt@openssl.itmrueckert@suse.dedimstar@opensuse.orgvjt@openssl.itmrueckert@suse.dedvaleev@suse.comsaschpe@suse.desaschpe@suse.deasn@cryptomilk.orgprusnak@opensuse.orgmrueckert@suse.dejw@novell.comjw@novell.comseife+obs@b1-systems.comasn@cryptomilk.orgjfding@gmail.comasn@cryptomilk.orgasn@cynapses.orgmrueckert@suse.demrueckert@suse.deprusnak@suse.czpzb@suse.deprusnak@suse.cz- update to 4.0.10 (boo#1097430) CVE-2018-11218 CVE-2018-11219 https://raw.githubusercontent.com/antirez/redis/4.0.10/00-RELEASENOTES - Important security issues related to the Lua scripting engine. Please check https://github.com/antirez/redis/issues/5017 for more information. - A bug with SCAN, SSCAN, HSCAN and ZSCAN, that may not return all the elements. We also add a regression test that can trigger the issue often when present, and may in theory be able to find unrelated regressions. - A PSYNC2 bug is fixed: Redis should not expire keys when saving RDB files because otherwise it is no longer possible to use such RDB file as a base for partial resynchronization. It no longer represents the right state. - Compatibility of AOF with RDB preamble when the RDB checksum is disabled. - Sentinel bug that in some cases prevented Sentinel to detect that the master was down immediately. A delay was added to the detection. - refreshed patches to apply cleanly again redis-conf.patch redis-initscript.patch- Update redis-enable-bactrace-on-x86-and-ia64-only.patch to handle arm and rename it to redis-enable-bactrace-on-x86-ia64-and_arm32_only.patch - Add redis-disable_integration_logging.patch to disable logging test when backtrace is not enabled- Update to 4.0.9 * https://raw.githubusercontent.com/antirez/redis/4.0.9/00-RELEASENOTES * Critical upgrade for users using AOF with the fsync policy set to "always". * Latency monitor could report wrong latencies under certain conditions. * AOF rewriting could fail when a backgronud rewrite is triggered and at the same time the AOF is switched on/off. * Redis Cluster crash-recovery safety improved. * Redis Cluster has now the ability to configure certain slaves so that they'll never attempt a failover. * Keyspace notifications API in modules. * RM_Call() is now faster by reusing the same client. * Tracking of the percentage of keys already logically expired but yet not evicted.- Update to 4.0.8 * Release notes: https://raw.githubusercontent.com/antirez/redis/4.0.8/00-RELEASENOTES * Fix crash Redis Cluster instances during deletions.- Update to 4.0.7 * Release notes: https://raw.githubusercontent.com/antirez/redis/4.0.7/00-RELEASENOTES * Many 32 bit overflows were addressed in order to allow to use Redis with a very significant amount of data, memory size permitting. * MEMORY USAGE fixed for the list type. * Allow read-only scripts in Redis Cluster. * Fix AOF pipes setup in edge case. * AUTH option for MIGRATE. * HyperLogLogs are no longer converted from sparse to dense in order to be merged. * Fix AOF rewrite dead loop under edge cases. * Fix processing of large bulk strings (>= 2GB). * Added RM_UnlinkKey in modules API. * Fix Redis Cluster crashes when certain commands with a variable number of arguments are called in an improper way. * Fix memory leak in lazyfree engine. * Fix many potentially successful partial synchronizations that end doing a full SYNC, because of a bug destroying the replication backlog on the slave. So after a failover the slave was often not able to PSYNC with masters, and a full SYNC was triggered. The bug only happened after 1 hour of uptime so escaped the unit tests. * Improve anti-affinity in master/slave allocation for Redis Cluster when the cluster is created. * Improve output buffer handling for slaves, by not limiting the amount of writes a slave could receive.- Update to 4.0.6 * Release notes: https://raw.githubusercontent.com/antirez/redis/4.0.6/00-RELEASENOTES * PSYNC2: More errors in the fixes for PSYNC2 (CRITICAL). * Quicklist: change the len of quicklist to unsigned long. * Quicklist: fix the return value of quicklistCount. * Refactoring: improve luaCreateFunction() API. * Remove useless variable check from luaCreateFunction(). * Fix issue #4505, Lua RDB AUX field loading of existing scripts. * Regression test for #4505 (Lua AUX field loading). * DEBUG change-repl-id implemented. * Buffer overflows occurring reading redis.conf CVE-2017-15047 (bsc#1061967)- Update changelog with CVE reference- Drop SLE 11 support. - Refresh spec-file. - Update to 4.0.2 * Release notes: https://raw.githubusercontent.com/antirez/redis/4.0.2/00-RELEASENOTES * Different replication fixes to PSYNC2, the new 4.0 replication engine. * Modules thread safe contexts were introduced. They are an experimental API right now, but the API is considered to be stable and usable when needed. * SLOWLOG now logs the offending client name and address. Note that this is a backward compatibility breakage in case old code assumes that the slowlog entry is composed of exactly three entries. * The modules native data types RDB format changed. * The AOF check utility is now able to deal with RDB preambles. * GEORADIUS_RO and GEORADIUSBYMEMBER_RO variants, not supporting the STORE option, were added in order to allow read-only scaling of such queries. * HSET is now variadic, and HMSET is considered deprecated (but will be supported for years to come). Please use HSET in new code. * GEORADIUS huge radius (>= ~6000 km) corner cases fixed, certain elements near the edges were not returned. * DEBUG DIGEST modules API added. * HyperLogLog commands no longer crash on certain input (non HLL) strings. * Fixed SLAVEOF inside MULTI/EXEC blocks. * Many other minor bug fixes and improvements.- cleanup service file - add redis.sysctl file - update README.SUSE * add info for socket usage per service * add info for limits per service (LimitNOFILE=10240)- Update to version 3.2.9 * A few rarely harmful bugs were fixed. - Changes accumulated from 3.2.8 Two important bug fixes, the first of one is critical: * Apparently Jemalloc 4.4.0 may contain a deadlock under particular conditions. See https://github.com/antirez/redis/issues/3799. We reverted back to the previously used Jemalloc versions and plan to upgrade Jemalloc again after having more info about the cause of the bug. * MIGRATE could crash the server after a socket error. See for reference: https://github.com/antirez/redis/issues/3796.- Update to version 3.2.7 * This release fixes important security and correctness issues (boo#1064980 CVE-2016-10517)- update to redis 3.2.6 * fixes for GEORADIUS, BITFIELD and Redis Cluster minor fixes. - update 3.2.5 * This release only fixes a compilation issue due to the missing -ldl at linking time.- update to redis 3.2.4, including fixes for security issues: * CVE-2016-8339: CONFIG SET client-output-buffer-limit Code Execution Vulnerability [boo#1002351] - bug fixes: * TCP binding bug fixed when only certain addresses were available for a given port * improved crash report * Fix for Redis Cluster redis-trib displaying of info after creating a new cluster.- redis 3.2.3: * fix replication delay issue * drop CVE-2013-7458.patch, upstream- Test for user/group existence before creating them. Request shadow to be present for the scriptlet.- Fix CVE-2013-7458: unsafe permissions of command line history boo#991250, adding CVE-2013-7458.patch- redis 3.2.2 - Highlight bug fixes: * Fix Redis server and Sentinel crashes * Fix GEORADIUS errors in reported entries - New features: * slaves support the slave-announce-ip and slave-announce-port options. * RDB check utlity is now part of Redis and uses the same RDB code * redis-check-dump utility is now able to show certain information about the RDB file including creating version and date.- Update to 3.2.1 * [FIX] Cleaned up spec file. * [FIX] Critical bug in Sentinel was hopefully fixed. * [FIX] BITFIELD bugs fixed. * [FIX] GEO commands fixes on syntax errors and edge cases. * [NEW] RESOTRE now accepts dumps generated by older Redis versions. * [NEW] Jemalloc now is configured to save you memory, for a problem a change in the jemalloc configuration did not really survived when the 3.2.0 release was finalized. * [NEW] TTL and TYPE command no longer alter the last access time of a key, for LRU evictions purposes. A new TOUCH command was introduced *just* to update the access time of a key. * [FIX] A bug was fixed in redis-cli, that connected to the instance running on the port 6379 if there was one, regardless of what was specified. * [NEW] TCP keep alive is now enabled by default. This should fix most ghost connections problems without resulting in any practical change in otherwise sane deployments. * [FIX] A Sentinel crash that could happen during failovers was fixed. * [NEW] avg_ttl reporting in INFO improved. * [NEW] Sentinel: improve handling of known Sentinel instances. * [NEW] Redis Cluster address update (via gossip section) processing improved to avoid initiating inwanted handshakes. * [FIX] Critical bug fixed: There was a problem in the way a cluster instance loaded the AOF that could cause data written via scripts to be lost during reshardings. * [NEW] There is a new very powerful BITFIELD command. Check the documentation here: http://redis.io/commands/BITFIELD * [NEW] CONFIG GET is allowed during the loading of the dataset. * [NEW] The DEBUG command have new features and can show an help with DEBUG HELP. * [NEW] redis-cli show hits about the commands arguments to the right. * [NEW] GEORADIUS got a STORE / STOREDIST option to store the result into a target key (as as orted set) instead of reporting it to the user. * [NEW] Redis Cluster replicas migration now works in a slightly different way. In the past a slave could migrate only to a master that used to have slaves in the past (and if there was still trace of this information). Now instead if a new slave gets at least a slot, and at least one other master in the cluster has a slave, then the new master is considered a valid target for replica migration. So if it will be orphaned and there is a spare slave it will get one. * [NEW] CLUSTER SLOTS output now includes the node ID (in a backward compatible manner).- Fix installation example in README.SUSE- Update to 3.0.7: * [FIX] Many fixes to MIGRATE multiple keys implementation. * [FIX] A Redis Cluster node crash was fixed because of wrong handling of node->slaveof pointers. * [FIX] Fix redis-trib rebalance when nodes need to be left empty because the specified weight is zero. * [FIX] MIGRATE: Never send -ASK redirections for MIGRATE when there are * [FIX] Lua debugger crash when printing too deeply nested objects. * [FIX] Redis-cli implementation of Lua debugging now allows to use the SCRIPT DEBUG command directly, switching to debugging mode as needed. * [FIX] Redis-trib is now able to fix more errors. A new CLUSTER subcommand called BUMPEPOCH was introduced in order to support new modes for the "fix" subcommand. * [NEW] Redis proctected mode: this feature improves Redis security and makes harder to run Redis in a configuration that is unsecure because no firewalling was used in order to protect Redis from external accesses. * [NEW] Cluster/Sentinel tests now use OSX leak to perform leak detection at the end of every unit. * [NEW] Detect and show server crashes during Cluster/Sentinel tests. * [NEW] More reliable Cluster/Sentinel test becuase of timing errors and - LOADING errors. * [FIX] lua_struct.c/getnum security issue fixed. * [FIX] Redis Cluster replica migration fixed. * [FIX] Fix a race condition in processCommand() because of interactions with freeMemoryIfNeeded(). * [NEW] Backported from the upcoming Redis 3.2: MIGRATE now supports an extended multiple-keys pipelined mode, which is an order of magnitude faster. Redis Cluster now uses this mode in order to perform reshardings and rebalancings. * [NEW] Backported from the upcoming Redis 3.2: Redis Cluster has now support for rebalancing via the redis-trib rebalance command. Demo here: * [NEW] Redis Cluster redis-trib.rb new "info" subcommand. * [NEW] Redis Cluster tests improved. * [NEW] Log offending memory access address on SIGSEGV/SIGBUS- Update to 3.0.5 * [FIX] MOVE now moves the TTL as well. A bug lasting forever... finally fixed thanks to Andy Grunwald that reported it. * [FIX] Fix a false positive in HSTRLEN test. * [FIX] Fix a bug in redis-cli --pipe mode that was not able to read back replies from the server incrementally. Now a mass import will use a lot less memory, and you can use --pipe to do incremental streaming. * [FIX] Slave detection of master timeout. * [NEW] Cluster: redis-trib fix can fix an additional case for opens lots. * [NEW] Cluster: redis-trib import support for --copy and - -replace options- update to 3.0.4 Upgrade urgency: HIGH for Redis and Sentinel. However note that in order to fix certain replication bugs, the replication internals were modified in a very heavy way. So while this release is conceptually saner, it may contain regressions. For this reason, before the release, QA activities were performed by me (antirez) and Redis Labs and no evident bug was found. - [FIX] A number of bugs related to replication PSYNC and the (yet experimental) diskless replication feature were fixed. The bugs could lead to inconsistency between masters and slaves. (Salvatore Sanfilippo, Oran Agra fixed the issue found by Yuval Inbar) - [FIX] A replication bug in the context of PSYNC partial resynchonization was found and fixed. This bug happens even when diskless replication is off in the case different slaves connect at different times while the master is creating an RDB file, and later a partial resynchronization is attempted by a slave that connected not as the first one. (Salvatore Sanfilippo, Oran Agra) - [FIX] Chained replication and PSYNC interactions leading to potential stale chained slaves data set, see issue #2694. (Salvatore Sanfilippo fixed an issue reported by "GeorgeBJ" user at Github) - [FIX] redis-cli --scan iteration fixed when returned cursor overflows 32 bit signed integer. (Ofir Luzon, Yuval Inbar) - [FIX] Sentinel: fixed a bug during the master switch process, where for a failed conditional check, the new configuration is rewritten, during a small window of time, in a corrupted way where the master is also reported to be one of the slaves. This bug is rare to trigger but apparently it happens in the wild, and the effect is to see a replication loop where the master will try to replicate with itself. A detailed explanation of the bug and its effects can be found in the commit message here: https://github.com/antirez/redis/commit/c20218eb5770b2cafb12bc7092313b8358fedc0a. The bug was found by Jan-Erik Rediger using a static analyzer and fixed by Salvatore Sanfilippo. - [FIX] Sentinel lack of arity checks for certain commands. (Rogerio Goncalves, Salvatore Sanfilippo) - [NEW] Replication internals rewritten in order to be more resistant to bugs. The replication handshake in the slave side was rewritten as a non blocking state machine. (Salvatore Sanfilippo, Oran Agra) - [NEW] New "replication capabilities" feature introduced in order to signal from the master to the slave what are the features supported, so that the master can choose the kind of replication to start (diskless or not) when master and slave are of different versions. (Oran Agra, Salvatore Sanfilippo) - [NEW] Log clients details when SLAVEOF command is received. (Salvatore Sanfilippo with inputs from Nick Craver and Marc Gravell).- update to 3.0.3 * [FIX] Fix blocking operations timeout precision when HZ is at its default value (not increased) and there are thousands of clients connected at the same time. This bug affected Sidekiq users that experienced a very long delay for BLPOP and similar commands to return for timeout. Check commit b029ff1 for more info. (Salvatore Sanfilippo) * [FIX] MIGRATE "creating socket: Invalid argument" error fix. Check issues #2609 and #2612 for more info. (Salvatore Sanfilippo) * [FIX] Be able to connect to the master even when the slave is bound to just the loopback interface and has no valid public address in the network the master is reacahble. (Salvatore Sanfilippo) * [FIX] ZADD with options encoding promotion fixed. (linfangrong) * [FIX] Reset aof_delayed_fsync on CONFIG RESETSTATS. (Tom Kiemes) * [FIX] PFCOUNT key parsing in cluster fixed. (MOON_CLJ) * [FIX] Fix Solaris compilation of Redis 3.0. (Jan-Erik Rediger) * [NEW] Variadic EXISTS command. Now the command accepts multiple arguments and returns the total count of existing keys. - added missing sentinel link- also pass the bind address to the redis-cli for shutdown (boo#835815)- update to 3.0.2 * [FIX] Critical security issue fix by Ben Murphy: http://t.co/LpGTyZmfS7 * [FIX] SMOVE reply fixed when src and dst keys are the same. (Glenn Nethercutt) * [FIX] Lua cmsgpack lib updated to support str8 type. (Sebastian Waisbrot) * [NEW] ZADD support for options: NX, XX, CH. See new doc at redis.io. (Salvatore Sanfilippo) * [NEW] Senitnel: CKQUORUM and FLUSHCONFIG commands back ported. (Salvatore Sanfilippo)- update to 3.0.1 * Sentinel memory leak due to hiredis fixed. * Sentinel memory leak on duplicated instance. * Redis crash on Lua reaching output buffer limits. * Sentinel flushes config on +slave events.- update to 3.0.0 >> What's new in Redis 3.0 compared to Redis 2.8? * Redis Cluster: a distributed implementation of a subset of Redis. * New "embedded string" object encoding resulting in less cache misses. Big speed gain under certain work loads. * AOF child -> parent final data transmission to minimize latency due to "last write" during AOF rewrites. * Much improved LRU approximation algorithm for keys eviction. * WAIT command to block waiting for a write to be transmitted to the specified number of slaves. * MIGRATE connection caching. Much faster keys migraitons. * MIGARTE new options COPY and REPLACE. * CLIENT PAUSE command: stop processing client requests for a specified amount of time. * BITCOUNT performance improvements. * CONFIG SET accepts memory values in different units (for example you can use "CONFIG SET maxmemory 1gb"). * Redis log format slightly changed reporting in each line the role of the instance (master/slave) or if it's a saving child log. * INCR performance improvements. >> Refactoring changes (no new features nor bug fixes) * Blocking operations full refactoring (blocked.c) * Client output buffer memory tracking refactored. for all the details see /usr/share/doc/packages/redis/00-RELEASENOTES - refreshed redis-enable-bactrace-on-x86-and-ia64-only.patch to apply cleanly- make sure we do not daemonize- finished systemd support- update to 2.8.19 - Don't log admin commands in MONITOR. (antirez) - List of commands flagged as admin commands modified. (antirez) - Lua cmsgpack lib updated to latest version. (antirez) - Add symlink to redis-sentinel during make install (Rhommel Lamas) - SORT: Don't sort Set elements if not needed. (antirez) - Fix zero-ordering SORT when called against lists (Matt Stancliff) - Update redis_init_script.tpl (Ben Dowling) - FIXED redis-benchmark's idle mode.With idle mode shouldn't create write event (zhanghailei) - zipmap.c: update comments above (Sun He) - replaced // comments #2150 (Deepak Verma) - redis-benchmark AUTH command to be discarded after the first send #2150 (azure provisioned user) - sds.c: Correct two spelling mistakes in comments (Sun He) - sds.c/sdscatvprintf: set va_end to finish va_list cpy (Sun He) - sds.c: Correct some comments (Sun He) - Update whatisdoing.sh (Serghei Iakovlev) - Include stropts only if __sun is defined. (antirez) - Fix implicit declaration of ioctl on Solaris (Jan-Erik Rediger) - Silence _BSD_SOURCE warnings in glibc 2.20 and forward (Johan Bergström) - Mark whatisdoing.sh as deprecated in top-comment. (antirez) - getting pid fixes (Serghei Iakovlev) - sparkline.c: AddSample skip Empty label (Sun He) - sparkline.c: mov label-ini into the AddSample Function (Sun He) - Only ignore sigpipe in interactive mode (Jan-Erik Rediger) - Simplify lua_cmsgpack macro and fix build on old Linux distros. (antirez)- redis requires sudo for the systemv-init script. As of openSUSE 13.2 sudo is not implicitly included in the dependency tree.- update to 2.8.18 * [FIX] Linenoise updated to be more VT100 compatible. (Salvatore Sanfilippo) * [FIX] A number of typos fixed inside comments. (Various authors) * [FIX] redis-cli no longer quits after long timeouts. (Matt Stancliff) * [FIX] Test framework improved to detect never terminating scripts, cleanup instances on crashes. (Salvatore Sanfilippo) * [FIX] PFCOUNT can be used on slaves now. (Salvatore Sanfilippo) * [FIX] ZSCAN no longer report very small scores as 0. (Matt Stancliff, Michael Grunder, Salvatore Sanfilippo) * [FIX] Don't show the ASCII logo if syslog is enabled. Redis is now an Enterprise Grade product. (Salvatore Sanfilippo) * [NEW] EXPERIMENTAL: Diskless replication, for more info check the doc at http://redis.io/topics/replication. (Salvatore Sanfilippo). * [NEW] Transparent Huge Pages detection and reporting in logs and LATENCY DOCTOR output. (Salvatore Sanfilippo) * [NEW] Many Lua scripting enhancements: Bitops API, cjson upgrade and tests, cmsgpack upgrade. (Matt Stancliff) * [NEW] Total and instantaneous Network bandwidth tracking in INFO. * [NEW] DEBUG POPULATE two args form implemented (old form still works). The second argument is the key prefix. Default is "key:" (Salvatore Sanfilippo) * [NEW] Check that tcp-backlog is matched by /proc/sys/net/core/somaxconn, and warn about it if not. (Salvatore Sanfilippo) for the rest see /usr/share/doc/packages/redis/00-RELEASENOTES- fix bashisms in pre script- remove unused skip-aof-test.patch- update to 2.8.13 * [FIX] CLIENT KILL minor backward compatibility fixes. (Salvatore Sanfilippo) * [FIX] Enable HAVE_ATOMIC for PowerPC. (Matt Stancliff) * [FIX] More robust PSYNC and AOF rewrites tests. (Salvatore Sanfilippo) * [FIX] Solaris build fixed. (Matt Stancliff, Salvatore Sanfilippo) * [NEW] The new latency monitoring feature, as documented at http://redis.io/topics/latency-monitor (Salvatore Sanfilippo) * [NEW] The COMMAND command, exposing the Redis command table as an API. (Matt Stancliff) * [NEW] Update used memory with C11 __atomic. (Matt Stancliff) - additional changes from 2.8.12 * [FIX / BREAKS BACKWARD COMPATIBILITY] Using SELECT inside Lua scripts no longer makes the selected DB to be set in the calling client. So Lua can still use SELECT, but the client calling the script will remain set to the original DB. Thix fixes an issue with Redis replication of Lua scripts that called SELECT without reverting the selected DB to the original one. (Salvatore Sanfilippo) * [FIX] Sentinel failover was instalbe if the master was detected as available during the failover (especially during manual failovers) because of an implementation error (lack of checking of SRI_PROMOTED flag). (Salvatore Sanfilippo) * [FIX] Cancel SHUTDOWN if initial AOF is being written. (Matt Stancliff) * [FIX] Sentinel: bind source address for outcoming connections. (Matt Stancliff). * [FIX] Less timing sensitive Sentinel tests. (Salvatore Sanfilippo). * [NEW] redis-cli --intrinsic-latency stopped with SIGINT still reports stats (Matt Stancliff) * [NEW] Sentinels broadcast an HELLO message ASAP after a failover in order to reach a consistent state faster (before it relied for periodic HELLO messages). (Salvatore Sanfilippo). * [NEW] Jemalloc updated to 3.6.0. (Salvatore Sanfilippo) * [NEW] CLIENT LIST speedup. (Salvatore Sanfilippo) * [NEW] CLIENT LIST new unique incremental ID to every client. (Salvatore Sanfilippo) * [NEW] ROLE command added. (Salvatore Sanfilippo) * [NEW] CLIENT KILL new form to kill by client type and ID (see doc at redis.io for more info). (Salvatore Sanfilippo) * [NEW] Sentinel now disconnects clients when instances are reconfigured (see http://redis.io/topics/sentinel-clients). (Salvatore Sanfilippo) * [NEW] Hiredis update to latest version. (Matt Stancliff) - additional changes from 2.8.11 [#] UPGRADE URGENCY: HIGH if you use Lua scripting, LOW otherwise. * [FIX] A previous fix for Lua -> Redis numerical precision enhancement introduced a new problem. In Redis 2.8.10 commands called from Lua passing a string that "looks like" a very large number, may actually use as argument the string converted as a float. This bug is now fixed. * [FIX] Now commands other than *PUSH* adding elements to a list will be able to awake clients blocked in a blocking POP operation. * [FIX] Cygwin compilation fixes. - additional changes from 2.8.10 [#] UPGRADE URGENCY: HIGH if you use min-slaves-to-write option. * [FIX] IMPORTANT! A min-slaves-to-write option active in a slave totally prevented the slave from acception the master stream of commands. This release includes testes for min-slaves-to-write, and a fix for this issue. * [FIX] Sometimes DEL returned 1 for already expired keys. Fixed. * [FIX] Fix test false positive because new osx 'leaks' output. * [FIX] PFCOUNT HLL cache invalidation fixed: no wrong value was reported but the cache was not used at all, leading to lower performances. * [FIX] Accept(2) multiple clients per readable-event invocation, and better processing of I/O while loading or busy running a timedout script. Basically now the LOADING / BUSY errors are reported at a decent speed. * [FIX] A softwaer watchdog crash fixed. * [FIX] Fixed a Lua -> Redis numerical precision loss. * [NEW] Lua scripting engine speed improved. * [NEW] Sentinel generates one new event for humans to understand better what is happening during a failover: +config-update-from. Also the time at which a failover will be re-attempted is logged. - additional changes from 2.8.9 [#] UPGRADE URGENCY: LOW, only new features introduced, no bugs fixed. * [NEW] The HyperLogLog data structure. You can read more about it in this blog post. http://antirez.com/news/75 * [NEW] The Sorted Set data type has now support for lexicographic range queries, check the new commands ZRANGEBYLEX, ZLEXCOUNT and ZREMRANGEBYLEX, which are documented at http://redis.io. - additional changes from 2.8.8 [#] UPGRADE URGENCY: HIGH for Redis, LOW for Sentinel. There is a potentially critical bug fix causing data loss in Redis but it requires a combination of disk full and the use of the SHUTDOWN command. * [FIX] Fixed data loss when SHUTDOWN was used with a disk full condition. * [FIX] Fixed a memory leak in the SORT syntax error processing. * [FIX] When Sentinel down-after-milliseconds parameter is modified at runtime now it gets propagated to all the slaves and sentinel instances of the master. * [FIX] `install_server.sh` script finally fixed. * [FIX] Different fixes to maxclients handling. * [NEW] Sentinels are now able to send update messages in a peer-to-peer fashion even if no Redis instances are available. Now the Sentinel liveness property that the most updated configuration in a given partition is propagated to all the Sentinels is extended to partitions without reachable instances. * [NEW] Sentinel safety properties are now ensured in a crash-recovery system model since some state is persisted on disk before replying to other nodes, and reloaded at startup. * [NEW] Sentinel now uses CLIENT SETNAME so that it is easy to identify Sentinels using CLIENT LIST among other clients. * [NEW] Sentinel failure detection and reconnection code improved. * [NEW] Use all 24 bits (instead of 22) for the Redis objects LRU field. Note that the new LRU algorithm using eviction pools was not backported from unstable for safery / code maturity concerns. * [NEW] Majory speedup for the INFO command (it is now 6 times faster). * [NEW] More Sentinel unit tests. * [NEW] New command DEBUG ERROR returns the specified error. Example: DEBUG ERROR "LOADING database". This is handy to write Redis client libraries unit tests. * [NEW] redis-cli now supports multi-line editing via updated linenoise lib. Thanks to Matt Stancliff and Jan-Erik Rediger for the work done in the context of this release. - additional changes from 2.8.7 [#] UPGRADE URGENCY: LOW for Redis, LOW for Sentinel. However this release adds new features so users may want to upgrade in order to exploit the new functionalities. * [FIX] Sometimes the absolute config file path was obtained in a wrong way. This happened when there was a "dir" directive inside the config file and at the same time the configuration file was given as a relative path to redis-server or redis-sentinel executables. * [FIX] redis-cli: Automatically enter --slave mode when SYNC or PSYNC are called during an interactive session. * [FIX] Sentinel "IDONTKNOW" error removed as it does not made sense with the new Sentinel design. This error was actually a fix for a design error in the first implementation of Sentinel. * [FIX] Sentinel: added a missing exit() call to abort after config file checks at startup. This error was introduced with an improvement in a previous 2.8 release. * [FIX] BITCOUNT: fixed unaligned access causing issues in sparc and other archs not capable of dealing with unaligned accesses. This also makes the code faster in archs where unaligned accesses are allowed. * [FIX] Sentinel: better nodes fail over start time desynchronization to avoid split-brain during the voting process needed to get authorization to fail over. This means the system is less likely to need to retry and will fail over faster. No changes in behavior / correctness. * [FIX] Force INFO used_memory_peak to match peak memory. This generated some confusion among users even if it was not an actual bug. * [NEW] Sentinel unit tests and framework. More tests needed and units must be improved in order to have less false positives, but it is a start and features a debugging console that is useful to fix tests or to inspect bugs causing tests failures. * [NEW] New Sentinel events: +/-monitor and +set used to monitor when an instance to monitor is added or removed, or when a configuration is modified via SENTINEL SET. * [NEW] Redis-cli updated to use SCAN instead of random sampling via RANDOMKEY in order to implement --bigkeys feature. Moreover the implementation now supports pipelining and reports more information at the end of the scan. Much faster, much better. A special thank you to Michael Grunder for this improvement. * [NEW] redis-cli now supports a new --intrinsic-latency mode that is able to meter the latency of a system due to kernel / hypervisor. How to use it is explained at http://redis.io/topics/latency. * [NEW] New command BITPOS: find first bit set or clear in a bitmap. * [NEW] CONFIG REWRITE calls are now logged.- update to 2.8.6 Redis 2.6 is mostly a strict subset of 2.8. However there are a few things that you should be aware of: The following commands changed behavior: * SORT with ALPHA now sorts according to local collation locale if no STORE option is used. * ZADD/ZINCRBY are now able to accept a bigger range of values as valid scores, that is, all the values you may end having as a result of calling ZINCRBY multiple times. * Many errors are now prefixed by a more specific error code instead of the generic -ERR, for example -WRONGTYPE, -NOAUTH, ... * PUBLISH called inside Lua scripts is now correctly propagated to slaves. The following redis.conf and CONFIG GET / SET parameters changed: * logfile now uses the empty string in order to log to standard output, so 'logfile stdout' is now invalid, use 'logfile ""' instead. The following INFO fields changed format in a non-backward compatible way: * The list of slaves in INFO is now in field=value format. Replication: Redis 2.8 can be used as slave for Redis 2.6, but doing this is only a good idea for the short amount of time needed to upgrade your servers. We suggest to update both master and slaves at about the same time. For all the details see /usr/share/doc/packages/redis/00-RELEASENOTES - updated redis-conf.patch to apply cleanly again- drop skip-aof-test.patch- disable skip-aof-test.patch for now: it seems adding procps to the buildrequires also fixed that test.- build require procps to get "ps" which is needed for the cleanup of the redis processes launched by the testsuite.- update to 2.6.14 UPGRADE URGENCY: HIGH because of the following two issues: * Lua scripting + Replication + AOF in slaves problem (see Issue #1164). * AOF + expires possible race condition (see Issue #1079). * [FIX] AOF bug: expire could be removed from key on AOF rewrite. * [FIX] Allow writes from scripts called by AOF loading in read-only slaves. * [FIX] Sentinel: parse new verison of INFO replication output correctly. * [NEW] Reset masterauth if an empty string is configured. For the changes from 2.6.10-2.6.13 see /usr/share/doc/packages/redis/00-RELEASENOTES - refreshed patches: - redis-conf.patch: - redis-enable-bactrace-on-x86-and-ia64-only.patch: just to get rid of fuzz - skip-aof-test.patch: can not comment in the array like that. rather remove the line.- enable backtrace for x86 and ia64 only redis-enable-bactrace-on-x86-and-ia64-only.patch- Make the logrotate script setuid/setgid to the redis user/group- update to 2.6.9 (bnc#798455) Too many changes to list them here, please refer to /usr/share/doc/packages/redis/00-RELEASENOTES - refreshed patches: redis-conf.patch skip-aof-test.patch - dropped patches: redis-endian.patch redis-2.4.15-linenoise-cflags.patch- Fix useradd invocation: -o is useless without -u and newer versions of pwdutils/shadowutils fail on this now.- Implement a multi-instance setup * Allow for multiple configuration files of named instances under /etc/redis * Each instance has its own data directory under /var/lib/redis/$INSTANCE * Each instance has its own PID file under /var/run/redis/$INSTANCE.pid * Each instance has its own log files under /var/log/redis/$INSTANCE.log * Instances may be started or stopped individually passing a second argument to the init script * Do not create an active default.conf, rather use an .example suffix- update to 2.4.15 too many changes see /usr/share/doc/packages/redis/00-RELEASENOTES - added redis-2.4.15-linenoise-cflags.patch make sure we build the dependency with cflags - refreshed redis-endian.patch- fix ppc and ppc64 build. disable tests for powerpc for now- Correct the 'how to get it running' comment in %post- Don't use runlevel 4 in init script - Compile with RPM_OPT_FLAGS (PROG env var didn't cut it) - Remove outdated %clean section, bogus doc package (there are none) and netcat runtime dependency (for init script?) - Set license to SDPX style- Updated to 2.4.1. - Fixed init script.- updated to 2.2.7 * Fixed bug #543-2 (the issue was reopened with a completely different report) that caused Redis to randomly crash on list push performed against lists with other clients blocked with BLPOP (or variants). (changes from 2.2.6) * Fixed bug #543. If you saw Redis instances crashing on List operations (only happening with a non-default max entry size ziplist setting in redis.conf) it was almost certainly this problem. * Fixed a bug with replication where SLAVEOF NO ONE caused a slave to close the connection with all its slaves. (changes from 2.2.5) * Fixed a crash occurring when loading an AOF containing the SPOP command.- update to 2.2.4 * Return value of OBJECT DEBUG against sorted sets fixed, now is "skiplist". - additional changes from 2.2.3 * Fixed issue #503. MONITOR + QUIT (and other combinations) could crash the server. * OBJECT command implemented. See http://redis.io/commands/object * Fixed a problem in redis-cli related to escapes in the form "\x..". * Fixed a minor memory leak in redis-cli * Saved RDB on SIGTERM on archs where it was not working properly. - additional changes from 2.2.2 * AOF file descriptor leak after the first rewrite fixed. * Return value of GETRANGE / SUBSTR is now an empty string if the interval specified is not valid, or the key does not exist. Was a null bulk reply before, but this is against the Redis way. - fix the path to the log file in the conf patch to match the rest of the package - created log dir - changed home dir of the redis user from /var/run/redis to /var/lib/redis. the old home dir wasnt created anyway.- updated to 2.2.1- collecting stuff from Virtualization:Cloud:OpenStack, home:jfding:nosql, home:qik- package log directory to fix server start- Added logging to /var/log/redis/redis.log. - Added log rotation.- Upgrade to latest stable 2.0.4- Fixed creation of the pid file.- bind only to localhost - reduce the logging level for production - silence the init script a bit- dont run as root- update to version 1.2.6 fixes two critical replication bugs, and a few improvements. - Fixed Issue 207 (http://code.google.com/p/redis/issues/detail?id=207) (broken replication with binary arguments not in the last position with the MSET command or any other command issued with new multi-bulk protocol) - Fixed Issue 174 (http://code.google.com/p/redis/issues/detail?id=174) (temp names collisions producing broken slave-side .rdb files) - Redis-cli backported from Redis master, with interactive mode, line editing via the linenoise library, auth ability, and much more. - ZRANGEBYSCORE now supports WITHSCORES as well (backported from master) - A simplified version of redis-stat (from redis tools) added. - update to version 1.2.5 fixes a replication bug: multiple slaves connecting to the same master could lead to random crashes or corruptions. - use PROF parameter to pass in optflags- updated to 1.2.4 - install config file, more fixes to initscript- Add BuildRoot to spec file to enable builds on old distros - Patch initscript to use netcat instead of nc i (same command, different package) - Update to Redis 1.2.3 - The example init script was broken for a typo. Fixed. - Support for large files in 32 bit targets, very important when saving very large databases or when using the Append Only File (when Redis was compiled for 64 bit target there was no problem). - Now 'make 32bit' uses -m32 instead of Apple-specific -arch - Stack trace fixed for some Linux targets- created package/bin/sh/bin/sh/bin/sh/bin/shcloud134 1529066760 4.0.10-lp150.3.3.14.0.10-lp150.3.3.14.0.10-lp150.3.3.1 redisredisdefault.conf.examplesentinel.conf.example00-redis.confredis-benchmarkredis-check-aofredis-check-rdbredis-cliredis-trib.rbredis.targetredis@.serviceredis.confrcredisredis-sentinelredis-serverredis00-RELEASENOTESBUGSCONTRIBUTINGCOPYINGREADME.SUSEREADME.mdredisdefaultredis/etc/logrotate.d//etc//etc/redis//etc/sysctl.d//usr/bin//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/redis//var/lib//var/lib/redis//var/log/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:8322/openSUSE_Leap_15.0_Update/8209967cbce09e7f1858c95b970815ec-redis.openSUSE_Leap_15.0_Updatedrpmxz5x86_64-suse-linuxASCII textdirectoryELF 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]=36adb555e191178c02001905484f82acffbfe061, 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]=9a67704ce48ada192700ca22d3ac68839aad7189, 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]=218511482d01adcd58dd056c82454bc100883a01, strippedRuby script, ASCII textUTF-8 Unicode text, with very long linesASCII text, with very long lines ,9:  RRR RR R R R RRRRRRRRR RRR R R R RRRRRRRRRRR RRR R R R RRRRRRRRR RR R R R RRRRRRRRRRR RRR R R R RRRR;9'utf-862d0b6c238287c3fbcf29d9c53882bee27e4a5b7063ba463e74a2c194e960ad6?7zXZ !t/ ]"k%b^ D~?*l,f$-6#:T]5WYc݂ wqO/cN/ٳ_ϧLGy˦DCPƓ4?70-:!H}K#鄮 P^Σ Fvr|oP5وUٹ0Ll:E*赁Zcܙzk_AkqEW͙{΍cU#M)@BeI؆; B-Btе45∲#}:ȥҤY??h߫ZSN_+%ɦP2?X )7WNntd)^M; 1?$];#nLe>mЯ76 ?1gG(]s q"@QK]VP7M_<)h?j-~CECʛd l ]iI2JU3| R q96?ÀXe7ͱ=]*Γ[ t7' [Y O\n'@4.7f.~:Ӳֹa3HbͿ1=WNIz F$/z=˅NRK (!ϞhʓQL8뛄bl\iߝA*3FGI0m[9\xf^uG.jǙt_37/[¦ʤ$̏Yք'(}VAw]0D6y`MŒ3h $g*A _X/{O.bI %kP]~p7#}<ȿ*ҏIu(X=?(;#9``_*_{y]fniO8[wd+v*PcA1M%߄%$aK? RY.$1 dTۙφTtA Wj!U;lA]u8H ?(Y˱>[@P vkӻYC}T$i(}0w[7*87qfː|`Q,_,msv0~m;br=LY ̬yVj)'9}mp}s׊O$yl/S35tM NDtqV<}֯fCl]b ;}BO]A*Ndg"e.H/UxW /J ޘN\>LwSvC3ՓT"A>doQMKGD 2j }QRN%]\z? j@O-e܌ߖ9xB݉~XQ1tJ`#O@N'+q^.z,Fg"+.}~?4~v}vseK^<){ 7FpGdIgIEda422)}%{E242Xپw*.7e,[ Ba͛rO)n=uϨ(H"-`rLL(Oȷ"Ȫ7CX-wIFs-f1wH @&`⍑7 L̅J8%Xo?%:2xWA>҆ 5UkL%&ЌSe_:)  k!tT[hx/{CCGT[._Ï'!+\Щ ^@bђ#ظ8T)Qׇ%dSQ%!M)l{g"*'?*%RiTdPp>#`'``lVr=8z(2Z7-J%_E8Aɑ3fv[{4QSki.i캱V#G힠`h1̂өA6_[Yr\kqI;j,Rw^~(CCpbb Bۦ>അT!\A~ybAղTi#~(c@*ڭ|+ih4a!0O, & T*X__=zg @#U Co[ 0 $ؿ?\s vJg*Yh(mi6PpbE_s239.d?`B’.ؗ6m"8FkYїu|-QmsKϳ(zGNAi?}T@-ɂ!ԆLoR;p I5 ]=dbzȜ*EK'Al*lXw_j+7׍3V M歫l&1x'R.2_NKX;i' R SR * %3RU|V/Ν;7B(w'h(u"S(nok$%!q:^71= jYAnfڂRٛ/Hx)lfuwzJ04.0uU9מ@(cRPaT<58~ J8]]i4;[1i}Sv BC>H0htUbVWhQ=w`{]D>=4R(^ȴ2ԛ[i׌F݊N1_TFg' -'[J}?Ԏ-1$JՌt0C%uvZLH˴MK$ *n˂uN|L\!kMHݱ|D5]<= u1vr]p-PԹY05T".i.*SĐrY(^?Pd(ҊYx#ͅ?)k?49# N0Ik\xFc2~)0`;jukIo[${W{ݸcRTJYe-7"W7v9~x˱aWH20S@sP{'(-QOjߺet}yҋbpƛW/r"勫ayfj dO'H ?J՗X^ߒg65z)#뇚U59mg쵗7$M֜tJiLȯǖ_:0x=ϥ˕I@`!Fj "j UWqTa-lּYHKY~~ge%By3SDvhEF\O]>ȯQSK:Y_>XS y[u&oj꬘QCs5V,pm*Z7 vM͞`F!R /=2cJXg 2IZ}9gwDPLG׵{1 C n^;U*3wXp1+*w =5)+~$=oR>Y<ܧiko1wXʬERyUqEauߪ'P.d|l[9BcYib|,`|xG!mӨj:y@Tupq|·p+Ý?;T$pl6;g9[6?CkX4>澛~0ƹ"d)} gn%b`tSJON 4[\& :Ф8WAs b'*Sx1 :voDܦ2OT@%B*VvW}9_VѽZ ytP\RwЊ 35GL̏XVLV%hќ4/11ҙ| S-9<ﷵl30t44cߒFJ'ï\n7!$,u2G _b _ [0aD~cD4{%nuPתVI]EEG+C⡲zIAM>v":X!0$C=3NFQ̶S$USP~rDr`-+C56(n@%ٓ] E 'ZץrzfV*#Kqy$&OU;_EW,jƸz9'mx/ԩ' $rn< ʒ%ImF~..QFChgqֽѝ֖Tx{$DdX{N 'ؕCp0zB d ~Fdg#(Ze`gvS]ƈfmS#5iV sQG.&'^p!w&Ód Zc{h-hyd:\Wsd6.Up\sfZEʙ<PU!ȁ& T䀂LBԃ0+?:{Y\ƴzW,VMIϑ:k1LӜA0aUoC|V+RzSϧޥI}ᴸb`oPCujE3c,9J* 5TY .]X #  !9{uuxwqk<\|>S*C(=c=pkcwS8 #* jH qV&lOwy2 F6j3R9Jfq +ENkm8բNMp#ONJ~!A9ŗQFeҀulCb0܌,χ9CPd/Ű=(:7sh/7ŸN_,c1'!vӊwG I`>[hyYHPz3K]- -6Śe*iAޟmN{x-3Lo }1Vnˮ.– \Be@GR7\o0]hR*+^@k$.&QF'hQnR%@5`)o1'61^R  6=-:J ;N>̮""kI1>8(&IHkRj:} :J&k|h9VpE͢eR26 Z($mtJU˶ՂgM#f2i9O#h2в [뵔ؖnlWҚ|1.+OR_ 3{? _YP_u- i&G=&,!J H]'^rG!B|59FC&6lPDGرecO0SNP-#x}TB(_7@b [WD@$G B-Ў b8LZh!k:3 4z :{Hg>%(V/@6F5%7ɦo6 1 I}Jq:a\U'v A 1aB#t4@g.\-?ZA\6b&@v繓 fI0EYmyqh XWzObf}CiTc0i.-a0\^wLʄiM[CN]}lHfx!얄M *Q4gӕm:hhl_}m)! b:q)1(=i . EvxT'a15˗Y֭aF CC[*cd`]AI.MBꫣ*Y~+)ŕC L0<& _On`v[r>F10[|v[L~+uLdv%S׳O#K}q_#/ .,W$_4RToƇ͞[HaXVtڈ#O//+E+yS>?$BtMדF>汀 >t8Up'bU(]3{7+SnSYpH=o#T-*+":榾] /6VРq;[/B:NRf  -Rl -AWaRzKh*E`XEv U9';vk%|Y$&Ō¯0GU tjICxܜ9C}&{|$e:"xAD#Ypw{3 ;9L,ktu@&td7 4ه Q b}7~+)S0IQ Th^ďK<7s^A@A&"m]Hw[B"ص '1aM8{Tk֙m.ChD=?_cdCU:.qu)b\Ԭ;{$%Lu" \80QKB('8@֡)ap:kr/^J2G#18yxZoC,blق/BKX?sa4knV7Dr_>s*t~/ftPwat o^ZEc=tu{H1$*L`h<ڸY^ez9%q/0Ɔj ƑX AjKny9p[tU=4;n) ya8 d>KHerw]a-WGzX]5<ڲw*Lp#T(gݠ_(2+ήV@B|T<Fla~/]Ykc t13\v)|D_s}sКe\ )IT$?Ҙ7rcl2{;@J@߯AWD0|01]ċ,k  WHnv^PD5F,@U|=MSA2 y{ƮgZInM9/ ֡`3`ku/]l]i^ y4p'}zX|`hۛ+q9̴϶xHvBB=D0Ħw],.M38g0g!rkDDryy=Nuh4#4id>Eri{6{e$SӈO"ktmSŐlo$\*lh޷n<Kd,:j6'?WeK5M ;ϩ!$jG$_-ڨ}[ci)ur/F&a1E3 n{轛Gf%5ZruԂuS"m"%XԢiZmAǿ&u^ޒOCwWV'rt)`#wOﶕixωp}u`vBɦ1L͛{Gf0HuFdovrm=>G )ZOq>$t">ctk*E-.b.&;ssw($9[>+z/Y*h J4r1܄a^}3d@f%I{* ;B)jѐI|u$=/ȅ9y87Z\WmA.jbG Gwc0[ a^!+&1EQ { hI jwB1Wt&S1x8Zl6hI)s]>EMDH5/U*Wfp[(.'Y 0a6^T'7wLF =ѓ( KDI}4!퀇YtoG6V ?qβt`ީ1yJ^dR-CqZF9M!:΀sgu|S g<Ȯ[R;geӸ]n xxCuc_X{ Voɯ79w4} Q'Rw)FT>';ҏZ`5 f'[ 5X8EW{E)e`Gr*?sɕ,yxkK"/3t:4,jZ>KCC-E&I5ҽTmz~ 4Z"$\#w47QT0!bڂC+ Sfi?GG1`:748Rc$`n ڦB#n/f ԺNkB"7rzT~魬%Kv<&;pSڴ~FCD\=M'LbH$jZMTCr0\xΈ!49J3(w@c鑞p)~(Pv嗤\һwCq=Υ,JwNr&nf<37Ѭ9 =ho`J{qs/7; +0iZ~쯖Qӡ ^ -eQTVfm e0vUh.ߊRU N[f VDh  /'q߮A& 3?WLD&dQ+8"s'wM'G$OYI)k)@ȿϔNI#ip\{ze!F/ǻ_.F,@+sAjL-nr$ܷ:ۑ't"ef@L}EtEe-pƃ@?IE, CƮea*wAp2O `pV5M%D=K3yyQlI&gD+Е/ *Ž$-8i4/.$͂}ag{Ȥ2^Ke]F]4?xwwSB; I8]5jWWWgo',G+ujZ˞N I &!kхbGe*[%ÊU Ssu[uAܽ[uneE3a>aaTO<}X l4Ϙj!E4EyC jnzFJLK,Gc6Z.5boXZ;+i:x’xlr*bG 'rcsDoM*@nE_]ؿ3Ԁ m*hR!/tE FGclN-W$Z&l=Fb+kNJBsf|{/fX=罃"bvh>5~Ş󹽑s_ĭu$gcHR9=,}w͹NP7tiAi'E/R*9 _Bw[-w0ubו_TU.WeZmxYG~מ`''/f8 ) lT [ib\9&SDR1 czKP& W ZP+)~MtMb~>AHݘƦ;V|VGW|m͹bFޔW ,J1ʱjD%USp'CSG8` ^&!^~yW"ZuIaDv`5qKtu_|MM0(D^U4.K'j\WAIڢYD A}j Yu*9y٤k؀XpcCA tЩ3->vKTřT*`l~3DvY^v5k+:x1fJ|AZzGupdNبK+%^)F]'-w.e汑lrBڤG"ʣHWTZsQYǙC^!a{uIim ڱoeտcfx qzYo.m 6,\Kh&)+!-rNS;{2xDmEi"PN͝Y}#I䆽Q{~6HO)S65V-)S)8\?:z3J ƴJ#yȗ@H439pMbsmո#y~YŅ#({”H \Ra4\3 #F:ݞ ˪Ӵ{kȊp)B i+Ȭ 5Qƿ] ӽy`rwRa_5,MMŊ[)0I`2s\_+HGUBYzR40>̓0gLm G8x?v>E&b EXHV"/YrL-;Y2{c秮lU}'`c^$oT;jqq~RwJcyGߒ=rKƜ18׾r|0J,b`u3iEZ;_&=m 0EB8ac˃03[bRKc\,gB[/\E>{5>6t U5VsO.  ~;,qm{Svv+->˃"&rAN>7|ȹf!:hN jv@1Q)B&aw1;hjOn{U ?]1:[7.Ɓ3PN uu?Ò HPż0M̷K Bc9Ioj >p W?PF|_$_1-]بY.ڮj},,UX0&͊I vDވDƱl X̮ۛ [mLf(; }`yՠ-?fgHN*W! W!;20ff\ MY~f6nW'!D]r0u Wk-Z%5A$=M@_n, 4lPv=1`$1uf8{)>iL=WںB ![qo8ߐE"zr. yD۵eduya#AkܾU [ֆA+XF[iS!OȖt]Bg>(,$Ҡ.DCA<Vl uA6 ,*f[%RCEDҳz+r4F~r81_\dZ GQ7*RMRI1l]|!Y~|tJϨJeˣ_8D aOԫJO3g"R6J0s:y9LaPz٠URn݇}%s݊\x7%(U^ ڎES;ms1o޳S͘ߐvBxT=|ͺ5l7UZ@" la0A؅>dNϣ*4r&C̪0ҍ6mVCcRe,=Dh/|fr̡PT{Q<76 fa3Qݾ`*Vs(&X\K ,@e=yX-)ߡY(lzkO:͐A4v4~I2jMlWd8QK ]0ujWfB ۜP U NZ}j_wz럨=K+[BմT7Ҷ dE4'pAR'*_lswa .@kҢ=7b]. %p6WŴ]W47vɅ nriN q 2vB0qּނa !1<\ xr,Z Yb51O営4Bj3J3HVADnHz>M, aE?GzБHz~q˼Whwpdj@ijYMW,@VA0 -v98{_ Qc =Gy|Z 4ڑIч*K)Ҭdq冂a8w{(w"$heChu v L ҉Mh#/t ]"HLvQHpZ3w!q\XCiY+|X)o Iuzu=N1z>@>?]QC_THbxqS/dzCM&苈6d1%#PݕS f]{gv5VasM~ ^glsVϦQh<_Jֳs!*Y n˕j/\_bj#PڷU*eT ji%>i48 gL« Iۯ̙_s4i?ǯw8! }'h1y*kb7Db憉g?Q3L:pZՄ)LݯP Tdxnn' qDGw_^#kFPrzL;ӏtYp9[8_. ܼBd˜ [ۖV$sWlz#Y9CzFge3NW.GDp $fAYr#}~W) L\VBϿ,c˻(ZJaK0>Um0UB4)'LzQ\I>ц08Ol*C3"gYvW0K=S>$Cˢ4u)#N)kwPIljJ)n0Bw}ŊiǬ8/׾8HU۬zy}L?8lǣ&v7(E.3 T]\VrGQո`7Ui稛1&q@σW M1"C`rtdvҀ**g:\t1iJoNS|+yVTIbW,5q QB*ƹ7U< X,AXpZ[2*w]Nӟ$u`+;ѿlD;r=$~pJڤ]WOкEc2Cvu b]v=%tvΐZWL}鹃%'HH6NX)͹"L*Ķ{}V#{ma։Zo #؏(?u{&oK(lXDjuymtd X-`=PƗ橰ϒQ񋒋9'k?hΓtvkQb/=Ӌ?`g0;iF?dǫ ȯhu0i^ BC~9&Z?YM/2.j+VF'$ez )fhF)n龲s0Ш]>1TmrkփXUebߵXPMtkm8] vk N/1E4\h\W[ ]vPhIȉ;;@Z^ yHY*xƯYkٳa)"kIblBKtz 6z{07[ ^MM6 sun%([9g竮.y)ĭjݙgxphk4tTI)D+}t9B/K# S~/2eeZo ws+d`_`gh;>o~Ptɍ^Wg/cjXǎ`7nMqU)b}UV4({.sl!M1E ^tf~4{-[I"PDD:?yZMɻ={U)wz)$4)eyG} VE0]l<2`PM/.J L%02]|TkcBڎuQ ZsA++ћFqe!AÏ~8?a"ftcwTY,qIʍb9v*w1"0b9 1zδ@評AʛM+rApԇBKHU`Vh^`7A!5Rd٦띙9 ] 0/ViCh5,vY06v?|9l|7tJ%((PC-WxqW'"P_`(nj#!k?9[` ~9[|Y(}IgڊSyE]TT6;![!΢mI 5xpK/Y *Qv6Yl;M2Ѷ[,v==*N?DuXSQx(4z2l.՟N$t;;!I,s w@p^#O\ d'QZ' ^!dVBMfio[F:qdxHd&@9nl*4KzK)rWjDCxH`fxBw2ι#aazS5@;7=CFY#;BD7 B:(R.hh{JGl}&}7AΐإdVTbڑ] Ir J 7pO#w+Ee4wyWZPX_ݿs_@-Za9ݓD+\Sfs5H uA5|(]ߟ~iU4{ BqIZumc;)ՄD"Z*v﷨vsqpҒgn=xNO @[<uW{A`~;C_w$>& @ Ygڤ8 ۘ*_wJv_b2 ؝x;?"W{YGjNOJm gqUD[r;*-!To; ׇ%>=m @VY:CLZa٤! H\l@\ٵIrǜ|x.Dp [TX 19X8pB^qFT4lAkKyҏǤ/\!O?ZX<)4S+`HFnYW] M0 b1i4j}^a#Fϩ;roI$˥|v/O){(cէ b=,Vx0EJ!`x9ȿ>:*òAI "'6vi,h'ۼawq3 MHt. 0Į/HB)`^%e T##}|B&.6Tyk | ;0 ՝l˺F86 0"Ua%' یV- ;0  tvY( *!yG$=LK/q{)rϔ0"Nm?P\`9^䚆8-'&p[?4$t1cܥuR<-CMH IZs7WKϬ]tdd| _]lG]Ŧ@w]~Xi$@vta2Qt CK  NV/o k?N13í٧fmjr^.K3=I!rZ9pݒȴad  ll& N;SyBqٻ"sImLW(P D;8Dk({iW߄Uʭb*|?K7tɱ F/W/޽5FƭpqR>E*xcq]8}{τX)HD.^S]5f'>$80c0Kfގӽ@0nPG V*.ػ5OS=.sj#J1e+ԎĘgܮ)jD|e `w`e5fT HT]r~HUt>n5O25󩹟^;$rV{#n RN^ >:V2k3l5=S=+&Һ4[Z/Z+jnq_526w-(AԹvbu#C:WY0BjakEva&{QG!,h>$R퍗"ɬ&{!LnR`y?zvƨX0bPKyepsPň2ovcHQkN:c<Ze^CAUI ިt9!_2%֪1EU!t >jwYiQv'rY{t`s̡֘5\o]C O;T~`=i[nmhsdeÌ5orS_@qU(?#ձ ̙8#!rhej]A"QXۡޙqRDx̲I*rDkP$ٚg@懺`2GKR,VWw#նm@dN+:rah6kt/,*hHblMG.g(B n'|Gzt%Lx>ȕ bILĎ3Ky4P-'c D2Y%ַ[>D8Zdb{揿No"?z "=l  R%@ z p$DZ )ޙ6wbnğ<֯a=|Ml%8{)%7B1~x  :W>`bS>sByX 0nMZV/ҙL_Y#ddGIM )3LiQ`*|p~񕁶d/rnw u&7aH oohv0`t/6G!A9~. ֡+YlyM!f mk$88t&HR[.!jH3Ƶn&HUX>JlǩC͞萯^¥7*g# R3kp{@6&8ziԄ85>Od>61mӣ܄(~.f&ꍹ5_aɛu5+]cY2ʕ{Yqňce. v2꼏@Q$__cna29n?4>Hsrtl WI(tw(8xnΎ:3)@wJ%P.`}wg1P= =SE$b&;IL4z}A7a8aXZV@'{ % |g8pʭ+HfB8D( Dcc$#8̓/&sC||cԽA,48h '#߁sUoSyE #J'Ǣˮh {݃l9WMtqqd1<"]Ttx!g*(D=z]#rKD_^{8 |M5w{wS@qec* J*'gȰwN;&_*=@( S%q$FԶmSė [{CJ)Zc?oKP6Ǥ@{RҦX$<9P4|P68B]{Ae:/{YGVel^pG]6qmJYeu:2wʤq-s"p\bz$D.9NedzQ>v.6{^);\$76wo6Ye0BhKEE@1Zfoh o`hd*q~ITb. ,G.z!x){=@4zlekkeot;Z!ܩ(+ݼJH>cKѶ?QFONٗtȩ[q^H@'Xg)UmKmʉ#džTЋ Q`HpyH 0]&q=#J_|2= /,)?tz pI 3t[+<"-$q ~"zR !PȮrmyqW k$?A6 y~>].2.RuX9eXF?*49`*vW ŭ8=,WvDhw\o.3Q"IIc$_@^D0/$!qa@N I& eb"}pM"2Nhu.22c'K/:OYg$mmNz E{~s`U6YB$7dD(gY"Y|å]bBl@SU/=Xdavpt8X1& (ESĦlIP&67,p.iTjO0,džQ)=f`zS>%|:fE{Rzheߡe$&(G}0ɱf=U"Xa!"Ǹ9qc\?j2S?'c^4 &5pXu6U'":hx*ط؍n*s>~E+<|Lgr{`NAO^fn+[TLy g<Ӥ [D!^0բ=XÌj͆%u|ϰ娠D#?o ?<]doP$s/8nى21*R;!@Y9$p<nNKZ z{HFW Ÿk'U{ km*vfd`26fi/jJ4EBҊf^vXPJP\ښ5hQoj7Z54*$ O ԂsśI>`E³V:'BςPMR#S_`]~Ε/t' JCt2jy:Wm 2]ر!"ƍF}s-pL;@1Z3ǑЩK۷/EA#lh (EU]+q6Wزǐ R?$Pؤ4ßK[ǧ8†AT'i>SYH7&.[xUTz7LRx4H`ȸM-mYd 1u"쌞=n.xO!ӺK#{҂R 6E4jn㌫:).0\Vĉ8?yI \:-B=@nkF޲3fzq82rs F ^];8wGrO!a0.wdBBc+.(شRtԴ֯"NHa:C;L}~ Oϧ}9T6 >Ew+.P!i4[yX9i&ZuVtyZZjk"fIcdBR0 %`q`67wT R  } '3_JDWyC^L7o;=d,G󲮡<!_DLwd=NfdD.=+p_>j"vs-NX'V1U,붟Ai~0Ld$\de-)rrz->b'g ]Ӳu+JGeU}s@+쥴~r%ajEn*q˕ *ؿt#M>ðv,cD+M0*M7I >Ռa!;)][=?E^q!SLlC 9_K+h8Ų1jcLfރ{hȆ|D-u=f5%rlb~_􁏭.&ji,;WWT%;tJٽ# R gRT i8 G C!LSS̈́r|y z#:"QCeV6eDܺD>7j^ǢiYp L^LR!6@`OLn w#6Q2j;e5wXqXW*bXG,vbP胕!-߭ DOIRBl /&kRI ($Y҉L_TTYS$ot\`uyw#\"GPz%"&x[`gG Øш/LQMR)&'Hg\V} ZқN%)9sq[[=sN|"Ɩd,". IJD/`&59jWn]N ºz)![6Mg՜u{@,VӇ[@/G @ $qLܪ'Qh(&I ?Ǭz -rOSpBQa%aF^"`R0 8J4@y6D&2=ҏ#\9H~5A={<\ҁnF``z:஬N#cƁo.9Qa6%v$=^t_ MT.ZLOUAk͞s~5=l1K%{c)疫,ʌ7(5#k< YǬ8>â- |ݟw4Cn۳uģ"j gx]Ha&8sz|<xH5^[2)#, ]D3#9ҀbM;jႦj,QD*.!{t J5ҶrEHsۦ@5R?2A C5L_@_-doUe|+w¢ )Ińj,m* &g9yQ._Hiۧb)E}c ($|U<4>]l,be[Ҩ Nr3<- FL4we,zqY!-NURfY0J%zMеQ~  'HKm9YFݿ #A[n2M`gnLzG5y8B gC8-I"{H&{KqG?wȼz;s!;g6UUHwOT0*/k~"iSPÅ/9~!h"EӒ%Z-6ÜXXcaND:>ev9CG Ab=d4JHCN zv %\2e ?l4"3l%DoOL ;Ix)BBXL-<#"Sĸe (5i3|0x ߕú]d0d>6ڵ@ s1MXwG!XSo: @ kuҐXTLWq^\H̶>79Â.̕79*9}\,tA^X@-e)>K`g2L`2ب,V?WVR7.h!.Z^0>]o,.I9FBY&#<ZMZ1xOJ܆i.Bh .G߇48KDʦy|\!hvjӗr6 J_svBn&d򴕰 im#O2$iZl@͢ˡl:b;Et/v^Snx8D<E=qr=䁒C ڸ>6_|A+Lb\ßqM i#xXRLwy6T~:.Ǎ5Xq3. NSrrs69!S`~^MJ|c/ P= KopRde?萗 KYP$ͅlH`I+zE @n PV N:n&uDBzCz>{]\%{I*<2ۻQ!XUuXN* ٹ&?UˈsUdZQR^ R@yqk+rr/5rɭcnܱU o\꾨ebQ /LL//Ap{HV9˒e4M|Tؾ7~)B}h82h@.45XϴU!3[s_^Ejh{`KbGOzD4JY#-~'N=Y_<%%zFWOBQPs- g:lBӬ\ ΃ O\w}w%!a%ӷM"<a-5/ȥhYx.K9=TNL+ӼSXp ]߇@?!r#%d6-rs?`3c'x55lK2⟵q;58 fV*V~rD'B33OaQ6($tvϼK352rYb밊}-?pP?}-y]pNUϟY )E):1zQ4ia;TF/o5W 09M e0-9{h_`BVO^NxċZy, 4Onqa 9)dWKZ?59UuHQǒ8?`EM(yT}d%]B=K( A[gj/@)Mx*zΛ"qb)`?f؁g|vhiC=~!՟)9IfizpD_NyJsʀqsDDWn@0WU/^mɧ0h++HR1]aQ)M {21ntw΍ 2쩧%3i>Cl¾װ[YQVk wy,:Q;Ÿ!IwX(m̰[G%'L4V7Yݗ\~?穾z0-b;Bl >3Zl))J0չ'?`m)|R+':dHܿCJZ0-6&;_9@Ž^_*8YDӪЗusύ5W#4?|t% [bz&0myrH8yct>u[3 v#:lf (r5s~qvKs+Tv;pϓtNM Δ5ϔ),p;z9^J>l9a9;W!xu%uLO+ۉ.^9DΉecGYI%:;#y? ׶ZCg)A$t.Voѫ>iz' 5)m}ف#b%Ku UbǨxV10|QLs;_I=)2 f@,ܰ Mm9rW>J/Nۏ\o!(hY0x^ݧKMHW'a:HP-܏QlYrf U-[FRPluȔ@ވm@g!RV&UtGu@Q$?PVۛ?tCu4m^FJ 6h&@|%8B:)g+eT#U͏g!IXubevf (<ˏVXxڍ>2ňEx6k…g :bCўچ X5FWJf|jK9 HsĖn>Wk(<$R?Q$nښ-rGq 1cH|:vnoz:u.F'x 3mo~pvWFu8'V},{$&]0nkZ,8" >=ıG< K z;UX,@Pfy8zk]kh)Z>4mSMBFpVaN[t2Xq#T^JRHV(-HfGGgd @)x$q|M2ث41I٬H3 q0ߓO5K!Z3-uXd,mOv߅6gyXZTx(hJϱ['>^0EjK@FM꣏:J;sIe5:N*u{.`aYTޔQ9lx^c584)!rTkt?jnDƩhF"ҩop%>c -]R?(i&Q0*[[-WJH:䞿QD_*לV9dy32ā(Yj_Α$ F30 xaݲ/ df5{v/Xko9Db{EYqۆ$:|tDҁ[_xja{攟dfJd; jӠa ы-[ik7E~gJ %tU1R2rL8,XM_ +>LuP'x%FWϭ Ӷ.tgS( SLUՔ>2+rfT \^M0#qSnBPe 'x6-Zd=ߵW"Y7Ľ0 ގv&X D3ЋLzޠ<8-Gߜr[cܠ7{'Q妬rC!U?:@e'Wl&s@q"z@ 7!:Yq zیjwn}ޗ9iPzPXϙ}ۈk!"ß.c:R%ظxl)( nߎAF: |rȀ;U9t#FB ')=x( 8.JFDd7y/V}Qw5&jUʆ\;uӦ٬eP*9am^NճG[]yw WF;"$&|3WCᷚG l+qsFV8Y7.{ (Ji_ڡ`Y޵Mke9﮽-xF`+SNcGiZBx8!k\ŴY>?Gg/Ӓ})}d,)NC:{ uf":b rmej#|ST*VY9:ўw6V~YԆȉ G5O;suqՋ{4dcS $K=ܑO&/fLPz!tg׽IvaA D*{ڨlGI~^D^ 5t z.ZX F+rD7s9wZ)A8:oKiN.N.&vML^b؄8luoi2Bjw  aSb7 +&ʝw[j5l 9SvH0:7[ g*c}2TOYҿf}ˮuL lڪ[ȄuQ`&cy$$h v n2>\TW$) u?鿟J~7il!QZlU7^N]vjw|d`{Nnhql/-[)UПX@sWc[,t+@mbް1lU jbD ȵXaIKRƶ>cwdX3yzTZhEND&$Э^J)aX1}^N85#d[ݏӹR;lцSf,IDOIo}#Srln3$_-3&Jsc0 ;-~^m>BL`Lc8bjn铸{/h&:9 @[/s^AxMWt7Vwؓ6Phuw!!bU(__6rzV `Fb䘴cRLb?(A қ8?j=nyfA)%,kq߿{'ʵ-ʹSK|x_w)΢<d^v~"_]Krj9lkZ[C\E<|ϚV2n9G%nj6>Kܝo)zBm0Η3stܨ$C1y#EE:&:6Й}F5bICtWu AcTfR$[G-Bx)-NB%D! y# (փ@B >F2٧FxrEl,nFO㩜ܜ`C&dL+$ xŨC\ӝ0 c7u7{nWbė;>x$N]ɍ6}le[e?<ߋo*m_*{x]Rϟpz ^wOG˺bk$ c@NfqpE ӡPJ'*Og5D++" :k/! /SzpMGE7L=iۉkLT1_QePX_O׃Mܭ)hr|n]#JIٓxe}Ga[~XCD֜> 5Ki)4?vS!QF@ 1n4Z:Y#BNFD!tqỡ݀'!^B>Ӯ̎nYGYj;D7P;&xv}gXݷe}dMI@~!ާ!}?٭Su/{%}zl@6A.cK-鏨]r{Q(oE'.0nn\J[hiؼpgkCYr3"W;ܺ4&7Y4OK Z-5{Ca9IpbS)fͲ B%W\<6`Aҋ)6] Os(<)ʰ&2 sD 0wVA]NT])lmrcw'$wKmb v\? vٽ1B9C8׹̭Bc[;ч f?Xѹ~Y;;29p\Bb#;Tٔ`GglRՂ./Ҍ^imd\=jO~9HELĈwG|]DeJk#8ED{^糃5M}yDCx5jk܋=Ͱ_N!$&S@Ӆ[8x5%ǎ*[fyH|J8%6[CD%h{ߝ%7dӐ)i&iGk0ܗHÏ\W^DH3:CJk_KI nY-2\EBrd@FYk0g֫#&G趮R҃TK=YIAC9bm#čQiUA#RVH8: qt<5-/hL1MiC#Ex w]dzkWlc|O8;n1 <׊F_Ok@?3-r80+4ϹqM/$4E94; ,␍LN3 3Ȱk4-ylquc=6i,pJ?v K|=+_U #ZVY7rfl5aIImrd|c?de8࢟ fUʓEO=Ӊ\?ضlݑj/I HOV`?J8EZ;-ݴe)|,hL/N3<I^wYhuT@!_#$KHlTr#"*ZtugGœl'av"rt6*lB .tԼ;#sK a-c[vAi,iJ=2Rx%U kg-Djq)-fS[b7Wkϩð߅ hG[iqƟ[A4h^ z0[1ڏbF}<AI"btS ۄT]EeUt|o YnK,_TQtsTȜ Hax"__eʕ`B~S vs;ʂV{S>ruҥ.se+i~`ZZ"qy/g#,KNl)k-m,:5ds"EA¶T$=O~-N5kMdJgPI^OL3y]svӤZ5bNed`)W`kLdVDuΞnja4C o(ׁwbCVϦ(00'sY1yxcB;-. d;DO.'=\=m^X`8!);S~_3YMğc܋e[p*0C%_: % QSe2r_>obwS *j=;n>lYB䫦ǥt❴ Ax 0R_>␾ҋUZG] [ ϢY8.> T]`X䀽:*NzֹEtfox(WH>M"|.C6>iY2˜sAXaʝ*7IYNT1s:xh 5 Zzl^ Yӭ 8\a^Y @ |^YY8'uiV$m-A)xMw*VMW=4 ZV ,ӹ]#mfػ=:.??R*PpzC[ÔxQ;4D3H+2{' KW$$` 'Lv /f&&_\UŠ9NIM7ˬU1p> ׫+iۮ{4dKmfXoq{7/wC"렆)/nF~DqDD/]b$ N3Nc&zb;z a\m"^,' kGBJGV֎$Z:|"P]5|?%=`˲3>Ӓ] %WdOW5& bl !JM:` 4>If{% /cV =9[>*',;Y6 *MRRpY3X4 ELe?{Ovph hPwg~p6iK &L :W(–Aю]31_1A߾vl[~c՝(|ʐ]ۿc{73pk1~zP#GO#jP.!\9#2I 6J`K&ܹ=\%~K!6s`4'CXUYtO3i:3G%eŽd(7^L| $DW±/U/; 3}~OM,gG˚ Q*$!vi@76^J'vF$Tș6gEt7JzdB:ŦVbs/RRQ>GR3 7@{c>YC)$pZd/mumDGify>efqjLA,=ܸ@9'8):DOWP>Ō ۟mVnE(&)wm0x)Yd#Gd){]$%Tb~K3≯ 1;b?V(zuTKQ d';r"ޑEv1^ m4f~s*c6Xt1wW *OLt9iiu6>H_Oŀ6.O8~2Wњ`? Xχvbn(|%*IKc( =6&eڰץnMOG7e X )^ hL-gn'k&WneHnO-x2;%d쏎( n:u/ȍ. 4zOGFp$řr q&' IRT@&i9+1zw^<ഽV`bE7b-Zvc2ۜU'=3sߦt zkXR־^H~Dnx˜trHcXBRD7Xq "/*HlL%ʤ,dd0c+y5WWи|IKx:0i ) t(9q\+p5eKB]d{_; v #mSä/<ۘ• ^&˯_ԩ}`Z/B<kآ'.|jlkwwdf(MI疒<04(`=/;ʲgFFn;D/~7w^|(qjwCQ}YW̒r9=Mx̠2x^"3k(`J`(_؋0Ug/:ЧS(;3@P@})2H!|&!e :|v.%il5sh_֭&z0s~XHQ—UԀ'ADB&w)8AB$тt| TV$LL+#[twN/v9Æڗ|ׇ\넉= \N&[=]lzr(u}: 2Ӊn q:d'z/<+ZePD)F̪Rí{ lmkxFcHȁ͆_1+>ׂiE#&Zлھ{0 wn= bx Kluȼ逐,jbaD sI\*'YH'~aǤQ"*ݼEQWT1_/ ЙL$_@ W@`{"LBg Du7(Tu\fߐZ샣7`-T3l"UG#P69~cvά`5{tyA]~LY:?.Iq5 %9\u0lJo'IY‰G >Vt]W{sX{oR(lfNw3]#hǖQD;i|fZ0݆K ;쁗} Ee;(QWj§W7Qϳ1PEI  ФA`]gL5Z]$_D "`l[anpv@`B(0=/qNh0;V+ 1i~&螺sP Z \wͲ-Bm&BQa=|F|eV[S6=.XPo֊ss\Wc:91ˡ.FfKvUi@P6S"sM(djO@P=@X4)ON^ }vP!F!S RC7X&|@_#?^ŵӘ$*0s3zb=ȕH}`R招CF뿓cJ'k3rG =P<)]nڃ+ERߢCZyIv_n3+bvT묂d6 }mV 0%d-HN0Ls3NyiWK'HbR!M6%1q][1 f%*:ӣǞu<j]-9םoWUvzұ렣o^aV ۓo, p_uЂ ; xs\38_"o^[*Jw;^T^C߲е Ӡ##>Z]T>NCTs x<˾32LfojZ%ܮh%DjLo3Xxz~dN8y8}˾xVҜ!:=pS j͞8 xMRa‰1.Q.B:oGOe+>"N9r 6iH-X`嫍6ZہyKL1YCKh#hRQ0 @JWuDBFzbU8(zΏXO<8JJOqiHzUmI 㙂 "Z@ 6H5Ǚsq¡~I:gpɱpq v, 27\.]2u{ě59Ewd%Lt{VpFf{觾*Td mn +}9[ *iǿqa7Vg Lyi'm  F5[~`Ț(N2NI:36|P?M[3 { vvRd+ĥF!/Nm~zb5HNA/'p ,-xdN2/=|9r0A>lfe&MtA'HM&ر|!3%Ԩ5wUp ix:m<@r&{d={$顃tEQ'kK-Z\mA F X65U~Le:a%*sTԈ?ho2jܓzu4eU &:쳴ΩaFnY`nGk1?pjH(g@Ɩn| X-Dy:bzaٿf[ s;B#+ߚCȾV3f2^QZÓ)[ t|E7PmkVf2\0ƍ7?l:!ߖA>amf~~wا 0- ,d(A1k.^,dok*P"mc|AZA@z_9g6ەA]8!G`ǘםB}̓"XXے &81%nD ƅ9Vx)\i,6+yvy^"qN]{9V<ۻ 2¬ hg1=%FRᆗuR?աUq34)=x(>b.WnpL"&ql큹u1̣:K#ExJ"Z|BN¬UީF;_ŕ :Ǵ#x ,3&+F4nk>DY}ukFrR$59L(LʗF!7Syh {$IM˨RQ , :!ytYnVg"9Gs |r}p8ÂU0a6Ao|{r>eF#~ѣNFHnYa|29hhA3Vbb=DGm4!3Y䋵<3Gcu1PN۪> if&YfV yi?718?sx0XqؽN_!>EOtx5o a.R{'!$' $jskG]zx].gHKolS/Noʂ"ٮ:bHpߏ[mlxB/UӡVlݶ, r+R)Ml쐢=ZۅRGmnZS>=rUݝ|)a˚[C}Yr0\ϑ=Ra#Z0ZY 4N, I`{ם'0)AJxA+1;f}o#.w11<]vrAoJU%awwE~i+Wn앿^:oRFlp:c`̓9 ?7OjR[ PyϦ^jsVJYbawSTMVXU*>L?Q3 QvJleUHӤcMEA'5q;JKJ٣< m- N\`+:3M5Ɩ]:<utbf-w 1&2وH vpJl? {42 2`N=[&P~ @܍83AJykxiܮ|99 #-BO\ʖ ]XAd;eAm<ÝpLHЂ0u'z%&RV#7U@WʗQv%?#{BX\D]`$.7eC!t&-k0l{?z3yK)be q)^C!'F&^egwZ.]\GP,VzZK= =(ܧ8^y/gC?HJLUAR5p)PTya=mV[m+X\,J*aToV+UXtckCtg@[&/AukcdCm:"vY }ճ,`v(D::iAzZp $f PKx=Hj}PoY&til=`6mXӊ*0v"|kV2 3 UaKtڌeLJ8,H~GDT vVMt?/Ӹ [t]1 ="K[!&ÿ)M5:SWajGhcľ J5z7$Ȣ[^5 ٣ H\ IgY$7(O$ĥfcU(q'mv/%#Fbrq&;-'4\G_u׎#RP4&Co5Uo>7e 5 Ll?wUvN`¢fbùU&tVT&E٠U9J܍eM+->+rSeztX߼aRxW? jA j#`O¯ٽN``r<~(5evY+ `[m1}{L$w'cT×ds X N4|tg v4E5-РS[zD՘#YyJJSfF%2숪LѰ#!`pD]CV[]&@@=B^/e,q\ƃf\$lu`-\ %oCV*닝9a}4](CY2%Ç018 3++PIJwit<9QiѦſH=AvdҾwO'e?J|"2zFG/^B4e 5?ru[82rv;4:Ѝ*Ho!^HܖI HKj,L%J_A+F*>Li}}s܇+_3$EPZ[Gʿ;Jɫ{)eǤFUW ff-fzwz-֣a-@2k7Жq2T=qw<4b#%}qO)^+X!ɽUsӆ Dݏa?.fXQ.q&H)Rj3Y禩^P{a(A 376r(Ę}KlH6|Ѵsݺڛ)}u6R̉\șgڢ[>l춽duqX?}5#=#K7(DZ[elt7D(4@Gm ,ey7h(ùT,)M"@Ii`顤_G>AUU%L*uz10f\^7Itp@Sz nSn[ !2sƍ9!}E|>i%J+{Sb?af?k[E'?&%(_B(bsvi6חֽv9g} ETNF6Rxf9y4ڃSq"\#G(JL5clI:hSmkԆ:H-XU "ʼSƟ  tTIY[XEڬ|Uq A V\[jFQyjտ876^"v8fhܔ/Th)tuKU(i3%b& ɔgv>z.Eu)[rCɏYq') 8 #g,K ' pZYs8D2H̤֓Slk8xj^knUwOFO"Qߟ#6~WO茵 HEw'Y7M}bc_ņ磁r8ہ~r9_bFQɸW#cq7vP#+pz(:қH1~.Jj5as:mtJU>]Tq͒+R(j7kaQʮT)v)#Ɍ2·H)׾|Q*&FgM) iƸ+ ;\_:(u{[_ Vj"InP%#7Q^-hTkD /,&UI_FZ-QS\ wΥ{eY@8;G>tˬ5ď`@.`IKx qJ=:DXCq;v(XF)_ho\m+sL0x($1Áѯ6/*'@K3i߅uMN}ȱ靬22etsڰ[I^EI/#Q/?h!e#`30թ^"@ehڝVH$Ԏs<PORƾ*V;-r "sNѻ&{ ))rl9@ϩCVX u2̙ͫRI/e9F̱ժuHYaK赝 o1dA?* 1~{'b܈yf3B ~GJOԇqYse ~ZNK˝kr}R6eCm*u##3 ޤ{@ !8s vԭ78kV͝jezYJ.zTo 4R3ㇲݞ ) # >^ǁth-#L s{;B% q t9?(9h]ůy.A3b#?iZ@l%iLrjhFϳ"Ta샻nӲDTvr,.8-4 84>ȶ"YZU!fJN~v_w }0-*8#3{$wJ1, yxsH:|y"UI,c\z"h`/L܉|D6b":NSZ:Z/pF:Mg!FXlJEeD0r-u11_~tHЮV*zQUD^n}9D*T#""6xr`,p0Qm"W.#KGhlmyY3|&%RC``I-ЂT#SzWH+~/E pGR6B9PHZ!?^nyb$΋0C|a8Knw kfÍZ*쮠^jtx,"+T>ͅ1dLwDoNQ_8* i1Θuv+q[Gkji?_dzc_i:dfZA4L=8D^Ru||y .{0Lst^E=r+p:9҇<>LEvntlۗs!*-uXJroU0 L^:nD&(mijv 'ubtó{@c+w/V,^+n#a.`)N <-CGRKRvT)LcM⧽S$UHsѺ(V6<|Q((& M-N]$ڦ5G2G>= fLHNhp sicn iHg > Ӥѝlg!S9:S4sނ^.z? p~s,'Xh詵B>$@kh2TJ1}S`9Y!d E=| *eݽ|WeeETRA<#EYyax&ud_@I(?e?LL!ϴu鎣g/<+fDKkB4jA2/XXM5CAwkM9|]% hD1`nO-9zc >Acg;\-71 c-&KT新wjeHN0 aUenJa>>u')P3H.1?Xh9`fPZ\>-nLT1-0HanK%Ǝw4S8G!>.gpsKr,&OEHOnJH;2jfHAF!o\Dtk(ԫ&\L&Ms!_F<"2fdqThFsƂB@襙sW4Lsn4oM S;_޿l4.2|*@TmB9$}"`CIHg34Xr?ôڷnhni lK"A2eZ H-q'e<%K;q80|h6<)N{*LN_O!mc[WqG#%=OvqG(CuY?,qaټ10+FgNW>B|C=xcƍZpsQ8\g\`)U\+4oWF̘ۍsʽ6GEp XAюJ\,ŮVӘ6WRZlź.{sU$h,V{aa%]HŢ[7NMYm >Z!,d@Q+[Kfc:9&Z9//uN8e2ϧ\or'Z=7ƛo`ԊznN7<,_{6j.,eTcčd "6=@xـu,T]4;Y9 I:q`Ol1~519 aU[炂mL~ xF0 k"BcxUb@=Az RrYIv*81\RS vQD?e?}tvvD8Hb$;B5 H뫆H9B( nf\0ZprwQq㉭j5oDXv~{S$&áD$FVI {%[>$ 5Omڙ [CBLo]}MP.+Z/դ~_.o㸅&t1nBIaNvu0 ?Mo*rjb*zze4eZmpsE&H0=]wf{`kDY/ivպ!Ls\7dsNGWVIHn|l]LryC;H>Ku,V<"kI BsxvlٓB;7F!fQ%_ JH>,m~>4.ÊڏZI=ۛ2H. !mS3I#&s[]Lգ(.LDmJt?[?GY./UxZ)|<ɪlYzbt~3׺4c T[84?A7 )O?$ WzłY*Bd/ "I3qΤ!%$_En?.J}D X29;_3@9,p'j`oF2e[:m/UFXѲ7Ua'1z˞Ml2#rY{WL*+ߌT G\IYʖ+_!rrhT}_(a9R3@Twl&Ԩ=(-jZw˯FCgaPNKK7B_:Үʠs3Y^xTۚCohiJds ZZ£*($rC{d^`=ƗM;&*6"۹Q] 9.Ouќ;} U|xp`^Hי˔}`ۇXz G:%~oz=nj/YF Kd V3^7hWAKl#e3suqeK cƌhe0UXI$LV(~°22,*O෵'rL?2a^+ Z2XM߽z%ײAg7C{,ۍYmev*f_ A9~(lyC]{hD4d]6N) s 4~*9oJ]}*{&& '<1H:ab"ͦEOOc%zB؂g!wk_"2M;Ah0pۅ[ :.,omu`Wj):$:~,%`xM^5S5K69sHQ̱2Uc=U j[Հz&}11lZμr0Z! z4^y/ql vKO gt1@1}YHEa_ȤprpdEPy=d1vt"P`6yT7!5,+vGdu#<.1Ǝ/ 5Wcրl \Q[ P.n/x5x "$Zr7(RV3ORNa.a\,;S>ζᧁW;|ֽ .Pzh*n1(c,.ls>w_I-~eAiGHϝ3$(Dn#:ml6CvnPSd\H hC2LDW̲dA)'R9 ΰA$dxuDww:H:x@YP?5xck,YzF&x&*G a#xu! <^u|<jь)UA 1=Ѥ]Ia|Y r!e?JMAp~J泡ww񽩛\:gx=G}QvQ O=x CX*qgR@N?c%n|dO1NjhN ^<4h[>df12rs $CYҏh1jC* =/s߁ Ei!r`5QH;E]&e& !_X| yDpL/ruà1;ql̿LS$FmﻐYΩW p9+OM.*q?e79K a8#s) ~]sXh JUq)5g7iŀ+୾I 4QC&>"QNbv.@1+e $Ls) ulڌD/Ev;W<\Z6Zm#wef?+] d(*rnwJ-xu-iiޠ@=[8TT:;66N"eV@ !HG( S&q?Ҽ0fizҚ{u{OKoM)`6 @Pf@&v 9+v!;6?ϩRG8,*L[!5W0=(6MH/#`CAޠ>X(cuɖ-R TB)|h<7#Euܰ*|x0~ɪ)k0>p!s@T"/,22}5(k?i7CWRkѽ%֥Op|(B)c+<ឺ'=Xhad7b뚀zv1Ue=SRْmyKY@䰠 v}JY^7gYW0nF>YA: a3&MDW698zEx-Wjw[_P0IAԐ%G]LG3`P i=.E ;"7Rʚ1YI9lW*hݪ]"RN|MC%0ԬyĻbd:|_প Z C?gy'7e3|}+*=wj0\.nTXHuxfiV{a.+IkS^lA}XĜ,f(իIսtiR Le5qR1t[94P<¦J: =ϞfA:rIM2bACO8J5E0ǔpw; k&N zlW9Aظq`7o^O8QXh^)s]2~& e!k$jxL\2 d7Gt]yvR=9%QCcڑP)o݆H+vP٘a$eFP  φ0ח CEFa*Ț#!QC0BV}JU9H.r EC %8Mn-Q`#$f!=fU.̮ >-S,bLࢾbCDuN+:?#aruE| ]Z6=EͺwЧSD<I4?NM@S4_j@lDK|&~gK+'軪[IX7zM "|E>J7^{/GecrU\A,Zmlt"!d,O>TC^֙Hq?&-5BQU\_Z#6&℞!^  ׹& yQY~'׈QJxֲ‘"'&]״L|H$"DsׁatrĴ`9 ,`#ُzAX^}д$j qLpE M^U5beFK W.J"/4(L@ftD7ܙ@?}s§ʧ3Yv#iNkxWDDz6:V#^]˦¶@ih&vˇ*~x83 /` 5{u#"KD MJ@I!^{] S PD 1p:yRAy;r*C2fi5ZIoUHoXp{P^ض+(u3e]fM|󒅮lbRE=\Tl*8IHЦ:7RO3<>0(Vf%tٛj:XT<㼅eomըr 3;wj40M^%ǿFCgi?"r_ 0^!GD) 6-ܑ'HVc/:*q]!/~Ԭŗp*;*x1EdX3V U'TvJyEUR<Ӛ:pn2 3{lQGץRٙX|&T/3{yL[ƅߟBY K.O}zԙYΖWFwn#2itSV,";RþƩmgU*X@›mX7#]Ww)U&Xu` uz :π M7F95nv"78 tL#;bS x3]2>\F.8+p>eH@u(;׀:{0Տ[rnRlB eV9Ooo9_oD]TΨYh6I 0a؀֠Q#y6`W}}pA9p~7Nbt*cQ'xg&0U )n6ivS Kc4yMK{=^JvH"7u/,6ax[Mٞ3L悚RfBd61R'eysk0ՖEN1tZUc/*! iXaؒNىFuC!~{4S]sߏ|ug:Z';Q<+ 9CaUMZE# Րl_!6cƒ&ֶ8 w(C9WQPTP׬rǠR+cѕt i%J!1Bl^\$6Rebq r]s)9߭pBAcp_&t[ lPV@h˔|wU2/iB+ i#>6\')U̓ z'/8J$k;|lH??@Avadj;5ot{|B [:pQ3;9k3 ]~1HgȼfJMarIe:pI6f B_O%Fe&quaȾGRgH5XoSV 3qH$RVl=ds Po(PH- ֐ &0UD<^nzI;EM)|^u$x'ӼбU`\TBbi:2Tp6ڐ[ 9>XYrUXgYC:nIQwҦOm-`Tzd~N+ I_2cʂ:Ug1_&!HHQ):9g@P/)OQ/܈2Xv<2%(矈0qԺHP졟E: TY2J=Z@7l$x]O9o2ZN O/U/"j'ݣi;N9_k7tYc%CvW/4”hՈ?u,}H\G^ɍN=Hd=CD%Y:(U;5j Kivp%o޹lǛt' "\YonCW85S- ZcG߯y Ym6~ᔅy/Y=4^gxr*.V䷑-j S~R(G8AUUh{f}xrLSgwҎz%P和Q{:6LfZq6<wB7 _JtZ*OT|£s)7E nja])9#!!=036>p"0 YzE?0掶 S\[2QZ<9g- sߋ}KRH&`k](ʍFbӨ`-I6FRѯ+T\1#o1p^u3Yg%x)r5XY\p['*e`8 綌IhGm-& Jhk}WO~ޛR1Yo &kHt~ B{pJJc7[at:w07X(wB^2kZs@/94>U<6ha-7?IbNNjEnFx@8e~5dPGc2ۤBcГSfg >o‰7|N[)w,zKkW9} nH)ro[$ $a;$)ɕX)K:#uiˡXUA(Psr@,(HtXEt$,]n1VErCڽyC!6KOxQs-%SyS KJHs)I\+$! d>-s!Ɨ+"<1曍5bqA(v7B3X9 7bKv؎jA Kܻ B:4GWRPႣKtJ#%ZK=w)ݫUe?-r ]4FSF0fBpZlx'ā,Wzr_cM]nFk˙!3إmR䀉6It3Ԙ,k6x}pTNSX@ib*)pJMnT8K=Sz^ƹŖ_)X{PEVR& Hnˍp4r訧ßd5WxNȈ_0b j-}A"qI 4<-Sq70*QTq>1Xs!X h?#"fu|q(ӳ4/?=/ɹHG.*mj(pN({rl߬λ{,NRYE[ںei)4A(J+#cjI+IcȔ )b9EW+m{!o=,dO)q!@V_$Ru}!OIW+DlmיIy MA`g5Y1\ԝʖ4mr= HVqL0 e#P_wb2ds:m KN^f B^N){|wƢ^FЦ{(`ĤXN^ ]OX o.=L4YH.lX.N~lp F?MT 5BZԎWq6/s^58fXInQJj=*l9(:&-@#jnmm08TpHC۝s<րM f'HۈBTŇgyc4Rk2 $= +Pxbi$d=D`ZZC2Ro{^qNpbg.7j[2!pIֱُcKp,KjнQ'?Skc,%"0h& x{ ٍlp6~Xiir[LoM:fsi΍i/w{ ҆ެK7tX81\NR6 Kj7~lڮI4vNׄԺ8=Mou-5'O|]XY=\9tTo >1Wʤ;GH\TǗ"WmUtf::̘p3;ϿT--A (e5pИAr/bAlx8hb/WZ<[虩|[#Ꝭ{[xtw ,gu*i{RcYUK4IRX` XqzJ.:a4Km7вF6]9+w,o~φKpo'jOs6K͒QFojj` bNg)Bk>qmlB PH5|v+:,͗Í ͐{gf,ԿTαkE^/(i>o*M lDpv7Qg u_\n$s7_dX[CVйpר]{,&uw<`bTE *q)L]@"W6]k0%`{\j 9kq}ndx0ngz >U\XMc-\Wԧ-Y;5RQ̄ņ8w+ڶ>M@xZ=$Ht30L'],Yi%-ഓVZ&yi=k:0y׬6.hk{TIAVf:|nd(5И݆-Sy$=f9tkQ/~)XX)p~$S.aկZ7 N߷']𦁕QCPq8rcw4n/s|5R]kQ|G7ֺF0qAj "PD$D(Y0]w~L'$+8QQOJ|6(m\' 2=jcɜ|FW|VEK;NHG֖WSH:4R.rڐ !:7dbŷ_E_),#S݅ O2y$rV?/b뗪[]*Ł,teLHJgլK0<`c.=W/S^ȪN9Ta5Y6=;aỤ'H Un )' xZc&\/q[J:M CP. p}`Gܧj:((3ˮC5wVOI_gGG2815)z5{;DFLՋ(UpBu+~y}Q׹?#R7y&%LASÓ厢V/dnĵe".9\l7]_l&cε9pw `fLmQIT8aт Tt*PP+}5ђփԝlN#a_۪fyХ'GAYˁ\ᙨ吏ED,R bRciS8BAdchu9)$Yʕ4zDh$Vч ~B֩ө%ERt:-*z9N-D%7(s޲"5dQjw'\ >>=)<LC0u櫺F1EB;x3uYTJ+[m: GG 6cY0hRׇ +[RMm~Z sϯ6vs*=P[YLk9#3 Z:|٬]!8z@ )}8|2p8hO}гWܕ(ߺZOK[0b,$j`&VGtTCu"[+%l z6|ahN1td37SהD1Z[ۯF )ayl7 DtWd|cEP4Sb\"qbaKT82G2m\EIW6tTYk,(g2T# 3MΈEL&hN}M  mfOVy<|q'[#% UHc\q`x@zWRv/MxEu58a)M ֝Rd G WO Oimf3OԶj QV)1]"ŏ8IU6RK$B("8񅇶0Yv'@}ŐcXU(Ns Y ^6߽x[#K%᭗b%hf%M" w8χM&’ZR0AѾ +r( D>,ըpOV eٙ0؂U&E}‡UEDpʼo>AZUlC@Wo"tB hNOOJ<,~S#MY߲V7/FNiyZAPgE%C $ 7KDZ !N&Mvt8mA=}wlѐi9U >>x[W]8mbcr{b*Hl~64kS_[(BtbW҈Xg]Hb=Ė3F6?ֽ|*#b-J,&_w1NLϒQ蜓,6 yFx?!i0D jn|VH`0gBkh7=^ Aq>aBRae t:Jk/a /59iߗQj};WQ-(2$f0_b΢6!!wyӣX"ƭ4:=-%*;}!q[\t`r%WzёT:'ky{;$WT/*BlL>ܑZD"qy2:hwLw+.d{Kl T` -%mR@$EkoFώ;uf'$ >Qi}5ZAFde;^ůwu;c'»vhbAƔ/oU4V.+{3qSV˚1:Y\cV~kW+w1s2]ѤL`:E W E}ZGz|-ws-첷YbHL:- 0AYkCRDYfؿ4*'"QVlVʻz@g{dR;Q $iɜ1y`M\^6;KOEAwKȺfWg,2 _Sض?nɖw5ln >;]KZ$!HƎqޗ,/yY"?9K)er΅O4jaQc3J^a2mr5O*nK߹;Ob%Z`_ك6*OgVX`طX,4^΍')_5)]`3A]Ws2aയC0W N'_?0}x_妻wr`ML j>B]_>Q~omH1ۃX 4<ϔk0 8tT̺Nw%A_ 7d?#´,=gM,[({t3tW_Fj8EvD,0:wiXsM`HQTNnzcz:%W>a;ɋF/ّVu Iњs =sMļ;?ZѰ5y1RqG˗)h,c}M{FWUJlHR=cY_mj2Gh ԼwG~ bZY@u˖kE=1 מ9yŌ1%*~yFzL/0p%!`tI5W/'*@CG=r# v\ s J\,8#Bh^ּ)&YG]b>'@!QxZd_r8I{J/Hc 0e~Vu7CoLn6T.bvcSxQ'a]P!C q@s#J6w Z@ueu(:GVh@`C>Et1x^@::Sµ>ImޙREhe2&zvwc,0Ղiz4 ON:SVRŌD\&i ˡ*Յ4y$MN4j]1ңb`KDߦ 챞z9Ź5~%8+I7>coTLA2E~wO=~ND;='+s.?砥4^kJz>^XUmJq̆)?QKؔ;S.!5!6~Px&!;[}}E'I|Ki,*MAY 샮4ٓwC7G)GmˇlBi mib'184V%6pBI/bM,8<]=:C= {ǫF>RxEt[g9Vr\9J:SBR';rmOuB%  #|o PٶGuxL$֑> @\6aђj08BٲȓÆ.(-6#l^د3"li7ҿ @E MqVDSl @Ng8hLe?ue'||`&#!' (P圦 8kk¯cxZ1͂1@ k9dt tt:d=w[My~nkV0>,孫'o(% z %\Mt,?|oj짩t$ Wk'$kjY [DR;3M+#3a-t1*9C<:ͩldBy:ڍy;rT~佽I_y0l:Cن-3E.5)겂݆O"o%:]z > a{ڵ-Ugέٽt~jwE#HKæ 糮vWe"%f/o䡷z`U  gE]L$o[$,-.%؍@a [7PZ^ [TG5ڀSu0.KVacwilzʺܝ ,I9)ڗ-?t0`+˼.v-O){Wx~u Ça~ 2~lB]20ay&K%A&r))M _ ea1 %ټ_SN)}bi7LAn X'g(ʞ+Y {l&`~=9LRU-\$-B dE -JD3+E$$A" weO58+juacg(:1ҏP-ŭ.KAo@F HT f !MIcbP]  E]^lp1 sP0񱴪nN J|RZ:`ohd0݁ǧ``Rƈh;4}SE>]~KRw@F\a@l:~;€G!A-,0eKV:N_0r݉YOl {XHG x}3Z?*Sˌ|̊B۷>>c<=eBJpœ݃4,p*o,T$=}E|BB͟W2'֧_Q]P}s7IMe,¦yͬ՝eΑN}"e=/F2)jĔk|ߝG|s2٦D5?n4EOn:Nd؂.?wYZi>:Bwr7[=案Rf=,i=[@DOq03V#ˇ5m9x5DnaFt{aj{|T1Mէ枢CNRSE<7kṔ Jڜal5}x:\$W~eobIu@Kz`:<54? l]yL cTrĿoZFD{mRvô3wjzG#dzm/0o.Z!ÅQ #֔t&oA3nUWA-Isg ^̮Z8H.3ݸ HIƭyS໅-ʈ<UlTbc]Os`1tt jr@\a/O@w&͜1kC1[`ftw7s0}Nhd1ĕ+&!o($BHh& 0^4R:Ur&2x+Fd N Ka׸m5';K97&)S oek69Pn 64]"7[̫=a2H% jmG((˕Q/T[::mT4ȍ WDP iJ:kE[XGL :'<[Ӡa~ݗ4Jv8&\rR59B#j#naΝf̼u@+|r'Gyz:2XDȫl*3QL` q/huͶ#.ہ}۴#tohb]B38XEN#'"鑌*QKD2"q~A_KwH}﵇J٥ņ.e_It<|2|S3KHYR8}ʝm4ĎE:^y␱58]ńJMZ|sǎ9q`[~BX'9#`I+Fv*6;gzG.Vd<eRx QD/ ΚWֹ=ƍ GᡭDQRӘ,֫Ͷq0f) Qى=0=-Z^Zx=rv[Ocκ*K's Ξeȉ1,ҔHRq8 V{ih]b Z~Dr10(ّ\RdE˴;$T23T6{0cgnk%-;9SCOh# \ø]QR""5z!Gn08):7Rx(AI*)j\l.Xӟh;Pat޼E^#R^y0b \&w8rr-y\<4[P`B+. 9Tf}ڃmVgcdE6)ؤf k$ HV$8?*ƫ'%{5ckw-W{{>2=%+4% ,ٚ2!O>TrO^$g!22@.VDԹb ]S=wOOX9r,/H_kdZۓUMx{g! {QKK+-%KUUyN%ؐAtQKŎ @cRG0ɰ)p@CŁ)dx:N'1Ogه`}fR)s27Q"v=$ UB2뀓vo>D)X-rȦE h?[Ue-SnFx-]93t^g"nLf@HUW6M vtoPnZ)u?"(r7kz[ʕ)G+*Q'2G!LTJ}-zhNU\e >5ԇ%UL'$E!e]Z0u62tX# HNyMDwZ:t_ze<80i&tz7~b[pUE6{.po:JɄ5D~ݞr;ۣT y+FeA fg45&6~` }f˹~*<v7 .%AKthuɯԕ{j#ALpn/~)3R7wMt hj(wk0[[vw$?ȏh ; A8R\^0 n2nﴠ@u@ 8}^" Ce}X|(ȶ,Ή,Uݥn#~>x'T N@* ݗ ^7u & |­ L {SVv-4y,ScRQ#ŏOL9œn΅^cॄ`-%5*Sa$ϗ%zb$I;:mq(Zó;57E>H՟i\Suǧ'}崓9>& ]^KwH }Ϲ8LЊ mB,aOώob.[L(K͛lN.[mHVh읛M$`0iwayXʕz/'G祱J`Lxvr_JAJ*CMM۰4yo= dȤhƾdH]NKWyLԎ%.j(CRo3Hqq"U,3"f+13!Cz8kLXEYZi}!:|jŬ.sWy [H,i8t^7i5`Rn`,rM"p驑!v!:aߣ \. z]"n[;%$M6k^;Np.(,-b Z^A_oƀ[iW[uRo'Ro=dcѱ!ҲP cW z y6VkH౟!)yieyRhL}>Ʈv*G>.X5/a iziuq JD?p+9MQH跸g1 \B) !n$7Y8Y1K ,*rܚEb;/擓MȿQZ%RYfPa<DtUhx\J%>6S[Q("_Qn"0Νi7e$кg qO \n{|^~wxT?k7Q޵&'VILQm-pr_{6MjUY|i!%8JdO8K6;,]}@T*wcZ?ğ ; oI7祥U7 Y8Τ-#3,M%aFŋzE6CQOw. 5wZSN'H;tb K][EQVfMOGL1K0F*,n#&)'*<gH"%DL@u<ss.Sm0t__#VCejael^7r40m&Yn+reZS s}-FK` ֟z\pn7ځw[f*޾Q'PuIlk/$-KUyje7<`Zb1Df*Egt{^~u,ZK }oMJJ(ӵu4հx SɎ8BHTAyu:~*U;Y6u#,;VW?㶱4ْ(>zeji ih)x# _5{՘^}39OHuH$_lg$e=\^#8n?,uP0dy !gXse#el5l#Q6JqD;:˭̣㔿A:'qoɗ!~dbNq#)^\ׅ%Y*ϕmd2N.넸\J=wi 1jK`\kY{AD]!'Q a3HUGUR/$0|S`WTHUAGlgRv|yMZf6-23+erjf˱kK'5pd}X 9qMzu1M>;A!#|9t\{gKMXƉ&,/cda|E\ hkۦ" MZF\o(ĜI O>oR !EU q,9=>Ps!AVFﺴ%RCv h2h~U̻=%}RRu뇵4g `4a/mnO^٪" (ի_b<\Ԕcp ܫ`K05H0'P  ?u#n W^;I(̀5.ʾ*+(Tp$g%չՖ‡&a8^I,cG0/T T\Bャ!֦L+?1fXdt}sz4f7@̳rzS>SQ{:[?kb?w3  &ɦuYB >bJ1f)3MuS6XUv$GH7Soi˚(F5;VcwJ&Ny3tx-W6V YqP9H7wFo:[J{6fTE>]܄8; -pKĉL2|S$jsOࣆv t<:^[FTX d0+ >`۞EV;tExK}b|G('d.Q_ȣ|T)=^/E响h-En=%TLe!AϦմ`JhrkmE% Ab-S1ɂH $C b 9"D׺F`_U|+F&m%x rdc] 㦢Aj~r5J op޻Ps߹ǿSPHb+16-͌ʤb𼖹ڎt/Gn0wS5%;(Ϩ}:N΃̞`V1B!qUgc7>w{Ut`p=:o@:JL_qqT3Ay72TS?~DJ0lG 4LX^C{_m6Z.8A=>5`$y~.oVgS4;< OyQyf݉In,SCA/(nlE^?ytɱEV&#qQW!bǨ,H+)pM~aNDi b#LBM < T.*ܲtPHѪTV+ (_=KU0dW`e9j! [>M@qhu[ -7q8P4n?BIk/L . Qɓ!OIuXхS d -+NeڋTReZ\qN_ %2(T4j'+Rv/ڗ8M!$2W'4ơj(N|CCR_KBA)iZe]ku[u_XgT~N"PVCioGc)qkah:ynlLz,t枴x0V%G8hI9@)RV#p&4UjNWԢQA[c /Y?yB}̙\`MM*Ay"&4aZµG+_f-, Kn l4l魆fPaL9eT?  y)s #QDPR_Ò2h@)V-g;qmۂ_t36ҏ;qHoNK\j&ynY-6Jq'e~?mu6Cg`?>T!mˣa1 *j1SuSZ˗sb;!qZ9[ ;^2$Co]wwwz`'[4<ĸa=2Y >U^7I[٬V& =DR C!$k;sx^?Jh?\f# Ъ3bvV䙃7EJa L&M刁 dExٳQZ^o-vq`k)=LE@eKy}Kj*}w9{}4v_ړnv}~udNW՝8ϓ?KF1OqͫPL2ҭ;k]+m]\h:RjԾMzD6]^#?uEw-D ŌjFZqf( 8rwIU͆gZժ`\/}N1Qvc(FXu(!nql<4-q[?яQwը w럀TtBK%B5$b>WV),TTf ϐ`xyɱТ6:EB TRogF$'0q%B*ِ`q@"m|(VޖD: $Űɒbg";T>åwu.et-uKVftt XD /L2"YGpʸ>r>tcL"E 2͆sLRv{Tܖzh'=L'xpj[sC @4j5}׾2ی3"*dGڥbRnEbP i-bZ.%st`/`0PW`bb}M kOSLR\DŽkV^:op~F0axL/mB(@"]H>^sR녡Y,(5Nڞ/u#[{Pfg)WTގ]/2v 㷤g{d-iZ)ev# 7&qB Da0#lE9l,1g87[S+k#1#eMQvŹ7xi+յ jKG2NiN *:s52S}wHˆC?)TOY 9SH?śOLGM;YYA|Y=i"#7^NG3Oa49?~S= PY*5|FuJqo9{HF~Eذ`MG:{:SnX@Xr3zVPեNR[ 'k÷3 =sb`$äXޱ0˙i!{yYz]Ͷt"AB̺A,y$^y**-* ́@7`%%Q`F)ml0 5y4ɾSK z,5¹4v ]*5˟(Я+3uȖIIjZђ@&Ny`#m N8co55t'v0}QU 0XnaKOFՁDfnYқsCLJаz٦2 cmB㧣tp_gasr!NRl4ePa);.80 eL\ 0 k !iK.^k8Mܟ#Iu"zj` 0pFu\;Kz[h`*xwN\l1av]y?FW9eFQ/m2Ttˣ?n/Ɯ pB+LcgOUoN a=TBx<4FlHlGʹ>TBT3'ַli %-E:q)OtDoCNJDi9Gt6έe?h,rs v{c§ZD V.F^{LP=8~VL :"tj0~Tw19a t8r#D\cbBE⚝7^s;iI[9{`tqϷaےTYqv4n0Qtؑoi 7W;<}>ٓ N"s)9zd.#NR= ÕVP|"ĵd'?B-ɱG{g(Iam4x G81k;4f)vi uI/Y,Jquf71婳$S-Cow`! ;`=M !oN !(ϧh,[ LWl& b~k~^A@#RY2k苒%,φ7XtK$47R?3wIQ*sM X;Êr!]^￧ʞm|;,,A",;evP8pHSQop "KL5LOI 4Uz(́B/ph{m-]F ׎՚(DMsd0$Du}B9Bg|i1-i4374yj y ąXo F#e>μjw>bbj]j %lG'.-=xdc0'm:R7' .UQ58zx9G*O!zf)ۑrejyaŦՁ3w5 G֦If`>87zi` `<.c@Q=J%9fBKV8߮V,$8I ^w-}N2);Pk(5QO읕eq Gea 7` >&08-ٿ}zkm;j2b3XZm>[&vIFWlfk!@j_b}xlvy(i9X 慀a5cVV1x Ɍ apI*.VONxP& ]N\Vz]]krabIԇlgj5 ?<`ɍ$ Yk@'qq)$!g8nUDf!d~ΐQI) _ 9h%n<ʒX2ׁ33ҡ%g-1&%Q|onF#as#5">7+K~-`i#nEa. ^p[% LnIϜ=XRm-(LOa L9@@G}2_e84!ls盃\2^6WsXv)Mn~臫..L00 ZPoM %w/,(|mk ʞi7ovl@ån8,IZv6_2w/NGXZo7^?h K4 ~z/pS!PsG/Wv }J-ݛl-[.G(hyk5ިP[l)D]AgӖ~\,hj=^<wק>o:ʝls ae|0!` .NP:Y*Dva kqΊ#0sHw v;tQP1!n9)xX k $ t*Jg\t#yN6lEl{h芕XdE|c;M9qv)D;-gQ+%^Vp=ͫƜ>e3H=Q2,"ܥ>X{R*1sbFS6*{:~]y_*&g7;+m9f ԃ~Elj9GCN:6QZGEPĢ/PJt2yR-ȟ61{=/h>\yE.X$5"%Y6X$],LPVoi0YX!#O6p!S9՝SH"oEW,,g7D X$' 1~%#Pj:)şH L ]N 6DrU0uxDʔCjmVKFPTqBtQVu^6īrȊ߽4V dܸȆ4y'=7}GzQ.r3,}M~6v N(ʄ¹oZs۵ D5KܩT\D>Fx0{bҞd=l㳥Fл &Wi A(ɱ{0-n_|k˗1{'nEtN_JO hIYU'|%Ӵ7c:,}<<<J \^O4taZWTib z35E PGYd(kBdÝ~Y< Y;*2[I![>߀$ ;GvR"*uizl.e Dک{{P_1Cܑl[_%!NQKލRIxG,<֢bc dй#Z.7,5־Y+/}3epQЁh(Rۥ@H6%b u̥CΣîzE]G aV&8ݐS 9t }˺:fNc&6ӣc%}BbRu1'=Hwe'9Ge`\moa X<GҰE_g*szHwz\]>Btf }![ITqk3n gh" &TDE 0CQqZ]- w)nf/RfdLtU+М¢y'E$mY֝qN\]E/ٶ} 'WkX64912"TP|x>`]'UE"N5`~^x)!ӅM됭TPugI#Du:ɽ3/-iEO,GGG$j$C5m%lH%odŪC:rc*Qlq(&r5#Z^dWN&ӛW7g#*3hscUj2߱b6B5U-&MCr|u2vd 8}YOv*G~iWBbެGl&z޵,qP`+$hM]y@@ ĚV68 Oˋ$C_ZoMQBw̯eEw|bXw- }TCZV-ŲwsbNg|n<^]fnl+%I~oޕ&1 ?=sXu|C9*3-(Wkעzd`<\wנ`žh0͒ℿBF_GT7 r tNWi8}6oCK"~D.`ڸRة"es+(i$ QaB.>RB/A l* }v=Zo CF/6GkQ);!f*keR4c"[2{eͼ"xq>vԟ ;]=2Yg!5?IH Sz,Y7aq)giZO3`e3kb%0Y)p@+w]gY@*æ$D4Km+m6G͙R"-(3 %ys7zu<1#٘Ze6UȈRxW2}a+d(QS#?_dpC9¶Z5OՓ҄Zp(Nvj} g.I϶|+}iKp kfo^[lഛ1GBft&ў)iU&H˞Ղ?D)ӥi-6dF qjI?2V,*1ߜ`6nWzG19Yv/] XO v>P0T $Yqo_]7ۉwޅ |wxEۃ/)cƃ4Mۄz򌽶.)X%b T nO|րe=1;H441*UI u& ]]k5,. ]jQ(wHw/8Ҍ+%'t,nBY[uRad2\#GWC33N]7?JGִi  m~]<\1 J`^}{P~2q@#OZαƫ~^<%[B(YǙνK]^遼syI䛯x}.Ln=a0q~!J ;Y%Y 84qYFtrN4UKo¶!tTIGoTC Ye3D9~Eڒ?0 "m,p?g֫ LMK\jE[Β4^|1r 1]Ul&ΝYT49P>\Gn@t鷈坬ކ]*BjaW }[ӮY 0|ź-|$m uc4)KkKSaht@ "~{9ԂQK?ic2@02Z:p4  >H)|j Ա308y^dT£OxT,'uBN8B6W?E! e) VN- 2hc#vBjAQ\,A+E=GiGVVߋ`{߯tp:AГ6Nd3w~8].BhM应!_Y&\U)icSHޗfD : Qcy=?-;_j >C?sK}Uzk+u;a/.jf ^&-f OQSƖ8KMq_!b5Cr+X+֟F#wc;L_ >Eʘ5Tl{g;[uHBiD)[J]KM:[rBi<{(5].yϔIkXD>ʪ. a_mP +5y4;i?J׀7.tl7=HZ/28&([հi߬>+&_srO4soœjPDCKp\WpԤke%A'ީ{ $_n*NJJtx=l,xbʼn4BPb0_Z]T|  ~w‡߳_k>xLYc4Izcܭa\owS=w|\ ۾U88aWo\l$Ol\-VH>4|y=n/{fKf5 SghX1(t1/Jg˺%}BB" R@Y|/g5)=u$5o %CGO~. "1X:{\El~i(ǭ\ {ia& F LqESq ;шC?ܔP̘VFj %=C;Za$ $VEf?SYDŽ9:B^oz5ns18XY45IbҚm55d럺1jP4)UzN`LF6E!??cք1~itqErs=Tamt!v81qe )$jJx @iy5`3V|R9CyGQ4N%ս )ԟ}EW'Ǖ6h{ o>R3d-Y44,^GE4\΍EkJՐSD3np uAK5nGˬP_',T7Bl4^B?<["!L`ȸe!~hLbD%~tl@beƝ?&oHr\F PA,pSAͩ"VluF\τڵ( M FON$9LLJEaOZ!  âI/'vLqf.%їa&7<5BqA*ܯڕ̍0:q{/Q"qA$c5`9Yf@l.OI{vIwɩ^9Jˍ]ܹr2\!3?֥[$O}Cetx X7q)DE Q= ?iSQեF[$]wgFXBiQjmANSx:C*Ʉ$Z(xέx>[I'6~Ǝ0i;92ga 5 Uq쳢Zr)P/K@ubnCcVsKñ;vl ^4Tדuz*S3T|qhJ4X Y/~6)eAEű(/9\ LV%VgUXuo. 11&p8e$8fB26 ʻ LJH;62L8)|sYd褘X ۤP5D^Nn^Dp[b2l^<:Zp =ȣ1`I=P_jQ:1&ي]V)yIpGJl @g,rIQރG==%aK3|&,ԾPX|m7>E=tU璏ћ{V s$ ƈ|ӢK[QT$&nO пV|Mj9Лi&MǒǁU3*}0e[Չ|Jd #Pވ* CA-n&i`T!#w Ɋ3@*rUieiD۲ջx2-.*$B(9)doA>QpƣdX; 7;, ,ki,`ZCa?tEǠ/]5PPF_/qZM*]#)`ҠP4qdڱkM5ӫԅaBZ%[*dG K!꩗Q2lb / hE)a[<9D*a5 1ƈ})nw]Xos߻ 9yƷ>m"u ow/ WMxհ /e4B𢺼(w IL O <<^"]ވFh8f[SS=tܸwM MQ[)Ce=TW0D`ԩ\WB$^vEdӼNwԖp2a7#kSX:Ծ^!9tgTy_v;_<͑ O*E ș6+{'SWd]DN\R<\+筴ek@*e>!Zc':<{~KO} ?%H?qRjM#˗ʈb0o(!?[a 7G9?C,_e_m6d>wp1 ZUMջ~κ%]%\R?Iަ6l]r$_6BppBupup϶bmvۘNI|} `$~NJKMX\ o_lXz8?CV )-|GGX"\WRRAe\cNamR<'8Fj{Z:%_K|s&.;[;__jA$|ntT[XHcVQ;̓fGjd)_-I)c;ӔLu='V&xlg2 7ay"5c[j)޳ S[Dr*8Ъ.OzvEy\̀^jSz. Ѕ/̅0Ρo@vw3Ԗ(ae+L ̘%4:ݳcF6pB<,>:>UGT8"k ݞh33u18,a}X已xwI )8*d~N5;UʔAU7V C;K(T[Lꠎ9scWR_!pڳC77gbK /j~ƀD{ybBnk>M[Zz62ґ=OƥEwsg]!.vRv!i "F`ǷsEޔ!}&l4p w sbn4+SiJr^CJh/ dS ~U*+Ն\AMpK9Mx8TQn޳lmK&I]zpr}-CB]Ƒ͑ W͌z5J'b)NVēZPojQ4Ey)ApUMFɒ׼H~7]S?wEm+w1Z8MDG%{0QjLl|*xzqHb5$= hÕ*0R$w{P>4X+:[Au4-(q2L͸)RꭒGNHrp5-^רhyO(󽵙AC   ˽ ѫ=jH,  b4|puItP"tfzǣJ կĨN%P|?[[5.* VO+׼5^|T9dĔlWE'X94nАmɅ1 m^j R/k= NƆ92 ^6]a.|VS' n`OR/lLVcZo ̉Vt )DRg⑭5:Фz{qF[̐EغB~:g[/ɰua|wMq@GzmcB:uS䯪P'A0Q)0_` wFj^xhOJA]࢚-Rwn:oҋ߯w QjN_;﬒*r_Lg\di2JtBаӥgʡ Ct^Tb71ÜiîꪊKu&ng Msעvc[F#! Au/X[(o\$ԗ%M}_I(/ 8@5f\qOt§"𰎄6~ݶv]"dErN9# ͵^}q6vm]Pr5Ep>c~]xGLU[}HȕwtL㛊ydcypM W-LN~h#40ysΘ LE]Uy& mc;~ֻVS>R_)= nL4֊Cz2,Vdc/HRF6Ad= f̙  n:`)D)/S @-4YzW\3P ZWvJh.S=ș잌 *ƞza~Bvuj֓w-,H Aq'y`TW2vk K2a}FM=z }CE"=om2cv4؋|⭉s*sVM'ݒT#.YYnKrLj-=j AjjN{5X[̇ŇOMjYI;1 梽}ل3=yܞ}K1E5XJ[]r w9ۿUI=q?>\akr]M@zk-v~uɼkG9".^CiQٺ,|P$9v0L$7|\Ꮢ ȉ-sGݬtl`;q!R5Imnke%Y<22QOqvvY1"=wBD|d@:x]5_{BE薁!r~51 QCge 沟Ú~BԺ.&jjDOd>2`{mCGcޕ5OFFm/d}CJ!n 2mL(_T@z <% sV[ƩVD!}n!J; A];B$ ( Q?V^ؔcL (e +j 4GTp'$?q7MxI-?\ ulR߫/a%l!} [sm)}K7Wb!+z76ggl [^O}wt Z^YXA?]I33֭BkBtTVWM"&,,10.X핿WL]߲34Zf0ܲdX™UC" PGfRrCpˢa5pi1<#WWNΒ=V-Ⱥa׎9MTSHhoB V0xQm=KoLT7(7Wپ/g9d-Y=xYeqf*54=?FUq Z l3Ҧ֖EG ^t*|]T" yn? aQ]ӞQ[f1N4sdrCc]*o~;ޢ:9 Wm0"2D"+^U"80}#ɈPyh񛖀Q|Sf{7nu@[yK?U /Y6,Jf0Hlqhq("yL@?{9"R.Z|Nd]V䳆[K's=Y_ Vvh;gXcLD\+(CcpB xgmaP0J&"Y.=WXACȮk@3ԣc RM`6=~4 G|^ku3 X$<(KeeUpȶ8He $9ԃN]MCPK;(8,<n~O wcM ;8t6k< xdDT,7| B~^Dxe ż)Z!t\/]VZ]߉)Ms3+F^Z*l^>k/>`~c5>Ꟗ m+ SR>]68×]ÀR4*Znڕqc邻15V[L@k;˶\h&oN2Tph , CB4@|IDSu~*G(Fc5*}/Nw6yHd\bZH@lV(P{qEeUj `%HA+l{)?z0'ɰYxh;t`4NHҫ ϴ^ߊ$ " ^w mA֢ vpd F*]/V[{y]$I߈ڼ,ϋ=hf? ;;L'+Yު=XcK,v b@!쯡^HxVgMfg']{p`d (` s_HVpF]=CN>WFK$\˛mrrB^7`fGi!8[AC5F^yl.uk|f{8=^#}y|XܼȜ%^S2-ۆ*gRDg. d)ICTa\ xu>}R{HT_ ;ƨ29c&uYŖZ+YҠwI-Iʣ LRf~`:ӣc~hw ه 7/Fml1 hRMc K@/۴ʀ)N"ʁl7 +P̏.W?^Y|(pKaEU|kPR$Z>Fd-W6zte@ ÏcJAN&'F|>c[D* ; )lQsu9Yz2>0Q( m JB!͚woe ۲ fIW?*IfZhtWpf~ *aBOБh:Z/V2 L/;os=l{¯)̪p$m f}s!G>x6Qg%4]'35^Hc8+U'lsP6O,nS,Uei^zC[?>>LK"w1p]n'EK|]fYa}jDőts*h.`w87e "DOfk Ž}bO|g( 4` 3m;IP\LV<̪{7ݤ7h,L(͡l$`[| I}\>Mg%zp[nSԑ RUQqIJnF|n,MK3KԞ f%X/`Q$D8kf `E*oL= 0iuӂҏXM>e5)a+tʍjLARWX R,/A` lUa%DUI2{0^ʴf(e'SBT1/p_wxxDx-M! 8Oh^uߚ4"a xtΙ@L܄) \ YZ