postgresql-plpython-9.0.3-1.6.1>t  DH`pMa_/=„Ш@!K}L%UrC2QgDc;/f}}|R |ٻ N-Y ЍKű/*P}5E3`dBMqY̞DAG5.T\*v FZ8=."'j4ʐyޝmY+5u624K6W` [2/QOR>!rvz(s I럿!gtaXrr.f7bc186f3f4e40defdfa3e9742449d9ae223aa39nMa_/=„ 1Z 3ּoSA u/2^PY2?E077gy-h'L(܂(eP/ .iCg xYb46`љ}ĭ[SmkD]LkT‰.iz836LCeo$8Am$VF+Oqg:pK~˯ ,ć*HLwZk*:fAx YCOhJ88n %/{*sh2@OZp]B%_OA4>8gx?ghd " T *Idjt         P  h   0 `   (&8,9:BcRFc`Gct Hc Ic XcYdZd$[d(\d, ]d\ ^e bfkcfdg:eg?fgDlgFzgXCpostgresql-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.Mabuild239HopenSUSE 11.4openSUSEBSD3c(or similar)http://bugs.opensuse.orgProductivity/Databases/Servershttp://www.postgresql.org/linuxx86_64 0#l#J#'"^"" KA큤Ma*MaMa&MaMaMaMaMaMaMaMaMa40c39441cfb712e29ce8aa0ebfbbd47889b559e96e8b9a3f0a4b4d1ac724c2c7483417c0addccbba4a6f3cc376e48b990de581861bff03cc55d1fe9c5563b6d8c3f221f1493ed587d0e294b91158815f88007ed9bb84617c853e64d116849dd82d6e3117168ece81581e3a3f8fe77a9e9267214ac48404e88270606d0f8eeff7794a63a8c3dd5f95705fa161c49ddc73b6722b18ebe8442318af72d509279fa5plpython2.sorootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpostgresql-9.0.3-1.6.1.src.rpmpostgresql-pl:/usr/lib64/postgresql/plpython.soplpython.so()(64bit)plpython2.so()(64bit)postgresql-plpythonpostgresql-plpython(x86-64)  @@@@@ pythonpostgresql-serverrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libpython2.7.so.1.0()(64bit)rpmlib(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 1298248104 7 3 deesfritjaptrotrzh9.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/lib64//usr/lib64/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/-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-postgresqlcpiolzma5x86_64-suse-linuxaYCu%Gu?] cw WďY?ؾ.fԍ(\M#G6e7耎ëwU?p7TwLe2Zr: `t:%B8 ]UwEE%eddA=?Kjvb^tJ„x_~Vcz/<3UQ:譴.{Ww:dxdZJ6n(^C9`XLFeM]$@js GyB)FXqzSj9;n[D4ӝ|][2(Gwt02r'k4p΄Ѱ'1w-W^TK(֗g \⽭;_G_JmYp6s.Jت6x_{Ͽ2רNXb.b*`9kƆ3.*@]+'Z^|("D ԄD;{\Y  mnT`mzv~R +Fk܀_'"rc^E[\}"ݩ - IZ>ćr{9 ˸=J *,ރ37`uQӍ=Srr}o4)%CM sG_   J.Ns[҄FI1inKLv̿'G2-8d wRT&vq2KYrxW8VTzau PW,zs{=Bti}l&:ȲwyoGk>dlr0=aP"d. @wfGO'd#S٫ /.3N( (TtaoƚZ 9aJBĎ!6B靠!H־_Ekt5;<>*9@0r3WNe2#֋rY|&v"g*HzPx S[ZRF:;8о qE'Smyw=@\ܺ#?^QE߫ j9<+b^'6dx''EQ6lW^oD"8UE?PtdąA}5h`oKN5c6O9CZZ"es l'%g-Q^=hVfsϥ;zJW{@a!Pu|[|Jɯ8 \r37F.t?2*e8&+Fy<K}a^0 'tQ}hT؁^~!S};X &\a_]OV$+41 ]P*5E+'Q8u^mI|!ou?0vb"Ww{NA~;1= Dn/ uk0҉SQAi|-RU|?wc5_qp4FJ.@lF2'=dddV9s]uSpD*K͇-u~,B 8|p:rۉԎ۾Bφ C R'yq.HRX< kr}Zܓzm#f^]HïNQ/ԍcbaV8WX:%d":յ#Moqx;5 +qTa^ D9t& t;tM=oi;c#ItsT|]clq{sITٕ6eI[7AsK7O|9[kH݂| 6 ${3 [f`jGp^ 5{\_ᓇ EXa6Njw)*;tM>_,KߚqgtK.u jLY-yOfxqv]^:),9XCVnyNH&CԜ.rd4YjĢfmo&g}@cc'cz Bd 俠(8ЃqS6]-Cꖷ3,$e&7]4'z99_NV߹Z}wTȰ9LbRi-'ߏ~C}ǏIj\ư=-Yڮ'JP#4bb~]\.XhЫ=y '^?i;ŕse^ܠGjqkzh"DT'E=&nOM:Vn^HZ3#+0:75d3eb4{N݅0̽*&|V``ၽ-& jFKQ83$;+CJGzW]11қ n_Jgiط$@$zNi[}A?CIçDޭAIOݠM.x'Zc%03> E@U"O&vV1wW^˜%-n &Sv,I/T]ӍXo Rƿ`0YO 3b&>ABu\hWD[bW-8.0!`թhbTΜ~)wrTL|"8ޮ“^@XĹ,-Gv0<-O|T4ח7[dm-tϏu`v^ A>lA+n})j1 i@]]8Q(@\]!o^rs<5ed.D#Ϲ`Mmu*󙫍 RuyKh)mw%Ӛ!>G1Jh*t&wT5ЀZ3 CA04Ëu&?5@tO{mJe$?РH LIwcI]9K#]vf3o:HLy,T*GId{^lp`~L.QџgIE_eOq_~$_Jv'tkIAkw`!ߎYU :]މB Ʋnwtwe/Xv#O""LT1K&+ UL_DnY?dm;ϲ $ϡm"zrG?sDF  ~6J&>QAe&'8ʙ rcN NQzɉfF>ڌ _9Bu|pw\؎v;%o1VJg#B`JM0 S4J5KjԥŲ!֓S㗦Yrn|Ԡ3%P8pQhl,G( ni;%UF&;MݮV"X܈g/c׀ IQtt-uivAe"5{? : 1fQ ]2g7S1[_R(6=f߉AJ}+gy*RVo$CI,lH\*> *f5&,"u[)=8Lm?:ﮧ Tu-S8y ^WIQ82W&Ƀm)jQXR4?F Lj9fVYOIAͮp-x\dB4i10UF;dx X7H!ZEl?+ m _&3 am8Jɭ^|%A"oay*Θe!t>BZ~s4Y[%;zq2}gTg|uq k [kĢi=3Syza UzsdGH]i⠿k[fzjR?gy)$)Y78aPsӻqybMmj妳sLN>:׽SslQdw"QYm`Ŵ׳.q^Ɓ-R)'϶V떕^tGn|O'![gpniCOƩJQ(_ixz W_J^ s\W7w;XnaX"-r/.Q p0}/A\,\QTU_ܼ((}@F : 4Üi6̦ǂ, ~LbA5$WtUڅGǮ&C'\˭6!X@kP }!oX=͘IRvpBL(Q n$6Apn"sdBM<jҡUOpͧƣ[:ԔR}RhPH>`e2jP̰dh2M|n= f׮^1f:ݒ-r; F:BnE{{c7~ьRUpfMsp>JEHX!rn.n1ú;Ӝe=#]-PAC42ł/RcqpG>Kp|?}GƜT5 ]xO*OtǟΏp nj6t5uC ]f$^fpOң&V W<+꙼Dch1Gޖõkq{^b>)$ l =kNYJe4Vܼ~(dd#\ÌH һ2j :kɇ8ۯNpn_b?m(mQ}_0MRiԨO RjTJb'bS-ȡf0>Js̨Z>'b Fxr3"??r踘]} Bz|G؃*&PV,!Olf: c1ZEA Cl$piRDJqSc*N~?>JI ^ߒ# 8Jdb_#xU8HMZe)E&qdwp'GZnhƝ7n&'];%g ?o"+,(qώ2b )AF)75IC=Ko_H~x`xɠ+=3,knfҖv0~ ڗa!.!.FLӬ)hEl&!5,"Z5e=pb*0e4]; B=4xPB,rh7יA8̏Q~{oszG&9"*yݍץLʳFŽ{kE;||=oDܫZM N%s)0Q{}1{T;k0ɠ( 3 _Ē5痭@pírB QeLê]@4n4YKmhB(27O{ =k>yTJkA^kl/㷽QB:ⶳ0$o!<}8^di۞O$ /+/rnYxK*֛e^rJG6-7 /6ƦY>nXID$"DE_ի-bP<}%&1_N53\ oK-WDŽ[{w*SQz$*⬻/<~1fo]eOcmh~L{X2\v"Ϻ&&>$]T]Dh~q(q22S '8֩WjJp P2)2q",1);̅]kd>ϣ$06n6/]9_4ꓶj 5HY@B1Q'3Ю/M/|+/_$=D;jpl; @UyX'Wg7;Qv S]Ų*=ig]y-].Mjc-C-2|ea)z3;pHn ]ޖz\;Sd9NzJ=U찄cY%}A5(3TэuRzMKLYWK4v=ۘ7F+Y}|꧔K! 8ޅhދA6!]`SPCk%W@*>9%FϵNjHt,Yx(A< x$/xؤ^a2zaͦC]`Ud S3Uđ cDLi93 Ra掙_]TPaLS}zܴ)=́-{sOSd%**M1>;_Xy髡0Syw>?Q}2]"3+G8R^/ LЏZm11q4Ż}|o  5+4ǁH-([sdl-3IHhʕ7A{OOvUVKz#}a:zlWIL(]*POo)ޓhj;c/Q>i7[ :vҧ3 59;R귓K\Aae\n)zIb_dA7ht tRn%7`;Lnop!r220wW{6^uꀪ_.Tcբ }9qRV&4HS+1A i] }3s̳iez~̾jr@fpZdt[-e~nH1n 睺V&,!g7fYekgĄ뒡֠ TYv#g% VlL˅25baUwkd9Y6'a'NQ:0+_p[̺7UH[#재9X@m{@MwCslX70T. &ѢH{ϘGcqxZ:y)2O)HRf:^,FiTpqbxa&D Odp-9;\A"z豾gDyj nxY傦gW/<;_bU^ _ :h3"K;zi˗pk 6 vNRdǻ54jv-y)OZsw((&Ёۦxea㌾@Ҋ`htM^.E yAѭ2p:FXM Hc^BUbحGZKh+Kj%V+f߯yv`^} }l ^-\ m zviʰ23c7Poa 0Sg\eGqI2!*ƢZ\`kL r5t10˴un3(aI T:9}sLhJ1|wE ^- 4qRU'>2y ^f %:k%۷~X`@P7^@'5MaB%~-0wjd59 $Q{_)>!AԚ1G3}' J[mMDG < ÑHؿQܙY?>[ vؾ8 HhX1Q]7s[ @Ayzcui"3]칻 Or..H\P)xjGzwF"{ǝMzq?Қt[]z|s/4Uڕ)r]wwr6^<(ݾ“kxXL ހ9ٱ>nF`V4ء8#}SS.3cBڸV_ϗjͯKIW*.aq4&FaƙE?ilО7ɒ[x> 3SxVO:8fKp430?K[z_3 -!O)F 1Qtzp/a ?3@-4sLܖkum rCa 4QEJ"hNiWu+E.ZkIn୸+'ٜU7l7'zcH߼'d$’D ?PpFO It'%uQ1w)Y?~ z1k[C I&D.U"kRr8atSߊ }?,hYH@(*3RL+h짂+[bTU6!Y fg7־VHJ87-6%UŤܵYp:&PyN rzM"Lru_X[=)W~/I&!A׉|q}}&:6H8q'̸sG[jٕi}-er\5U*qXZ/Bb}T7]3Me4 -{?RWܼ=q,&KlN-np5zm8c(Ehl!&<0aWq҇EF)dƦ/ҫ m+bġvgo?(By M̥s-1'q4F-= c:Q0m8GEţ48`a<"A,܄ IG0;70o5VfeL4 H{_o}9=K*e)KR{iR9ѓHQ˻6I]G8ӣT̝?d-d6\ܧ 4Xac8! U;m@N}2l N5t'eIӪ"m;m(,?Wgڠ"&EhKw܎EFKWٝ~ZQm oE VO*%$ A 0Y/xO,Iai?an Y#Չjm4iHhHW6K$fB4Ggs^@Lķј;&ȷ˲q@lU)vò\vP޻z1θ(lp WV7xZ[c,޺2 έǷ9rz+P 9Th?vYX. p+} X?Ccj#427&" ?hh#~Q|kNQ'pںH2J4y-xYX$4P!} =Ƹ5v#<r%k 4?݆; rb9<`9OP<՟^8^r-(Q:k;Riq |p3(ǐ!c^eƒI++T8GLe^-#5r6" 1aiGzjز*~^׽O+2_ί/Qu_.IY:cj*x1J:BGop$Yko Jt}lOL.0MBbSC e0;KmuۖSُ8;xuSK>,;"Ͷȵq({-H>\&#دbbYƗ kXC/]z5n4?\69hȒxkT$9lĦtޑ'5Y&BW,E;A@p1xn:b]y$#-ZݰuDG R´$#4|87D?:.[茳؂e$Hr%Q(ɷ47nS+B׸J㺴6EDi@{cՕ5Wp{^C$c)ac;Aq-dXgOp#&WZR;r{SNt~kߠy cNha+9$enoU9ߗ HI=ǃ4e\{A(vpWꆮTkL} CɦoP`CGFOej̝\xT:n<j1αXy}u|Pfȩwv&x(JI&\6"ɳhVPwqɵ'Q'2vv Fhk6.R!6SQGzȳsK5~ AOjḴhy՞U3+CQ'cы'ӸV+FtO^K۪鳓WTlgIU/S29ZXժu~ ,`2ndvQ~:6+r/-G ~ zP2yI#r }>LliK-c:i(;FU+߶:f?<s)tɷh ~뻔+HN;6ėH!,|%ãsɽ[ʒ!ls&~:}!Ldpnvz23 g<<_LTiS; R0ߢL5Ӱ;Z==+3!eftfZmas?"RԠp_7e6`IlxYJ>, o1}JǍ9r eͬ#8RSȱ8:ܥ; -X)c1o5}K)TTVGY3}i Ixrހ6k|CwR@<m>Z0vo5sX쪮&laLO'|nk[p2M+7_= [fCn['@27wSL˳q.4Y6:^V;! (ɱR㔨U@qkkw`槎}cpŁ~cT\Q%EOpJk<'ʕOrU4 A;%;&J\kRݩDJV;ݧ X¦;Isumy)eO}ן܃<ͯt0g|~6Bl*[˙нLW'YM|L_j疅G%B+KnH(xMˎd3I,ry <|Ud]@[ cv;1}(  Ka:v b(_O2uxZQKEWz)/ub%bu' 6ͮ0ga/l{sxyW]ufTZ3*Y;uWw$ZF)LChB{`ky !'_\9 d`:I4w\q8l֘BUFz'4߻pڭ p

1^fN>֓* 7kL\6JJF3C.%N)UQn6hk{s#ޗܵYΕؖ4 | MM؝ʙR(2 >M*0t$H}&O_gM*4B\. ?܏ra ie0p+hR5)`ΰGRtJۄ[<uQn4*)9r{ʷjϼ7>ER,JQk۝/@gw W#Z j ny?϶Ô& }9;gCS9RCi+@c \G\CR@lju~A%ھSeeL-~R47s(QdHnC; kӼ+(ދᄼ)qldֹ+~ELxmP;B(~ n!VbB!?; j`)^og[^d;G3h1N=NnDb)߲%@9͚R5K'waƃJNư\JD%xU]kxn |=IxlXeClY: %Ԙ|vAW0 W:N^{ttgxvٰeb|pwU7þ/SY?iT FLn"h_ez_nHx9tٯkxf H^ =ಏF[l5Hmח|xU;OSU+E>A \S@JW!\1BS]܍syk VG^%>yߛ!ʪ 4]&,K{ĂU⎘4V-D8tGϼy0R~ʒa%g"ïrqe^fVxQH3}2!@2]RZL@[\]-+δ+ztAOCs2J4Uϩ4}']󨧬Ȯ+ #=, I.Oj3B2`9b.-BFKZ#0ci쿣w$^=V2B'pd8ьu_'a͈9W)/y{=+П*ҥQ`Jq{Ԝg"4ߋ{}`\pd#gl2q]'YɚlUE\_8ů.XDMή'sp”yM DKJ`B%.h\ (99Ø3P>VcWObFYK~5Ԥ2MeH8Sf};\ҁI(ʚ[:$Z[ ]),X! oے"sfc{ؘ*OxM.CM Tt ŭmECEGR(EBA[?) 3lxa^PY/[(BcmuE:} F{0DegST¯>1>=,U܏тٹ=*>Tvtu>{^x0״]*}~\VhFGD |*Y$ph١ c@Z#g[6^bĞzfT%DV_.UA~}7aϩ*>N [OHjdPw\i$ +O3 kmdm]A? '&e\!pOMj+.2 @r}㮯;w["ΨDȼ.ݻK NFxמ\WoF|MZBm؆n BNQV;gx} ֶy3P/EWZG' j}7EX}CelEAPcK2uH]]Wg[MYivkD||s&ŠJ(\(Sp.VP&jE3Ӄ{HE:@`T'%Ӿ+G7љ"\Jz43lGYFs#bٲi/; ZX`|p=!i֚'RsȫZqI$xúa*u /vլ!K,9"v2!zFRM҇TC4 ck٫>6+Q3bȹD춾Cx' CRnvJ@Io!ֿ'$F-ݷy+,ɤ)ݲVEV Ш)GPk%Y[mN19R[Cш#8{X2ode=4pJUS*DײrѰ[̺U(婎?'0ՂzZ l]T^1n{fMcJ%e9Tt+k/#olR^}Ϲ)nɤ7U |4_"kHa1Fe+y8E>m7KlTE)Y_3蟅_7ll J]H1guu>6 ?J4!0+gɱt\%b>(z?~5bøTN3ovst1^<YzYV8R4=vm3H/S&|P*o%3!mQ$SǯKEe[>Q;HլVdn8)ݪC1ʬj§A}oI +0sb_@bgV7wL]Wmoa1X99FN$[*TⱓƧf@?>mW"!wFRiN0棏Y8H\7 #Hp2\oىu:IEi`:Y?Rdz\wh:$d|Q2F^ ~f5W32l>>qVȳ~ q~AT?qz;Ҧ)q{2+th)U:θW~n bu_A+OcvA(A ~6*L3xYJ9nhLne$?v[l:ڴD2⏰ENHڑ&]y-oM/rL8GSyZ>φ%IҺC@mؚgNnΫd/?Yv?k#Kn.2C5VmcVw6Q8w]rKub"֐:1 U<nf!>ZplњQY=7ö8F[+!ÝQ *),nJ4nh<_#>1:ݎS&QKζyHs} |gbF0/FCrtlˆ"DI+ژ>A[-XE:;Fc_U6E;Ki|[h1;1d_,hG(:xU'򿭖V~=-പ_[A)x\ʻµ:O9b ugUjClDA"u:v`6ZXG@TNT݁P6,vüO"%xe쭗-qm(cxf3fٵCw#52RRyJ&c%yoX*A]yzYz6M{,c ,>fDrjjT"&&^@9DW:c("ȿ+nǡF&h]ElJ YI> lBeٱ*#6JKS,G1H3\XuXCܲG'ߕ1kG06 '$)( {.3o EBKc6Ӽvf: :E/Ηp ":6 A ʇIu0]pO50QOYIK=KzP`>T3K?OEWq}M0U|1 H3N^z)v=gh >Iv&2 Ɩy64ҡs8$=ikLµ=M䖳qsLX~ $cI`܊{/pևRGKHa0b' 9g slwt^>nbʽ_/y>٣S$+wЩfS;@ W5u”ݮo1NB){B}QEU-6#ͪwV%(=GY1Ц{$\]Gx7k{D "*.P"(>3aX@+!4nǴ{T;#a)/%Rw eS,|)-!`5 8H׳N-v˰ȏ1kA,s%zu#/mgiP7:}ìJ2hIV7zjR6JZEܨe>ⓤ o13.lCBoI a4׵xt?ܤX/\'vs8!㟏` mx{n+N}> cHg"8M CQZΟ)c|\X.i'YؙϿƔx[@ZjxՓcS<L1tVܢ xgV~Y$u9u5\c'iY ɟ}jjrg3?H|ZCH*R:ϛY`@O9|[TˢgM{SuU{yk*ީQP$CTm 3 Q%g2D gӀ}8y{v$=?il"D5鿡<SQ1c!q-}Q:h 16ػ֞%0 p^Lm<`DvX(.st~gAUޑ8E]5o'4L!9RkGHβ%BW>?wԚ %&~k9Xq`K~iOI(<pk/\37l-!歘/WDҖ)P'OW/O3\:00p-üg5642HK)w+3.M[XC=fde}IJ_CWGD~?0rٚ :r VWNP3}I1ߞ'ٶq1Tg: ɒVrXv}D^Yq "-NLԯɝnjCOø^<oDV#3z}2*̮W۷ZHU~uS"j5Q|yD:^AU$ڞdՍ ;d[plTW'% fxNoe ]Ei =d#Dy 4Iwh.q̄H2c{8һA ?3Ak^K 5)B&{#uPSu1@LH{h03Hרk%3Wqlq@ cȥEz&-M*&jn/w"I,<w»n>p~iY}$w uMu=EnvS ֖|oTYM0cN<53\ TAwvRS' $4gDY ՑvrIMMoȟ,FqKŽtT}K8h;s PsXsBkdDaRq_351LEFǮ#i\[ζ2s,Sǿ[NrqԊ$:q|&& 0UlEpN)i0IKmVT͟Fy{<L+|+ gu|Lmq t~v40H=C2vTs:PJʴ爅-;\O "aܗȤ wZP&t=RGC*`A=3EhK?u6cvf ~uH ^o lS;nͥ ꯙ.G[5.m` .?=]B崱3,. =#$f|M3{D <?=s!a4΀}?Y~w|GO?<NVf)QIg.(˥‹E%D% /Jb1iL6T0 tA<Xg9?Ӗ M0ev\wf3qv,9Q_.ߢwWB(2|ɓxY6 O`fr2&n9@Vf*A=ڞա"y@v׷3)k 4(t{ 2:oE꩸7Ei-g7+2teU ARta+Ѥ{,Wd g {$82XzELdžP#e} eF&x!uo.I3Ud'dݍB/ ڮ&Kfٺ u>4Om?\-JR8(!tQ ;H9l1J$4!:7% oN~#VGY1?\,YY㐫a664 4G?}ڱBo]Eu@v7^L[]u..EA5<>dPY$ZR$/*qoՁ\>C,++qM5%\hLyL pPcb(K"+g)LOTt(l%0@WY^ @Ocj-\G~W?TA;x(oyⓗ憡@w0v^KT=`㆖#~(*r .U ziCYA6ְ וaBb<9[F/פSN=_4s nbX'8szyRsfye}d/3KDZU(0@zŏmU 1Rc~ P39nP3jP7OO {s)-QF:ڡEbXQAzn?JjIg$n/8QHވ,ONm5.!>< < m 3u٩T?-H_#؀}"LB䃇? dR]0=ܵfI‡S<7@YyП2֋,'?`>tXWNja|پ5l &8Y͚y`N#tg‰_:V^`ﻝs[U\bT{TjX/b|1O#i{8O\oI;u^{fkϖ$NmJHPR/MLS-Ӣ>`.~&# /u)]fݼ&=BH ﷖9mbKP o@4rIXxeJ\")=$AZXPk!Q*4\elzAM{6@>-5${;ۜa@镬i!ɑj $tce(P6\N`pݟyz|\FkYƸga:俰g :&_.DAs7pp?&LϓfWvo%$(ԓ%mз|nIxĂ6:ߔT>o|ynͤ):p;>c2;NL&Wsz%|hbS?M S}&GE<p@D;X٫G=.9GxrG: iXO rtI8YAq-Tا)+(X EZ#H? !!ǵ~wk䁚c{` 4E';^ZQ$BgR&=HAek{qb{iwZ$Bp+ R m=W"PeoO, vYF8dUfV̔5'c\$׽?I" y ݹwq )n |_I4 8T= n\rA+}4rT{ç Ғe`D ISl 6#:(РܟFw@p +=R:TyLxeO `MOm?; t|xڻ]+KC=^a͎R7ݩ B(v*ӳ"T EZC +OiQH!ppjZ jm݋S|>I|]v]M2l5o~WhB7Z,Apx,GVaNOnhY6dCDD@!L$qm L;]Y,GGS MI HUu[ֳS|׽tJ4l &OrR;;%`Y99fh 6$9ԜGQ1T~zto_4g]X>v$alI#'ńѽ#te( ,ľxv{Ք/A%{eQע|U7j́d@uAjiaT< ).K~ڎ>h46=T7s3\~8 סī-_Ȝ?O?Mǚ"ᛀS,d+`M+ Dmbϯd(]A_Yjؒ;߃]0Z@5IݩCM9T:۔s)AԄ=՛>g1:a!vu5#mOGA*?֑\Iu|$K\P# i4;!88vH^'*v9] V ibBLbΓ-9ca"2!8 l،?w*+w1FuI(F1R%|qk]Eg`Z -Ts C}Ab\yct'd,e0WSB; Ė{{-8ZW mH9CԈs9z4ە2+1XhEzDQB.pa 8d 'keift2wncT[}yp"#Q+`t2:,1O&I_0.,T!\_%2ن5_uWXA@{e!o2'%F{Zg?͋_"ѥq^WedEy&XvH9GAgC٘Y}ՠ0YXm [,{cu UR@}/F?姒F1Š>)5 e1#ЉI=_%̈́AI]-lڂ&tf! EsF 4q'A6:B<7nͷ ISWۚf]de{sI&&tjǫ;ad;k':5%r_A*V9la?Ս6M"6YSd#;ӄWmWtMSPn5NS&\Η=٪ ~U`~b.2Z$@p+q~b,Vm;͇)>R%0w$X΅_E>ϻoĿ~RPBH8SҾQ+qaw'NdO%Jϡ尿}n+N?2~ppWŹsw~( wC/_)(Rtз"R"Wlճ-l>=QkԙEUځ@t4E+> 횎_qK`9&(T~{xPQH54kɀpKZ2'UC̣hFw?`.\ $U H Fa'jIMZhLK8*J(8Tv ͯ' ( ;v& TZ!t=̃ݝ\]QJ?D@ۅa{; vi0a0;}|s_BGmMR#)3;[Rc hp6|dT5۷Lt5q[ 4UTnܝ4z[X.=(ېX0"}:cK\Gkxp+"x-5(++ kx3$ SNueB?Z.eâ^*w2#~!mmK5})S$0@MDs(4v|QIQ` ]{qY`H<&[0̿sx65@Np:|)lrH\F0PIוb *"|1nWM#,x8KiYoO/y;`vR]hr:_!#zR|`4:pF dU>ׂµ(SXchZ2iت%F?gʔLExF&op- [Q Òg3JY$z|&yWNJKKӾ5@ȀOC%6AÀa?ٍNr RsdX7@%Y^)OSN=Wi[:M;Kxzhn{I>aiVML88c)?P~)!=ߔ^S/%^@LQW=+iہ&@f y9@"xg0sz1 -m}k'T XAkCB(]=SZ5B׼y-䆼L/:wR,2̰Gw\D+ŗIi6nYw˛ˋeGhPe{*RLn !M4nSF_%/`;v*ka !nR,9t.@,tE +ϟcNYwAY^Jd$GWYIܾ%cHCNG`ՠ l y^cC\բM^@Xt128I7|)7O*wUNw-XvZ)łj4! @}FE8Y8K(DX^Ohe-Z-Q]v{O{!|+D.icc|RT_ $ UݢO翑-˗޿E0>,(`]>$+ x,* ."#) ̴!/%XI"?:U'aoQO?qЏ!Bxj >gWh} Bm])ڋ}5;K cybxݤ~985>dc7\U*`U@;_8Pc*cLR`Eج1g?]\i3JbuѼ<M!6kVz?M H9b 6gŕ_%8W vf S 9$ȻΐͿn39i2eZ?$HhFW59Xu 5O|-=@A| Tb͜2u؊` +~SD`3tim-uKIxcZK&BNB yi5(8OWؿ7LO|x]Y94'a^&`naPq;FċHڣq Qs)\L0M܅jF'7Ena`H.oE]r|ih|}\"摌0>ftXλo vMUχmKHO!£fPtki\?7ZMj"S yA7cytϱ.WvaK90 ӏ6U,[\6-NlBHآbq\eb DAfXG234R+RnbhW"iǧ RJW,Pѳ ߅*ٖIN)jt2՞da beҝނbk׏нtm-_%ԕ袝 P\ZO*Zɀ9 Xx'@6LKOA˹?'MLLi Γ9T‚(ezۜ<ȔY?OmF2b1:0D5 %*\O֖1yL\E՞IQ0,)tr9~gzv:v0o)Qz/4O-GE ~n; /-B+Єw^lFΊ/-5y_2WB_qubƈ U BM8HuS }qyڷ"ٝ'"B9mZsƍ&A ȽD .q ~mٕ-D5o!j80^[MaLa6PnrE9Э I/1!g܍ڏW$F dwFV_!z%=:TlHl*?X~&n@=7b,۞lti"?WՋ'痃N`χFs#t,1t̉oeKkyqڑDK ii%̒%y h*Ku(7]=qWBV;ThEnC^WAG͢ma; rR"0ό!mttFYv [aJ8_]?dT)C[Lj)o.tc㼉!BUtUd "nv>h'5m6]'Ace~;3UD ۙP, k92_+S]ʜB9iF$ J7Y Foj]=W2`_xB 'x"v>,L cUP~%_Y5^)`<C@؊ >Q;)޻^ X. )hb.f7Ʃ*rV&kq%G!eOڣ_nڔv.KD)O/uzೝ]\ .:_jN:c][ oxfoA9~.CL" ŎK-ĐMay g2z# \ؚ| t1Hu ۺz.;\H~h%'D%>DI88w: \vbg1E1mB.XLX+f2s <o|4lp\Ec i6䜡"Bz(V~SX~4ZdkPG_>aaU4Cg.ߩ% *pBiEH R ;IBV8@[U均iW-Uh)2 jPEKU>bDly5#N >8Pde @1Xj0"6Sl.ÿÎ%a_XPաGM\b2.ŁzTw38ip5f5dW_  RAs`U!+(U(4NL &;hǟQԥPR}Vv<5&]$`JdR//cMȷҢXdyDWFnvqa·gWz,-Tf7j1@f!_+K;'2 ogWy]Il>nGkx|,5?\b7F٘1Nl8]8abϚJ!I`#QEծ)jO zVhM>-Zz3kMCA獅#X5ϧP:?fGNk$`^QE 5ghwHn|*yGU* aY =w{km&^M:WH(6vcR‚ K'eTjTTu޸`P"UPY3 PMl JsQZEgf:h/ A2:4da]9gz`D8Te:Q&{@h{Iw:PSAqvdR]fwoI,](Y8%jƴV'