postgresql-plpython-9.0.7-12.1>t  DH`pO/=„fEn;?F#[b4 v7fhySw8gL"Msb#>Aޙ _״ϡ*~qp\9 &_HIe#;}qe(za[H^Ⱦ e~,0Yֶ-1i'R^wTJ5t'@-xaV_qĵ`uCT3}V4?8c̭֙E~$ ϜX@S9 uVnib4FP=[saozI)BEɾm,°y{1>٩3h~װ@t;L>8ld?lTd ! S  &E`fl   8 ) H6T @ 5 (W8`9: BfFfGfHg IgdXgYgZg[g\g]h^ibkckdl(el-fl2ll4zlDCpostgresql-plpython9.0.712.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.Oimbuild18׭openSUSE 11.4openSUSEBSD3c(or similar)http://bugs.opensuse.orgProductivity/Databases/Servershttp://www.postgresql.org/linuxi586 "#l#U#'"#p"^"," K $A큤OiOiOi OiOiOiOiOiOiOiOiOiOiOiOiOiOif0fef719234eeacf5da636431f041024ff436bbdb128734eb808708c325a4d4b89b559e96e8b9a3f0a4b4d1ac724c2c7ba197465cf0036ce4d37d85a8e634f3e0de581861bff03cc55d1fe9c5563b6d8c3f221f1493ed587d0e294b91158815f0067cbc76fe938a6b3f9a549ffe63ca3e15dbc42ec507f73dc6ee5455bb826e7d65190f1827eb697c906284cdb31fe662d6e3117168ece81581e3a3f8fe77a9e9267214ac48404e88270606d0f8eeff75596f4ca4ed9a877cf79884ae6d2b248794a63a8c3dd5f95705fa161c49ddc73f824c1f1a51bf834406b8d6a9b5081a8cf0e55b860f889091a463da4c5c98b95plpython2.sorootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpostgresql-9.0.7-12.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.0O]@MbSM_M] M[@MQ0@MK@Ls@L@K^KtKrK@K@KqN@K(K(K&(J@J@JmJ]JS8J{Iymax@suse.comro@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- Security and bugfix release 9.0.7: * Require execute permission on the trigger function for "CREATE TRIGGER" (CVE-2012-0866, bnc#749299). * Remove arbitrary limitation on length of common name in SSL certificates (CVE-2012-0867, bnc#749301). * Convert newlines to spaces in names written in pg_dump comments (CVE-2012-0868, bnc#749303). * See the release notes for the rest of the changes: http://www.postgresql.org/docs/9.0/static/release.html /usr/share/doc/packages/postgresql/HISTORY - This also fixes bnc#701489.- 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-plbuild18 1332333421 t x v x x x x x x x x x x x x x xcsdeesfritjakoplptrorutrzhzh9.0.7-12.19.0.7-12.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.moplpython-9.0.moplpython-9.0.moplpython-9.0.moplpython-9.0.moplpython-9.0.mo/usr/lib//usr/lib/postgresql//usr/share/locale/cs/LC_MESSAGES//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/ko/LC_MESSAGES//usr/share/locale/pl/LC_MESSAGES//usr/share/locale/pt_BR/LC_MESSAGES//usr/share/locale/ro/LC_MESSAGES//usr/share/locale/ru/LC_MESSAGES//usr/share/locale/tr/LC_MESSAGES//usr/share/locale/zh_CN/LC_MESSAGES//usr/share/locale/zh_TW/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:Maintenance:378/openSUSE_11.4_Update/3751ab2a2881b697ef7ab164e779767f-postgresql.openSUSE_11.4_Updatecpiolzma5i586-suse-linuxڿ5޽6F xP?] cb0lP b.%-Wݔ$b 7iv&h?tӘ :S7>:cc$">m vS(y\^nAEgK^O/4Zivɵ^P;2`,sЈP0|R6<*,h'~6)?V_qƨb @3ju;Vв3rvųDXc `E{:sa )!> /q:+J}[s|3"!ϓ8YON.tyM2nS %9I"m •6ca~q5Sh(yZD-8I+sSw2&q#) Z&\ŗoV$RWom'>  oVza_Μ඿/&?8;(U'uV F8- g>a- y#kY{@bg/֞%p'/`\P!t!#&Cc”kENpO}a圮Cz~fp(;Bqj#yϑk@iB}e,wa#Q%cثo|v2gP_<1cBQQŃԴZ{)? bYH϶CMIfZE"o6`.]K <أDse&@>z"jKh> w,j*7Wtf0Rp6u"̢7YF=ڋ,N-leu ߾/"cjSgM,WvPx-Ŋ$}TB2Ī[n_h2fox ::uKƼwrڥvWc1٨? DE=9՝?[p'COU9m?y`چe1 Z}_P*@h{Ek>NCP3"msA礣U/Z7;ǸnPmF(\dWS mB6ʆj*vFt|K'MT]q˨N 7F 3 0;jvHYr)}SZpTыWQ +{\Ӕ'e̦*9B"|zgv̟fIvF`wl` VY6 XCsg ԓnU{TP|+L,YqpqX~b`;\[Ʉd1כxF\G9'#[mElAB͊B)C&DbL(#běũ (94fh,;[Yg@oXo_? yA&oT"W'D yC΄^Fl!qㅦ{I<'495[wǬa+n4{]vc-v2헯pY]1bG=/#̭"zPŋV:!$)Tu֌{"Nb` ̄y,wPEtbXWk] Z 2bq])3ce`UJ !:|N?lDHVOcqli<``QY0"lnp>D½s˓^JΕΠRF!4a&^zz61 '߂4MfwKKƾu}qL1R L[e ;| DY!'76R5xmE3T)ߴ]y@ iPo^k7?4l.ꣻvgqW6?f5' !ؽdTT :y1Ai٤?=2մG2tmOCg:b(KPo : ^"Dbm)2>MH:n2msG#@ (fawQe4I!a-$ON% >mS/r@r}dRD 5/ *pW lںfY(o< :3 vGxXUď 48" hE'̋d_2 my]@+U,М 06S SmQK~aȘF|Kyz9._칥jץf*6VӀ[{8 iYK O'8=(NY2$T5b 2A&^l@lo3{}]|6N2!)c-N4C&[eIT#$#=SL2He,zǧNSiF@+HՁⷼߵg+ՠخ&av)}   i$c&n"5BSq*Ն'Eˉn֧ʘR|iƕLHW ģWdo[ w7)ז W'2!+~W-3|? 8 MWt}ݎ% rwlLA Aȓ_3WkiFKM7Ap[nnNG𪅈|8I? W-<2C}Vj]oyAjs[Y b}B-}O_g\ 2X(`oK)cq.~)}C-T&\9WNV. 6=,`e;>])}Myxxh[޻|)D/P;r<"["²25]vɴ4~+&)?$Fj H.{T2movYJ^H| uDi$aXv[tv1:mMVxv/iMLbwn}~P5go>n7^Y|f%N>V*JjXZ0%d04CLB' qXa)VBh0sJ#~ЁT[MrH|Шy ˇG ]?n ^),Zt!#Jš~0xiMOD?E꥙TtVjiEk4}:HnQh4gƠ80wCc`,K^.1}ׇq=P6tR,vB."Mo J} R?k<6Xh N82}],Vpi{'Z>=)}A!m͇ "CXQ̅/tg)$׊=@$,Njܶ~pwhߺ 3X>gRet~aP\P ~pn-i5@$׾L}` :ˮbC;'qyA 951l40aveqy|"#ApojI/` oĽyTۿK{-%d9NW'7|7g([R}~" 8sܤd"lU&']u'b#rE xe%q)\(߭-C H?[H'waQӚp)h&:x0Å!5lv2'7"߶k]#V9pХt0Jnk#y/ܨn|}d$v'IN9|%ԁ2J/V@9(ti˔8@@DV[&%33\b¸lhs]D1㑍8aMj_O^veӔ ,DXMw DX3I9h֠u9,v=[{݀+oL#Mo>~j4$7jGj*'nXT5qy䳶/$)5z`~jƹ0o!!kOCnyr=5N_Xs1_Nce{5, ",%m=䈲d\ߤl;%q[X#(XZP71ބJ}ݑȖ j16ĴkMKV`V-Z9P1>I4yI`1/zWn#xv*Jjڃ1" Fq(蝬֓:߬{t&MG?g\ſs*Bnx!llxtg6?,*j18G qETHf)_^0A =z+ ^tul? v߯RqOEE /QMX1,; ^*opc(U F=H,!2F m&XćC1s!g)xLcqK]w1;C0wQ=5jj|R CZ~԰`LAH :aST6<ƳhMG]x8#.&5tԠ4V|B)٥FnUiB}k)vfRV nOh j!@zTm>- Vн}~F3^D{fOǓ-?`>)-%]}bll̥؊޹`VA]tChU[MV[d+C\Rі9 *oO3}"vxi{H~*2kO-CD!@\ʑŤZ3,"!k~辷״{k!2=7/ V *Na\R@_,ƒRxŽ}2'qY bdѓ4r8>O)r_PTcK3y&D5ΝTBޡ]sw!azS]pNfy DT- FO+ΉƲXz\)&;YOioGrl\-)a̾k˅p MVtӡ_ʶ>ߐF}/l>%BKNa.Hg<7tRDAt[)6'$f!^Q\VЋx}R>zu/tRQǸ7lymc{މA,chmHJTږSeWogrtS9`j|إ'[2pbE)ϤE Y@>ݘM._/LLt/q'u|h8<.kfe-g5_SBLpAhJRZ:Dpl ye@apU%H!hGSt!~TzXvb>9谭GK ZP׈%>f#tGFyvEJGl[9SOi?‡4uvgBo:|҉ɎǒtnS{+ 42P[R{C;cL\BؠwLQO}kRpBɆM:P4:s!;xUZXU= ~l-"W/j>3(3z2DཚUz>q.3믭2;B)\do-ȕ0Urֵ;2&RQ60"^5r DβqW7cLu|GjZ]&}`|_b*7d?FE!}ѥQQp@upq<3%ՅDU=Օ|9dn8.S#m›;7k稁Yy hG;Y=&gj>R@İҀJ/VyyDz9~`_l1KH5+j0@WF73ݭkc 3i+Ys.WxA7o }C 5)Cܵw^Pe?`Xkx"q ((=uU8%D퐢Ss ۉ:ɼ~ġGT懷Ntqk(撌j$j7q& d,v WN]07µPF808clu\Mk6d",ޒ..tme(}vV&TT\Tk%t=ύk옒,/=a3(瑍 $MRB&K~Ϟ 1K)4,e O`nNjcuR.M{5Z(Dz;XۮQ ޛpʡl /zMuވL2jz,;읈$zik ܦ#U3OaҴ5DGی JYlc-<" qQHVO 'dkZ.+yP*mfhW?<|Qڡ}(BtwQ~&'G {c)W"kzs]MQG6% [ ts Ȳf^lqHK͂ (f>(NWcfO8ϳpK`GYśuh~I V1Tݴ2݆ՉooR.. r-ȗqnux] 5|Z4'U(O6I >:=hA% iҢSirY ۞1Y/؛-9o {,KҖ^=8,80`U]1SG՝GN7 1G wMVb ( 3|#cY*۔פ!҉̪dg!x`}TϬ`-3R2 s J ۤrgEmΙ2hBH,>mVW$3c!%ڏZ?\)џ́F[_* s(+(Ez%V Pǀ Qa4{CuӐEK^Kx528pHio>Y+2^=˻i|7W:5J%necsBFbi.`0S;&_S3/9B1v4kӖ&Yv/%m5nT`tp}&}wp>`<<+&R}6PN\!!:`W8=I'>i/mrR :Iq1:8Ӧ82]Y.a%GR$:UV34hɺl^P͡7fO)Hџ4R|e@͟{)jJh67/ǕǏ R4CpHqC|We[mȠfR]8NʸE4zZYff,\Y_U/qaDsi@Y\@r{ҸQN Eن%+oW+7\5y.3%Elsd+De2‘m,Y/ߢFtwBX~@6U``[Տ8ě(|)778-]c6a,P۹r<vuo4ԥؖ5U"/tgG )[R˕dKmBҕۿۄ& "w5+2jUӬI$A@LjTx@:# "A=0dzQ >q%lLݑd[mt ¢x{!邘X‰G(亄F9Տ#C)߳n,C5Bkq&2k/(ʅLOPӺP2-ɢB^?\0/嵫rm[gJ6W$B$y$wiNsԠ&p5䯃[ɯPˆTYsuXTvPu«r+ FGU؊0c0Whl|w̬ D`T^Z'scΨ ܰIxcm'T*XޡV|,{R/^YZj-/xMŒ3!BX|dR%V=%,h~ֽ7:@mυT2ی\?!a!%22% P u1j](Hmp@՜Ϸc(4䕔-E1$G<{tץeF-4mؐM1i`=ϕHcָo,ު]=:PTrh b, ȍw% qjU{"7Iե}1.bOk5n.˾L!G ƘQb 9MȬ'KS >"o|dbv _:ӺÈq ,k*j6 }kaY =lQǐy&L;>s(,P*3H@LZqB#W1hEiR3Xe+6*,A?8bU]?!0UoL"n~48wF+./H9^ #Q̩}s=YjtoiRg+Vɢn1,%KUC-;B?#8A k uw!JDZ! ~9jƑה \n DR/bqOq6Y5飐9?JT|Y"ED]݇>f+lVKO-{`Z>acl. I}qF\C8>Œ;]YVR 8f/ 過arJAӒ18/+2[ | `N8L$JiG^G>qI1hę+d}(?a*6^["N)w}xRH4u4rk5/mRXrڴ' RzP]8GxB-ՓV]bUTX!|"jZp'3ŤT?%6GD{M^|ͥcʼn#W8K/%<@]lJ,?|e(O X%w#ovDZ(2ue̕ ܬW2Xebd7;;{BP]P /i߹6͈oŘ#M J]Sޚ!?$AJO50S23 9_і5%z:]$O{x/DECE0`RT/.47O@~A( s0U%IG VNṃQMb= ??KUɌ9<`~ ,0DW/ P]`S|k*-1L eKF7\L7 JtTXu)'x4pYJc&?g-A:} E&x[yy)UJ.C豑(?߁S5DGg.Vߏ٧@䗢qY'mZ?JHWD4* :+KOM\&37a;DKHާc̾R[mN0d~"NaĀufc<`VhAtz(osdJ@inRyfwr׊VӔyJ|_Xxߙ/33P?ę T,5[~L4@<[p_X"&n&zM?z]9D?* rAuv:\NE,%j٨< ;ά;܎w1@Pc fljU`*bi3po`M K~jè/tD6g""LFyQz| Gݛ`خ>! B1>Mw73`T3#Α0mN9(862!% (D3FTpTE| /WBxωuVRGGbe;(g2UO5@Y.]fsQDKXjx/װ5iD$XhvL|[O@)*'=#k(%ss6b 41P#8-jzVDah> XX'[dlif2 0?) |ZWlY-C #uqNsruT t snAr%"ܳu'5&@; To mr!< eKu3l( f 6q XaF3+GemIq:߿pvM5E+q.ݛ 4LF2c Ma\0w%U*'{c%9'rQ}N0%<8Q@ŵ$w&:ph;pov](Be{L {/.18 6ܟV,cC7C0mN L_tf<J8vAkߡ6O5∜SmMe1gAA\§JtR=}KPb-ܵחnFCA!FW2Qr`fp\'k}% J 肝Dz :<MaQT 8~:ۃgn|avf4>,u  |aXsֺb6:֧ 8:iq{c<HFC\EFԎA?qӯ +țO N@}wg~9ABd6zU6*8 ?~n>ǧqmjjhBU*}qfs;aW B(𯈩$*6LqLP>̚YjeߊE"<'j !\4*q*M3T8Z[H〦$:Ԑ@G$f)M=EDWzyxRI@:1"! ,\ĤڦRsT`_j)7 ;~L\B _2IftVs #f\FYvX{›MQ_3D\`V,鱈WЁx肉x).LE,K>wC+|b$Dt8-Juobђ@*NOp0Ɯ#ojP ~!^n>oHPɍ$%U* - w]U+W^-`1 +Ʒ _tI2QJt(f =Ʉb)U)DsR1# o6w19Q-!#=SKFK\g<{B?͐%V@,<}YX!56Dy@*K4:ڡk@é+yӏfn}};5S R*u~X'"LG$5WXbjJ!!RI[GKWa<*fLSPu]cg_'!%n/>`vm٭ZUx/J̥1'J٧oe&̱SG0orK҄I6}J͇/N*x\ǀ YxTDPgN ؽ; *ŷkt:y"5<+:@;*xk-Mvaj]L:!}s>Ji=զ0q֣k"-t୞>KC7_kcw/jM m>Pbn)^t82'PîׅqV& AOPh$%U~<Ϗ A $U۩XA, sY3aZĦOYH"RWEp5tw @ !gA縚V_6 86 ^a^5›X6j rlrVsQ({]g>Z1#oǍTJt^(92KE,3Iù@eHiKdA{@*EN+ǙDgA]+H ش'Z,80'J̖aAipfMElm/FwkP҅6""޼\A-iD\\zGI4AQ.YgT(%v#rסlB!?DKpH($ 4i)]n9aa'}owtyd[1XG(槃X A#.^h+]ߨ E=;_YͽEVG@ %JO0S͛G<{/4$w9\f `@lMZ+|Ef&β8.x_CK ܑI!D'-_V뜋aRׁ1K1ʼnQ25:ywr((hѮr77'OABFsb !lS#Ђ[RjDyܒ3L@y< 9b1h E<:<@έK2U7\K>*ҳkЌ:6oXSd"f@T1dab۫}P~n7iQO`oe&3+=gRLÿW NRـL7 A7k.퐖B.{C^7e'x^dT_Xy?N4R3B9 lコ lT{΁#uɴ<>@z\ǔFV4DJ T)ھ7#Vs(cRU6嚶wNcIa;yD^bu #gOg*uOT(d 'qc< crt`T}dc`u5d8G-6F^UdzÈU$4pװ8bŎq%!))&9dVRo@{x AaLA}f"-Ƽ(u~@fQ1d2ם &^m#4YF>*a2za|Di`t+& n}yAK-=iKscW) ~)_3ƍy yR\oaz4'`ž~z`qDS+=P<}֓1gf9V .PU1 e- ZLB)&"IjHmf}aemfb^&=Y}g{;{NPG4҄8rN8/{FȧuN.DYpF[?0io m8S .CY)W8J' i*м*h\ P厈rZ O`{$/# LV]k*&[OŠ_FokkT6< Eoq[|9iRQo*YZE~lXC Vb?WV^c9c,!Pdƴ*J.M A?,u9-`l,rLLs`Ψ R_6ʵFIe[~[g! iMjҴ,D4xO6c azpCVkUAeL.ʦz*`'ׇC$WT$cѱ ^ϣeO3 HOh>].5UNemay$Ӑ1-UUIj@hHٯ0YQu$ L.N<(w^m锤{WmK:jcϤGzV bgFOl PH󗠨ܐyctHqyg黶7x7(+h: ukgׂyMmώW-ڹL673Hmuv. +9X Kgf\7f[YY*'ι9ɓJyp$:+% n@cIq,wzj{MUJ  / NXn#5FȞOKFHVιdj S)7,fȱHwH8jI&= M?&IϗѳkC|ޮ"Z?3D'ː}4so;C_@"/mEAWøm_!WUɸGaYنM?1 V;$BlO3;O2&kE۞ Ffc~d\ %niI)v\=% ,J5؞ 8f$uP@P5c,!ۦfdBZpEanJ/SHRYphSȝp26QkxYN/Cot>t) *FMl:w IthΖsEwNE؉gvXCMz(:ld6V@KJ5Y{r0!:},l+XXF qX ș8Ix5DId~ၦgq=צ+yW@o~]F\O {pyQI䓱hU4?#fJ~VFǚa۴KZKh*w [f܈^% n؈<$)_q BjήUqsSZeu#G}+P\ٻE4] (hB9tnz@e4a8~/۷bY]H”J|*'zBAulwaQ5d4~i@9 |%E}^wZ7y4s{g4OgC,+?Mz/af,:+1fk{dI~,%]fh$χzSgݽ,t; (R]!AkUkhnq<f-0htܬYZ#qeuk}SiH +Q %IiyAwJb$7ّKiS&M5p$E/S9/Zkeʎ.8Y'5qP@'4kÎ p6ZOũL$9MUwb>z؆gWzsQIAnK<_<|^3o#f+9(CXs[;ǵ؟ETgiAͩu`{D27-ɝLp7t-k7 gX`?w3gw'"$rŏl_9;qw@=hV[y/fFGg8mVWzLcdU=@r$yWKnfP=k UD|->*zcRŦ `RhN02W4rU ^bs6gm]s wvbrEcHc:b~ܘfT;!P-J,q55n- H~ARJ pm %آRw J-֎/73m{H=vŲj ͉Av }~+(ӲvZɌ!b>\c?{L_ޭDS޵WjB2e+t~@Wj@ߢR+p~a+ r2,?dnǿnmf:Bf I` ?NlθFQ6k'"\aƪWs{&nshڨyK7wjR mP^qJE@L vHQwit>/^IyZHHI[bL|bf6V+* XTOЫɁVs%cW 9Hxl!EEWeHs*(ҪPjZbջ,%LOobSH!Gr,}vL1U|6R2J2oDCJ:4u쮖3P`RV.=>t]M3Fmh% 2b@fÝ7J=qM{2=`ZZdT؆a9,4B%CȎ*,)zK\7:P8,1J9U5㼔j:V q1͔KGjm6@ItÛ1)^ M6-rS0%'Dj[Fb^iS 8|@ i,oQࠍRX0& lj4:TOCVlIt=niOE] -؉.OPB~ED#-'D[vG./7~M5"7bB-gu@€X:GȖ%  \.$~M8V_Yzy@5)vi" %\gKGs"iD'H tC+#wDGqq X<;$l5jiX0wGi4jxEe@,W<ODL}r꓀hm8(ԭ_1\ȹgK;4 W *ؐ:^9pQ(T K`8owTpJjXmů3|l%9-KlU}'FmtŽkI'5\Az!G= mL:t^v(WuR)`-hǡx ^8Iue7N/,|,#gE$b/8*dJ2q׼5^is4Ӓ.,ʂkjR(gCO<xhK<3^U#TqpWfQ )zv<.L9YSO,- zi|$  ;DŽCkmdr'vBObSO(U74Y+r|QDtMWLU_ʬfP`uЫΣ&ZӔѺKVgN,\y0X K"S9UKjb֘,QM 943/N;z8[EgbK@pD# ՞ 5j,;(e$*nߩ 3)jzda^fn.rg Ԁgury *Q?deETR)1ͅSG"zw2߉^S0o6 tJa[X X)^>_kItUrdROhKr>'sˆ,/!URAjX'w} *,fP:!(Ԗn |~?:qݙ.q(W#U< ,ĀP:rw߈cZ ߈>RkM $psFMrGd\ꗙdA$N% #\,Nylz9I|ť|pB[_ F/1j9gJ?_ei*)8R}/iй0p؛8'W!<@aq643\6ՑT0^-^VPᆡSֆ^aap}EY&|F(G\m'1M&.<)QxB=d"nD,{}O$U ړZ8Q^R cO_:B,\!Zmpzq* ks9"'7?`S=T&qm&V8FXk'leܻ(3 U e*d]5i-Aev~@|Ef K&\1bxQ0oE2ʢ)ZPbg9#sBcv=65GWaej'ۗo`T4ŀ-8k;׈!*([{/'ϸ_˟ݗzۆ2h/QB!0JW. {6} yMڷKDzBJ@4 1 2>iaf#δ\}ׁ'EQJZ]t9 %: uh ՘YQ\_׵=F51-u\׊4@?`AIBH-XG)ǾL5iFxq5 Ȩ5#W4"@ybLT IQL/ "l~,?eず $ @={^DM&.gn.T$8eST˜DK#IZt\)3nS2sXT~M6nY@,+wbQAzXA'1n.0YK&z)w%Jd?F:BV.5([TN4<[gJ!_9_gӋ C vBߤA#A$3I3GMvN+Bw^0L=9ZyOJ+ Y%Uoǰ`:nüF__vbݵT=s xw캖Sx{ sy=\v2#AtƙFI~%c"طUѢt:"v7Hg@!MMSm> VY~s jJ^+qơӁ[.lM<,0Kd?P, g f]JAV( JB7R~GKbr̸P!8pړ&+톔B2)gb BOY7rn=/UoPۅ,fAԫ :B:JYD`;w 0=tXʫ0F?2/GSJV`Z0ä? f41WhƲ?se\@FTb 2^;0VFKPl+ɨ/G\G8)jP|< g_3 |NTUƂ )_ZOeMT'iO _kCpW~BCO]bkHBs,eDeW-To\ "VkuF4V3|=X+w7yi.: .a8.jNI5:"΃QKhȘm xkgw3fJUҎ(v>Td Y@_kXCsptI}B\]p1d?&hf#4˖2±q4R\@݌9 vL)&C ˼-RSbOjp!rAD`d%<۰U:}eh흝u?eTOJ@SBj8~NfǑ}dS_.p 1+_cڴU-a@H³sFoƟꗊޤ>g^ɫ@r1،nTJ&{{^:s8k( ěw_]D~VYn2rBƯ&7'!'6t`qJ`!s*@] _WG}b$ Rc`m7̓"}Ϗ}sccΏF萰I:zzporw c #Ɓ,B&>E0Ar952]O+B75ݙ9Q&+zb[}fiܺufK6*HκeZpc~ŅL5lUi#HK؅Iؙb-r*-;l[M0n]6lΘ(z'yyj4~:h'Hn; QY8>'4 `%Bw_rUALjqCpO:vtjpї!^!&:Sz9zl3G)>ϱtQ:5)ӵ?NDfÃ*, NW?ɒB5_Չ iRA]|jIy=h33(&kﰻ_mֻ=<'gڷ(Ĭ h)_&)#<J^Eןg}.3@,+RǡiB\1@"]Nѫ 20Y|J5.J)zrrp56ܔA?cfi'4bz ߻B(UN'6;6 &Z5HƒV=Rm4u ґ _밸AӃ~uj'eɁ&A@ʭ@,rƯU9qdt rY2#Sb?# a(BFXjEp~՗ ҧ˩'S~I9|/h6w`:N_~5kgj``wOݤ c@v\ S ny\/R u]Kr)@#:(Ѝ:: ŹO8 .i'\kxzXrǘO+) HlUOinsǓqy)/8?Jz_#;:Ojj!HwE'l!YL(j: fT 7Ka^;ke?F /Ae0~fI8QV:\G4sgs| I"b aῙ)i^*T!լ_纇.rmR6~ˀDuǣa\RsʪkpX6fl{x+{ V_ŽZiF_`IjhsƻCʛ:Ro&|WKbq'#(rݓ Jj7gCi(|s~rJB䶤|<=$ 0Yo[q%qOhm ];"@*6M3f RT0K!?P86N)MPC!M6FYBڰ7*Qg}sasRTub>7aC4+ץj \F .&:4m(Xn|,:HXAM>{u_G8װ=T[UJ=JMmlXB2 QXl@kI'WBEq0E=>OåÕhGG4ƅg>~%A"0S$;/%qc_(4Q[a>#R|da<X '.np:X W~PI"d)s9`  y ) ;8!EsvFz.T)"zDzb '>V=}YQduZS^S㾎Qе;ZtlB! %yI u~@0մP3j_JZNL8& osDV@(dzp ScgV®Z53?tj1n[DI./W #{ޒjY*YM5S&PӴ^,y_g\~vϾˇm3d `PMLB> "ָPH6̼ ܐٕ'aNbAd ^H@Xuy)IEMbaO"1&P}q#Jjߨ~qZ9ʥkG|M~rpсlv>:'8`FQT|㐕le5n2MJ}@0wuo9l=r{B|7[/ÃN0,\)di ٖ\&J 6̓(I, ;U狃ΝRi_ZD룈/ >?Vnh7Xu#EPG\%Hղm*;NC 請,S37t!Ea4) A鱵1δrHŘ"dBE\Q026S"*41aH8aSƳ/EmavvČT!YVϸGYP C>؋ܮ$#2 U/Tm(Eh 5Q!pA: NtV!uղ^jf^! >wqxZ wg M5H[L?jp3;J 6{o臦QI4L"ȼ[D<٦8xMũ,zTy-WF*5S3/8 3ݶw׮3Ԇ7JD󭠟?!加|%ZCgn25ꔐRV3JNVoϷBKYiCՎZ U㵱-%:%KHV_Br{  fVjjb9=s8YM=?[i^ im%";v*uJ+iŊf37-kȜ &aquÎ TQ Eh:m Y4y٨mS}Ԡ7NB=I78܅/MłE6puUk?G€6Lo:uͷU )\+C#'Gu`ӭCd}Vy6v9eNjm4Oʥ*9S5@;nK.j]00v#!c`P[8"i '!14E߅4ب0N1Z-Lbk à54 ƶ_ qqnZׇ2j_bbP# EQׄ:D 0#y9gP"ȋ4 >g6P.0 h \XKW9Ặ>Ր4f6LѤv{jEׁ_d[;ă/E(PWZE{]3p&]AJ.ϾJSVjWy̑+ɇ4Z(Z~ȧ+m˓Ģ|AXGM%0V1 x범e?l8|K90tU-J^p|L@) N)Q5& _`Cjʔym7!fV^>Gh3_xb? ,dONƽUFYũNXf`yfV**K7Zb?6aggELKRn.)^$~x8MطU %b~ȚF\"HP8\I܈]* \]-&P`z8cC6WY` [ SJm#7j9i@#7OSm6cA<Y"24WpnG.V6,n9 [&}c0+Uй sATAq%iM>ߐA>|w07fFr,ANᔙhYt˿_LW(Xf8ܪ/,9Y\kޕ Ȍi,>t#bb½ӫ$ƯB"NIDS]3Q郩&Ѥ|w8Ij+?aS0%Ѷq\!,JHAvQ|)Q.(BOsSqt)$ņ('.6#wtzO(~sv X0b_vގ&|/ 0$mK =&GTˎ;2˒c ;ʺ:j}ib zHkjH({)Lʅ1 b Cy}vn;:AR+Nn(*6ߦ1;l ɘj,7rc;&Ǡ7jke/^?;=H>8/ _a1~N߰ǔ ~`<<ۧ ȩħ]aI| d1nIQ[N&7E2 $4m 1W1U;Ͷx8 l7qr9G\Z̈?:zCE%gP\[(JIW)w>4 h &5"~j 'UJ OWYDP 8宗qa#q odlZr~^J1|e NF* K\9;]ӂ')%ŕ&3YdrkzY1p vfjqEѾS+.W'x1,k.L1@OݡHD TpYV,=|Ki2۪L}+ArO` C#ebia*Cg4u$@o8rGk~ETB&'v) t#Y6@g2[k0Ax`Q dE)iA%#;.C-0"TSwl~|4x59?I%|ѱkAcE:jcJul[~/0us}mRE{>[G6]:Uë@ȒA^#A hVisaW)7"7 jKjsrf[X4z c(j_b sE-rR,%/Q#b=_DgҷmX˨^j,-K,(`xX؝Mϧ5'2ܩwOrw Rz ;c*kش X)hom@PZ"H .UZ]cZLZ/ aC'kmEkڗEˬ%&NZx~MM N:)Jǫ3&I>qri7/&$+!v#}F,%Ǯm~G&lRvsDS rMfn~uNKZ&'=^t,FeY#_,dIp\փs&5hئ)J@gƟx{8xCtq/ϒZajϪ!>Ÿq PBU.bԓ˒]AFZBkpEl'/Mr_}=,A Y -/ ^P#;bGgQкfMOCGM@ݽ{R|{SZanW/@5^]|I4\U2ͥpT \Az-~"ϩsׁK`L+x HX- c]ei8z"[D+&?wG6wpƝ*=@B_0S}m<6ln|߉^/H{ZxFMh89gb#tqG\0Nڭy-'M^c@q#s/'W-&HBtUK-SV(\Q x2} 0b iwa͒}1ĝD7AJ,vQ^V4?тaMiYh"`x=kf:3gcg_pT=r[<0 <:7] B+ѧJ q?%jicg6b4k߈-O7sS_[tks,ʭI#3kջ >H X {UMwloUd`Ooh   e-~<!^?=I@X?} 7\IL%iuv֏(a vipgliLOlW܀&dJ'c3"{zxU]cdhW{Rˋh5fl*z 0q':oNJLX&ϩ؍S!6YŔ*-=uy؋ 3M*vU3x-p+W>T fD ) draTbϔ$ax fR{$A^xᐛiMh%AM jqx|*x`5Zsk(_> e[,|1S&ZfV'4 0O Q+/wE3kg2 VhygnZu9%l,Re~*{EWV'"Mr37?_ 4x i