postgresql-devel-8.4.5-0.2.1<>,2LHŸ/=„J`_jb b6ΔN&o44S-IA賹}2I*]\g޷#frx3]qqεvtbo#`LN:yMWgu.̪yKGEuQ:Tj(R0O _,+1˂:>O2LeȎъi_3~6x OVj782.f^/Ly4k̇Hәi-ٛuTvն\UM~F1iEH>5TL?T<d  QLPX\js - - - L- - _- b\-k-u--  S (v8|9:<FG-HT-I&-X(hY(p\(-]1<-^J?bS3cSdTeTfTlTzT,Cpostgresql-devel8.4.50.2.1PostgreSQL development header files and librariesPostgreSQL 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 header files and libraries needed to compile C applications which will directly interact with a PostgreSQL database management server and the ECPG Embedded C Postgres preprocessor. You need to install this package if you want to develop applications in C which will interact with a PostgreSQL server. Authors: -------- Marc G. Fournier Tom Lane Vadim B. Mikheev Bruce Momjian Jan Wieck L$build338ݾopenSUSE 11.2openSUSEBSD3c(or similar)http://bugs.opensuse.orgProductivity/Databases/Toolshttp://www.postgresql.org/linuxx86_64 jHo ( iit`Q2L`.L !-M*XIu'M 3&xd$ 9\RW!3I.q+*-!R!A` W" 8K(0P1|p -@;OT (  t 9*+ eC ; (cQ YSW3Rfk A D.p3|: /Ux?iYNLr/o_/|h?^ ;#~[P(* s1bvy>1 =l -3 12C*|NLA Bg NL !IP^# h S ;,`]O1-2^l]l\]M(QS(-}`^`~bghihfeP- -" /ni d EBHHEENHNEQHHK<639966?9?6B<9999 v3 I OV d1 M  ts U a  Db9`  NC !0(1=#,..R~>+ e^? 8 /!-  / 3 @ h! A Bz %} D=z~5k777I6 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).- obsolete old -XXbit packages (bnc#437293)- Bugfix release: 8.3.5 * Fix GiST index corruption due to marking the wrong index entry "dead" after a deletion. This would result in index searches failing to find rows they should have found. * Fix backend crash when the client encoding cannot represent a localized error message. * Fix possible crash in bytea-to-XML mapping. * Fix possible crash when deeply nested functions are invoked from a trigger. * Improve optimization of "expression" IN ("expression-list") queries. * Fix mis-expansion of rule queries when a sub-SELECT appears in a function call in FROM, a multi-row VALUES list, or a RETURNING list. * Fix Assert failure during rescan of an IS NULL search of a GiST index. * Fix memory leak during rescan of a hashed aggregation plan. * Ensure an error is reported when a newly-defined PL/pgSQL trigger function is invoked as a normal function. * Force a checkpoint before "CREATE DATABASE" starts to copy files This prevents a possible failure if files had recently been deleted in the source database. * Prevent possible collision of relfilenode numbers when moving a table to another tablespace with "ALTER SET TABLESPACE". * Fix incorrect text search headline generation when single query item matches first word of text. * Fix improper display of fractional seconds in interval values when using a non-ISO datestyle in an "--enable-integer-datetimes" build. * Make ILIKE compare characters case-insensitively even when they're escaped. * Ensure "DISCARD" is handled properly by statement logging. * Fix incorrect logging of last-completed-transaction time during PITR recovery. * Ensure SPI_getvalue and SPI_getbinval behave correctly when the passed tuple and tuple descriptor have different numbers of columns. * Fix small memory leak when using libpq's gsslib parameter. * Ensure libgssapi is linked into libpq if needed. * Fix ecpg's parsing of "CREATE ROLE". * Fix recent breakage of pg_ctl restart.- Bugfix release: 8.3.4 - Issues fixed include autovacuum crashes reported by several users, two Heap Only Tuple bugs, a foreign key failure condition, a too-small lock address space, two Write Ahead Log bugs, several planner mistakes, and numerous "corner condition" bugs.- New version: 8.3.3 with countless bug fixes over 8.3.1. - For details, see http://www.postgresql.org/docs/8.3/static/release-8-3-2.html , http://www.postgresql.org/docs/8.3/static/release-8-3-3.html , or /usr/share/doc/packages/postgresql/HISTORY .- fix init script- Fix broken configure check.- Add baselibs.conf.- Removed static libs from postgresql-devel. - Removed more old Obsoletes: tags. - Fixed path to pid file in init script. - Moved "make check" to %check section - Silence some bogus rpmlint warnings- Adopt the 8.3.1 package from Peter Eisentraut's OBS project. - New features in PostgreSQL 8.3 include: * Full text search is integrated into the core database system * Support for the SQL/XML standard, including new operators and an XML data type * Enumerated data types (ENUM) * Arrays of composite types * Universally Unique Identifier (UUID) data type * Add control over whether NULLs sort first or last * Updatable cursors * Server configuration parameters can now be set on a per-function basis * User-defined types can now have type modifiers * Automatically re-plan cached queries when table definitions change or statistics are updated * Numerous improvements in logging and statistics collection * Support multiple concurrent autovacuum processes, and other autovacuum improvements - Remove old provides/obsoletes tags for way-back package renames.- added baselibs.conf file to build xxbit packages for multilib support- Update to 8.2.6 to fix five security issues: - Index Functions Privilege Escalation: CVE-2007-6600 - Regular Expression Denial-of-Service: CVE-2007-4772, CVE-2007-6067, CVE-2007-4769, #329282 - DBLink Privilege Escalation: CVE-2007-6601, #328403- New version: 8.2.4 - The list of changes between the 8.1 and 8.2 series is too long to reproduce here. It can be found under /usr/share/doc/packages/postgresql/HISTORY when the postgresql package is installed or online at http://www.postgresql.org. - Splited the postgresql-pl package into individual packages for PL/Perl, PL/Python and PL/Tcl. - Added a config file for SuSEfirewall2 (#247370).- Add bison, flex and zlib-devel BuildRequires.- New patchlevel release: 8.1.5 - Disallow aggregate functions in "UPDATE" commands, except within sub-SELECTs. The behavior of such an aggregate was unpredictable, and in 8.1.X could cause a crash, so it has been disabled. - Fix core dump when an untyped literal is taken as ANYARRAY. - Fix core dump in duration logging for extended query protocol when a "COMMIT" or "ROLLBACK" is executed. - Fix mishandling of AFTER triggers when query contains a SQL function returning multiple rows. - Fix "ALTER TABLE ... TYPE" to recheck NOT NULL for USING clause. - Fix string_to_array() to handle overlapping matches for the separator string. - Fix to_timestamp() for AM/PM formats. - Fix autovacuum's calculation that decides whether "ANALYZE" is needed. - Fix corner cases in pattern matching for psql's \d commands. - Fix index-corrupting bugs in /contrib/ltree. - Numerous robustness fixes in ecpg. - Fix backslash escaping in /contrib/dbmirror. - Minor fixes in /contrib/dblink and /contrib/tsearch2. - Efficiency improvements in hash tables and bitmap index scans.build33 1287506468t~|}vwyzuxwxyz{     | !"#$%&'()*+},-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQR~STUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~789:;<=>?@ABCDEFGHIJKVLMNWOXYPSTUQRZ      !"#$%&'()*+,-./0123456^g>?@89;<)      dedeesesfrfrititjajakokonbptptrorusvtatrtrzhzhzhzh8.4.5-0.2.18.4.5-0.2.1      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"""""""""""""""""""""""""""""""""######$%%$$$$$&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&'''''()**)++++,++-.//0011223344566789:;;<<==>>ecpgpg_configpgsqlecpg_config.hecpg_informix.hecpgerrno.hecpglib.hecpgtype.hinformixesqldatetime.hdecimal.hsqlda.hsqltypes.hinternalc.hlibpqlibpq-int.hpqcomm.hport.hpostgres_fe.hpqexpbuffer.hlibpqlibpq-events.hlibpq-fe.hlibpq-fs.hpg_config.hpg_config_manual.hpg_config_os.hpgtypes_date.hpgtypes_error.hpgtypes_interval.hpgtypes_numeric.hpgtypes_timestamp.hpostgres_ext.hserveraccessattnum.hclog.hgenam.hgin.hgist.hgist_private.hgistscan.hhash.hheapam.hhio.hhtup.hitup.hmultixact.hnbtree.hprinttup.hreloptions.hrelscan.hrewriteheap.hrmgr.hsdir.hskey.hslru.hsubtrans.hsysattr.htransam.htupdesc.htupmacs.htuptoaster.htwophase.htwophase_rmgr.hvalid.hvisibilitymap.hxact.hxlog.hxlog_internal.hxlogdefs.hxlogutils.hbootstrapbootstrap.hc.hcatalogcatalog.hcatversion.hdependency.hgenbki.hheap.hindex.hindexing.hnamespace.hpg_aggregate.hpg_am.hpg_amop.hpg_amproc.hpg_attrdef.hpg_attribute.hpg_auth_members.hpg_authid.hpg_cast.hpg_class.hpg_constraint.hpg_control.hpg_conversion.hpg_conversion_fn.hpg_database.hpg_depend.hpg_description.hpg_enum.hpg_foreign_data_wrapper.hpg_foreign_server.hpg_index.hpg_inherits.hpg_inherits_fn.hpg_language.hpg_largeobject.hpg_listener.hpg_namespace.hpg_opclass.hpg_operator.hpg_opfamily.hpg_pltemplate.hpg_proc.hpg_proc_fn.hpg_rewrite.hpg_shdepend.hpg_shdescription.hpg_statistic.hpg_tablespace.hpg_trigger.hpg_ts_config.hpg_ts_config_map.hpg_ts_dict.hpg_ts_parser.hpg_ts_template.hpg_type.hpg_type_fn.hpg_user_mapping.hstorage.htoasting.hcommandsalter.hasync.hcluster.hcomment.hconversioncmds.hcopy.hdbcommands.hdefrem.hdiscard.hexplain.hlockcmds.hportalcmds.hprepare.hproclang.hschemacmds.hsequence.htablecmds.htablespace.htrigger.htypecmds.huser.hvacuum.hvariable.hversion.hview.hdynloader.hexecutorexecdebug.hexecdefs.hexecdesc.hexecutor.hfunctions.hhashjoin.hinstrument.hnodeAgg.hnodeAppend.hnodeBitmapAnd.hnodeBitmapHeapscan.hnodeBitmapIndexscan.hnodeBitmapOr.hnodeCtescan.hnodeFunctionscan.hnodeGroup.hnodeHash.hnodeHashjoin.hnodeIndexscan.hnodeLimit.hnodeMaterial.hnodeMergejoin.hnodeNestloop.hnodeRecursiveunion.hnodeResult.hnodeSeqscan.hnodeSetOp.hnodeSort.hnodeSubplan.hnodeSubqueryscan.hnodeTidscan.hnodeUnique.hnodeValuesscan.hnodeWindowAgg.hnodeWorktablescan.hspi.hspi_priv.htstoreReceiver.htuptable.hfmgr.hforeignforeign.hfuncapi.hgetaddrinfo.hgetopt_long.hlibdllist.hstringinfo.hlibpqauth.hbe-fsstubs.hcrypt.hhba.hip.hlibpq-be.hlibpq-fs.hlibpq.hmd5.hpqcomm.hpqformat.hpqsignal.hmbpg_wchar.hmiscadmin.hnodesbitmapset.hexecnodes.hmakefuncs.hmemnodes.hnodeFuncs.hnodes.hparams.hparsenodes.hpg_list.hplannodes.hprimnodes.hprint.hreadfuncs.hrelation.htidbitmap.hvalue.hoptimizerclauses.hcost.hgeqo.hgeqo_copy.hgeqo_gene.hgeqo_misc.hgeqo_mutation.hgeqo_pool.hgeqo_random.hgeqo_recombination.hgeqo_selection.hjoininfo.hpathnode.hpaths.hplaceholder.hplancat.hplanmain.hplanner.hpredtest.hprep.hrestrictinfo.hsubselect.htlist.hvar.hparseranalyze.hgram.hgramparse.hkeywords.hkwlist.hparse_agg.hparse_clause.hparse_coerce.hparse_cte.hparse_expr.hparse_func.hparse_node.hparse_oper.hparse_relation.hparse_target.hparse_type.hparse_utilcmd.hparser.hparsetree.hscansup.hpg_config.hpg_config_manual.hpg_config_os.hpg_trace.hpgstat.hpgtime.hportport.haix.hbsdi.hcygwin.hdarwin.hdgux.hfreebsd.hhpux.hirix.hlinux.hnetbsd.hnextstep.hopenbsd.hosf.hsco.hsolaris.hsunos4.hsvr4.hultrix4.hunivel.hunixware.hwin32win32.harpainet.hdlfcn.hgrp.hnetdb.hnetinetin.hpwd.hsyssocket.hwait.hwin32_msvcdirent.hsysfile.hparam.htime.hunistd.hutime.hportabilityinstr_time.hpostgres.hpostgres_ext.hpostgres_fe.hpostmasterautovacuum.hbgwriter.hfork_process.hpgarch.hpostmaster.hsyslogger.hwalwriter.hregexregcustom.hregerrs.hregex.hregguts.hrewriteprs2lock.hrewriteDefine.hrewriteHandler.hrewriteManip.hrewriteRemove.hrewriteSupport.hrusagestub.hsnowballheader.hlibstemmerapi.hheader.hstem_ISO_8859_1_danish.hstem_ISO_8859_1_dutch.hstem_ISO_8859_1_english.hstem_ISO_8859_1_finnish.hstem_ISO_8859_1_french.hstem_ISO_8859_1_german.hstem_ISO_8859_1_hungarian.hstem_ISO_8859_1_italian.hstem_ISO_8859_1_norwegian.hstem_ISO_8859_1_porter.hstem_ISO_8859_1_portuguese.hstem_ISO_8859_1_spanish.hstem_ISO_8859_1_swedish.hstem_ISO_8859_2_romanian.hstem_KOI8_R_russian.hstem_UTF_8_danish.hstem_UTF_8_dutch.hstem_UTF_8_english.hstem_UTF_8_finnish.hstem_UTF_8_french.hstem_UTF_8_german.hstem_UTF_8_hungarian.hstem_UTF_8_italian.hstem_UTF_8_norwegian.hstem_UTF_8_porter.hstem_UTF_8_portuguese.hstem_UTF_8_romanian.hstem_UTF_8_russian.hstem_UTF_8_spanish.hstem_UTF_8_swedish.hstem_UTF_8_turkish.hstoragebackendid.hblock.hbuf.hbuf_internals.hbuffile.hbufmgr.hbufpage.hfd.hfreespace.hfsm_internals.hindexfsm.hipc.hitem.hitemid.hitemptr.hlarge_object.hlmgr.hlock.hlwlock.hoff.hpg_sema.hpg_shmem.hpmsignal.hpos.hproc.hprocarray.hrelfilenode.hs_lock.hshmem.hsinval.hsinvaladt.hsmgr.hspin.htcopdest.hfastpath.hpquery.htcopdebug.htcopprot.hutility.htsearchdictsregis.hspell.hts_cache.hts_locale.hts_public.hts_type.hts_utils.hutilsacl.harray.hascii.hbuiltins.hcash.hcatcache.hcombocid.hdate.hdatetime.hdatum.hdynahash.hdynamic_loader.helog.herrcodes.hflatfiles.hfmgroids.hfmgrtab.hformatting.hgeo_decls.hguc.hguc_tables.hhelp_config.hhsearch.hinet.hint8.hinval.hlogtape.hlsyscache.hmemutils.hnabstime.hnumeric.hpalloc.hpg_crc.hpg_locale.hpg_lzcompress.hpg_rusage.hplancache.hportal.hprobes.hps_status.hrel.hrelcache.hresowner.hselfuncs.hsnapmgr.hsnapshot.hsyscache.htimestamp.htqual.htuplesort.htuplestore.htypcache.htzparser.huuid.hvarbit.hxml.hwindowapi.hsql3types.hsqlca.hlibecpg.solibecpg_compat.solibpgport.alibpgtypes.solibpq.sopgxsconfiginstall-shmkinstalldirssrcMakefile.globalMakefile.portMakefile.shlibmakefilespgxs.mknls-global.mktestregresspg_regressecpg-8.4.mopg_config-8.4.moecpg-8.4.mopg_config-8.4.moecpg-8.4.mopg_config-8.4.moecpg-8.4.mopg_config-8.4.moecpg-8.4.mopg_config-8.4.moecpg-8.4.mopg_config-8.4.mopg_config-8.4.moecpg-8.4.mopg_config-8.4.mopg_config-8.4.mopg_config-8.4.mopg_config-8.4.mopg_config-8.4.moecpg-8.4.mopg_config-8.4.moecpg-8.4.mopg_config-8.4.moecpg-8.4.mopg_config-8.4.moecpg.1.gzpg_config.1.gz/usr/bin//usr/include//usr/include/pgsql//usr/include/pgsql/informix//usr/include/pgsql/informix/esql//usr/include/pgsql/internal//usr/include/pgsql/internal/libpq//usr/include/pgsql/libpq//usr/include/pgsql/server//usr/include/pgsql/server/access//usr/include/pgsql/server/bootstrap//usr/include/pgsql/server/catalog//usr/include/pgsql/server/commands//usr/include/pgsql/server/executor//usr/include/pgsql/server/foreign//usr/include/pgsql/server/lib//usr/include/pgsql/server/libpq//usr/include/pgsql/server/mb//usr/include/pgsql/server/nodes//usr/include/pgsql/server/optimizer//usr/include/pgsql/server/parser//usr/include/pgsql/server/port//usr/include/pgsql/server/port/win32//usr/include/pgsql/server/port/win32/arpa//usr/include/pgsql/server/port/win32/netinet//usr/include/pgsql/server/port/win32/sys//usr/include/pgsql/server/port/win32_msvc//usr/include/pgsql/server/port/win32_msvc/sys//usr/include/pgsql/server/portability//usr/include/pgsql/server/postmaster//usr/include/pgsql/server/regex//usr/include/pgsql/server/rewrite//usr/include/pgsql/server/snowball//usr/include/pgsql/server/snowball/libstemmer//usr/include/pgsql/server/storage//usr/include/pgsql/server/tcop//usr/include/pgsql/server/tsearch//usr/include/pgsql/server/tsearch/dicts//usr/include/pgsql/server/utils//usr/lib64//usr/lib64/postgresql//usr/lib64/postgresql/pgxs//usr/lib64/postgresql/pgxs/config//usr/lib64/postgresql/pgxs/src//usr/lib64/postgresql/pgxs/src/makefiles//usr/lib64/postgresql/pgxs/src/test//usr/lib64/postgresql/pgxs/src/test/regress//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/nb/LC_MESSAGES//usr/share/locale/pt_BR/LC_MESSAGES//usr/share/locale/ro/LC_MESSAGES//usr/share/locale/ru/LC_MESSAGES//usr/share/locale/sv/LC_MESSAGES//usr/share/locale/ta/LC_MESSAGES//usr/share/locale/tr/LC_MESSAGES//usr/share/locale/zh_CN/LC_MESSAGES//usr/share/locale/zh_TW/LC_MESSAGES//usr/share/man/man1/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:11.2:Update:Test/standard/269836ab0035d07bee8ebd11c5781039-postgresqlcpiolzma2x86_64-suse-linuxoX?]"k%ܮdO[vKR T<Ԯό3:Q ^!6(CZF=I>^&͜QdʊəRs_߇<\FWH]y*Ws]p5K`MQZ҆@fXөsN' p g`V+ SU"?l䢶輪W>~'m#y'g5JG 'i=cd!9ikc]p♔6K! L8JJ%˜OAbӐ0L`u(rJ1,X!׼ؐǨ Ƃk`CA!c͞fC|[F" ziB8EfPؐEUc2P Cv򶵜ox`  @q ~)3yx>U6C-:'_2UYoPY[=(/'5'[SHZ*ft ۛ*3=JNМK :xLp//Z;1x|ArWXymSXJCZyT+(aMɬ\ZG5fDw x2DR$IDxɌL)c.ߋ ЧҘ7 {V7yGRܯ.SZ }Qk*cx3}r)U8ƨRm((Uyovy7@BM|LXKH(eP %fvb79O7Y^ݓh fE脀.ㄙ#S$c %|űQC^#zҌ{9@2]iTďL\. YÅgnp;]BQWSs[T3rRJ]ӂt]յ gh<ղ 0.\&}9R?&tj#zmxڲU@on=Z,=%{Hߡb(&" ;[gK$j٥ t0o4yX^ؽZ`ta _I6!ׁ{EH*_ȬAYAF|XGEGWK0D1TsRNmqI5@Ё]NUđev'{GYðf&AF)b.sh'bVe̍ v伻!D`4U.°YX/B0c%X::2~ݴEm'P&40i.Ց;Rzp<̥w3=F"[ 8<$k(gxw '<y;!r gHFZzI7.ɬ@d*k"E/9a#Bхh2th(q^1VjpB?4_alҸ #v#-JhW^sw- AٕP9(WOL l_ heI?$L<^ Uo yBL8?}^#I_XL\3Z94BRyeTjgsդ,2PWFo(h987,ė,r̿͒)Y_ {ٔQt6lb'\f~+\ĬO2z8rEkHV=)g5>4f>"ʹDžsUg>ȧO>B.{qeYЧwAb/7wqт8^j%8F0\ NJg4 B.ފu; jRyѸL~a@ (#7ۙLZ;V |]qQ n'h bPg _2yt;Iq- W2pN+22esXc>gMf0sN8?R =֫gV#Bejg-9^|g~vz=.۔ij>=%.%HkrO2 qS^8Z's\$*ķZp3%׵Y_ӟA\fIocd<|& Gmyu^_2>6 Wqe?vIOq6;O)m(֒߂t< դ6tRJ\Y x?:xa:_$ka/ ObYO/ { BrIID'PRJrrwnuI^xM'( b&^Dߑt`؃ SNhB褐w ('I!J9l+]8.0brRr_4y\4c-ڄf Lw}v|НI1+Pb /b~x"[[wn~I䌣9q]IW͵D :RANsH2fYq7""2S%1_߸bfj U JNo.^Z4kl'uz+3Ye|^JpwyׂymU0[-~?H5J{Zrs}<'y|j[[KhDW {>1Y3g#I2;]h5 Sa ;yҦeʘE߯@+{ݮMٱ=ɀ%&wh"]2FNJq+fZ\g隒8|{PZФOD\O:ܹ\r1SaQNZ)躱k">Uޮ[ށ.{ ˍ ~)a&dCt5./&+ XP-Ҝ.la"i9>aezU^[8 ^c2fHGbCw6b5x'gCǚPHyg! tX!4Y,c;kn^ҢJY8E:Bwΰ59v/>' d:伀ןhZ4P!!;ɒ3|~<-̉BKemXA.sfӦoZ@dȚL"b6`5\7 $>+ՎUQ'ʄo@ud]3eZ?HX.>Kq"[i'3g D/(O *ʩUH wqљ?kED]P[WgFX׭"J/uG}䎦;`l*5WœQ]H0t/JE㢘5܇̭$(!;'O&/3)ڗy \BT-D JhHז5 jNݸY mŒ@A#z_5:\g@mn t:XPm 홣QTM 1p3 #`!X,v 'p^ 1fPR4C?&$0Z: <a5*3/V.% ґO;.@_śMcă.-)i}) {K&ꗇt:<xA(xFDf8_ K\5IC`-isV07d`|'6j{n>κJX]B.)WV1ᐛPX Eݑ=&DZ`#(~8: <0/6h$!\S"18+ҶQAnPm=ܐ=rN[t{] Ĝ-v ;'^ 3؅63C%;͍@Q;@_h,ۆ #9 \ 8]6tWìҲǛ~ZlCnUfA1f-#fwt#Ozu`0Pp[j\t.X| ۆ$̅j{C\unV%h-Av(ʎ F"@[=QS4گP-49R'Z&+_x6&&%HvoRBYG_4 (ycL+/cϢ-2W}3R2!V@c"2SYN#3 gZ2n/'[|}tUJlRd>;x݈MsJR3N=#[., AiexyJ7!RW䜲ܫ6 X{v9uNK)nE=ig ܂XJ sb'L<È_V(|u eG/v# 53Y\B?>XHK+c3#t;h]VaUUmX XVPD~ s:ᨇmh{nfgь Gy2_G)DHMjKZ > 1W:1G(5t/>W<T1Ԕ>%g $ͤ$דxgE_s&`F#)5ai6t.LΉ)39?Hn= CKi̮.Pq:,+L$H;\!psO) =}rv!z+")ӎV&`wlXЩ hqu3$!ƨݷ'A5;L޿y^LixHޣ$FT6?e6Îؼ)[=#דt36ZDLG 9ы2α![q4'D$)(EorVҙQ59:*'ƽod"cY01]6Ȧ}ylޥh(QL*BDݵ1کi\Z [|NA4Lq5 Sy#=pK CP nTls4B<-72f tEf)㚤NfR~/RvG<\X9L9"ڦ:dx),n.aNK @IchO 5Mli(MX]6.Q'4YX`W sLLerMz)~rI랂kj {,XR,!!O# ݗXFuЭxLp=Dҟe`j)JSoR܏ nZٴ~&?{cu֟sPHpΕ({XIs_ )_c+9xL.l .q2?[̟U{X (Z9y*zc`[^-yZGS4qѰi{P{*2(-qv}؋] JbFQZaĂ#lqUWI.YVaY+pL!<,µSJkr>/Ia\)~XIl`>1 h@'m@ Ϫ/Z:wKL!ޢ}^(vpp:ꐰr^S۲? "hZӉp RZiXj~d&$KmyJì5 [}  a-eq.lJ&Bp,w@jBo2+{hPώCpuQkVЩ"F$Bό}\<ﮔ%(TbD9|E0xӸ):#9 _ qZo&ǝ1%W~J%j K9WЉL?,A6}Zy.5bQgWp$%X}kpGxc`j5>G%Yɗ60y=(@ 35i[-b(\GLZuFiMIRbdN\Vم6#"9s@d%q(;F_@)8-ס>LC0նi:Xu |a=Fц&tu-1xp`ZRcNg5i}ήemhqIOVljC.߇1o`m^ۑYp`ޒ[!S2tyr0hF([Wcg+qS3KaĭjGM|'4u\#@~d[S_X 뫜+pZƒ?wۡFOWy5rP;Y[)YOC׭)&տ[94ھT^5-?–Kv!oiŖ~KQwue?Y@2 l /9 ;JȖyM N],72ʜ|k$u&OzRrX`paЛÃ>yrr-pBn[̟|HVr KVZorNc)Cq ߗH:Ƴ}2s}-}@7I)ܖ7ߋy)s#ѭ HUb,,NP5(惐@3yyY>TAQLazI"1|tSQzX ,.րJ0@a䪏Ec<[%ɮwe1к'AGG,4Ѵ)7fY Ux#UdTAK(F/_7f R$Dbx68@u ]nM2d<К뿏m~MVsztۣâcC5k䝛QJ粿1ho1q%V YJ?Żї:^c>ӡG[F-^4F)# ȸ8w:Ý1BYuuQ q磛K 8eUPgGȻrCdJ"]=ՖZlf?ٚ2GRi~U I#21xN>ZdN8xG9rGnsy+<|EGИ[3θh'+W90'RGߡ T`4%V@i9^|8/9wIwܵ'(vT{RywzэCQoBJ,6oɄv1QG= d!GTcgchKVOᴈtRvKxH`/a+d@d,ǜ!]vm<0逾B1C/ (aX`Z?ܓGu2!ÃzDIG]8iܪ|KX7KB i~& FeͨE<(^b#W8F- p}>'Dk?#0ծzeyב 0"Z۫̎ߚ>A%c*; :/W)bxfmj}yxpzxܠ9kNmc kD zyI0\R!ZOhBÕau%F7MǠ"C,f'B7%}?oXΉ5^g,*"$?QJQ&F_me3|ǂiILSf8j`k&{ytTe3 .t2!sZvYp _͸l .>h_gQ!,I8 HA09pF)G ՙm]2: E#ؖ]Jʊ&`FQ[w+yrhE-q0QOpc `"kFn׺LiuE9޹+t2i >0BY|*4\;+U75K*KWm4 /}W}X!\zA-dyG{ȑ)P:A/aYrnXyh?-$*8^ [.S >h*$݀I9q Q/>| Dnd&}C2t@-PI>{iCBșX6k+xvkAl4BrjJ&=v`q#<>FtLk8{bͪ_*Ua} vϲMgMP$,Kᵐ^jUֳM>1W>%_==ВPY[W"Ťs}h/)f<X!dq6wj!*5xs؅ ڊ_,: ZmLN4SfbZ/$?.h+]Hu3dΫ&o9.F:K)<,^4@YRvoURQ?b qx6h?VpgVW=Kwjo#LLI1/^fത=1UVQC2 SZ/M۫>J6nMRu逗NGzy'IL_Y*,pIzt< ymMbԃ 7PlL1R݅(qFp1c8duffxa~ @uVs?xv"{]NcNܠn>_C=jgQsw5&H!Tآ pJKhg+IW [<}i r΍j5*=s]*ʻ販߆:KL։!TgK+\y*QEfnF,,`-:Y\iZv|LԆ<5%e/ n@=rUx N۔SB20wNѹiHv Cn'YGD10A1Ҹe[k;Ƙe;vض&VzW4hn'4 t.*⾨;7[olhڝ+j 3(8z4xԜK-ښ~ ܗ֖ 5,:H],Q(_MXbrR9YqET[^bTO}tpֈ<JPERGTuEd6Fu١59fqx3 eM P 餄S@#[];ܱaSWGE}*L5^=WG@σ?ozk->h s_+:Z,k{ CFOqhGTzAO3"h"J3&Xhk ж ܸS4 l4Y*VUZz+Ɣ^_6ߓu>e,ZU]qbSYŇ#CtMfe+aV*/?Lh((%YP:-Ee8of E*U^縟\?vn%8EG )B0ؼ<3>{'E uuȗ5O*=yθYRf!Lo#h홗 RXtجjvZwX@u˙Q"$|\cjL;A̅Ѫ-LZ9 &n$Z77=:K#2k'"[itVгX'>沐p 7g˙:ؓ#J88]皖QfU81̈jLǾ)րMF.lʫ|H|zSiIgvÜK.4I kje~r'?^*L6 do?ݟOưjP{ óeV:z~1ҝNϹ%8F![DF <7: u @vK_7'ܚqt}.itMrE~#/pLhd^_lRCoCCe"sc/w\)U%& 'oT>?p5?TUZ)Pa='#uj\s .`c0&Vj^RUz^G&8s 7^Y0b8%4d]EG!蝰59SYC~4l#f=>hV.c%эO#wxT|?k2 67i$:S~B5ja@#I:98잇RQ-΄`mǰH$ %Vu?~@!@9iN"D ]H\f)͎Yle[KHk/i7v3j4STnR>}X6bZg.Fb[[J5uIEZ\DK=r 撪C$7E kmKoZʺԘl̳cvόqMl~x;L%Bʸ˺^לtpjP'LVw#e|$ODz Qwywq3q`u=o\"X *)ޙ K`Ǹ Iɺ'?1H HY\,:iVIf2/D6_X ۪=;^75hU>KýczzOc{be|;:c/2M&O 0İϻ69r뉵  F?'M¦ |Ŗg< КɝLYQ{pTe%;9G=+T%'2UչR4!? Nʁ;F9 Px2 }WLΠ&6v Կ<Y)tY N[E0'"#3qkuRtlcx{Ƽ<􌱭H+D!SR Jvмq?mZJ8Hu}Q8ѨƽFj7S֧rY$XشȔ\8KhC"ҴjeR<射=M-gG4P Rf ]6>Y~v-W )Όڙ4} yite!W`w 7\& l. ?yxjd^lD3p&y*ކ 4+˰.QBU.1\jKY0)wuVϯ̅m" i<35 ,!G%M!8́kG﨎} ̇ (4~`B %p"mSXnc9RyŪl3{z֕i c3t^9u_0DD[ca/VBU|d7B] ;tlF$0~2O\ښhdN?|0Yj@ZL& zǖB2:KvH0GRF%X0 mή:XAR3B$\K6eM9 ޜ?["RZ$H1iVyR`@ Z*Tӱ(:u~yiEH&UgnYڮsP23gN6uɮQ:@' `ِ20>;;[p6_{`~wŸ!yԞN]9)yL D$xS{r*B&HVT V|*tGz *RЩ dsln\vOm|!{X"[Ȗ%qB\YJGiUI\d|K_7{?CbJJJ W2bGC e+x& ;}zcXvU k1y0e',9N0w&'zF8) ˶UivMԴ!fs< 3]&Cs~!QaCƇHVRWY,4O x;'+|lv1,=nFFۥ} %|,J6$w (no3 |9O]_J@۟VB`,5ʃa9J9gDG+[LzH}SH4ٶybt8-Yx1,ǵcW%{XA@~OVf4D@#"1.92n^CaMtu( /r_omg-L\X0#MyTL RF~M ʴ} z5DDULgPc08=+g|ͮb'$:רbZL ZgwِN8?Vb0ŧ-PWQ& Wcv@[ԉ| @܄_o4 KvQ$24[D)otBS,@d8>vQ#/CI^WmM n'nQ "ᜌ٢V6T. y)Jr%N}s'ޜ(=ECpH* %THif-rKaRW'v>;sL$q{C^J2t,{{cZe.:R\D& \Sd֨) t+kVu-/C`jM7@!񟙠M4-;1'AUEzC7Jiv+םiO"J/{5B._g Tjق2=Hq~o}-M4bFtR?ԅ+E|]=SKg(0!Ao]2*Ftz\R=7Lw笗4K6Y1V,$1jBl&/D9ȜA(DG"e(>['g'2N/F!G_"jHm۷͇aqGPRڛ#`%>yg'6uu`S$c>D?q AeEA7ت%v'x-| H5KSh-{ \cJ\0.SfY@A^O7z.Mkex5-zɑAYYKUWK"k۩H,E, ^!AeKSDm˕,O䂱 xL`&5kǡ[ wm*301T% ` %G_:Bg_5O*vfmvz.R;NXkrg3,? ?9)_^H5̗W730%9DL&m :Wð[4giMۧޒ3v}Aq%h0)VG]9j ZlOռfzШ'k7M~)Θ2:$d}s%ɻT.I`9$".* ݒD|N $[Ϝ0Zb4G5ɺpHҳHhZ~V?UOyi_u>96rVˊŰ7ɼׯTӊkLC8K);jy#dmT=UA$z@J99/cS~aإqxxbW]g=+Ȝ æƫй&j (< CxG%&9eJdB%LEUk]bܚT,)ep;{|_ fhkg?Gb%^ݺZ6qCG-ypѩZPX!.ATՃg-^CLlMo)}?7fZApvb@xksjh+& 7FGXG2 Z*hqc492ȼI"BI:wFswdc<Չ],$5-;.۬>j cG/ѐI;#/nNZ#NU7Z`r%ѮCtJ//Fjg "h. t){s? gLYG. 8$;c<׹ $uyi\mVsIR7y0&14g,Eٖ;DzK @2ː}yQَ.]8,Q3| 7S8:9ia!sٗ PexUNI!j1 SK#HW[E&ɧ w nb]cciKrsoB 9 Tl tUfXs]6o}t! b|oȰ_jgKt{6$rJU"(*ndm4u!ɦ8XC89?C;yvU4&t&h:ޣ/݁kiC8ڇM+Mu{'-^zt:9^2ENB#rchj3B(󣔼麧QO,ZqvjoE'QIhh1 oǰ:[bn+5bA`U51@0F_½M9cCd?XTw`BBwCLBIbIYqV?ҢS"b p!шAiu+F߭2X Picا%>~FTgL>4ZW?3h.eS6N}~psj?Ѥ`4eKi"[fY3qo/g\ϖ 5"]7Qa+ZIﭬcby;ע!o^]GMt 52>߻؞?N¯{lׄ>O`*s@"^a2t$Fi5Rv׹Z\lșr QkgԦ_ŲsVUa4 ,{G0CBKK?AAq;dFc~] Q gd`w=>g~lctS0lSxWUl%zDR[FőEߴXقL9MѓN:DxFqc2Ţq^TJy}*݅X26"k/95qNL]r62gz KGBR$_dkV$e=Lʾ$fXs~z]B$8]^;峍9SEJcO=@)Rv8 GmQQUd H/Jsp '6!0J)c@v>1Ї58Q:?Gzɤ6byd yBfVX{w$`av} ?k^%=Ksz#+'U;M47Ɯ:2vZ%M6]/y ^ٚwC@!S#̓]V[ $WR$Q7.{4uA!o?Z̤p( WEtD4ϵ104qw??[T /SQʸD0cCra>vGTeޟjW*D:9Jnw-\21p;quϹ [E$/(1 7[L@-_؟su ~.ymY\0XBb%,uQz&fMW=بaW'm=T[}7ӳ>];k婧EHnd1 TK]%tݮI>igZ̻qnCUXKkCdTAQL 6  B`vMBmhC~-kж;O.'ybďbU)/4ֳ7"( 'phϤ犑8 Ο;QtAEY7dRi`!*vH=颸Ylu S%F;hs*D 7&`C@ME,^=+B~L8R ̔{7k$`~㪟0UvS:?3{hKfߠ #DR4<׿A.}W.*fr!dv=|+E.t!N~;ST4쭾?-˪?G$4V?9j0٘tnяh8 88mi{"C+vl}5ܠG~ e|]gG ٿ boٮ+8KPYOV !FURo*#f۵VcrӅjG \wl}G{@y+saɍ\x^<sؖ}Ɏm@2F@ɑη9`q(0Y(k4+["k{*LSƘ Y:+*b2 U >h!Àv}FV24O SAD?Prw$J;s}u꒎J50(Ő|X>F'\o9:'(G U3,M2 CM FSO}_)}hصܓ!' ݖħmH vz`k x2+\K)aȎ!@ڄ^xWV (GCKwt \NCInątF܏'X-?-ļ }&(@dG:k諘 zNz IupNP#qQkM@ tnf'zGW݆]BkH{ako7vt ./JX뼯M?nk& LXO9[NW 4kcz#>]>x4=^IZYw_¡`*t#t ?MVAªIr0{%K8iLk$ ?mvTێ{+WD:Y^n6-l)!v_ //?*N@C8LC6HC_KȥbDϓcw )#?|"|C[7_hK&d)&,FI/%R?g[Ohu 9>WТρ'B䳨ĨHOMw'8Y=j:m-TݘL|= S^YmGqJ_K)odKxtI]&(u'W3^5wik3X.4 V׃hɪb hH1d\MhGSsi~63pHhQ)eDY/H;"me镽YCfTYbݮAKǍMlvȵv$jJ.R t:g6= \Ym8ij-YTDlCIDO^1]qpHZm|A^Xŗ%\ﬞY% -.>m HÚҏ]N~ZLՑy^78;>X١Ph`k߹J= T؆{frvkpFׅG+2^4SslAJ~.Q5's:=r-tH(6u#$C1OG_⍔U1=22ݖF5RGfJKC8 ڿx.S?>Dl"Khd 8)5+&>/OzMvકkhoYI{+aÞJ$n'k  #Nk2=W.I> ^5\ʚꨨ#+]ْV2Ib2*Miv=垮SzRoX] wwe^(^?`|xM- J;$wx䑮s`rX~r:^2~(޼ЭVfP(6>NdBwҸu"o}I˱JͲ\[;;:X)2˧<ʆ5~[c'{81 A7WfM9'P"̸Qu<|6ex>b{C X/|U/C&AżA0ێzyCZʴt&* RL8Ǡ V(q[ Sc$+Spά^tʏ@ ̝߯Ā}ihƅ5qi8.vB~dʁ˫)˅S:`uJ0'[ 9'k LJ<+!m&8[`/2.; "kfÞ?QXLVFw _=|A.@N)R`A QL4с k+XW_j`QW}Nlh=b4PcI1^SAՋk)Hf&H;"1Urb8hW%!mN ԧh>B:q&gDvTB 2Ǵq}&7P궼Q䟬ס첶7"eje v )왌&\})./d?\ a"[k;r(?;XI3asfަT;9e3/YZH+lMxnR$mY̸0#N¨ SAWKQ߆3q?Po<'Si #4** >OjjHWu.'n?XpQ}ʟۗ{xO:SAfFN|<~;E2e6NQ?֡>rXib7Gت\bOxp.o]lDQV]gt6+vI ʰ#cKK%g #"gᙩ7M/U9ih+RSAxp7FVL>5jO:谛+Jv K2> C_*ar!=BpգiI۴U7&rq/ M38ٲE9E^: rkZ J/&@}7 C@-[)|d:2I^PL"hSj( ^ZvOlU%9)NE[Ԙ|<8朓 iyZu/P.YfW5l QAIe5Q A쑎QQ=x&}< 8YGߪhu.h|bE]򡻐VLޠcv2"{]Ksık`F1\Ky-8?56L2upHe vlV WdxQ&^`u:5MN֢(:G,֕)ã G% r_`)\29P:Ú0Y0XCa-Cdw&YR6&=-C|3,e LiNY 3ut!p,Z"h@^Iyؓ|!d +=Hpϭ}%Sԅ|`ʈ~zQcٝHD{kEnx5Zb\||E|).Y'tߎF;j\ع%;ImnްMٛ+dw7y7HRb׏M} )\ע?4HJ3TP?N R)2ڬϚ_Dv*Qsd2qŭxPNОo.g/pGsa@z3F+}Q{Hdܟ*^گ)H ~G &ٌ- )>3`Av{,`7z [A(RnND4S5hQhg7c?bOUM1zHu#s~̵s,y\]J5 I?yz;M: @NO,u*ed!L@ U$rHq n~#9vny76@TTȡP%C.ﻩ)*k6f~}+e7 k91(cҨquzs]'W }.[ KfF(p*yuSpHѮS(a59.iL` @RRc +XVn> =_IXqrD(O0O{{߈匿J3Ffؙ"S&0τGqնόLh~Q1|%^%u:r>0Zf@`;ўNM'+"ԵC=,Ą/ൊR Q}uui|Pɢtع VjC)ߠ\*a(tݍ}?}14x_tȡ.n~U˾і;x%/6% 4&mJN,wyqaPW$}6v|2zeO,ЀGGE낪ua&ɋ\a ՆBIDqumu&ύ 2QLWBZ$]-Q qo#uL`v LN`ڪx]Fx>SY]ǍY5#9E4 ;`E5 %ذ0>GlQؕ R̖g+^nXHm#e:.n~ !;^=vO lyOr|Bݭj%iq*W̺ tG#Xӕ}iBƻz9Tz&@8^ tQϽXw-=| ǟ&t-c'(F6<QJ+zhMgH Š:9>XGUSFB 5}a*n7_nPx)2,OP9*"$<0\t,'OKiցrntE_clh{GeSzuɞZe1L @8{d kP=VWŋYF Ǧ:b`kx2d]$^o4*;C1M;;H]tRAXT\q %O:, PċuR_ahx##B΢Dqd{j z'H9؀iΩ'0$qJ"sxaz=GTgMPKkf*(z;A*Mf%Qۏ>LBKMlD]R\ V2%U ̂OӠOGߧxDQx{5)AQX E|:rssr^ֻMvvmEB~`U֧ͱQQg3 ^** oRo]p VLZ~+bdA# ^Q;7˒>#tZAmRX37U)|%Y$v`5[tp-{*^#T r1EҨkZ[<)f#%e^jDh[HcM?@d|՗ČcTNiPCsbYE.~:=s\3Q2+>8j|xR(% ;x[iFC``+Eljkǣ>6;~ p"G*(cJzHj[4бRa atd wS,ӌ]2?!VS`ߠlzQqQXF*c [CV.:Wgꨌ390طnX%~_h!!$Qc.f4:(N -g蓉ך-%L9q?.*;!s-U`DpMiUM giQ׆[Z Ƴ>ZYO߿ā-TUz\;āF\~~ WT&C%mZ@jV`o:RUj :XVmyyŻ䊉 I$1Mo痔k>] bO[#8!u,o^NzA7ԅ)ԒJ;ߩ6UdlݭtK>8vgUl`ռb GuV21SRPΆj xx噚btk Lk U{sD(BPb[pWxbId ^@[@6:"7dH1~fC?W,.a vaWFֶϷjCe/Û]Y"|f$k EXM.%U^H좶Ɲwc;1XCf(QlI^P6vӆQg׼QZ dY þ nһ2w A˞ ՛'"BwQxWR `|QEgzU<ɉf!=.dFxȶp=/y AF)Ŀ]y휖kHl b!5tJ,`Ciw{@:O{w_d嚱$H>yNtab1 vwj^>0uUq6h*v{F4}39#`/CRK# vJMl ǹ v4c0*'iS d0Bfq  9{&Эļ1ź Q$<-\P }J A8>.jC FcTC$ W-m]Ad0rv +?#L-h%̭WDpKN@,Ξ.Z|{Ӄc${PAalhS_&{bo*s0/~l 8ֈw"cQp5hCdҽ&VӦQF>{""fE.ǨO50KI̗-*@ƥ{Y'N;nu/e.Be^n0NWCXM~)G$3=b?#~8cֽV"uf]A (4ѭug*fP3y-ۈ}xTOtG; ;CORg A"}UJ= 8X%'k\\ȩ^YM #YȮBe?W&F>'a{hΣ"fp/ݠi\@5_ͱ=E8t0,gf@("{cP`_ChC- yE _WbM6xP,n _Dԕ+.K";e4ߔ5;q,Ahy;7R>(}W7*tȜ8Op(G.ѲȤZ0E}BӖ%OJu]fx(m o19!W` ;,_4I6rω;0>ﳮe>A3yOO2^}GYHBOYj?A4@G/9i fʊ?! oǰ2#\+2baԷ.(.t@>4ckɴF>B&=-beWDg\:JZ dK7Ե#ң`FFw}y,Ϊ8B̽d1 Fkl\>Ԥs7vNw]!UzJX) ˯cg{0>b1!v@FoTHA$t4pxc>1E[KJi1o;ScB{b'鰗x1̀FveZ,Vn*O2 ߩW\ nLN9ƥyd'ծ%A2=e}9 ,?O ]+g"*JT!wXhILW_QxBeރT*.SDaCTZhJQ(ہʉwjTHȸdw+r!Te\2::t9.#Qf-(bk"B o'0[nUQ0ݡzdm Ц|\8Oŏ rP^g_M1di|om MfʟoU1-MDC8]붖dX!Ӝw5Rpm;Pdԓ[FJNؾ|:i7TCNlKI El#~U,B,x5e\O J-|osݍ'?uQg%+3|pE'Cf9U}[KI뱻<: ]UEڳ5G?~2mP#\_4vUԈumoN';C3hG`54F zPrنa4XebjAٖEbd4xjEjo3]!bvdȤ@xRlks,|\אp eL/!Th! MJ');@E2MMGqЀ\*/Y"(T=TކNGA/(7iw8phnҋcP :GѽB\^lS[o۲AA&A$p> dƧ= IC&؞rfϋs ?}\[wLUo%< J9~n(eŭ/iLs"Ik"޹'ި ᵚ-4xh_Fq)A'@K-u ZμX!pƽN~Bb{/:&50+p=ܫ2Z @ς}mҸG^ nNB >4WTa(:zEg~`}32,`<] ]`wC՞I~14ƊC!}bt"Y^Kh mCUhyboH{fQ]5(qZynP=0{>?Ңa^B0 u C(sp'f'13)|a2TZa %@ +rL GuRS^37 tOf/7| _T''2])?lwfnSV>JLFr%q+$sjŧlj̟@f'fI82eǘâX:rVDiHR[iܜD8,/ N{z U5Q5SjHhlfp/SqB hUM ȡ%FfT~ktzWWɏL_;H|s t}bsf)@E'}G5ԅwͽmlN3=78G^?|ཿTT) f_ bP{-'lLAOhݍm)r_|`/PMMF/TD)7]먫'%"; 6Pv%!vOzqhKI(L(L/+1OMb@km(r[Lh`|W8R`:B}FˇC箫3;'h٣d6/R>z.wemJ[=Z&jn sJ.ݻ&E+d=1r½smݷsX#rہ줱" !w=Sc/9< S(˓+bk[X Lf{51 Bp*+Et4h:.Rw{+b)!A6CVD9YN@()& [lY(3ȭh4֓޺5^wB_Nᴫɇ"/rWq JјV»LRm12S~P!b ca┣9seJt!mN PH4t->GaYUF3SWJu0M0^Q]#lԊ*Ex5:<^-HYrd̷΂H:˥Wxƌi̘ ŏt1QG|^PtR\@"Ax|CZC&t= h.4QpI(:)gLʤ1Qʚ1 s,Tn庿M $7 @i] y8lg*„qY$$)c=gX:Diשbfq5,߄޲kg&4=[E4qr"rk:~!a,O-ʭzb5>qH$}@4+2Q8 \B2N ? kboدW[m̯dqzu8*8;Qr#go!slM3pJLGUaF d^S ΂+S07`qݣ8ɹC9,V! AYWk"M462mslXVg sK> m>)([H 5`mVbސȼv=li&TW'(?f+ZCTko%ʸOڅ^Mʳ;^y&sa # 뀲mFNiFE0[؞h1x9SgUuØep+O${KsY6$b-)tU}9heų#NBeQ(:.2M߀:u$',*3N9'cBx'HMAPK6ʟSuU0R5B3' &SʅrNt{tA%($fh@bs1feXNj:} ڷo>M^j] p%g1UG4,hOU!nBJCr1Tw4q̡4a)KIdP9L[qçi>pE``CwQtP {Z˜|*1{"[[-C։\R0Lp*zoΘ0|)}aV3IbZwZY$UUU%:F.!RWbu_hܤKqWY ͛ND\OkDۛ{o`P0:/"+a_|'̄ .MZNxJIҟ)T+LrKQT,xw$09L|r)ІAj}MCYe@_A9ϗt}-֢=&*_d~ԘQMYv_Nwjʱ/υ랹Y;s>̻˻dJࢼ^ȑK|! cಣbzՓHd\b`ż;`,09? P8^ȹ1$tdL-a%&_.ui.Ni5DlS>9jw;:q~ZQ5dh7ڮƒ>QS|\ϊ_oK@uJyUtAIާ@L ຆ{;]UEL!/enډJ"bSCJN&BUF0ˎ[mKv&n}U{5}n'J7@C=jZr}ծ(Sdެ^+E0jS, -:F]渃\erv1Kqix*hr%WK[@'Oac~7@nͭq6erBI!o7ցAC%>5cn;ybGYZ'Dܕ,p&_g7g2y_v S9'`~f~@&x;N|jxMWR aY)9V~rkon᲻c1 ajFW7v!Xm?Avi¬=qM b1?7b Dǟ GMg+Q`DPd/&ET":r ~!<ƟjKZF\R_-(r̙. =f]?iSC'ZHy3^V1y58B>\LI 5t倮Y#<Ja-d/H8&D60Uu:浱@iўa*\Zyv~%{-eID16<_T|"3rWnɣ|l-m64'}bJ CbXv`:d>t{1t]vM{o*ܦL|; մ&mnK1pl˰l*F蘅Ȭe}WUd'*5Qw50]1~K,7%/WjC/ 1s%3 lO $]mF[0Tزm: 'fSGZ])fb9bh.]ؑd( |W!cl}3 W9^Gblw!|gPc"JrƓG54KD NYE:D/Iނ-W%@IK>i+("eGiZ)D,N|=D6,Ϳ'!˾5/|cE_(vX12Ũ_. jjϼZq~0=wH߂(| ̋ a6}6ä3ɈZY稚V %:V*-Y6ٕ~\)*\|sOc+hyU% 6p<'9`XaVLav{Cy弍? L2R\(^Fw>gŸ)(aJ&y͜.섧1kA?"m{Ćo*<}@ $(;7FV $@= zgw/뒚!qQ!ywIo{{ A:8Ѡɗ4:#%TDC( @unL.]Y˱Zy. cLS +D*^]AtՆ1N#1lssg3,pz C{aEjLRy6{ T A4U%s:ʍopa( gb'26F+"FB7Ht26M> EBj0:]a}\nF3C9*4];OTe.JA0/&r{pK;y`1&2I=ʗhU V8:9R0bw?2L<rI=m6қF hҧH˂2%93N%[j IǺttIRbnG0rcQX\RRR z,FRDZ. Qn1gBCKL/7wk%Mh4j.6*"HWh ,: YEƈ2&lK҉l||7LTݖY)[BǖUjV%4pǶ!>1z^7Orr]ltJu\:q95J GVVK`<ڱ =r@3L4_-b?$#3_[\s_InɃ:HMN&gSڎ$4 ƿg+9Q.C5R UJ6mS^BQ_ivX.5k9?`ݴk4ri 2wW,r c\w5c\vFW>19R팭z)Om'TC=K9O;=OBT[9 [QZoXF+)̨\ow]kt|?޷=dk#2_AA!a6,POۮi E%u8.yN49 ;Ɓ43>-I"ePPv3t)Xx65qY aR (a9so^ +*X*}tW+Q)f^09xhKH AF$(Q(A`gߐ/$glyO/UCfReռ\(hàL(iht*q_-m̻I:d!\R8(G\Ub s߯,ݤPM'wP!K ~Ɍ^Z^f0N@DkMA{&9Um$U.kh]#9zՅ.ǝd-K ཉP<h[vsg5e7ޅ>Ѝ@ 窼IPB_9f.5D.S>9"ȑ;ufC::JeVdEN(7E_QN  G2[ :xL86Y]Jd#OH`4&[LD8DֳLZC&Yg0)I#ɔ",%ςاܞ#reC5HHꎂ5r'*'~Gў5"W 4Dا g)ر_wÓvC-ÑU6Hq-})\Ħ oE)An&F5<-Dhcp_ h4@CB3E'X%ؤ=jL^~}I5?+A^$*+؁a?l?CUu-Ōeu:٩dd~$^xMae{R@ IvOBϤ0&c]ݷJF|j2=ps:ۤbu`tQ=% ߚ" 6 Oغ`c=\8/B3(vq|yns#u)wyP uRtw5hW^J{9'^%G'U5N\[愓&bfF8HC¬`{#N0Н4&~$;`.36HDIjօ\x>&B87u[#.ʳIrNhfANYA\0RQmЎySs]Bi~dT/{%g'|{G-Bq10Y_?S,sP򿍑f>DRd3Y¾b)DԖh=L5c- ETЀ1JŮ}UƔ^砫ɍP@c?jR.fbˈ9xq(۾#~07^7L"Zz|cRqDljˣ;ٙFLlLP nuu}{&[,GIY'j4=!U'WAbߏWKhrmi gbC:ɤ?^il_5v:˒9Yf7k^%aI\jLgY\mH0LUwA=մa-9jKfY׆.[zBy˖Ҁ! .fˌ "u,`_|t);]4gDV ;F2#Hauo x *~=51)uj(<V_/`@0qV4ɐLHxRr뗙sifCBlJ^ho!q>I!PLC('N6;aGz`!ѭL`7 'ZAFfި=rrX|l0, Fw-SU6 ]/gȳ+8Dq~i}h,6x&:/x)τCi؁a8?~öR3~ISQ]׭T9gC0;cPM d.r~:"/~p]`wۦ-t[4%?*`=yvNahUw^uݧ#Ah 0u6Lp`&|WW Ӻ<2NQSg\^!O3T3?$[ń m#;2ޞ[kAƭjQ&0r uRLo+\ x (T&d6H%fȠp_@Z\;-n+ڬ~9'ʇn+5 #a|j=j %s דi1!lvaڥyD9Cߺ'Dl_գ 9%J^Cn(>m)EY.]VS"@`3eEYsK*uǡ볜Hkf~Ս{D[cs/7t2ԘM9Pao_P3Qa HhF#応YDşE4&B[,p1̈́Bm({+BO>p͚f[CmLcSY*֦dL:Et 5rS$[cmC?ᠼRؐ>f; cq(҉_@2^niD9XKS*O4a^?2hEvkJ(6$fw A:PcPU$=l%7ZjMT)_2 /Fg۝GxRP.\Zt NoAo:79#`ompHr`TO-Ll2q 09#(o23^x r͖݃иL5k{eGAXX2 مT7"W.bdUhО$Le~֬NE3ٲjK;m̠ڨ0FR>MšF⩦g|ޡv%ڜ?]bZn%n DeS yutҺ7_¦t&  c(=c)<@[BRp7}4j_*ȹ-8ag.'J(4-iA@zm >88޿qm >[cP 䦿v^X$]s6睝 r;/~iDxlpET؎VF\F>qܜ8x_q WCA0"^mFZF|)?+`3'YM2tK؃w ^cSM>jXԛ4aD-sW򑞬inf8DdobǦ |Z}yȢW#~TA/U'{zRA 扄Pe?u^-+ <;?[qH7XūiS cߡ/@9Y`p}Y|ǵba֖8WwLoj'*>f*ǶoX8dj2_P>,?Ϥ52Wlp*]4ρgn$,zv +R՚%C2?iyЪbeк4".[uh٫rRHL Hw\PXH&Q=sA%tud4-rꦘm!oXMO+V#`{_FӋR9Mg/nS7Eo~Ӛg*]Q)RL3-R%r?P񾨠_TQ!wazw%!yBwNFL/ kB>Tic8m9/9WJڸjTA|:.uVM<楼#BڒN c֒GQ! \w~O j(L͙X5OXq,jFDuNaS|A<3cvf/tFKgpc-".3O!`$FU7 2s(icjMUg29@V/z̳<_X)"텰߿4wh&~peԯeWޝ-QR6A/%hGn5- +"M$M60\|&Hұ ]7v3)G(7/Ea ML.CzT#߀=_ٌݦ<زi}>n?Ǿ=xWOYDŽ^ G X m^8I>HE}:Am:{5XC݇fcwt6" 4p6(Yo$I,R=B+yk#H[uQi4xtGHLc ;u ˁ6;fFD?@OB`Saq$q{M\gN_4B=G%@73x~縸;=YiM:UOs;tY𻯪Fr`U`6f<8(v,D%UQ =Xf% D6\E}0ik<< tgaP[KJUsru>`e@1g8 a7(MbU⣁qImEs(2V7K$>)Zu*= /8yLR/ f] +L;[.kl^(j=r{RbXJ[lkF(S @[eP/p/w2J/g86{bUIgEnGoH As=}=jbKlQ듻;u{YG(Z ގi8@ yLZޣQEΜ{cdU_ԣᅣ+-·+أ?eRx [ȜB&p6'PGT?ƇͧkO||) _ xQFԌs2*+-':Js |X,5:c#bYBFx+"~]0TG8'DEB zϜfݢM?̽;*6מerZBҏ͒"'"W5>8E":J WGuyMjP4 YK6e>W-Z _3αtbfh1dc89n Ӧ8jpx Od].~S e/:\7?ck[qhbe]UJ's8xR,u\QT{"$NW+1iH=n%CC|4pNHCw/J,QVmiT&FHow^̚WI ^ljDbZA%7[F*ŠfEnwX & t r{tJN26,&ꚧ 1C-eb98zaF9^O$J/CV. zd%w#mcݨ'/q1y\,舒g.K4yɌc_[~6p#a/;)G ozm[nF̤7c8,^cjȤi@bi!ML6tQ@E/k~pp:*ǁ& R^t'Չ\$)!br{y#n`ei;(Q|UIU3 li}_P8zv)A:.~S,h$r+ HS~ϳVk[rps]HthufbkzLz3洆duC7xPext!=7pȂqNT$@%a$}za=~YZ2ӻ"@&R ?95^~,۶ EeNd+e"1q: z{&?[uSel6Y8 e<;Pw1Lk%f%em^g |w ta u@Dԩ9{u"B1NlqNHlaǞ;ea%sS4tAaRyQ2&.n/); [\0zqCȺpVPHYX~rh\mS:۠4TIЗ s KKB'#~V EXXN޲Y,,:]ZdҤ5kn'S8lܾpITd́`HXٍl65%b icL;f]"!!җU0}݂DLGGXj;ӬKH]RY5|\0+Cn[hс.CM CJk׹ZUk:m:4A|螉۬{ ,O0R%Bknf>N)g= l$im>WYq^w- !?y΂VVؼmk@߭GgFlhJ~qQٗ/Zы+[U0'E#:[,`CT;$5PوL824`a_0K̈́Lf#\/ m)ٛ55rs<o] q04< (Ek5''n}rU=:<0 % ԓ&hWR0E)p+_HkQ)N|g+Bw6TW;Sa҃IѬ鉽3TĤXϨhiku§Xpt9鿟/VJ};sct+Y+"gC,[*~FȬFb33!rn_o3Yww~) ֑&F$xvYwafa2:6J#=DcF`W64w~L,n l[Ջ)Q1nkyPvcj9" 6+xh(mc`(i~k;^=/ Jf BsȬߟ"ŏ<3h͂;Z_8.%8g4kLF>>p?3Al"y̔3ljgLc& 3}©AIV% #hr$;tvN%o)?7GK}Ý;.;QG#Sms|V}ߗ^sO*;aMs=V'_$7!ۢx ν1$+ځ/%M.;0[iU &Дy84L6פ|oKܿGTaz[Bqo~u̇#o>GD/+-bc/j_`%[Pjs*ђICG: gAօzN&~1NmH 32(qG)M)sMfI'J7uGy<4)OCF0t vׂU1 Wh H %xk;&蚴LjI y]* /W,}Y~t6hR8<6굽Dh:5x;N/'k"vONmJěw E~w1=焐 LKaJgNj:ӳ0U ~l5BPv\uܣٵר2Jد=q 6VOy_#}cSkB_{a"J |017tsT]Ÿ[e\b? @Uj%t 5XƔ<"->ȥIj3w/N5s4uvD*p!Y Xζ_ytG?]/1CϫBWjTp7nFDhzW#IC!|e\C./:P6Fq,i0"t B2 wtS3A7v}.4&Q hZS⸂W;wM䋭)bK`\J@ր.gWiO *&5cѼX,h0"G-EӶ"hH}H ;n˸iɝ ~7*Uo =k|ym\W'[dNqg$EINZmKA|6kNWg{Lۋ `=jjzm/n5 gl J2۳ Yxl#H:ouoF4"=eem.V|uN?AN{Z# BlTg5;ҷtKα2MWz;t)RƆMBf_ߓ!cn`[G/(kog-J^A%bY־3*!1}ļRKMڊAg@1G!q"``!I\oƷW){^7,,lYGpӠ>\%qU^ OU)?S Ad-X6GRw{JW4- "5"PwXR*fN'S#1(W/!iz^Or)%sȈ).v`7<-7J ՜Y"BV 6\OhBwqO3 $ɶƥ !x>VwR!݂?|QjSzIF .bʩz uW+[BJ# Ϻ?0><Crׂ6@P~9jN/GCYW-hxR/j2CTco^\ ƭby$*y,_*"4Kwc%(% "Q-pÒ}r?RZs!ڪb,q-LB&sx 4{p") Wpk3Rf*Vj%$\pJr?2dSsm|G~;⫪SQߜJj0%69Qz8Ldة#yB{ξPUsQ5z`&D| X"J.Deϣ 4;XgCxYڽzݤs"2 [D; 3y~X@#]:"=qk[!SZynFǧioEzT#YaLDu/>hq1q?:+'S|n<Χ eJgs^W MNknb# (kI{uhk@oU."1\C>> Y>l8H5'<0ɇ+ZZ4#B ^ލ)x*׍W5)b j6QݝHC8Vo"|>xl|wu[[e4 (ںg=#/DUaڭn*T;֮D)K~ N9% m5g8#9w/7cN2 jYIZ `VhEOʷfj`|)s@Q 2FnϏzAr<-Ll?ءINstuH* v }=Nu*_tʜ۰*qo^H %-չq,=TU7,i-YObعVm>g48ِ@K\kol2I AV{K`g'w^ͰeY"7w6&|2wk54ژ!MDȷ})0^'Ć!7@@DL\t5wfI} `3$;[;7N˅"')枺iVk6Ɯ佇(McB nofAYg$\{@{.8 mQHdZIinwgX=tZ9Xt4XA\M0SzhSER>^U&.42d9ն*b[ 8ɿ!VPDG1ԧ˕pMHD8,CfY: (5@z(vi FNr&D /.{zN֕[ = 9xounDmq/QQz1Q~EFQnMQe f[QU P# P*x4+u}'ͅĐs/kn@SJTGc.Llڳ釻:jzN٩-mI]vz+\{' 10RAn?~]z 8oXDfvJd`ws~C?ǚ Y*rL~90J߄9 Cʹv7:YNӰu\{Pg^yR663c