postgresql-plpython-9.0.3-1.6.1>t  DH`pMa/=„osg>Bb{+>JS8Ÿ 컮.re6d*L cT]?3#q+~sed;Y^vX)>қGſ9BGI|O/X`Z9kNz?h)E^w< jֱSBgz&xGXoӿ/X`rd]yOP:@S`kH4@;Xm&54d1c07804162c997556dde8a15fd0ee732046fb^Ma/=„g48g?god " T *Idjp         L  d    , \   (8$9:BcJFcXGcl Hc Ic XcYdZd[d \d$ ]dT ^e bf_cfdgCegHfgMlgOzg_Cpostgresql-plpython9.0.31.6.1The PL/Python Procedural Languages for PostgreSQLPostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, and user-defined types and functions. This package contains the PL/Python procedural language for PostgreSQL. With this module one can use Python to write stored procedures, functions, and triggers.Mambuild23!openSUSE 11.4openSUSEBSD3c(or similar)http://bugs.opensuse.orgProductivity/Databases/Servershttp://www.postgresql.org/linuxi586 #l#J#'"^"" KA큤MaMaMaMaMaMaMaMaMaMaMaMa6e6e10fa30b8ad45652a124715daf2c689b559e96e8b9a3f0a4b4d1ac724c2c7483417c0addccbba4a6f3cc376e48b990de581861bff03cc55d1fe9c5563b6d8c3f221f1493ed587d0e294b91158815f88007ed9bb84617c853e64d116849dd82d6e3117168ece81581e3a3f8fe77a9e9267214ac48404e88270606d0f8eeff7794a63a8c3dd5f95705fa161c49ddc73b6722b18ebe8442318af72d509279fa5plpython2.sorootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpostgresql-9.0.3-1.6.1.src.rpmpostgresql-pl:/usr/lib/postgresql/plpython.soplpython.soplpython2.sopostgresql-plpythonpostgresql-plpython(x86-32)  @@@@@@@ pythonpostgresql-serverrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libpython2.7.so.1.0rpmlib(PayloadIsLzma)9.04.0-13.0.4-14.4.6-14.8.0MbSM_M] M[@MQ0@MK@Ls@L@K^KtKrK@K@KqN@K(K(K&(J@J@JmJ]JS8J{Iyro@suse.decoolo@novell.commax@novell.commax@novell.commax@novell.commax@suse.demax@novell.commax@suse.demax@suse.demax@suse.demax@suse.demax@suse.demax@suse.demax@suse.demax@suse.dejengelh@medozas.dejengelh@medozas.decrrodriguez@novell.commax@suse.depoeml@suse.depoeml@suse.demax@suse.demax@suse.demax@suse.de- provide postgresql-libs in the specfile that actually builds the libs package- fix update of libs- Move all of pgxs into the devel package to fix build of server extensions.- Move pg_config from -server to -devel to fix build of certain client apps and language bindings, but using pg_config on the client side is still considered broken, because it tells what got linked into the server binary not what got linked into libpq.- Remove unneeded PreReq from postgresql on postgresql-libs.- New version: 9.0.3. For the complete release notes, see http://www.postgresql.org/docs/9.0/static/release.html - Build libs and devel separate from the main package. - Build the PL subpackages as part of the main package. - Have separate packages for libpq and libecpg. - Generate the main and lib spec files from postgresql.spec.in.- Fix LSB conformance of the init script (bnc#658014).- Security and bugfix release 8.4.5 (bnc#643771): * Use a separate interpreter for each calling SQL userid in PL/Perl and PL/Tcl (CVE-2010-3433). * Prevent possible crashes in pg_get_expr() by disallowing it from being called with an argument that is not one of the system catalog columns it's intended to be used with. * Fix incorrect placement of placeholder evaluation. * Fix possible duplicate scans of UNION ALL member relations. * Fix "cannot handle unplanned sub-select" error. * Fix mishandling of whole-row Vars that reference a view or sub-select and appear within a nested sub-select. * Fix mishandling of cross-type IN comparisons. * Fix computation of ANALYZE statistics for tsvector columns. * Improve planner's estimate of memory used by array_agg(), string_agg(), and similar aggregate functions. * Fix failure to mark cached plans as transient. * Reduce PANIC to ERROR in some occasionally-reported btree failure cases, and provide additional detail in the resulting error messages. * Fix incorrect search logic for partial-match queries with GIN indexes. * Prevent show_session_authorization() from crashing within autovacuum processes. * Defend against functions returning setof record where not all the returned rows are actually of the same rowtype. * Fix possible corruption of pending trigger event lists during subtransaction rollback. * Fix possible failure when hashing a pass-by-reference function result. * Improve merge join's handling of NULLs in the join columns. * Take care to fsync the contents of lockfiles (both postmaster.pid and the socket lockfile) while writing them. * Avoid recursion while assigning XIDs to heavily-nested subtransactions. * Avoid holding open old WAL segments in the walwriter process. * Fix log_line_prefix's %i escape, which could produce junk early in backend startup. * Prevent misinterpretation of partially-specified relation options for TOAST tables. * Fix inheritance count tracking in ALTER TABLE ... ADD CONSTRAINT. * Fix possible data corruption in ALTER TABLE ... SET TABLESPACE when archiving is enabled. * Allow CREATE DATABASE and ALTER DATABASE ... SET TABLESPACE to be interrupted by query-cancel. * Improve CREATE INDEX's checking of whether proposed index expressions are immutable. * Fix REASSIGN OWNED to handle operator classes and families. * Fix possible core dump when comparing two empty tsquery values. * Fix LIKE's handling of patterns containing % followed by _ * Re-allow input of Julian dates prior to 0001-01-01 AD. * Fix PL/pgSQL to throw an error, not crash, if a cursor is closed within a FOR loop that is iterating over that cursor. * In PL/Python, defend against null pointer results from PyCObject_AsVoidPtr and PyCObject_FromVoidPtr * In libpq, fix full SSL certificate verification for the case where both host and hostaddr are specified. * Make psql recognize DISCARD ALL as a command that should not be encased in a transaction block in autocommit-off mode. * Fix some issues in pg_dump's handling of SQL/MED objects. * Improve pg_dump and pg_restore's handling of non-seekable archive files. This is important for proper functioning of parallel restore. * Improve parallel pg_restore's ability to cope with selective restore (-L option). * Fix ecpg to process data from RETURNING clauses correctly. * Fix some memory leaks in ecpg. * Improve contrib/dblink's handling of tables containing dropped columns. * Fix connection leak after "duplicate connection name" errors in contrib/dblink. * Fix contrib/dblink to handle connection names longer than 62 bytes correctly. * Add hstore(text, text) function to contrib/hstore.- Security and bugfix release 8.4.4: * Enforce restrictions in plperl using an opmask applied to the whole interpreter, instead of using Safe.pm. Recent developments have convinced us that Safe.pm is too insecure to rely on for making plperl trustable. This change removes use of Safe.pm altogether, in favor of using a separate interpreter with an opcode mask that is always applied. Pleasant side effects of the change include that it is now possible to use Perl's strict pragma in a natural way in plperl, and that Perl's $a and $b variables work as expected in sort routines, and that function compilation is significantly faster. (CVE-2010-1169) * Prevent PL/Tcl from executing untrustworthy code from pltcl_modules. PL/Tcl's feature for autoloading Tcl code from a database table could be exploited for trojan-horse attacks, because there was no restriction on who could create or insert into that table. This change disables the feature unless pltcl_modules is owned by a superuser. (However, the permissions on the table are not checked, so installations that really need a less-than-secure modules table can still grant suitable privileges to trusted non-superusers.) Also, prevent loading code into the unrestricted "normal" Tcl interpreter unless we are really going to execute a pltclu function. (CVE-2010-1170) * Fix data corruption during WAL replay of ALTER ... SET TABLESPACE. When archive_mode is on, ALTER ... SET TABLESPACE generates a WAL record whose replay logic was incorrect. It could write the data to the wrong place, leading to possibly-unrecoverable data corruption. Data corruption would be observed on standby slaves, and could occur on the master as well if a database crash and recovery occurred after committing the ALTER and before the next checkpoint. * Fix possible crash if a cache reset message is received during rebuild of a relcache entry. This error was introduced in 8.4.3 while fixing a related failure. * Apply per-function GUC settings while running the language validator for the function. * This avoids failures if the function's code is invalid without the setting; an example is that SQL functions may not parse if the search_path is not correct. * Do constraint exclusion for inherited UPDATE and DELETE target tables when constraint_exclusion = partition. Due to an oversight, this setting previously only caused constraint exclusion to be checked in SELECT commands. * Do not allow an unprivileged user to reset superuser-only parameter settings. Previously, if an unprivileged user ran ALTER USER ... RESET ALL for himself, or ALTER DATABASE ... RESET ALL for a database he owns, this would remove all special parameter settings for the user or database, even ones that are only supposed to be changeable by a superuser. Now, the ALTER will only remove the parameters that the user has permission to change. * Avoid possible crash during backend shutdown if shutdown occurs when a CONTEXT addition would be made to log entries. In some cases the context-printing function would fail because the current transaction had already been rolled back when it came time to print a log message. * Fix erroneous handling of %r parameter in recovery_end_command. The value always came out zero. * Ensure the archiver process responds to changes in archive_command as soon as possible. * Fix pl/pgsql's CASE statement to not fail when the case expression is a query that returns no rows. * Update pl/perl's ppport.h for modern Perl versions. * Fix assorted memory leaks in pl/python. * Handle empty-string connect parameters properly in ecpg. * Prevent infinite recursion in psql when expanding a variable that refers to itself. * Fix psql's \copy to not add spaces around a dot within \copy (select ...). Addition of spaces around the decimal point in a numeric literal would result in a syntax error. * Avoid formatting failure in psql when running in a locale context that doesn't match the client_encoding. * Fix unnecessary "GIN indexes do not support whole-index scans" errors for unsatisfiable queries using contrib/intarray operators. * Ensure that contrib/pgstattuple functions respond to cancel interrupts promptly. * Make server startup deal properly with the case that shmget() returns EINVAL for an existing shared memory segment. This behavior has been observed on BSD-derived kernels including OS X. It resulted in an entirely-misleading startup failure complaining that the shared memory request size was too large.- Use %configure to pick up the default directories (bnc#600616).- Security and bugfix release 8.4.3.- Disable GSSAPI, XML, kerberos and make check in OBS for SLES9.- Fix build for SLES9- Fix package descriptions.- Security and bugfix release 8.4.2: * CVE-2009-4136: Protect against indirect security threats caused by index functions changing session-local state. This change prevents allegedly-immutable index functions from possibly subverting a superuser's session. * CVE-2009-4034: Reject SSL certificates containing an embedded null byte in the common name (CN) field. This prevents unintended matching of a certificate to a server or client name during SSL validation. * Fix hash index corruption. The 8.4 change that made hash indexes keep entries sorted by hash value failed to update the bucket splitting and compaction routines to preserve the ordering. So application of either of those operations could lead to permanent corruption of an index, in the sense that searches might fail to find entries that are present. To deal with this, it is recommended to REINDEX any hash indexes you may have after installing this update. * Fix possible crash during backend-startup-time cache initialization * Avoid crash on empty thesaurus dictionary * Prevent signals from interrupting VACUUM at unsafe times. This fix prevents a PANIC if a VACUUM FULL is cancelled after it's already committed its tuple movements, as well as transient errors if a plain VACUUM is interrupted after having truncated the table. * Fix possible crash due to integer overflow in hash table size calculation. This could occur with extremely large planner estimates for the size of a hashjoin's result. * Fix crash if a DROP is attempted on an internally-dependent object. * Fix very rare crash in inet/cidr comparisons. * Ensure that shared tuple-level locks held by prepared transactions are not ignored. * Fix premature drop of temporary files used for a cursor that is accessed within a subtransaction. * Fix memory leak in syslogger process when rotating to a new CSV logfile. * Fix memory leak in postmaster when re-parsing "pg_hba.conf". * Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries. * Fix bug with a WITH RECURSIVE query immediately inside another one. * Fix concurrency bug in hash indexes. Concurrent insertions could cause index scans to transiently report wrong results. * Fix incorrect logic for GiST index page splits, when the split depends on a non-first column of the index. * Fix wrong search results for a multi-column GIN index with fastupdate enabled. * Fix bugs in WAL entry creation for GIN indexes. These bugs were masked when full_page_writes was on, but with it off a WAL replay failure was certain if a crash occurred before the next checkpoint. * Don't error out if recycling or removing an old WAL file fails at the end of checkpoint. It's better to treat the problem as non-fatal and allow the checkpoint to complete. Future checkpoints will retry the removal. Such problems are not expected in normal operation, but have been seen to be caused by misdesigned Windows anti-virus and backup software. * Ensure WAL files aren't repeatedly archived on Windows. This is another symptom that could happen if some other process interfered with deletion of a no-longer-needed file. * Fix PAM password processing to be more robust. The previous code is known to fail with the combination of the Linux pam_krb5 PAM module with Microsoft Active Directory as the domain controller. It might have problems elsewhere too, since it was making unjustified assumptions about what arguments the PAM stack would pass to it. * Raise the maximum authentication token (Kerberos ticket) size in GSSAPI and SSPI authentication methods. While the old 2000-byte limit was more than enough for Unix Kerberos implementations, tickets issued by Windows Domain Controllers can be much larger. * Ensure that domain constraints are enforced in constructs like ARRAY[...]::domain, where the domain is over an array type. * Fix foreign-key logic for some cases involving composite-type columns as foreign keys. * Ensure that a cursor's snapshot is not modified after it is created. This could lead to a cursor delivering wrong results if later operations in the same transaction modify the data the cursor is supposed to return. * Fix CREATE TABLE to properly merge default expressions coming from different inheritance parent tables. This used to work but was broken in 8.4. * Re-enable collection of access statistics for sequences. This used to work but was broken in 8.3. * Fix processing of ownership dependencies during CREATE OR REPLACE FUNCTION. * Fix incorrect handling of WHERE "x"="x" conditions. In some cases these could get ignored as redundant, but they aren't -- they're equivalent to "x" IS NOT NULL. * Fix incorrect plan construction when using hash aggregation to implement DISTINCT for textually identical volatile expressions. * Fix Assert failure for a volatile SELECT DISTINCT ON expression. * Fix ts_stat() to not fail on an empty tsvector value. * Make text search parser accept underscores in XML attributes. * Fix encoding handling in xml binary input. If the XML header doesn't specify an encoding, we now assume UTF-8 by default; the previous handling was inconsistent. * Fix bug with calling plperl from plperlu or vice versa. An error exit from the inner function could result in crashes due to failure to re-select the correct Perl interpreter for the outer function. * Fix session-lifespan memory leak when a PL/Perl function is redefined. * Ensure that Perl arrays are properly converted to PostgreSQL arrays when returned by a set-returning PL/Perl function. This worked correctly already for non-set-returning functions. * Fix rare crash in exception processing in PL/Python. * Fix ecpg problem with comments in DECLARE CURSOR statements. * Fix ecpg to not treat recently-added keywords as reserved words. This affected the keywords CALLED, CATALOG, DEFINER, ENUM, FOLLOWING, INVOKER, OPTIONS, PARTITION, PRECEDING, RANGE, SECURITY, SERVER, UNBOUNDED, and WRAPPER. * Re-allow regular expression special characters in psql's \df function name parameter. * In "contrib/pg_standby", disable triggering failover with a signal on Windows. This never did anything useful, because Windows doesn't have Unix-style signals, but recent changes made it actually crash. * Put FREEZE and VERBOSE options in the right order in the VACUUM command that "contrib/vacuumdb" produces. * Fix possible leak of connections when "contrib/dblink" encounters an error. * Ensure psql's flex module is compiled with the correct system header definitions. This fixes build failures on platforms where --enable-largefile causes incompatible changes in the generated code. * Make the postmaster ignore any application_name parameter in connection request packets, to improve compatibility with future libpq versions. * Update the timezone abbreviation files to match current reality This includes adding IDT to the default timezone abbreviation set.- package documentation as noarch- add baselibs.conf as a source- use find_lang to package language files correctly- Security and bugfix release 8.4.1: * Fix WAL page header initialization at the end of archive recovery. This could lead to failure to process the WAL in a subsequent archive recovery. * Fix "cannot make new WAL entries during recovery" error. * Fix problem that could make expired rows visible after a crash. This bug involved a page status bit potentially not being set correctly after a server crash. * Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer functions. This covers a case that was missed in the previous patch that disallowed SET ROLE and SET SESSION AUTHORIZATION inside security-definer functions. (See CVE-2007-6600) * Make LOAD of an already-loaded loadable module into a no-op. * Formerly, LOAD would attempt to unload and re-load the module, but this is unsafe and not all that useful. * Make window function PARTITION BY and ORDER BY items always be interpreted as simple expressions. In 8.4.0 these lists were parsed following the rules used for top-level GROUP BY and ORDER BY lists. But this was not correct per the SQL standard, and it led to possible circularity. * Fix several errors in planning of semi-joins. These led to wrong query results in some cases where IN or EXISTS was used together with another join. * Fix handling of whole-row references to subqueries that are within an outer join. An example is SELECT COUNT(ss.*) FROM ... LEFT JOIN (SELECT ...) ss ON .... Here, ss.* would be treated as ROW(NULL,NULL,...) for null-extended join rows, which is not the same as a simple NULL. Now it is treated as a simple NULL. * Fix Windows shared-memory allocation code. This bug led to the often-reported "could not reattach to shared memory" error message. * Fix locale handling with plperl. This bug could cause the server's locale setting to change when a plperl function is called, leading to data corruption. * Fix handling of reloptions to ensure setting one option doesn't force default values for others. * Ensure that a "fast shutdown" request will forcibly terminate open sessions, even if a "smart shutdown" was already in progress. * Avoid memory leak for array_agg() in GROUP BY queries. * Treat to_char(..., 'TH') as an uppercase ordinal suffix with 'HH'/'HH12'. It was previously handled as 'th' (lowercase). * Include the fractional part in the result of EXTRACT(second) and EXTRACT(milliseconds) for time and time with time zone inputs. This has always worked for floating-point datetime configurations, but was broken in the integer datetime code. * Fix overflow for INTERVAL 'x ms' when x is more than 2 million and integer datetimes are in use. * Improve performance when processing toasted values in index scans. This is particularly useful for PostGIS. * Fix a typo that disabled commit_delay. * Output early-startup messages to postmaster.log if the server is started in silent mode. Previously such error messages were discarded, leading to difficulty in debugging. * Remove translated FAQs. They are now on the wiki. The main FAQ was moved to the wiki some time ago. * Fix pg_ctl to not go into an infinite loop if postgresql.conf is empty. * Fix several errors in pg_dump's --binary-upgrade mode. * pg_dump --binary-upgrade is used by pg_migrator. * Fix contrib/xml2's xslt_process() to properly handle the maximum number of parameters (twenty). * Improve robustness of libpq's code to recover from errors during COPY FROM STDIN. * Avoid including conflicting readline and editline header files when both libraries are installed. * Work around gcc bug that causes "floating-point exception" instead of "division by zero" on some platforms.- postgresql-8.4.0-sle10-timestamptz.patch added, and applied _only_ on SLE10. It fixes a build failure due to a test case that seems to be confused by daylight saving time in the time zone that the test expects its result (PDT vs. PST). Since this failure happened only on SLE10, I assume that the test case isn't broken, and some peculiarity on that (rather old now) platform is to blame (possibly too old timezone files). Also, the testcase is checking correctness when converting timezones > 32 bit, which actually seems to work.- replace "ident sameuser" with "ident" as auth method for the initdb call in the init script, because the former doesn't work with PostgreSQL 8.4. With the generated pg_hba.conf, PostgreSQL failed to start. Added note to the upgrade READMEs. [bnc#522375]- New major release: 8.4.0 - Improvements include: * Windowing Functions * Common Table Expressions and Recursive Queries * Default and variadic parameters for functions * Parallel Restore * Column Permissions * Per-database locale settings * Improved hash indexes * Improved join performance for EXISTS and NOT EXISTS queries * Easier-to-use Warm Standby * Automatic sizing of the Free Space Map * Visibility Map (greatly reduces vacuum overhead for slowly-changing tables) * Version-aware psql (backslash commands work against older servers) * Support SSL certificates for user authentication * Per-function runtime statistics * Easy editing of functions in psql * New contrib modules: pg_stat_statements, auto_explain, citext, btree_gin- Remove dependency on local posixrules from horology test.- Security release 8.3.7 * Fixes a vulnerability that allowed remote authenticated users to cause a denial of service (stack consumption) via mismatched encoding conversion requests. * Details of the other bugfixes contained in this and previous releases can be found here: http://www.postgresql.org/docs/8.3/static/release.html /usr/share/doc/packages/postgresql/HISTORY - Users of GiST indexes should "REINDEX" them after installing this update. - Re-added libpgport.a to the devel package, as some apps require it, although it is meant to be internal to the PostgreSQL backend. - Fix removal of leftover files on database startup (bnc#473644).postgresql-plbuild23 1298248045@CbBCYCZC[C\C]C^C_C`Cadeesfritjaptrotrzh9.0.3-1.6.19.0.3-1.6.1 postgresqlplpython.soplpython2.soplpython-9.0.moplpython-9.0.moplpython-9.0.moplpython-9.0.moplpython-9.0.moplpython-9.0.moplpython-9.0.moplpython-9.0.moplpython-9.0.mo/usr/lib//usr/lib/postgresql//usr/share/locale/de/LC_MESSAGES//usr/share/locale/es/LC_MESSAGES//usr/share/locale/fr/LC_MESSAGES//usr/share/locale/it/LC_MESSAGES//usr/share/locale/ja/LC_MESSAGES//usr/share/locale/pt_BR/LC_MESSAGES//usr/share/locale/ro/LC_MESSAGES//usr/share/locale/tr/LC_MESSAGES//usr/share/locale/zh_CN/LC_MESSAGES/-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:11.4/standard/7ead9d4ef77f9ce9195d524871c92a44-postgresqlcpiolzma5i586-suse-linux"s?] chg/UZ9qڐҏLSt/\mn,\_Bɡi)g렘,k pY'PЊM `]7>Qq@XgX&̀ЭfZq(f-U3{hmҿ$;1N@L^#8O)WHf<ָNL3O -([ ݞCWEz5>y8]b=?Los&{Vr~.1/mlA07X1 6$G i"C0b=S=v< #dA4GXة6vxXp}+3iډ 1azH xHg"y8>E|j;t^ \LK\L",!7B e E\]Fgϛ#!,(4F<6q=Q>vv{Nr l)\.pT>Xvf=VU'ݹBB%ܼw/qY۪# zL(RAa 6D9 ɠ1JU2EaP}Ldt:1N$  R)~pl庘ǫ60 GD8'bޥ࿑T Vrّ}0fRσGù ^atN'o[%̧uĂomD2WpiW8`>BK2 o p8@}ߔ ,J[۷$ d+Df<@ACM?ӺC<yV馜X6VyT}3q* Ɣ;P%`{@jU[`ͅJW\ޓ܍;u#帴`ֺCN\7o'8vFI''Q#-a@v|+L9yt;:pB5A*ݜ/y^n*Nd[>fb`yU(mN%FKjv}]fGI`SW 'tJ4YI 2 sfk%4Sw U,2HS?+b]jT9Lz߅:&%A * 'HdœJ!O7W |a1nXU"v t;y'=hږV1ݵ dWLngflՔ&q5b][3qa\ta]/iIS gUmq #țPF Xm'BJvgPOCgc7{?K iD雉Zl2q+pwF,نtǑӟCuYiv`N:2($ti&(̸g=*N,l"g <>Q)Xuf"1T8|Xp! x! \M,l"ub|xle1.ٮb8,RgnQ񎂬z"℧,RG]Di٩Plzpi% ԃ)(:{]ܛ ڰCl?n"X%۾Rۜ!`֙FcQ]08P-4**f"HY)> gZUf\r- !ku+yC "¹nZ;:06Ҏ|:ci6̀TPօ[i=b;k]kL{˰п$ yU@Ivr V"Sv=)&#ݕprO}gu}@r~i3 t{~@9=wiK ǸSon9 A3Ҋ%]>yj@VY3N-(px3. e;eml=$e<y\&Ki d[%Sq_s`Qoݫ5}QG 409"3:6B'H1^?:ʞ'zJ4BE* }(+qBTJ0h1d4$tғvVAk_eAACM(sq25va"~6wl}y5\6R[b)J.:;V6$? "\ |N쓔ɚ (ʚxflPu>1yQ 'RDЎxֺ9-1(]1dD߀,0 w}+,|}R;8 _oԂCif:[SbĢ6m^G2psY@ۃC:ɻ6m:*2ˢ若G_qe>:u_q@R1٩fHgB9!4>Rt~hh#Q1œ!N||\d(BUQBP3Z8tѧzl6q ;!jH!矢6wkpGTLa`1oDnt3cz-3uj'gU2Ҏ83Z:O܄W*K/yĦ2MA1$nj5e2AsUΘ uZ7J0;۶yIr*%}g]IbnE&,fE;Fֱů(GҴGp]!f}PrnwA3^c?Q[G!ee2 C MqEc^AK@&uG,WG)XsYƣ{C9.)^?P] QN:>Jp VkTiVvW:y^{L󒪳,7}H3s-:6r<<-âc]$qDz󁥨7EBH L\a%F1?")miY"^3XPkdbAEp>ƾ&\f,<'2B3O&}W5ʑj2-Ffl!NѺ2]hT얤zw:KɡLѹ_AX wWi/\Rv$ :g\-`j׾^0cN]m˽zKz_ 9v ÇAYIR4HY]2>;eӦqץiD -ŋæMZ6i{Um|hl4 RHP>2] ,- b7sM 4NZubIpk6FlհNJJ' tr"KHV$6`0`8)`F;zط"J\EEZՇVS^Ŭ3 _KH}Y9H-L 3M30!9B/U65SqR+m0[8Fr{lj~imFGjQMgd M:k"dVΠicTr\d['o߁Cf}2-!g=yl?c_'= yMbG_;QY+#=*Yx%]-NsZ%GQnÑCu0dC=jyC}?d&9@* _C𐃼{f4sc⺯O QrFfch$%ߟ }Wd]^+yILu~9s䈳C‘6ʵ9.>+O:5YMR3=QA2`B#]9@`(A[w37߿CFZv,&wӇ,~涴tCe(Zu| L ==SwfDM)$0sٍtZh[?woݥvi(>nu/'^9R<|NᅕKxd1  ~L:nV] y\h78K%DEe :M:ki*(Sy GQҘ}5P-Pnwq~gn!u :#As0C>Y`toJ1nGAzY"I,D0l ~v_ PJtMp˅v!0fNjW@CfLGIsYapxT֊51*!dᴨ|pW&b[|TO) P%Sxՙv7`b- =|SdeylpàG ~ѻ|F&!G=[0Ior~f?Tb[RXQGs79 J*l,GȿTyzk;oH3f8G&9*ߙ޾ezةZJNgtNuֆg+Dʛnz(D`Ꙓ/b:z̒ .ɓ=M꿈!f~:xҡ bZY8,0CJfѹkKwiNjk;ܾu)Rס 1EƐ=]Y-(//%\O+7Lmmla@?;rTɀ:g+͒ g}I@ګtl#M .fRr)=w YbLx}^xAQ?f#k)*] 0S2 ߫ ?6iȦ[1/|y֥>zdB=W!y!?Ϛ<& B( zIE :>};)(t\ٶ_诵Ch{RCI!4̹2po#;\v{\ (.?Ghem~zdx]'8Jy͈a՝h}$;5O(eƔuzrqw4FzGC0.}. 0[2ZA(hpI܄x~m>HmMSOr+ZFh $AS 5)mdKfxה]iYiƱ,7{\kpcѷY W9~3f=(bHO-肼L [`whm1,B#R^TeM6n}[q ՗/-+^H+;&YNxoof k ][ɮz᪇IsWa;{LӃ .QOh| Nsewa ~LA$7-TaqyS20F͙dfDinH3szJтҩey:.+Qx/] N`Jan^j@+)|Xkz了[qlMDFp/=񮧘|3 c] o񻦪[*;j! al Α.UJcӷ^IE*hmޛ1dޏWj]'H[D}"ۖ]* Wc9YJ3N(aU Ҳ ˃ u$@@dGm[3 ptk+TMPg\ij\⭔Rۀ-8Hɚxp#|p"1%O05*{ZЀnqYa(ex9Ć*NS5\I(^6lp>X-(m  o!i 5j, 4qԆ9h$ıAS#, {e._]5-0Q_6;LGDƆ;Đ2_wa/U 'YVWC'f䉜(:tr/hA\r뺞igYq=8.dSfOaRSIB Kn=MNnn󠅖:{U}D~8 ~Uyzh~ۏxg|tEs3ظ /`OΠ}#q(oézOXȏq~K.UQK]s},N)bzՁ~˓n܄u;[@)R~Quv2(}B!ph71O8 6D[%?!-j9;#ODԙ- /0 6)}TfEN7 {;=&,8 xDj')>-~!:5#Pv>_wlh5HzՈPu߭Iֿ_oG 9{fWeXθq0w 8 y;23qaA>@E_ BI=;68ޤ7r 4tx7ݺ?Dm(kch."UhuvގpfoהrsxpvF|}hh7Ս'Inzg"בx(%Ҿ[z'zߤG~D'O=gr8V 9+Ep);"|/?K ǫ3Hs0 AF|",v.fP@Ma_T,5@#;FTkW:9u*Ҧo];! IԡxW8NXdc󛎎s.Ib=$ibټ׍xVۅyLTRNa(w|+Ni75q9Eb&gS3ryكx8v(Mqb:ÒCO!>%lO7^1Y^%-zX)Ĭ 79SLT]jW\~ ":b{\O=~Hb Z(}! 2d:g"-Om"9$k&SG-B~}j9䙢 y(p){VX9_:]eVE=CqA?hRwLRvyj~cj%?=y48ش3AċjG08`1lyL1 &-J9W0?I%TK;s6YdlpOOxd#im-È'Ʌ,y禳s vT8aFIp\w+˧/v(ǵmg^Q }_7x]`;PFWWc63 LK˒gJBJ:Xay.g焵 .>?魈0ՊB71ZTl^y:%_ zx;Τi1JI>kY9,ܒb&aix~8ɛ|8G"hc w@<'-i$`8ij~F=JUh҈=$;@ffRt䧗00 8_;dT' Y$ؓ(,SJZ]7.i!KZj(pb3t u.2mh+/9&_y0چЦ^MfxicwƘ}%x`{wI\{kXQqhg~4wQ)5~nc&lTP; Ñ`3A4;Fhى2M0|?1/Tsk%EKU$'s^1z[+ba"Z\}H ¥d0G gŴݨ@tZc=YuQ[ !da m+5엛 e;YNY%'Atpvxɯ ڈ:!X<%q1T>gEA׷J{bIc+#Օ[d'7_?N448+\0N9#Q1OKujQ>N\A-)tA)KXDq!D䂉>*8(жh%Cp;Sc`mw"ayIIGIk|"6>Ӏoߚt?1k`,D#k$tvRlY<*el*9 Y544X${AN(dh}i'_*.s|~+Zrp btVZU0K4ŕhy&mn秳;tVx d %Wj3P40q {F՘B?cvtYg1cd9:lP#O9iM3@@ZrBșߧ2ڱhD>ݙB .5uxCW!? 9D~)v61cC )e{ecPTlj=9K7_R$fjRs>ފ(VGbbx$FW 9N$Q.DPGs,Qr`32^~ &€ M[Qdۖ63ޠPxvN>1}-Ar.ȎH~6I 4045HP/LISz_t2gP'm?@KЕ02(«4mmOyWbrkIz{a5ͺ-Eh'FRhU)q|Ko EL,X(=hcKDqܛK 3*??* ,DAǼ llhVQjѥ^6:q+V0Q<6HUFy> EzdM[*[lb &vt ؊Y[=,o:si$t92y42=9g *`\ba#Q_7-g ۩RSߣ! Ƭ٦fPLHHi %sTdfY\!C%`:;oz B_u"rf^$zDk ,F{Qv\2̍.[{:E lW~ T h7|N[icޕ>M7^);JDhB:<8xbˋl+6e.#͟LဓyZ2X@u/^ʋe8]{@n>:v-oJ~>gZ/\&М mG"tmi@^j|^߬Ho1bzDU.Z\Aw0)I0ܣz`|s2꯿{suOfȝ2۲'*تY \9Eo Ȍv>!&{ӣ^lrq?S:֞l#!'ݮ5xgBfL_=8@o}uHEy6c*ك|_rn<"p2H[ϿAY] :]dr)Ph_χ.L۩_Z+BDJAֿM6Ge@p 'O(.8V1BF4oXm}-0F dG|Uy #,H"RšsAߨc!͋Gꘘl"!-h fu/Yj?6d Ɲ3W*cWA !?7n!.s9ѣ 5D8e" JBe4vy9L'WzCPKJ;1mĩ!J>F/B5Q6b6J!vcl=Eu JC;܉wXW@ңi(El?E%W.g7"jgvvO.Raz~R#dCW!6'ĵJјޅZ%v}߰nWnF۝KSqP:%sF ֱ-]j.+ϧN,F4$йKIO$u9 M_̗f=XЙ`4~O򶭋It(ٽT-JɐɬI{o7o1c"nY,_6^8j?00/iFM+Iӽ<XE=R wBf]Jy+j`ug٫J!?#W{E*OH#(/ZyfYP}xŌ3$mY#҃К:v:5}2)cUYM OF-6#VoQBj,ƫFM!R `sϧNq[tb N›k׳]ZuCtR}`S')e0ʤRCk8k ۛČ+ix",=,N8hW̬}H/j] \aǖ命a~UⱚV׍}j LZ8dЫ'txVAY>p+)|+2%t֐򢸙 S2a=) ̄oixd@MVOIC%QV}b߇i97xֶQ9jB=:M4v@o+HƬz3WӶp.Fǻ`ca#WN".k+IϜٮ}G7Ӛaʆ^`|.~b(:])/{76L.ޫ}+˾U&~V-?H1 G6ƄO*|LijLYg89Z߉d𡬘m'A fPFώt \5 ׭%kͧNtwY.m]yF9z*T4M㴋L%qk~#>8}~uQҫdžJLr&{Ն;@ SrVR޾qɴ+ <:nL3 [ rcw:@E@&V^2ooܷ S2[ 9Zn[~#[ˢN݌K#`\0ňlb[kS^ͯt^eڽۙ5y_WA#%Sǧ:ǮÒ+`/s`AAdd^rv&0~޹[h0G;iZPznXW#8 aq/բdit?&:2Mt I;,\I3?2Qt?&#j34Tޔ^u /Es3Ow+6?r[KLis)ebn]q~S+`݀p<^id.;Q=͌n܏:8&Z\ˇPuYQd*˩gb 3-8 %s?:j*a^-ej}ᦚvloBMwhλ6D:%^/ CC4_%o 9XQu rgf}hnQ_Zr#fXU~+YqjU>2t}jIMwW*]ˤx2>ޡS8O yI_퀅u KzG R~1Ux*#/sX&ԠTK|Z[ֹm/Cw׸z'y doaݺĂG7mbfQH<>rC)eGЉ4딑I*ꓲZ*\=f}|zyڨrP(,FB1?%z5{lTLh#V'I{;p-Pz7 B͙2-4G,K^iRi;"uI嵔|rķ̢e4\ 7:t+!pnA[0zqvH> 4-Yj9Oi-?5I5ĩxOTJ:@_VIzFe"1P'^"sOgN}8ȓV 8 B5Zg֧^+wOT&? g Ʒi8^*xu7 ps"E\\ g:eR01Г6^t׌.O.nmvN=] ˷*5TN^8Yeal odЉLX(EQ+zRQ0.%cok EA5=~{ǀLZ«Gÿ%Cùjv \:Oоj"^,̷W GZ:ܻY?^N|uґJt|)+޼9N^ayۑ[3QmW$/6ԟ0)on Wl;˵ L=`Nw;)) }[ef;>I])#a9C#@^)>r:.L$3Hlq%tF[w e@*1!\꿲LW'fESvIQ3 B}_f T.8{ xXꎱ`/+Ezy;Mk";ѭ()ńRi(֘SZ/CpNICKbA|m[2Q=yQȥ%?tZ D3ziiF +K-x洍OAtc!W@ K$rnc 6JX]G{DW cUZ˄Z0)^,ʨ8Y(>!QA% ouoЩERi1ܐhUΙDO$VB {T$~} hp5i ?QlD0D=QYsNl,bm`\ʚRb13n㒋ɛE$b0ڑ$Ardzd"CRia~mqKRk4#NEAC6j+F"lOlKȐav=M-'9Q.ںz;??{{LI: C* Mz068 GXO;dxj3 EX6;c<}[>SܪuqN!6sk{7pGC"Z-w}Om7B%rlv!K?l7ے9"c9$)le¯@rE@kv4+Bcn*Q.Ǻ&Ѭb[QcwK(HicuNtk_:>9Q h+;θRj,HSꛧ.~n6tO+(h Nw((~[tRv2<,lSKCBߟ|{b:!;>o(;Q$_`o K5P'1JAlƝ {c_zd&)%cp]o38PyXcAi!y$MUUHԻgs)˼t8^SM[O|m20-fku߆emdV@י^܀@?E-ڴ3$ՆޭI%[rj-8y?(~3>zÓF|@$zHaS:zj+\wkBש:g5:Cl<XQX7`YI X7[s(#p߉YffG8s^2I;Ӌ=rM"ƲJ xՀ&.\RARs(gEʳTN V fiHR%c%_+r)fǝՕr"Ϧ_ >rHo؎(JV3ϯ詬m)%a+5H-4oUrEޠ pQ[Җ.]{XO N)7.Y[ܵx|,^ Uv߸1[hO \5Hc؀D5f~R8/eΣ/5pUYp_0(:&C>%㑱st}lY36C"(ԒXjoK&8cx;F%n5E0j-$N+cv6gLQ\)>6EaMվAd1\sO滹Na]T`* ʧMBIhoEџЏrtbwi3E24^9FҺq ^gg b@ y7[px4blTc(-ggw)^S>ʰ{)Oj-FLOqL>%?NHvU47.xʦZ0pbܷ1ܡw]1%Uc }H(5"p"0噾ؤ#my>4en*ۮ FFygً:S8u/A-z׮ N<4xyYD}T6m Ʉ6 p&kR5Bh^3 4‡oFo\Ԅ-G Z).PU͹sPtmˢTBQ1{z| Y5J'(p$Ǐ"AShM!ê-B5Qi9(t6ݭ${,G @52fܜz{e6b>GsFޞg< w3>=[m(JiS[{3 ()WUfFtFȩI=/}3i'KRzg уg` H,EK'7h: UDaڶFܟV9kO]0׽aCKet> jy9c2` >dRvB 0?iʞ` UI e* < A~RI|NyUb_p_+"Ŭ=Fũmgqٿo_jqA\pa; F/vf?0#gu_eE$Mf? ~-8&0WxGp6[=1].GU:TH[}j+֪xg!o`ᄘ]LyH!h45,4B' 7Dޱ/4pcaޓ2D@$.Hc SQ|RVK4Z }dzz>6_/IAG籒WTv5pIo=* L/Yv_o<ϸ4 "(_ϼX749M nS:3c Qy\D;*<4;zI6%2#%h1PaW{'j\>*\T4EVxiҦb j*Je^ı n͘w" b:?G/4{Vؚ$0DZE;%gVKʘ]Hze((rp>Y%ϱ!t,FŠM]0nOhQ uSwCfj֤}?($ x~)n&~!k&(av/=E<(.2x`exׂv׍#A`~jX+*!gf1E[@֣nm2 jB)}q.ۯ}2.yf)Ĉ8d8C#Pu2sVfsBSRz dC!YkX+ZǾ.7l:[C)ЁE̔s͕#\MĞ{ VO(ov 3h洗X8!Cz_ yշ ONcc1xRпugk@$.ߏvfiM(ӧ1&/PSJ^s esWEhRCКC_7!rxsFZh{0eMyf!ʙ.F7{#0"=K'ADjfeG\bo+AhB 3c (G|Xr(Vm,s0h!N!#&(MVFjf-{X ⱐՀs!vw; Ÿ<i~L wPYc܍xTwiy9-vqҠ[{C=`\t߰+}(drss9PUkO=@dNWBB50‘ KL"Q+NVvm=hW<^*"pnQ+aO#DQ4t9p7(q=M>+pN@=[FѶ2G\*U5G6֜ i@")D\-Dg\\58|b6nRV{6j(1a|MGF,ޛi >F`2Rqnѽɼ{=n@ }as#JֱLR#Lno#qd^^pa[q7*01\]r> 8;{@7&G!yV7y"7IƧ9/j<zKSG?l=S?I?]ha;4bԦXbt SNS4Bsf1G3UUu">P1\$ڭ nE_Z41R_v4w;Dߨ a‚5f%'u3xL(T_Yl>DB'2@2p`*57 +aAl>b}nGA"E*z bG!Ƭ/dR1`Hқ2xlOɥ %Ϋ'|(kL١>52\!uT;^RrVL N"= DgREIZɺK]D $aGclS2`[UhK9y$]OI366mD@'`v/E-luƬ@C+qGx]Y+p,$ű#;:0t}w @Хa>,(1N ?fe:Nh3vFq `Z?LlKjȂ쩲uA-\d&ԯK+G8ڤi'dȘ!k.O֜C49pVE^k1+/'9jSdx?;b.d9E?tb0{}+ лޏ(%ebvĊ>X%l5zl{:ȃZ\OOwKlvg+V98k|-i5w\N>Bxc"ɼ6o{mI3̢}$띷6ɽZCc.a\Qx\h/pjpWd Leւ<ޢd.H:]ڡPU+2Ŝ% *#yՋ9Mpb7&kOJ6Zf1k@nk?jM}JSAA׃wC 3S:Nq=!~9|Ƌ_~AE,PmKNK >i.&">4^{|)Rpᅾj)MØcA9EFǶ(uKT"^eHR#,|F bNv~Jj-iaP^5\Hc= @ dނK2 zMu sh.i-r.A2^^yX]fGLʞck$nl=[j=^լ jmuf2} 6lsr5"H5!u\oRŋgE;^*C͗5P ڀJL):OVA5#oz?L3U{Ҩb5 3G+V>w?nFQM?+ܶ8n8{^u_b,p.,Ev` [q~gҝno#(Q,!: x EAK[˪J! @ M1l C,E1h^$~BK.05$%/8N6Q3w6^Ehݤ|OՆ0*AlUxq)"" ,!JęNs`a"i!WnjEeftbغnr]sPu&>E$a $綾z\2KK{R~'lC.C(;$TJF-#z VJ{Q~e*D;A/eJN4A`` TQO 27.$Q8IN {@³k_9P 5}iqr{BMW_'hU5ggr.k*J8#7T;U=A karhmxٹ 9q0U1^g=ޱЖ1?j|Ͻ׈K6#v_18ω廔)+S,#=MND^[1jéf* ;O?o{pdTQGL Gu]X*{?wfC~!5x| tCH4e~y|M ΦQp* ZU4q{)@?Le >s_`tBEw*v#mhIWIF& 'CVC@4(. fIA[6oQ)%2ɗk<:'/i&`=buE|p}FMtڱc<F(khҿURuF "tkz+ Ӣ9Y0¿ 8޷R<6 2-/Zvdz7:/3Xdbo~'Z-9'PXiCJzܳݸn.+Ҙ7Ł]OJ y!Dv슦\sQ z孂Xe{{H:({t:ౚ#͝_7eQq\;b(F6H;g|zڝK M/c|wx nu!%eoт<od[aA .ݪ78A%L,؁9L٠r߷xsud.Z]\ҟUZ\Q p52[+u8j,DvJ䮋N&uI7IJ ݁#O `2! 7 7)G˷)~(n[m1vyn7H7[I^ϿcI-<ү4=37P)&EGYѭQa:.5C[J1fEY5@"kxAL G|j?=Σq8 #%"-wsrP r ?^DlZW-Kqm_,'jjiUnK x܄7 [;@~O횿Sn?~'?1JeW.>ؠ00}PM' /Zm f ^=5̠w~syߥ&*ZE)4֔)[Xe/L&+b.j :@Hv8hc)#!;JcL0B$~LZ*Abꃖ@Ja&P:[E˩y8vm3ޮt';3Wf#xaWJxEQV"k!I> U#|8C$氾YTsi_US*bG2#G=%bETh;)^=jiVM􃔜 <3*qqקO =?ﷆ<]RI!bu 5i\OQa g LĢL?c 4[bqfvm=9M:ډ?KQpCVӳ`Ӹ_g$޼}8tpvϝ9 M]eu Rĭgk(.C_<72oqlʊ!?埦fa:luFX*5d<'[36-6_}_5%wpY p O X̤.^ YCeŽ_u.9 aN W>l ų%nmvQ#i^v9,įWCULwҩt-_믛ı{@D])'NUݾ*[zRrN!g;kY7y[4[jcqLy\;qznxI&//HcѺZcMT),{pW??6PZ&ᔁZ5byq4 CK?%J. jаl{&.~SN%}aM"i/ 51Z`!p,]5A-c@(q5+As`B~I30F 4z~PDr;s.bו%V]984~󍑕GiP/RY?dpQ,4hlWaˆdE{xE"KXa|=+y=IvE~zDrx)|FfJ4:يW灗&#!?1͟~/|[<-*!AI~Μ@$LKҗH7qUi,w/}pW*#~{q/}.‡܃xc?"LhahTAD.^&pb?NwM*grd>fĤ6(6#9& *GB0-+9M`[,dC&UEсHTZW%b҆- t1Uv7l0xͻ=rr#RRԱq5,S [q!-ȋ? h-T~T8 9ҽZt!tҽB]Uaepfsu]Dk4IiQlbٻ=!\ȯEV,o 5Ig8$bOJvID"Slt,DHT@v׍KI/ɕ@ґ@4݁ trFG!; 0fCNe$^WJ GE_,ȝcң`V?8P߶|5 ~Z=5Gb+CktL-*~\6B9L)=ʑG7SV4۳Ajl &Cs:k,b$D{y{bK{O5VhԂ}\{s/Vל-L(xhjq?Mu7[ 46Hh5*byR}X-t9tj8&r~;XtӻxP?;4y!~kWr 0('} NIa1sOEոElPrPgauu ?>$D.s8-w밠(~U4ԗ#y:DB<+=ѐ s1)|2p:rǏ[XƏuO(5ulSF3u+z/G`Pg_lHkrJ&Aej!uܦ=qy:n=lIsnb?0a@4,ԴEңt%4Cqp4ru-pdUCVƛ{G ENU@i>m ]&刬6/E Ӂ~׌2٠oXq#Εt8Q =ow .ą>=woF9-~nm1P^qN&` Kb )@EN# ${aвٙ@/1¡+9Ya罥_w5O! 2yHw|n׸%έ̤`>^:tV,0^D _LmJ?tYaBElBΔMma5!LQ1WfJ-iW:n+n1x19i_J7]#s3(,EYWX{U# bޑ1£0 #Z+.dDUaBaCBo~ 45}c@xtE=8\4Q 1գz%IcQ/Kx4Ly.L/INeE:\U^,w;h]*pEX@BRrl&jMU>ftdp#lt8a-+ZA#}AU=guBi_Nn/4;pv/~2{eѲz)"߯ӂ*2lhLX]v%a}ЕĂs yT-h0u믹 nKAiO;ڇļ$4OP%A)xJN_w%]q<T }~l{ͥVCld5`K*pALUxkԥ>L̢<2A M,\ӛc;N#Jd~,8{-xYwN[(ssDG{IG7 ?1CbP0u+ʢmh/uCs ZqW A(x9HmX|wl7|=60pWX^R(с&yLbmnP.gtZ<!\ Q&4gw9+(p(COlqLnxڨ*#I-,ѝ#4NmgZ#/^o,}r#as&SJ\Y%YFⴤ|wXǒ*\3*J&8YdګB}JD1vrg5=#AXղɁDݸT" w1sj_5{OmA:E9`DqZtbrI'0(-`YyWmQbo&;>ʙ6KG3IƌnvO㓁dn L/ 5 [sbޠVxd.D fy%cv}__5u8CvaxVi H2I`+J2\a@Ce%㸂V(@e<œ=$8?<ߍ[a~)1IB,]U4sC隥r-P>{@Ҳ*p@3 l1ې+W$]()PPO[X6PVktszq911s-lhMWx*K1 ݊̃:H9HZ!Vxƛ{ ˋbh8s#_sTҖsQ ƢCdÿpQ>gX b?;o *o%/^ Qa8" ~fCoiKʫ0NK*PtT@Wa{n~U[> Y~HEţc?]ۍܩ~Ś;}xŴ@@| qEv;'(ThA 9Y-sFW`_L!.1t_x (m,|(xk D!S7@ H23RSV8dKo.8Xp- r(RBM6+C^)Db43rTWe]U$!J='Ox!p̙'ڄ5-iwSB$qW q7ְW.[d_.MLd4}&/Ʀ7W18sF8hx%wT xSoN3'b|njhoFfo+/<B>TH 'jU?gq̧,[Xhʑ?-q=履MȀĿ5w#:8~ϓ&Sbhȩ[ߠyeK$uxX0)}U4D홡ܲ*'M%am["R7qB [z,DR:>՘x*ړ K *q #}%eG (uYT{'xM9?3j7gL,]%/D/ ͧ5c:<9Ã%PL @X7%.Luk!dwg-K},4Ig_N 2sO'e~>scu%ȶ a7H4ol{LmֳYr=Х?ο"q"03BY"/33I-Z޾LϚ_϶bx5t'.PZO4_wׇtбi"H1jUE'w:;8RlTU<ϓ Xy0‘/7^<| xKl,ͿxX3ILqpSqD_H% 1ϳ̲(]y>.6I#<sNPĶL+@IlKO-O[6Qu5)^-̓4T8ap0S8(fpX.|+Վ7 w-2:SjT.G9Vl"̀[7I"ZdUgu^Q/,ե_.!Zsޓ)}sX\8cT9"O 4=3.v#wBʮC;Bu/w>9#Rr6Q9Dzkx;UQ{ p29e!D_ZT?*s^9l؝ @份lc4{0vZɝx@5)wԪÕAfbQ!3Ɠ~YP,DM; ("H^R'2>Zj{auu+dn]/V6&{%eL]vTq1OM᧻;7E0s77V}8" XF*V{{\=V\Z\P2BQ3èف;瑕A;n9.AǗ&*ˢWto*AesF3be?NxG>>lխ9B2;buIJʒ g?;ٸI)M9Rݤ"L|YB~;.}^ !fa51jPq;p.@hqdIG8PUoNtܾ|]Č/ZY.anFpZZ2F-zs%t_Dj4hmĊJE |MO-_::>QKB"Cߢxɉ^gvAbcv2g)Ms>,E`VVHÝ9=_ =ϣGMDO"5/)ܔpS2vT0W'ENXY=aad)ǫpNҐ+IEN䤤Eð]ڛO+N.W-%#d#J )hZ:|ǒ7lon(k|\jʱ]6E!zԯB7c:c/Hܝ"]srNdm^㶣 ;"q|w37$',CbNqZh6Xa%N @kyk/۵|# I 'y\hSA_MqN~k^J8:FB}ӂ!q3d..9Ͳ#I1?Hm*ʹ,vYp4]}BgRg)z4'mg .pcҲEmdNG*L-9*; &;)7A'M-ݮKW"iCG9K&7 @I[O*/ 18f!3m+ Kݡ8|acu#0K\ai] % mt8B=VGjoՈĦcq* ; l`|4 wD2!"[:VTEf5 6h*oŘ})! @"6%Kc n+Q;V;d4X]YGMrf `nkGإ*&K3im>=7{/=X& 5uS PZxg]W~N͸^4cɻ2AhۆP#e