libsqlite3-0-3.50.2-150000.3.33.1<>,hByp9|QbmY̿978PO~nRaJ7N|JɈ9k)2ؙSbLfX`8:C=ˤne$#YOm.|F6Yݶ;6S%Q,>t,#OmMqQMT\ū~^#{X`TY+S:Â5\=\O)"2rZmMl|j;aTf"njA ?X`[_7L=D2 N͑}S>@?d $ \  8>DL P T \  <|()80N9hN: N>@FGHIXY\ ](^MbYcd|efluvw4x<yD zpClibsqlite3-03.50.2150000.3.33.1Shared libraries for the Embeddable SQL Database EngineThis package contains the shared libraries for the Embeddable SQL Database Engine. SQLite is a C library that implements an embeddable SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. SQLite is not a client library used to connect to a big database server. SQLite is a server and the SQLite library reads and writes directly to and from the database files on disk. SQLite can be used via the sqlite command line tool or via any application that supports the Qt database plug-ins.hBys390zp34SUSE Linux Enterprise 15SUSE LLC SUSE-Public-Domainhttps://www.suse.com/System/Librarieshttps://www.sqlite.org/linuxs390xСhA hA 92fefc775e94c900761762d54f8f2c684e553082ab22107cc2260a241363e37dlibsqlite3.so.3.50.2rootrootrootrootsqlite3-3.50.2-150000.3.33.1.src.rpmlibsqlite3-0libsqlite3-0(s390-64)libsqlite3.so.0()(64bit)@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1hqhw@ge[J@ci@cb?bVbbwbjbBb1@b-b@aaѓa@`\]w@\@\ZZ@Zs@Y|YYYC@YC@Y:Y&@Y"XDXBX@Xp@Xk@Xk@XfL@X2XW;W]@Wt@W@W@W and ->> operators for easier processing of JSON * The JSON functions are now built-ins * Enhancements to date and time functions * Rename the printf() SQL function to format() for better compatibility, with alias for backwards compatibility. * Add the sqlite3_error_offset() interface for helping localize an SQL error to a specific character in the input SQL text * Enhance the interface to virtual tables * CLI columnar output modes are enhanced to correctly handle tabs and newlines embedded in text, and add options like "--wrap N", "--wordwrap on", and "--quote" to the columnar output modes. * Query planner enhancements using a Bloom filter to speed up large analytic queries, and a balanced merge tree to evaluate UNION or UNION ALL compound SELECT statements that have an ORDER BY clause. * The ALTER TABLE statement is changed to silently ignores entries in the sqlite_schema table that do not parse when PRAGMA writable_schema=ON- update to 3.37.2: * Fix a bug introduced in version 3.35.0 (2021-03-12) that can cause database corruption if a SAVEPOINT is rolled back while in PRAGMA temp_store=MEMORY mode, and other changes are made, and then the outer transaction commits * Fix a long-standing problem with ON DELETE CASCADE and ON UPDATE CASCADE in which a cache of the bytecode used to implement the cascading change was not being reset following a local DDL change- update to 3.37.1: * Fix a bug introduced by the UPSERT enhancements of version 3.35.0 that can cause incorrect byte-code to be generated for some obscure but valid SQL, possibly resulting in a NULL- pointer dereference. * Fix an OOB read that can occur in FTS5 when reading corrupt database files. * Improved robustness of the --safe option in the CLI. * Other minor fixes to assert() statements and test cases.- SQLite3 3.37.0: * STRICT tables provide a prescriptive style of data type management, for developers who prefer that kind of thing. * When adding columns that contain a CHECK constraint or a generated column containing a NOT NULL constraint, the ALTER TABLE ADD COLUMN now checks new constraints against preexisting rows in the database and will only proceed if no constraints are violated. * Added the PRAGMA table_list statement. * Add the .connection command, allowing the CLI to keep multiple database connections open at the same time. * Add the --safe command-line option that disables dot-commands and SQL statements that might cause side-effects that extend beyond the single database file named on the command-line. * CLI: Performance improvements when reading SQL statements that span many lines. * Added the sqlite3_autovacuum_pages() interface. * The sqlite3_deserialize() does not and has never worked for the TEMP database. That limitation is now noted in the documentation. * The query planner now omits ORDER BY clauses on subqueries and views if removing those clauses does not change the semantics of the query. * The generate_series table-valued function extension is modified so that the first parameter ("START") is now required. This is done as a way to demonstrate how to write table-valued functions with required parameters. The legacy behavior is available using the -DZERO_ARGUMENT_GENERATE_SERIES compile-time option. * Added new sqlite3_changes64() and sqlite3_total_changes64() interfaces. * Added the SQLITE_OPEN_EXRESCODE flag option to sqlite3_open_v2(). * Use less memory to hold the database schema. * bsc#1189802, CVE-2021-36690: Fix an issue with the SQLite Expert extension when a column has no collating sequence.- Sync version 3.36.0 from Factory to implement jsc#SLE-16032. - Obsoletes sqlite3-CVE-2019-16168.patch. - The following CVEs have been fixed in upstream releases up to this point, but were not mentioned in the change log so far: * bsc#1173641, CVE-2020-15358: heap-based buffer overflow in multiSelectOrderBy due to mishandling of query-flattener optimization * bsc#1164719, CVE-2020-9327: NULL pointer dereference and segmentation fault because of generated column optimizations in isAuxiliaryVtabOperator * bsc#1160439, CVE-2019-20218: selectExpander in select.c proceeds with WITH stack unwinding even after a parsing error * bsc#1160438, CVE-2019-19959: memory-management error via ext/misc/zipfile.c involving embedded '\0' input * bsc#1160309, CVE-2019-19923: improper handling of certain uses of SELECT DISTINCT in flattenSubquery may lead to null pointer dereference * bsc#1159850, CVE-2019-19924: improper error handling in sqlite3WindowRewrite() * bsc#1159847, CVE-2019-19925: improper handling of NULL pathname during an update of a ZIP archive * bsc#1159715, CVE-2019-19926: improper handling of certain errors during parsing multiSelect in select.c * bsc#1159491, CVE-2019-19880: exprListAppendList in window.c allows attackers to trigger an invalid pointer dereference * bsc#1158960, CVE-2019-19603: during handling of CREATE TABLE and CREATE VIEW statements, does not consider confusion with a shadow table name * bsc#1158959, CVE-2019-19646: pragma.c mishandles NOT NULL in an integrity_check PRAGMA command in certain cases of generated columns * bsc#1158958, CVE-2019-19645: alter.c allows attackers to trigger infinite recursion via certain types of self-referential views in conjunction with ALTER TABLE statements * bsc#1158812, CVE-2019-19317: lookupName in resolve.c omits bits from the colUsed bitmask in the case of a generated column, which allows attackers to cause a denial of service * bsc#1157818, CVE-2019-19244: sqlite3,sqlite2,sqlite: The function sqlite3Select in select.c allows a crash if a sub-select uses both DISTINCT and window functions, and also has certain ORDER BY usage * bsc#928701, CVE-2015-3415: sqlite3VdbeExec comparison operator vulnerability * bsc#928700, CVE-2015-3414: sqlite3,sqlite2: dequoting of collation-sequence names * CVE-2020-13434 boo#1172115: integer overflow in sqlite3_str_vappendf * CVE-2020-13630 boo#1172234: use-after-free in fts3EvalNextRow * CVE-2020-13631 boo#1172236: virtual table allowed to be renamed to one of its shadow tables * CVE-2020-13632 boo#1172240: NULL pointer dereference via crafted matchinfo() query * CVE-2020-13435: Malicious SQL statements could have crashed the process that is running SQLite (boo#1172091)- bsc#1150137, CVE-2019-16168, sqlite3-CVE-2019-16168.patch: Improper validation of qlite_stat1 sz field leads to division by zero.- Upgrade to 3.28.0: * CVE-2019-9936, bsc#1130326: running fts5 prefix queries inside a transaction could trigger a heap-based buffer over-read. * CVE-2019-9937, bsc#1130325: interleaving reads and writes in a single transaction with an fts5 virtual table will lead to a NULL Pointer Dereference. * Enhanced window functions * Enhanced VACUUM INTO so that it works for read-only databases. * New query optimizations. * Added the sqlite3_value_frombind() API for determining if the argument to an SQL function is from a bound parameter. * Security and compatibilities enhancements to fts3_tokenizer(). * Improved robustness against corrupt database files.- CVE-2018-20346, bsc#1119687: Upgrade to the most recent version to fix a remote code execution vulnerability in FTS3 (Magellan). - Drop sqlite-fts5-link.patch and do it in the spec file instead. - Version 3.27.2: * Add the VACUUM INTO command * Issue an SQLITE_WARNING message on the error log if a double-quoted string literal is used * Add the remove_diacritics=2 option to FTS3 and FTS5. * Add the SQLITE_PREPARE_NO_VTAB option to sqlite3_prepare_v3(). Use that option to prevent circular references to shadow tables from causing resource leaks. * Enhancements to the sqlite3_deserialize() interface * Enhancements to the CLI, mostly to support testing and debugging of the SQLite library itself * Increased robustness against malicious SQL that is run against a maliciously corrupted database - Version 3.26.0: * Optimization: When doing an UPDATE on a table with indexes on expressions, do not update the expression indexes if they do not refer to any of the columns of the table being updated. * Allow the xBestIndex() method of virtual table implementations to return SQLITE_CONSTRAINT to indicate that the proposed query plan is unusable and should not be given further consideration. * Added the SQLITE_DBCONFIG_DEFENSIVE option which disables the ability to create corrupt database files using ordinary SQL. * Added support for read-only shadow tables when the SQLITE_DBCONFIG_DEFENSIVE option is enabled. * Added the PRAGMA legacy_alter_table command, which if enabled causes the ALTER TABLE command to behave like older version of SQLite (prior to version 3.25.0) for compatibility. * Added PRAGMA table_xinfo that works just like PRAGMA table_info except that it also shows hidden columns in virtual tables. * Added the explain virtual table as a run-time loadable extension. * Add a limit counter to the query planner to prevent excessive sqlite3_prepare() times for certain pathological SQL inputs. * Added support for the sqlite3_normalized_sql() interface, when compiling with SQLITE_ENABLE_NORMALIZE. * Enhanced triggers so that they can use table-valued functions that exist in schemas other than the schema where the trigger is defined. * Improvements to the ".help" command in the CLI. * The SQLITE_HISTORY environment variable, if it exists, specifies the name of the command-line editing history file. * The --deserialize option associated with opening a new database in the CLI cause the database file to be read into memory and accessed using the sqlite3_deserialize() API. This simplifies running tests on a database without modifying the file on disk. - Version 3.25.2: * Add the PRAGMA legacy_alter_table=ON command that causes the "ALTER TABLE RENAME" command to behave as in 3.24.0 and earlier * Fix issue with some expressions with windows functions in views - Version 3.25.1: * Avoid false-positive error checks on ALTER TABLE * Further ORDER BY LIMIT optimization fixes for window functions - Version 3.25.0: * Add support for window functions * Add support for renaming columns within a table * Query optimizer improvements * slightly better concurrency in multi-threaded environments * The ORDER BY LIMIT optimization might have caused an infinite loop in the byte code of the prepared statement under very obscure circumstances, due to a confluence of minor defects in the query optimizer - Version 3.24.0: * Add support for PostgreSQL-style UPSERT * Add support for auxiliary columns in r-tree tables * Add C-language APIs for discovering SQL keywords used by SQLite * Add C-language APIs for dynamic strings based on sqlite3_str * Enhance ALTER TABLE so that it recognizes "true" and "false" as valid arguments to DEFAULT * Add the sorter-reference optimization as a compile-time option * Improve the format of the EXPLAIN QUERY PLAN raw output, so that it gives better information about the query plan and about the relationships between the various components of the plan * Added the SQLITE_DBCONFIG_RESET_DATABASE option to the sqlite3_db_config() API. * Automatically intercept the raw EXPLAIN QUERY PLAN output an reformat it into an ASCII-art graph. * Lines that begin with "#" and that are not in the middle of an SQL statement are interpreted as comments * Add the --append option to the ".backup" command * Add the ".dbconfig" command * various performance improvements * various bug fixes- update to 3.23.1: * Fix two problems in the new LEFT JOIN strength reduction optimization * Fix misbehavior of the FTS5 xBestIndex method * Fix a harmless reference to an uninitialized virtual machine register * Fix the eval.c extension so that it works with PRAGMA empty_result_callbacks=ON * Fix the generate_series virtual table so that it correctly returns no rows if any of its constraints are NULL * Performance enhancements in the parser- update to 3.23.0: * Add the sqlite3_serialize() and sqlite3_deserialize() interfaces when the SQLITE_ENABLE_DESERIALIZE compile-time option is used. * Recognize TRUE and FALSE as constants. (For compatibility, if there exist columns named "true" or "false", then the identifiers refer to the columns rather than Boolean constants.) * Support operators IS TRUE, IS FALSE, IS NOT TRUE, and IS NOT FALSE. * Added the SQLITE_DBSTATUS_CACHE_SPILL option to sqlite3_db_status() for reporting the number of cache spills that have occurred. * The "alternate-form-2" flag ("!") on the built-in printf implementation now causes string substitutions to measure the width and precision in characters instead of bytes. * If the xColumn method in a virtual table implementation returns an error message using sqlite3_result_error() then give that error message preference over internally-generated messages. * Added the -A command-line option to the CLI to make it easier to manage SQLite Archive files. * Add support for INSERT OR REPLACE, INSERT OR IGNORE, and UPDATE OR REPLACE in the Zipfile virtual table. * Enhance the sqlite3changeset_apply() interface so that it is hardened against attacks from deliberately corrupted changeset objects. * Added the sqlite3_normalize() extension function. * Query optimizer enhancements * Various bug fixes * Fix various issues reported by fuzzers, including: + CVE-2018-8740: NULL pointer dereference on CREATE TABLE as (bsc#1085790)- update to 3.22.0: * Add Zipfile virtual table to read and write a ZIP Archive. * Improved handling of WAL mode databases * various improvements, optimizations and bug fixes- Update to version 3.21.0 * Take advantage of the atomic-write capabilities in the F2FS filesystem when available, for greatly reduced transaction overhead. This currently requires the SQLITE_ENABLE_BATCH_ATOMIC_WRITE compile-time option. * Allow ATTACH and DETACH commands to work inside of a transaction. * Allow WITHOUT ROWID virtual tables to be writable if the PRIMARY KEY contains exactly one column. * The "fsync()" that occurs after the header is written in a WAL reset now uses the sync settings for checkpoints. This means it will use a "fullfsync" on macs if PRAGMA checkpoint_fullfsync set on. * The sqlite3_sourceid() function tries to detect if the source code has been modified from what is checked into version control and if there are modifications, the last four characters of the version hash are shown as "alt1" or "alt2". The objective is to detect accidental and/or careless edits. A forger can subvert this feature. * Improved de-quoting of column names for CREATE TABLE AS statements with an aggregate query on the right-hand side. * Fewer "stat()" system calls issued by the unix VFS. * Enhanced the LIKE optimization so that it works with an ESCAPE clause. * Enhanced PRAGMA integrity_check and PRAGMA quick_check to detect obscure row corruption that they were formerly missing. Also update both pragmas so that they return error text rather than SQLITE_CORRUPT when encountering corruption in records. * The query planner now prefers to implement FROM-clause subqueries using co-routines rather using the query flattener optimization. Support for the use of co-routines for subqueries may no longer be disabled. * Pass information about !=, IS, IS NOT, NOT NULL, and IS NULL constraints into the xBestIndex method of virtual tables. * Enhanced the CSV virtual table so that it accepts the last row of input if the final new-line character is missing. * Remove the rarely-used "scratch" memory allocator. Replace it with the SQLITE_CONFIG_SMALL_MALLOC configuration setting that gives SQLite a hint that large memory allocations should be avoided when possible. * Added the swarm virtual table to the existing union virtual table extension. * Added the sqlite_dbpage virtual table for providing direct access to pages of the database file. The source code is built into the amalgamation and is activated using the - DSQLITE_ENABLE_DBPAGE_VTAB compile-time option. * Add a new type of fts5vocab virtual table - "instance" - that provides direct access to an FTS5 full-text index at the lowest possible level. * Miscellaneous microoptimizations reduce CPU usage by about 2.1%. Bug fixes * Fix a faulty assert() statement discovered by OSSFuzz. Ticket cb91bf4290c211d * Fix an obscure memory leak in sqlite3_result_pointer(). Ticket 7486aa54b968e9b * Avoid a possible use-after-free error by deferring schema resets until after the query planner has finished running. Ticket be436a7f4587ce5 * Only use indexes-on-expressions to optimize ORDER BY or GROUP BY if the COLLATE is correct. Ticket e20dd54ab0e4383 * Fix an assertion fault that was coming up when the expression in an index-on-expressions is really a constant. Ticket aa98619ad08ddca * Fix an assertion fault that could occur following PRAGMA reverse_unordered_selects. Ticket cb91bf4290c211d * Fix a segfault that can occur for queries that use table-valued functions in an IN or EXISTS subquery. Ticket b899b6042f97f5 * Fix a potential integer overflow problem when compiling a particular horrendous common table expression. This was another problem discovered by OSSFuzz. Check-in 6ee8cb6ae5. * Fix a potential out-of-bound read when querying a corrupt database file, a problem detected by Natalie Silvanovich of Google Project Zero. Check-in 04925dee41a21f.- update to 3.20.1: * Fix a potential memory leak in the new sqlite3_result_pointer() interface- Update to 3.20.0: * Potential incompatible change for clients incorrectly relying on unspecified behavior: column names returned by sqlite3_column_name() and sqlite3_column_name16() may return different names when views or subqueries are used in the FROM clause, and AS clauses are not used (as they should be) * Text of some error messages changed. Applications that depend on specific error message text may be impacted.- a little less packaging cleanup so as to not break SLE 11 SP4- Small packaging cleanup- Update to 3.19.3: * Fix a bug associated with auto_vacuum that can lead to database corruption. (introduced in 3.16.0)- Update to 3.19.2 * Fix a bug in the LEFT JOIN flattening optimization. Ticket cad1ab4cb7b0fc. * Fix more bugs in the LEFT JOIN flattening optimization. Ticket 7fde638e94287d2c.- Update to 3.19.0 * The SQLITE_READ authorizer callback is invoked once with a column name that is an empty string for every table referenced in a query from which no columns are extracted. * When using an index on an expression, try to use expression values already available in the index, rather than loading the original columns and recomputing the expression. * Enhance the flattening optimization so that it is able to flatten views on the right-hand side of a LEFT JOIN. * Use replace() instead of char() for escaping newline and carriage-return characters embedded in strings in the .dump output from the command-line shell. * Avoid unnecessary foreign key processing in UPDATE statements that do not touch the columns that are constrained by the foreign keys. * On a DISTINCT query that uses an index, try to skip ahead to the next distinct entry using the index rather than stepping through rows, when an appropriate index is available. * Avoid unnecessary invalidation of sqlite3_blob handles when making changes to unrelated tables. * Transfer any terms of the HAVING clause that use only columns mentioned in the GROUP BY clause over to the WHERE clause for faster processing. * Reuse the same materialization of a VIEW if that VIEW appears more than once in the same query. * Enhance PRAGMA integrity_check so that it identifies tables that have two or more rows with the same rowid. * Enhance the FTS5 query syntax so that column filters may be applied to arbitrary expressions. * Enhance the json_extract() function to cache and reuse parses of JSON input text. * Added the anycollseq.c loadable extension that allows a generic SQLite database connection to read a schema that contains unknown and/or application-specific collating sequences. * Fix a problem in REPLACE that can result in a corrupt database containing two ore more rows with the same rowid. Fix for ticket f68dc596c4e6018d. * Fix a problem in PRAGMA integrity_check that was causing a subsequent VACUUM to behave suboptimally. so that it works correctly with foreign keys on WITHOUT ROWID tables. * Disallow leading zeros in numeric constants in JSON. Fix for ticket b93be8729a895a528e2. * Disallow control characters inside of strings in JSON. Fix for ticket 6c9b5514077fed34551. * Limit the depth of recursion for JSON objects and arrays in orde to avoid excess stack usage in the recursive descent parser. Fix for ticket 981329adeef51011052.- Update to 3.18.0 * Added the PRAGMA optimize command * The SQLite version identifier returned by the sqlite_source_id() SQL function and the sqlite3_sourceid() C API and found in the SQLITE_SOURCE_ID macro is now a 64-digit SHA3-256 hash instead of a 40-digit SHA1 hash. * Added the json_patch() SQL function to the JSON1 extension. * Enhance the LIKE optimization so that it works for arbitrary expressions on the left-hand side as long as the LIKE pattern on the right-hand side does not begin with a digit or minus sign. * Added the sqlite3_set_last_insert_rowid() interface and use the new interface in the FTS3, FTS4, and FTS5 extensions to ensure that the sqlite3_last_insert_rowid() interface always returns reasonable values. * Enhance PRAGMA integrity_check and PRAGMA quick_check so that they verify CHECK constraints. * Enhance the query plans for joins to detect empty tables early and halt without doing unnecessary work. * Enhance the sqlite3_mprintf() family of interfaces and the printf SQL function to put comma separators at the thousands marks for integers, if the "," format modifier is used in between the "%" and the "d" (example: "%,d"). * Added the -DSQLITE_MAX_MEMORY=N compile-time option. * Added the .sha3sum dot-command and the .selftest dot-command to the command-line shell * Begin enforcing SQLITE_LIMIT_VDBE_OP. This can be used, for example, to prevent excessively large prepared statements in systems that accept SQL queries from untrusted users. * Various performance improvements. * Ensure that indexed expressions with collating sequences are handled correctly. Fix for ticket eb703ba7b50c1a5. * Fix a bug in the 'start of ...' modifiers for the date and time functions. Ticket 6097cb92745327a1 * Fix a potential segfault in complex recursive triggers, resulting from a bug in the OP_Once opcode introduced as part of a performance optimization in version 3.15.0. Ticket 06796225f59c057c * In the RBU extension, add extra sync operations to avoid the possibility of corruption following a power failure. * The sqlite3_trace_v2() output for nested SQL statements should always begin with a "--" comment marker.- Drop update-desktop-files BuildRequires: this package contains no desktop files, hence there is no need to handle any of them.- Update to 3.17.0 * Approximately 25% better performance from the R-Tree extension. * Add the SQLITE_DEFAULT_LOOKASIDE compile-time option. * Increase the default lookaside size from 512,125 to 1200,100 as this provides better performance while only adding 56KB of extra memory per connection. * Use compiler built-ins __builtin_sub_overflow(), __builtin_add_overflow(), and __builtin_mul_overflow() when available. * Added the SQLITE_ENABLE_NULL_TRIM compile-time option, which can result in significantly smaller database files for some applications, at the risk of being incompatible with older versions of SQLite. * Change SQLITE_DEFAULT_PCACHE_INITSZ from 100 to 20, for improved performance. * Added the SQLITE_UINT64_TYPE compile-time option as an analog to SQLITE_INT64_TYPE. * Perform some UPDATE operations in a single pass instead of in two passes. * Enhance the session extension to support WITHOUT ROWID tables. * Fixed performance problems and potential stack overflows when creating views from multi-row VALUES clauses with hundreds of thousands of rows. * Added the sha1.c extension. * In the command-line shell, enhance the ".mode" command so that it restores the default column and row separators for modes "line", "list", "column", and "tcl". * Enhance the SQLITE_DIRECT_OVERFLOW_READ option so that it works in WAL mode as long as the pages being read are not in the WAL file. * Enhance the LEMON parser generator so that it can store the parser object as a stack variable rather than allocating space from the heap and make use of that enhancement in the amalgamation. * Other performance improvements. Uses about 6.5% fewer CPU cycles. * Throw an error if the ON clause of a LEFT JOIN references tables to the right of the ON clause. This is the same behavior as PostgreSQL. Formerly, SQLite silently converted the LEFT JOIN into an INNER JOIN. Fix for ticket 25e335f802dd. * Use the correct affinity for columns of automatic indexes. Ticket 7ffd1ca1d2ad4ec. * Ensure that the sqlite3_blob_reopen() interface can correctly handle short rows. Fix for ticket e6e962d6b0f06f46e.- Update to version 3.16.2: * Fix the REPLACE statement for WITHOUT ROWID tables that lack secondary indexes so that it works correctly with triggers and foreign keys. * Fix the sqlite3_value_text() interface so that it correctly translates content generated by zeroblob() into a string of all 0x00 characters. * Fix the bytecode generator to deal with a subquery in the FROM clause that is itself a UNION ALL where one side of the UNION ALL is a view that contains an ORDER BY. * Adjust the sqlite3_column_count() API so it more often returns the same values for PRAGMA statements as it did in prior releases, to minimize disruption to applications that might be using that interface in unexpected ways.- Update to version 3.16.1 * Fix a bug concerning the use of row values within triggers (see ticket 8c9458e7) that was in version 3.15.0.- Update to version 3.16.0: * Uses 9% fewer CPU cycles. (See the CPU performance measurement report for details on how the this performance increase was computed.) * Added experimental support for PRAGMA functions. * Added the SQLITE_DBCONFIG_NO_CKPT_ON_CLOSE option to sqlite3_db_config(). * Enhance the date and time functions so that the 'unixepoch' modifier works for the full span of supported dates. * Changed the default configuration of the lookaside memory allocator from 500 slots of 128 bytes each into 125 slots of 512 bytes each. * Enhanced "WHERE x NOT NULL" partial indexes so that they are usable if the "x" column appears in a LIKE or GLOB operator. * Enhanced sqlite3_interrupt() so that it interrupts checkpoint operations that are in process. * Enhanced the LIKE and GLOB matching algorithm to be faster for cases when the pattern contains multiple wildcards. * Added the SQLITE_FCNTL_WIN32_GET_HANDLE file control opcode. * Added ".mode quote" to the command-line shell. * Added ".lint fkey-indexes" to the command-line shell. * Added the .imposter dot-command to the command-line shell. * Added the remember(V,PTR) SQL function as a loadable extension. * Rename the SQLITE_OMIT_BUILTIN_TEST compile-time option to * SQLITE_UNTESTABLE to better reflect the implications of using it.- SQLite 3.15.2: * Multiple bug fixes to the row value logic that was introduced in version 3.15.0. * Fix a NULL pointer dereference in ATTACH/DETACH following a maliciously constructed syntax error * Fix a crash that can occur following an out-of-memory condition in the built-in instr() function. * In the JSON extension, fix the JSON validator so that it correctly rejects invalid backslash escapes within strings.- SQLite 3.15.1: * Fix the VACUUM command so that it spills excess content to disk rather than holding everything in memory, and possible causing an out-of-memory error for larger database files * Fix a case where OR-connected terms in the ON clause of a LEFT JOIN might cause incorrect results * Fix a case where the use of row values in the ON clause of a LEFT JOIN might cause incorrect results- SQLite 3.15.0 * Added support for row values. * Allow deterministic SQL functions in the WHERE clause of a partial index. * Added the "modeof=filename" URI parameter on the unix VFS * Added support for SQLITE_DBCONFIG_MAINDBNAME. * Added the ability to VACUUM an ATTACH-ed database. * Enhancements to the command-line shell: + Add the ".testcase" and ".check" dot-commands. + Added the --new option to the ".open" dot-command, causing any prior content in the database to be purged prior to opening. * Enhance the fts5vocab virtual table to handle "ORDER BY term" efficiently. * Miscellaneous micro-optimizations reduce CPU usage by more than 7% on common workloads. Most optimization in this release has been on the front-end (sqlite3_prepare_v2()). * The multiply operator now correctly detects 64-bit integer overflow and promotes to floating point in all corner-cases. Fix for ticket 1ec41379c9c1e400. * Correct handling of columns with redundant unique indexes when those columns are used on the LHS of an IN operator. Fix for ticket 0eab1ac759. * Skip NULL entries on range queries in indexes on expressions. Fix for ticket 4baa46491212947. * Ensure that the AUTOINCREMENT counters in the sqlite_sequence table are initialized doing "Xfer Optimization" on "INSERT ... SELECT" statements. Fix for ticket 7b3328086a5c116c. * Make sure the ORDER BY LIMIT optimization (from check-in 559733b09e) works with IN operators on INTEGER PRIMARY KEYs. Fix for ticket 96c1454c- SQLite 3.14.2: * Fix the sqlite3_trace_v2() interface so that it is disabled if either the callback or the mask arguments are zero, in accordance with the documentation. * Fix commenting errors and improve the comments generated on EXPLAIN listings when the -DSQLITE_ENABLE_EXPLAIN_COMMENTS compile-time option is used. * Fix the ".read" command in the command-line shell so that it understands that its input is not interactive. * Correct affinity computations for a SELECT on the RHS of an IN operator. Fix for ticket 199df4168c. * The ORDER BY LIMIT optimization is not valid unless the inner-most IN operator loop is actually used by the query plan. Fix for ticket 0c4df46116e90f92. * Fix an internal code generator problem that was causing some DELETE operations to no-op. Ticket ef360601- SQLite 3.14.1: * A performance enhancement to the page-cache "truncate" operation reduces COMMIT time by dozens of milliseconds on systems with a large page cache * Fix to the --rbu option of sqldiff.- SQLite 3.14.0 * Added support for WITHOUT ROWID virtual tables. * Improved the query planner so that the OR optimization can be used on virtual tables even if one or more of the disjuncts use the LIKE, GLOB, REGEXP, MATCH operators. * Added the CSV virtual table for reading RFC 4180 formatted comma-separated value files. * Added the carray() table-valued function extension. * Enabled persistent loadable extensions using the new SQLITE_OK_LOAD_PERMANENTLY return code from the extension entry point. * Added the SQLITE_DBSTATUS_CACHE_USED_SHARED option to sqlite3_db_status(). * Add the vfsstat.c loadable extension - a VFS shim that measures I/O together with an eponymous virtual table that provides access to the measurements. * Improved algorithm for running queries with both an ORDER BY and a LIMIT where only the inner-most loop naturally generates rows in the correct order. * Enhancements to Lemon parser generator, so that it generates a faster parser. * The PRAGMA compile_options command now attempts to show the version number of the compiler that generated the library. * Enhance PRAGMA table_info so that it provides information about eponymous virtual tables. * The query planner uses a full scan of a partial index instead of a full scan of the main table, in cases where that makes sense. * Allow table-valued functions to appear on the right-hand side of an IN operator. * Added two new C-language interfaces: sqlite3_expanded_sql() and sqlite3_trace_v2(). These new interfaces subsume the functions of sqlite3_trace() and sqlite3_profile() which are now deprecated. * Added the json_quote() SQL function to the json1 extension. * Disable the authorizer callback while reparsing the schema. * Added the SQLITE_ENABLE_UNKNOWN_SQL_FUNCTION compile-time option and turned that option on by default when building the command-line shell. * Fix the ALTER TABLE command so that it does not corrupt descending indexes when adding a column to a legacy file format database. Ticket f68bf68513a1c15f * Fix a NULL-pointer dereference/crash that could occurs when a transitive WHERE clause references a non-existent collating sequence. Ticket e8d439c77685eca6. * Improved the cost estimation for an index scan which includes a WHERE clause that can be partially or fully evaluated using columns in the index and without having to do a table lookup. This fixes a performance regression that occurred for some obscure queries following the ORDER BY LIMIT optimization introduced in version 3.12.0.- Fix SLE 11 for previous change: noarch subpackages not supported- Reduce the conditions a bit and sort with spec-cleaner - Remove condition for old sle10 ppc machines- SQLite 3.13.0: * Postpone I/O associated with TEMP files for as long as possible, with the hope that the I/O can ultimately be avoided completely. * Merged the session extension into trunk. * Added the ".auth ON|OFF" command to the command-line shell. * Added the "--indent" option to the ".schema" and ".fullschema" commands of the command-line shell, to turn on pretty-printing. * Added the ".eqp full" option to the command-line shell, that does both EXPLAIN and EXPLAIN QUERY PLAN on each statement that is evaluated. * Improved resistance against goofy query planner decisions caused by incomplete or incorrect modifications to the sqlite_stat1 table by the application. * Added the sqlite3_db_config(db,SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION) interface which allows the sqlite3_load_extension() C-API to be enabled while keeping the load_extension() SQL function disabled for security. * Change the temporary directory search algorithm on Unix to allow directories with write and execute permission, but without read permission, to serve as temporary directories. Apply this same standard to the "." fallback directory. * Fix a problem with the multi-row one-pass DELETE optimization that was causing it to compute incorrect answers with a self-referential subquery in the WHERE clause. Fix for ticket dc6ebeda9396087 * Fix a possible segfault with DELETE when table is a rowid table with an INTEGER PRIMARY KEY and the WHERE clause contains a OR and the table has one or more indexes that are able to trigger the OR optimization, but none of the indexes reference any table columns other than the INTEGER PRIMARY KEY. Ticket 16c9801ceba49. * When checking for the WHERE-clause push-down optimization, verify that all terms of the compound inner SELECT are non-aggregate, not just the last term. Fix for ticket f7f8c97e97597.- SQLite 3.12.2: * Fix compatibility with some legacy versions of sqlite database * Minor bugfixes- SQLite 3.12.1: * Fix a boundary condition error introduced by version 3.12.0 that can result in a crash during heavy SAVEPOINT usage. * Fix views so that they inherit column datatypes from the table that they are defined against, when possible. * Fix the query planner so that IS and IS NULL operators are able to drive an index on a LEFT OUTER JOIN.- SQLite 3.12.0: * The SQLITE_DEFAULT_PAGE_SIZE is increased from 1024 to 4096. The SQLITE_DEFAULT_CACHE_SIZE is changed from 2000 to -2000 so the same amount of cache memory is used by default. * Enhancements to the Lemon parser generator so that it creates a smaller and faster SQL parser. * Only create master journal files if two or more attached databases are all modified, do not have PRAGMA synchronous set to OFF, and do not have the journal_mode set to OFF, MEMORY, or WAL. * Added the SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER option to sqlite3_db_config() which allows the two-argument version of the fts3_tokenizer() SQL function to be enabled or disabled at run-time. * Added the sqlite3rbu_bp_progress() interface to the RBU extension. * The PRAGMA defer_foreign_keys=ON statement now also disables RESTRICT actions on foreign key. * Added the sqlite3_system_errno() interface. * Added the SQLITE_DEFAULT_SYNCHRONOUS and SQLITE_DEFAULT_WAL_SYNCHRONOUS compile-time options. The SQLITE_DEFAULT_SYNCHRONOUS compile-time option replaces the SQLITE_EXTRA_DURABLE option, which is no longer supported. * Enhanced the ".stats" command in the command-line shell to show more information about I/O performance obtained from /proc, when available. * Make sure the sqlite3_set_auxdata() values from multiple triggers within a single statement do not interfere with one another. Ticket dc9b1c91. * Fix the code generator for expressions of the form "x IN (SELECT...)" where the SELECT statement on the RHS is a correlated subquery. - Remove sqlite3-link-binary-with-libsqlite3.patch: replaced with configure option --disable-static-shell- Enable secure delete by default, this matches Fedora & Android. It can be disabled with `PRAGMA SECURE_DELETE = 0;` - Enable more extensions, syncing with Fedora & Gentoo.- Fix sqlite-fts5-link.patch: link libsqlite3.so with libm instead of the sqlite3 binary: the library is the actual user of log(). - Add sqlite3-link-binary-with-libsqlite3.patch: dyamically link /usr/bin/sqlite3 to libsqlite3 instead of statically using it. - Move autoreconf call to build section, where it belongs.- Enable FTS5 support. - Add sqlite-fts5-link.patch to link to math library because FTS5 code uses log().- SQLite 3.11.1: * Fix an FTS5 issue in which the 'optimize' command could cause index corruption. * Fix a buffer overread that might occur if FTS5 is used to query a corrupt database file. * Increase the maximum "scope" value for the spellfix1 extension from 6 to 30.- explicitly enable readline support - run spec-cleaner- Update to 3.11.0 * Enhanced WAL mode so that it works efficiently with transactions that are larger than the cache_size. * Added the FTS5 detail option. * Added the "EXTRA" option to PRAGMA synchronous that does a sync of the containing directory when a rollback journal is unlinked in DELETE mode, for better durability. The SQLITE_EXTRA_DURABLE compile-time option enables PRAGMA synchronous=EXTRA by default. * Enhanced the query planner so that it is able to use a covering index as part of the OR optimization. * Avoid recomputing NOT NULL and CHECK constraints on unchanged columns in UPDATE statement. * Many micro-optimizations, resulting in a library that is faster than the previous release. * By default, the shell is now in "auto-explain" mode. The output of EXPLAIN commands is automatically formatted. * Added the ".vfslist" dot-command. * The SQLITE_ENABLE_EXPLAIN_COMMENTS compile-time option is now turned on by default in the standard builds.- SQlite 3.10.2: * Fix case-folding bug introduced in 3.10.0 in the LIKE operator * Fix a use-after-free that can occur when SQLite is compiled with -DSQLITE_HAS_CODEC. * Fix the build so that it works with -DSQLITE_OMIT_WAL.- SQLite 3.10.1: * Fix a 16-month-old bug in the query planner that could generate incorrect results when a scalar subquery attempts to use the block sorting optimization. * Add SQLITE_FCNTL_JOURNAL_POINTER file control- update to 3.10.0 - spec-cleaned * Added support for LIKE, GLOB, and REGEXP operators on virtual tables. * Added the colUsed field to sqlite3_index_info for use by the sqlite3_module.xBestIndex method. * Enhance the PRAGMA cache_spill statement to accept a 32-bit integer parameter which is the threshold below which cache spilling is prohibited. * On unix, if a symlink to a database file is opened, then the corresponding journal files are based on the actual filename, not the symlink name. * Added the "--transaction" option to sqldiff. * Added the sqlite3_db_cacheflush() interface. * Added the sqlite3_strlike() interface. * When using memory-mapped I/O map the database file read-only so that stray pointers and/or array overruns in the application cannot accidently modify the database file. * Added the experimental sqlite3_snapshot_get(), sqlite3_snapshot_open(), and sqlite3_snapshot_free() interfaces. These are subject to change or removal in a subsequent release. * Enhance the 'utc' modifier in the date and time functions so that it is a no-op if the date/time is known to already be in UTC. (This is not a compatibility break since the behavior has long been documented as "undefined" in that case.) * Added the json_group_array() and json_group_object() SQL functions in the json extension. * Added the SQLITE_LIKE_DOESNT_MATCH_BLOBS compile-time option. * Many small performance optimizations. + Enhancements to the command-line shell: * Added the ".changes ON|OFF" and ".vfsinfo" dot-commands. + Important fixes: * Fix inconsistent integer to floating-point comparison operations that could result in a corrupt index if the index is created on a table column that contains both large integers and floating point values of similar magnitude. * Fix an infinite-loop in the query planner that could occur on malformed common table expressions. * Various bug fixes in the sqldiff tool.- SQLite 3.9.2: * Fix the schema parser so that it interprets certain (obscure and ill-formed) CREATE TABLE statements the same as legacy. * Fix a query planner problem that could result in an incorrect answer due to the use of automatic indexing in subqueries in the FROM clause of a correlated scalar subqueries.- SQLite 3.9.1: * Fix the json1 extension so that it does not recognize ASCII form-feed as a whitespace character, in order to comply with RFC-7159. * Build and portability fixes.- SQLite 3.9.0 * Add json1 extension module * The CREATE VIEW statement now accepts an optional list of column names following the view name. * Added support for indexes on expressions. * Added support for table-valued functions in the FROM clause of a SELECT statement. * Added support for eponymous virtual tables. * A VIEW may now reference undefined tables and functions when initially created. Missing tables and functions are reported when the VIEW is used in a query. * Added the sqlite3_value_subtype() and sqlite3_result_subtype() interfaced (used by the json1 extension). * The query planner is now able to use partial indexes that contain AND-connected terms in the WHERE clause. * The sqlite3_analyzer utility is updated to report the depth of each btree and to show the average fanout for indexes and WITHOUT ROWID tables. * Enhanced the dbstat virtual table so that it can be used as a table-valued function where the argument is the schema to be analyzed. * sqlite3_memory_alarm() no-op.- Update to 3.8.11.1 * Restore an undocumented side-effect of PRAGMA cache_size: force the database schema to be parsed if the database has not been previously accessed. * Fix a long-standing problem in sqlite3_changes() for WITHOUT ROWID tables that was reported a few hours after the 3.8.11 release.- SQLite 3.8.11: * Significantly improved performance * new interfaces and enhancements * Important bug fixes for CREATE TABLE AS * Fix the skip-scan optimization so that it works correctly when the OR optimization is used on WITHOUT ROWID tables. * Fix the sqlite3_memory_used() and sqlite3_memory_highwater() interfaces so that they actually do provide a 64-bit answer. * experimental extensions, not enabled: + RBU (Resumable Bulk Update) extension + FTS5 (Full-text search) extension- SQLite 3.8.10.2: * Fix an index corruption issue introduced by version 3.8.7.- SQLite 3.8.10.1: * Make sqlite3_compileoption_used() responsive to the SQLITE_ENABLE_DBSTAT_VTAB compile-time option. * Fix minor issues with the dbstat virtual table.- Update to SQLite 3.8.10 * Added the y format string to the matchinfo() function of FTS3. * Performance improvements for ORDER BY, VACUUM, CREATE INDEX, PRAGMA integrity_check, and PRAGMA quick_check * Fix many obscure problems discovered while SQL fuzzing. * Add the ".binary" and ".limits" commands to the command-line shell * Make the "dbstat" virtual table part of standard builds when compiled with the SQLITE_ENABLE_DBSTAT_VTAB option.- Update to SQLite 3.8.9: * Added the sqlite3_status64() interface. * Fix memory size tracking so that it works even if SQLite uses more than 2GiB of memory. * Added the PRAGMA index_xinfo command. * Fix a potential 32-bit integer overflow problem in the sqlite3_blob_read() and sqlite3_blob_write() interfaces. * Ensure that prepared statements automatically reset on extended error codes of SQLITE_BUSY and SQLITE_LOCKED even when compiled using SQLITE_OMIT_AUTORESET. * Correct miscounts in the sqlite3_analyzer.exe utility related to WITHOUT ROWID tables. * Added the ".dbinfo" command to the command-line shell. * Improve the performance of fts3/4 queries that use the OR operator and at least one auxiliary fts function. * Fix a bug in the fts3 snippet() function causing it to omit leading separator characters from snippets that begin with the first token in a column.- Update to SQLite 3.8.8.3 * Fix a bug (ticket 2326c258d02ead33) that can lead to incorrect results if the qualifying constraint of a partial index appears in the ON clause of a LEFT JOIN. * Added the ability to link against the "linenoise" command-line editing library in unix builds of the command-line shell.- SQLite 3.8.8.2: * Enhance sqlite3_wal_checkpoint_v2(TRUNCATE) interface so that it truncates the WAL file even if there is no checkpoint work to be done.- SQLite 3.8.8.1: * Fix a bug in the sorting logic, present since version 3.8.4, that can cause output to appear in the wrong order on queries that contains an ORDER BY clause, a LIMIT clause, and that have approximately 60 or more columns in the result set.- SQLite 3.8.8 - New Features: * Added the PRAGMA data_version command * Added the SQLITE_CHECKPOINT_TRUNCATE option to the sqlite3_wal_checkpoint_v2() / PRAGMA wal_checkpoint. * Added the sqlite3_stmt_scanstatus() when compiled with SQLITE_ENABLE_STMT_SCANSTATUS. * The sqlite3_table_column_metadata() is enhanced to work correctly on WITHOUT ROWID tables and to check for the existence of a a table if the column name parameter is NULL. The interface is now also included in the build by default, without requiring the SQLITE_ENABLE_COLUMN_METADATA compile- time option. * Added the SQLITE_ENABLE_API_ARMOR compile-time option. * Added the SQLITE_REVERSE_UNORDERED_SELECTS compile-time option. * Added the SQLITE_SORTER_PMASZ compile-time option and SQLITE_CONFIG_PMASZ start-time option. * Added the SQLITE_CONFIG_PCACHE_HDRSZ option to sqlite3_config() * The number of rows in a VALUES clause is no longer limited by SQLITE_LIMIT_COMPOUND_SELECT. * Added the eval.c loadable extension that implements an eval() SQL function that will recursively evaluate SQL. - Performance Enhancements: * Reduce the number of memcpy() operations involved in balancing a b-tree, for 3.2% overall performance boost. * Improvements to cost estimates for the skip-scan optimization. * The automatic indexing optimization is now capable of generating a partial index if that is appropriate. - Bug fixes: * Ensure durability following a power loss with "PRAGMA journal_mode=TRUNCATE" by calling fsync() right after truncating the journal file. * The query planner now recognizes that any column in the right- hand table of a LEFT JOIN can be NULL, even if that column has a NOT NULL constraint. Avoid trying to optimize out NULL tests in those cases. * Make sure ORDER BY puts rows in ascending order even if the DISTINCT operator is implemented using a descending index. * Fix data races that might occur under stress when running with many threads in shared cache mode where some of the threads are opening and closing connections. * Fix obscure crash bugs found by american fuzzy lop. - Other changes: * Disable the use of the strchrnul() C-library routine unless it is specifically enabled using the -DHAVE_STRCHRNULL compile- time option. * Improvements to the effectiveness and accuracy of the likelihood(), likely(), and unlikely() SQL hint functions.- SQLite 3.8.7.4: * Bug fix: Add in a mutex that was omitted from the previous release.- SQLite 3.8.7.3: * Ensure the cached KeyInfo objects (an internal abstraction not visible to the application) do not go stale when operating in shared cache mode and frequently closing and reopening some database connections while leaving other database connections on the same shared cache open continuously. * Recognize that any column in the right-hand table of a LEFT JOIN can be NULL even if the column has a NOT NULL constraint. Do not apply optimizations that assume the column is never NULL.- SQLite 3.8.7.2: * Enhance the ROLLBACK command so that pending queries are allowed to continue as long as the schema is unchanged. * Bug fix: Make sure that NULL results from OP_Column are fully and completely NULL and do not have the MEM_Ephem bit set. * Bug fix: The %c format in sqlite3_mprintf() is able to handle precisions greater than 70. * Bug fix: Do not automatically remove the DISTINCT keyword from a SELECT that forms the right-hand side of an IN operator since it is necessary if the SELECT also contains a LIMIT.- SQLite 3.8.7.1: * In PRAGMA journal_mode=TRUNCATE mode, call fsync() immediately after truncating the journal file to ensure that the transaction is durable across a power loss. * Fix an assertion fault that can occur when updating the NULL value of a field at the end of a table that was added using ALTER TABLE ADD COLUMN. * Do not attempt to use the strchrnul() function from the standard C library unless the HAVE_STRCHRNULL compile-time option is set. * Fix a couple of problems associated with running an UPDATE or DELETE on a VIEW with a rowid in the WHERE clause.- SQLite 3.8.7 - Performance Enhancements: * Many micro-optimizations result in 20.3% more work for the same number of CPU cycles relative to the previous release. * The sorter can use auxiliary helper threads to increase real- time response. This feature is off by default and may be enabled using the PRAGMA threads command or the SQLITE_DEFAULT_WORKER_THREADS compile-time option. * Enhance the skip-scan optimization so that it is able to skip index terms that occur in the middle of the index, not just as the left-hand side of the index. * Improved optimization of CAST operators. * Various improvements in how the query planner uses sqlite_stat4 information to estimate plan costs. - New Features: * Added new interfaces with 64-bit length parameters: sqlite3_malloc64() sqlite3_realloc64() sqlite3_bind_blob64() sqlite3_result_blob64() sqlite3_bind_text64() sqlite3_result_text64() * Added the new interface sqlite3_msize() that returns the size of a memory allocation obtained from sqlite3_malloc64() and its variants. * Added the SQLITE_LIMIT_WORKER_THREADS option to sqlite3_limit() and PRAGMA threads command for configuring the number of available worker threads. * The spellfix1 extension allows the application to optionally specify the rowid for each INSERT. Added the User Authentication extension. - Bug Fixes: * Fix a bug in the partial index implementation that might result in an incorrect answer if a partial index is used in a subquery or in a view. * Fix a query planner bug that might cause a table to be scanned in the wrong direction (thus reversing the order of output) when a DESC index is used to implement the ORDER BY clause on a query that has an identical GROUP BY clause. * Fix a bug in sqlite3_trace() that was causing it to sometimes fail to print an SQL statement if that statement needed to be re-prepared. * Fix a faulty assert() statement. - Test, Debug, and Analysis Changes: * Show ASCII-art abstract syntax tree diagrams using the ".selecttrace" and ".wheretrace" commands in the command-line shell when compiled with SQLITE_DEBUG, SQLITE_ENABLE_SELECTTRACE, and SQLITE_ENABLE_WHERETRACE. Also provide the sqlite3TreeViewExpr() and sqlite3TreeViewSelect() entry points that can be invoked from with the debugger to show the parse tree when stopped at a breakpoint. * Drop support for SQLITE_ENABLE_TREE_EXPLAIN. The SELECTTRACE mechanism provides more useful diagnostics information. * New options to the command-line shell for configuring auxiliary memory usage: --pagecache, --lookaside, and --scratch./sbin/ldconfig/sbin/ldconfigs390zp34 17536948413.50.2-150000.3.33.13.50.2-150000.3.33.1libsqlite3.so.0libsqlite3.so.3.50.2/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:39713/SUSE_SLE-15_Update/0a4769f0288c8478300adcb174459172-sqlite3.SUSE_SLE-15_Updatedrpmxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=fbea800b4e3e7e5f57a4f9645242f5c1d16fcaac, stripped PRRRRR R R RRRR"()^\Kautf-877fc352f89a1622c2670d59637948b2ff6495c6d4e54ac3384e4576bf5e82ffb?7zXZ !t/4]"k%=6kѿ>QwqT1@7W8PhA bd%1ʍnhuVqf.bO=TYlO BL88 _* R~ZIDRfqH;XW)ltDe2sgvnJFN/a(4vy\ hfJ(4}mvc!u{B0G۽ʉN_XVf܌ U@Yn&10h(J\( ȼ#9r7p,G0vDu6 ޻q}e &5r[Y٩}e~{*vp;? B0f oyvg7-;AҸ5NhNr3$<@F/{YG2+D6&[ҍF55Z%!LIaB/!ͯ -s:ui:qjQ*ƀܲ.60"=C5Vj\헩/ԝ& X2ռ?8)]3Z"#I76J3-٘hBZJ~|XG փ>p:bZm?m*\i[TaǨ{hprSΖ3w[  w? >%D6IP/}HӲF$pKntoM3u S鴋 tnOZFۮ0$h^ ;\SU jvl|YtjOیb{]:?/f4ovC6i$ۏ"21F~_imp$lb%#eg% w`tQDu ,(F(x"53'O Cf!qeCA#<GqJ#$C}e>S.d8^`6^+ tᆩMqATDN53Éw"HiLsI`Q<9W#b~x ?ccR$>xyJd;^j8ʤփ3.}Hq- {_uɲ )xƷ;wsۊI/b LfX^@g_pԐ2|(,Z!1ۊ8 s7(BN ǓCQv. <=wA3AxS$ =~ vUIաGk$H=nM,*˯oh5L*atۀojEK!]MH6Ds}$jzc/,6.C<hoը_u%{F գV +ɱJY/EwyF+FZ}Mnx?!T4ylIhTs$K¡Ǟh|VwS}iG7Mbzp7HN7_6!;i8&3jS`ٹt[IUL@uyxQDΪya.9΍ dl]:o1 0lO8WU|0Xf"d6v Q|:2lׄ]@*蜁 #=+!.~HyuV ;үH <Q ȯ>؎$h[Dyֿ(Fv2NC}Xt56$9ՠ 2 #B6t31;i&I>R2}ChN##ނׅmاgD\ L91 hByv}q;ԁ+h[ qEq*"&&~,i/}픆o*:׭NeoO(.\(r`qIv&]F ! _wRhQFm!2޹,qx]:7l {(0 JvLL+bL>~ 'DW ET3ߒ4ϓ+೴;qaIT=ՊKI HV1S*ʈ ^12_e0far̀!K8;@M_X}tz;4WL4]㇩E^MО)'P<>mPcԙH&DlYΞrRκHX^Z0)}݅o*;C(J~Wv>bw}8",\RUfEߔRA$fiM! ?3 3Җ;4hZ,VktuEOz{?R9Ѻ#a8WK<$,!ԮE#/3qsP˷mhnA#v{Ҹ{70E#!ywKYǰZaoZPLblԴae#;?UP{9kf_X-ל3I`|è9>-'9vOi)pJtQSj7l3?8D?'oW%o{'ȨfPXK<f(!K8Em)J+'Y(v0bgMRW}8t X&vÅ!BL o)2)gG?M DchzI3dbl7\wF*%OTK vi{>4,U0~DzP|T;=Q?0y@xu)d)$b]߈=wOIOJW4 w8x]詮=KmCZ[.,tlo}wfyxFhLaO~b,I5C2)!νkHa|X ɴr]g!u=?~܄69Qɥ9#"r@[XuqAqn)M2_;{j ],2K9T:i XX_@ ]rrHAXu`]R KMrf~̂0w̥$ΖN$n]IjS˔"ZLRF7u˹ xib.ZNn s'B?]~䞩@K{1mi͕753Q-EBaCSpMԓ~'8rij)"MζIk׌J` ]@nmZc.&r {q՟>:RA wR\`FNJ7,K !b-8^y7&[Џ(J\UG*vU1[ϖ[6ѪR_oK0y*`U؎BMu-gPkd}J4(OULY0LV=1 2ٿG!d-RG rHQ REO(?_~qWHY.Tl#tjƤ nEWǙHbɥ?Mo}ĥ\Z|pfFDvj,'d}W0()MQ^y^S&pn5K. aX ̀Ԡ%!#j%|RM?{i[W,'/Ñ znuuQ3oCs{}ym뎾[ʠ@ꏳLŰtéFQhD'.K,\/Ή;;ڐmAjHoML\aq dlnfR:8ʠ(HPuIafA"wֹ7Sq#SE']&VA=:v$8f۠83BY(2[ِe޲.g(5yjs=AտsHE[Tx0>Ҿ.u 5y9>Dj6qQA=pE[J[UrLHH~8ru%f]hAp(;i!}\UcTXQ%D4= a:0^$7 \#0|s7Db%[n&>4ӋЦvSnGu(՝ZbϲeJ]+o DG uOư͸9uz)=YWF9)&gp $z4Gg9&+B3nDNx4շh},ߖ %jZd/+h D{1>i ]2KŇq /43gԹdc W5]lkZv: ȜT#0 zր"-~pv)l=Vdӹ@{dI ]Qf&KJ!ܪFC\> 5EX>,&C1_v#mzfR%7Xn<9B9!ϕ;rV6Lm)WJL0ǩ?ֲ` aqw vnRoF3WA>F_NwoKRJ85Vphv޴5pwDo@W\Ef:%ZUn7^&wa=KʦH gyO7}8ǔ4YK1ø:.?fv>2֜_$@o@L\{òsIm *NMCgNU: f$/ <>@ÔWvZ |>4|}S]1L?8`7ґmgU^ȹJ9:%N:F#tDNIm,Usx16YH1SKU3M0TA\}n~"4@ي`ؚٛf»i_[O?ZZ*棑V/B aGC~<u3S+VD*[e;y~Vh>g3"ɱT>*r8lNC* 22X[H|e3D\:24f[*$)UدPt6iצ:<X v̀J1k k YmrntWvEBB42*QT'JfO~{/+Ώ&bWԫkr6c(D"{j:G9%9a4Ѣ~*+1+KSp"Y$}/9v MX|$75PAkk$o,{%x&.9&a`RVaےa.9,.X]n/aDžIGr ?IîIr73lopc:ST&LA'rcn>ٽLX7=*Q`Vq̄./'M,wY8əqX;Ԓ-E+#񐲖a~ >j)nh}~pY{$ b۠XjYМ4q;޳!-$ @XkrFIܕ|$UE!g]-NQD&6FS*pBibe_Yejy+~htn\Ž-1AK/VI s7gCÁ^R-y2:N| H pNqbѝp>g}ؿ՜yʀz4I3{UWA@/410٦MkMsuxcX{շ5(ټXԒm~6dL=L5Xّ[XW(N&d_O9c qM1'%vXQ xֽ0unU__p:4մW )^Ѱ9Y^wj)WP1Ijs$'L®0=GAC }eOl6sW7<1yB5ܼ}BOn?߇#e#I߰{n6 ͓q.?<CVE,]}%\to矛ZR~ϸv"[/Oa`oWKoIZocKxEL|D:!vدGhlq,z˪(+TAy{;nz"w  h3Xw2e<'N*hM}=H o]^!q:|0TԜEbbAf"yP7|9j=D^#4'b̭ d @@"ʭ[x1Ax+̱af'dMMR \_]%c_X~l;"=\uHj5^4(n1V[~\PD kH;5$هr?!#dN=7>g ꙶk|]=J0VSNǢڭ&$'=pgAu)-|'\0Lͨt~ȓCRP%M;ΕwZFALOY1G/>(h,ijbY"Cq$_L̂ڨH%&b$vg/o؞qU8QtbaG˓z$TtV݊2'-Oc >ZTb 0KґH#SN?wN0|<1X55UU&sq;R?/7!tea08$pTS-悄cYS'eWV:E*v\cLUr jon RT%˙evUi]rU` ivl諏x(86{ ِs˂Ȧ{)BFr |(f;YXXT;7#6x$fCjJ6AU4( aJEIѥEnbn7e{9[Cy8$Hmf>'@ݻ~B3U-w?pT%0kh%׻᥼eJI2'_ݴ] -ϸ꫼W]<si㮄2( i%^/"Uշ;2.}Gۻm/tbUø̴ͺW@ݘb:rrh:_IxQD+O/5ɦ{t)q3Z au)vr'8M (nz_V{_P S_ez/FyvI 06/[NHa,iۘZB&qFoBnvbn iEeOktv}~QEȣ{MAx߫>(n8O+b'U sz_Eæ85|uH)?L:D7Ty`נ4ݨq"tXT%3I3=xV 䢖f#O.r;UWV#ew\cyj2 OJGwc=H4pmwxгױk߸lȩNqQ__OfWu)wAF@GƓd/Czơ ?g%B2x634,jؐg{pu.~J<̖VjٗHn״7z;y@Ј IV#8`˹?> S* +mijUF&1yP8},y BK#ΘIܔ@Gs彅L&#FC=ۼ(`DH.m(KvXpfLZ^yule_>XTDDNgL]ן.HT O5g*5F3~򺇵Vт6%P+,QEm,{'"kqC܏=QJR ՅUFrBE'9m '(c* glS0d.^9E{a_@sK בWW$pRVy(m.A Ps#\3(3dc ~V+Ȩ""UCmv9 QpßNW&[]SQFk+<݆lkU۰*?#˝C؈|2xfiG٤ܮ7wZVI+XDC`, ^hks z@c[eʻ # <)+;L6]}z~#|},3*/P; m#=(Պx#>tofTG)Y,py/4LW ~z#EH_P>r$*M돴r0Y0~뗚.J(%~!8837sn&j"Gi [ vvDs]T;K|G&Zm6V hk@Ñ7zJr} /)S(֞_0[@KC6!1&X1K>v@3 6sg+ 5 ]C@5l6lW#S@U8ʤׇOo8U}5U!Fm]yf{v82 ^W "(m޲+_{-TkyF0>ft29\) JIp2Z] LXT4d0N[H,0[ oO;Cq<gu/ԡ yOTJveӉ_x^ A(o,-綉ŷZ ='V8Ј24n6{BNOtIg6T>?",jN=| }p@&ev0͔ot=nӗD uE +ݯtZK0)S,3cA}UNץR`Wv::#jҁMEʽsW%۴pcG~܏R`KN*괵jOѧ;'GSi*uɺbHlY-uZ߷+Nc_jXx4J۔.k ^DM'?@p/e5,2~VPoo"za%dZ\,M# ~Htr;.̓-TS<lӄ*o߃ܩi^GYɈ;͝fo `}@o eG`Dk o#Ŝdfo&UABEGA2-ZKYb?Pj|4:4Cq:!u_e|46Rn #b= ncʮEe. *Lm4{)$.drxZpQ4Tkg.Z}9BRP?F>k~%B| $:γ[jMeV4#~4a_.HB=@8Ð; '/m@͖iWﲍewܴ{k=+=ֱ< Gb0tfR~9x PW$:B"K׬A7p9#DL:2̍jCL6ӸS42;& ye !(sZS,Aý+0tY[CMͶ>-fFeYb\wtbűziIRK; h OHFxGW `sYE>vI%&($Y'xꁹ=mgn Cu\?yǟߛ{^w%gp lkT#kZ"eW)/(bNE0=]h2̫}>bś| ;J^J?l0Mpz&983]:ć,b^atStDwpU 6:lр{6VwjhXkX8ݥF|TL+s*k=Ŷ_?  cҁ-V b8VGv錌"k~.5*%D-=ef~pmk<8'{1ae7"!'^f[>}Wqv3r6g9,?$#r+R-@ 9[q K|$~8iҋfiY#6q'7tƘIo#@LQ o4yfF7 `'`ʖA.hFn7A6%|vGA<^Cd%\/hԭB@0~Q$\fܰ'_\ gƖc_$[:mNlr}[NgZD9oc.i +Q/ m~R1;Jn\pήJHp970z;  *\V0VXl Jl9^IW6yJ;ce /nE+ά&<B+Ɏy8Abd( @gPDlkTOgA68񣅅Ct\w:ўەPIE^.",[{j ;BF*8Y ?7@>4)j Y-*p=ØyHT>%una+!ZZ/ۣ8P|"B(b՟So5`zD:a0b1$ƚ* h'ԯᱲ }_tF&ngl[h% #.YT\z!P7;=`ƽ@>}ͯ7(HnVrxa֧au t/ uc;/Rcqʀyo*uc)DRe1[ REK!x罣C:TP+c^сc\.|ȧ小e2#m9]j9HH"CǍ{z*"ƕMx"1iجՀ̀+chE*IeXo0IP13!;F,v}˔*$9ES 4}캾lC MцeZFynoҠ}wBp Ym[JPt+;ݫ:+IaeB1&wOQ5 L!uI  ^?L;*\Z8 ڋ{a9>%rÿR8IJz4>>f2<;fX .rY<\r/=U:.47_bPX+Қ|fI j%y9s&|\D=*nVr Q5)bk:\/Hk`C;iʁ4K>?Nݦg Jfxgd&̧Ðz78E+fd]`n0d£ W\z)|/)#thQi߲8m =G3ߩS+;Me@* 3@uRkݩPZp㯼Yvyq؊Hm\R|J9uk[eJMLL+252n›K;#Xz"e߲l/qL5ʡx7}@r_ܾsI.V3bЭl7L8za0%\!E|(4U`}ekʇQ?O+o#GII>.Wdx~Cw1$`n|Cl.qѷbKo&x~$h̿;VB(Ӻ'T)LHER nVi<̭]LMCPe `VhG݋Ao"+:Vǂv_]yY`pC!܃ZAh: QS ._YMO} Jzn&b86'4';a pRuұX\?Uzjot ,y]9$p*VpNCO4YfVEfMMd.Q*9қuBR>D2HmUJHY.yn5I'qwϳ7LEs a? Mb큫r<43#j,j؟+RE ؎~4tSg4CV d˭jq%$Rk2Ne5E97=ѵHJ Ez۹OԓEzyZ:E9H[ $w)ܪ _.$$2Դ 4L%w Mf m!y}&`@s74Qf, "4( 6ZV߰pqPrܶK~YlLusNx >$P $|sWn] R.b4*T7sJ#3M?r)%ȟw9Ӷ^ohWsdۇP\GE:5xӾ΃m6Nz̅O+^^ (n&(7Q !:WcS!tz{L8QխR)RrcKNpAM_ Z>v8[a! m^ $? K}5\K\KDmï tw#z*ޯ}ĪYKo$NF]V=a1,R?r<2̫1E*<6C6:v綢=׆:*J;*U4?V7Md&mxBڮrRTl^"e`]P ]qc&H'oRzČPOn!tdf;le15I/٣D'7Reo41A "fzN ^ހ~I'+  /zGB7+fȢc[H/XJ 4rcԢy4P؎:KZc&VL-zr|OD}H=$Td!>!#zD-y| '?9r_JfX lu]^76! l^z[, L\328#+nر#5䏍5t,䍋`@Ʉpb8*ʙzTL䌣!$mDxd?Ǒ#lrN TCڞZ7W4AwyW3hW.R2tںr RyvFk}RK]0S;IՔW $a+*k9(=u }*I < J;p WZWu'FYR]V sKo3e L#ΒZxSm"|_#3Q"Slrvpm'u2--_aD6Ƽ5Ŋ)+,dsq7U]Iluc8C9i@.ǁnk >dWz!W\"D恵x <4+>p0H4'CkHȥJ>2k53}U݂ nTtS[Q\j3D6<4ad`YoN|47M_-n7WD5(B8\{94BuC(:`-Tu;Y?ҧYq E}ъѶ>窳?B?FJȥ`-&~"ˡMDd́ ˖s65;}Dbӓ\Gg2-f yWKMfw~$l1fw&+/7+rdyך4!W6N$L nq~v:oa7& ce(,: *DlBbjzm ֢bVibb/l[7:Oѽ9 A[U f[xDeuI ynFz+BlJ^όWÖlpy(GRC"-gk2`=C˦v$'c"\W1;2MQA Debe(i}.М:=x^;$KY`Y*3׳Y w?8XW>K .PZYӯzͼw\M/@ꋩԓ ZtЎac:jv隺3Qwvڬ~KC/¥KA^{kFWeuLYׁ.e,od?N=Jdҵo,ވh_ud|9l CF_z{>؋3"WUDʨc^L9X'@),f;ס|RpQ98F~80SW<9`Wµ`0P]7?>p$ˤt rqXr,eI؄K,FGʟToiNB (U [vپHX*1N)8pNHEֳDrvYzf9tÆvLs].)$Z5jd2X̻2wؕc֥B%*V3X,EA'Gdīt}UɄ%oF"2phSjPTE6RʜZd 8isqvd"td -%ExUP6G;&8$GQPrRV@FmƥUOZˋ#e;mtL;d%ÚGؼ~}Ok_!l5ijάS*?jO€kLYQBFqϖ4=GfF6SGIR7XQՑ2ƗK %t#M(~A@$0zAVQ4G5x)Fqjȴe!<.$?Uiq,β,qXgNO[ݢ&ON*D܉=~3bnY>ұj_~Ún:v]7O嚢J}@D 6iձ!̳SPt euٗ<_FmJw=F Z̘_c.u ʏܗ[lTil&|o~:tjOI ,& =gvEL4Nsj&1_ ۶d,||}a_xz!HS!: 絽'ߔοK8fa5?$9WWݹy]6&'hb_SR"QۜJQRO7Ls-e~5˰BTAtR倅ՐDv|o 39VI qFəZ2Ĝٍ_=rFT-zrBT ҭBȺYJuT&)C@75/%MS*~ 2L5bLO+WG{{{d4$^1f]E<}UߛߗN6Z5/7v CG >D>.&̼f8/Qiߩ5tGkk]_5Ű|]?R-}'_fzVm~l;(ht;Y˨1>iIpWMɴj9Y5-'2!HY'k{nx تoCcF8`jlA1: ^Zu;.z\YxX[{|XW~ǚ[W~l]̼pW${dI?pr|Iͼ!QB =?"kj(,Y5љETWR* &{))-"[5S_[ 4@ZL6BHqʱH:TCqz-}udUqfy)ÑSu\ӪLU'μ%ءȔO4Go=25 )=$}FG  )$h76dc$` h\!ڵb֖tWN-Lo?bLJCug.vV&ό_DSB[Ku_}AS-@Aٝx}$#F2–TuXyB;7>1Z\b.18?<3)l} $R"P(ڌ<=IECg[b ==垱`CTH[ɯpDv>^I8ytq[Cـ,iK2Em/N )&,kcԀJU rО{'QJ(_, q c"ύʃz!u zJNf.Z\$DFYCm'`ƳGGL.S?:;:]E:~SײKpFUNw$Drs?Fq{D9zZ*$͐5B#";T|h KUYFt0h:Uc\жo[m,RJʺF^|!)]g *G\?8\E 5 +lH*se#_ 1[EwufaT,7 mp&0*sJb;}tEqb݅٤rM\@n&S"tyXiyp~r+苞-XL0C"376PF~d!_' 6XWp<-M._"Iˉ ۯ woaS08;FgH?wi.؀"KA^SHQ6Fir~`cA:m ŬFQXl':DlC4I . C-6nTڄ)eyIO9?uzȓA~J0uąU਄TsJҐ7.K+/8cVv-"吨򬐆\Fh- z# 2x"n$d 29! wE\73TFu z|PCv'$4[nsp"W gwCV?׀> >Nț gpjTAJY, ),j~-ΥE_pE`Yuit:@PEmlyq훖t++x6Tr2'O +kJh-1x'L*i S^,]ws!NJa \?26ƳsG+ A,nԲU5\;9Vk{݊?Яn+~Y`0k^^R.vtZVR,e?^d7mB~G/zD|r7/x}'GNl0"؂۬^#N .G^0ˠ &u#=DlCbmiBi/!З sF_ȝ92jX6 v>p"Wa@~\߲?ZxXܢ)[lX;2 .HzZ >kNq,j7v"Rb5 @({IR,LPEun is]A<|IKۥ: ؑp)xC琺_\sjI&_lhoi Xo֗Xh[eP5}ݖ#ڐg.td3^HDpozE7s÷E7PJ!Sr8w@ߴ٠*H -WfԪV{`!Z*)߂,.aBGOަI+~Ё 62?bSFEaJ뎵ǮeA>><3@x9!ҦcVإ]Mdѳm9n frXXܻ? oMء H0N7DtFF̵?e jPU dM: ^@G/A~l g;?֩`)$&'.~lE=VG"OlO1SM #Ȅt&o]}\VTUoxwFM=g /R(KJvv3[{|dc}ʷ 1ĩ4+>~)鑏胖 ;lޱ/%b Fd3u89,=V#ּjLt%xs0=2~FIy_4 yElTM.Fp ˢ]8y ȍ};b_#a3WI&Ί蚃لu\WFC  .k(5ٶ+!Zzk,TrV W 2͠#p+op\N5D9 -| x- <.}pClXW:shb4放W-̊*(<$JMjY-JT`8UQ}䣻fH}@ngS6L7O1>dAXw O[^ ;Y)5l*9 |#.{-(L_QfR9Sw$4Arv =P J:^ |%YA]ąO@c ?$c'W#pD8ikp']Y jwˮɱNR2y^u\f8W^_S[ MQJ1X}EwG蒅y1K 3Rj89K}xyǽȖU:/n8=ri9$`'aZr/}L*jJ A9&]=gռF+}lT:\*۔ cFG(pY.aMe<N+aU:g&ec}yPxQؚ̌@!9N|\;TAY]FX\>'T g5٘~qtCs3)R}uc1j ]{J%$ )jICV_FjGWaj CjzOɣO W#,ą2|U픩s(!ڪxZV%:R;t5\-G" A+M5s1KHڳE9M՘:ؘ "ݚQ=߄bjX2iU|kANC1ӸP:Rry!y υ>Ƶn;-f#F,v©2cEs]UMAAo,C}LHIiof^tc#a~o*|vz܎"9u(wn,:N b>E/8s刲ϱ>I$+!G kir+GIAenXOLN;z[TlfH $~#n2aiF0M!O*Akhos,b[?Ink)?^N:6h8'"EUyX7޼"Hga{+FZvSyxcBi$Uf*W%v ]Q=}'RzFG#&RcBDli`%R!0ū7t#b\cJz/Fԩ>P^$|sbXmT!H(7p< -"% ş)[RcyӺ`+zܗ^2 G('{HNa+ P)G#DQJy>AN՘F0'˭1ekt/:9U2 t]tl4V* K ip}^3s^Lz۪ yu3-VA0:n=G9bnz{9Gc+DlD@Z)ӧ!q<[WYM;%w.;ϑվ:g ]O+ͥR N%!7:JKvs\ mu2gwH,S\ DթXZKF' ;L+ܠsVAN[Ts3h!JtZ=qŁH(#Ƒ& =e|n*TwKy#Y8€Zh5ȳIZ680MIrNEüT^wMKyr&v sǼyWvdXٿbܚ@\D'֩bn<\JK5 Mey`jDؐP ѢA$i'S0:@NT6Vв04G`N &$=Iw\ 4E6ڨ5w@F":y ?_,ޅ|2*K=Ƒ;rP B?y#Զ <ˍ8L5djMB]7nХ햊o5љYA3ȁVI7RnX40gNN+P8(0&Iӫ\=(puI3"*p% =cCqk,nVC|Sȑ> I'E|UTcpm82WlſjZn6A2 5E(A$ m%U)A6:QOo͞Oح7kߗ/Ab([Lѣ޷ *R& h[:R eS1I?5.*bL: ox;fzv3"Fց (O42:HQ fb Yp3&&"^{Agtn6&껉M &D({Pۯ6ԋɠ*5w{eI5g2a(CF9OMr"p>!Ae56^Io .X5Uqt{g*{CiWpA霻hI2 W}UO0F\ svJ{'XI*LQ5N?fkEp.0:S v Y n$bCh^?e];XHV\{!K;I`5@\1Br^ݨuU9P!'RA~{`Z.=e5j}~@i_Ў6Џp HfbM>)L~Hk^*QӮ<9Gh9Xnۡ8"ާR"Jۯ`_A:0̅%[p\j@;$aBz)QysL:~c\C2%$tc2Jb, Loےd9/G}'޼ 81tV,ՃwU߹}︩Sş{Tz?7s3 rX: {Ė#NIF#JUYbDc,!(/G=FB5"/6iqJ$}-b2xvZJ6HFڿ-1 5Hڰ0[[vt+^`9c"X0/IɱxKgZ&t4b٥W VgjE+y2'kH$L yP#}A#leC%'!EA|X]H5ӈUЕ/"1C+0BPu+CbOތ9 WgV 6-es AT:č iWTqyyՙ4Όa$$g~\3v(a4!%P G8~heVkwyVq1A[mFO$lˡ'<<,ݑug1U_T glc< (˭SjKѼP=yxɶTQ/{ovF @ftt7νHo}5_frq"Í`s6;j Zd\C{M٩0pq38皵6 hdCHUeԔkr<2v`()dp& 0Qx޶{1ȭ61-afW3Y04y[9æZK8ygIKUӊ:8êWCIgaAa3]{R @LgW-yqd8/ln觶xɶ:;}OCMV<2#-/JߧIg1+Aȱk o|D! 1.[٘hSV5:0*Ra@șQڦ@}\Ӷdʙ2Ȕ'lY!yj 8F3̌i]6 Ig3)!I ޭ'84 Tكl+[dX{PD,=oYD M3@<-=ѡcA^N*s&o5/-EXQԝz?QK ǵNZdO>%oS*oSxn:s=,`,r2R%^wi#v7zx듊l4.pyӡ<`x7U+-Sл&petf>e'%p@lo{',nca`+z ̸f B򄨊!x͂}܎tzt[#w}T?AׯٗƃZ_X~%{Yئв7^.iި3[y%lT,-zx!OR2Ѽڀ=ǻ3146d!`8>~W u&~׋Ԇy<&FH*o|ێX$߼%W֗$KP[ {1\m. 8Jހ{W{~]X0]HJxz ۂPP޸ ^PZftV|)fҘ _/Zd &3 kD;z9%DY>,H )ikXj9 ڞP4ڮDaZK?H'%uο}qT$>eAڥL#s9M?:/ ,FVat#(346ܟncA6[LʈI/Rm [dpxh!]5<0L/9!Ȍ͝^ xk[֨f!C/Rc;#W3A##d;we?f_JRc3ЃsSdA`Q*O_NOkk6spޥ,q}#ȘN G o㥐%SHo8sQTWYK]r@2u&dLv E5۔Xy]J55<#֬Oq_rB9&`-nlGY$ $u-SC8Jo)3gA\-tPbwK|h~O ة[a}v~u=-bۯigoJ3ն3)P> {b=v}eաY#r2 8uQ'շubha=Ч8`/s.Z2W 9vǜ2wsRQhf]Y Kա?H,z]{Zk|̿,8vwa$ˣ{/Լw*$FPCgKZKPoﳚꂭ%Ylx~ >qB82޼2q%[Ah9wK@v֗ kRB,LƝbBizsGfJh˥؋FÉQzS'lcnu;0F45/MBXJ'JnC]^"oDy0[aa)e Lc08X¾WD&}Iٱ u&'[־lt mNn37zTj;EEDESo SyGy} jgv7?<[4q6?F˅O\!b8*`M/b%h;c7AJeB}šZygtΪ<## cr9?#^*kel4q h0َe](fZyHZ*^6~iRI 4 P"#x=.Q]+)\zzj}9fee5SH# ѕvc_G=K cRelvC:A*WCuX aVXyfLZ_-ENOpڜ! W(Y1Be` )EW4|# |KlKX u Q 4"$nZqAxv Xy>A^Q3gaQDPG`tLAXI M FPn2"dM[&tUݜa>8C4٭Lgo@~k{E[Aq~m-.㹒0o3FaI$kz 3Qa'`.}[QUj`mX%фwޱ3P^wA8C7ydkDCqzDŽm Qfv k쐫jJi"\lh?qYaV% ŅIHPoh1[2&/]:nWmBgHOeL_lL졅A%}3XV20;;>:K3:Ϸs6 k(,R&38t-Qs9GC7tS 횕nG};||\k)m9GP{$J++ۊvw Ie,3Yw sy]"; IhŹ327MXlEIFOQzx|-H)45qmGo;i%R\[;FeG=$Tg{Tf+xۢJۨve(Kq"T(0%;Bִ%m`¾8DTZ:g+化'ŝV* L`g̍; ټEc^Eь(]wt&[{vJë;]g9qط^i"TZX1L՟egp-*›@-Xԡ 95t+_iخ|²ƤKp4;݀2¹'Xu_V|LO"R؝R6Bma*'K0w2l3ctm\V.dle=j1 !}t$:>ݽ4VsC~iPRb7j3]vPdҭLp}j}u(EI +@֫ 0؀E]ؗkGL /3hѯnN4j֣ʐܘEdaєJfJ&vD#̦w8]q4H[3Yn6>7#m";@\x>D'&:(P PZҩo/U65x%j^O>Nlj6']B#!aXoz {Z63#/wx0ZBuMcXN*ϘlxS]P+PݮwvxZD} XgWT|Kzn2n}RxNtpupjrfIu@םڛ-껵pUf&i@Qt z,|nيMsLy{}LQHsI^s"nk:ӾM)"y$e }v=,8jN-:agal<,]ni>n2U?1K &JS\uAd `n Q6e%бavi=O Y׼$m/1P`kbj`}/ȴ.=g>\۽Q|UC0ִ4KVɞdc,Yg=*l-IY;`KZ} WU%Rk{` (߻ɼ(0>V:`@"FүY!K.Mr̹K ~հdMџ·hpŦnQE76Zg'X>0ziDjY%~κoAVQvt ,ҳBhQȡ>*l:'KL:Q8qQuCKn74'AXDFat\݇]!'i/ r]9^rME`#rjԟd{QZ~ Z>ϼ "^3IRD ܘ<ӻiPz;3"/zJ+驈t~2bj3F9J6uòtneq4C:j$"78_`5/dVk\.4Tee [nSK᥎ X{jz^% E pVD/dI7=lDhR`VB{Mk%jű $RDY50lE)A =4+BHͬ\~%蘑pcr)dݳ8> @A"k}`TM{, H* de3yB{l6LLLoirҨ_ޓ*xRbw!iv; 0PvhIw6O-2Ӻ17 "&)\|mlvO+*To^ r ֨m^c%D +$G[d;2up+]Z/J%5&},Ĭ(N5|"/(MѺBYɼۘLx3]7 ⃼"xҸbF'E/ NMQE_>_FPI"]L6e)PIi%!lV ?"P4"4APscaLM 6E(FW7(yviZؽT d;}G ˍpY:~p5Z34QMK]Ցu+^!"2*ffH>o] ?sE z"ձѡq5  H0N3 FTrgRYD>l1U Z_-g\H>>ڽ:T\詐rTS՘X \>#:Z>/ޜ6W47ұ_ZlB<+kvYcE9'v˟ĔXc9u9lCf=ů\.VPQ**~x~WJHIrrRKBOro8\5Rlzi,[&%P{qe9Bx5ĺqJ[EP?“`1ъVOGFFyr8EFZތ^E CjIoπ-Sq_;`"~ bsw2C w/)!ZT(ei(#mR,墎/L}:(jLzku-[1B,V0Ejˌq@~lc?=" I&<IEۿ$5o}edI22i[\:|xڀ;b-r׀ ص]i|?Տ+k" '?;m͠}rS#8}3="BS?]|0[c$lOEX4̀@W`,.-rsn|L^ILP-"/ 1 3~too"9A@ 7'(YTzDJ:0Io])V:- b \-u:jW/֕ρ\=q\L!ʺg,\ߢ46b:,Q_Ջd@Zhr%>Q&Uy*"n`&Pg^I˞Bژqqjlp\ZSw,F2:da>4%-0&,w\X ?n&ľYQq%tfN `)_{-r.U){.3EKJ2})b!|]V|&wLYwuBEQ1op<1 ̻ԜuF9С kDYھ$C(ʔoh L6 ¼^ );y$Lƙ2(Ϸ}=3NH6ƢpkzuV3ߊEHW2g /JPGq3+DTgUw x ,X %>c1H*0xrTOjQ5{>`0C +CK wҶ'9ī=RV=cܝAβ?z"8dG`]ѯUOs7Bl!nɕ h>bvLWMF}cRaT $:>l=ߡ+Sf[FaP [XGr`KelW4-ʚτq2?<˵:#L , )֘N5\@ 7ѯ  n jI,./:x+j%tG+%Plt=9=LKbURQe:@=|{xp.H|}Eb?55=pz {ڪ͚9"Zcͱ׋l:wdjeQ~ti.Y @Xv*8ST`EaŖg[O_FM5G2b d HGNZϛ:Y`XڟB(! ɃT/D|#Q>*]%YOꤠDr$gq3'0.Իφkգ'Gn:%/)x c7*8M[{!V} _Gx4ZB;G>{1jom EIJ!$ZSmթJTʣ(mOڏګ`K,@k?2=wGy-,=&PfW'& z#p.k& meS<k<~)òz{_ɝ;&jkm&@Fdxخxcfg85vE;53Ag\= A*iw [ btꈍZg-K@qƧ4BxȍEXa)ŕ:e-guЂ髌W1iB Do8 lvxǃ(զ`Bîyy?_1<&-hiB%2g14];3k9tRzxF}dIA2~3-uMx2<]g>6QPuRvǕpDnXJxvi-G9':SLfY !Io9r x*HB؁tGt/ F>G(O1`6޷CDd"_@_u, )JS(Bcg3 !%EFTʡT@bb:/[(8 Z~/  C.wH4S3tU6cꗏQjUt2Y4Z?"<e JлDܪA.xq'auմw잺C`PNSq&[ Xįr \eoҕ8]'ImWʓ,I.9]?vH6 FWL h\\{mTxIG-: uْ]C5oqW7-Pi5@L)mjESWQT~ŦZՀ:@T@) "26頺u\ߡ+% c'K% ᙈ}];2KI6lWϯ6JRd#eL: @2Qb.]sHA hϙ]!0ulPCmBo9aԪ Xzorֻ: ]]*>G'l'o! 1F⼗B e =NjtoNˍQ@rL\6q'CԽM<\ao`|K{qVEOhdӖ6uP MʺiF9V7mH|j;*i`?Ùl|'/ XiC19nS'C|G^z+n^$֯Zic&tia9ba7,jhaN:ԺvӺ)X(y>(mW\>d"8znx$G$5߽g|>z\h:i.Pu^M|~_NQ 1m8VѡWp6R!mQ `fIjQIﴆė6Gy}WoX2w{z2:bpϯ-Pv+NHކP< X; 3/' 9,U[TѩNM_o:VO>\jR;)A3f03{YPn=}zTJ[T ʫ9)2.Eg v x֍0ǐF'A4Aχۍ$Ty6=H6 ,1%VZL;n)5e=Mhf}#,V0mF'f^;wX+kJqZj<3W %>ZS3r~{~|O VEa7+{䫕=Ǖ|j:4+:W L!hQ'[qC< AH$ѿW "";zzV\66&r ՏVRlrMj3k'@*//&jH(=;fY%2"D|R;}12R+#J 0pK`FZ~3̕PS.ByO4[;884i=f⩎nMQxϰwIi.ZRvl# 綰4 H꿲6&2SЖ:=um;@-qjLvڲB{.h{.ո>Џ ;mo%1YQ̼i7Pj6"{?8\kUj۲`VƏT! 3g,*k/El[O  "Sd}W\/uc[z&?Eokxa3 P4vfD~hx?ԖX>-A(0Uu$5 ǿw:[d;B5Ul)KN4*Pf&Z5u^Xhmy<=6(r ~r[)kScby~mpU?U4u=|b mb۠a0hw{"PK5g_ߪ̟eߢ {?r-P `s@_#ML<2:0F2r8 `Eid j&ݦgpCt-ܲy}"~>.d:gb#XSQݽ R}M߲0>(zx:cufSܷKPKrUz̥1053::⪳N)1yu*0?#$ٯ{e撸m-4;'݊AF,Sa6 mQ1 'AH,Yv҉ $%im$lL8^-}2>tSU-vP&znY^@b'yP (O0:k$ yQZȭD=b_EvoPN (4/Z\8Gh4Twkez2Fi(V.p/9CvOLq :&Z(҉W\\uluZ^*!i,= }6t?}o o>jb8io+ ncT[V8jyB0ӠV-Vx4֨uu ZKO!@O6u&θF.B.¯:sV_gku׻qpp5*AQi{ˌTZkN '(ƔUL+w~ˠ] Vdtfu~"ßĹ/9veOoo+#޳>ѷ 0snCV/"hX# -7t![=Bкb&_䭡Y|QDl %}?\~} {Vo,*olI-"ņ?,J݄9vRtMS^Uh?jG%#+ zk97 }N4^J**& z>% -.hQu D@{Lq=|4"Z,>-zV&cxNZνqq~=\_:ȭfq3=޾1KK Gyq;F<::-@aa@T=@86~Y,W NZE49'TtN{QۚBJU7E%Eأ.и>5ʶd9Vh@> `[!C3(kc'/V_%S;Z\q+Jd=G6 :g-VI<+/DVke|>0S/!x(c(~&Z ^! Dx\+ YœWH^!ۗ_N6mΒ eӳ!|Ҷ?]gocw5䥦;le:]Lw>W  c<>@|!&mVw4# OmeOQA?n>w`@&&uFUb:ץo [OȆk'9;A FXz@RU Atg7At<߀Pnlug*(qZ|Y l`J+$czO1Y-}g[, ihW![L (Ts7tXA3kf 2b|ZlqwpHKz?Vh)+ NfM2#r]rjFXi:v*px&V[HM{ud->:3S. 7`p#ڦDJ֦!KTJa.Fi.Bf0T>Bzֈ?{5֞(Kygk?%yN7w*C4SnyLx (9L`Z"|aؼ5^.@oԯP{u,#5ϗWok4JeUhHk# [ *9(A%DehX>pu{T2rq<胻 G?lJYP*aUL7;aZ{[}xOKӚիZrbR +ץ(/a5}b3aF\o d[؟NV@ft[u_Sn3@6;"XrP{S"˨RAAm{J{z_>9=b􅯤9}@x9Pw() ĈD#tqʚ̤pOX@}-_O ¸4p lDzfn7uj(H\Yɶ-F \k9}OjeFZi-[X̝V,i1rh+-)CTFbx4p#t(DM,Vm鯉};@78[ڠ=rI"9$"2g\K|N 7֩F%sg'bQ5].NnQŭ1<"cQc y)\Ͽ϶.|(e c&Cv@OV[/ z^쨼B`X2]~k:՗LufDxYU4j:S,L~/67^d18Fhh\B}}|gwZ'/xɸ x(W&Wfzeed٣_qo[֘.~[EK'$w7 ZE .~'<}$d?cwRXm[reB 6F2sT-0gGsiM~c*]) 5&fHS[#}CپW7sgLS>xJEW|Ybsi" Srcׁ) מW 5QD^up99[#7C5!Gki.DD ;cbQ~Ӌ{T)ϬeQ*WG3&&#%jpnnDk')EMF&)ʪ*5ZRx055i:+ņ;t!q'1~[Ǔ_,z>,y=K~>6<_rR˺Y烵*6~ VfaSO|\Y%3)gΜ" YR{4!Qdd51яSj=>RiȓtibF/ox }BhƯv8z}N z $90@/No/,]配Ѱ개4H%<$U,]G@`p2t"¹֞RE*^YzrJG04Zq3Fx#rؠ IH][-JC‹lEe ޫE~aH4Du$.#2&<;AhiQ]h'~s L}`.FL#7y5Y]FX". +o\ WכsRΎa`ABq"v"%k{.fN&&+7aU/ @e!jꆩQae88#=d<mRQkc1#ca<'1E* b%bqzϐd64Lk <X<~ u޶ӄE]YDqD8t<Ҏك5 \Gio NgVEF3cְpaaXSKQ_z&_we/,kObίfCvwR0l NGre"!PX hFBbgjGGny05/~pXuݥ-\#Y!]}xo,RyI}7y(UNE"}jG7&)Z@#z_;G{vsr/f ~F.j6ŐȳQ<(AN/ڋФemXw?%=q-t?3HAW8WE1p ]Kg{aΏG,EvzAxKdbv4ܩtTr utlb 9rB9Xp %5h"P<H ㊸~ d9qZ j/JkgG9ff%נ }#ho5 Yb,?ѽU3ojw?@ !;xhNw"~O4EBd$8C({2wE Θ&Sr~N.>pvZ1: Vk5HV4,6!FV6%ORCu3b{!xR840.:FGfG$11w/~)Զ1 8ݳ2;<ѫ|rfusd_p8NٗF,u:%eYV@WcNZDIݜ#;},\IFy,~xH $# m5H*2a`,[؇GuY9+*p эzAtbt1ΠBL+0+O : foz]s  *ȇ=Ԙ/")uQ•W%\8PDg`ݷקY0e?=ϩJlG`Sh67o~h: ȭih@kz`k_woe -Ϗ$Zg)d 㡦a ]ЃcpVFlіGxάI+JW>EUEU)i0 ia89 3 V`{.LNm44T!w(N:ZDqq!Rգ[wّ;3">ЦːZȾa,ۄiEd@ m N(1g16҂Zjdžzo3Lz48l[;}VGmR*c}T:L@~~ qK3ne>0xPYh+[S锞OI)M e_{$m dK:l?+}NB$Lr~}!t*6Z m@i(q &\AU DDsmYq0#\W2  ImZ58E3FGn C%<5(x1!,KHI>", QN|ӠĚg~0.jdR}U45ij%5< VE s/IW4}IrhS]ۯ~aR4LF%XNs~߸SB~2͛hr"kxNrݼ/S5C)C=g(GxzLrE֯pAF[UDjJyLrL0kLs}w 4.5sP䳕Z_#+ө3(g8BgoN!mң>=BOmB[n/1IՏ9 NRӠfJIj4W,.μ724uTbqhJ$O`qY# -M6DȄ$LH0!AN5s h0N@ܝB7y;*d,%ѭ!d*']C,z,h^2Flق.]+z\3F`mɧO“%Ph}Zv`.zficP`13e*>-Dn$a#%)~r׵8]NKSv@G: "_\EQk6X A..C$N Tu?1%c!6ה%&5iHC'81<ݷ#x?C RrJ' /76YR`v/lGR\`1eNۄ2IIMݝ-y(+.`HTV"R2!^R׏33|"gϔ~PkG!s{pU6{)\ӫ>${c=}}/dsAMq0eFBJ|B=t6D^jH r pxfqe/5@}cH$ Dsk xGrDԤz{. (X!"^5%;cqWnFao2rc^ΠtMq2j:Ϳ^3 XZCcު?Vp<8." $'g=X2M?,8m_ !Tܫ5D@Rb"?JLՁc)_[e2%eDK5eP# ҂H:guྒw>9nKx(bv/N{EY [osN}.r->rZ\0PN_7T\A{`2ƎzL7pvОR!:e[ jzax,M~oT^hF,v4sJ'6G (֘u'2F:B*)-B{H]XBJoHk !shwQmׯp~5i WWseSzhǕ*^@=] ʮnEKh WXh ]I%{<44lGK<_\'¨/4"7E_&KO Ri 6BZ3aX >{SM?$aXgnuD:F~uظ[A6p):dnޱq??a iQú:,9kt sϨ #PaqZ4F}6!J6U| RzSH\[AYhqmƷS ,ƽD튑K+ ̨jG)$B{X; UXDoKfC pUiXk3D 2L1j_Ոp:Qh )<<?"hZ^C$)ȿwJӡ}~3VH*'xX 3 oGvѱI!}b\:8ܼKxSt+sPQ2U[!^ M)H:CyH; 3 ɜ :?ښ˧{skby>ʨ1Ήjm,]˩k>s1hgJ݂LY2@:t@229'TĨX tز1vl"B\ˆM_j 짭4 vbc r5;Y4xӘgGTy/ëlYc&꧱vLa t3+5ſB˓Tyd*~Fc B 崂W$y2۞y9,KO>$OX) Xq8D e &1  Z3#c+_ltGI /0֣7`1l a]W=5zu0NlKutNv}8R <@s Ѡn22.r,mdžQV @L=+?X Ϫ?,Uڷ3Gп ]\x9L>FCC%*O;ܧ1wÇ}ӖZRT# wOE =Eʼn͎Ě_0"k|,H?d5`n!=r3HS fo"➏D)ՖIHT.VلC0 ^HsW2}\;E.~kƠ ywTW\0 .IINj9E*Yލ/8-T+Adk fO˩~K55,CӬ?02u$K-N]3)pOmOGp đL9.,a14Gwz0!@eǼ(^lV|@G8s eqZHC]$Cnl<>bPyAԹH#-B*Z"bE/NnRMHaq3Km-PbPUEYQ?>Q0.7gĆo=@Hl;s+@i6.{ :O J2xԡyɢ. ȈSprb񿸩 d3'.gxLKQ'͐J/cYYƳs[>FE|pK^Ј"riTT LshSN[-''_Defn"0GT^ߞJGl$K&oS*z--J36?\m*B,߬0BǷg|vL>˦i %RMn/ V5𖙵ب'T+w0qbz- ~k]m$0c/ŊuRi e$32-Ww>Zܓy $#TTiMY>ku`ۙ1ZWcІ+\۽h W#pǟc@V16" J=[rϠ][N} I-ޚa{&dKc: $N'RGp?}:X[0@%S(DXb];D<߼-!0W,;寐0b+pY:6a e5 U@&v|%od_V"B Pxsy)J1^MW $L׶ Cf֫Ǵ||Mzk-k69_#I͚w ZeW6ZPuW,?>U^aY2ཨsN>b!ϽiRf<}C&H;>8C5NĒ'ÓVwg4D;S܇:i0 Zp BB֙zlT6 *~)Оrq2 ga\!$`S R؁q}!2N]%MHZ }KSQsL 2禄Q\@aNLQ@Z䱇0JVج}Z*0zN8) h 7 .j$pQHWR"01Kr=5^xNoZt>ªFavnV> W 7vI?߼SeA9i[ SӅSfc2&SZDNsY ܬA:DN(t>5#alZ ԝG1:3"qY;8М%N1x](TM{nl`JPd}SD_^zZΏtn G&؀Q/ǡ. z}QiM2t?KcM D8x[q ȉ v %s{»;SƯ~miWr2n.a)bEjQ-+2ϐ(.UWK/#0hG?ETrCM7р5A$&% ڿ~m> uUbMGyj:RXW=+6vs]0%ta0E{ԞZr'0U{x$Pz\ d&Å6SN5$Z}V4K=@)\QJv= B|ql:NŅ,}*;g7 ȿM+AC>#$\5iN9 =UiiԳq>ʦ'"X4cQk|4-mY԰AdRIM{F](i'O2APQSx]GRI)6 GӊӼ4сE&ƺZޫJZQS8ʕ~L_You?(p8־`;Y+YIxCO'l<# JG5=(9YpoQ)}5]88jbrHr02 ٝ85%]Zsέʧ$fW{83H+(:mijG'QGDվ#MCR/ ^^ GN`QwՌ ]?cZUQ*؆8Ye9>`2rKڌp„x>}경^h)(jR9?yK?2+ qlak5&AP_UhMItayJF2BoȤNJg|e-`Cl[덩c&DX5U_E@ 1`]Hbm}(Ĵry '$;r2jvBDDN,XuHII`MV9`T+Z}qbGQPSat2)41`xMMƛ͗7n~dhX \6?Vp$Y`AZ]_9GCt|Q{t-g|DvlD bbM)XTvץU1+qtTJݏ['SS>:Td0]R'}CUi(rޚWk*yUSS_"#~P+]Mon<"wi) Gimٳ+NAN#k*3bd"Z타!X:Rq`x&ˢR> <@8} h'yG%\@zUhi)Bs_^V[H$vR"؝+#S)\FjIX`"V{{T?=4p9Z^<2w#etmX2D_s&$ΟyslVbx1 9FbAbCvyA$4V2"9dNJS."[JG@]Sw yIJ 1H!#>lCJc\tK` Xb >dwtIO5g}מ:K*s c}5 *BA).~&=)ېK2VAZ_F頥BAU:9/wٻp.䒫JA<{tu+x`JIΝˆIO͍fU{!zP3~[#KҘg! *-)_;e+ё(1Mk̻p;8pFsMJW{{7cR;Q{G%7I /~&sKJ3Z6ɕ*NQvF t/@%^wX65&Qsf89gSi2+6^zDpwlȗp.fU⅑Z j;mnO 3y$2U)/?l!4$P7CB1{g oJVV`!ds.D8>V&w~(`ˉa.+!* 48[ޗV|dM>Gx`)|p[nilhpPg(j*9F\6`zO7*L[dDD!/8'D(/$X,CC2X /,<;d*n2ʳxp;+):GP0%L,vBR n*ShI=ֺ/@J04.'Qޔ T4k֌Q zt лm ۩uN֥8VDla]J,ű-yewĘ:ѾRnnp{NC"GyhG<"}ܕBUF59)+B-z\Ԅ${^yw789Y % fJȘ! i4ky|S.!l6#,Ʈȁ٤`z6!ʵ<~>\RE9c6x@ OY[myqCpY_#K+IɌ0Y1Fh rhT_AGL%iLN->vxL:wJXitϕl̐x/t#Kaܧςj<(se9.ikv\UVsLc3?e-NJ.;.J b/.,ys:! b;,n]qꭏlDjP{AF RknIYܵ29G?M78@ : Q ʇ*[SLSHsCUr"~?*<1X[K<j;%^4ɚ",Q~kiteS J y^z~Ԁr@60wpxVbڀ f}=2cƃ7Ƈ Z[cnqKz> ;_Sz9:x7.J6$󖏉?imVۤ\B@Cwnw%uv{)íA1(`˗Ӓv) 8qȿ 73ME Yrmd%~rJ[_MUh4/ZQ 4_>d5aCVYnP&QiWrgB;#Cpn)}`P6ۊ‚3H~=*Vt<ܜG]]+ʫe+X SNtɨk QMv|v{}hrJ%8s"DbR.&{T`nl8 Ũ\$Sv…i.zń*U+$>]ɋ}b\퀡$ۘHNSxꋞvt_';[bS25iS#w"׊دkCƼO:(]5 Q!?ykG.T򭼕{yֶ̠y_L%+>(+Rq ǑÂHbY*<ͫ.iub]P'w Je W>0YzW z{5>P-0Z܀W"%+E=OG[  A}{ |զ;t`v)Ņ(+<`^:_(rBJ3v"28|TRSGvy 9N^ۤb#?+*|<O;҃1 LK(7h80ӍsW t`FmNkd^}7aJG{n,K9Ҭ~->-s""mtPMI`L(ĈI d&}EJ4猚g6p[&E7<\^[Vq,6{Mv֐q1PKa* m"ͧ)XIq%gZ9rZ%6CqM|1 {%E(ǭ4`'~q/ECC_xVz(gþA=U# NX9<6)FUe/v=lg !/p@]UԆnDn6;n%P8zu.#,W Vt/!ٴwoc4)xg7pOMXL~7]HRo/@7*}׊i}"]K,NRHiΣ[)mSR"l3Ԁ8݂}#l/nGI--V _wGU%m|>6E5^[$qOмt2 kA3e~α +OWf\BB-*n ¿މw_ᴎtϡ ;e(7|8غ/VfկtIM'y7#M;;AsiއPG<_?fAUPَ<3I~mSj\K\li^j,Mon7Y=tx{cFX4pXE"R5l*X/˳ex; X˲iͤCeK.Y"Gt)5JhTq ׊klRbbG|"\ ćrAfW䞮-/ZӘ5j$F% wV?M ug /ĸGMeͱ/lI )#HD} i8 _fRr{*#"k?0rE#ӎ 8~ɛJdH8_9IG(:"g`OH=@ 杘?L̕VwTLk@ G[ ElCTrc MqZ@ny`DocQmGh*ADlw8b\!?̓qjo97NE j 핰l危JEV\X\~R iMilr甜 3)9sH `&eo6;k%wm Zĭ\ XōFWJo`(I7%W'(rue:&mZղTZw `*L8ZҔ?ΧGYntIp}?,D I0ɺPEG?λ⿦9OJ.ᴿ-nj)zP#p3T:l6XHn0c5$a Πo$H{:n'(rfZd8c;VwX`h Qa[$*wg=Ҝq{ՏAq`N/k&0)5-9%R^ydǘpk z߻Y[l݄W,љqMq&ٔ@5,R_Ra :[ Z -{h!௜ۛ#WiqWMQ%0@Z&B_VdH"Sm ɮEs2?w4L+RjzE3@}!Wޔ-4^Hx&*=453PZ&smG~M'e֔~ B:B&+őXm @'f]ޯ7UHqȷ[ّ Saa]h/\U*Dx}ɗ88^E%.ʷWkc Ijznc{ǣ#m?I"}"-ၦꈨӊwCr:fKLS3pEޑ%adhnj9v+ymXAh_,t8=SIQEo[]і@ MkYXv( 6 HT^H;J [b1b:V%HZٽ~"BeȰcqhm!饧K2 x# ,o[WU YXv xöY{g3sj 7=È,sda| =pZc>?l!?"쐺ָ\% WnLkނ^:.`VjI<*feG(e:)~"EP<BQbtv-8kWdFv _Q,Hc`4'N&/꽤ݨᡟ-^06ԾڋPz%Xq!f)q-N^i Սq;NθrWT9.Eኾ]s1)HA/7Cn'gÜZcZ|] l"{ߥ'/Wc eX{gV'r QܰK$T^yj #W'5qm6"AFZϬr b4P)yh-V }O8,PqȺKRS QJ sf~ 2WB0$ _;m!DH- f@bqUs?OՙN.)SH"S ĺrlVtK8UʅN =  m~e z4M`2V>;ns4RA':6uHG$ $/Ef=œL:ႍ->yF-%-M :U8dz&vvlrCn7>A~N˥ڒTslKKG+m*7O^Fd=wZp"͂88RR'ʏ)95V! : zqF8OMJ[ YONW 26X!6BLf|sWCK}%`A,}c:LX?=qtA $)Wp/E 4Cr ׅPͺ3h;ğSJL2H eN)nlR}| S芟}?9<*)ǶQ֛VjT"JT%z̓9!^Vy ]ȝa蝡MwHBWJ243H $djE֫GBkGAڶ鑁sc-z#T&f Y)2 wIT1ȠSյY2zޠ:<#+A]3K8c|Fw'̚uB@P:KC,R!RjLC,9_[a#}IS{LgMFjʷ{'gpQA?ҍJbagyzjNZ7A;d{U]f'tmzLf}ugxDRZqo >㰮Ӑqs*&iM}aK̀RAb&q=& kmf1Bfb7V"=@ j88!?Vk'V?)[Wej6>;Z茋O :w(ryR!vc L(Kڥ7V=p:l_XCOEy ج R/6s;2~]i5:~uɦkIY`lw+5 ogPQ|M)UHG;h562z6FF< VqJ8e?3.m5YAaa~zLU0:VJ5i'H̨Yi*@wl3@䌪RCS 9nspqD",\SrlVHVMmhߘ 0N {-tNƳ{Q*}턪3/T6OWAewP(o͔x'F`Ip 0mzVH׮7sϳ0[`2sޓ2d,gIw O|# l0(mQ \W>2KejFȮZbX=] 9MoO,,}kj2#X 7 7m1xtmf/,tdʺ(2J_wO^6,.߾aVn3;i"]TJ*daafkHPK8FV=Dg BM*"jmh|Q1$N' ,a ѳC ~w^Qr?_c >z37ʎg>ч]ȧ ^QF@nޕwаAl\;]zFF=^ԖWحQ(T86~.Q׸-)=4)Svd{Iwfשc~?:IϷ Ӳݩ пN(C.r_m!Z T޽f%eAk;IR(D(KvS3'MNl8>]9m8*+j3'WEnP5ux +@Ϡ'Ntc@iFMuWMTp[' Eנ܃>` dcѶnTqAbȎ)<-J׻vX & v*^ ދY_XH-X?g+)Q<]ʭcsE]9:Oqv$~Ni C.DF:||3{W AoA"༒'SXI֫=⑺5^ GτQ~iIX{ r&~(`2IB4'ۻKspM ݡ^Ma#(L{!iM*Bs v{4^ɮD]HjOnkED-rB𤭲*#p ]Jq(7RWˇwˠIƉ[aHfD"081VԆfut[Y wHdEǦO]G5% \P.rrhI RO}'C8B+G` ckxGM7 n{20++,/qT'Ӧuy'oyi?֮uj7H;"g!peo-1,XHm"TeESr]c7 F)>YL_vz%0\ltO2+c5~E1ߧLA]'wW ڥfv)+By1K^O![{d3{Xwfhΰ%kux0f3@ J%? [Bzʃq$N[X5N΃6Jnڑ=>FJ8}ྵO? ד /+䷀vtݱ@{be}L6;HM%̗ wb2$Зz:irHYN X6FBfI݋Gۥ骜v{jP' 5 ~.Rti(.^Y)7 =ʞ -Djv0OFcIPe)}5#mCnjxq+a^;L`.!GRECli6=qGr+%" U?D Q\!e b.|]uan\FI>}8q"V83Lgx4m$9iTՌSpF,z J"%] \'JݪDZ]xҕRFO[4P@)fOF&$/ez-uZC۪ + o^OhxdΣ 0Ӣ:[Gh&:8@[N1)o؉HmUlV1',hsMzɆ%ۉbЪ'nHqrA܃1jl*g'd4h| < c?S_4+x*YӔx΋,hC]Rl2bP.j4^jzQ ;UɣM<#̆V21]ף ~ hi*͚+fK[ őugd/i䵮]mʬ0o1$"§iʌSs?_-qdaT}dM%&4x놤a7ÔEg_7ZK}-fn@{E k,M4U[ԍbU ;Gp|Q$TamPjI%g`j*50sÅ( Ηq5R>I\U:]:_>ÕhGV-N4ϲgi{t딦TDU|-p8chc򦕷OAo{f< 3tμivή&G^ zey [sUijܡ9M]++N.l⧴ ^O"[aXu%45*r[jTVxwAcq^碳 +:֘&;4FV oDTG@[/l[ͥShUe?;1GݤX}T:s+äTݷR?ﬞ.<aREY4jC^@r 3C[xJJ4ԕjsol?μqHm‰')= G-)?j$eGo0|7LU*Z){҃jwo fmz|V86DŽ0qpU3[@ ̟T \ u՝#>@sUw3T0s74}m >B؁az2?p 5Ah>Si=~"d1 Ƹ\n$UةM 1eBTHm̻pwX$"s M; 8$Yl 3rC:Lx TMd~T j6%g$.'u֮Ƥ/Ǐ!'] LیCcIa9 CdciR+:5g-ҠϹ7}*O(X[!//g4J?l6JAӬ8 Tb_yswDntQ9努q>Ke3$w;97Q>5GJsM 9kQ#]$Hc`ߩXpbט{` IfLH+8s؃%x> OX&ck*!Eߗ^0FJR?,ˑoR[8V˾eM!:~m5 hIbqYKf#- 'EB=r郴7^jIIw1y&oR#ns`~=.ޥU)b:tJ/EZS̘@Uq-kM2Ā2 ,]6(}fYL9|aA.0na]#3E?~ O||&S6C swK_+?SXc`5b:Xo+v~/ ^B "G0~(Ã`d:]h%M{qzdq5m!^S+ßL/÷xw , (3fr_ΗUm2"i4 !5Sj-?*|b)IdGqϏ-]&z^ n ٪wtX4:U>B.;?eWTX끆 G]#} %Fx.X2t2g~6B_Aި{ `,x{E#h2S1.u,M%=C |6 8{5{љE/]O@p\ ' 9v u*^BɭY`\q1&3#W)VU[H]4(dM",diۆqo'ns{9b[;sIƔc9@7JG|o,Xіy)ʼn_J_ɿf4JLY'^ђH*|g~@[]EkxZ*|'!e?q`,K').zVTo׬Az h5ӥZGYDj@PuS[؋g ܓޅބ]Rr$b+;X&qG?_('MWl]kSK4,4$Vy%:zLl c xS~˜{`RJvIgdَ޳Pѡ_L, ўv3mOU͠NtǓW:SK>}4<;8o++ォɤgxC8i_EGoWDۜ&}J[꣘ԜH+n7'2e§MnY .Mak-Eә}`5j׭:RAz"sñT~O f[,e!9/t0A.?gi$g_9:KNAޒ@ HֱI&'yNA(NR qXUi0k&n_$`CG?OU)؏.UgiRXF, ޡaQMFdlC%,[a-(|s&H&j+x&/2IԖ:얤nuzpW:#BS G〺Hyzd7\xDN#.p;}#|MnckDY+zQވlۙrX>h0 k$ۮ9j\4q/iy~H ZY9a14SYHCnu4\Qi hp_zXsTq#;4(Jb]@ -P= C Kx0bn;0nN/'.&>a CR[PNǿxw7p 0@Qg#_$a0 #B@оe4t$m1朴hFǪ<p0OӭVr6l:pM :R!hO44L Bl!=6Cqeu6adiEjy+ByxSڡvSdGCSZK^Ƈ]p < ˬ1ï Y3LyFgn̂ g1,9UkD.'%%7+*j}AG)-;_BD^}6DxNA urbB eUJeRp9J`>=yy@t#pY`١hE1ݢRΉ˲,xRV^>|v㏍FK_ȶOpúA&^Bd`ܟăi *ƕ]Ͻtr5ƼQߖNGVLH'q/翬[c~oxҡ~?t'UQ36O$l  㿉jS_|0\Λ˗8q+.̏*m)2o^Œ8z ,CN=CT(NLe=Xbr٬SHɌ &oRN^qZ Cq؇n]RKAjyJ6*±I,oI ɡ̓ъ^Xf >eWZxw .0T+ KTdvG췺]IB 0@U8a\ Cݤ^,?E *JG^b G8眔:8Gs{(ű0ٳ,ec3g36X~?6u^DJ|F)9)BԌ+vF"!T Z.lYC8t>rVqfFMQ#Ϩ?ීс`(%`F*R BqQ2!FI޲C:;[@"TPmԢ޺*Hj| . X)9_RX끯&Zy4)aWd<ؿ,*vS 6~T7J4 :(O-l;#cԊ`]c̆?R2FYFXjM1{: R,rL+,N3wJak#͆A_֍WP%(|y'mǶ Oޤ}Wmd[5 d3O3Ki}hs ,P\X\G8 mEԺ(ԒT>aqlj#qW2h5o-;I_|&/ *_"@kN.UjdT٤OyQ3NMtfd#V~X<| TPxK,&hlHT/q(VyZ2vqC0YB%%-V/{z^LHFK1} p;?0Xi%!mW(&)9AgO1WIOǼwNކYy MЁoϯg?3q~ϗpʽL@ػq ohiNNxoa7 qrR5X$*%00/rڧ1_V*N3ל _w6iNK T8A#,x0ϫku2k҃)|)O.;_uC,0\ԙ=>ӭԈH&)g ]zRM@]0SecKikr-3:UuG%Џ j@w 4ҮR-h]RA)#נ=8R@Q;M%OLXwuy|A*g l:2{Jϴ|=' ~{Usyֻzu>l-](:EŲ:U$uzY5]"R!t)NgCXbwm~2 '+}fKBXiIE Yؿχ"tHڃ;KI~wFŋXBw+MhaPxWԬ609PT`~C'7h{^5+36ͼ{ dkkN xd6Z-Һ>틓Rt xjքI)A1ս_MD+R)q~u(DsH{9Lۯ&zPzƎN~5c?mC-܃Fi串jN*$Ek0,pf M`33#(>lwwK-Auڮi! zl"Sa(DaFKϊ(Kt(/OF)dn'l7h$xdjvdgZ97OEe`ùJ%SB .ZdJEW7#nrGMW_BaVCygnJIhM2 f}TOaǪh@Ӳǫa 4+NSGGZI9>ӈH{rH$ʙ$s,mߑOM::eO:޼MM;zHh49.ȦUrEîfy:VsuЧO7emPЙ94% *cz>YT5&Ti80%u>G01 ?$T8 ]CUdFjoV5r1Y[%%#dو2%y [j2"cd/YQ'vwqN?53f:BaCkCi{ޥI|]+ۊBjLAX!<#;af;)JBhķGkmd]^IŚ-yiɖQWϯ$tJ%>+w_=<g3W-dUa ho+gpWHJ>\6ib^_h GQ>YELs9.Z~)V(][GZ dxS E3Ffkl>PMLcpp ܧ9WB{ s W2³,(iT(KC,WB-nS֫؎|?FiYTB`]D r*|L 6_][踜ί_~CG+:qRDfW6Ia"w!r8Ha{K.sGv(geIEj76nmgYoRoR\k!Q*4"A*+v`@JmA4C~W[::aR|ZAEE-e1JoDl=&Ge=5xjM78< r`Zzò3M)K2%&1sAHHvՠb20Kʼ R⡜ƨ7cgbPC_z 8[tǫlUPpCS0UFKZCW⭠gۀwqnTaOo ? ڻ.v n1]g#3H&>9`qgoUL (GtǛ%SQC|y<]IbÈ"1/AhH*:iA#95[sjA8ޠyV<#9 8*?QAiqG"<Lb^vFQWt3gi$<t8m m%Lyhu[k"=guksΌ ܊=߸,lTB V}ܲO7'Xl>/)e'?^MtExʼ>ۅ^7In67{0N-h?ٶ!'a|}&_S]qq$uZAƒ^]4N5au1_^Ŀek*&Gaz2X>O*h;7?8E߲plog@Q '\yH*ܼSkC[#wyCí/`0@i+F3^zd^{Lb#C>W,OV/* J?WMX2Gfopaoe0M)`?!8*X-MgɊqz_yrD!=_!(kSh@UBʳC4a30ҋv> K%K9]E`)+$;92W4$[[N  Ml gQjXkbO_F.n/Vд%Vq 8]=d& ?7~z%έYGZT+\Yމ:3 "RN6ǀӂcͶ}V9C~FK h%"Y"ʏA]F~V%i*&B-2&A4.pbpT4R an$t4.^Y~Z0}c6K1>Z7Nw<7?k]Di٫]A<:Aݎ?IُrVbBRUYH*5'8QC hW:t.O_ňpOc9d~05-ez>gI]]jg Y!۫d)mVip6u->:7ȩثI抙ra˳0 Lzx,'nSZ84jSi#g?0~*8kKm=1F\j._@gژnr$h`A=dn(1EGa3`1e6Wp6MQ}[m=+Y/Uo8 bP/Nkaބ+ S3Cg@RRN 0n0;a?g܃țJVY0l%gy6Q5dPB 9:q7.)WQf?#N`mҟj\ku+Y9Gu:Koj4dŋ@4 t/^HM6Ċ5ptHDKV5 &ZЬ!RQʌuUI;݆sTiaISXpWa0)vk/zX ?`Awpܭ}9#\ Sʴ++Ui%䠪rwveuFсw,Д#eפ@0b-s.OҮ-R3kt+[Qj<=SutI^CSv.bU˱ NE|^ CUU*a;b-Q~N٤ ׬a{q\nxnr83[rW8g2[&..v5a.']fq{|c.ϸ2 rĔG@1[1ˆi3Sz 1xTJAO@lgJ5ҎKh_5gI[~1vODLҼg?K$[܅4fۧqMYc΍V.?BbClwip{RSO/yq͙I+;Z} UeB47Q__o>@P"CO RQ <4Y>Y(DKQyE1 WԺ\$gch&Ql6!%F_yxEzCc;ɅW!e) ̨vi +qp0JyΦ^7/]<R:|L- McWbpRwџ/DAidw/ !#䝌m|:XJ:n|{l#- @y ڨ =ytڎz=έ):遝DcJGS c8>78 CrWȶOv 9ZzSzֹ&V`'e7bvL\mr8Xueo>md zxoklM{jrx^Z茪YVOnヿJikfsqsw~K ocAY<#WI#GnOw_[A0_Yuڒl)uaT])jgYM [~$axwr0*pE Zֵ7hyÌ̳_|Wt,m_%c<ŭJEysLܤ`k`[! ed0~΋ͫ6]N0idϑHy".8I!@isaέ зVM"=yMa8c{Q,; 똫*?vq )%GTވt]<֌o2@ VLX^z2KZ'w.f3X՘C{_ ^+M:}L?F:josQ29kg{#Eblj܁< Ȱv *$hY޿{t{屙Vp hհ|YXN]UŶ"/MDՐ$uvؓc>=؂SUJz$)Z71t4)/Sːa>Ojm5Z?\'x\Sd%!^&B~j0zD 2nL#3~ {VB3&MrVs/(؊fWY':7)tS^ Iڭbw`"sL9vCD􆵞7D "$͖6_t.n6īgf+t‚3`B 7&'QϢzH 8ԕ?'r'F%t*s Tv׍Po7ՋO}0n8S"i('im-5Ҫk7;`1) GNB~ւu1jט?;ZWEߊЀ⬭0Z >?wAJ uj5FWgo`]?w=!1W+77qǹ%mUE\h^J A4,x&k((3# Qx='P]O<@Mag?zFJnuI(&0T o$8Z3QO=9;庤2R\rߙ-Dꄰ*Sӽhgܺ_ N@w-{-4gCfAMBrY*$;[956/jG>&mOǓ .A`ߏ|Ֆ!wm')䒀j[_q=j#BKI!6X@ȄDar{C0.\$0zmUvgs$-O[zl^]N WVf6ymEꦩ5Q v(;r= r34睬k)1iq0A"d) S5=ԄĽ~{X#7a /lJBWJ@Tm$0I L>j!a?jsf+d5"XPn_os VYzE#WiRZ>#De$\DB]M58j@]^e2Q2ִ %B_<ݖ[}gc#irji9MN\cTI' N~4 Z/bcm32EMr#/"n$(w)&U@%%pO ]vG?9gM5fz]DVh#ݺMYAK}7%۵[ƹfp}7Z ;;IՌIo[e {숒jԭƜS&H7lamm4&JQ+Msi- mE&,>h+4jPYLA(mH_4GIAsah_=ݹ@c)<5(F y4`x? }lLsy*o=%hV<>yY&v/Y۫|dy:H(t]ުBFT=SVg[':7{ʇuGN"t>e2 6_@D%g+MVߋxDmQxd49Ux9M#D*9_OmƤJ.y_EbE*){\W93GѝjMz,=GEA64VK.4[d[ l`& V!Bc/cs$wI,'EuV>G,̴ Hڗ }#D^Vцnf-rX0BY62Nm=\(c7nƳ1F>pZe[o7|lϋ Qk.%)ރt_ q ?q&g,a"ϟ2G!G7?,yӠAk["BF@TtM`] Fw!RSh wAb )nK>do<+s JKlj|x\G[WKR$҅%m}SN'L95E}* _E[([)s8> 4#2A^j,S΀xC >ElyXFU/~$U!܅.5Wqzi,/-śVo(b=BI'GIGipWѲGxF~4f iJuH[AܑM2߮,-yJ ,yۆ_+|zmc=Utρ׹Po~hLRYmM'}A-۔V7Ra1xxnwB\H.kK\r I~W"_#ZP/c^Ȍ㎥af+]qUκq͆eZePo6xd!|.MyN5#|T 4hJ )+?f m&Yd'Lhq b#fVBBe;)WI97ְ㵊U73m[pcX|;3P?UքbʡD#.W,ISM5 K_Kjr]-4((OdWk6MHYҽђ\H0ݨ1:>=MOXw>Aܾ{T$xfl(;)O>!~΂ @CK}MEp@o]ap'B_ +^ +ӟdT*ؒxF:"̻w?{k*_zF=ΠZLP&ڧy\bTgD#飳`So^]%KhePEvu#彿^}:gZزQ:0viZi,t*U)h5eIIBu߶w;i[/S"$#??5z*Vg%%-BO64 ǧ |o{g3_8QǤkX/)I%VNjܤk#[Y]ǖN%3;zH K^AuonH2y H/m]e%60U{x2o۷31n;5R,0cO dB~Ov7_P,U<`Acn*sO\Z$1Ha)_Ջ7["v4^/yVRYh6QE|8Y3جu N Ft,Y'b>YUSR=E;39 Kr-Bh~"'y쿆NYuw/#Rɍτo3#pi'wɧvc]4}(WN`J?ƪ.^uq+D9hBeDFd^ T]EMKk?l7X_&Ryliȃ " h8p߄y LFƁtBTmrsǞ 9~&d\7,&F} \wm+d@=yE[yRLGHZQɿp+EqYHNس{\ 5=n{Vct͆UtE%$^ ^DE8#ƒCJ+:J>ݩI/M⿡#SfId"=mA`*($k*W ŝFթYV (LYrޮC?S.司yK|o΃8s mSП|PzE2Xlp 49q,;n10*a ?Q f_||syCh\wTѕ ז]p]b)⒙0׃?ŷ2ӍGRȖk?ڐ #&V@iaayO}^8S& NO  ?a1 &Dn[{#ML|iH _1"h=hy74֥tn*S|G}ǝʐ:uk@q u^fL*ʬj (uU&u&IGÏ歸1Q^A czL$(?kooO,h깞"AFtp|Lj&s{DKQwLI`38@ĂJbˣԍ<ѦUk[ YxW_FR?*%[ZE 5z< taڸ$ bMFx7\lтiߪ"FK4C?`ǠyIS$'d;mJD$w;΂R9﬘͎t٠.'νȎ 2ݚ&}U8"9XHJkݐ_}h2r30* 6+=&VI$ZlYUS5#|`α᱉Mr@hs fdӾא ܐlD| |3` +l8Ve*End=w^ sQ-$ 1O)[L %wGG1Kb$h7?W꯷Y,ɇc=ك?h;@諸 (C{%!6qQvT#%!' XO/ \ Qt%EqAZȖITM1;h6sۃn?\.;'[rDЖ=7}%rna{uNFctc fEg *sJm<-XZY#mv(W܏򾬥z7%[}QHRlhȚL- /Mawn6tO_vg<B j!S\fC>' ~,Kb9QHs лP߶ j(&ܽQC+ە& g];pȣ5O)y.@pBLEA\ 9^L<-PKv""gk.& U>vmۿ?B%FIəi𣹪I岟M> B.2mWHvgKDo'm,3o*!`MgUs4rO;Q%5H:N}w e(x(Ljț V *F&;RC|m>X70UxWw鍮<gf Fc i3"6'&![GJ]݄~Rhŋ-d cG<ސ&YzIzPngEtEȼӃqgͪTzϸa{*!A纴uzfs*F &7Wx"ǯke-yw(NZ&ɴoAiie^D{m,Uc [%߳S.[|j䫶ƒП ;<ɼ/qN/B1W(wF?)WM,Ƌ.Ғ|ʍ13s׶7*]F,Wl\4ۿKAa~.{lsᦾɬziGpA>e5{ zKUmB yetK5[Qqj M kS&/^4DЅ Gj`mkG橼XcmqPOЂ5|G#6!5X?D%P@ezMf~"z\5gdQ+D,tAmOXl9e++š0=`P5uU/mJ#hi.cTO;K _;k`fMc)w,,vDNGXR}NJ,-OZ62+DBO7 l:)RqD"(Jv,zSDִNu^ۇQ64LбB p.i-2WZ6Gp6Sl֩BxH U\$Lr􋣫K` Hz"o)[XD7m+E  _KL)xb>6wZˮ c24 `=yr9\s]ߣZ+ŅX (v_vPЖ?(9槾DD̳Ia0~ BB<@x Vq aUZwBwΠ@A1 p9<D @isDhhيR+SȕXr+#>@Xq4^hn*4=ObӍj'"]$Zﶟ)~0=ދa"3aZ&6?~28stexg-/B+?3fvWOyzejWq3:`ʒynU&Y63%:ij,iqa!ݘݡ7]bZ$tH1Ћȴ6q+xMoh$(;^==RJH텒8p92f> "m|b%xtT(u,s2ͯU< GH/D u/Dk{RM-B* j@.Ʈa(R0p@35(uti\+Z+ :.q~$P$)r>B΁e.@p8}RžY*q w4c%lk rtgywZ3WNU-(uw_CJw[>;8:3wPthtI<ӹ62 C|ȐΩؗ{ŨkR46(.ԐވZDP8S,:.*IXUtQ_k$TP+0+|3*]uaaF sH$pRuT)=q1pu 44fU/eF|i/e:xk<,{RbЊnܖ͠|逢4y:h\Qwܠ4A=ƅ¾I;R[:eg_,,  CHg!I^FT0Gg}kc$WmnL%s.޾tjY9FP"ǰjux #iIC"':ۥDo.ElADC<'kԚlZBAJ.3OOZ.AEJP(&%J1f9dTY;B^Rٶ[PAcskz9Q}UJ=jNjUOPCzN9U^~Qb]`03;9*ޘ^A[DI! O^=ڴ :UJ`k 1ԚTWfA::<> 3Ł9'ʸO{Q:(81 {)7޲zp-[Sxvؽnמ'tMbyWW̯dzSU3[q4SgËlF?J4Q<3)lsX3tL5}.c=&g6^2O[d@Se~;!ԛD)9Jt^ hą]] v:E54&ŏY%c z?/P&|@ D [h"?Qn-X@r5хbYM6Rx\mM*_ux]O$upq@dzsloR71Y;$^(5waEE6yNV(aw~QVJ^X2it[_ϣ %؋;5ٚ(j9ف|sP%WD8 f$/BBY 9vVUŌr?uW}˙u3K퍩{F%iy3W)\ShYnZS tKuXT.!gatW ^Qd0_4Ǜ7C鮻G*3G+.tEB1feCעvN㚣i-ZTawH$`kVټΛ"C>,!N`ҵ)4f@sK^s8 \,Ui{Jh]+ &7" 2n1WE}eμkk3&_,4}Yojdu2 Rk߀wN\5I;[q"7լzdVlE#ɦDIuNd˪>iӓ/4As6ȭՇ>0`oa$ZX2 SY*rcW+)ik6/A1[J,SsS1b٣b0+kRYg!q ^{dppBV.a9+B FF:HSLP򐯓iw òІ7E,'֎"t;")ߎ7R|!4Xml {r.Rk=10<ӷhAfmo| $GFߊn?Vސ5<)>p4az4wX.)ĥ:D gem]l p^$KF'sO&&VT : $ XQWXIĒH¿E8D阮s45{pG@c8*A,#4L3)"8t F7g%Ewbvkg-Syd,#p!_u$Ἀ :EDO]mt"Vn;~_6MXK LG=0YZ d1_8%``7M8T i"M$S=ȿTZF3wwIW|k׾ў2IpC0rP6[@8e]K2Q* 쭶{DăbDO7;nuSgE͑lЙN Ͽ@eҺыcMդJ{F[(jQcTxMKOq;):WGFq4d5)A&+#>˘ 4T W #hjO$>#w@zqHLCKGkK\n;)|~ar, *jOQIKi!"#aJU5X/ b7fCp$ rݨ)O$fk m$?vC:]U!T$tS`GI0"8 3dJCoqH)X:-t;?}5)N=O *!]T!!pEnBeR $ t ޢ9#|/ɆN |Ƚvܪ\ЉOկ+8Zg|L%SF0Pk"hp1 /K7kF SNLx$uZ,\|Ur=K(136ewD: (jN78?4-N$xүyڔjx~/ĖFq' `,wjR{WHj?zC% lR^woV̅{l̡5= òTZwgT ElAC&*5T+z>NZW (fةe`fD_As _8WKwe_c͞PeܠY]n*`|@"a7\OY$"wW=-pN"ù+%&.*-qѴK\,g#_;r 0;Aǝ@m.h ef/j׿\w&,7J슴x)|`% E|2D=U"962BH#(\: %^HیpinHhbZ|["$%C骡dԹ^8n8E(8"1+8x6Na 0[ƽftrt;XBZw{ͰU7h דǑ{,w-NOI[yFy7Ll=3˸-5⾱P !E/(a_6_|s3BV{ qK*ٰV&.XjY,A+8(*,woo u۟xK,%όkKCjks$2LF|g<\70Mm?;ꠠ+{@)lc^D jipꌫ e$SW?Cuz{ >mvUr`]/_XlmS9B~[}OyC$n(1GqPl%b]fV{}}#^v:.){Ygyl0ojSnSoQ"V_ZŠv!jI<&>Z#qPF';FR8 T"Kw [L=\82qU1^ WTi" 7XS_&HLo5&V/ &z|wq` KGgm^!p-R E!/ #(':tS_c]"Jzj}9b"ɐ'E R&߱EHX>KpZ-@q >ΓS?6o/MX%&aq3x6xWŋ!iz!@HktOđ\o\T6U蛜smT`(mi8>vfѬ,=;^]HcIuSiN<ĵe);B1c+0U fQ f}U=!#^z) =0]= >fdT^3ZqNtbH Lj<")4OHc`m=Z6,e '%pWMx8??tI%u:c#\0%5/%.ӭ7-{@ͰȄv~y;kq7!&ñWDK(5quƪ*nKS!(Ë$sk)+q̧+GQ OI&<䱳mnbl\Qo""js<# wI۵H1ugZ4&$s" .2D)sTɠ]\}h4G~OEB:ߴC{4:8=6z,\@ +aQFS!N;RhC$Uimfs9  ֩blYpkZe WgIinƒ{@t-mE{?3'#,tBxذ?ɴM|1@Rc&ÈFOغ9G++k{ikznTٮ`0Et 4 O05^T6 7B/7y1? dP$R ][7w"Cjiyh]lK7KvKM:aQ+qDq r`1/:?)`~zTJ)>-k|<Pl)+ٲE6).ơ\D K»#4.oCU+Ml?k59݈n:IEgbuκkxжxL D״c>R)k}mQNzK=cz9Ԑє˨+U٠^hMw)!8kPElZh@p{.2j *:Nٲ:7:-w$!5l݂\aE}u[hTQ1xBf㛯XCºg{B"{ͧ=@oX`I%=]vvH'?%Qؐn^ 0- +Y2U(VW5KcX(SttQQ 4ܑA;ԿBYid& < ު͙g$z)}2f9 muh3] }7b:Iv^z ͢]`J{J~PS݅жFcЗ]ħ{Uٻ>R:hń`=b;x| $jyPw:A—Pz3(Τ@ Z(12Zq#G8:,ӌ|8ͮji:"gaѨ ?:!;ՀwIR 4Grkm.;9$3:q;a@z $@C+ESU;v56j*3Kư'PLd?R.Cvۃ,b%?cWsWhzn#:a䭃l eA7uRh6dzb#L2,6.g:apѠV']3;􎼬#F3sui7G689Ho`|%kJɩ LɤJ'3AJ~3&w4{?s\̄- X\l<3NmRϔRmT\VX2c k;B   (j"yj`ǁ|>Kn?Yfjr@UՐ }m$gN_4I4MCUP4؈%$zץ-Âiv&;Gd:%KASK.j:Ƥ;zWFDwiIZڮ b2=r3{^'Q$K5-Pb~J?Ggʍ-ehۊf,nI;U9)$5P7q7MpSNatP$t5 g&uV񈋸fn"B;h2A 1^ZXn$=FOrv\Ҷu 2Z߅4j\U\T?p`ڻao3+<ї-xHq}|P=YD]QT3":LߚiJ?F@b T"y1nZvUV5>܍=Cce=\K&˝}tR k=(|2#98~~MHRgANpj&d(@ iGV38QݿpZ~ ճ HQ3M04U/mٮ7# 5INvRB 9@iRhK,׏ƷLG)Q3/3HjWka*GIRS}|NjT HGwy29FYO}81]|Hy~Bv:B涒e!7iRH,v'+5 @L*hBXεޝPfѿcձ_InzI hŤfg.fx"E;b{c1ͣ&QKw귺TO $wY8Ome')0fKZTԌw26w}x`|cUbO;xd>]HS[ynj&Buf?2Yegh]z=d9M<@6?q ?e|6CJ Y_V9bThnNoP ָb22yY~ᝧ >p=DMgfMPC^ʞMUqnD+3sE&rM^3-t8@'8Y`9ky^ &mS[L|INYˣ]&!6_KV!f|uZdy",mNcJDCRoY(͹N0Iޭ >7e]ƒb0e?AW~c;3="$m:9oZ_ad#QK bSs8-8ͮ|Tp{y3v ڋ%hcl\-1 .1?r[;Y ?KGoA`ߌpdQtD??u QP x`f"T`{C7 Wsp"+*#6vpi꒸*:[,@V; qܝ%ahB &n kd! {&),iNl `]5\Q:PIȸ_zݿB:{T^[3$$CΟnQV ]-N;;W D۴sǢ,oV&__Kh$EaH_KG-pw=[$/̩j݄[`8\UD=(YB0VHO/Uf`’?j?seojj/+3RsTu.=P?Șja{/p;x#a)y 1SOOx;JAM<2ӻv~*B}'?1,;+2}rV(kgA$t N{5YwݓtF1YD$䇌N~!< YagJB8EXf{tB$)!jh.je킓9?z6? mϔ{=>-hv$9T 2$E8evyY\,gmz 8OvV֟d4W-b7O2pW#-!Q㱬A >VgޮESHэӱֹc vBw4lkd:nf>96-ͩQYğ3Y\].&9K6`t8Eq6jv@*x?j+$+xC 3MM׼bZ-Aop `ܹ3Ń̈́<3>䀿>KȶqɊmlW GU(s8qCdD0RǦ"yIc8-1wѥO050 25ܓjU93Cs=Z$ *nGk$nn|f\[Nke~F_hKFlcElIl >=#1=_讧\6O#M -.lu)%4EͶ;Niyʝb7kX9V+=1i qf=^I A4+Edx-_ *u>髦5D h9̓P1btt`9$L[79+ۑ·+WNS y0}v(َQX5LlFe=Џ-HVpN_SF*Ĵvz|3ϻ2eqtp UU':\هWqN]iD԰Zo>LIZ[}yçYyE]!"qj]ъ՛q;VMpqrKW_'ftk-gܾ{+"1iD44_PiBT]_9ٔ4¸N>`؀9"anpM}& ; J㝏G/Jr/i{]1W"jֈ>vQXڹMYv\?$Ok 2;F,nJ @ Cw3YΑםkd1dDT/)~* CB΢V,)9-?@}neweIϥ .1`AvĿMj>c]qI*| |dZi{Q֨:&߷.*o%H8,H&;k1e$%'`Gݑ`vЍ^ʊ|2%.m!"M\c](Pk̊ < _E YUS_Cpz-o* W}H{RRS\IR7DT/$E忛wM>E?X%iYDŽO\!ȊcBS`/ _L̕7w?" >2_ *eN_qHKfYj4OkY~«A˩(3`)0bn۩ߠ&F6dz2T{Tg4ž_Y_b_@!8\BM#`4ƗA 뗭0Nm`+^p 4oh8=]C xb*c9=b qw߬ncH;>O"Ұ}@l^OW0 ϳXb +ML eKpx ʹ,8 l6j{ŔZI=,X0JT|0t!xvX9+`/A!`mߨ-Gp xbpf]dlX{*gxbLwT*!|&v%#fVO{`\ڷA z$id]bL!}RWtI-D$K, T-BG_HUr';.g_G~aCݐkMQCȸش\ ùluٲ gP` aocoE<d@+NI*zر1}>p瘬)pgI?~:ܭB(@3$ػMNY0 FltV"TIa/2m׍=L "Q|0=XF &@ȑfg <5Or2v#jGl$FCL >B"Sj~.1d]p9wڐ,xg)™KgRQ R`Ug"J([Lsjʰ+7eM, VѢcrJlrۮ*^Tb&[&s zIP;pȇB)2J~HR4tQ#`_ *u4nרi~2}bqѿիz6il-$kA=<)nJϫ1q)#"=F7E~apFڝݦxK;/y[c_MnoK T{{,ş dpgӀlԉY W;9I ** ɮ!o ^o_i 0cY*97؈064"iCݢM>@ؾ;se\̵VMBa-hX{ P~Ѳ&| h0)a-)a3vL,G/u thqi- ulcStN|hiVD.j|wjDcș+,K}aH6'l_X-]8obo+ek:}n3% Gc`hr(Gчom_ v/@,pM5F}K?AeWÍա-D'6oa 1 @ qyjJLI%hDl`}c%%k:߻|r2Y&z2e"l?{EL~޶RZ;Az1¿<,^A:K^*døRe:,7˱e"ʩڗc# yD(Ǿ!"]3+Y{%K>H۳Ƌ1\δݼj9EP]GZU =cE;pt\a!pJ߱e F Mm*azH6_榹; LG1fnstLԢSckQ42uIAwhnNs&ֹuh,]Ào!FQȐ>B$QQGu;z'TqrFrr,dt?pwC PhLӁ6@!o0cZ_5ˢS܂_!n%q+J*P5|kg$)UCz"07p#og1:5 F!#S0_@"p'f%ŻV2Ǻr!ݬƓLif&;%YO?LXR4fJj5JDlilI+"q_#^4 4"A:q 9 1QtӸJ!jAJ)d&mYApB* $ua:k9i@0-ڴCf㔯jLlлݯq)a"zT8?S)]2>#4|ǁnj\ѵ˹l]0&>5,T:v0G6/f>ԬtQ!v5^vՄ`RpM~¥$X!=D1W"af9kw\EvQK oFy U1]؍ih *+D| \L [5>t=] Y &1vONw^n]GF]s P9 Cyyh]Fy"B}J y ng.F|KYVe\7S @ g@LՀ-e cVۅz{}b8Is>@f989-/zX!z=bE]B .[\߽ zLs;~γ5&/(Y&[*i23iݝ 1U!ќn6W0Ǚ}䠜 *)F_aGbEgn2~v?yfe]ơ[yU]{9b'D(]1D"B&qzfc;O \" QWׁ}HtqOmP2bs1YʼFs@Nv6o+F*!;Ā^_61@:* 1uN[;KjI|pʙ;Y먹9cON \t?"Ơ`^]-ݴi9_{vZus_|JcN37KHak爷%3/b?~gʰqR1WChVܚU[Z0l6A ~W0T20i}ֽ]wjj #d!P؎"l%+3Bm"䍊'+Xvlj@mBQ!̤azOVlt‰3i#oNJ趣MGTt+ 8^R}S['tJy/68؜iA4H<[4`XZV/nHb|`" "(tbAK߄-yYqCƧcaH!fopyfoR^а1az\WDDF_uLXk6QB‡VkhrFU. 7+7CG[ خHC_"NI5vGF6蠟;˟~x\=~KdtET T鹩 poz2HmWV1vsRG̨h!x6mv1l9c1YaS 1 6+<7]Ms)lpmv0I;sgTvG}1pfҙDG34=)] }fQOxb*+1(#X-8m[U"Ă9reU S#x{~/5E SY 0:!ȧuzrv=|JTuq1hh +{&INxn"|)@ى#'TFH<J8{u>M2&IEi m[O.4Pbl ۬J ڢLW!z(;`7(\~fr:oIφۂLF=1X]CVX]6(bEܔ QLD G*4 T:uؽ ;Ct/.Vd&F`Ґz {cq೛|w#$'}R]k*?5*l=Lb EG$P^_$`WZkZ =1^2ǔ=#xʖX"4ZH=F04ƂvD?EL@ײHAnj#6W i@GE}\\h*mǩg<>$hi.͘4ՁdF`{D 0@\WIC'_#sC'h Z#`ue0X޷Cgm'oI*2 o 0{͡<*4>-'sb88apZXU2|\}T sjM#nb? )Ռ6mXZH{I!,^񝟓Sz]§"H+l0HCw*cCe !:Z\r\[mY@v$N Roҫ HM^ t\GZs'I~Z`cтB6FwJk"ksrǗjmHJnX$_|f"L_\őc Y]fkpenx'\W6єb[p[5uZm1e[Cwa"F}ƑwjOq}s44ճ //nq;yфozvOVfAITPmV gx}~鞄z=AQm: FdN9&Mj{@/m2𰾘jU OHQl9Ϻw#δ_Hլ9Tꡠf%iֳ.2oMiQK[ VCFplp~3cZsFREpmR٬ /t" Nlq&f]vxf }ƨE [Vts(m!Ik>GI#4 v{S_: }sԆ\3 c=EWVƑX?Vnoחʋ,1Kˡ΅Lg <xc@ ᏸʺ|5Po>X瞫ڜM_FL0YZ.ooq,9lxenjNQ.>K0wePm3w$T6=k>u2dwIt1q3 a?LWZZ,}>YoFl%Ɖnz-ye pHH̱ s4ض$GF HU^wAt#0ʆFj{AU1<=hVe䲈XnYGx:=cMn/nFRsay"lԴ~ݬN[wH`~PuPR%yL>F Dx!VijE͞«E 4"z%^3TDj{UІ3 YQ gC9/ÎNVžLueB6ωl}x#?WnyQX#-.u;~Fae~[|E}GzC/1pᦉoY_O+2f*!=.9Jk7iҦdϬ$/OrT v&JyRQq!3ļ]aɦq7bՐ=Z/|Z»t!ד>1 ]:DJ? Z_9 #G[Tj` 0Bࠞ xDr |Jd:-*kt[|Q8~+cݝ˅pO6}NmIkM532BgR yj.|}azi 1Y(ѸcX1{3` 2_]PSUSכp&: O._AwX{&0ѻ쌏ۜ>!:CJ0ZD,O;ۅ_*Hb *C+N*ade`kh6R~mN>BOVwrρ}CJ>Gg G"EJno^ tLj~ѵQDHU=f93 D;:Ti`%Z)J8f9?@oIb+h5,6nW1Y #}B{\F2$s7cqr aH:9Ÿt =W_INEK ѽd͊$f*>}bz1t}Sy^0h9lkYp#!s|6bkm鎐<6ʑ΂'=&Z5s-˼.>5:=V1v.5EvzLdXz҈D&Ɍߺ5yO>1k$J_^O\w5 YUgCrڥVwјW(Q!7^h_ҎbS݊"v ''_tZܷ-Ɯvn4(h!=>vl( el _c P}Og]dw];8M[[)dF]R7hkNGV[5Y~Z۶|Z/a na*Rdvwzʼ鑅7L3pL nyt*J`0D[@g^gOj8K509ʸv5X-ߌvqab6y-`Ր:J =;9刻C"So>lf/D␇-#m!tf~Nw6ץHp@BJ$iՌ\u׫f]>ZId+P3c61rZ̈́ފ=>Hɪ@ps+|pFx"v@W mAם{tI5Z'o >[ȯ5}:ɿZ5 MLn+XFVDO:PL豈aYy/ڲʨH 3K `Yn7Iºy.ٓOs).0)oˀwu 3Xe*,^Y4{Pz {?ބR N2stZ[UW`HޠztOgt9|֨4`RீDedQy]̫ y7WK$a܂p ZD0dFN<']tfԟn_TK9A}f|s"7m1RɼvTcJ p;c{9/"~7^15 i/v5ur7\,y7Ie t#t 兗*+s?ƌ/%q818~7\4'Af|!@zO %J%fˉ S) [`]q뗱gNb83)$id%_/]TlD SMȾd1X`]%L - rRE.X1|52?M44ްpz)7B~LeGztSö]jL^n+*1V'Z|Qև/K|?P{5?橋ETbuQͬhHHw[)JͮP>c4WJĭ6:X`Ln8CS P6ـJ!:Sڡ.{P&fհ$ۡ6Ϛh87q8M1Tv1w-IPB5@0$!-Yv/ 4 !bYnFԷ2?w+,BW%ui9MeǤ!^1svu!5)G\yie[N"``.X%Y1ʗRh9`6( FizՊy(w4%!RS*A#`Qc3IŔJnҜN5SP@F3^/ aF ASFO w9}VMT~#x8J7s=m6NnS"gB"4z@>G? iRNTgk'昹W^ ^hcR2Djlw٩ml|/`vMբ %JBBQwuZPoL" {#1 r复^Vtn^!7Pb2>$!2OszAiGF p2(2Dy,@n}c=zY1߻%]18S@ .hTi}(HYNRVfऴw34~h%)i0"hFb苐#&e1 3-q.⁴c0J<rRQ<$D KF\Z e.u=Ź37B\%$,Q8~~ks5t/U@Ή{}TWZ 2k,iAUa-P"SnVe4(eXsFVfg˶Yof ķ-E#,@9E戋8SQQU.4lAC5$#uQIv4@٬2ٺV%aXid)_S4-=SJ[/M ovȗtt 3=c[mVb!]U|v>} eYv$LBI7@`a\]yDD{6J12r]O 5*zgƭr:0F)ÞQ6|_7mBr) HdC8Z׷o3~ ]fCwb~<3Nc_9{t7S{f4N+p_7c$d8QAet.x@'$2?5b +s󵅙eӆem-V.&Y-6}me0YLNtsx$1ғ9ڹ1 K `-<)w4\!*)CU#ĈUU'W0Z1Wzk_>gYȺmݛ'vQ/紆nN3IU"qde-8ʚq$Ks!t5>y#!&__wa/QP-ph&Pl3/ I!\ ))m%+V/9ܧ KLFɭ)k6q**utW^DBV{7=, e/sfSBۚDP]o6, A s V`F! qrhZO<{DíMh(r55%,} I5vefPꜟ0Ԍ?YֱKTʋ*T\)dK>aj^x TUiVH|qȼdR\ UjU9qnjuT"vS+_,kz5d/)`8hDI ) pmufa!2pm*Džci-bⶡ5`k *bscKf$JdPѪ9ÙrЗAf ?VNHZ-7br[QgfO~%AS iG J]m#fѩ'P,SX_<9hX]_an}_(K:09:?2ڻ$2\&'2vSxvc R䞏ل E(F';'lb}'-%dE1b DAVϔ~,eHk3_-4ANtaP{7 ǾkufjVkT[Gn4a r0oVmP$-B:JoۻX%h&I0|]2Ve <-%s6!sYI(Qw=֫t$2ʡwLey#|,p#FT:`'/^śR$8sB>{4?6 =SW > {6ĩ\ 1V#ⶵ,BvԈ55Rd`yw+mRdLl u{GU8-\/ Dj\OuwPo?W0 }C 0%U5_&4^QIgԊ2% g0``p]ޝ*J&34}Hk|u8\;z=ĵ*9H?PMhY-Ert#RZ[XW2Ӿp-1'pq]b0L=;"v?ԈJWE jHEsbzBjGbB'nҼw6d+ b:O(^kNl^EU7&6/ ̄+@"Yt n (sCjQ^h}X jev6Qs7k+=HmөqFM ;Fp'1vҫs Uv) g :YIp=S)azFT02R+2v:[ e e=p7 *J'V!@ml /"Z?X/4iN(TP͆ ^J?i(ǒY< 6ܽPju|4 {rg ̋N0J1 :&ܭ ~ ~ᰑ;}KsRJQ;ї-@3%OdxDZ)WXg/;Df$= LyDsN/4jgAV'LJGBX|/>5_.K+/ Ai;f^̊ZfԂp>Wmֽpz#Yw0!yB@t5IPڋYMzR_lWIזh7P瀁%>Ӻ>֬$_ϠF $_0 徼.O>T.FNCO|%",u8ќ|#JuN#]T%w-k6ng씐\_|@Pb2}NHc@Kcr/:@='d$59 W1iX3E>*/2}]uVAΎ _GDT4k/I#n)%q$4}/Ԛ!Dps,9_7 edDΣaq֯8'K\&q k P@iּ4\Fl|R^YeV_|Z/:ޞ5ݤtuh[klVL33Em!½x\4y/]FpԊ !ӱ֎"ܕ4is`XLa2CN?e .&cﺌl"FANeû,3> $:>~JjÓ8v/H1F sݨږ>X~3l gzQ!= &y"y,ge`! jA?.6GM ښ*m,ox;|7"&e7yg؁'GD=mL,,|l =Ng EZ{ jPJR=)r@1LI# `JIf5SkQ)8m]rG_ 6 WHr1ZBB C+ hDY̮6N=Za?T7G8 $iNi'*C:5Ni:{!_jgxˬ\|W[""{@jE{T#?SCrL%Ct$F<;tw 1`h)c}ݛ]Brx0%,sUx18sEy E Gn+ϐ]1f#9yHJQuSpp86AGrVy*wp}*S'm[=T |>~bPS9v~#^:x`r6Z=@hs'/r 7\q|_EUV )Kn v}rh[,'@64ãxU:g))fb=/qP h8Ctz] A; W(|W_9-DBr|uٖuuHU,k<ǵcCUy!/B8u"`B)?$*e-NЧkP\ŕRޑ|幉"5I0j)4*xx٢# @ˋt;ޯ?f꿽d?Ie>O<8"u>& Qr0y˵;AAՈI: (8Td̘b4?fR^'D/=|86D>:! {?UP+KYޫG&nn#qp(LDkZBnT8 dD="")JpIyUzq91:V=s YWf't$H[MKrI ҋJ9f3rm,'~T sx&Hn%J)8zWsTvđ?4*w"l)8Z7ཅC&VŊX?"ycȼv%7y(bH^Z2@1i(pUڒe׻@U~`;Ii0Č7iIzh}+Le3#s(",+[wAk`O O+*n.P/6aZǣ$A r9dVNq#A 4NeyZ ypƪ!;ICeQ;Oy&Q&$t 1(e\V[[O)n۰-O9+>ۼ]/'9*317\ߩE-."_} *:en^:v7MDx3HXm}|d _nZ2@s"@0X;сsɚVYt FT(, y۾TI'U+.Á*5t` WS"R[:u]\rl gT~1bF#OHܰaQ@j zr=Aq%tbԋ(۬gڹL< .֠Eoêbi⊙8 [-}xR/hVpG#RÏ7b@MĈ!S6LùPqA2v1NT;?ngI׵uIY]6y$t₳7qp)g|>c/kaxmBVےW]b +epN.f4Q/蜵Bkv3|ю4,ƫ܅gfkJǖOe 6*f{Bc5Og^}b|q}Ք _KrH*xX4豍38G:BqPG¼v(p{sX[JAwv*x %YC{,- MᷪU, I (`"ۘ䲟TD#\AycE 2^|:1 jʣ>tkNeVy0O;|Z [ѩ d r|ԥ&f*L ; :'_E8nJpf4q99d4mCpSFeN\({n:fݢg(p}bK Tn_`YH6WPNbrh83]tŎ:(f+P'{ hkNwsKJ%6z1TNtQ o1l?oТZt́ }? ѭG^DFO񶓣*pݭ+j9Erp:̻L%*j|s.yR~ғbmD~7j64H`U{ V'g}  ]?&vK6!kB(uf'>(Ϛ~wv,O(_Foama0\-1' 71LWs *C9m$dcNJa b%xH]Zo0;9ˁz ek.Z2u2_E A4H29;&~ti=>Su MP 5oz, {ܣ XjhNd6aFNR:D$ɫz%FbyiJsUZ٥tb ~`hC̝ pԫL2X/@d>+ DwYxc`ou@@®iq5sguZB x@ljwXȢ(MH8C Xq~F =J&?8&9ZhhO(JGL>C[l$a%}?rшorlTm3kKȤgꮼSNRρA 퉼&x9pq}oPߒrt(zf?|5T=k$2sWqs{+fd:r ce ALP #)'!ɐ5&B`0J>њYO 2A@ .F^;o L:WA&2Ԅ~R®%0 u5+Xg41"Q!QjTFd lȌT Zx'7!#c¼K`ΐ:nmjMƨNi`֙uǜ Ymwi{K =WI7&,3X1Nto# TDuUVP6C*}x5t'aѱ+6PU;A$cLAC`  Xt:HꌡɄTXycȥ"?D.;w8ZҊCTqv b!0Y㤦1Qh.-!9TZۊN{_y_pψg<ƶ鱱KrrzƗj*A7f%H)P֑z쩉[߁m ;Kx!DDS(Sҥ<7@A୹= BQGQ;DZkYn +BaG8J\4ΆV<~;$). %!yGَ֌,߻\CꩫgXxA}11J(k-T#gİB'ev_ lL[~RkC3*Nӱ1rX 75_5/uQ+)IfUdʅȏ-ߥbO~䨠vL$gf(e\фZ 7s~fݡ P]]Dz;rJˬ6(.*мv&9:U61xg<3 8b#6Huj0 $:`w?.ʮr]]*Z䯓Y<<0c[uK9V]rx_X`_6=kpP{' *͗7/Kaz"F:}:[%keYܗmIB#>, _pp X|5<=P8<svFRt]Ӣ\˛,5>I9Q֓zYqS%x*`DWΛiģj-5U FW%x\(e+{}څg<\=c;73O7P7c1?k(@@L<+icD(U oE6RG)V޵ q&QJdPZ`>@hLD=!raP b*v{ŪZߗmS/U ,3$3ZUAdth6Uvc5}^doY^7Y|EC}"F|٭w:Dؐ2T W9\ PDH N9{gh4's^e 񿋧V՟ˤ? jqg.,w<)\BHಙf$"6eU>ÁjH H7})smwXb%o8c5\tsʣ *FDқ[#= J+=ӓafF]) $FcoKA@yp3W"bݤ,{C=09!fKt/^}x)؂l?h~36#NS{G>d#Л?[Xyjnf7:f|lMo0-;%~ l&ExAi5Q?NH 79kH٭R5bNX{aUG@Ө+!*]Nm{zcI8nn,w&yc6*X޾R 1&`GDjb~( Hn;x.$!#V>/ :$,ŖAG`Pr?Ajx*ٙqZ .:#|^#m姬G={+P7.U1FD*gg;wٲWu~ԇ<{gcp!+9^a%H*̪o33 w, Yew:MƦVu?rncJS熧N#lnm)כ `F!v kس[ŝm(O^T ZK-Ձ$Abp}ȳ yFQs {N'9xN AT+#ܧWbpӄj0@-75!bL6t,!ׇ1O=蝜Q?Y g?\`tHwaEB0BXDlA "[p`&x'$jw6eH}G冀Nka[/r(Acb _zYCb,qeٕr,g@{U;qܵt9l> SQX7V%z"6Z16i8n A8&dQ!QL_w()'0r p3,[a @D l :I|O)As0 "j;$[ǰV-bN3fn^t{F6R$vKօM`̾"uW{ *+E ~{d_+2Z+:eHRd+f&:r:6=Q@+I YG >{*9b6 MEJ|ܖp+DQ* \2o "ICLfNW$d"hZq[7(}*&.=(?Bhy:\?ݥu빁$VRzv=>Rxw=e(yb5XYD@3r9Ŕq={`d2WRN0g$ H7u8-xHvVkxyR0bhL}P"޳/g͘* *}\ K/'6YO1&R\4ua| }XT+N  jOU&t8Zg8( 촄ɻ&\ uǫ@/%qԷ}7GDۺ+؝;\۲ؼXGk( 3D1@ѻ0܊QA =]3Т UeZ&ɱ\(7OhC8s%Su)/G>܊H3Wq='<ʉK -PΟ!.q;]K:LK#L]<5:C=/hX&( svmK,.7îWi.skM0GPn9̔jg7"mWr .DHL`/e99sZ#)s^!-4?x3`efHM ,iAdbs'7a}8b&s(fzy+Bga+?<޾Z{ 1Sӿ)*xj#9;2mF>gjOH $?H f6 |#ST~/zݢa _=زlR4X*@USjϤV^ϱPņPzNĚafϼFfZw` x'7NXiu]TYP|J-V2UXp7Q[4;;P&f^<;40;m+26F'܏d2e%>=Ԟ륇 !oS)2_<0bzZ1\?3$7~G qݒӫBbHh^mqDR' &DeEJz,3Đg"& S, nb͠TT֖4RrE$zԏYLpqFW GoY'AH5tpN)]e !ƳL u A\J[WDOaM6* Nq hifh .-"JBZ7۩5kh6SpHnNK6IpI 6{miDIg:h?3}k6kL{M`A>(UYos=hLUY4]ƪqMXx7%;j4*2z8چx84嘂x7Z ҧA0=)F^ۉc޻W|.4u^Da.B* 1-Y!Ss(8N ĕ8U-*FkbcKp Jy=N_/VuѰ5jaX5irKcC"@1@\R}=I9L45"cٓX& j)'3eL Vo~" h~tmU s m êϰEy+֒&` rQŨVKY1$~Zɓs*uc3E45EKibT)X͘HΎ)/ckؔi'T^߃3[H.8QvI'/b`QKU+m=WeʻXR<(-&`GVzL!FC=V3Ms=-uf O$1&BKnCVjBݿ7.BיGg=6&.&Xz*bD*_}!@@)F[[wIz LۺrUvEse%hs/I/=/z^æxGd io{A`3x~STl8; F _8MBuؽ~.A /Pϵ\!c/'󆒃PR2⤒l/;1(B!Y)2^ɳu>J ,No٥OJAM=R;-¿Xj\I3ժ[;~-@1ι5Av`_u9Gl$t./WX~9nW5 TgSB1xߌ*2to\¸u_(El-bJ}CӇGtT>;rK;'5i fYiBg] 2/U[jn^ JExP_ǫ|cxǍJ7B[^euw a;\6S):/)Ɓ,7*\hgp}L>7P@+Z;B,sJW x 7=E<HC{)0sS1e+wDjS(_p<:5iX0'sR)-LҵMl9bMD\_i̢xG(ΥN3n E #-]Bh SoFVs_z? AtӍ"]xc^iquδbEu ,*Zok!JԵRPA@\YI+IIPid;+ MkL)Zy7+K..ݷ쭴ֈouTp/ rHZ/[VR?Ny*SRRK'.h.6O2!'l0ȟPIWĨBlj_(>RKj2#؎p"oELGWW{! 6X%wnGwh-t|J(J1t0VZYl#hWGGEl ay(d?(rP6/26~cVZd]МySf|pCq]G- t/ 팿8+ߎ oͥgLD1gpǭ]*,ˤ]LfEάN=+O6!6.EO, w*NCQ(koef-$3XH^soׅ=py! <z?]$`4RZrhJ'Uџ#wu72Uݦ5C[C-ECg%Xրewb :;U8O(LڊF?69S6L$LHKTƵP~T%EAQq$`l+fp@ Y%a*zg65?N\P)I #"x-CF$Wdη筢%*b|ڮhn ]hR"VXR n%⪚\ߌS`׽Bjq*bb8A 2*q[)^AcUFތt.4 zbgf)HnsՕ4c1tq뺐ugPmwok%o_4\&H-ƓW ڪiG~0# [f/>JapQF- Fژ+lvYnleDo?Y3\vw/op_\Cժ*h6(":*DS̢F|+2fzٖ8"Tpdv[B4;Wst%6Vz33iKjg۪A)Jb`p=v#84mԌaƪ1ϙHS1Cjfyևԗdct] -'`}yyV̈́_Z8ȸ:3UYIbC) ɻ"n !y\RP_-I_N6@3@2sc 1gkLcx#N og%_޼섡ޡ^L'J&xnSrqF6EJ6pr?b#^N뼜A. O W=P⎝!# d&2npB(l ~NGHUYv/Gz $,lEB>;=kl:Q}nTepaL+O,LUߔ҄1;gK;"tOM7idip>ہIu. ͋3{)d!3:KE/7ՠn]O| G@h=~!Phc+^٢]fZsH<ב>l[w}.cx'Ie$f&n9GF&i!Nv`&M6R^yoCDL p}yZViA8_#|r%=-<\ sI& F8]A@D6mOqQ;C'Hz C SzEyw^>.|A7U,Jhl"]!0YH X NVd59ꨛT-skDѥO 8q *ˌʘ7%r˲ŏ=|mXNӟ^ 6yzLD`o qOC3fQkiDXDe<֪ӕ3AUl'[z~=@xF:f-DJ聱(բR{i>qlx}}FF;5Cں^ÔKU旋 >Cʶ2"N J|GM\#i9Z)3Q_Γr KC\ ^F|N6ſMV\F+([GCϺCW% m~tX\-`WjgPP;ڊvB}aBLjұkQItOSN줼l] ~qƘgg:vv^nA;$̿/ްMoo0-'I/'RG)~\6g̠_"[VS얅et#2{{6 ͚=2Jr:Qq*b1lB!wh5ok7?vfw *-ĽO/;y Y[4RMO NG"ᎂb⒌1 ?>_C}Y6tzɈ AEVy~fo8.t f`ɣ?fhx `eʟOX̹Hv|En۳zgr#9FdUA蕨6  +|o#ⲚvحMx6}-\0w%p# v§6?G*U&r@)a"&nVe@bnk+mـ*3"uB'X.GP;8xЂŽ™+kF wXEg_yw>J6srVs6ua QW12p`l@Խ4_Xg7q^j P(YArK9MpNk{;Ke4t\â.7G9iBaS>淋 bhhQf۲Wr0 *av Um0-{TE/n&{֋ׁGVJwe<Rh@CчHvD ~ go!;QR%7[5nVupUb?|Hrٰ&oↁț&cm@:'O&k𘛥%(p`&28`f !K '60}Ms8coDP9Y[y\wu›HFsu V[q5{i^Pgʎu9rÚ%4k]\^.QH+:D&ߟ4z'`d2ڒw>0ձa8d45qM`^ Bs?:.pxq";"vIG J%VR툍 Tk6RhFq"do}j—7g.tF_NU]:ӬN Qws@rz u[g S@qJXӭ]˽hܞPX z&+ܲ+]#itNLU $џ*mwku53J|@6x$\o|=~PP:%}Y!bՎgJgjQFRxY{rx-H"Ɵ_+Sodz3\tE@X<f2Dx3o8)834ޱc. ?Dݙ'| ,‘+yR3_眐s":8yɁ6_sml'VlBڞ,:Qtl8O`P=XQu>IMs#xrXu:Cod8eJ7.a;\|]G֟o*\,K  aʟ$M4<4sQSԩ 5SNp&I Pk!dƚqઌϽr%Oݝ{>F/l:8Zۇ&!ut&EH3Vk;v}!s)=brT~y~V4D'$^I|fI22+]@10j5 ;}r }mO$X\=cfu=`(3AK[%41n trI"i>\7S;vo&ȄFQzʿN;6r3uǞQ,ٜKE24UZf/MՊ=4vY7=@;7$k }XcWM Cv#C U Vke9D=+6zEuk1_tXsGV]LX$4na hHN|mpzLKK|2t)Zڡ $iS(K :6g4<&b%ϰM/YQh_i ۗVSf, qcU<S̠N^oۤ2ۂN0v: ޵9{o|y4YWėQdt yФleCMMȀL2?/=QM}ɀ!'[ !:d{*0ouip>`ۮvXhsRu +hnܬс-v(ߖ23 Qe`+VTt!~քs-~",hƪOM*wǎ/Hx[2A$i8~Z`sn 2;Ưt oζ#5_mfqeF組vw;yTRL;cЫj͘c d/Z&nEE `:Ft=p1_cۋ=*^ j~ oc=|Ok4txL-P1]Z/wN74,(q~Gdsy^~ #:SMStX+[5,f B9@߯ebZVR,>vá߽r[W<%to@. l0}N104:X$UW9]:|DO|"I'{B0 1p{|a߇dL?67ǖRɃUz|P>`̇Q[NC1FC%(xTWG#}2Untx?' 3"Y7+pkGSz}}C>p* [C+8% kG"Ӟw!HU9dk!"З,OA?ݔV^*HI#I7z`OڄQ( 띙&P4{?mz3,v}~$׷J |o"Ӻ:8V8w_h;d0eC}*3a'0'F^8n8 jNX 8Hϑ6☋z-?HJ@4GL=EwB)-Ahy9tUGpKmaGFr"K&mr.@ HA2ǽo:3or~ayk^7Hmؑ4n[ ;Cͺ7e:v@$seke~wJL(-J_T}R=O#dg!w^ ׸K1 4v.D?x*3xY/cakObZL4#9tSE+]5 #J.ْwƠZJ: &;÷P;'t:Ľ?75T8=ڬ. GBX1Dpgcpd)lmۉq8#HZu^}9Bx=,byLhkRfcsRp Ces@XHw]csU\m.d_Qx]j50w* {AZz:*?Ѿf<1ݣ<v Tqe^߬^#$tg|ԉ|wr`uBNtѢK,$cO?tL>h׵ ']'2w0 ~K8}im%>҂z(4Sgݨ z`l^ @raSې*υɚ,gkӥΦR 9xJ?^:r2 ,ǰ6q]:!؊9YTtK$"͈'-Ϫc&W =ǺX9W3`leou{~.ro.DĞڀߊn} Nv|}\3 e}ҁkc/>A&*lǁZ_T][n⌞ ٍ$Di>yD;`_ gT)@T^}W9^<(b.۲f9b)Vu?A]8k,#a~QF.8ZVBv!9M38z&=p~-gV^Z&,~Y[JUAfVcVPʗ< 4U.sER~tӀ PV %\PvG8\~tvÉtLF]cvzh鴷^W`eVu:īėرXXe:7:4sR1ȍCZ +u,XT [&_%<'*m f0Ae0V+)Škz:?ޢ%`аL5 6n,#6a7\+hLy5}F~!uM7ki܇-mjc#Q X1d4~[~U5Ƴ1}IClѓ% +"X+Q?1dgŃamN"XTFKqN79Z-nGt|)ڏ0IBpVIlʢ "hn~BdO (g=ݟr/eo3 6Zd2)q.h}|e'zJȃEëWRԋy؁Ǟn? h?tcmF mɬV͏J0?e+Wf^z?-@bj FNA̲v,,bm/ D֫RB<~Z Mb'=3 e_Z {W̋RYʭƨ J "]4gO /\<_`悒}q"jkjח!cZm {Վ@ \ Z6)vB.CR!$9uF'>E ,1҂?vEWm?,4w7ڣI -M7ٗ /vh\~r:œ*']f,a6! 69$Gw3*h9•q/>MZӁEv`?C5Md*NɉVpqwvv<Հ4!Y]LR*Z@O/LRi&m tK*/R0/K/"3ș>em9,0\m o+E!ڹ~]z!:#AKGGk m$,ml ++MяOH‘{DXop՚!1lL0*qm,eZ_/V1X(M2+g^QCuUxi_Owj"a4#rM?D^BUGMo%-)5hKO%gpsDf\ 5n)d w8n%@WU6 3XМ1H1`bf4F<8ӻ鴧˞Y7:r>T*FZ++>v/x}l+kE:,A<,˵+/y7WYdUog9t@ssꬌ%zKz|RRxF 5x6}#anSHb^m-+=S;<+C ? ;J|y 9h߈HՖ=-ce ۶wC4dVZj k+Q( *ĔUHEOجa"%  j)W[|wPwZ G=]bc#(z9-QլPYVT!J#Wc )ăiE rmܢ0~YS%kNƒ>\@OLb_tnjc:>=Z׆#e?7ƉEvs@AW'iQqT[Q>A/YLcϦ(&(?cQ\QybxɄ0!ouIUXjYPHtۊg9 x`)j~ґ\zP*jw܍W973r ".M -*\.ɗ~=^>#`b~O:İ 6x9OQ` Œ4,2꿄OY)Ue洢bA#gpbn{* [}FE_!2`uT :^rFusRy8$m3L:}kެ$jV`,sa]mMq5:P<}6 sµ宅ā,O: :a1GR9saXS]jM-ns1BbY3yKy  ݏ}qĪ׽}SG]{@T՞V] :".PMXq"3FGq@uDrE6Zgw%w%{|o;08"ymxO@>k|e *z6sd'[{eg9M-T͖,KM+(ʤ]K |ucyk 3 Kg_IiɖxC= .G$btTqO㙿 iV!l"xG.зkRjj/B.;hZ3'L<-wA4q@bmM/jmbo>"1Fg^}l;N⤚U_ET>y7 5W-<ńQtc>3"LQ`Z@m'an"W̎BG}tj [e1]5Vobuꍎ^}GaiEkI>n>%WhAׅwR %v{ 2rAg1gQ"NLf*ҍVΞW 1Q|K%1=h*(,z6\ 3aT!Ւ+Q·/E2zĶR_}qaiK}ڙ窥 L\a,D3rEo뤿YG=錯6ə!/X84=` whs,7N6Wڸn8̴0VOF!ϥ, /mb`7mi|hVFkvDmIf8̆sl wK|zFv[ɔPR:k#~.WHk ?T&4;)p_MAz_dZg*{{ #Uhe^H;͘+yO#sd XT'|CYW6ܖ73Kr ,_LmZOԆ|(YB'${T(/"-`PCU}LafduIC&e=YS#"r$ؑ3Z5r1$1G[>h'biZFhtxu~ 0?W)MbB揂 EFe2[qC`OGLdDEc{;[7=EGǸ"N!@S`/aoXZOk1I\H#7)f6~.pdYֲMM:`-Oʳb(Ve#;w(wxǪ"(A%^jئOOߑtg+EW"TB h\5 ]*k,L_J}pnYsvxivFay 6[$t a.~LO^Ɛa5j9Ni)xvX>m”t{T%f6Cs@6bz瓬}bG h>lOoY'c gʼnpOq8 y5Rd eQi.Vd\φoSjq%%Uw[`q/wڶx畤kL7ĺYm}R8/oN x*^E|kQaOGCե"͋A:Dvfk5/ۮ{Rzt6+nW;8eLll2zt6JG'VJ+}i>S|7s;vH8aW@~Kףe96Q-^$祡 ؑܛX+efBf!..ga涿ކ&דQJS g1%pi8Yhf|~k η!$ڛLtc.fS唯VpTGD1=N+ t[O l?sx>gYطNyhM72~qI|u]δD0l9AjsJ['Mz#=7߶sU٨> ~71̤dLlw x'RY$cg-?fi&pҮHޠ_5y柧@(;G]0'XgOQлxaPڮs3l/PΧRϜfUN%fG'6~j0_w7.\mQ1@3i}*NzZ@wՕ,U6s*ɥ |FtStIҝ*CpI}m.Wc8 Bd8`p1E_/4_@*̶ufr+ln`rf/ln!E Li:[/Y눺Bo{^VX_0'Ҏ\  Lʜ!]'ԿwA18̱4Yw锏\$8; wcZ,H}QoA2%9%LYy8 $$~D!/Qbz&3|~n D,FkKڃ q Cq6Evz4KX[ZRWN+3T=j\+bq뢂4+\V/#&<&Eӕ*ajc\H"'g6h)2Vd}գGvJcRZ(ͬ_}?fʤϼ,~zЭ?ZD 2z*4K,6 k\F|49ׄh\4CpRg-$5>xAY l{lEK9&p[<,I Ls9[$vݯ|/6GcxoqIВ.,ˌ ~>"c%jt X@SgdkeS=(&^[af NT =氬(9} y/F&,8bQ;}ƻiRk:$sK:. 4<{3@QvpԁK¥ӄ^]2xTe(jr/!+P oЇXDD0 seLpT6<+~{B[9lhHԾ!qο 4.fDފ\6vWԳf`7SkI 1:[]%#12~ 5ƦK/D .Ϙ +WtU"_(ɣ_I(L2N./#ꁄ` "/p<#ٟMs9 ,ĬRLL-N%&'\p)xf;1b؆[oߵܺ~wR2)MVM lż`l͸{mz!RFLW{sZK!#.J6c=& zPf+ 6LIP-|!bmMC8xX0<QA],G9aBJJ@6lx_4jvAVZB [;BPDhly\!mBM5LBchJD,8! jg%Hs9{J4O̠eۋ"Po FҢ>t7蘫7oL"$c yq{Ht`OeO+ R\;ܐ^ VgxL+L>qSn>)" I>,W{Ì?31> \})O ^/^1>]_؊;`,-ԧpſeg$zJaZ8 )ָ&Ksj eL`wymW:`^%{|-ӲOjժ->A=p0y2X~eP@6"6}APVt."qz yyQ\&^QqoҨ6_s`/ۼ'됣?qGދ[ʹLitЋ(nid^lOc.zU=f.l܎ݗ+wZsxKŪ믘YG, ]tY(U9x3h֎YwSO@]λkkW39`elf@K~;l