libsqlite3-0-3.50.2-150000.3.33.1<>,xhA`p9|B~; |Zhi4t[Tٞ;ȲՁ(=yMJ@vn_58w% ;8g1@NBih#&E`bcuyN-F(UxXIDN~sMJYF( iBii5oqtR_]Z#T7A| [vsݬ6:XQ`'UJf)*(qRmWTk־݅Rr 'RF_49s>@?d $ \  8>HP T X `  D(C8LN9N: N>@FGHIXY\@]H^mbyc"defluvwXx`yh zClibsqlite3-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.hA`h02-armsrv2VPSUSE Linux Enterprise 15SUSE LLC SUSE-Public-Domainhttps://www.suse.com/System/Librarieshttps://www.sqlite.org/linuxaarch64VPh@h@9a348fcf01cc5b5d4519311a41ba2b361e07ac9803929c97ea0f2b7f7d047454libsqlite3.so.3.50.2rootrootrootrootsqlite3-3.50.2-150000.3.33.1.src.rpmlibsqlite3-0libsqlite3-0(aarch-64)libsqlite3.so.0()(64bit)@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.17)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(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/ldconfigh02-armsrv2 17536945603.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_Updatedrpmxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=39dafa65de0b0e42bd28c7f07105f3b48ef2a985, stripped PRRR R RR RRRRFt5jutf-8ddcd3b7b0c0abe94c120b62c8716ee38d3dcde5486e22e65e97ec62425d193bc?7zXZ !t/]"k%=6kѿ>QwqT1@7W8PhA#8DU ଚ5</ eƽ mZ+*} cGc`^F{='6n>⡁dn54S Y%ݧ}+;$W^>!LznG$؈Jf#jS\ %_laU\ϭ\fB2 fP ovS-&/e$ إjTW~* q!y6EaZ΄52 ӃYBt Y-YrpIPِ>IAi'&M@4ąh#"wD Vi3U|똘ᨽ~!Jٴ7I˳Kh/1'.q'x<#OD dzwmU2̼gho۬n3E)Y􊧨 ڴ#!p]AOj=l3! ~llۿ~=9 KQwv`;ӰrISVvK4*$;)p" R'>DW.] *!!;jtEuy%\HHVeeiUr_xC?7Y/Y~VH6!{g*Bf H3 3mQhtn uh51}f+"1FlQmDʕT/=v|B3c\7j=gYk)efG;몞ML;l YL'X+ZL||s9bbMfܓW"ߥ+zEJ `T}ŋo*"RGTv(}}n`;/О9b줌:04 }k~IL-"N(?Ձ)P@=!Sʭ8㐷w!˵v]FscaD +5Pza40,ݟchj9/R_?]}pFvH8IX>B[B@m АEZ[Qˡ.R0s54.5^vIaxd7*01Kʠi!,!?j _PC%ç1#rɌdŖ1 K""XR ;,H;lP`x8ƹA̎/ =sBC~ʾ H}*E [웄$lyx[U1z*5Ώ5(7eOE'c6 ]3ZȟPEZQڨcKfĉUkp rEtXBbsFAY /- җ6[خ\*O8!|GQ4z1_*🸍&@}&;%ǚ$8"x tLΙ#T'L@V~cZglnCaJ6:1c)8R؁ɬșxd \VpZ[ˀ@MXdoV=ޒkz5+!4 z:HZF^LkXY;vKWcG-.8%Ԡ)kে@i[}7ُ_=Q/NL%1wk`gѮht%SAxc,UU Ai![u"r$sSQP|.N?I'aiPS=!V@b?{\_XKM| tWm"U~AӔ?,@*N' _ԅp] ~I@d w-18"Oߝ/;oy}0Y \2At*4?|K:&9,L:nl!ZPħQgIĔ;=w ExOfg4 p8 *YZ40Nu\͐4:R5oegX`{Q vm;&\V$dc6.zj3{0 %n b;Zì:FI#ЭYDRu4UҢ>_j;+Od, ߨ5Xغ;ACnxh}l`I1ʤ"Aߠ1>Ǡ+Oj]:6ʑR_>+HC!+0ě'7hʰ>)%geT%h'}i qC8NTػ!O<c3m0x/7td?H;B#KYbyb `Yh_:Y)dQ]d)5b E4F 7@O>e$VYz !4XF2&Ap;|'%:j-N_=;5x_Uݹ"w9g!KP "mFf\âP\oP*6&]{=n HudʻXd U[KlW֌O?pxJW7fZy vD\y,*0KFŠU`r_~\6ly*O!@39.hI7L S"eF.*qt7\~&'1Jڣ[0gR%$> *#3a[Pb)쭓%iea!O ĄTn #եFMʳH(&TLhJ(/r4ydvj(H3Ƞih 2\S'Ѝ6$ʈpE%sŇnD 1rTeAb~ ajer+)FP"2@v8@W > o_#z=}ܷL9DSoW2RPtf} Ʊ=Mh!}jMr <ɩQ/&?tm\;L)Ð< "C#ynvU%A'Q}t<{`a17OE JE#L Đ U[C'4EsA;Ϭ?Q+SX&47 '- i5~ qG: _2'E~i XLԳ/zh;hj ݬ-KS'zżV sԢan L|tD{\21`'ҺPt:_̕؝.ȉ~Z%͖9C /PDxM~SDҲ:{l(alY f"^0BNg3F3̈́&#b-Ϯi 4qMm4 ,ީr}[#tT:?ؖSV`ޒ1KDQvsp 3$yLbbިnح3ypvgz>8Ͱ)i΀`* wk[(o9B 8+ ֊AΌBLW(̸猣֓.9M!Tk{DK.fM~0:Dġ.@ h K*eD0ѳrL ]z.ls߰q݄=ċ  nJq sIsQAu)9o~n5PQR3&#ZugYB|`N ܋4q8BY+A =R#ŵFN5y|#wkS uf&TX pI,=jݐQ(!k̽8 2Q:Nr ǀBbdcN""@Lʪlaʢ&-hEv(o;xdX1iLԔeK|CO8 FJ!KEلcQԤ*: =!rc^TUWj:^ D^}c^xpӎȡ-yM>M 8E#Q~?w$WG!yD?8spNfD0<2DV.5,-UY0Nqv}ftDotTx%tVWbdgKwlCRof >>pʍj銝_]jJF}lT9Y4_P]*축C5!5S^sFc-2 gSvKIW/>SvBҟB=(#>Nzݴf[|2ӘٳӶ~^L*z<72TGYR1Z5'[Zt(%}t6ɾ#" V'i|O%6hJW69G0;]CΒcneرLN8\b -u.Qf0hs<-U8+q\^ PHB u} gTK0Mw|t/i8F-FNnv(_ 1ΠIVW;IT]eXV_sY53g9}~:/nTP)=%ګst;(/6$ѴXLi;5 iїoY!uM#YnPrj՝0W&"8 P^HbR>s\#J}EW#)BKWB*^BO|Eeo o~@j(k?)QW+tO((@ҋHi%X|hbV䷌:+'%ِ_QMOA{iqZ_xUy.tɕ>gi@߸]N` )$+݈ɛT'f~ڔ"ᵜaWF=,Tg3n+ku~+gQlm VmMk y!Ua{<#g[BǚV~kxm[~W-S j=77d+<ЛђBuqbqW3+*b^^&e 1%^b +)24K8N󪢋=c!DAG$nNw@HXzcJ զ,Ž)ʒӃrv>}yS?Rbm,$zSm|,mBeClר[`oЧimq${$ݗ`߸ ~PGZ'dPM3cTT#hNs̩!c%\GO{3#ܥ>--HݩXsGod{c|?5#RE9m {(ӅP&"4Imd9>6SE;z&Xa@!>7 G`d,"`sdlYK_>SRLf1z7}, 2pSG =t浪2p>Z'\' r3>"TOT="jt /MGoނKrG@W)du{*(Ř%>ֺShInP{ |#ڤ9":>ݾ{ү[վض$lBq݀m'0Tхeqi!ɓ<0W"$!XW ?4k_*ċc]t%=v,.W/\R?Wn%*qB+f{Op,ހŔȮ;? v*㹦wVD70Mm.s??bR'0k_.WT.J6SK99OٜF.Tb75'SJJI2/%Uf9”,XD>NbҨӔ@eqǴZPIC,څ)+G8̒z / nH/|\,z&0bCˑ\V|A`2#K Xe=s:\D"s_hCc=g7Ș`ƣUm7d*t:jeF'm|B#)t)p:L6Sx:{tL&;0UWHk[6nk0D2+PKrg OY_V'$B;ٶUڻ-|PlPDmH ''K}hn1bQ;o5/~G@IJz[B1Vz~Vj'ô1*'Tdy%y#\VЭpACy{䰻 J[ ʀCѣ'gr%r|s$gvk8R QscU T@gPѸWNc3BFfFQ%n: |Jt!q_s|`i^$!Ѥ蝼Zsr(;Tv_#܏Աl@{)SG3wؘ5/kXkYuDB+2ԓ"% -`u36t̩ <ͼ˯rc#c.~%ۋkq2F^fgH\:\Pd5sZg\񪼸{jD䫧myN4Gy"JOԁ0 R+"h8<+~lg_m o@T;7ȪĆ/ i緲[ pW-skM!Jy Wb<%(QI p7?Ǵ,Q齳+B?'gXCNGfNTqhP=2* ֕<6&8PTN}pzRBQl""v[^ =g]ŪFtgKndzP6Wk v+Qc_- &qc|=[n& [wuo௼p{ %-[QLgzVckWGzժ83 `aD"Ud۞qP Ոy{ǥP \,sT{Vpl>ytuI^˜fBgv̬{sJ//J0#1L†Ca$5^s|7_3PX ]5ң2g(pD*xWȐ'icfhVT6O4S5X}fV5. N;v}{C.7'.QxZ^`>sjv y Z{%ڍZƤ2ѶA%X6kA8C}TF9aoH)3~1ی2eCK2 O*LudKߋZXɈMEj s *CdGl]n_E6sXAԚ;-W]ϙ]s i"-M4uw!\uēJ=eMM-)v=6(],1|ඍhhQ>MN^aF}:˚&Z^Vt"8GoRXlGN'ͻ2Q-]bEC`vg5B6sCcj_ t?{a]Kyhl51!ߗCt.( :ver shz^d'Vkm̂DݶgLA;2\5!0N^}O8_zrAOʛK25mRIN?O,2~Bߨ+4tRTdhVn]Gt/O\sޠl-:D0_)ZW&t͗8ddXIfnxW.ޏ"1_{,۶{~ϣ>3-%F.:9; [%ƑZ 4À HzW t"I\ĻE;z*H"Dф~%t{ۑnOᙯH#+Zia"(Lݾ6 2CmOLNG_:Y=Z]پN_(z\³=7SF-iFi$T|^ӹj#x' '`>"cz-#aAt}ώn2[cJ4 T3Y 銷t7_K> ֫4[hE YKxJݯ@?J&Wۛ[9 5:SJ{|{syl#ᐄd-HgyP4,*BZu%#:C8-$<׏RT{TG|ˀ@ [M0wЃw,dHPQ;7nBmp *yn٥Ug/(+wZ?-ҌEuUj\OKgs>cRef#YZodVhoЙstՊIf@ ,Ʌh;]k`Ofd-wڊV=4WGy' 3Ppnc&{~>yHsCtnk+9,&):BxlRB N.;܀S,!ƚΥrl.r^N[6?Kƍs$SռsNW.8劰qS/% sтd J zN٭z@#U.G]`fJXΊAaoUmi 9JZHiRaI3v춄ܫk8e^b\> S[.V6rN\pu!w%*h䄯jeEߠ';9Ϫ=DQ&wz1&U A/%9 V^+3=iĂn9C=e[(C=tZ8Ѯ_rȈt}۹f*R(XOxd\3T/ߎ-.dҿ;׾Oh5F|wc2)VkFQ'|eʿ Rujfض.y?14t=i%T\"A"g3 l2]-8MS(DRRRqĻy_ؕ7IN* Bڻ 3gQ"(Z7T9HBTPurJިsaJJ_3*n03Izw9ܫ#Z GKk[F[3o iR(>lj#>iƛ蔶$ Y!?4{#^ɖ,3n~5raY7>@W t9" UH])oΖ^S\{Kmm߈Vmd.½㈘>axmqx#}4YB:xF5m=#Th`"NhE5me6LG~˚A7NZ5_3 YJD9M0MҨ=%/в|?{ so?$^z wm+}.Eq-nCa^7ay:IJ:2:(? AH5y (nJFʻ]zAҕmz*d]&lWAҨhﶆZFYmiQ&40HnFe"lڛ 9x}w<.G܉Jl#f];_Sa?PIDIQRW0h'&uBQ+ Yɡ5&:ͻjI-tk'L J I`w1fZiϞGdxpc3 ^`e-(O(.n 1qq~+dۻP/.c Ņx&]ɕ6<n89._vfs~cUT kJA%u8#GN J3)牖qw¼yͮ]S%cAߜ̙@0{HML"YdJ</sk/cf|CVл>h= "kcOroF_Hq<m=x$j7b գ&;D?@:)%7t(|vICޚb`3ZuI;'{?̭r!Wm+~=ΉM3hH#%R 8wϝIT-fd{?.7SRL[ OtM띉%Io {nC LإN޾g8ǣ16uvuI 茐(c<1Ƣ#*Ζ=?qg!2ef)f2Nd'Lm<ޓB]9W} uE&*3gm{w&Dᯗ_!X'xꍝ4Et !r7`7%0鰼=% ?Z8 ӣo n7D(0 }wFt񣮍 ad`pŝ/tvi;0\d_fqQ6ERMZ em w^E^T psa"&–JO)ᾋ i@8bї}S8-zn7,kmނ1M$#O[o:gG J3-F_!qԂ5m!2րgT_S)Q~B׃Zڎ_R;:,f g*Ls*@K!9(q{2K30O>_+…b7NK_;SkL7>_~) aTcq`QMx8u\EX8yIp8b j4f-}ysݏ`|=j]cvdQ2sVg {0cŬɷ {}#=P4+VL<Lv|BnY7_wAo%vhR`ƃ֕> +i nk ->8y|P^CM%4YR:qs6 5ꉒORsصqQx +ee!'Q`7ĭirx^MNu}/7=ul>w]yH@*lۼ$[i@/$HHVl/?:j-A'r|=[ xj_qFnI/9OXjB 6ݏxbIŌ.w,nWgӬC˄R*K^p陂'Ʋ`iDeT0Ґ[#ۃ듯4K-!ƋM1BT0|L!j䁵]+|oaRM>YD='AYJT$NE_~BaI|_`>,lY)/յqq֨Jmـ'kobhkwTi6PvR( o OYK[F;ςuD?zȟ# oteIbU0y17M~D)YwWb֏ 2{bڹP 6 T{,PZJ"%=L\" bpT+P0>}%Hϳpև_L?\zÑ^o;,fil}$[Ch)Rjx/3_A{nSMы{n#qfpwUHl9 âV h~sb<Fm'I17P1UXAZvyj;:сk|B +͙w7pc%WfzއkwT y.miG$Y@"9ׄh+6iybdcc(+ =S-Tcv7 FfK5&TmΣ}^}sy.C.,d0?r8c|y&AEg/!%.(#6htv#\7;Z9c>"Nmr^~hSBv8G\umhEr+ȳv?N upD ;D4O.{$ϐ>vԓt@&k¾Xf5N-E94 Rt 0m8X8/tv*2e7Px%v&ͱ'[T] wJjEKx2.pamVyƢ=. 3 dJH|],7vYGtS`mҢJEoqҜ2VP&+!5ݗ૦.8o nǪ n2*SXO7/ea9ܾ{Bѕ#0E%L[DMrޕ Ib,7A32j躂'4A:C4ϩxg}@qTpnZӼtc_1QEE#q;<"̲MQE?*-!zræD7}xа{XKS % ! G W 2Tۇ<['w+D;w>SVwhX/a25Ie4&pl89=#Wo ANw=W)vPBV< }ƭ#=z>3Tw}nYbx醯D$\fN*THL]_2] hͥm9oeơ֏]zF%."ڗ8tF3ɛ~MPslf⯨sWr#a @Y{lg ^@kbfRz k|׆rIi1e[di$'o8lYt1,oĦ((|$xMuoT,'2~l oP(nѿj>yK ' ^-kAw !̇KCKC2o89Ī-]lM /qH2y@ŠZ=bs~'Z͓jhz1xb )`=%\Iٶ\ߣ4L~T/uT^Zу:MM^[|=>]sAcOQ *{pwBI R*-VF*2 Y҃q4*MsRذ* 92ڢ|~;S(嵒ȵWo髸GeGimgzwfpCT-v-OlrA#C/ )D೚g)Vx(h՘2ľ-Oq¾ ?Sx#6 !} UH½SpqҾ|eCYbX1l]dh(bsu+XqJ(>'Df;s>u WM9h G !(2="w>TRg&rUX׌EKxf9 b&9źgD3yvf'+wKlħ;; :v6SG[,@ KJ2懗r+Cl0D :5M+ߝ4^&&ʈ'$L&0u;:9,+/HA%: p63S&hW~FH@z?C9VTAi)>q,Dԧq>.5Z\M¥P9vkͳH_xYlY(w)DVWP +H kz$ƑM3F{=H+.ߧvP[I(|SA?GxnAa\iqĤ7RYX󪣂,hY:ʗlX3)H J4䝲W]@px֌J=`sK#8P,X;}Wɝr2b `f>]w .&4t+@_$Wl׈w;^CR'> R,wc0j.|99ﰛ+\銺l8Y4ђlR'+ىVo<,ס3ƽDp0I.i \'#&Μ_6S:je@*37#ըmŦ$ٗt̙Yr.K.Bvhf]kPH %M{ITzWJ\& 31RahȕY~A;xU|aQe oyE[أ^%Cx9_ܢ[]@d" .DF8D6T+DpۜkLY t|C=yQ>>|HDb4^ p:NCILtxК}UbΝѣ녴B#"O:^+RXK"R$ƉGQgU(2[uKMd{Qxr شTBz#L$F3lTe${?Z2[u&P>|~/vއ؝8V 1 E~جrHh8[qc3W1HsTDrN]_SW>?n}uعUFkk x77.1X8nlfCWbyzZېR}*'p?낾3.W.#2?@Wm6O瀓I6)yc GO>To׵n $&_ SA/c62~.J^3=BXr̷f W sE9H ܡ"}Gkrׯ UEwP Mgh5Vҩ|8H%g}m9' ,bdIʓ졘̕O(† BK9i+BOyAG`&z ՟+% amQŭUC`fGg3 /M邅yI#֧AHs'ٯnCuJ=u_uV)Í"cjIQ4d7I`K_c)Գ`(]-WCR;7U5 괨?-*f{hcg7o52Cer6$uQc0nX1rU|V~Km v*xB_EWnjv*{Uևm cTH]܍Yz:zl{1 o a&Þ ]Ԅn; KOs6n/IBqߓ L |~_U$ ߖhhۤ$޳Z R#(0qаFJt/`9h9 @kLFM@|לּbдJJy(1'Fo ?UU(xwWc! m?D1Dp.t*d5V֭Rq mH$~n1w %& l=esAv)#*i^N &ĂSȬ2!r{u@\#74lI!1&XL'#!e;6N|BlZ^W,/OB &2Nb Ix`6YZ#ϕua8T}FrVA]V5~R7G{p8JgAѺ5ʗ) _| j!?!d~lio:2l(Hze?^AD? Гqx4KM'ʠ#|F\<峡eX8RNu$F¿9J&3HR^73V_V[&*ݒcٕ!\(sD5U_ӷ4?e݄RhWCyvu7BuQ CUe+8E+V 7F!rM"%ͱTW/ulZ7&ڼҐQ`ح*l&l7,Ab9}^;"1',C_:(kc^rW&Ɖi#kr5;]Ore=KnFSO`QKFLiY>E 66N{[g q L0"тFr d5KF0YDz"W/˴08XYhNpmV"VPy:AuR: $97y&5fSj O~{T#o&>vfIrl/Y:WɈXӎ;TVP90[F/=u0 =/^րKڅ:a| l[4-uUڧx[X-i$Y?qa (_ kK&k3 !6$ 5(Jdr/WL_GGᶵ1~kjҜ@ jLRo//}_Q?SX]{6xLk|+oר۲w0 \cj?&vv?+C{&DHLϴ rhڭ֬?f^*8K|&rcgd*צ5jZ}gV1{P  Ōۡ1rΣ1AIߨ kH*w0j1؇G)G'W] _,aqUCa1Nwv &+v>AKgLk'$Չr ъ:T\9|X{퉼蹀F}Lj{fcW:x,pc"^5y Taʗ svx}\BhQS=VffM3AgZt呍]CٙG=hfVk'1쾎LOW.S.ic̵qίvhX-UW TK88[mJfyNBY# ´$^}Krk­qKv;]uI,5VO W!hJƕ=WMZ O 35?%ѝ33e~ )7]۪ %kz *Vn ۭi p8in8ƞhB*- /;DsdC'X. _UHK&3=(G=eYGPs$ B(]>G_QqmEY TR#SNMW3WcٹZtY'ŠuH}J-Lq0s z$4O4uګX!\FXe40'|oo)컟E z`Dd#'} ggfu-3:@Uo%Se n2V83h0;K #|/g0A lKZ}^}EL hB,w_{o<>pHYg+Glo]c#v>Ӓ] Mo(Hq"@23ۅx~a>+${BwEaŨThcVAR< (@(ι7kv >GBށ@׵xiϝtnZvlPWDNJ<} 2bT·c4 tCvU!nWOtH^%< +*)F~ XI10Τ㠉=6ck ܞ,D6.j׀ZWbv$U9B`\Mbu% {T5y9Dp2ulё!W?KX,v{ {m E&+J7FXWB04l@j#{ 4<& .dER;a6襦j+oJ6SHD]\" \Fc me;xrf*@|gΌSgְsXi< X Glwh:|5l De'? z4@XA,qk~T6T2JEv,;脂V4ӝlbh̬S.+kxO6<1"hmu?1XWI}0sJ".fx[5[Im^u[֩f=$peq=JYC!jOhUI0ϟm naDUG"6OMz0SpkQ,uSf M)E􍕩N\ 򗋷mn0iݸT[8qb)+ ͜+F~#O<_ >Sw<3} #F_v ߽3:m]f$VCBQ=#\z=P:b۰wre4+>~PϓPWWZH1Db bX yVQ +Wl ;^8&D]"2e;\L;Dzm.ā Gd-cgUznRq?c(-O-J/C7}!zc9pB+'ĠqC@t*Ѳ`cx&30JgȂba^U`ãP)c7еtro,eP~uB0i1 'Lkf!V:ȊDI'?)(Ve/oN%zxBQčZA%OԱ2}2 /}q!N.z\$ ] IѮŊ;@iMBөDRi7Tj}(o5>7-LǠZvhgn̐hi5%K@ tf3WyoVyJbX'FoѴȦP }c$6s}3l(ozwt.L9/uG||:*!Y$|ZHSn$4Ww=z2_I!ArCsB VĕKjZt7s8_牙e)SV29^mntX]kU?M) &8A(FGlZ|GS,`lWc^3E,Fl2sc[Ikd>R#D3e6;]v"j>IL@6gN`1覻&Nj^Eb+~F߶2r.B:M:v])I}Z^0dEe66@":d:5pWaƈ~!^ŠH޵g$D[/I 5{B)F+’ro!!re3c\3(t!OԂae^<޾""F$ÕDO]{sG$ hh%hã]%3$R$ALU/IOZ(&  L*:73XE~lp -v&KII<s:7pNO׷)3ªFb-[OJb˛_^4:&4?l*bVxdqK9uݭdA& G*/dZVΊq7[nx JI[U!#0 ].Uwue}pwK yاbj礜Rtʧ|?fQ#X_-gڅAdQM˂8jTMil6>.Ck`}aɌឝ<"ɧiY25KQ.3'ڛU 霢z;ķSļ7\7Đ`PXBzfkeoe@0Z y !"v]fB:4^P҃xc eW3jOf?wL 9EƯ}ޓ&foP{ʁeSe0qळAYm¾x08Y8ԀԉO=l93&BT$7G[Ł5= t!=n`oR# 9{={-hrA}&f]Xͭ&, )B+*兞( τѻ)ՆVSL9e6]= pSlO[X));].henylxr`#5{y}L|a5p˶pڥD\. 0TХS4mwFQh[%\dLgAf +3GQ\1NaJu S(x\:NUTM# |p)kA $pj V`J+ҳg7Hh])nf8']}TRLcR. S{cc4ʸK>Pm)9Jٯ9[hcJqͷIܹqrSy x!j%0D|x7)7pt8tZ Jt\u6}OHnm6uvf,lEH}a' ߪ]͟ qj6n 2˙unOOIHnqW1EGx`y\(=G#ie$\@}.꜑;[`ziS#Hvޓ1X.)+?$|P?Qz=6M'MPP#KiDI]y"> ~]:iN7m|3##&M[ $9~Zύav/LcH"暣CfTq5Lc+gwD'U2DZrnp:![()YS?gXx/.ڒ`p$W˧3F.&6԰bdP#Wg٫_uqJ BD7fImU "R0ZFSAAhObrPeFKVrs㟁+6=~BpFWvuj1/>_'7Jܞy) Ԏ;?ha*@b9 ׷ʑ܀wf|o:[Bd?Y2WMIV m+S yV u[u.]ЪN1~4ѸIޛq= #K^bJzWF).\$ Hrp(emodu3fPrLIO!>G)ꓴע&I pȩ._B{TQ6>W/w› m;\Mh/:Ȍ|3>V҃/Nynk]gXIrv;2^1pwb"(Jik:.O*-],5KG%b fu GgN&EQK-{v!}hЎr:e]=i7`KfWd "+Qt=O 6wXhDƿ*to~ 8U)K_?Sh5SפDK8r@ @XVH5D$fb=n"I5i\)y_ 5>䫆+ % _k )ԥ{[r:b'Զd}Q !w嚥o;}Kq{wĄge*!ܒ!ܡJB ҂e}sg+IPQ B 2SFβuV#H2;Yd#\$ x]˨ "G<(R<Gbv.j%ݩ`S۵JU2c8^p%e;dA]yt\h,0@{}pTyaʱ4u=[v_"9M(jF@J #5|.'Ȓ[e{"P6㔰|jCL Jp9qUN|XА2sn5!tD4o+~P[RY=qc:`u0=/% ׶&r&6TT{ryyC,kVM( >$~ݖʏo\Gv9UCx-&"RPARuxH^+O qWMǹY̪]*%Ľw4jn1Ў|s>m^Gh'EG!יDh97t "wH!(f#L jQr\aؕ9Z,Y_'h yveL_p7~U<0cEur W@vlk,[h#,5I1ۻ1ժZ1[[|@m۪ ~EMZ:'7x:dvb#Lb w33$ LSezt'w4i;7 35BBe{v#_7 ēzC;K!R3L.~`zy"L|(Q \df}Pr*QVk~`o-?3fTc˂fW{N&r(.P@GR=$k#sLEV (,h5Bdtٽr;'rT !4|:cK8,&d[J~Z,v<ܰD2G6ElWw0YRڔi of0EQ"]Jy{r^H_/xX$mY:(,ݭe .uqvE"Toys}/}_5| w uD PDY9w |pvbCљL #e՞UZ+ |3̔"I >6/F cMÝ_Ι5: !u/*X+9`a4F ]W[G`#2t ׬@R&hƜk(8T;9MGlE-UgLh-^C"^+C#Ϩa?Ae@>?ez:?h[`'؟ f_ޔ_qF}]?I-ԹeRv(=c@{P` GyD2bp,7zl|_c+JGGƤ82?ܴuN4[& )"z6Um=*[;,GW7V ;wtca°ā & m*9`4Y} YaQ{˴cr !ZX5f14Z쀡ԪgWF'Nڀ!K y5Ƣ!.7 A/tog%"}%'.sC{A0.8 وPB=HfӗH=8JG_߂mIPf' &:;bHT ~KTqQZ_xO 3oZ0/I蓚7^1S8?"<8r_+?xަmKQ#[)'j(6-鶹c`̳Ց3nQosKfj̫mMeH ķy2l5Z\0즷x}C2-U #%:X5&ͮ:tWQk2K Uao܈o){Y=z#~nj20M<[e!IJ.2ke6"r{R/< R2 u e6:s[(sW[בf6(/"x`!p U^xSQG V|8Y\^OjfɡpM+3/hmI/ՎvNC^\Wp9MˤJBA5qb&Lp6 [du\UVR+я>4*cMr+B 3@ |癭ILKqOøKN%^O|fQĀGmSgn+='3U@pM,8CD z9/cy2bUjY?OvP y9  롰D7ڄ " Ϣ(oq}}6H[߾vYq&'q߿բ z #ƀ YZh dg`ص ܎7Q܁@8n;xf}ob9s)@0aq<рbl 96B_̂Ɏ?<$ep"]jV~7jo㷎۷:-scR-O֖Kh L7&:%e}wTBJ- ts!=+dd>,Bd {M^ Kht G )ecʌ'2*XvQ4ۤhCbEƁNM2BStό~򋎽{Kվc2cl2no@\~i38Sw ̬muĎ4xXOU& had4K!MDOX/9~Җx"ci%vYF[6b;5MX}9iޥ*KZXU](Zm 3{>&Rٮ*]ڈ_ N"AͩBuI(P-`g) HLXʝveߔ9dK9o^_2gx <r,Y`Ix Sbuv>Iv̓bMϢ23HVtO@Gi2VtG,@'þcxW)}n挖o֪J 6ࠥ^vʃaecTPglߚ[-0_X4IʆKO'ЍF sW^izXXp(>I۔ ;vdj#K~ 'fbHo ucO/bm'1g(*]ja~ wVj@X{J)\1^„=h!(yat.$w> YnPSn0<bp*~.F{dXg17!.xYcי>^r~Tn/AWN٪bYkLx;zt/{nU[2R]wص _^H+ZBB^AWx+ Rxk3[װJv6CZp9-3-rZi3q= S;܋UhA,cO_VYlaA F]wS܇H܎ ? .6R%96OCH;'2ua 7%0ߴl c%rLN'RƂnb1doBx15,_3Oپ!r@ލU"h#XƕJ,n9ǝ"vEGkRw Cİ}k^'sy#ϖ]p 1hͶ3sf.PzØ9!x6nU%0'ر?^)u?QFԐEX w@>l8{8]:^uqE>Kz ^SVx);Uә>K6CO  ~<|0ڲZQ2O[9H@5I).ip|`0y)7DKJぢ/˗o/)_&Rߖަ8-ЎKGywkse Yw s]K`I'W]Ox?ANgՀm25X!p143+n_J$kg9& IXɥYD*^Uw9g9ܯz"C}Ӛ 猶}bԇ¡O[ vlI$)wj@sO OLl#f۾yy;Ex#;U .z.ӈ"Odߖ^"_RѮ/\"(i#R]ppi S@GHҳ`J64,5"w\6>j~xP)ڇtb?1X0mztP]c eC68_B W# s;7_SkWᲑ+1ş8(WNB3BqBԞ>[;@bp W/KvïYQH"x!t 裚OW&ݫSlVl!!bف0>pW!H4\B]LMЛ9Sn]G>e!'֘Z2i =w*%W2oҽ_Ta,uIDڹCǭ̶?;CF2p5?鉍 e-9G {1 # r#Ү/lUeSK .zDbKfv\6b`ޤ) MUt3m! Y0 : &h6k9^2!Љ vd+]/UAs OȦ]56\w3;Na}{{LAHyN?3d89H"$ hk saf6q1d}oyI$[ncBEo Yqnq$)0HZ@c\v(8d:"2EmUH` E$p =kY}V~ C@GtbMm4Rѽǒ]/Y:1م J&DM\_^nJrf-kzWXh~(ʴAQЎ+fsYsvQG "\J@aAB̝9_%Z.c,ȁ$P*ÊXHXۃ^{K,3ރY$HGl[-G$#XUܛaVp '}HsW:\YmM"~YX  XNmO0%dʖ_>aOvc\n/XDFﳊdyqvj=i k&Ɠ"r*L/_I,D:'L&֑%џ*z3B!4U 񀅖o[!}j-닍 .h́x~\Gutfn~LC(Z%3*cS &Lh/.URwzʉYӞ 6k X>f7cYu-0_MR|zEk+ sx&;h\Xl1|gҧ,EӖ뒭} iKx[x?mhoq# =D!ʰ.e@`dDiTk\jY´p+(|33 *,$#$?Cpdyvf=-p|ơ@ЈkLo0|qͪ-hH^7Yw r=N١d;%} .Ё訃\,\a;OIgznT~eǧ R}3ac,~2o5o%YyrF88_>rb!P{AaX6Ƞ5)FBK 6Tb?f!wxDF}vk7DڂC+ĀT:G'IJe^WRJȊ_W6Bzsc jI2ƃ?<.$DY|$VO~7 ! 8Pd?.b":*7ղZ5ί,%"yr}LLwrUQeKQ2D?aHQDG{EYieii,Dw!nm}TWp!Np1JZ6JݪpA"a1Dfv$+{=?-}ﲿg9`BNk#c$sbzX HT;ץ T6OY~[I P_g*_FGA4uniH{Ӊ&6wT1,eFp`s,zu{WԭLu*xOu{s/ kyghB3]2]꒥^ujL4e\ -l4IrFHZ Pn>",pt5ڀf4" lO3/I7MכMuc^tiYa3~1Ս$Puس&18K?&^jޅ6du`> @%k63HD,*2i&5Ct\)ũT+U rx%EbtQC:(yENܶԉwL-~uk SH ,=Ddn?y}bƯj&!9TBNٲ NxuND #ڂ y/@Cn8V]wKzIf}uAU0X<21Wd׎B8>f+UJT8X|̽gk+РMb\9&v7<Ǽyg *hP}-9wKvբ MtUmwD 7{#.LTU,ui(n+XVb$Ѫw([]=8V~7Z7–! 2p2-cE(1~(hfU?ibTdtNywMҎ'_.>T` N֍S5Ax.o% GaXaZ~HK1캍 5y=o&jcQ%s-u;M `o̬s=J{ Qu*GUt!lB\ӚyCvA88>MhN׾J T8w2<$WPam7IO8cg^nV8>Ef.fbVZԊF,@_FjB1hi-h'! &*<@:??\ia7?_юiG_ie ǒ]&+~|%htvsCv ET#;#xz.y|׈eb/׃iZNc.W׮Ki'QI` `8.R."* "5u6s;0ͅ?B=zJRd=ۢ ؀ډ1x&.2Mv4@27uL)z\z,C, BFXť\tW6`#irnD÷O2Ov_ [3Csun<$7EiٷcHU)XZy}@Ue{AGg̒Ѫ" x~H8-ٓӚW~d,BM0"Z^,Q4jDnOM$day)Կ׵D,U3Ow-ٌUک_&x}Շَo:pPOi p ja2X`IΫeGF6CqHМz5KRaۚĺ&ցe;Sʽ]U]q}ʏ9jW9EkERT"p[MMFeY<\q/ԎУío ]z.S`[20S2{h[;(jCqP>Z87cSCR+~NWO#jET\!-`VX; VB:e[k;ggpx%ZH#m횽Ӡ+\N"xrg7'|52j]~%lxW:C&Rm\~&{nsht3Y[ ruaD Kr \$B{ YPg/J!Z+Vи%n8Ϥed?H!&.a2?5tPŮ&Zvo$0%tWfۗ [n ȒWy7Ca{D̀D?`,{V>xo5 YvK jo׹-pT9_c:2G)bHa'5qjz72Z%tŔ;&=F7&a6;z<\F[;ܺ G|Ֆ`3N3Wށi¦ mr\L4&n~]a" lPba}A [ud^?rVfbHZl<Ҿ' )Ci(cOH1ħ^2mƾ2AJ& P>`c@؜rR!,>JxEwP"P!e4(ԇF9޺◡!pf*~2}LkNH(qԀ'y㩢;3Soc-r jk,!7d-RDqg y`zDAi*}e #'.ڡ>g;( r#^ gG}X*tzψ a)I5p7OK]̵ 90WT6܋=ҖQZ$"Rwg'6g諢R:BFxZ/$f؝ ycYG1rѾ`Mo3.),\a}aȋA0j"u5Ņ+02 žpaزKUȷy SBshNߕBwsQR)GVCLٞV=,wW?ƴ{K<KA+\3ibgտĻOSg0 ,/h*Z2QCwB* .ϘZ`)\JPIFOԜR$cbuQTgd2 jQl(֠Q@" ]pJ Yg!x .mE7:e$]ΓZ*LqҎ7N9dFпϨKk߼%R*wb"ZZ8 Y,]S%](*,!=Q 0C!Khs٨<~Ar"jb}~:<\7 0Yۼ KjKu-1xD HAT񔃑J(H`n@V&LZO2Tl E 23ZZ (Fw*31ԏ$ߺ^%Wa`4bُˑS0QE$IV]-*tԛW`DR gZ2M[&  k ˔,&XTg|uQ}HٓyFE2/ƿ,ʝMȢ"] ` >sHTyA0C}]U(+/5@ot+7*1^r3\CZ)L@8)A!Y1Ky2\Id/d ѹ$ȱ $X,IC[ ‡=>!7GoX|PHYq$r(xKM"b (@:H`vmŏü#ޔFS6_P ̈́HM( .g7#6Dk5ltj|kR]"ϗHp w$fP407'c6a}7-SN+nA~ک\pr~-l TF2.I_`՝<_c_`QQMX>݉sN/ 4.0WB; aT3 se| k"'AIL辚ǥe [ΑܦSl*wUX¬?sP;ЋQ6k[,x43(~ڑMO3Fm(*2kISb"PYI%9eu+6vsehql<$۲V*Xg=6(q&vIRT{`wv_5/O󛐌ug!פp@H+aL%Ъ:2~qTxBxyt~$,])⡡g4N^;Kҭk+`ƽv&Lj-)C oc b4t$0z b4qNS% p|[!NܩꓢPiWuJ]nb~a-x:6Ds[c\(JLOQ y0eV$I?syyI0iT$chF}kp沼~EAw$_Z3DNHgX]ՄfX@H/wl\ Xc-V)2Ӄ .N<~$┚ȵFy+[^LPP*Fյlq!yUgc&:AEaNX?"_W>~J=*f|U50[ *U',Qݻ)*^DP:DH#%Q2?,9|^[f_^nF;߹]GH/hi03A8l2T^߆m_oUFi`n/A.KOʊԸ.˝?OԐSv\n?]n\;O1&Oc."[3>-=(u]lag W9iJ#=xدnB1y*ŲD ~ ס} D, ,}FQX?zS0#!ih0ZlH OJ>ʈ@CuI #uleUk IrNd$X ' ~<(dk%Ku. _6UB5owz/NYE^G<yuݩRqAs^JQ<{tj@ ;N&1x߷!w .jaGbS!IC>l~ *Kn~a(V%IQݢd8+!5fYdDcð֥Y((lcv`ǜRf<}Xs4HTkC%;F5W'˪ݍa[啡R.o71/14;[]h^Տg :;6ԃ/j{"edsyb v7w@=rb)IJ`! +o$߭f]]u*O4]KX0ƁvEh;2䪷j;jH.8f@ HWu™Sp$y`C4sxdr׀. te~1.~3O$#bP|UM4bKmy2,׳86}~r}J>2m' ¨,ۘ) d9rlD͇4gS3tF  R4Y˽خZq/ܦ}:ul2)XtL\|ĊbCGs4m/2iʾ(:zT0j Q^2]\k uƅ\ی]6-3MbRwzq :{ _`uޘ g >+~| ϳ{43kVfpɽd G ?l XEf-L|Gnm2-f.a Nwf~6\Pt*XcW(/!"0Q-tmNzFQJ1VefU2Uϛ-^V؝4/brshwӢ7PO3f^뽘h9`9VyyGȒ*l1 $kn=N/c)n:tgPAfLv $,4jt[ c3K0l;QS|"ȩݹB}ro| 绳`1O~Zv4_|/+@QZ% 0_MSd%hEW\/wR+{UOeK4!]˦j= ⱓ-de"YR[5;DapYq=PG}Hʋ}C/â '"<<.^jvt9uH&CNwWY}Lu,`u bIԚSXz@MZ]]YX4*==>k]z`~U \*ہM)gc֗nhwK%G-&Y$=&{>X"k=~5y3qm:A‡!O0,ٺ~piu| %ZC Z"X}IG^UǠ8hZ*puK, iRҍ' V -1J)KεOFd`,?*Ux,m0m &v# >9c|Wl WԬS+F 0H+TD5Gu&&d,UEʚkˇLHsy߽4t`JhFY+l.DϸznuްGB,oܛ rd40~ꪙ𷩷m>hi7bj%gʚ5qȩ"FB=&~% dҎSL) y{fx=lM3WS'`0K rhCƐ5eq`5}9 NU)a^1ϸ2`^Dݑ6O8!kZF6 |Lpa<qA9{׼w6mLL˓ƛOwW`yݣ $/.Yh)4Ez\-ZxB%.x< R#,c(B2+\B{FtV_y8;A03y 縇^~G8rbKS^)#g^DS phSxEGP_:n&OѢX`?OݎQ@0ݟ8 ?%P.:ҙ+J+i'}8)㒺BlTyVrd̪ l;~(5T{!*;ѾŐZ`e* "D)}8!R'|ch7>d^qשU$XJ`*LMu6rf$ݥ;wUU+ \67oZDφkoKU6.iA3BCmŁwXƚI5-:/Dl% %:}Ua3bpm *c )_| z bn"U*vXUH_Xsz }LW2vѫ>b:\xj Ó U HC-8vnnofUs iz] YP/OpsOYm/쩲+k97)' *aɅuv}} sJՊ%>{I&sxٝǝf 7VrM7jQyWim7>e9i=yq!sUaJBFYܳNf57Z[[nVkHp|*1KwiY;̰cYFS.JSrP9Ff'}}luSGJ(z˫[ܸx_|p7.!jJ ;Tݺ@F;X 襁$".ڬ9 d'n,qTRm~>Oj W6{svvN2"* w=F Ž.Xbf mJBٰ'GNJg>I=sЯIWjMY䫂<]=N^#M6*4q&wD~H.pƅ~žxGr6`7h@792dHS6h}^GǪY1ylZT(JQ8 jm tpAC.wDI{ּx["܄{?Q;)^Z" 7X-T~zL/ mt(s%G' 9Ң /lJkqA0(qgI3nQ= M^vGcv#Bx\< ҥ8"+A'[b:C, @nK2 e 'iVPͫ.ra=]ح+AT!6 <0r\W$csDoY틬LJFg۶. RQJIå1:t E 3i0Z V2?2 㗥;vg*v Unnܚ.n( (́i=GIxU5◒R?/D@ hЗlR6#;nq/Ӊ "R6d)*wYg9It"3RE jdKo+ce*Y!:r"wY%1`^r|ALbYguSS$k;p%D1[ǒY55 ]O,rtng-nyX"r GW?_׶C`q#n7  X7 W콁Zq _5UrCd{#'70n VE):7XXòpsDF+q A0awN=+[YObA҉G&_}. i F5z#6'X.钽@n{b]kWNSt@)zc]u g`TfggJ0ҬZ / Rd'EV?h '·X8~?%*2c;=n;OuOE {EX}L?vٲ Eӂ[^\/[E.+St2'nޢsW*a}rt*,sԎy^L$iIیuzELjUD&wjq3X搟3#8Nh8y[҄C6ضr;ra_Ob}j;|y2r&6ڀ4Ft/׌Tj9{=PAw%!{t_kv,%mKSi-+jSNlI hk;PPb9~ O+7]'T6mqsݪhFXSv? /J=[|{_Y^#$U]XSzFe+0ꧦl->#z908 H$fXiUD0AI̤-3<0PaL_~Ptx{G|Fٿ6s\ߙ8^R!\@+6VTPaOYp MB|dgt);Cٺ*f ǭFTYQyi,}lF32ӱ1#QKµGږ[f+]+hj倕Zcjm#8?H]V6Zhn&{$Kn1Ӳ:R=/IKhH*C\/YN]KX a2v.mكo@4Л"/Z{+y@ъVϚcki1h:CwR[I8hXAzIToGc2?2y,"ȆӇ?BuȔ_T<#yl+U,S9%Ap3~m3p,fb4ۄK5fyv6Ph&_ܓT(3k`8I͇r8GE;zO2t#> `jM6zgz-iCFU;ӗaa.Lxx+^ ^I(0@BGaIT aAr/|dV< ENAN&Gv4_Z^& b=c  ZFB Lyu q3 9Ĝ9DxG<'| \ϫVqX8*F8r er+{ӎ`Gr=-2h'WtژQ*NTI0,bBu$/!*D| C ?vKGiitݴ;AdsOm}.{)*Y?0} hF{#n/٫X25ʁ?)S>>7 5 "3кfҪQsF;8^$3oL#_5oG lG?,'Tչ̇an M}5Laub}fiT+@*5/?_0!_RWvyK p&\^46]K)EVjAoy:2C#G~\p 5L?g. _wTfeDVeoe,"5#DoM3k~yOfD :mZ22)V'bK@2g uDa d3Nm9n{m>܁,{n~CR*ܪhNNm]=;SZJxw_^VKHeQQixY1Ghܗ|?־\˦2ivt2 %Z[ȊpG钫)L^J_O!KxmhF<:Ŧ47 XIH$Bכb&VD91ȳqOU93'mS퀶 ɸ6|wzvKlrw_ )doSc$>;&}a& '׮UT9ń$L>ɧzXep}Z?yN^#UiaFP.,>iI gU^LIoh Gb'^ s3*YS3*bC y@An$cBa84-pI*>VHG~D,,sxzy#$".b`l->{a# ntxO |g:2eDe:Κ|"zO!1jg b7 㬻%G2kG;!pn}A=t$(b:L\gn1QL%>[F *wy1V]8${Pq~7>Ako1SlP\g=)jHP$F. W=*Ny25E=6ȧˆ`.jH#|E Rkmi &Uzۧ:!1Utb'Ηd˜z8U]\$[>/JTbIJ31Rm.A֗H$p0Z>y0(RSIu|)M*-iv<SgShX=,a??9PDZ֓j< %B; j 3MY/M#s~uSs,5ww_>AeNkܜrM6 >^TxM7'IFJn^9hgybv@ ^1;sU:WwX~4zz؎)UKc߼HV#uewʹ̲uQ_.lj(Ce^<btk"{}G/< ?}v'֪&)Ȓz2_W:}8xBӧ6*q,n|p3]|pXTA_Wab)(ub H"Ѥ 2k!MSNV׸h8FհLTPZwSHDNU1y03{4O_AY]%?[3c}5ou_"%v:b RG䎉Ŧ#M~\/+OcK4,@Y#ӺٸGCI p䁂?ċ|iEB/YxYQ&MD6qo$р]FEmH4/l}={Z7%]e„譺vx0gZe?=HGb#=ON[͎?nk2:.qgol(S O߫Ag6ZxShxxc&)%V E&,iJ@.+<*-qH| @(#y)<=L#^chQ5P=Ks)' Q5/yLH\a #5NgKV!4U=Z5 EY~D35l>C=Q^ܵ l&gzHc=W7r Hq(ǕHY(YU!Ov <_ y⭎sl"yXt.~O4iBIK*LcTˣ̍L"@`kx_/@Ә2wR ^ Ο朄M`K! /7ri趻^^o5vO6US?!&|F nN5%M.yzZ?:RXv~'iU(/C;ü:b^a%{E!(1'(ړdeqtc,ʸ{|zǹGW_c|ݙkIHuj>3,2O1 WG.&ϝ{)`{?1HygS5dSXĆ5ɖ[]_pa'kuS*p1 I6wf~`EEf͌X|M P3' P4_a+kk3su^Εads k 'x MڌYȂmEזg7w،μyux=PHDrW tA{DIWswCV5$=b7_ͻIq !i̾ ,11IS%mqn 8e^eƶR'Bh7ѓ]IkƬƒ ŮVs+bYp6&5%7ek{ /Ȕer1I8Q%RYpDЩ^ǼK LnQi[p䐖D"5$ʼn1ѨhΪ"5iP%ELQ]踖l2ܥ.xaNjYqwg%'7^C\1YQMOsK{#K/>EF0r~!tm%hȻmmQAJBZ z M`6>^hy5U곰FqZ PB@FN =%s6U"q;~+o { ILᚇA $)'@F6ĨE& Eiڻ7 }2iCC8VίMHӝ~0J| ^N?{ۖk?Gj/%3xbjjuhoi6R lVO;bZsCњdN}"Ƚhjȓ ?XTd_{&$ȉ(BR},%!Eg{EZfDnlsvYtʐnQHelg;;ocC4L ca]c1oK?l}z4 .(G0&х[|Ѯ 7#fR0WzfحWbLB,3$i͹ERQm`OڐJ\y;M/U[F&$~lbtgNH.Ft[SƬJ|BO x _{xq݅ zC^p$d.&zj)NH>\F@lv8w{Oۣ+dAwRνri9A^@Qk}XH wՃo^GL-{j]m82CEŒ΁i4;%_ƶ77'y7E׫g[*_i;$u?)]~/TD./j5+VGm ON`Znkb S}.F7Ü TsnuXs_ceع )Hs 2t+ɨf5fd0ayDi/ZdG >YDLj 8t)ÑӀ0Qޙ196Y@|) &EX|X)xF*Px '>}]5v/T=>LתM,BH"*cvxߤ5X$U%|MR('CjFY)O;eGtG^)E ^v F:9 >d`E&CUi?|:P6g=![O|1&l<-ų4AF]|-,)T'ϔ`Kp_潗Y\[+.Au XVj->Ǧ2c4&AU|rpڌ^55j!>16[9I o 2&^ܾ$H$>م H5L2;UT5?TV}#`sLnKJGYĔ?`D"_O %{"pi3 ^~2 U[3m+ZS'd$$FDWW[Yɾ-5H`X Hғ(< zг9 41$%WU-Fjz soz{*VW&$wP 3pyˁErTs䍟0yc\hΑ#ۦVX,fT#Jo(rfi4U;+s`2gS!3߽@"k^oTXe1*2qB\|;^~BW yཡ iN|`c4x~٦۶6pإd XΆ&_dš[1[? SΒy_)Y5J+o-27s ri-Oqr0}Er񴟃.lIGX7^7,vē[Y̯%{ovMbA߶ZdU{ke&ȖGnTAoAڭænٰs`GvVcb[Z?xLۧu$d %}ty:hnu| צcfnN߽l>D30byuI0Z$R7@jr,-N6|S%d[!t31fЦMx_zv'[ctZɯz¢69wajOb]P[5td @"Jʮ"s0a8G6 Dɘ3@@= T6euP۹{wJ9`q2 (1$,}pOU5aU%X~w(q̍1yW)w8T`],)|c9HjA(2Kz yz&u1'c5G󰼢&^ة0+Q&Zfm 1jQZ5[',Iy |H ɢ >l3&q?3"Ec2zx I'<&|G8F3`ͅ|qS]TJ5u܍/W(mo}uKl+|.o;S=(^vqh~FgB2^I/9P("łwi1;bܬ8;E[i12 Л$7 f%c])+3bӌAj4Sm'̞;GJ# h_a]ubzc'K@Oۯu鋅,[fڃ&"ilS 1w-1梅4@/A@_N{JTwCk"꫟(X)9UVeewZyb MVp)SJXs/YdOKC.l:}HvG̥w0̚qjSxbgj=o v+)pa3/ϒkڨn8 ni(!'H^^j14_"PF<ґtKʜF䚈RX:+cNsjʬ+qg~7?Ç`v}X:џ/b3R.z?wO.\PO:'L14[sdop^}rp%g&6MC#B&ٛ<9̞ h'r[J"/.D+!d~RyOX>}(e-s^d+ZCڠ̆X%G'bʞ1RR1 EDzu#-2A]=Ԭ();Xēᒮm| 4\ArAk 1ݽf)++!g^HюArq vMhф9gh{ѥ+څ3}aGː8K fBf=|<$iW $a3*kx캭fM˩l?{BXN@, yk;luҔ&wF /~r.3P]t)9ը/ #x)qY"QEB Yj ӱAJ)PQl +\cveڥ9HiwE*O/5Hq\xG1-K* n/ܸORIЕkS׌$B27 ٬AKssJ9:\Y p( (#%312uX2t`i$/%>>d#N$GߧaS1^Q=8 (g^*0ι%1tҰL81*\My\j5*)[!əe,c2m]N{ʄ5bUA^J p޿0GnXtxyRK 09 CFCOD1E5dd3^P\ }SopuVJSfM-B"/ʚIMArhq{WV=Z lM"&tp^, j&`̐7I(z ! mS_d똫ÿ2q])lmTm-!ɳpacjJa{mgͷ J]G(g0OS8Mb J#򯣙xcIɁqiV_R.ʭXڥ(.#l"WewP P3ɪUiK.mܰuAA D|y&!9KVxnn2,6'VA|>w:S-]9~?FD?VÃL}'tւ<NN0K26!H[9_bAqQ2p ՍlKaE9r9&o3l1]p/,'i(SNC]57O1*y#S][& 9#8 pqmlo,Yiy f}5U9v *_s)ǰ;0)Y</BhL \yρ.YQ(:oߩ9aJ -fRrUPUMܲ~b΋MAU?"jq Mb^X'vuM#2tY@K#Sǎ"}? c0k$TVS@  ME[=(kD-,BNUs 14X;d~I7 ]deÁov>u[Ywpa-1>dQU%ZڨVS4ƗɒcS}C:٬P+Bkzn#![;҅7Te5)'̘<)>we_FL7㣤]b|vl,i9ێ屵$#Cd70a#mGZ10&"yZ)aR] k_ ſcrzo>a/N_,T^ߡs!pӪX4z@(/ky-$3XBlʺN\t_YwZqUW{ KaV$d V9.G y\B!vSHm989 K8zK*~PEw7FX8t97Kx7-3O No, 32I5+nx;xT%v~3zd;Ar`>O)dCϘ8uBrW@IAHϴM#>-ƸaH QyksCpCLFx"<Evb12^#~%Joص6L^y}_@t- F˴T?wA1nT{pi_s3cFnK<Kx e/\<}I㥳^@d0τ[°/)9QNms,U⨌RGm;NF[sD_*Bj5YIjʖE<ʿ#t#St@*]/10%OU\nnt.Poҋ XcL .H$SʨA%wGM&{;- ;]&‰?LPC`zOQE kvk'.!TgԷgI" lA9lqG.ZShanF xf6SjEiBG$)%@B?-a$LrpvJ3ZL1u݄&MX>]93\fc'?a4^bP:1Ĺ J&?K3j (,( =K H)BG}U&&I%Jmƚtt\fW F:+p%DW7Xa:cm {%_o>4#r2x-\?exޫ'K~9/f7w:!SXy.]6scy_67یë |]? K5~WTdl]r %u]rǠ?ڙ&gC9l0V".hm!rۉPPxU]{h4#5 WLN"(f[Xs4 T EŻ`HQƟk:~Y^u5TUme1&G"wie;zZ\D,<4?æJA -HN wR]cǭ8Z#5E;UM3Фr-]2"n _(\ܤ VbhxkGщ̟Iض窚KرFuS4Vn$jcCh:pE֗E( ufZ]wVly`WB/]p^\&HlDJ /g"Rk!I76f{Eq]ZtAX_[>g=Y{bTbn8V"1_GTHRvaL}];_Jv:)5&ҵX_B4afG1b  Z}?yQidހ"AFsᶘ,菤䁐hT޼{]#ȖF2l3ZOTUͣ@,] QEY0)Y@[ L8R6mKPJ vRwgfТLPnp=bͩyZ/",bw6ea []HC _H<$!4VV1YNoYDك"|_ײ+?^̓$ST' P2ը.=/֦Zd{;zQ <'0hf0oY۝P,$$XA0{$jw{AG c025a|7Dh,ɶ=9ԠO:O+q0^Z=[NQ{1vph=MkH0<ֱ@ycǘ5cwCZnmFbwkI de5\5vuCc P vPu$t ok1v:p)6(t\ 10Ku=|wȁKM"C)M!nTŘk;u+y?'.bk˨V8r*d;wqw)ˀ 0R sN44d]!nX  cla9񵈈;g 4`UQF—' ɽԇ&E' 3 dZ&0an%< ]l`j^S +ڣȞA>gx 'l,O"ݭv>oe%x >Kv(%g:TmgnKvD%@r荣/GV>7}~`55|g>Y8r*3W!EIȟmUlMɔˋb!dc/ܘe[6iQi-YGo Yh=:HѺƒwB%l:b rged.!L$:H@g m}fwf>.7eBay3ih"X9-ͮnxR1KptW{d4!>DZ*WhI&$܈H j+)l99ucj=P|'EIcCq:+mJ5{jDzAM!?]`hDpG}U\6K *6==;YJ%:{RuЁЮR|bIEJW~WWRd%NãTSՃٚ@eD[ l 9yHNo^}:B=aiUU>?EJQ['a֖sCzC.D`[FLu)9*SP[jP+&6 Ԙ~T.t|>3pF3 \4mwðUN>&0?kH#/H-SV7Jŭ{;>pw`3Y^>~Ê5'a4o,$sa£TTIO7ߛhdRIH)7W?(&xƝGlzÝDze loИ6+*^[3Wҭoj^'_:u?GI!beomk`ݙ8SHs`cuaP嫝gC'̉\ߌYw5`$JL֯?Ť|IW ČM-)ב}:(u#ᙫ ɠ bB;lpm&Ŝuk' tZ.|kaJbFdpbo*2JoI/r%( _Ե8p3VJz=?+H4ŇfF򯿤9!4,Ƈ+Ib"q1b<t=Hiq~nԌKDX2'\$_|c\@ Fd5Oz Ab6!U}^RiWf*}X7Q~KDPѳM[jx."W?fCU7_ցsrmz6FO9?6D‹5G@Qvظqږ  wKŵb>q}@q eE`/]O27O3jm;J3GJ|qpGS#dcjzү t^h+ʌg% Ln5:|(fM}8PKs@gwmA4P~(wR~CEv8϶] GT]=JՊ0Z5,&Λr8\YO۸G qY}y=(!.V851 lq#h%qR}{Vy/"/5 z,b5Í4fHs< ‚iBd^լq;U]O/<&Մ`?`J\;j386e5Ԣ =m.f nd0u3\3)er|ڷJ3Ӱ:{܃#Ji~f3XJB Zur,᎝\pdfϞ#0F,1 = -h%&'l{.@%H"N /~B9vsyQO_xbS#wpoVtx~LY:ݝm1U(a4:f$U-YAQ-*ok=|ᴤ`;{/:-j~٤M-S3A ԭc=enAuL!6AU""'C v.rd'yYj@hi }q^y"s5#4̓,iMf4~3YT[I՛,xvO_-Fcu<`mp %땤Lq;y ${R82|_z#:VWnrR~GY/ LoS) nj^o QU% [HK4AV+XgU~iM CPq\I_Wy$xDX fk闖z]5>Qֹhq\~lu-_5<|.K#d>,LE㬂H$ |!~\4KPGζr(GLa=Z{EB3m"zk⧉aC'6z렗K\6vi|-Tgb\Zm<ڕM⨸Iě57X6S$ IX{Xqvz2:Z[wԳѼ))HO5DՖB ؠ[kKaQuϘ90P!.hRɰ{ VcO'lW$P GwfHAs斟TSi-@[XL6YlUiUze(F5f< rMݧ"!"{^C0[Tf?u1Kmi93Eb #nP@$;YS݅F,va>5Vi` \ w0oȦFǫPԅ Cy56+)mri* W W-E 'Qku-%.kC_ux. -Rֽɀ d ^g–]т' K=_g)VYX]к I$VwBi~t2_|uY!`Du:ۊ2NCyΎ|B#`%t fYB5(2b05뗤=mP\wϚ8=ix}츀ue-9 ?y*Lftu5Vn:.In^hZk79a?&t=h޹`w.ж6k+~Э9D0a&H`WG`]M}/~-k0rI^놣C0=A9 )2$3ڛbʶqBSxR4}<iޙKzo$HTMr5j;_4'pIۛY{`XnV4ׇHs̉WX9HBa޶վKDe!ߐfG2tas#i>4HjE Vc6p^ϡ3\kJdmȑ$O-h9eaT_੆o 6k;>oʴxwnuh3 Iei(M݆LIq lگt)G8 /r:M~%xiZ5w*$PpOmNRwEgnDN/xi<}Jڿgߢ~#Oѣ l$B?xPWԳf5 {RNZ2buĘl^l6UqvzUza>}9;_W ?lu!V$R}u|5^xd:B0*:w 0):HTu>V~Znzi};]<f?&Kx?d)Ŀ N^:q=[8%M!*p5f?a e]nx,jfO`5ylkxpQלޚ<{Ҽ  ev AY5Z51YI]~nLZDgCt+0. h=3?@nCgg:gN?n0$y^4x#3bglncor+&/``S̮1BYcqh^3 że5'c'-|[EULfRb;Շ)D7/υ>Rێ,U;@ 6]F{s]V ,aPs!/ƒ2ݢ0fۏ%շyX=SU[ـHjIri$xQ1_$ۀ5 DEn> u43(BodDҤ bm2 [B4ykb \p]luGz"U.2HშVB)|Nݩ, #fsَ lpv--^3`{7UvA̰'ﻪUpH]h,w. XE5h=P)Q-s%/qnآ`f|A3"8tRTՂvH_O=]jtg i` LyHs Ds5Ik'69&sL,t?O^)/gZWϪC*sC.B&+s"Msв$K )pyJhV؂"+dxIi"zْ ּ-9C>Eu/f_Ђ;o&}35Wgsd/]_Ĉ{&RNwG+CF^ Б_W+Z[ rs $o}򵹪5Cv׮X_DH%s_CcҺiɰyyn'lmt8ʿG=K9kpʬk] 5U4>$Yqykצ&@΂.i! c0W@zwC^R@k4XNڊ%9AOR8 6xn.+zT0 yE䎍6LЋul,[i6U]Y p<(FO,#דU͋y!Rvl'6I6~tU<Ū',[G7a1Ś˸MH'_Gف ĜȱSgnEϕapfl.4TB|ahCt3惷{i%ZSWV\ =+^kzˑ5sGe/yz+|Clli${;pu.A/ԁqq4\,|L e^3ǻY`37fDP;+ߤ d*50cPڭMc) #$n?OҺVզ$|KR!dyUuĿ|\[۞p=ġF#6B"/I0=LL40GdD蠩4dG{F Zt5kS"+d{U[Y#]hh*?N~BnRy!]LD2@8]>@h{rO }?M,O4;upp.D6nٴ̘"`25O!,z8 vC&xv6>ﲚƒ'-)?DTj-voTX0LlO9\Z|`0AU]|ᜂ!p]0r4/E7nV7!5zZ{јaH":{)4$u`{ڐKY&oB$fdA9'm6.ށ~𛞃es.פK*$L_EK_x򵦾fX\g䢩sfn;V/}ڲ:<1 (^ HQH+cu Kp,Bgn:si-A*H9ij2c}E%% fL&۵bNKC nˡ|0eN:D\kD8c/xt`y3A<}/\IN$I 0;.! Ծi ԝAͪ;oZ3ȝBg4L3gQw1\'I+Ao8 =i<)~"6ʨDU0HH-.>2XhRPPéxڙEu[K 0ob`"xhAIDh5`Ӥ۷ߴmeDy4~ȳ˩QG)4QH]3LjDN~R#x5 .icHȤht>0)%b]߾iC$mia{ ^XHZRFVmӲƢؙSnyTFiۑ$Fl~cy8|[5? d*TB۪t`r/労kEf(zz kJA(RGG WG3ϸBoדt<G+a}&Jvˠvu@oj+wt?1n;P,b=`|;] ue&ݸ]o/aemwؤazO}D{/ -2^;/w" Q,O'%_z[HvR#m= ./~X>lV:ylKl&"tҕCѻD^P֑w[D C'r)yۊ<]=z!EbϙR dGo ?#(GQ_5We \W 朡yP% /CiDx%*$C&wN^KIN9nO7 v.~ek =,UTN ũl D<0#E::I@Fʷ ;n\{=E}&u9;p8&r.fTC\ݙ3fIYt}rijLRSKI{U!y(iG= bqo9хΞ=5^,ȪA阞 >k"I Eه_OT}́Z4 I7J[>K:Uz^R褬ƒ[ĊHxά5 7'`qO@|'ʥ%aG բ{`KQu2kl$;Ӈ}@%^ d5?.+k ?;Xc0?/bON:&o'Z&oX@dw2$@I[LP9Ry&Ƌ0y)2ʂʯڣ~I=j.v(.<,.(|ʛ}:K/3piް >ֹx=CWt-sO=gu@(*B;K?ٝ$@<PE׳/nV @@>.?Kq Y L/h&S2f,W9}k|M'9RSz;qV\솑4Sr]onjLm  *>կ+w 0Gpj$nHU17QS[ :y]6x#m)Ӳ36FpU4Bo?[.hȩ%OTK] ISY>283'/%aT_d>Da6p8C޽\G :;eYeeo9gONrٲBe*{)] Ʒ5ɜe(l٪>񡢅k*hV70~(Ƹdșnuk;2z1M!058,\0F/V_o_(-Nw&K@d{¶!*Vr"/^zVOIg@іTUbs]BsFNuaLk;˺(TPLFCsv\Y7mF~ aiC&(-Hq:.ZUY E&{ڹ]2&1d}l ,Dyb\8ڬ=Rj00i1 .:AJ*GKDKX}8&t ӱJ*%?lzʆh/s34Z;P*^E-1!;s_& )֎v0vm̬2.ĞݷIBOÝ8'MC0E}=S7$bY!W)YsQ^.@$U䶖2Oؕ oڝkK= x 7T E $IG`1|3Lq_=mw_0_~a%CN+j5H&\)܋5d6︾*~kTN ]xZ!Yߛk RM,/~Ex`e{Pi q uY^S)_*j74%)ŸHé`(mtr72Ӿ`y%( NX記?]N0 ևd3#It=mZB_ᇪbòy!9o)(ZVTa #"E'1.,iVweoh|*y~eoY547korx. qM:+:9OJM/!B=43^mP)?Um)9 KgC~["j,[hHgfp;#IuuR:F_} ;oUؽˇHpD9Vt6mn,cI-àBq>M2TUU4wBmְ3A_9 {+ 0kvҦ#s[,U+Hj%b00X 0Db6W>R s!>;|a둜-Ag/s @ ANr~qonIfTa:{pnAN Az| ~X-A)qr`I;΃xqOO-8>K֖tp<Ҧ^{㻈[5w<⒡Ē @ma5N-h|t2IR*2ev׉a NTƜln(lEwC]eIeBͅ ӭSn$;f!SH$ٗu\ iP@ϛh]mE-:9;n]7ه&XزO)bf/1R`+uqeSr5V9{ _(z %D>%oNvVS¼:LLTy'/R6 ]\;^w?57HSo{LU~ZgZ4&Al&pn6x轐AOmqy4s)ӛtL+D[iv%ϖ-_c\Jrk̟K8%ܲj:'kVSV5cϮt-- 'b;EDLgYR~xaCoIA+RP!TZkH>*\ K`ɵʚH&!pN)oM:rb8 xBMeg;0:-mz{OC;t,$WVC{xںSsve5'qc&ųkۦO2D $Ԯ{m 6z׍n,AIPJ2 #<^7^Q?S5 [w4cu'/a\2< 7_>0|a$Nmr}*\5Z"_i.'ҤDu'pÀ8]yIψ_oivGZȭ?(!HMdI+'YѺ-{;odMPIsPlk "/YkޙY¬ḦbOe){g1ɗsӱқ% bE~P  'H@fmlYyi0}/aõ#2v^;*j>l >>1{ Jz刓SH+MɅVVA5s(14TQn;BDA-7}ҤbCG^"m ݩ.V BS*ا3r3Y=#.n{ඬd+1]E0BC2)۴Pk9jb5pޫDT/bjц5QMeqAG#r_kUCMTfH>U|}EZꎃ>7C@¥wًUm;.ʕXn%U*諄^u:GsԡDV*wێa8.Fܢ&cRK RUYw*El +0`9L+lQV#Zzor̲wTAh'jq(<qHv1q*͚*A\>m|Qqq9(ut_ ՁMpU]?: D=Hq0@@q+{zJo݀>y6' Ɏa R<ăؾ;wvT|3Vs/AC"籎n0wr sمTjFtMr Ks β0,-!<͆zE+,8mʹ-IIO/=8>.$9oMKi6V%C) |ԤF^y?s(^Br|f^<MxoxH"y:k-7/Чt7ɣ*\g ABTP *s;}XOܜ|L ޓ؜gA"P#T@8΁bbjX?9[-.#FE<T+Bqo7{EΆvʈ\ s 1>n m΀-s(!k%/ޮp,&m2HC8J$xݡoL9? mCR 3v+u$<e:cܬhet6˪kxiv4, BcTag{럸hMi`a ugfmwVV2rjZ7U{,4TSsNz{`X, k{h U:CEWF,L3b(~2T |gE 5$ 3\M7 Unuo% Aj/ C TّRPCQb}صXž+y%1J+K)bzy #H!7+`^,B9mQض\ *!W6L1жDǮ!ژk Æf2?}9HW10|s N.v9I M wycgfq zX#rX^ ]_ER0w)c-E6WvF 򹙅AƤbް3/>.Y`nһq-)h1<W+%?d]N-xK/)rKi-l*պbAQ<H4"T@F%*,N񗢶>hPuJl!#c*-ʞq~ k?27EGD@HU^^3Wɑ4iŠ\ Q+HN-:P_i)so<(7쉑 T2b%93'Lk8PmHU#uCkDX!R$>l\dv<ȧ&dpW̷r'L'|A&I(`i>D \GQ\9hQ 4aȕ m']Un]d 2_9>Ll4ՉCp{ YPd}Jm) (?gѬsrlj]lE(/q)+ V.uzUMWv4ϐO\(4Ez-NޡTE@&և'HDLjezmS(9$Mcq[I|!ycǼ 5=rbmgVȕ8ޘd+؝^GV!IqMpi>"EE5fYGѼ+>7n* M[_~! G֣"$il[9XdmebWHs'3ܧg0sr". b"ٔ< 3pVZ=d?ɏ]t3cb&#y_:rkTod=K\4JU|+m^w.tzN_`DםCgpG tYЛ)xU\*Z)KwěqZ~~T>ЄnY ӫq5ex`̂[鐃]p Dx f!06DG#c636;s[x Ie{{Cm]JZe!\ $&|Ks 8ej'bkmk[S񹸴6`nv&v&^(ۤASeW?+:|ڬl$]D⿻=]ЛK|wfݿ:DvJAL[A:BZKAr|mH3Í)Hɞ`}H E~+rcBΙV B!q lu kRD~ jZv8հg V7*הU9O=)xb¡ؕ\z|MC٣I+oNj" %ǸjFPZߊ=\c̅_rv [ pޔ–ݻ!DvRu:0 r ȟ,fq~7&S9Za9f.FMN_g5b gc*οAS-B͹|_VŸ[FB*/q9#ݣ0^>WhՒ!q#|IuzPz58.f(rxY1S﫾Օ41IUOӼ{KRk!|u~4[r.ߗԃ;J.!BAhm- S{@PshK* vc8N>NG&?ZɉOPk5+j#8<!oEKKL"rvI~&&\,sʍ͵(5iċh>{&?6 NɏbrbHyC]M%KWuA{-4@Wۙb ᦓ, [:7'+'L»!BvV%Hz#QuQ1s&dYxiz"Ђh3].ȁXŬؑ kYA~KGYWkՐy΃Ybx%PBm*LoRI?"}8c/*Ga0DŽjTt.$t0 g.wQ "!PYcR(YkMr0?"ʾFPR,p Eвy䧢14#:Jo^xyf%%'QaLUQ nZލ ʊړ58/3 lNv ^g^)QY}X\髫q=eD7O]@ 8yXLp UYkƌgԿ #J)3kX M>Tp%˶'} R%R%adh+=z~/y@n_kS@dhON6\ j2恇 [\z54鴼EoTodDb Aɑ m;5Q/.8T8^ԛag{dCg" w-dHCM9:K} ğVZJO߫V?y#ŲyC E2jQ+yLȕ\0uhopْ6%q@cX+%c/H_Hmc'=}(c@WjO O l|e@rJ8mlI7*]xʗT&@mzaEu,ZXIs: 䄔(V$oHv\ F;0i"!s|uIs}$s߭@ʠՎ71yW~ĻDPs]5 ȣsm;5^F_h2pgcxT(+^A'LnKoV.(wgٟƢ/$wcd <hOZ6I͢?iwen!~p3[.yC]1%B ')c}mg%HDbY4=$}5#1!{W֤˰a&yi,k" ^.O2~^>)oύ] 9 LD${X~4it+w݇}]E?C]8{dn^%y?[`ޟq *'iӍ2Ⱥ%B1J(6@o\1ƄV~1Vl61\Qj_C¸2c#!>rJy>E/I蓱[ -pةsn\ں*Q*0bОy(Q(ɣIMhJqG:j:OxANVmmp_w#x[QbOpD{Q<{U}3~Ch?KNo˞[' iLݨQ؝='^ٽY(Xû3.__-Bnfo{URr!MZ.;CŖ_}".Xա/H$tyfOkv2v3LD0}i`)(7*Й%E³IpBÖCH[gH;4蒝wx cl+!qRVq}_Fgacڿͼ~ԘVS޺PTƆ[Fϣ/l߮ (^zN_Jk p+3 p۹;HʼY^bC:WF&H9'!jjL y[NWAЋd&x7\c;ƞ#46:P|HzJ#޲R"U;T.;WAjƦ!ܺGl~BNSRdv|8R4i 0zPUE4<=8)*V*.EjPZ#; F[z{de17p!NOfx~1>"UɅh PPΫBi,;(m tASA}Z  -ʷ r{(=PJif:SC^Pk\{\ת9nU 9ػshl]`L먶z;;,?OA*9;x:2=MS6YR(kь`"|3n!$zgeT | e|5j#/A<8M| ԗuw U|0a /π^a|f %|clֹV$z(W};w5ޓf9\PL]f -y_d?yf'PQ9˒y_D_ޮ`Җ  S-D(ku(Dā9HafU;w2TRzX:eFY2-d?lSl3 饋Mt֯+sL@"9/6?x0?2(Z"0~ϒsAPA_i(U-\G^C'U`Z'`ܦ ٓk:D͝L=]~Y ̄4ejS$dgX/}{|3lZEv~FEy37a"(`a C.:k4ҥ!O*N[AO$C/ M a9AJ]V\;i ! T/__*K ݃3 {.뿢Լ< 1#"Ldfف M!whzu-)]jbB-^\|+(z;]'t.9 I|hY9F"`hu}n :>AE0 ,~.^o)UהѸc +?"Fg)fi 2 d2>ȦkBVUFΠSwOa*0-xES.2t]|/=br^B8ꖻRJpx[Eb`N!| jgFQ@,Q!1(J5/,_ 32E 6 )d-%^ƹz6\|͖eH"{zA.´nK/ 75\ `bG+%ŽkZ=ni);b"Ƭ>Zƈ6`%R=lLEk, :QŜ:vn+*K1 -\#Mѵwgq$M.z- aFw@F#ILQ0WfGe^ @?8 T՝=/gJJOoa/vI#=|IG=q(U#J[5YI+0m3,meI;.sES; U 6t떯 +h=SO,  J# ڲa"1~p7?/5S-D'D 2뛋OR,ETSXTgyLP2P(z99! %| S#(lI'z?(-'f>b4y ^ȫ2_@˺jt+$ySf19]q}$ǾQ@.]y(7f!G-n}/WĠ>uO-qvb^sI_vw{_\ϴ9SJ)FKI8RƩ&Z1k=m .f<",T \\O|b;\j\U&C#p]IPּuZNBO<_c #e`q r}ϙmR*:w 1}őϗW.Eߩ5093pi"|Cmgv$Oן`=]GG5]3'[0.t0 [đVL:+[Bl'Րk kkhY`) wXA|Ĉ E8946tfm;K5L5Nka:Vno8*QUp菵40K|V!zQCfKb2ꒈv^r>O ZA11kB쉞"Jdq; fGӖc݆< ͫslY3~'hSQ16 @?,.4S2";=ޤ+KpE+.2{}f+ᶦҺk@Y̰طJijp!IJ}ҧ%Ih;wߢԫWW \~| ;[@`▖kK%.{!h0n_aLa@^ư_G1Q$2%7@lNy 6VSFF]]\5rEcC@{]A։ S.5gv3{`\MV Rx唗S}rяPPujZΨӃ ɬP !B} ?n#x.zن$"Q04Lebxkr pP3oF3Eir*'k?<]F -2X55^?⺈\O-l]AARQ.Tqib;䁳|[2(,0ǬM_==ׁ`0P`gɃ D^x*CGJ2AcW-kRhzvT1)W7 @4:M)c>.HB f"!_[Ud8zvr 0* Ϳ~|?%LKuCjS9B'/8tP}R8!ԗ҂m9r/&V 7emT?0'W7M FHekt OIU$H#@*7>+9 %| J]{XFS9눈Z tgy[g=Ahԥ_.ץɎNq#iJWPTY&Vy(șx녇'P\<ҵj̊Vجt1sZ# ?el4T[ b9 C61˸OTV\/cobZ9k*h_Z+0y}^~g [k}lnq勵B 6Q+!vEY*xG/4"G -.dwTw#gϚ`3&qQex/xNҸф,`SXCYLGIX +'O-wcن_^h /~};瀎@a^޹mQdwF*=%RW;Iy5Ty n \4'gnHé˥kPm{R罭(JNpF ֡#T^dWx98/{q9Eh~t{O*9%p}kAnE]}eN~Fcp:@$V: І1ͷ[y~ʪc7TMQ[ѮSC=җNDpG.1P^G@S n|9k ,~\SR<,{q{}ABE۪"[/9 X *OUD3-pzw@&Þ{\/d=ǻmK jG$וP+D $3CkޚlTR$zΞ(n\ȴn7~$$Q8bI\U>_u \aRVEP""Etȵ!}`NU]e5q4s"b$yJM+ TerG8RҶ]d!p,lmb3NPI-g$Hb6hYJCd gLõ>?DOuP!R9z~&DNŗ#wxUO}|UDExq{L*x;Ch[ ]16T-ȷ-h4xEm¶:+l~8h=t<O^5φ j$p\^TwcR),Y]Y*/SYcjy;Rb|MG(<N|ÎɚGJM iWA}gƗÂX&\;mTK: '՜>nKg86Y 4S6g-ɤ6;0G9=ǫ;+9gw`ˊqmv ј770:T?‘wqaaqȐg*4{A3P96kJH$co/keT2,;Rtx?RyS%5=Ҵ,B8∡H]z˓.Rzi&/7c_`,S"#E#uX+?/FH,6\neqHW˾ k]VSV:[u+Dw,h m|8@BY1}Al5-/h_q&4OC~ꩅ"{/cm*S׸|۠h \Kfwl5F1$muBrov|szǧWK!-lD0yַ_Blz"$$|o〸3H㮒"1 j ,KI4X):'m'in&[7%zQno-Y77H~"%OM&.zRq6>H)(oi$fW} BQ)HT +#5pE$s ְAc^h]$5F,|WL*{6Nޓ(Pb͞1Gx;O8>*gS/^4 2į 6m7tPo5Y YOw?hAGdY[-hRS\Q~N1۬ *R74 ՟4n#[puėE~gie+0V2 m%&lPE3 /IxBfϵ1^e a0]nX'",4:5ܥQ-y4a -}^vwcVil ~BChp]YJ%`p=mSAG7a;J%Pm~w}SÇٻ#m?P2ˌE7 eUZW.06AzA1`H0/]=_hrsD%1cu2'MO#P%y$u/x@.P\dZW5&#RӭmA=̤*Dpؙ($~5 =%~cNn c.ʥx=&]J!sn[.]_&O1¿8۰W<\71m3IW[xwhϞ[T)diyh8p{O"Vo/q~"Z6n7-5pBh,, ?o(PEȬa ҿW} F={r |b(ͣ-k}H++YiZW&|d/v8n!tM+(?'Ía?%ށj>μڬJL)sқjufH,ۜQnD&yDO ≌27:VCyzU+;tG1G-]|i]ߧU {lQD%yȵE6ąD5b[W_w}}TLL|dP _3%Pfice8t;eazR FÄC\.~tI=Lԉ}hrU )t:4؂b͛bQNs }GEgPZ"#"+ n"[xRGD zTi?^wI.Zp:h944}8#apXs: ` #9 Cz[!JMe6ݸz `їLv*²9ٖܹͮZ>G},]Ԭ,'|"TAX1S*0e M)UmW<5HH;DZcmɃs%R蹏5Z2|cAԖsS/dDyfIamؐY8zr/T=q6 } ca_A)禢 DSW~lꙗ@1SrXxbTA <Ո0h g 9Iɘ2 \Z;\f8 L]teDCm;.HNׁQU/9tmKO@I{`mei-Z l:/+Qe kIHb~M6[.JIe4ZtEB =wXXWO̝t \%wVXkKrY{$JWVęzn1x65/SFq¨> 3'TpR-BLu^2mZv[¿Bg {,-zz{ICYϞj')yJiZi(.7LqO,&=_A%A%BM*&H, 1&%*KBIDvֲ#7$-!?o<.ҐNT_T|9 LI8:9 :i(dB0FBv*iYOA h53id)P*,\7:ui'19`]ŕx4`ѯr\J;T8ٳd[s[4 IkHЗ_c :&^f  '5QP%:(ThWEds̳y'n!RcnG.gAGV"nl3r6V ioKJΏ`E!FoxE- M SfD4tv` n4U Ѣs!;՟[^1A,DEfzk@֋HC Vz \?걽A :͜1 /DVcx܏Tx%oQSqԬK;Nq~<$+zb& LjYo6;ӑkZ%Kw+did_^@\<)lm ]-{&MqTJaO UiQ6HRYǢtW&?fP$@w<7ɎLW؀Oj]BҴD\TgRq.ʛ?s G>?CNL+ÉrE#uUV&0mZ/9Ql>hu+[% G-M`f!91LJWwEjE2>H5"ՙ;R(qv|vLUFa>sdI䍒Z"(` ߷w*i7E4\cߣr ~&[B.E)PI>*ZVBB&`pQB?я|e9 2s8cE̡U#^]e;ԁ>4:AxPƐB3ґ eиO0q)A${n:1W:މ2nI937]k`=^Z(9橩H2@R&2̮Ol|d&?pkiȊF]bVb&XY>H̫fR{\GchoT?#b~ƺc< eAc4n#%+rq7?@zO#s3i+2UjmX{G4WKӛkt΢llt-daOIs.) xV,8f3LaR,x'=jQI8D,/I)edGʈG5G.[ˆn% MKrƦ sz H0j=, /g$NRiUeI>7-q>}l:Ff׶7%y&%$RRa~!ؚgI&Q ÓSugaIZ* )v+ϖc #ƞR {g,<|[Y;[5w llc>`=M`J*jl1F"*S^2eoޡ.ua۱4d'9qZB͖i&.;PCjui=mL]":A0s)ŽJ󿸹cK4Cj߫ qNOo쒆J4=Y&f6٩(>Ӛ{W5daӑg&|M%4xOf^=v$iQ h vR˹`qHEƿ#vcʷ!\Z #H*SZ+ϓ\({RuI?tȲ0.}uNBvjBD%.rSZ3%t grA`BO.@xv9fzVE1v>(:C14Xݯ.X RlMChAv׉.Nj@5z \ͼ8[=t<=LUуp$:=I8ޒ-x} VatU3dT^xFJRPK>%%U?/bF;&3m&k3S0k9YqxxuT~!4m?LiDLSm:S'G{8;"8R-tC'$*_y}ϐ*U˥V>M'z4ucWS.I6 n:O]@U+5gL*7>ϼlW++85P"A+b,v!T< ۽\sn:j3~yE9BՆz З4E\UtctT1Q=P2c7C@ `"zϘ训O-[o55DqK_]q1>ub< 4՗Mެ1 > sĔFq Mtg#  # G}Q`RR"as y/ <~@qgjW!t;b߯S"`Z{63!٣~ )sFˉ1ڀx['˜Nñ1|YA]$6/.U:un>ZЀrRvV,/5s}Z7-!A(ZJI ;KJ\/gf|㕴!"9pu9hAH  牴(}6C r K)@/>r=$b*W #tMEvDaDX_B3V7L8ٸe [FU¤]BM;)Ӳ!UEקh_}d V7O6hqTdSt㻹Ϥ:ym`Am.h+\#3t`2ƏoźGn'"6Wz3aC"/:)ZUբ P$%  bϿJ.g"|G(B7OmWLgKHsw=al.'G[P_scuXJǍ b#t MxJ_o̒3Z?{]:.3&6I_miu'nEРneThy]we{DCCV{\ Eeh96uX׮/S& P ǴA^QѺ?GetcI6h34S=لrٹmQ~;a"_ $_12YzH턚u}wfM/oא޷4g[7h4Tӻ`̫3pΰ}W#r==,bG]c|E5۔$z=ѳDUv)_8M7.Ə]2pç^+[:;!]R_5#oI9 ĉ>\ bEyF2(HJ0:]~_J8Dkt"x$"kDƯ2]l@&ۤiX_rvږPmIKc3U`o1he/5RI2#g= m* x1Ԫ5lruuynGPR[83ۗ<Lot3i3p"(8?#F a&B|io-at^sVm2fţ[+T樉>'}%xh]nR: E,R8#PgMCg!"?Ao2=,k$nV"{UN y:K-QiC赴 tNneb5>+TPH֭'\euɡZ4jkDSEn=Zr/(a"yIz հY;DBG._0ˋz=;/:.xxA$_sMBA?8$U$xܐ|0o_LÍu m3 0|tG) s@JQ'mT![&Xb9n6iYm0 jKNEo2#f #>Y%6)ԩnUncCS):$%l4 zÊp4A;5ۮPl>?pA s}*PfטMóJh楏KI*֢zt"SL˺Ԝ8 Jifɺ,\[k̦>^!$|m̧D3dh&xgX D=fc _*E#1hGnU#O{BzCN+>F9XoïE*Y= z액|KC5X4Y˫)DX[ \אȢ;^'QY><m>is(" | _ Y bqT6ݙ`uρ"[LIP:G՘*iZޠW<҂IQ|,̒lMW$'^م`g^HC/.c4ܥuJM2%9*a;bo,INi6*3_t}ܴPTL)?IVd(:X핪p@cn[S}/RTCx2ޑ0Ӎ"}L[x\hѾ^?\m!_ ψ`%yƀXQi75J nnΎDH\6r!ߖT"L&*cŕ="Rʤo;.  |pm~2 o=V(0W9Ryj[r%F㕒xQeޅ}֫hJRE7wA4.ս(?sC@*oX*f*Fs6VL`E)'?bJY,ΆYtti)8<%H ~!ԵGc=!t,t#BbqӚzW&gi 0g)86%㚝pz!oǃ M+ܗ="`z;G'+xga, "p=MbV{tgBak%ppTvlGr*W})OҠ:$v4O,dzΏxpYW1 P6O*뱥uaIm-XbV, ӯViiNw6|n`i߰Ac3\t{5ބό2yĉ}%|+_WRQFrem(]^՘ RiU_:]wdqV0­{-XhL̬Ⱥ:bdV!'j6E ~ZWM>T]rl}о߃Zؠ[ >_܂ 0po"n}KFŬa< z̩6 Xݛ}ە1m^#ųN|m^_j]y+GT0ޔxJb/'Gs긩ړ&evG\R !AbaG@am)"& Ge7RFkm% uݣ1]N4"ݸX/Ui +'{reM|ָfOMp!nYBs _8Zd=WCVwwaDlcDOE yb pP}]_;f?4Œ40ubXLTqV$>u4"hǑ0>Jn97oCP❐~}VKͮPJ>= !Ycʮ h<鵻$ǞE 6ϿZ9"<Ֆ #N:B' &lc^Bd!T6o9΅k-'d/V F;!zC󽞀W5."x\0֘'cMo~3?!<1w_>@91%DC]Oe ΌJ\֢Dg +J([#*}* M`𬣋2HudP3)MmMkz9 ٖL>_G ݝ;'$g=m&NstBDնF'![q]~-R><P*//?}pi!ƢZKI''~ e|cNRbܘo+.}^NW չԋty>wnK휲(ڛy x'Qa4 *\V==Ԉ%G7VWOȘeש.zK\lͻ|0;zrXͅ!+gƤ6h4ɏ ='{KOC?:_U'`80"Iҝ{^nQ}ZQH6#\%]mH ွ%Wl)nlxhuKzUVᬝ+9PRSC)ez7d_obuw:׊NȨ(Rq; >R N*Cmɐwn>|k`!OQ~NG,ЭrE? °SZv$n\ S] nb(NϚؽq7}qkJuE#QȻ@e<hu]#eSemqbU6j6Ը¹hGJZ3ci-הBgdP2>!GabyR+f Pe27IoM򽴵;"prU PjD29MmS?iQpw*}~o@҃X}7)Ko4/PSw |!fvڼ2oFF,lyy TvSlXZ/.5A9.QZ'm(HR'(I/"6nW&ۤS 6m!V/:QE^ߔ+U_@^gQxݗ}i"~RuG 1&p,l.WLLӎ8vt.&];}Qf$ӥT t{$_~DVY>d~<"d^0+ruI[uN2ѫ;Vs,ym#5BlpdNZҊBpi[ ۂuEq )X>L%4ҤI6HضFL{ W'UX"HIA]k:fr{bxۅ+O]'pOSŒ^ -b")ld3:$ ܄+ZZCk5o8ym:tqدݐ+ri˒ݐ]"GrM cvzbZgGu `!>WRY T1'HQ޴DOwvm ^Q%- ̸A P/U7+J6W.A|Qp7;­&“K>{-DdYnY,ˣ^(/Yɦpx|ѵ23+hS]4 O;l 2HMafnf:;‘T@"?x^&y3O2 0=O.j_o̾?B ,V4Ӭ+ci|gIh ^ouAsɕyUH hGԡ@4ˇDThZ!&1?B_&nU K})k \GG¦S}sݵm{{48/ԅHߗ5ճ,Zv6ݰ5kUB*J~] }#7_24ŲWJ|= S1%3B72ςM8ʤgψ+)W~3TdX/@uTδcʳŗQ hڥ R3p_m͖k-+Ȍt 0$F.iE(~@ft:; *9NVui频T;'\-Gr7 m(Ly\› `Z<|Y^=*ۡ'> 8 d_C+P๲ BJabrN!*TxL%؅"I1N>:z0 Em|<׻xf" ,9eN:h`< ׂ)]Х{ßGm>az 'sn 27vcw"$x?QYjP2LD_ȕ{9_" .63zzԐ566Qˇ=r+l|##5H}Mhx \Z]д54p5s[JRݨG E\EM&Poͧ h@5W5cJ8Qlck+ \EŽO,MfI3mGN*|yʓ;-nT.g3ml_{6 !4<4泮c?)mH% rjF?$-9rdf;^J<\k"zZ~j9x-@g47p} }#vdkJ^:$O;^ %n:ˇ^E{oRQr!l >ަ>s2FE3CZSQ(,X8>UT;<A/LAH?--_.Lt0(ف`_4t [QάP=M>N(.oD,g 2}$],("}zUN6-(Q=v #: r[Q7ڳuoU@zS7oBDI)F1)Yh O1j˞0?W;=C{0Au1݁dK??C51Ѕj&r ?&&v,"޲w-cr;&Z>‡? PvEV7hAh,*DdL#SΊADL> [Xjh8$R1p'hOÃ]+#:3 |Ps(`]mma)[|ʏt'A~IT"ՙ~`;NemNi3FrՀqc{iڬEֱ&U} L-eC@c `vʣ<,kj84]³p <=l{jQ'!Hkq>vxBQ.\|/&u\Kpj f(f:@p{ l :U- ^ͅ!xZ JWWs# OZ,@ڼ4T(mW~-JO{Og.@Tc} DZԃ* AN|ǿ*t- 8n 0^SߑnuFW &wqyk<6J톈}}# 8g# >j C̶ &͉fy4dd-=Evزte^ѧ@l~&\M1h!36x#,vXد{-_'ZKFF#e|׿s[w:SN4EE@ҍ I}#]e4d)ܩ1fK:i SmV&e)^f1& n1'J_Qx ?l^0P;KFYЬ7J(*!@m6j  lZ~ *|<#bimw#):8& 80| !OrP6&c@˪~^i/6=vpNXX2VtAAW~_ˑEhoFq5Ib{"L]lU z=3m:gk=V4HrK?z~KiӓCK"+gago1BŸ?^r|]o%b6Ar~ަ%uR봾`m9In;W>2S9 H֒rR] -JT`y^%7l9lVY[ b%,[A֘g2+|xG4ъ2Ύϱnt]A%TF6ሲ9ȼSʒ܂AafG+lm%\khkaCG0a'}꠪ؼ B;66t|/ IL{ZfP TFi&XoNuY+7ɴ)9 % G͝HM!87JM:텧\ʙ'![;Y6 i[DԟۣVz2F2n|@X`H Ia0amu«!!1W(&剳2PdQ8g??%{云+wF * JTN@ Iv%68iEW@8?FsיBiS*΍I0VanWC :dZقѺEwZUȲVyc@!C "K0./)b.JR liML*Կ(>\~LL Tum$:%%hZO("Zf&nJXf5GseODrK~%:?/5 >gݡ9xQ\x๞'89S,6\@X"o%J<+%ȓ SmҮa<#EÈIyFv\+H{y0NÑk04BCkgZvB/0)j0a'%2h ʀ J({V=> ʄp+#Ky.xck4k>Kf:u;%%pO}攕JIП[;TnolQ!'R*:Rʹ4Bdas ^`/Y-)beqQ>1?VvYrM R)HmlOC?B*KD ԘjBeTe|@Op=!b[59U )\pM<_j;Anݨ]uIsW{F=O$ K_PT¿fSڹgQ>(Z M+=wm"_5k7JQwrx|3I׹P,H]_EMټ-dzp_AXU#4Cpv>PtLD $|߼$6kk쫋4V`M%:7݋q%eB-_ފ%xjA`59%C Ү$!8xEuJwD[Zu &bm)"n-2 O^[ZuEp^  sU?1`:$)Y➁l}; J_ ҹ͂>{Ó;{7kK\kcŌ@9[>;0\ua'kGT>vIg9Գ[Gss$ ?~ROR )7}qPCB&#Ѣn]|6(I934 ΀]wړȻiN,?##\Qa$ϒJ}% ud+%QLCtƁ/Yc\X؀%J%oZúu/ ȆeQjW˶J{qEo Sg@Q]Ӣ6C飷M?U | EmgXI2Z`֤{b!(c4%Kgk0ZrYP 0'Y Fi>4Uk!q+X0$s#7?̍#ɶyc] DZ-,- \HP*aRmR_lX!8~TRn`z&@5}/(U%qʑ :Xw*e?U2l lnT/f4vK"I0tZ$_37M: 7' 9*O[?nIwmSףYAm C#vV+J>-Z}x?sK;eF rҿ!Nmt(Y]֔EwgOeUSM~VG{/ֱϏf l74{u63dNu ¼ iLqB%ٷWDž/@5 VF ̑FY˯>l確 ᮮ]ne/PԑvlƼQy=,!a[dۨB;&1D^Ν :myQ`maOp~n0=[8*/01$ ʸzFSg~tGl)58kOzVR)pfX?GMI-'$,Lw% <{ _TTQYR6OsI9Tz #_]y~k4_|z`(d.0s53ٸh2n"P\'l{F ,;=yxK'e22e/.|Dr{WmFU8GY屫 N$`v25T z*V]i$c/7;xr\_&H^^OY \K(qv؂УU ;lmIh0$?a! fsTȇhe$bB)dt- «4Z59qÐ-oH XiչA7ʰt`,J[LEh L -*r%[ i!Z9N m6zF`b W?QڕsȭL  ¬2sL_핲-ˈ[w칮$}hir:iR)v1FϚ!2.xGAZQ'OޓUQ#.)j6~k΀c‹4`BN \QF!K˪C/ak=+Fz薰̜Ɩ=4򿍡#zp/FZ@ԗn e`W`ɉ`zd[ {Yщn4 yQ}^uɆ)z^͖/7ro;†)PEA- ]^NxO9vX?I&y"Ti1kbz %a.o򂮍*2B)qڟ75-,;k/WQE:\⹬Apw {Ջ$[W" |};fJtvThaОDၖ4)|BN#!-7YVDZtD`3 %\SN(PTCz㽊rPZ5l$1E WCwJӂ_Caӗdd/ Z3mdV:A kTRƃ$O y|Ϸ]IvBsQtOHyh4L0{@꽮'Tl9^SRs0H}6g%!ԅ:~*O ־Y (OاV$B)#~zK)$`er:P$]m2>m QлI)?%g$~ 6OXP$^q֜b>>*#ƞjP1IA:Myӱg3w:>$9"7le>g2Ғd?N*^^v)7N#`*k-,r迯*@b7qȇ䕥+햻wO5VpH(8Q{] K:~K1_h  `dWq4E 1Fߖ=Uه%u{.` WB"*lZGELJ~SǽN]6xh3;@y4>x!MڢJR [reRlb\1$_F5 d u )"e:}Y1jhiP3nLV3AMFTv g7s[mިmX͊kAV.Z®ݖ/!gWYz}W1c|\IŇ&řJI(EϩOD76 L"АoR'REFr - :ZT&*gl.Қ_:(L8C[˝&{򴎹c7'wi=ʴ:MH< ґ㘎H!ɩ`\sR%dӲC 8T;\Aз,LΘ7wn&G ў,#I1693)+er5E Y#r6M0yLxO9V,I4rsݴG@ '(L0D"4 1mH=8۷9ӹV5޸ꨕjا[tG"! ȑm(sR]2[Rܔ~_lԷܫ"3Wi`WCy.9QX(I ȇK"ETa{22P0&gC=$ 덐<ܭ Z|>asoApOwfFh'Է4ITyo>tz%FI }$\*O`5hΎ9ii f͍cB,$dǐvJ?@@h/ɝ:&o@F!V"xɯR Cz#$#=p+쏸0EHG5rz WPx+arL.P~wWYMKMvyKFAd8D{ eW}#`|QX@lAECK@p?Gc(@'??cPplP[Ἴ=SbfxxT:6z[X$Nw.w&3mTyO%!d"Dj(m#򄢸tнƁM:#6~ UPЗ z!p!QЖ;AiֈP~>]0`0D/9Dmn1vްB& ͑-r _=lNWAKI$}c5n4&b[7C8Lt;:{T@z6QGGL!{ύu=|қ7U9'ԅj,he"%Ee^J׺;ӌ!u1b:aLfyKsf=lx|Ҋ^HQ *!&IF_ + 4$FD{h/ ~Jq5!NXS#[0QdI|㷕F^kՆg]_ա^?6I veP-٩=5xi6Ni@OC8Q>DxABT=ՓYyEi%P8he[-T8UiBiS_ ș5{\útjVc| >ZyXayTꄟC'R*UQW7Jݙ&pZ AJOv"`"/I]g-Հch~+7f0݆at=s6yZSo#7#weˊ )7z18?dÔ*uX= ~KgӪ7h,$WlZ ;50Md,{b`hqTkꖶd# :np@n BPJ0J q>-$z8(MyWXTCFʎ d9[?qGƪhAܳ(kpK-YpC{?^ F3pV;@)]r;b3T#hZ*zh6+)$Kyd‘G_ZEÃqqjK2ӗԽn!X %^O'KX`*7iSJ~ak&+4Xͫ3N㗏^)~uJ-TwC5pP0UW_tp&eRa6F^2IhUuPRnk&WMup4PDEj>߳MqGTc?yg!n*0tz˨0kD=l9#IѾg<٤:$mU;|W] tYܧGnj7a#8t =Z}zsbB")4v}'~J)| * 5%ߌsr#~1EJbo!)ܫGBr[To گLIPE[4td/?x5\<$e+`HvJcYivy?xwn rlylEW37?l{5bAb-Nu7@.:%-EQ;7i *ۖR4UL$h; ՏT}(>)op4c$0rn~|E l'0k4S Qs8 Kc{mݨrrGe{7?lwEWݖO6ؚe{vɶ6#4{A{N|@ t _Mzywsrv ^ۅ#85AjhFѵtris>4wu1h衫aJa.::Q(+DޒB#`P|~1]_^(v|>m<fzigFHF_-L+0taX./V\J0U[s%WlKn%ہ٥xn껷EV #: fXUHo=iLфPr4hEL 6X*jd~}[գd,뷓U#Rg,F0 hI{iGԀ5/CSwrwIZpȥH?.V9nHos :ʾ=Lny)4(]*U ]7& ΃3[Dxa֧Hq u !Ad }j)83^̱MZ/zh_% HÃ[GMܙn@54FX?^6 9Or7ط1ؘ*X[e" Iw&ŮЍY|Omy6fgmR&IְHxXouS5qӓp͙TAB)/z2>Q]ӄ Ze\Ma$0$DJ=Id 2_M.Q7LkD^ EY S?jۚ72amArE<;e9rᾂ@),•HeNZ.3k9 ^fޚQg8=h|PG>C#^=w.c0;lֿ0Kht H#PҰ/iRҍw2BB+uC2fꋋST]SUtQڦX;E@E 10Wx, 3oLiqk_8ȯd8ӑYB+pn|\!MI9/Sxذא@b%J<[Y2InW'3 U_;8xjZu|+5[n(Ƿ()9{8KYMZbu WZORJAu0D Ni[]Icw,.oX2㲶/'$"n{` eIW ,# >6I:#}0./jڇ"3T:F{+qJcvlBoK1[hU\j,ȹr=NBMI$xI9_ێF*~bYi-kٿL^GKx (mK9zaOqݚR^>g 8h b ,^OK惂Dͬه2[a؈:`Z! <{$CvVJ_SP'D*v9) 1 @Z`EХB_;twe_(|I""3VӼ IJ(> 2(Oа{@Pz,5T`>2ovx#JӸ)Yd3PweL>Ws0xP/ Y.2jj8> BlZ X:Ǔ**ޙ?:c6%T7-??# HQt#Cm|c/ |pJ>ylM-a~uk(QߗBK6KHf1G!}gہ=AޟD  -+qVӞ֤8W2eaϙϯPl\?u]*B; &ַ/)/7+N9{->x58e Oh, OtZfE =~3L$USQn=Ɛ}/{DK33,]:CF?phG{þ_mlU y{bK`1ۤb{H8vdF7&͊0qp(: !"{^-zDyٖ!t7X?B9_Jڏ௭Z~#ou&Ixd8šE1( 0;3f)?|"ClP Vo oG75wض ȁ3cu00O$ 7sUT<-xW=:0PhBlfo<֓ 9r  ])L1䡸yA>dV߲11`j4o~[qyq_z;$gmkqoÓwA<%d1 B}Tޒ⨫'2,b؝q2NANp:8Y~0z |=.13ti$sPs1t lw}@n o1OUکͺ|NFtSOi+>/bzⓕטנؓϛI1i_9?*]̠ۺ Acxr{BIq/!K 퍿Kx@' ao"9l7|E:^AYqHۤ:?KgCF@ fFs.?1K#wf~pW^%tޔ݇8M<%G%v685u;r$g삉,V%nH@{'PķN8vR!v> $=:L7qK$\fEY{̶kMMn}R@Cś_+=ʓBvF7zXeZ#]0Nc@ʀt#^S 2Ӵ#P$?WG5|^PkCLĢo;]Ӆu7X3FXWڂ6XxX Jx{LL!H!E[F"N+Y,E?EA<,quMi|Uk촡ꄌmPp ÂۑJ;>k&VKq^RfA-!pKoh';^ƍP/W3e˫tcc3:ӫRFBف v0O4bԑX'@ٻҮٔtRCl$W=m)7$<ֆ> Mإ˞lA_ʄαȴ50]N.amzSR$WU)`K{wI`goJ03-k{cpF=j8=ӚtؚJ_=fj( ֶ뫉 *T#g<+ J@Ŭ^ j/܉ }3C4咖zxy)-i- /0w(%rRYM;ca3&*1A%fk_M!9?s-z7Ҭ<-S0sPְlH,C qJQop\QLB$A`,a*oK%ͼ?J" J:O~J*)CcVHPU*H=U8ñ$~'CFNS!sgo5wQ?\ʧ"6n]B.My{\Jswh\dD'- ^ h]-T'UB N|]2fH׈!m)H9֎W7[g6F"Z/n@`Yt|i!6014֗lTxAlJjvq KCCfSO39F}ݳٚkz$+FZ+5[)i2n$f1q'_̕n|_9v8*DkfB#]4qKF};Rb!8urGTi[gY=}uڟ^k[qKg.]5EgS0qXUU#1Y?\oJ!EuI<NlXuKhDë-?qC7ZjN*IҔR{K@F`O#k^O=gtPu6sk#ZdkgKy)?ڠܚ5?H CuE}VEVPX,׶h-rډ1)#Nu/ijx]栕)D5?lСKX("k1B7pSeZSֶ]Xyː.;LǺƬ%bLZp4iDkyv CNҪ֑ M#)UAҼXGudڃfSZf#؇nJB$9_7IxۦE xPnc0!x(Nqsd;6zz:<'!ɼݓ g%Q\4+EFTSq|g3OѴ,TaC%@2:>ʮ'P3ݟ!Y wzj>f6/x6(CP@:Bupbk)cԧ+$bLPXџh~,6.yR+CJN𚾷jSӗR(uZ)2$L5 AVy'A [8MF{ ;P4hQ }hs^;OISmRvJ;w %ycdU,rz2ҒN{9s"CjN9$* I#r=ˋ%H+=]HcG%TgvLnՙ\BbuD n3lgCDu>^n;KbdoJ\כR;z_)3Pr ,N="MB6w%:he޹K育a,η2 JoPGegËX@7[|y3ۤCgy!#儧-ljFQn 63M%rP)e}\upQ܊#`~Oz Ӻn44,3J!>Cxgʦc5M -rѤTҳ0(OKZ3eua,(ujt]uQ% laW&OZBZ|`/lc-f6_5~r`_vy_ N&fo(,SaϭhX(/D axPO94:%݋5&#+oAB0o[WR4I BE>#'.m )9ll_Z#@-5e܄݌Os|SƝ{ܓxv༒3&U6DSurDϒ*F`@XDu, m7+Csq< c?CBeRp_ * ߛvkR)WisWRHVDcc{Gdjzx;JOi9[yMe*z_!KQr.pĮrksh?utD/gbyE@OP@A/I幅m*J%ht˜)aRަG0&yxMHH.-91 ~F]#m]3j[dDoh=<,#WT6aS\xtn_5Kۄa. ]3-,( 2Kop=`vTڔ .'紹r&w?=-ˇ]hJeř)]!e4۵!&'+[\x}CE|esMa4 4r&ICOQ7pHȤpK#>7YW(/V;#*p=L[RW\S=$6Jk5ґAbXٽrfX8,F.eG7 ʈTυpsOuF L`0)?Q @tQWϞV6ɾcx6$K.adK݅T~)$"C'Ij%~a F$Jr;_e7CCnlЧfƗh^Z-Rd HF 傀Bl} 7Dྠ(׹܆R\f*R Wh涵YP M14"g4g:`S xlC`&$08+F4IΪ^R}osxPL 2_V%ZJ_5AC:؜B' Mɼakvz&D>HlOf(Pt3jhnpV e#f5pJVV $õl qz3u}]cB3يyzyv/4[;=xŒD\lP?3tPV V^B1|z(fu:Pl"5P$MJUoGu΁!Y#rW6~%5li_Z0T1-G/o!:P~v:tҊցTlgEPRY+@!qsyKյGѪp?\ zP%=m{""æBqZj}D[ĽXW j".6{;SIl!9j^a}23bL5Ko5VPqgqƝK _Dk\vHH┧W`HIopE Vӷ8ėвb:ZX9֗sŞn>NNf!$ЧdQHxbyضE sZ?a9mG B?=o*m rc5dE # 5o<^k#R?re0h1Q2ԆV7 6ʕՓK"~l?b;/uy[k լ$6?2;>CQx]8a*)(y+>5O6$yy;#Zvq݇pVx $:` U܃=0NEzA2 *scUzᕋI]ߦ=Ox9G;q8Cg2P)x nOS Z8F3A pT>Hzp^ƈ`|3Yr5?WH8+C]m9EX =Js*d֠|mSԌ qWEπvpi琀ZS}'x]7|Psg=Q 1F[{NGOwsC|~#u6A&gQNHXy3X*C9b2/] /68O.ǽĐvQHhUE6`ۛY:s=&$a[U{(:]h_\Uq9lÆ|LrbA)H}Tb5"O]9o;8FyZ'cZhбs^Xv\u3qw^_0q$w|A'Q4X7r1mI|=\9cN&&rsFi]9'J:K*v(#X7# }f<+-e4}76\˪WN`H=*y`Rn^[SeWUCl| L^5Yw= )dPZ3oZ8ɥYXFyN]QKmO kpk7DDL *&w%@L49*4%;MZE!ʱsVa+@DlT"g4'g)CW D"*VP/#5*er6="1xHV48B]mcTJ,kN<Υ+zUea] M(9#,$3`A[Fy+߼M,a+:ȡ}bx%04=?tP^VĈ&#ښi?=AA!BgVX.UCxքyQu:jH03 CO&=0iWxEdz<bǫ5/$dl))혼|;:exC.X\5o [Gռ @ɜ`4/ cKOؖc9(bhv+SlrUKvrȱ<(F=q\%^3 x*<*z}}Ga+RXn.KN+p6[xY-Xο T8v/_k̄UUt߬f$@(g#*'XEg~'Ns#9 t| 3BC>LDK:S.s4wN_023F%w^nVgC'3`* ?FAHnj/ipF+شWY(򲜜{B%&k_A0j>ݼ;J,tF6č4GZw WϲLXөxfTκ5!'n/a$cO3N`%l芃|7&"ݘ (Ւ0Nt"[솏eՖ=^Ʌ2E5@ȫOPgUީ2 V b̿Vtm' ]o;R k5f  + 걘уe2|aSp[3C \`yBQԖҖ2~}ajbSk?pp>A3ëgq߇dHt*ӔA\0y}rG+ wr#S Gr^(v*ZXs3/A6lW-wBdD .I{C%kB͜YQdlU_t#z0 ʆ.͹;sǟ"ͣl'A\йlj([ ܄+tTنʾ4C+eY- ,p^M֮ħ.f)D J>ldȥa D T0 om!Qb4T7_tw@,Cjl)LU 1V:xSK};: *}R;yPC`̓)O͏+eF( 魩?4њ;N?p.V),ϥvG_wݙ,7$}!_+4A>!{RhU%tGG#2Q:P8ik>zoᙓ? jOmJod;&ٝv/дYb^fGP#hV[+^BI#g3'O~}jc V/S9z'f 0gTJ,' o)vd<ƽ* ߤ+$HA_jM[͵EVUAyak=&KJST)~td$=$f ڄM;tܗ{"0嫀jWNa͒fT[<^-G0΄}_+l%"IiC#n#nYB̽񁃴`StE22Z@Uo)1|MuJ,:;5cJ802>.á,d5Gue^@iD2}WWrza$yt^=_n! e׾o=zWy*!wFQI#-ڬ$J| ;jŦ[ R R9*Y N^w}H]ZEn9HƮ%kzQ-lg,\YjY[XåRB^90%JxxuM=yctT'g%Ao@t̂QIؗpn{A&WJ|/6 Hj͚ ŋ$?;jK"kB$ c9fQ5O;&5c:pH1(i cAZgaU;T\NRb> xOc7{Ξ-^\ S?4:HżǑU@艴 VE  '6}|V˻I_(4fGHtHP/0,d`bױIv\bv<6NiYV9Є+S>-vi[X2w{X09PQ|`Tws4eZ}$G*"qbʎ<<$l'ȸ+8/ϐ3$ \ Ɠ4Ӛq2{X5XTmbiѠB8W tPaLOD9E-Tm!ȉDŚԿ.hbqQ-#|`AAuO< vVo7`YY jJ":?"dk Q6tPӭS;d K.b\kL JؾigƷ~/WDuQ$sLJ#-@\`96rDD^D̬Km;~>Ȫ #a}>P2&u\@vniݣ!}?båN/2Zp4_:pյaOVOIS:2WٻJ G_7D@&ND ֗4 g"?{Z;c:Ms4m Hl*9̎ 躸ڳ7/ac:'bK!x"ʫ 1p)8hҮPƄFttx^oHIN,DYyv1n w@'2c!T0pq_mѧ^ ̥CNx7?7^_|#!bmo_dOj(m3ɓme}k=t0<ATy{R.: >ҭ:5*\dތ.DH'ApǯMc/7|'iք|oHfSҏghڤK[*Wb :&P%ɝ2$յh0guЇo4bW8/v4GXT[Sd(ZL?P`uo0 *<.OID2 Q{-(T]PO?&`^ݐyQmyjQ ^~G*" œ0mfK_-Z3B ?G~lƀ#z^B²/g48*2r+|lɒ*MYh;)#KzE㬾!}9~}0FAksv!/ygқO$Y!PH i@Wl,4gecC?Q u@E.HOoVovL̩!Yٯ<Vâ і@46b}iz1ϕJ1rMzߥ𡒎 H#>owHYL9!_C4ZQ+R|ђP /pXX㨃BhàFy@N_H`ܻÒ Ih23i+VYkTC5&=B;n7/*'V^X>ς'.ao:862aJȔNGvjs9X))zm.2As>C^pc+F_Mۿ^V hWS°?ʢL뼑TUmZcZ`X"Z| R2Uw`2ˀ:Aj t21tX%.,UU"vx$}~_W2@eE~֕q*1%ޔZAGB[ajD5;I*KOeuJ\?i-l 4zDϨwb~`BO{6ZxsqVk,`A6"0"`/΄O$m~Z|rCFJ.K‚g͑9L|]=}A %\0{ҫe܀IH5(oNz(Кܳ nICix"pZH4LR+qk 1_~;mHM:Ss9Kwfs40lZ*4zg=y:B|%|ew#67` .jc%PrXI(Q)K%ח+wc! dYƎ jf~@SW|UpK4͒fjPQ4,XMpj#B}S lfS}XF8LJSlwe@K[(H*8fhglEt$cƱ}QpZ,ig97,*͈k3-z~s??Nc'F9WK{q9iv?4N'S"Q5jpx{ Ć#@ze)%3S(^fɏgݽ Y=!ж|ԮL΍{DL=ըsi1'o,~itWݑs*R=^&mf2_"l?們<;L`C0]|}z? 銚|a!2ͯ3w :$ؘ6ff(RqJOd)WoֆەaW96m`䠆ˋ^=LI"Lu*^KA]R,ԦVm$诮(w]v2F'kxjܺbXSxvRI oTQLwů@aD2LQ*r}lmiϙ%R "'eKoF^y|HB`r#K*LIn 0M-$d"ʃ{2\b~ɞd37dn\C6_}d?"wL/03x" z36^S>Rt$;Em 1LD+g ? n+0.cU#p%xHAfi{ǀq#xW2;2|k,ם|`ǟ*8/0=ht8FލQbE@}f!y`D>#:)pkqݩ6`R`+CΟz@(q.m6zG/*"3Q}3ZO-7LᄙtJշ"g# %I  FOPgkgM#L{O,ɂ2|շ$q_q (!{N-/1G쮏0ѱgGo.ž}o  8䃖Z3KwM]=|IxW߻ma9|)aY1 @Q 57Єݔ29ѕ\<A\3w(,1O§ )Y/_C!zDU@4,iJ\&% NNkLEo{o!X? *ws6I {2x0s{d?'Sj2[4OޕBvo)5Тδ{m率;9qTsLٶCL L;l - \?eH;;)? Ԓ(Gpx`ҮX\۵l }3̰pa\NCʖTliZM% ֩=yM5J7G/Qs'ЦW mjy+Heġ bұ4%4%9|EǑ x[v-N ;>$&{uv1MsvGce-Oz&l1h&UMѥ.gPZQhimU>v@DvpnCLU~%sFؤ_ VˎѲAo ZS @<^G 不VUM¢WzID?s rsf_n숚=V3EvGe}ykPVfU%eLFv8~s ojCjcړc9vQdߺ=*xp T=WV111sn/Ӫ}i;z%!udP曝1;U$qcw3@rݐ溘/ W/6b[`\X< QIi5i#pn>{c%2ݫnL兎}2Id *B,_lxc,M M0MCF!4 "L×"f㩯0+ EwWf ,rM2> E:l8# = e=R$nq_@vǼ<Z3W>]!Ө=O>.^8ϭ4»8s-F_e|Lٲi5_Xs5A*2O۠'p.FNjx3TƐpi!}X^ęx2fI85m{ $k5B٬M ,3O|*$Ҫ:0[.Zח2%43ۊ՞ȘQKךc,QRЪ Jo-  YI|xpN˦5^OL 5R@QYkf` Y25CN#IF0iK>ƛD ۪+P8&o`zDH,|ׯee?#yj.O,K K@5Ϗ?(8寶:,h>dBve"zeAd1nB6ciE7njR ns@ Zph^TD\'}xBvLnoL GCWoD[Xnx%ed9`'\;d9vW M!E'jQGC'6 D_"ez4ab4BeW[.om $o/:szHsV2XDИ&nJ bTS"":uO㱘AQH-@Fػܟy4b Omnr$n:A$R8?kRF.ELJʴ4v(׼POJ*o ax*lsQ . ]};i/,&%<?ꃯpsѐ8n o煶PLwa&Rh#:$n}D1Ui ~C\8~7+Ͷ}W٪B}jbwEu"驨}DR@'h~׬J +y^{X4[@b^2w?tzH0+ҦÄXU ܀]iWL9UcƥJ` m 77oiJ(;sw7`w60=Bޮ}2 GhK&up_p*Qlf˱Xxb Y;1ͧTԯ`:+Y=Fp^_[͆nśqPwE2 zgYR@416}\F856s%㥨i2%m2wޘLҞs@*_d,k5XRaoɂ;$_J6~R\ڕwQD X[}z3y-< ,\ߞNR*0{0BE_-"C'e\i !6w,>T:o ?l/q+AE 0J|"!SuH2첼j2Sb+B.ḽ́믇py6] `s-8lEewz'26.ufsYG;{c"/勖'vMS$K zwuN6>=BMd⭫ۤ{d6}1-Hg9ك.ŸfdLF]w d^1)j)XEvuF*pˡFQ>(ˮCs| c&IU6WrrҚHi1j(ڀiʍUX*S<@,HFp,Ty|hR\x =8Ho=Ux%orH!/D#d}6%,^,;a m?ypqX}ËN{CN+UEU#9c2(# ȱaGӉl&nW@@B,Vm16k3xӋ]x|:z@!e{EYf81X!ge9m 5Qr/{;N>^X'S[vH%Nw1lyC*ð_tnZiӌ \6 \9ޭ!zEe t8TØ!8vkd puu"_X2Ů_[q- } Q#ͻiB,ki i* Jw`3niHyHV"I QtGOY64]mMR`gDZx_B@lē pXlnH1 7%fZ(M,/pU;N,k{.ܺz]cv:1;2FD&%"!kF7?I?dj: e뵄dv}a'^]obhecΙxq]p p\sXWzs㹗&LQos͏ZTu7O~q8"t孯g悪./ZˊPoTwlv!sy,6a ZUo6gMi{9EDZ1,sW^OKK)$fbڞn +CsZ?hhf":3uZ@w./K{n.d-Va=cÖ-lȵ˜Ϙ^ ԲNl",7 q7OYb׶P6ٷ\2T>O(VFOّa>Ec 3>iΩ뎺8+b2&$6Chɂة:SojN-PREW~qM't`& }1u/OIJ6hͱȷz#G|35 qnuA7Nn:99iI%Od\ R*8Gf{#@[c^*ߤ$Lؔ e@<ɠ$:prЏavaÆ@f 竊nzEFʀ/a1! J jw0gr9 b|bݒOCT)sG-ћumw=l655MJ&j{"gyfeAMI Wi2O( @H(͆[)̹ɍʨwTF IZRy*hF7fEaEY TaBKQexFK̙+ڈE͍#{6F!IVoq"[a*q8] gE,_$eRx0FgD\O e=ΏP pg< |>ߒ=S}e^=ܬT#U7-o,#` p9z,"7b,pE-$e1Ib&|ْuK](ǡg @6;ɪob?IJk:N u PB]<2&f~ѓ{OׯyTl *xGKUO*q(#ȾYv=3E䭲 WCthdYދk~_笙'AǨtd`Th$6Pi5 A0U= 9}GG 'jT%ylB|?Xqd?Ss#^D)&&>(q:]E[6C>mPPI¯~>[AP/΅Nԕujec[^ːS:ܛi. J/%ҝRեg]&@5_v--䢎\^!ՆՓ94G~,[3' Lpb_OޡX[S(|R$Ux'§!S%ۀ_p Nˆys1.8k'>^Z@ܸD7]xcFhh,gIpqqgmp"B5w#QڦUkdI#99,iD֔͌RZeskmW>_OahXJ|/٦iaPtGKT}k 'F@Zzq7j4rS{qb$Hg#8)p 'tr-ԦVMm+e:Tg+-,3GmCMX -DlGٺykRݱ `cs{E[ M AFƞ>ڀ3{ÀXOnxd_ߴ ?ᎃ1~N!1<هo~"M24?6^Lk(EJeoX}l\omu֦t<"g>wTd4gx:` 4ۓ𤨁AÅC pV//k?|} /W4JAEtGo"w4cmf5nELՒ 2pw䰉4"b!L{ XOdvQ 144Di7g^`4zXFapUZo!Ƞ%w01Fn3i7Co"bzeXLs>%  \Tg2&>D|s3m& >4f%%/~tSrndX*5hkHĶyXoOw2B峄VOk=-0߾J wdkoݢ ,O)eU1ﬞ 1L.+MV?ObC8pK{6%grpڽ1@$X/lm_f._Ы8igo+ $$6R\.65Hԋ^;n5GWu)-̧G# +B]{_Đſ\;oEu$L}墤3ZKz"`jZ?zR(ARBq ~.FU NE%J+ISLr*փxJԆNo ҇tѭӊG˜}?j3I-h JIw93)]]Y||d*Zyv5a _04T7V{f)`ѫx??}IznG+ EɺI=lZws,S5 sy\;od@nAe3H9:@YuUD8S.vpkr 6DsЧIEVL+FQ1y'/Ng}Ŕ Nsz 7f3n&Kd&i Wle Rjދ̶JMl _ _dD:n#0\:4pE5gWNs\:nkn"녖C+oV\޲gʐD)[*PWFў ~E;ؾ܅R29+uʇUń%;l45gouM%#fdj-껕uR/A1"wW?_0{_P.Q1S?k0E@R1UmGqWD{((c' 1Jm8%^?w8AMmF]uau+YEY?DAÈG^vHjasvm-XvOo){|dH塆K { 0EwMzaI"FO^B5鍅K2b&E-{"8S q߱%ϸC=AI/oqnU1$>tE p:4Ҿ?/sc?v^OIAc7:3%mRB ٙ}Zii(nCna=+X% {+:7q+-Gi Χr[=wLjKR^X =:#RF>{NŬ!!}:&C"C QxzM2:v?[%4.dG'7sR$T$[8:'}dv˙ﶻKVZzIejz`%:M7%E[g~9 ;OzG~Ȓ=HV$9@/7&nC Rm`9@oKM'J8zf6 Yg2tQ-6F!iY/φnm 0VOPPgߜaק:ORL1'atݻy&/B|&%efֽ< =ucF!0z?{V8W!A l zLZ~^}qKІJ׶XuAb;^^]tc:)6`ˍ0P-[A` P%1!OpTL/̗͔X"HR[k)HL5S c uf/Y|4c;Si%YX/hn}nG[H _gތRTuz=x$_2GQ{ |n*"U3I[kq9˶Új#ї󃱪 /_+ Ú)l@) z2 cba߆SϏbxm-9nR9~(*Xxї( "8F"sLʀoGYA!n⊪z-)A"Z}E"q\kxVZ.LJe(3uoV 78)9ɘS+*HР`~[[|l*n8޺Pʊ8~a=pAإ^l6^VqB#Ա+KXSK<,Ļ~L n Xo8/$?KD 3qW@u3RQE8+s 'Nﴳo˃.~Xxk?5Wl'0嬎etPR.| g2ʌ׌b1K&h9sڡ6n8M5d}d+з%ȰUc霏U y1u~0R>f,ɶFkd e9~&2iXTAE5=|7'nuǵp%#WOL3*'J0*%qӹo!'>TVKvo<q8/Ybܟ%a|>GCTϭ]0@S[-W(҇ ׾CgGz= r/( sP+>vM58dGlyZb-CI.%D*7 ;AxdPNhsPe(ٙr bٸW;ɀ Ě,m{`[LcHP!YTz'sIq8/Oc}x}}a43MOk#,AhIJGؙwNt"1ۘ\ŕ!iJhZ/;!*ӚbxKH] kū˦;:[}=] e0Hc3X3 d͚^&x~+sߓu|4ZrY:)P87$ȅa[--/}";b8ȭM8hesܻj=s~3]d [K?Iv߲-I|#\ݫځYf>sx"9.y S'E'tvR|M] D3~+rt;-&VUkҀggA.PħSF";BM`ei+6( 4xfET/feZª}즜Rj%4cA[Bӵ.wL_{- \f%9[ TˈxH+OI)-93bntKZцk>1u&*ahD{ 5V.&ur_' g/|2]'+2_RBxuΟd<8riM#2(H#P9"ㆦE5GZb8u}Y8c3SuSEQB¸R6Pnod=4H0,96e-ӷ ֖m[fWѲ}X Z4|-vP{LcԌxbsRGW:UmUn f;k͊G9Ń7Xq|ZLp VÅyfT"At d@4!*ebEK3?ljf>$ij#k➟G( h]xE~~Nl*9 D_!(NT~8ci-hbZb 34K G(m9u[S<xhdk]s96ƥȜ0˟'݇ Iq#A(x,Y1]Q6뛆tC_|f{̴hKA)] SI:ĘK *sGCMTjR(Hϫ׉$%p crzArMC XL&9㶅D;Z p]g~ޥ Eu@~+ACk[|-bd $Nl)%lt$ZR ;? 6, (@ْ7#/8}#tT,uKZ/ŷCp$}T(Q%-A3NOjjdAoӦh{o@NUp!c_ѻmxRgQlDUP0bQqbVfu56=S wGMc-D34@hu1p31WA:V QglEft`.t?ZLI0Bdꋾ^LlhE1[? C׽b֊PnVqo橉&({6ְwk`#o 4!_V'ZY:rL63m\K? ȟ1{D@ ,0֛ +I~f(lM8(;0<}}t78t=V 108u S[pqVPi=:,7Q>y~3=.{%o(i>]-=k5hTj矐y $ua¯Yt*{+%/b૖'" z 9RR-[2T+y\9idP>ecѨom4}ǂD8u^[n\ jv EBWn%;DQҗ&EkSJ5WpKыnfd:0諢뵓t5<{%b*,VmJӈ76d;ƨKrev~?eN&?Vꊁ\`e,鿁࠳E~x\2udNLfwa{5RiGOikHfh?XH-a̗ΗPQz@OWʗ2*eة(МN=)+5b)GT$,|wn@&́o , Xl*21hgva:tjF>j t|hj!肝Z!%@y6` 4M-.b>A-i@_Dtd rW'Yx2ZoR%@ \͊:n} J8!00hg43\)cG*[,HҶKmR (>2dNy&=ǩ~e) NQCTSOiL||Y'7ttCJkkW#y4=Yn% SeV~9mQVHP)OKUh=%ԪjVQ(dTB hȢN܇x歺wT^!އ> 99G3vڰM49䆻uIVSmSP⽟>!>&,l1:i7v y29s& <8+6~ΛN'tVlSʼnZO #ڽdG.3暪NJܘ#{Cj:3j19Ru죤}ÉoD1ABD"|-:x_ܠƟ+3nYnji;r9/J<8j]JV5E Tuޚ,rfS$ƛ;g!@~WğD,usEV!*}aN?WЏ h?~cy [jaIUr4 Gh(rbev{pcyH dª:Aacjf`ԬC34,#^{2 xcߊ^c+4PqWUx wXR݄]"%\W=E=Aظ^+t{ z9֗'5lDnRkEe@]Y)e6âvHט#8;]X6h$-@FJG@ ]irްRTm̱Cb"WMWܑQk'֦XɪqSMB23O؊e/ fYk4g73PVnCF@9F >@{ofػne|5rdDw}B$98- W{I4W8WϽMszy#(ޕ ϩ&<ɤz-|"7M\H0R|<'}բgQ|r3,HrJ@` lap{aC#/w]";Ku3/h+ O6%hpOx-5#̃I>w;Mۅky̴Fn` MdZji~v׶u*p hro9TKxrH/1!*{W<Ƀ+R[y ]tzaZLɠ2$hZ{q4'klP6_M(Z ' ݞ#^_ ΰ@QPbiO#X KLN{Hgh^Ny#b=vN3HI>Q[*SB`?Mx=MWb1{" $z(H|8+YY?LR^0t3VT"D`X * c{M Ce Aq|zI)0>yܩq# B=ڎX7_~!C.?2@Q!5!V}]Vp^}9nL*l0hQMUz̗wg %P[y6T-||^MzwuZI$ #Za53x(B sRߚ⅒2+4f(y}]χ^YTG}3m}yN&:G6Vm߮Y:nx˲3XsŢpNU=M$ވ ^ǰ `K)h]WK7`zMDŽzW\]:7fP6&T0#x$u$ۥ~duΣ63[Z' ě[m,@X)~GRʅ_},qz:+gkU[ N,rh($wP*jo̅6ZU1FJڔ4l-NIWasNTt pb~s9\iD'&-0Q{ߑ| )/ Bgoyy|G--$)#nQ@,]¢MåtDz*(м+%J`LfWG!NJxuW۷&y3YQ"Zg 8¥~U'+屮@eKHp]b+YRJ1]֞p:Yo&'<'}fEwe֔9!Z3՝ZdۍtDVX҅d6|\֍8őz5& ʵhI~լdk 6e+BDV9FNQXW~u4ە?kOiY}oVw٣^2eZpi!j-fMC ^Ei=}t So %F7HPK#??4BǿMCcb(Olp4)8|Rh!+`L?0CA+B 8[Ґ>HI&jM N:)6 :gᴅ#J=9EG)'J8GX"cQ&$eKzi)~Zypϯ6u;-6B?!=>?: 7K$J\i3ٙܺc_Z l㕟w;PjE#{uCʈ oDp+SЀܝ6#x.Ye& 亗Dmɺ;PfqH ?L˷kDqqgv 7ڏrfr/vrnNĂn&*g8IAbK@n yovWboU˜asSAcd}L t_ޏiEAbw;Rhh,^iA 7G-uA7 x,a{У%%R pljSn|o]9E!=blͬk-Yή/y ؤ>tnp8JZӅ=_!Fg/e9kb~iL'~vV90 Eol$}G2VdtY{ŒlQ\ ?eo$ NJ^ 5a] /Cu4  :"5_/rfA>4BM(TT}ktBLGGگj;e|L =ZhlK[tb2x|N6r;XAuZ 6Pؼw@ԱV4*`+ȝ,)ȅ{&cj H D!tqYA>a֡!㝰"H8X0 $6%SBg`Z}d_]]0W8?j!LvWOP_ # q:f*=QJ2gX9tm;Ӊ%r _Q/ X S8& ~g:HNȔ2k3v)< ȼr\&>w u>,a8Wq--Pt3~)wr8Wȉ$u%9}CjRw]gV| d&jhI0A\Gص ˎw x օJĮl. *WC4sڕ \=?&yrxm~z);ğ@b鸾 ~'Ol\9 ^8U~F~@G) 1os3OۘouГdv7H[KӅ;+YJs>4 OFWӒōP :3 ʧ;r4E{u W1}A6twi.Ko%xpS'{nLp zZ)Y~jhZǻ Ѵ`D` dN0)/.XgI--FaxcB B)i9-B;4xvJd5VvS.9v_̏Ap#.c,v1e;~,.2Z{pƀ6%tyKD$á|`r>Įaq:bhnd677DY(&ΨZ8uP<4K?޶i>+$APJa`ku7ԋ%#2#y.>6̣~ -V >AS"h>P`nğjը~A}suN8t)9;#Yax"[(㨠~e S$> s?0}Q%7m$78x?Pao/3"3޸WڄWms)- R(- Et5o=@!sY~Xxd"@*Lޯ oFuu8{I)$/δN|eo˂IksjpafR{A8@* 'ncj&AS?ݓ(Ɩn2>off/vFEL-cƩ<&#۠t*27%,񏞺PqV^vY>H׿woT< V"InLw"!glXr0j|+pN<ԥ׃1u>9!j|Pm )wOZ%Mr nS3ҲGܝ㳒W;²h-뇶_˻'oK2&1PWXlҷ i'"48-%$ lmG:pkyM)= i:~fha2$YМyyt3U K"Pɶygv6 zl|4GU=[2QS2R]RlϲUծ,* HḰb};̖ s0HA#P?{CP}!ׂg^־Md_(7 y [VIt b2|=in8OhZdAqNGEOߖmaWDtEfg|FF@rp.dކx D+M)de|I{^cM42f'Q5-j89{?TR:9uUt$X,6!3>+GX[~_{X@CjւS,i0m?Xbc a]C|*X/3݈e澏vo+7/2&d qYƿY }$(8K_MB~:G~l V "ʝ6NkAil`^F؛[QhlYso^xoć]G]E}rwC'/ 9@ K8Vcd(gbӚU`+VIݑd;dr4~[ݙ/&z`NX뽁+k`'@q&__TEߞ߳7В"b=sDGQEDoLE/P:G1M?,gf>rA3E8(`BF,.'[,jT/<60} ?P jQ:]4n E6[\l ݹo%{L( pec ߱El{<(Sr9YMIT20]<Lc/  Ir5#n.%Lsrd$Y!LzL+SLG@ܹ]Ji6e'SJ$rBrp:*k`Z}gkMc2G(Ơ<k0;<J-̽zDWd6Xj) pʅhS߇lS`A\cg\:\ď?0eYy J߉O)BP,E@<E/i+biS%.+WM3= JZ D*|A҇fr+ۓ^ &bsILj@"Brr>]R6q5`RO*w7Pn¶U ߶$`%Dw``* }T9K|,qI$+0L1 B0ܙj,א 2{t34lLN%2ByS~8_m䠞rpRj6:$X~Al{Q bb?苈\4 Ο,fSJ:[NQWvd{Ա#TsTi\V2CA|AJbvթ{5X]mTڗ)}QVݛA  IƊgFh^_=OuNAܡQҟg( v*j_VO2V{m$_2\Qstu(i` Io/ DYe\78s ;kz3JXq\xx˜&C ;:Qa2 =yZhEt%Q>#p*ϒ2{ P8R&:z۰6;>`a$i9Co@KmFqyj{ptuUY(Zr28x`goWpg=W]7i=/9~'>aK]A$ou=Aid3ݱQ6nmF)*jS}e ,tL|9 6Uܯ*zvoh?Qxx8O ,sWP>|vX w+bMQx*Biٮhz^C֭) ^. ʀ יj*yB[WwӼ"p ޥ@fPl ̎{,N!`vR4 eI_'icK5HJ띱RNnNV_&T-WD[X xIY2j2vZ,9XNl@7׍t 9 l/|g^*кx=\G^JZ׮D俣kP!T io2-=RTDrέ3QBj,_ jXmH8FMrb㡬E#/6__V0Wor B4-@ @;4'6>p+.jj7Tض}qw_7P:\LO I-]>e];ثn?Ta ^-l5g~g^IJW0UD0 ,GmP9mGBSLWoaK 9-vdαF"^XJ-Jҟ6YSx-xrFCq_Ԡ,wgV^ 7|&E"&3&;9ؿb3Ѷ<:ɡ/Bؗ]ڛVƽr   GȠZ[L/M P *R1_;v*9}BjWVӾA}"eߧ}K*Zp_8t?XrG L`2JJ_Yʒϯcgc(Z:侖850'z4i8KsK;bLtE grU9“ˋk #&zʾN;{Ekm)I)IeG+uNHЗQZR7}VAxQdD83r^d[\yWsB)䭝QUi0 -c/7LMlsQv(D=QFK5GWZhM4FAqBD 1,}Omri~rMaweX0LWQCr`RjL oD>>jL*zD/sTx4Ş W jO5XȒ@8 )}tc!WHY'DJ:RTY9#V~"ă< &S; ςԥWbeM) ::M#kHva@n+W~u ϖ$Z[aFP6Li %Qt=??^|U|43i~4^tVS p-kY:Z*.v|`+?@,5nU;ۇU:,h=eG\s[`2%=| 5^ϑ`j eR9=B}QU}t} ;Z7WNi.בLibޑ[}lN@ݲI8(?j %YHwݨDs]R_qѦ!֢u5d*6 UtE-ԗ%v0*e! RסLCR%UEZCG!D"uR#9Qq/GxБM^s`X8 l8 6Ă]D@jm6ĪԜ/Eb|[~C8NN3̾nYL;r .4(='nUm/c|̪k/DFbvZt 1{VsM9L]Too_| nA;F_I}a jx2:$|V? iK"aZU&Nߗ >/L4r,}oC2Ii.*a#a\_r^6"Mr3Il *K"F-.p8|CEwVl r掼+Kva*a$̱d<$()MI0Oڎˈhx$ׇc@$FoG?tےO(l 3{kKJC!_3~{ ZS-u߂N[ϝk AyP⩤92m{ hȓiWh:uVQj tǡٮ-k7'>Y;ޢB)_3iƕ&Kv6$kȱsJ6wo#\/v6C@.Uh0Ua4V@+*uQ,׳NA0! ?xN<22?&]P8D; /n[gst]0m!׏惋0heLtU|((#v@:,%<0p=9 r.k WKV):0I]H-r JlOuy 2&+:jm?g[ُ|".W -_HG|v\ o,pPLؐ{- >k̨*~ȸ"8tpႭňOXaqV}9<-Zq}p'wq5Wq2lKJ_5u$ƌTMe&`=A iHHOu3G/vGHv* 7UAei-xsxcTUD,OwM3)o"`L:^ oUТ rk1}?Je 1u 56~ؗ#mk=9e7m.=*CQR\0tòPŵV|SK9NL( )o+k9)ؗ ˲_~R#~)yA^V ,Fe7>Z6( I>xY8ƤAej̍Bc, {f^{ ɗf4jk{%Yxq< TBBtՠuQX\^&N[(yDa TӇ_BE_]+T|C+,N2yc=b>H\U6a۶FǴjɨ0F-ms-€^ihA%!2NtZүR%cY\q(2+?TUh "'8:]h:f9k@ hW>CHFykW3b R{Z'ADH3b DYadMC̥P"Ohoi߉Os O{xRK^Tpl4<-.ZFV ni7.>*}4x 4hi CsGγғi>Z?j.C@= OڜkuTJR/3FrTd$4d#mRO?("p}6Lbj(T),V o˼ؽ̖&u@'M6w)^ !c1JH1=ȒE2$fSl؟o[td@귁 c$λ1:NXd| "5zɟygnq &ТwPVY .iq=R׻ l6b:Y;g}aHOۆx<,XPW{d26QSY"ƅ ?;'K֗`Ӵb_eLDO骚j =PD[;мWh c˄ $mk8>^C؋ROԮ-R)zg| 3W7%k$ rPڊ/H[~N78Y*^Vk`ȔXU@M}'V^F'ZYH\2zݣjyowk'ݝ|ںiuWW;Z0nؑ_ .W(d|uC.F^ZN\ga"fua\Y]5Jj1Qmy$U2|ZI*2z! yWpA3T/̞? /rt ]{`|- P YZ