sqlite3-tcl-3.50.2-150000.3.33.1<>,ԉhA`p9|jns GmkX`ґίRx*"]vgׅ`{}j-Cߓ$a{8sNDI2pRɧ-F W WR2k[0c5^"GNWB v,O7=h B+٥1˜mSz1[3 <'5 L0+\ >!C1#w7p7|ǻ&/+Ic tW "q( .O4!~2IWcҩ>>4?$d # :HLX\u     0  0Xh(8N9N: }NF:GTHdItXxY\]^b:cd]ebfelgu|vwxyz Csqlite3-tcl3.50.2150000.3.33.1Tcl binding for SQLiteThis package contains laguage bindings from the Tcl programming language SQLite. 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.hA`h02-armsrv2ZSUSE Linux Enterprise 15SUSE LLC SUSE-Public-Domainhttps://www.suse.com/Development/Libraries/Tclhttps://www.sqlite.org/linuxaarch64YlGA큤h@h@h@h?2f0a650487a06c70593ed46d1cb095ef964a9a78a91c5df4c3846320d4c207a088bd94c26bbd4c1736ac150baa8435affca11139028ce79235711c714de6f16bd795bd3ddd7e0fb97ecda7d81eea679a03b406ca9fa7f28349415a35a8918839rootrootrootrootrootrootrootrootsqlite3-3.50.2-150000.3.33.1.src.rpmlibtclsqlite3.so()(64bit)sqlite3-tclsqlite3-tcl(aarch-64)@@@@    ld-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)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.h02-armsrv2 17536945603.50.2-150000.3.33.13.50.2-150000.3.33.1sqlite3.50.2libtclsqlite3.sopkgIndex.tclsqlite3.n.gz/usr/lib64/tcl//usr/lib64/tcl/sqlite3.50.2//usr/share/man/mann/-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-linuxdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ac64de841ed1ab927f9470e758d7e2dac90cb569, strippedASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PRRRRFt5jutf-8b7429e5e5b6d2e896cdc3864842125482ad6de4e15a93ea182175862a9b0f9ac? 7zXZ !t/4]"k%@ 9m򺉘HNz[ePXº;\؝k`-:-+鉯ĦE`E*Ohc9?8G|,9c,[4-JGZz5Do',;pjŷ`-\ǝިSTS ,h'fif,O !\E)2!ҐGχeLߧ? JҸ: 3V0XYT0W'GNM,c{l:߫B,119'U &[(4D+UtC=ӽ]QF@GF v @(uy !Ϭ8i‚}{wP0Nttdݍz -A3M!}6A LɀL{BbSl ] 5@bt+h:IOB?1ʑSnyjTW?V3=y$Ӑ I)TAu~[T`䬫 +'vHD5-!=&amWtH v'z5m@3dLV(2ݛ<Ρ1=!g .D˳B)&߼؁EX5ro4 T"h[G)L@e=5y`b G PtAxEўa 4PG6/TTba߮?Pg?KAS>1Z7A g+L6 Fd\XBW GO.62 [;ղs$u>{U.T7ٵfj=QzdKeO3t<dU pD5ɲpouZ ?+f 2q Yh_hm֢vֱzgnxyJL3|ml[w"ݰO׫1=w}%aBq* Nz$$'FUh!лy~^eCG ~6 _Mަs:ns`g$χfEo-ֆR8 ęY9{wܚt|ijn!}*v22ob'@Nӧ g0g]<#dcG:$M}x6Gn5–Z\|s."EFX>^òx^v.5-WV*S VӥD\\De(N~V6.3] ߣ] m3q9}aCaKۉ2wVۑTuig3#^]~/(et$Yfh~3UAzSBNn';vi2 Aq ]YFx!Hm"~8'XJڍQU^ZfSfaQnS*!VD1ґꔡu<b$?$yeFws>,"SI[ɴ;nCO(7rx@E9 [k<-o yI+$ίB-ilq7_;S Ss>5tY *(<Z@Z DV4 ժo9NxSa c&1 Z.3O`-:/\g^XI,yCAS{۩ﹱ2HT b5?fLSFЦ@pǑ.E[_Ye^@!naC!pr.Po8 EoU O}T4V5mА1-D(хsCSly[tP kV6+Z`owYT6ʭזÇQFnhTg_GĈ4޿w}]8 ǫ^6[q e -v,~^UA)@jop jB~HK$xq&lא_kj+.8xs9;K T_6"w[pcg;-8'" &oׯfVwqd-t#1[Ȟe p%ٖ茋h*_nEٵ%CyfW*c3Wsq|!H8><HChP_:Bu \\[zRe$¶[p_" E8aN1Ϳ_WR\\ͱ΅KB'gR (s}}ΈЯ!OJڅh c, act57 Zlq-I0kR]{@{0:xZ^c Ņr^,[ZXc;-Gi2ru@ JηtDt4)9TDm*# ι+1!mEIE-ŻhTВyIi[Cr8Yho`tdx`W.b1hgNR Y>3?OfXl2cs*$oO/nHpSi\/G ᔙ$[`;m@s 7dzF( C{Nh$:? c4`6t_s0"qd5ceDsM,;6)?x8gGBK7_vq4#Z[mip|J;7%~-l}+v~~23|,)dVp5t*ʺ}qp?۸|!+u3\y̥Z-?c9RPXMjrR$ ]?S`⯺9_P~S%q|*3=;F$@Η^[S8?)_A7oz/cu0xț_d[r8jz>1Nw=MjR&|ơGp5`'1"Nuo?3K )]C%%wDr.۹ߡM..m5b$* `<,_a.a߇{g"=0Q*iiLU8Em`Qp8Irn.BJQ9n,ϫ1 %6#HxrDDVjD6׽|ʫ6+c^AѵwejQRazybHtVj$Ց'[Y~=XTKLa:2DfaSUpNkyigێXd$(m+>d ]4hAX{w[{4_~tB=&9JU?`%8uKMxj$&sVʴh,ba܂3ȯ0¾L>W:ɭ l[Xt XÓ?_#:k H{GA`S)e$q7ܶn=?#Y*_,fBlN6YtΛ=ZXS38G+ri I_x}뮎ԌA T@;-%Ʀ V/<؂{̥ښ&5}P˾Ѵ凣W|rSD8S De(oEf4va [l>ƩI43h,}j lk)@j^kZYGas@$Bu&y_OR Ցmwӊfpglf!I%X<ϊd#Wӏ̢5A.BcA jGy2\S}R_-gh:3)H2;ukFF1=ZUxrcX}^$*IrB  ,NHwo, 0ѺsU2D ")}{=c7ڑx9u'7EtXH>0ܟVIC5tCX'v2Z\ (Jf `8XP9{{cKB"'NyћǙc5ʏBB/p UEwTW9<Hg'?6Z܄FFuz-t\w*E(gS\z9T&Hb)b$WK:P+#V̦MgEi"ENٕm\?m [->8ŋQ!GPhAR8#4H_Օ4`͛OY4o..G shWO}@lI. f x9/7~XRFXT;xmVb™.bҝ"&ɞZ5<=ayi  $O zޓ;tM#`IUOOVg|Pɵ6ȇn.h| I'̶Vijv#ARصZ^L/GaDsZjD;upx~-3{cfLSYD!&~Ğa tqJTZ55oD)ZהKjQ_:*bc!(q/ a]췝3XT=?wLVGQuqP%F$zCGt#Dʾ-2#y PuMŒ# dn\YH tNʔH1Vܱ2<;k[%5[,+OP5=ev;fբ7,_B;,42/5>z9tC }Tj5'΍V2=5De}? *3iFosF(1 igڀ9g<`]h 6`bÒ~lJ`pD_$kQ}/>d7aQ/mLr/\C\uiHC?'Fɽ4y8BNۣFp(=# fl`L:524#¢{\~r'd૲p&~荞ED-TΊ|D*w1q7BD(v~H! 6.xZgn/6A8̴)*#whLH,a-0qh/ǸMPezuC5mSk[=xxr"\o+mYN *}^& өKc{m]ǎbM^#r KGԪNeP= 9OnKmjdJ.u;ȎdON|qKZ%VObNV@HT2 +nj"Uyȉ'Ʋ] vez#P^Wz8ufD|d  I 1CW!bdFܢm⭩zIIů]W^a% oSFC$?@3꩹U3no(KYZdߏ(M:fca~z-o.[[ز[=BQhIE4@0Wh+^X 'ֽ_Iϙų*@sT3@eT%ri;g[bM`DP&v )p:gнv0'B@k|Ep6ѷcsθ >WIZ%wk(B*dQhM}7zJ9@EK8Z#C`NHjB<(x:Qлnyhfn+;b!+H Z`V^K93YXqx,>1wgu>*ׁm|j[' ٰJܷ& .uxmoxY7.!vN8)ݣ1>:~<(z'" LH[$γtzX d0gfmGìQ:;rKFFƤ8Q;#Ǭ V hD 8Ϩ;Xe3ډf>?TJu%$J6^?\LI4ղ}\!L׽brBG,`(" T'@!hk'i \m\g2넺!|ex˿$Ǧl6WMw $581: `mHC;)0U}v˩#HMv\2 [ZK `oZmaaEIN:ج]\/@q1 Pir:"][}; 8Oլ#H[<9BMn. sd6>r]~+?MC/SvߌwZٺle\,Y-<&2x^jIr' 8>ͼZdN gBM^\ ; Kntw,}9y_FkzG|G1VO[wbU H#AhyCTз|]L?5Y am(P;hUɅ+[ŜȘځslOQVېj8۵`ø$.sT@`V#ӵtoOk#l P;" 4NμXIH^,V?UB|ucC WzG¼#:rvWQD sV.1G]ET_ĥ煓aߵf}UڄZA>\Ϯ^PHg?xj?Z~bxOn S[xp,,@d]^ \D[)m+T:ɸӸbq"b]\l ϸ!.٘]jLRGEE %&'Jpl J;<>99Yw(yaKE`ԕ9Ecݜ[& $$p¼GfQm4E/agP F2ε \jp`+ \k)q}B &T[`N9Nz75lݏeYyzTU.EFQD(a)#Wy^aO(GyFN\n[M@xT)SV0г-G= +~^ +cmvja!Z@KƄ9<PKN:udk76aRmn{Q䜺d q9`Ǽ1>qE䥷}17_q+oijyefuU͔X&$o_[uC!,(j6(zY)ð`8_3 {d ҍэ!hOP. =ݹM3)wElܪgTQRU+5c7V'k<`^@wt;稢bj wHH , ZkY5n2',ײ/Aq>bXFAgA5*NcAecOD*!~ry:v' Wzo]F~k֍YZE'^x(\8K: mEeG8 }ׯ9|[Wn(3th? 4/O4Jer04?Xaɜ{6YgHNMܕr;Y2-Tp5#.Ekd&x)j+c=Oq_B\S3@Uk%ub&HcE/rQo 8 {"=s)t jԢyS1/aw%[ZZHڗ=oƚ.庒 9 4=B%<׎{j%Ի v+d<,W/^v~1٥m8_:3e#+ga'}3T(2 {4Q6}((z4^Ī,혰 u{ /犩< /GY#!LJ$GIbxI9aYE߅zE.I͗7*^ ѕ>aaJf/r?ױdE9㉮EG,ll$ȢNX O NF2 |J#߼K?U#%5"$ZG}lEnNoCT {]NLW]w"6챴O8ǁuL')p 0fm?ƕ5fMc# |U.yD9 tƃOj`&CppiA ?4b*X#~;)^>4[/Mc\\pނEaRYޝG ?mp~]{& ,r7ߴH h9jlBs . 9ȴx *`+SKOȘvU-QFA[ľ\kED<|y+.-gTZ/{a JJr ۲l hu7V\F(;jIRO _%m;Qq6:annf@~Uo[_{WoG)vK+= GU3.NhT8wd5aY."Yƴ;! Fȇ) 1p[C$X5m^G/LәRJ3=1. -|J)qvj1[|hܾ)¡ع yĀ&1$[e2G1cmi=\cY-QHGڳYHKӟz'3'm<'ybZQJZX7T8kػDj7^ZvKl8ʺ 3px.<WFVɚZ [iESh? )LiWAra%u0DqAʍ^5G^ݟdc Tڂ;ٹ2-1X`(BvMi՚~EPp,gPW  Ev+R}q W I^&qBQzZ<-1OVX6!Գu>qаS_neoUhBeQo[Iw-#7oSHo1wJwBE/bkݰ^!/+G 7H/Wa11g!A,|bmUe3[>Ӥ@Q_5񅺿fcC{7 i/3MnMC, 8='◊i;FV _HlH~dU)Mo4vntベXeKbY,K~rOfl,D´!bLܯMtTu^B(Ek3Ø;} (|^+k]h_ x߸R&BJ6$q,&%?AQQw-:S78zHbqK\D8G+L~wu%8%<XOְ/~%1uڪ%1hMJYA~38b`Ʋ]u$ IW4̕*71P:%?s/ό^ 2DQre#SfB?jeqrfle؊ +JF-I&AS{wy47),G\rE% 7߼@|l /vm7P>eǺS y<]w ]Tl؀`ˁ}cN۬RlߠǰVj* Q$eP"aLV?3IN9ޡc1/OKjnE`jخC L ZhZݏ5dO6gV"}&=Hi$<,h\&\+f.>˕AN5m TS W;[FhT){X[u}sc6g5CclC!P|ԓ $* EmA1K}{?un z|&Z xǣTw)LQI9T `h{DA*YZ"l*qǵLBՎՕ,@tei_ĝȢ[n9*oJ'/BtĝggPMiʃ[:0?M2jdfs&(YbQv 0W$2 >Y4{b%:\=r$X1v&$ X ʢvu}Cs9W7f*o IvaQF5L:i˹?` ɜ(b.Rj\[G#A#ShoHmuNC)om{!ʪB\xR)߭aM M1ܺ\fZ;l"`A%q+sK.\}?㏍+ ,as{pfRo䜲ǻ..2i02(V|^miIp a4&h2w7슔 l%vTK靷tšRG*%MֳRT$x;Ց.}ऌ4ROuRuC>۴ȸYL5 $VmBtR-ȩCCn98slwc,Fd惪-~vM]6B FFw9JԀ_R0 8{v4萜4(@A}],j~ 04eXG^*vӛ] s}uv+ *ZOV2َ$t\.S@!)}w͒-)ᇽ P0 C3zKcZ>1XljYI6nӞp,C,QWs7ߏľ,XKsĜ$Gv>n/^Pl=^fp]>-1cKhΈ欣pa^"I:@,IpVN+G/7NHmgE\{R øό< a&_<-CfR+?yF:*c򫿥e_^Eb5mvMGK<ͭǃk%&{nrhMש!kQ#]`%VW0GN?!}$0@1f(b_Sc]D3حno͕ : ̅FNP#!b%{))cz å|C /$R],c ^w4cWJ3)#xͽ.O>'^ؐPA%c5G=ۍ !eBfiʮs:>zJ¬:]K[c\1\ABHjq[AS{#&޻ 8n<VyDr()a3/503C*`}UL_wⓅ`M #ƈ!OK4Sҙ.V>wq a::;z%G)V7v2~D{n3b=pasEK޾ĕO^.[`=Y? a䗇֭Glaof/jG?J |ؚ Τ1 +fS `H܊Q,-`\hߛ>RxGK4)xޫvŝZ`3,~rԽ/5 9A݉Sra4HR꽸ĆKuOVkŸ&`mЖ Py$TO7ܻƀc/Ɂ8"`|۫lC9n5 _,Q [ GSBzh8qցg09X5>ܯr8"sZSCQ'M~CSY]VmLL duN1Ih>.3{:,*J*vo`6R$>\\ܰ4L_ Q9 H h|)y#$ ?Vtl^tQh>ݬm?8]zBW}!C|_3U\~ū5\t6Hj# zh7!Yxu$7PGi2x'ΤVJށ}g,7m%MLVsuSu@A0v=m0adT*:(C6)><}XCqbÇjm{= ѰHbǛGn 5=Xxe6dXmϑbMGt'w9Xm>R~'ܛ Sl_9g _\.`ىx/6$hOeDr׌&OOff2jAOZ|o:$2t#5ZQ<^E~哻)O:j'֗]c  "Euk #y0C~y/r̤yY{fb 뿆͜lOhޙ/\v:ʓcx))05{U`͇Z~U2Krl0 ?p<}2qw|%PLON[c3׳R'̜ 2<4 ݌b]LJLyM}n~ވ~=,g nL'_WHDA5Cpрn"7'|~tވkЦ(?:Th}VNlH3v?nCdt_pܴCE\gs@mEnMr]C(Q$jhadhmfTGv -ѿMMd3y=͇3z@)^㢘+S az ]-Y0 ѿm?rT,>gb/II)V-6a&z;wlމv+hkþdUq5ҀDt[Q)]]沊LAQˮ7yHT*B>;' =n1V?HnʖʒX@H *ǟ3E"%=Y^iXj%1H\H%4UI(4)Q("Ӽ!%VG/Bѿiw]5Hw<Һ#.z:tkzQj§~4:DK{@jL~Qrv`'sq."") fGRߨ^%"<,%C yKd|*do|u]aцe&54s}!6UDt\N)_=|*bӅnop >nJ>+ţ$Px դonJ=C5=225)w{2TehmrgOYFyqB%(v_3,dhFۓ~E=5wiU8]'F&5n+rx$йLQNr%A%hQ`k(yǎgu _lS<'1 [5ծABj/Ew=K:Y)2P|L7n9Hm' ->mv|dj7#2Ch48[6E<V??4o]Ū}Y))S+ /=hE%N9 #\xpcb> D"8 `գ%q2`-l@\p SmK<ԛwN4(*Ź,zUt^\DOmh&|tzkbt̷h^pv֥3W|ӯReWh!rjJ%̌"hEܣ;IxI/ˌh}~^_P:~ЙU gֆjI(2,e^ \jbye$]n!KE.2\*mi$'ɺEd=W 8)*Py!?,ȳf[ yR'z(QrK7"ExǍbg/I~vXZJk#WᔕO0a'3-[dL[+'}Ir-@CٛZyewBLۇˢNr,9#Oy{d/xK5 {tsJ@/݀ShWS|+^MiA<&m'.k7-Rq{fTq6^9\+2`Qhxu315"%|;.LeLrH]ړ֔ܮ}"2jMG||+obL%H<8f uƙ2nolj=VVĸ!. hmRh-EIv``"{&nGe*ym*F`ɊU4(i 0ܘoт<-  ^^ n4I-dl6MmD/|=Lqn0eaEӗad"S/5X @BV:&s=~IF(2W.G2m(H u9nީV#:1w$c}xVԶ jb{%&ǩ#6xTcTV-GQ3?IWu*- W0n*bϱs}Iu{)`:2}w>^~J0a._JJ_>2PFzQ#D GS7,q'gf$Nh8=~\PK|r.æ0,EE>'|5ŧ.R kSR-2m_Dy'YHv*n<%±#PPoՋ(ewQ+0w}/ G *}Y\XΨ3oheuG%| 欹<~x4d_5 Ӈ\gBaRn>n\#!%)pzPDJ;9N|2^$ Udx8?9_|(Ѯ]cy_zNC1OArsTjx)|%KY>nԣUo<):GC셓`E|Db,!,D@ijkOct,Ej\ׄl|1 nJ/R58l2%jVcmN,>ZTG2v4PNP5 W>ƈaMmπqTGLWۧ,EHܷBp{?\qz=$2a0NKCarS5+yl,5rv'o57 Z̊)Ӽ5Wtv^ᯬzFsp-@ha_\xw@|o\޼*="z$͕=_''_tl%H<>lX5X"PT|&.Ɖ4>L 0-ޅ~YHڂEƲ * {Vm&o'4Jh'N 9}MGABRt dm~?sE7XxguAcv5NF9Q |]e `]VaTYd+ #txKΓbBxs8!A ۱$teXM4=bku]+2z&Gk޲Sm7^ ?% ҞDԤH@\jvZ#b77]a?ifGݔ$miTc6غȸE"RheۆAynU3h'Eėm>X& ̝hp-BPM*8I`Bb U=tVF﹜)U%cyI2JяsB=TG7Skk>Eݰg(h_|z> y+yKM *)ٕ\)H#YApm%d<{"@}v||BoYeBu~6!}SBywLa(0X^"g]C)EtFlDSb._UO#BHe!oO\r)ŒNMJ]hy#f*gY!t%ګ^F0ࢼy$XzW@suR+T0әl**fIɵP <8͓!**FMlpQogӈ#[mIx3h4"%1Jw^[L!S+Dwjq5>p-]"S*)*WcAx+y 1dWJ:f: vT]"] eh'C2 s A=z*?$X 2e`Mu9Gt"$ T|d?yƃeO`-gb*W3wVê<啔 O3,'bJ(h?>ZF8Ը#Xmm"R3*BBNF,ZCz͑ btm̙amqrt$D[n F졝̹K87^*iFƸ}Yv4bOG. spocFQ}TuFӑ숩[-Zsx7}g{\=5H*)iz-&,9zn9pN\udc}4EX/0ZkSGbq#%cJaO30(ƸA*I7q\ ރ }MU4v(6U_[X\d aUL0AiD?;#c+ޤiM 5y~1^kgWcy߾Paa&I`%jkPm)q*Y"*?:uUfx#|*{x@.y) h<1p2!gKiJab~+_{;b'}7aY 0*$%4PK/B8TGi> i,;( DA?3{=M/|,x~Vb/2b@93з( gϷg ՖBea:Ř(oP0'M_ G(v|M 0Θ#̼SDf 򐜔^S$p:>L(Ƃe R g8e5UuYj l߱-CޫĜU}JA}3 %Ctux}7 JC 3R}N?E"iT$L*E$yY,7) 5wad_RڑD[1}Vh1WWABTeUfY6㧜6SYB s!&܆StΈr&'I/D(sUknB aAe/rZj!O;F 8{TaL8;P;08.KJGY~Y|*]W~(Fw}mИ=[!cx"M[ 5)URRp_*?v"3{$1TY%Wsm}sPI\n?cC/%Z@|Z[84}hTƼ?%RQU~S$4dǝ]urILs"ܩ$-BXwg`h%~[r6r#FĉiPC }oT& ;ZT<%މ%s3k X14}eO:̀w𨢪51zӲOdϠ$Zituצqlb'UlVv~Y)sZ ֎33-ĶfBIl0w[rv$rGj!E} 6N^,wɈ+iy&Wm4fϏPK恠>L W<C09 D6r&CQclg[ib7Lk8$*-, :)߹A9_nMϒpԍ>0XO5d R*9o}$f >aNYNn t\oft~fELӏE;y$\|E ⫵gYi5ڀ骵V;@vjxr fjYΈvS$nS.mRmY?l,Z~"'H6qVy9=M&@ [ ʞ+C. 2(\ VNnJ@D3-^uS)ۊx"yNP\O#I-֛TM;@'253^TBU.؟ A*1,l~ΚӮۼi/ٯ cU]:܌l-'S hRu_9}XÈ_b%6H,Q9FN/v%O*-mtv.r]y7ayGxeu^pO'dz%*%t׈aI})S 7⏪.=[l'H陟mU:vLZRA:ntmYɝYcPk -U˩)+Ùl\ZSGbftk|]d&.^=sr9}a :3 w// - IbQ b9V90m[IP5ЭEd~bKH|S5/O7R76U48+zx7uhН1) `CdِSh&2}0UQh i15WZ8ܹ̩<^~ 1r@f=җ [6m)?2 wʺ/~r(ӻCx [XX/>$ K? kS,{gݰ87ESu k$\kCΤt  g`#;U/%J!\qR|nMv_8*E'(fP Q'/ak(Br8;%4?Ydw>\P9ւ hcn/|>Ȉ=BE6K_ SP0:'εp6)S&BK|.Bibe@St<]S@[$aC_Sqmv&)4_pt g](]O&ƭȻ:DJVچSF@"n)].qbXo%*4ל9ӗpj*wʶ,A>ۺ^N<1'T^՜0?꒖tDwD>i$|Ϊ?n6KNjYdU'KaIJp%tP)m@Y>}oz%؄h: V)^].qYsC`uk2?Sf`3JrI9:@iE0Gqsy1~mwy` r׉U\#n CjC6RGԥ0q q֛D{`8_Q?KF}W#Þ pLykPEѰ?c B]`1 cmRS6>oZχn%^~ncOA% C\>6Xotx jJŭ1< 8SBA֯8drνsCIf앒)Wi Yq1oX.tof3w OvҎȌ Q<4y9(.m^ڴ7 ]/c~@r~׿)դ:'&$һIwP*Tև_W5DX*OQݲ϶y&R FQx*en3&/qw2~J+|Kɶ;d(${l-Mt- :%T}q! 2uLydtuU I|Y- ! h?a-PM|wd%1YIc;<2#Nh|fw]*y 0?U+-~deu4L.x<6{Y]B]_muMָ3߮Wme_lB˨UzSsyYcO<L$u^unܺG,cWP#|㸇uwQ$}pϺ$*쏃p 4X#i`}d:{ ĻBK=Dn(R+[IɌMp_tفCZ׉q^*l}%LR. HQ$G56u8:m/K7^DlO k )CcDh wb|#xD|R9Zy韍B:j,L8qD@ѦJ6M,5ypR?]\NH`eua ϔ]~8ǣENU+k-LFX؅~w_E%bϋgnbZ6Yxm; "_"׎8gգap'X*W$F1&ƁXo8ͬYG1Y܌o(>X겅 } uu}5a{=s,1%Q|΢hQ^#I*->4ˋlsڧ[o9q:ReS(O JSD#5gCE/}U]xNfS ǥ0{\\H5N=L/ &8_xl3YûJdj- P.KgU -F0ao1Ac·:'Gk/YX#a41kٸQ&K?mdJ*0e9Ud y5j |%yMbW E\ ~\-B GuӤBUIvD1ͷV(3Ќgk}FSo"xdl.g'&3ͩKo_ Iƹx~X!hUTyj.#\+Zlf%$1(#ȟI;/u I#~jPU}cΗ^G&X+X>b+i{Rz#uik|L3tW1>> ϩyXB yLQN/3d+!dh 'ED#K7(A?7]ulx% \ɖ e7j%K%*{\9#P(4dMt@iRk=} DPԏ+ i$v8D /̏-? n$~6s yL|m:(S'm9EG_@H%pVh\%eK ºtL/!q"[NfZE%$8ӿ.tnSH!үA*Y?7T~:ǬKNťB}A.C<*.Dr` ~Mtp/l*e6 f4 7 .jMa^cmMᡁ~๢oXjS=&N-w7J Q$M0 S,uLFjΟI'i*A%<Ž$FP:;$|f-3Q=o3jy˧ Gx/:#"E`wjd7nYqLgZ <<,J/HZ"Ex!8 ۊ:ƭ6 Mq*Lb#"ؖN+ NE1Zׯ. ) tZހ0#?쫲ZioPN<&ֆgKLYE SM (O LW6qh$pӕ!gL"7pe~v3ϓާ`?ʎ8jfIY&#T*ERoČ1HeKt0z dzJR$"gTHGm.㊹S u&JتɁpȨk?C. <5\S-t A VcmZ9 zvE30^JL>R&޴L)m҃./6vtz=¿/TB桴-ku}6vr }B珥7NijO05,NQq[f1e(zEY仔<4| R{>+av%Йl="@0+J58gq>I9HVQj] )TF:M:3^ٻb0";14\QBJ2C-f{:m<ȿB*KKL6JH>GUWnS$K(A'Չٟt.-zH*ۖR"/яi(h|@y Nq8O'+ۀHיiڙ⽛-¤Ͻ#3х8.%OKBBHؕ{މRbF9@5狔A + )<~*N~Ԁoͷ_`WT\,'Kٌ@tR}3ɞG|:²0Zǥ![mKW}NVxX7?F'$a%(7٪ZԐЊՍn>K?"С*!IKW Z7y4pp*sA=D@Уa[)B$ 4)1 $t>ݦJgAl#X%% !%(`D+i"@ޏ ୦ [V&O7^`HWYERo .6E?7Ք֭A?]o ;q3CmR"Gkɳ8g&o K;/lYr%#tCY~ _2:]HYDtOOOKRm\9VӲ*b7/pr%OA#Hp%43$;uC8\WRKA_-XKs ZlYRMN<Ԛco,&@p7=sVeD#Q^=cKVUfMܞZ10% #S[(@>1Ұ=] áFN&עV@L@*vFBe|Ft`>HCwnkEz)Q /u2t[~Zm&Q@< (t8p!m' VPZ"|Aq< r!E=A>M뱼L{Ptff*"=4"JkYh5cmjw2%&[SY䤷}dVrЉj4[ gY,1mگ+a)z.f6u"mU1x/<%➎ Z8@Ӧmg%oqsa#bU}8h*r^o>ǸQ%u>*rbr~k^@R& FJ%=vFTd0SE.L ^dgPCԗ1nY0ZsY4a Bd`VX%8դtd_5X:qOPIeVq/zZ1H axTVmpbw:9;;c\*/R?ʇN4/!9hv3|njueI=NjB1t^1f.X:/$[7BP_'eHj:U<10)JhqkC'"LhY C;kȀs}ɲez.*Eɰ TK5ۺ_}LΟ`/t..nhuBQ$O2-((-+.d m.Gpxrl EM[.N`gkyv\x^9YFǵZJSr֛6{hPD{JW;8(!3h#r Hߺ8p0 +m\%a u3t)F-~JeM육:QiX>:3.Aނiy\&iW* MڏOqo1"j;pٍ8ypTY.z9 aBa+Dꤟ{ݣ 'i3~Ua6rU4@ /P!R SXTupdRu6#tP0b׸),GΓv2\xe6WF !(Uй}spʤ s*t'HG ]':Ʋ)8j>. /Igb6i]b՚ *H`е>d8;yk%GV"1q]>fVIAwjV0&A+o~6Asǹ?*.(q4a€?Et֑ĩzvnzQMH,"? K HzA U(Dq:k&Yz2U| 2/5<m6Vr.fй3$:1ϒe'E6[}¹&K%Lf,Z>V' ,c;f_6^bxʶ~X̎Ps8ޫJ48 7wY6G jvA@X|T*N}^b /TL4\qbr1)Z;V1+$\#,y"v W2'ࢂz`+@?ɠ*gXڤ)l$٣2{&dIvIɏ?Q'xgCZCza.Et4VLSI_pQ.4ѳ9E:܆XVr`RD؋#5zAM x[Rz^ =N 2F;fAP[OaF0 Sj`iSgFEp5Wp¥|tI 602&z\zR1\wlvȱ3q]?Ʋrz:{ ҵyS&8_%|)MA`h ; EB<-} r#+E$Jt3YАwhm&.He l)6y&w<,VeBfqm]Ηy- .J0^2Z 8^GX@ yۚz+K(Xm~Zm*a׍ *qՀ?_ ty%h ;H" &IPn B:gya6h.WP+LBIUK] |opMkmPI5rXlb1(/GYWK5ZHZP$UY ?@:kq\Q=\ =#u>5͈Zd:K1+`A y@H߇gA(FS6АLq~yΎ?y9]*%feBvdHlnSp< ,3ڤ{\1>J r9XS\/0Uq>D8e?Zb6 qu'3GI_L>S ]JW~i1+ "%g:q[HZG.~ jXww)i ӟ{5JZ=eACOsAxup4{uί4[me nRs->I-_Cfd<LF Yp 3 hj۾O)-A)u=$ L?a!Ud\rQ*P =YJ\HJƁ|yCêUZl"%~s9YRrYl%o޼S}! {TE_ĝZOSpNJfř^pЦGZ.`6*0Q`MR 6PxHm">E/ZQ4;0Wr!hZp?ޮ#lWvJ`*|I5T FN!$ HN +Bv#>SW>bq+,NJ#L$y_eC#4>'K. qvf^/';*rbcBHްf 1#SP_g#9`ڡx ~g{rFƭ GBv5֏U$UM.Ⱥ+C2}h3o0=% uA&`ԔG:t:YղCʎoo1dM1K!EVyol٫᥵غcW Ԁ8&Z>{/%m׆PF9؇F@*y\$S%b]LV|= ٯˆK;%ʽs.Xo𦞾t盟89C҅(:uԟVKms$9hEĞԞs!5;+0=͂C/yw'{;ۺl2 Hx0*|=__|nچ5ٹ|j ֵhtMiJeUY{` ۨYqfai5wk&x٪e76ĖNEj XO?7MjZAǙealhc>6o.A-!v*ZԳ#2n._N CH5ǎY lA]%J7RIE(Xg.8CJު1nփl]`XizvqP~WR}"=( DZ04Ϛg{gmrMŜq>f3b`##KVhBZ."(i3-~x]2D p-P>#|87\4 68>uDOsΦZwb. qM\1grtx;I6;3 + NدHT>겔BLlpۻR"GkN܃g Dru>.`Ibϒ9/e%:mv&B?c=R\(=V Y(tr$kau$]w 47R[1f zSrӮUh`ܤ~.Y8E5Ń_\2l9[%l?Qq0OQ]FlO&GgB+<|nZ<Ӟ~p21LiEq{4z7X;LyNX<\LTM)̌剉b ])7S֬ס+i{UJ3!z4 # (]Ӧ#Cf@1PP4kkWo44幀̐nd9akdK²h;8n5G%C"8tjwq 1>a BhO[t=߰tI!Av)+~$ 0k-ӷӏN@3tJOuE$'WW ܃z#o!եjdbvTt&7-w6Ze3܆o 5`ڒfO@|%J)dl) #KB+ MgNcD .ix _}iJ@7}>_1nAZ zN/a#ÂI4 VQ$au!F~hu6+Y-?>gט7؇OK4o`xi9tXL6d-"hA[=jI,&(2XtPdk)؅.*ވ4cO -1î%'MAt鈺9KE--W>!~87N~_JZ])fwH3Z3HڏXCԗQ!Aξ;5/xPRv}k"FQcݲBK' 7)qG:R9Zܱww?JHlw[o^K t=Kz_2xN޹z9ͳNiZ GI&a_,..&^@#Ycnp9';ELW~8s]~s8Q羟na4\ mC 3R"س-2C$d3Z(\=O!JReF1"aMnXEsL# x?}>yfZ_||/Z3!NLB"[W̥8!X),Ե,LbMOpL} eTq%/IK-PҮCWԑy VD @{{*04`bD-aQ@i+TYJANǺ2X>՞`=u> TjVvNS0(rSA}_W1t`5וVE=֑m0j䕋|?%2A%X;|HRg"5?'pѮ|%`b>[S98SY~O'ud^/";Ԑ; Tl36*˟vD>`po+#N eDChku2=c ;w }]<0co?WJĪy/ Q MC<{7ע*R T|G =xǚ9E9ؘVb$"Y\T3|tRJ tunRd%`C .Jk]!g 4hpoO,\ J,ָI,DT}H &I%ty `PASꚶ;CT?qz ^f&"7G'ިji"Aӏ2] q#U-l]NAD zڦg6Sas0+OoDN2DSCD'>Jzx}ҍZDJ*.:KwB~! ISUuB}ɏ}[%g[t陊ҳDCL_1TUM6Yo25mŎW7RǡW]iRg60!?. SoK}W{YRfK=(Fkj6-E'U?o=νcH4%YLeQ_==wnX`}&["_(e@1޳Fom[0혈@|Z[96(Ի뾡TS;A$j2%06*䵕~*xTIHRִ;L2&mP-z:"Quva@G&\$I'ҫƼngruF԰GP#NC* SNQ 淢 <#}Z~O2 >eo.[VRyʔݟ@+ڹ{KW۰J%bB{˿S<>}~׏E-mA$8㢏hAg禫NjJIk:h .zV[j =Tƭ HEYu>G! `JTjJQ:]aMBNUsX ^k׸:u~5]纨#*0ECH3#CTJ`Ƚ TmN؟?wG 4V6Ycj8՛;-ߛe}Q՟qjB;ev&0PۈF4}:vIM&]"_H;8; EF-&﬘B="PXdnK.CD*2]J &P֩jպĮ!X&H=O#/#)sOZbzPԥ_tU$#*Pl[;wN!e1nBߟИ:s8ϕ/8uRU")a"QO_O]߫02ua~>1PΔa)Vf \ϦqE<< >V{ēW. v ̇>8LЇ6IatA⍧7PB7.k!ῗSa'hj[-3!sZ U/NU_QBx  ǩ.'OW"h%2\+1V>yܲsyDL}o>E=Y$764z9}_F'XQ]BnA.urƧ)>j:xaݹҢ>'w}#+"j9~8nӏ ʮC0KJc)CnR8@OZ}Ѣ`tšJZz4mXĚ;'nH8ia0·=k~vrgwB+Lh;\:L3C"Mc̰3[SImZ+gz .d)v/.}~Q^2B93k'us`ENMtBk8z}; zBk =.)ٕl&?Ő]! kWe==a:EPׄ儓sD>:*:!x'@G}( ٖEHb]pgѓh8 *pa[pdvnAT3F ڤgu AS$o@__ᔘ)QKpFf[$KoX}#(Ǜ1 ?vy_âlW^lԅXsY}4Y1qaF7F)('*XC++% Q,|z6aP= i3v] ;wӢ7Cq)OZ Ir(-Z["B$92l9K\ui]϶Q‡=BǬDISU[0“3w$$XjÉ#o6WW"'PWx 6‡n$^&{Sٷ; ǿQIT.,nZybr- ĘQ{::F|𖋥NSD9Bă _ D)'!sQ^v}V+hS4DRPyԄ@S&:7F{tqMɑzm#!)!+- ZQIdKߙ'!/C!擂h,ߚ[tktصWJm T ":K)Q:DQ8.9"ԍ 9ѷ6k]Ƕ,9G1!L۵Degנ2OU8W.)r /*𫗙A~Vh[VhDK䑉 y/u ds\Le'4q8A-6!2 T/51<欳bi> bH{+Nu6xheSC%a CQĈa"dAF"+[^8x0I>и!g\ }'!OIb J→R #.R[;ɰܥ~E[Q,d-a$ )k~Fl9H$GdtE:T5pep·{C%,2ϰ&X)ksGsLY,s=Bhk?>vt/D̶rhGw˸ U8{ (R.`|r,v<;XÇDnnu뫉@^>n ~~~'zЋ|n$Z?G2`0w'::`%u$!H2u_`? ]z뤐k|Ѷ.7%3]pU7}J:/A2(0N ҐEfR>(|ɐ1?~IHwKMt-~G R'm)\s$'.b2~zr=~sG@FqMDٟ ZJv\efd%=~@ڢoDNza- >RzB`]ZX S]44KρWiE\n+UL>4:/1;bo\'FoF(<ܷGg9$#%W@L.7w\v4GPJo ZO`s:T#)wb霼sD6TslYQ ]"Nkǘyqk)X":tCDgu{N !zk3<|J7vΧ<̿ƶPS{k@cQl,$-X);",uo7˳49АX=+ Qt2ko`҂:uwq3 cp}su(\C@ڸ_of耊3hv),8V, `Yx.Ԥ+ xOSp@:;±Wb6䏦`K 7v2M9if8L GxS,=sllÖ_DJmX 8L]@CAh{t"Z C0?ݻ$ V%˝.G Ҥ85\H95wKvKXsgj%wIc)۴BJ)'ݛ퐧_ƶ8򪛱r_bK>H?:oK?HJ0b>|a3z!QZZ.an4J4^EFz&-^MnX =}kz/T>;s_I?|~X M9Fnz9\2?9|h ^g{윝g |FX6Je3 z^e5nA[>M c6:,P%6CDŘ ?Q3#V¤('@/=o|7S`PW_xȵǡGb=PV>_wF9UӃm_\i{cS宿hDrsxs9b@7h4\7|6 .{7i2 % f`q֨kC9 :bjL)xtNZdA37y_SYZ;:!ܑ de~ЧL|,MW1,dj |X\/6FN!(G<4xn܉xF5&73f/@t:CW5RE3d8gM1hnjg|Mɸa^[U i:Fo|" }S`3 _hXG#WYXUֶu(x?vdu^ Qq\4,ӘCtH)$q$BG}U{X]hЭWRlC!ܗx+;+DNl#jzLlքWF#0oYf H !ʡI(!8?S O.F4DEkw%J5rk[3ȫ & F<T7]xcs*إz `1nBU,}F0/0%v}{;jNnB6'!I'z,M 8MUZ! ZU)G=JTn'wHLu|Mp3C͓ ̉Խ^M9"i8aQȀc?W?~f0kTtЀO_(de%6vR{w ؃N"uoXMECfUGΩwdU2 d/fG38E\0X%-PE 9ٳ0^KQ%z8?JӲ D7< ]V?sۣj6;W.Rf l^w)btM ý̷,-{ bacWODcF>X!αDXbɵM|%fZ觙.ƈ"'?Ekl)g <;=t/#>ozy5,;f"P'A=zreQ"t+{,@ ^UpkunP柇V1M8%?`z+2 Z`c^TS1D\_4 |-UE :\~pɑW9K*}ιtiѣZ'OQ=w E;^ AỨgM TϗIHK?ǬH~ƛ>NkC `HL ۜZ{ z@fw8%^5YX3R~v]7V7 +b wI㹗Gs^\K}w0虈\Q} ?\H:~hqp?7Q;aGC&$؃Ad U<)N2 yo媋Ty̎:/$dPs'\0" Uu}7\c6cg0>}72%]j>pl"-5kAYNs ;Ulj{dCI,?Qdl$ ?Aj4V/]pO%?Y+X 3D?<323#!L\oxToVz<%!q 7ί !G 9@gpLRh8DF(\irW vQXt*#܋jV$st>~C`INe]Qv2VI\<6:I {ӝ lMv/\`H55+Sۈ$Jc ]n#"2q(b`8I2ъYfckl݂]-vz>A.<뭵MXqd.xV%<:$y77:(Yq:v%~,U T!d\bR`6d `s))RUGl/}2^՜l8ȟGfhM&_EB6մ3cTY#eCP9v(0juuLtygL v4?iR_9w9g^be[]&<.9csMC㚩@[8+O^E!F8|N=e\  W'sK ZΜ&l kk@#U 4ceAIs,.4_6eu8Fnc)㲾`$F>Q91yǀ?#R['li/p3הqR={ Δ5V)zdr!Z3z}y:U辶B%+CuZV_+N`*"[Vnʔ?Hj…uU2jɫUk)ЎIS>e1BzWY?fowY­X)wB <88dBԋM-3uЦxD i(M kCzy.<;w1I@rGը]yNWoK@;P߰1K:ԙseŒF`F[;4-2wv6 8{N ]>JH0a Smκ uǐZ&]RK56l w˲{5,+0P|laz}DB?Qد2W |R %QP/DGDF|2Qg yXY UӐPGS2VH65MU1tĵZ3 .,ǀu ݘۻƣ 3MQh# ICbꅦ 9NXpjbȬۜBh5K@4A-gq&3')bх#ݢǹ$aɿwbf$|UXY7L11sV CY- ;3h~ oW{H45 ZJ\65<;P867B`dp.c_ Y,!"TImT^)qK0sbI[5`kd7YcTW/[\N7@>54alGmysyMS8XXC@<(RGwG}Yg2TJ~Σky7/8WӃ h*G@̭,B1/́BnŅuDt`Ȼ¿`̉dJ5b]c605U\U>%Nȫ n*8|5TЬXҋ'NaI@)ڍ):6:)"EP]vD) 'Y8R2@3~9Paf)YsF?jEfGk?:w/9y<ЅȐ = t_mՉ\\=[3Jݒn_gBCL Y@ 3C<eb)'?H'EO_ӣ۹Ǘ}_{ o\ve ~ f76Ԛb U!4˔e3_$l.+ѵfE E(U6w],ovf/i:`\k\~&GdwL`(4 ]Cw9.d io3 ])ENV*qʑPرF8=Z9]ԨA#BF rzhd3{ {LN㌓16|v~qaB=+rf]`q]F<ὶ5%PDamm Mȑ2*JK<دrP=h<2aGLZH;1QOn Nw[l4߄-r.+13ZbA??n9lJ#X'/q?'os"s>6mž:עN̙j ,/h kRCJ$^]HPn7ĩ{KN >'oTtB}4XЬ z>6kd2KIpHyS~{:)sivWYAk; Ժ)ҢzIgK2~5MJlςUZEm̀}sppFdˁT$/vjr6!Gg‚.cT'}Fҙ RG"ϊ?A5x>Gb(.?p39D:6VNЭ yJ HGBR{}?‪\?7T]^^@c%oc^\I=!f21e),?JU:~HYƉ93DLhU(Jzae\gBͲo'AH! DU>pQ"aФig=_aVCWGh$\ $q,KOH!AvMSqLT()V HP ge lE{Nc7D|KNugK;u'sk ᦣ"IOYxh9 :{)髰tܷ9!=/695$-,3h/;%W Ÿ =S>^Ϙ)Ya6ɸm_KzAV Np2&.=$$%YgX|3П$~T9P im|?I֚uMΙ9YPኾpcb4G'NX bS~Rkxz'a7Q8pp 7\v`&?䃭- krrX.>~Unw]X #ڑhלt<hkwX,fj<R QÂ[~~DSs ^e0LzOQ B-p*HQIh$;A7@`ݐ[5EW֡q. GXB^? x^ \SV/7[w3[\b}9<&%Xն#<4 ^!xJ[A4@ )Ps'4i?O'6Pٹr{n؅ 5*۳&"͠Z" 5#ci]qŃSc]1N"oh ox9Y}n%(~4<*'N"kD=zKAs,RQdL(BA TȢ,q{رe7\0 {3iD溶ӋY$Pp.J!ay@Y'j@~ ߢb%Dmת>ޏRJH>GE8v?%_.6Q, HcVi|0-1n*Z%k9aYXc˂{Z3Z8Ni55q N:OӖi b,t%l٨&{_/{N !VX(VA]I /8ĸaY*q1L*@I釐 &wF@;04 B@%4pA%P2uf JtE}Ccݞ<wX9V NIF‚P҈YHއqԬo͗GpF*:(bK(V `eզ<>`,Eʖ\y5*nbΤy1927M*bWBL3^%]Ki]mb=!@0EM/ʼl~2M10 [moCnjs n>lq#ґ2rA͡H)!aUn we#5pyiZ󮾇L|J݂g+/M#Ⱦ ŵm2j%[hd%4y9锨my fSo^s;GOky 6;B:j(*-:]?q՟^zMi<>Tp%QcOlG;6M.@;=MNY(Ȇ;] `!zjk >&L%VWU/RG9&ua"9Zr-*~FAGO"}fxR;u-bz}Bl1Ow*+4(mU[. =% ,Ji 5>܌4c$pS{SAWqhQ+q 9 G">0\'[[+$*L[9}Q]-h /Y )ئߢZPg1d% ^+cPs~a@ą$`R+_2p^5wh>psD9qY|[^{Bv$x6_DŽLVQq* 2] >{ϖC]kf3G(ٝk>$1ď7E2)[RoԠy&[R 1e>UdX)yM:B~|t)PvK%a"e~aB)L9z*Ɉؚ2@r@_+tuw>SЦZ]@h[aGIp!.eON y&x8YV}HQSnOQ4FCJ,Aߐa5UcZ?Jꟊjr&$]⩝veO%3\;hZ'(pLrN^҅{y!4=S*J>ޚ(R.:kHg2 ;M .=3zM\&vX]lij5螵BHP۰htT+!\J;"GlFQl9 W_M\ $銽+S;/R.ca[㗇8!3kBWTW5 ih˷nLhRC1>RuMLxHC8Zȵ"!EgʭOl\#0DW|t~`/*LB^N=)@pvOAލ bfjv!X*E :88iD& FHsV>?% QN# U7C|M<e dk[ţnה,cp ~=ϯd LK¦=-Gԉ>UrpoU V?T6^,`E;]_F^% `֌1j8d>+Rԍ2KړGhI,|^E)NJɲ61UH7D_?) =ӭQMʜ 𦮽oi̧.c^&Z&"D1Լتխ0a':샍ffÅVߓIGN!S ?Q~ߔHPr\$&'(p :KNYJC&sJ[+LWZ8z:G;ݼO{q'z#M_a/ڛ@T} ݹ}W: 5%4"+#>?ƹC5N]||?nKQ6ovT5is0}'gr"N_6Bé%ǹC*?ף^es:3{ej_mXPL^aKN}OqŶ}O93p.oD\a{.qsG" 1eṽӔy."^Mk=3*[oRwL&ܥ&f'(}6a"+aUV8q8o!,0k./f4ԃĂ9U1&8D $;Tgv|`wޞBS|ҡ3y+Vo2M!T ߿\ܐ[ޞ]+j{uSu(xMa۬(EM 0I[{9?W-8'83__D 3=I-:~H}gyy^J`{(%#}rI# `&7q:vXKÒW7\WK;BA_T%+a#xt!$Ak;^ NT_ig'yS f eu^FJ@CqTU|MHCiʘ`]8daGsϿ5BkF>XN=mQCmCm@c^Q׎XKf=Zqqn0 I\;YVi abp/tzGbF|voYRW._5_G܂*Xu}0#Lo)+ 3QtѺ-mfY(p)Cub}q*Q]{p}yE h,Yg1 Ձ Fk3] 9T65({? 6;"p5=7J [.VsٻmY*i888R+^Vz-]3t; Tkϵ;~ɡW,RF".4^_%pWƟ\|ȇP\yRkeI`Y=4q݁\K;4Pzȓ;ܮ"5xA\#pT_]VzpH+>bx8sع6.2ѸD="\>ph UN`D< 82mi0&  Y; 6,٨ȕ'G478>"HcXҦĩCcGv~x@0EuZ@"+]99",ț]}ėOfpY]&C0}LA)d)7[y,nA1&Ut.) 3qLs3t(p7wXhT gޣ6#W0jAtqߋpXt~/16Vu}Sc3>ozʩc]N5AT\K첣k#l#]#Q@w͋l ǵ@LB]q=?$KCOR%E(+7Sh0E)ـo8_JMLmY55rYmXC[꡻ |lRwnjt!8=7y`r#0 h4`rꥻwN) uGt{":Enp׽"y.\:z@[X'UhrBpg(FVh@ꂙ#Uvԃ'1*&}j_084 VZ\u2ڪ#\̢;yS.n-Є U1Lf>cY4TC/%<]뢐Ks)0%̅4*yb/9Qvoa`S ʟG/e#a5Pa e"[ -:Yzjf^`L2-~A#G9-Зe?w}SJ|4āj؛pkf9QHK_J.np9>$ρDc+}NKmgiCD8Pkx*~(.#fbwKj4AZ>t <2mdn=M, \Yy7xZ:;QFpeKZ=@ ̢P*4 \1D:`K?8itw41#lЦ p%=Źkg(*t7ܖ#'"AP=iXQFЍvJcnjfjO0--6%|rY!CzR`QjyϐqR+jxZ"T?A2>u(\3U'U.Q ͣ` "c&䶎0&!e)FZM6$S_.<[p/}o)7VPrm^6Æ&Sa)\sDcʩ5K GV4D M0xͺoŪ\C]Giq?ylFohh96z+.}6 wh/MCQľ;EFoI"_o9Ҹ۾I@&!az#9j >fD)N&ל>̫?+%wx|t"JD uqKi?*zXP@}i[z:FkܰSN$)Jϣ/VU1 zꇻ +6PEcdh>ޅE{O~MYL냌#Dc5]H}8"^ ` 5%ޱwWPd5l|۷ 9ʻ}Sz+Y0|&~}>bNB}ω8خ` G{'mcUܭ#X3巺BG$,dUsмm!E:]+0WdaSo fk/ q.GYkQue1AcL fUOe^ n1LRs gb68n-kD"꟝ L(^,l"R[YXAx*9Db/:q)% \o aq'.[y Te#7Dճ`~m8Í I#a"M e|nbUD_3RAPJe%O;5pMbx՞"a#|(1`F/פO8_ȒY1x o .ʬwxgw<3Đ]_|VL2NQqC ҧg+*nZNCyc3sS -DyG1 ,O-~vX3Q+6p*G +r[G&.Qc1~zΐbjha=K\ʃbVBUL{2\w sy{prͅ?|AňP[-kEaz՜s^%q2lCBC~{۸QCg7Xep*7,?3]-Ҹ=? U50>b>7XWi"̫R3w2eO_r=[Ь;Yk! FXf*[qŤa6[2jkYj/`9tq_usZ$M@-؛|ȵͽNxkf^>'y@r/q!B.Iإxrζ=LB-Y9"̥/3#0ы~$&G8f\'"qHԎ0ܷȄ)![{H-mM5oj䥂x z SN7>GfLYJgSNe4Їq o pZěk~ \C-f6ک 2@S"nZdj(mѵ 9]nc?h: d5mO2'y"1x`fȯ-SgVEO~xԺ\W) MZv-vY 1`[Jc-m' *s28M%q`uy(D dꀬ& ̺G4nGt,6*# h/NLz'IuR'\h>6bUL]:9R^n|$_mبڔig㚹`)MfKa_^f@c1>wm2UM::O"ٲ#г2h([&mxXj!B^]6_m vB2UJiw<VT9ZG~8F{f퇷T*j_m||&EWM⛷Ktf9^3{9/q$ bBwd1Q8\)|K2`k @S.2z󾣅z p0m@Rs܌܉8'C&9?_ ,\k3ItsFK7]4㱂 t4̷Q.Pi]+H$}" %i<~S7 }&?QqHV/D<_NL iX Ex)bNg9#!in{S$2lhiAd_k0SBS) G<\WŒ6!s<@{92}}^).RE`ދW{6<΃p8!9к}*{vN/-7~)Yΐ"ٚgpynYzWvwM5JsW6Hcߜ^LCXË`T볁iYgae9:l r!SHfy0Od{c_ O#q- {Uth'1C~2%89?R'}"=OCGb|?ㇹ>$PqH^p'M 1&d9_1EMA[R" oŰЀeq+JϚ6zc~@ Q|xy\>߆rk=6%m0MǺtks0M3c=ȯ`īVZ~As7&A)qY,;.ݼ`ȃ}͝j',IL9U/a#vSj~lkW$˰ЖY6q孱31%H1oa9:GM㣯ZHg); v&lg$R#&S ZBk5W~WfVڲ\k6j9] I+?mt#xȧk 8 b`QߔT,EhI$ۮG*UE-3){P\"P~t`vŚV8Fl%ߤ3ȢH+0.ک#&GctJ cBx_VPCx]&GF5KorFHؖ8ԄY5"6&4Vݰ)rr]8+6}pxRMt Egyٳ7,s:y솺'j7=yM@%6AAʐ&,J7 )DB"UV!\L[N'6x*|2'}?yMޣq5LDZX72v}n"A&B'UGђܰ>[dvo>!ņD`r@Λ]ܰ@ C͌ 9KnmF6@:Rh168vV,K<Qzqo.Œ\PZAZ !~!vJ| evW][䵌XX+D<zoa<'=2xkoT1x]^4s1LoP,F$?p4 H=_c]8:364:0qSχ[ⴟbҥg$E 05_RG.|z1h B蜘 0 &Sx Pj^fR/[ܺur )tԘB:Rd'\xc6f}n=Qx q z_ Fp[M[ @3Yjq6)ɪ_iVeu$pXK."aJzAeB~?ӜS頡tX['R)[!oD*r. (=0$#S6R15FrmDܗL[SQ,#RyΖ c8zXdK/\Lׄ3 YLz9|;M>GG O9?Lڢv⹷+`IRÝFEtyhh:ћc5$_(qrY2_@h~(+YuN ^p;ҟV sa.cK䯚Y ,i4q~|Y>b{IJ dq0V t<EF- ъÊnuL AgL Ģ^t B5fFo3 8kg=Zg)+LgN#|ʛvFcͥG`)*+6f[w"}~qMc mݫ]Z#SEvqغ-BKؒdrYX\77n4zټ~cf d>j!1.q)7`^ j5iQ,P(u5j0"(2OZ\t&EO? /$cqۻ@.`VlU6+i|it7GܪxIM[r}.' :Q @wv7V%ݳ ϝ2CY֧,GL$$g 6KaymƬSq%!NfvO`wQ%vbrNzg"̀B ٍ@^6;?Pfg)ߝYٸ/ I:%eАBՐ<%byU-(=,dM8Oc:,ͤbVz2oKveیdD7ǧ$?݋n-8iw8pTdWj^B7{ؼD'En"9:7(6x~À*A Ŋ"yRREt DLFH8;lg8i"3=ka-&j:< љ&:|8t]Zϡ2iDznc"K-x^B q=r@e~ҨU6"]<*J'QN$q2'jއ-"W,ei`O?’JH$. !&io$ضаNP+ܳ[Z6*:K6 ,B|p62q OSFi(Z$0p9ex藼dk3\ӖCo!|Vrro@{ Z9'Y: \L׫ԥ s8ӍFfj\`I+-f-N1&@6n ;) }|]V܍ b N^ʗ/{ӑƴ>EpOIfj27S n P![>̡I"31#2V~ZrsR.翊#ï^>OR~':+W1`-WcvʬtpFZ'h;K> 6J"YUW_'!!zXr$JxZ޿WT`~<.phwXM[b8lr5 %|!N^PzW;uBx҄ݰD0:3$|*տAShl}4NDͲ".#~k򲺊mcCol-|Ǔ,3Y{s&ER_{ m\ߺώ[3D3\5(kW}so)v3i%L8'bH+_u~$_%2'~ Nh#yr}eU'z8 9/B@#J 8/:&?aq/>ÙLU >֝_NWRV+/Pb!m((baȱ٠x /'fɍ&+@u 7h$朤.V1@ &B%Bq._| "5`(V*DǔvQM/Swiʃ7}z+&eF*Gq. :~23;]YLCz䐨"sέzwmER>] [*$ȑL/H6Nu*=\ Kv=m1) EL<%L/DgBV&.ݗ?4XUzǮ*GzY䫪W,Mwa+G DLpsfo+3:[ -%[d 2n!3f*!TFt׫:)$]@G%}Xg[%;%P MF@ f JbffQhDA*I# ɨ=XܻERC!* R@&|m(X%^A#ha>[-$k; Zm,gxn%b 4®nճ0) } Z2@ĪKt B 6եSLb1>R0_/qڮqe`͏+,KF pIV2\Uӎ)(OBTDö Qƈ)iuUa!}/Ӿvjnce@T~L=Dm6AY25zfd}O5*ld||Yp}/)eLfL ]"9o&,u,y\Grc5]n䨵1NDIiwsΧ,J8lgnm}X:o vӃv-#*yߵ}"9#7-q_$M6hcOP(6tB`;u+ H;CkHԒv}{.8$VwH5SW@԰Q5~^]  X->j,G  ݲBVo rχ{XUi8vNX{ y \ĵ^5]lmƑ,8&a)o5c+P!S+;En ^$p̙ޕP;hdu+1V ~Ԙ2D62: TsGmg(܉hC$"hxP&΀Kҧī&LjX2(<>Lڛ%m- [A?[3$KP'~SCW{P3=s}&8Db%vhh$Qӌٿ ѷ ~LXPE}n3Hc2਌aujsR]LN/X@bR1 wc0>%(1<Ӓ<3x!xٱ_Mxmƶm!-b9Z2S.I އ:悩e9$goAk9 7u"f=C . @~/AےTYE RgYc:i kÏ.4pCLÕ XE t;ḂlL}(]wm/b$`~ 6}q{C+\ W,7ݱOBʔ1/jq&(\R]ؚ-)G/FPs7;Z׼{}T,M!5r kf+*C1҂|a(P \Zw^+0b18tא&p(]+fP!h*ݱOP8Ԭذ-1$n6@~ Pi{ap֔;Ti0)dlz:oڹSԩ | 1d΄V5D,w,̲Qp"֎=L)5t!|`>UU`v F(,F T15yJCu&*:+G ?edQϹe(:ɋ[iּ@n*G" ]`:.`V0Dy 0@ ~.Ad gVbѵoYJ7gqW~"IM >+TF} dXI7? M2=ƚTl m`@zu9PD2y`(:j3 װOizS`qe8 mR*h=s5qU-sP{qg?rH^-w@wye |Qcl(CT]lhš#Ə4Q;둥#jS3uS;8.95k=/MI~t?尘u50}gt.,"%]!xC(w,ȫow"R\T= 8ȿm' ]d3@z n dǂW t4Jm6nGXF"Dz:`zs3$9[ypIO\WoĉhE e>J<Ƌb=5!B/4󉬶THˑT@O*\ EUFQPQCS2ŕ c|\z+Q%bTMl3dư:f݊Fn 7^M[(nbD0BUlQ "StB U~Jos 'UUisM̾y@` '"$=(g)>3L/;5Ni+SK֗^']y/cjSxONe0t`}3KviF~/A!Lڏ6, |rԇqV9:`7t%8R iW3G()(SzSP|`JB )#"{2gW&2f*s,_*} 0&r){cOq_-Poc/gwL|ોj7TX~ʋvG쐑,6eC;E'G;C{!J,n!U1ߪG4g`4w:-^6| ۞႔piw4f,p;]],ƲW*H-o}8<-􂕔YcxƯEoerK1|H VY!dNcfk6VXb-F @sUl.G&Ԉ ?K4qF?E&0m )4رE.ZVZ! V/Ytj|wkӟ/cJ# / ¥1O$3q͢S/eN" @BF'f3VQv/"Z1!uyW><¬H{ d IU`Ғ.BSG$S'}L?'%ًkJkF:2)?Z=&6c 6q$+]d;_pc2 H.h<-XXB3FhnٖdL_NjY"pA-OdVʍm"CGO$UJ̄.&*X)rb.:C%.Xv;өМAhn>QEwro&(CR}jN:&jj] ɠB.VYゖuqa^Uw%Ħj;}FzS.y ?x3,+K[wJD9ٸ}tщ)j(NJ2l+0^z;KQ,N.c3ě*y"bI@D>1,ob$xLWHN,5fMށ7?*:gw%)a"=rwdTu3vgC|ݖmK; ,^SVq2uf5?^ 4} > syy_eh1T&$Rop3!r &pImGʇ#UNxVi!g{}7~0f)9 gYj F&;}O<`{992'~<o_5C dtn>VXvCʧ!s/0THf<=`G)i6zi ׌v2۽Y<Eo5}=o2/Hy|&2P+V1:?g(d#5;S?b@z~I{psHtقkjp%ư`U4/TE@XT) YA8plņ~> g2Br=n*b~^PLw~Ꙍfأ{C9u6(HS@^|ʯ[ٲ?IŌ>KU@(k9ikxhEQ*[6h (95AlA#{ubkhelh?kE#N#_ qFEz/҈Q㼟OAuC ^$]|38$R ;,Gq""_Zl24R\\\Yyru6j0Fq/E; O^4ÿO:$c>oHWԳ+Ǹn,k/Ն=Hrkb+|6V@|X"E_jcN}6v+gC'2~wJEY#]Fإej;?@n6E/8÷  ĖG!ڎKU[hUW<{Eq(J$hq; m+jPtË 'tΩV+`]u[SmkEb[w< n =ёGH=_涪Nyzei>6Kb ͓1Čf0ojfbk5Oo56X%!NJOG7>W=ÀycD6~1`fA1o7-H WH`.PgkciHH.e'>ZM$ILN+jˌTg=D?diЈ\"،=AwuwORNQU}`>|,<=hղK ў]TfY i0ւ6kabwF1:,FCU]L&:ȗpO=cǪꆬE^}+ -oߖL*?41[4+QHM?,N։,.RXpBqtB_2iq ,to Ւ'W~_|՝vB9=| W>2qz|^,&-gMwbuoX.oҍJcȈeʴA痼6vw˵ jܼ)5ATDt.b"Ge,QzgG<}vy?#?4_eҺf Dx72bwzcsO!_ݩg+^O(I/K",t5XH,@NnDր^ Z8ju_%7`X2fVFq2Fm&+78Gۙ'̋m-ȗqgקGT >% )\C|e?PZw[o1R_O ˯4̆L7 e̺NxIQu$+ UȐ\Py++[6n!3 .0DER:]9#Ub<^Va 䪎,*" ܔC!t^=k¦C}?^ݳ &mVFIӋkcK! zO 8|ztZr, M6H@c ,_<\4[҈JpHtR{ef,h s Ⲯ>x;k;^|R΂# pQ~2f]@|MiI`W6Q;Y3I[t5׳Q\B$.-T2 [M{l}3+Dbc3ź)JL(|.-'t!.G- TGPx叙5C BݥIE'ELV'qǃHPfɺ_)pкqs&:sdžt5! ;eijUET%$ *6QfS6V6l|OބA4?HhףNfwÞ٭Cv0:Kv0;3`ٽ]"L7= 7Gzno>̧ I51-: r !aծ qd-W4CY _; 5Mrmjsei ݖ7lԡ<}I37pΘX+/uA8#]U*m(N7ŢKȯ $# j=q evo/ɸWz?m0+uMu(WBD޲/ڄ\!ܩOkXstnl[/:PXgG$N^=% 1MABoegV0~nGQ#$7dۆss jf\2Th=#KRYox#ڝt[ cB\ NxGǯżf%|G9i^qՖ}q,?vŠqF~AM.m˿@W] ?@+6*rK8OPțDCFV@򢳄6MszsN7hG9&G[E""sՏ 0(/qlg-ɚ3Ev!埅E`֮>/#UW}Ds }N&=4Z gmƕc]n*+[ lQ=7PUsgwLa:uvT’-b9źJu}8}?TzYZKgˏO{FE0%m]Ze ˆuZP_#΢Fs( [* 1w~mni&/3 q}CN 7Up'"Lޓ/|9XD4GreXXߣLo6=a5Y8T"2ti8 X[ڄslȁAE+4rD=E_J:+!"?,*irWM%1Gq;Ҧԥ5Y[2}{1۳C$9VXäN(PVD_h uq>h ~L ПHm2h}}yRY׃+{ʝo}Bk[,b kxwL~H"*0YrepKtoWGi(g XO!ܳ#:B0VjI#U~B>R>ے`4D` !ʻ,W՚ "swkB6z Z?J߱,!J/vu 3M/[H7Nkq%[y.5"? ҙ(4zub$JxINƨ;F2:~J-Wgŋ+WѼiD PEye{݈HE`̆$Ev>"5jX 85D$ptj]jxʐb&L>wh-Ow0VoSt>4,.̙Fj (\.Q)3m _"Ns#>֦R!ī/C*k46$m$0ږjS ZHV11$VERdApLAYo; Vgc4@x:KJ}7d}N^W1a_'=5;D7{) pPjHy(U1̱L7ʁ B>m;I =i/iڇFdtg_z|Ru[w:w3aU.zffxԙruw${IؐU G~i63tzEظ!=zE*Գَ E_g=:I5 m &M@Y[QyԊCt&j^i I,dP$ B6!YKMX勲 wH TBT8X^Nψ_W`бdn>A7ܺmoG+?.gpH[ŧ%x6 3f4:k+@`u TϜvgGEp:H.Q-SS>]u$;DF&4x B-Ox@h|vS>A!x=SdLKA؛1m*xvͻron% {k'wyLdi&6&( @qd}ǔ13dQ #egMl1r{sAH0Au_8 "2c9O&McyU Bo04w'0W)3Ic^RAza%C3&wC/)j{JY{/ ɸ. YK2s ֐?E*;jJe72[Cu8Nd\z41  X4{S:1DZP[]?L TV_><@N<0Ԙ,N!߲;"% ]-Zᨨؿ-QV5/s ?d],(K:GF+S|@کD`=`y~D3vI/InAqpU+>uC@{ljeǓ@ܼ様1;ͣ]}=J\ߣcv)"~QxmUFx )bF-I(Pp!O$⧀.1/,35p)bĜo^y?B̩HF $]l7#:VbYoN,)V:nVQTkP[ъS v$E>5B(<'\huq836I2^Y:Hhg2 |姇VߛuI5*њ!9{˜4q#ڜu'u-/kCbfo%;|$FGƔ97_Ȗ73E{с* >#YDI]|{9JZd!4bٞz+=@pr2㳒ĭ'Aei`-T9#g1ŅĕCݡy!'[d[GkSg4/35N7he!JV~-6{H4{[W{"31&azOLV|ZDetaZc 2fn ٔ栺^C7žn[[sOW5%KPv';Rށ_\šumoZ>7ep`ƫDQ+;c̠+6(C~u Bԣ-|+ah TNKTP\t0||U7yKpEC*ӐڡoMZ_O竟](osFaq&\#%)1kbU83UT fHʜ|2BR*y$GgrdΛѭ(촨= fwL["h)[Rs+HzYZ.5I~Qhq# ='q0mBwu(@@mc~a#$D '1o&,Dd}kBjy]x NݥCBt6:+ȖxPu4pId$ J> qxDonq>2fzJX\ePڝY*lml.! ^e}v:I[:QNiFK9KjZ8qv0fik烋A" ~/>Vt3rz0ED ҿr&#3gG[eK`| ) jl?4{}'>I\NǷ /r ?'ca0OH|x;ˤ>sV : q;M@I[D_9 4zWdT%wm e {nuM+[.bH}X9FG`AaCaX}e]CA-?D7S5]ZnKsS|\q@ N8p{kf(qd&ܨcgF,3Fg5lFpg"%`L5jq`#S+=(UJWJ"gg- Qvt(.ft#e$sIWBmIE8A4R `rf4C :őV= 'ښCoLh)bnnNe4R}J Ѡ ca/D`tp{Nj-L[Dk9,{.bChU18[~w˹Z~c V!H@[`G-XVh^zg&s1ce)T4{gt+pCf_L*}": e";RָUBܝۏK( UEz3yoNvڱn[֙Dix7V5 ( 37z|3.FrT6Pn$躎h `! wTyӹ2` wj6W9.EX%cDjgjj!u sƇsYL 96>Rd(?1i=|I4Ӑ]j&R.-7,vl >]Gd/ d< ꬞ _YCsr0> CCdT>hL[dHܻ1a. 5Dh1A]BWO?۞naCSJoKFt'@ hs+9e?0q %ix]*XYۉ#fLK_-;tMTb‹BYr'8;T'1(k^HNY qPN:K>H [%p]hy;Ԩ&^ۆ05#ju5QLU_&c> tCNu>}]~h7!_3#fS$y=K^^!'nI.jsBI?Z6;#|6÷r~])GF+2"ynWi(8<[zT|8@e;T{o%igtD j I,",⭽u2w4)QE,> B H<@o?e%mWl)j|ݥt9׀Bܞi+둺FO˜=}D%&h9(YKP "TNQ+{[h56n}cq}cDŖī W slB K4aú}#i8D{z̷ɄbE&r&R24qp5/Il+C+ޠbzἅ_{x~􂐮RP RRyhPP#o.PUx@-5 ["24惞\M[n959 ZF=F&w~˖ޔab$&$Q{&hZ͒i%I/Ț]F ЙJӷ}pBӻǁjx ج#xpq 2A}U&Q+߲{O&; ,mVT RczNr/Q>R,UrޑWh R3R/:le8"w01PUӯLl`Nfl-%/+L{`].^IZM\1PCNAACxa7x/bWuD3eىdԘFscOCdMg!9kU^: H="8']%;POwڬL}75ѥYHc} "B1Vj% -w4Os7=Sxz0)hX#F]bzM)b׳6`%qW ;E> yئvķ1δC4!xk&j2v^nB5T[^x_'koo:OlʍIZYޙb,چ3U\Gn Sd\foѩ%HT o.S7vRccT5M=:[InxYZOsȽh}@kXtZ7)[yv je,j|ҠL鿙B!5AUۈ˥Iɷ:7z r l:%"CP<Ǎ1yv/?{X.6*Ukq~>v,VW1Dۮ$縃ŠwyOf͑G AvpΛekJ&˓9J?m_,$:/ %8%:KO^E b1r.q7FHY#4{Dt:˫L6B cܘzvh*{9FA`zٲ+x=&ؒ _ ]x 0kqy-:5TI|E^ o#ߌ>FY]禞ǻDnR8Fx~#a ?t@?AGZ޵z +>_{%⯇vdݩ 8uu I7R:4Ġ3N>ۧ6 d^?i4Wa7Ϙϔw]< @_+D@+f!?/OͨͲo z' Z 1_i,Hi}ԸHJd?w,D|@qgB[w96%2T=P[B8SHPٜ^b`h?Pˏ ⺫,ݛ(,<*A`~~H_$,nmFC^DAȞ0;:Nj`CAƨcp~89Wѡұ)%gàͣbȤ^|C61W ;o Tjl  wYef}ܔ5`ƍh%g85U Q5_)5ӞW50Pq+iަ{0zYڇF= nS6/gRcr5 LzQ&!#;5DHW|9ǂ^b4}@FZ /6ىԩQs)҃yY~7BmYaj4U eh[idRQ' ϶).:^~z2 I/_|07hD)loTA5Y8Mތbi[VJCsm̊;[+V bT;ٴ!Ʃ^jsYyIWDžz{g^D`M*c@d1ݙ(g~:+D)Nϰyyz=sz!Ci?19ˊYob$P%*[g*2h4QAMHKVWR'{jGǻ$͠oZ8XH]`{seۊTRrJ-Q{ÿE$\ 8U d$hԔJ'2[B NȮZc"k479a=N)8"rK4+|fuoFvY}>gUm=\-<#"Wy#o"*< iI3nO?2<#?bF_[aM"p'Sr-]L:9LUqӛ!2+޶0盐];J枖R7)sߜa+1=ZC;!Yi5ˈI", +ȑ:nb ]z4~Eh#D?/4/@Z=ҢAUhJfj5d>gфW[ _*TY dxU?vp& HM+,QV/s#Mw\MaO7}3Qn8  9,M%Wk9T}S&x\M m;7^hmBvHD'Cέuhцiߒ -P? G>F=GhX45#H ͲER")kg u.VA(W`!"|L;K z/l8Ը*/aH.8 _]-ߞ$zr1| @\s]MzCy)<.a/]Vfb!mNN,m#?W~_r|KC-]h`dzq,2E/|켠&-Uu-lL"0Q}.@}~G1M p/ҀMu6 dkDYg\@FIs7&[:A4 eJJàջ`QFA)y#z5b4O G$!Y[']WdL4tc+C5\ijr2aTW-=A=*Fj;Ōʤ~ /hN6c2L }Qh`b ٭^*FxhWn-":5 8fmj 7[zaIF'buwHu`+% )dYPN<9pJN%FH{ah}i'\dDcBMGƝ7ITM XuwG8#=FQo z0- x\n34kPGQllSQzd٧Wa^juvJFKsl0o>!Yg:UC0nBhxH;rΏGz#L{U7*!.ꦼ^@ QbxoN O[H:5J<.B=_Ǖn[+o}'{ZbS+:VwE^Kz?~e&M8t7XѸ˺9G⼥MAdHWﷶ)}qҔ@3m2H[{c6y?Dy\?;6?J'ծ=i}P% <1TQԠ}3Y\7]qV99L9wc<LCĊHpu;ϔ(qGۘvlcáXO3΁Y@sLA{3ؖă ֤f҆yWC yش&5k81m⎐Ir?8Yx^Z ӐOߘ]PM$YsLXP%i"ض= ?T}oY)~!O SDSe1eLc9Pnya1oRJp⾭p4FRHT<Ԩ^&$yZѲw >KzsPq~m{͌s䛹<4"k=L4?66KXc'\J*L DVaح1~0,dJN:H^n.@f;ݽK2v>tX_*s F|yq@9QK7Ԡ|swNI.!΋W;d{J/(hUX ?f`9aى]kS;mL:NpN~[)BD؉ EUH&Ȉ !K"yR~k"ܛG=]=y`Y gYZ^ۍ":2[;;fP?6179?E!j\\ BvNՠM6b[TsBJʔY {aU- 5?8B|/? S'LŮCKoz:4|,sj_=Ro,5Аq4T d -zRCcqDbzroq>'}Dzku+RO |c$wxX+b=hεdL ' n<b ia'f_hmpZ=@:6$fc4 S]O^u3%[gݠ؟z˹TZ_J d͚;DzR7'[r>\x@J~3^J;ev%~}ԃ^/D6,mCɀ_2lrIuC]) 'm<E_a;܌E9oU&E 4f?~^8r8F{H+JM #Ħr:[ u)BؕX*?|q598Sls`y=-t'/6LPuTtgmT2EH݈"+x䙦5^Jw+[ĝf hf{5SF1#l| ?[-"b H㓧t#i0fVh0eƣ)p*MnWJO7/8ə\Rh^ZK;-[h >\P4\`?Mn%dďqXS*=W G)#byZ*q͸A6&OBL`l[/zpc$!|ȋ֣@j/BM2E{۽hߢG=ϫwzމ$1DHL198qFfa%;dK C'q~ijƻ19Ӭ4ث|nlW4{\ )F{Ovs=?c\.)"ufB"P#g/pQqjj^_RxqĹܶ Y8"wb8(2ņH߶#0TSn~V.iݛQ ZNs8Ȣ#9'a]#,#Z@Q>x't#Aa ﲉ3ѡ@Kи[;{DAaDm@񗔆%1Ln7{@BAӾZU;;␯0P'Obq+]yf2  u ԋ!kk2dKnd#G^um<+1tlO$le.23=?B}}4զsqɐc{b S$fb:.V`[wN\u7FsxEO$4BPי3p^k@չLvu9YٺyA:+մŌj%omzLX%a-CW9)!ƔqRKf O]zp @Q(ot 3Yr)WwjwO t"ޗ3^U_~J?MMB V8SP#,E7vBуwdNor ̦V%On!ɊH0M=GPud$ٔd_1( UXˤ(IN`g-$V(ԟXrJ`U":J%~rh+n)w $⁶e*=N`U$3WX.-&3$<CH &wM7腌onbo8:.ޱpP'BMu1, Wy}g|3TZeGL,5&V!;tĐ,/L .{?RFCQ wCW hF6_˽j-Z!8Ț#4\-jx !txi.NFhyuM{ _pph;ч?*R$qmA\CqLe<ly-+7an\T2J(m Ch}&Yt0_rԑmX 6$9O #r>+ЌAd˦"Q"WZ!\'a&}cŒ /l(WV6hɨ,&_ydc | M|?s'Lu~7䴞^g.hiDko"b>Gæ:=Ĵ. 1$kA6;s3s4nr+PX>O)k5IrŎs6]q_hU(ַNk ڑ13;E[DVĎ]t{cۄnAGD܂AU{avDFwpY+*\:do ShM=>=J ސލѵ9LF@077 ZuYa_~Wh[le}SOn,jo݉v)}Ix\DW+ffz Gl"N LquulM›ץop7L|pdQ2yY4.&} zs Tu"cZXgbI9ArFqd-O+Ds9}PBZ; AJ$Lr蔃@*cʋw,daKONOV~-ت) zā6wĶ?,@3GY*T L4>K$8£r!=mXh9 ɽQ97f`Mx yPwX"Zb=4:WkPZfj~55v=ϤTm"{EQ=t땦&.fcC/8Gl ZF&ma)>P1 @<,,l5^kС:Ug||<5 (} LJ/TbbIׂ u:n k50|xnS]$m B,cJũF x/:O/<*G9dJpE-4'}^$цlDĀZ}I{f&MǞ)J<:e'pp }&hZ]5+B/{?uq!~7@$CG!YH@>u,f@Z--&w.n zQ))w8+Z+]'yvl슴6n'z)12Ko&e xju08HhFhU)*DLcU_+ɫB,1=l4_TGo0X}œ?aj[tyPEB ;o.ٯ^BQNaʅA {1-@^ eq/Jx1BE9%>-݈`W^(6MrCW}8KLQ;>GO4EƌГuҪ32@I/[Y0]k_9NgogKW7939 ~Ic[= &AoZxR 7tKhvO}&MI^x9})P6 j.CModTjI: F_ Dm#OM ܝcEټh BzesGn =>}vS,&Y,0CX3RBNd̠PF54J-:ՙ(5~d߾z]Q?Qx_?rNdUaiV{oaLIiHD -,litg$a xS#XnB*/)eNFD1qb -XAO4,*ZoOr: ;G`Ӆ`aWȒfԴ( <m%rC*MS,/j"1x9]O0cd)6]l^Zќy#ā>$NzH@' Μ>ΫX@)4;w0St EH$2"JnP}`wa(U͑[ S\*SPĥ OqR*Sx@6Eg M3{s–F5d8Zc46mCx>_}͛`j76piW&fh^#fZ5Pj| 1KP,TV RziImCǚ$0 4 *] dl^M~8v77`E|i֯!^J6We㮭?qܑujrUH zybU L!Z|P:J}E@@ATD\롴Y\)!חӔv#+5BqeQQIYvڀ}Z66-_+vnG+mn t. +^J(u'"DzF[J O ur1#uc( t"![򶣌FS  Зbh&IhXP$:)}[$3wg~$6[){|Rt8瀼CnikKDmG9qbfC A~7XB(l^B4osԼ@*%jdqL~~k$z<+hg^%7J)v%8Ipo!.Qpt"{6<i5'|}c*F>Pqo gFૼp!JSY_n^1koV٢ \>|)s?M(:.C̃*+wgX7+(vk`r[,hn.Gsz簾XE3eځ9T:H=\l`܆ܼ֘U䛅 0ʦ`KomW!-[v[F^`,?q+M()KBO [hp1zkcӑ]ɫX| f10ͨZW,'3YCdm`D@m0p@\VzKo*b6 L7*5)`3HdՖ`a[^εeq3; Ws]!X"_+}%Յ\;i F@LOև;R8Bd x\`pI\E)<.ϗ;v]i8/Kj x;{Ygkh (Ka,* zo(i\+we5'>khF,x}Ļ=OXiF+, |)O~ЇXw=wx-JGT>P_c1!Q$S2(r5֧'T{ 妓ێOiC"#\(Y RSvDyh8] U+r`+L!(u҃VM+`<%+)g3ePj2O<%<`VkN& >>C@ѡr^pM?0N(O u/ >10 }v\Qr *MɎ}mWfO`|u1<~n51jv-*^]ǫl|%0 f˷l- kE6 {V.Yy/=\֔Qih*УHoX>(i315bŨ$5Q~ܗpKWc(ؿΓ}'SR'm8& -l5!5oD3$42hD[ sɌVQmJ⻑ۡ?pfnK;ixI0%|r`]ϵWVF[iXeZ6g"Ba%h#Y}Iw[|רT7QiVG6niviϛ5^=O2"eoá%eIIt{m<)%3@Iof8vʨ`DI2 lv>)ʆ8Fv_u=I jfD(;'7?^3/$ir[Z=-ˀ1" 9 #2BЃ|;kXO4CodMqd >U.Hxb|O1yO;vЌ]PlR;Ѳ31O w$emVL4#P&qYOψ2$kKJ0)P"Uim-<>9twwN6zwνpl/Mf{i\}wOu-wRSI dJIj$b9L^@ SU9l EϒpاTX/0P}(.>YOFǞ <"D)GE_}ݼnaɑ$W]I]֏>;֛Y齈$ze]Xeɭ H?\֋F_E*p,\v1{|@3~3 ˟fJ"OK%f^ ulѬ5ZPOInXOv԰( l?K7Zh7Q  V-v TuY位F+tۀ}/$d7vJXľ {EBV-, ,ic&oͦ3że3J܊Ik]'i\5EȢ|JhBa"jCqE1 ZPw&2%s!k[gh T>8pФ΃؈;e`I,q2y!=L(d̒0gmiڻy‚^X0Ia3\Urn6oMTٹi5qft_8֐ P-ƻqQ2!  ~K)\jǧkXL7O\&ST&9Ǭ^IF0/2IL "6N*"9M*E/<|q'A-/P-"@j!KufG=J{|@β(FjaA_.趌iaPO P6x?Vu$S¾` }\o=eWFpQ2J?֪`*(s|ʴ}ҩ*.hң) 9/Few&CP8ne4|(ps@ۺڻ *uQl "+IwΥ<8_;NP7͎h&q,^\lf`5ɋzwߕ0d}rҞxz~ƑtP->WNc)omԤE6 \s!}NI1ZeR"N 6M3Y@!]LMy8\s mnsJw~"2m^LuxԒyAK<lйΊK(G-+U<&ZYؚbѰ;y(d=`A+#__f݉'={ڱ5Z=,FJ=ʹ^e.q {OǏ YQ9{f.:UAoGԋҋ<_Skٕ +iu>fe|_F;xx[URbO65F-~q z26EL{v܍ ,6H0 DNw\Уa6Ta >x8tOxĎa۲$BvXQ]V,=*(һ 4;kX5i:IxJ19C:_ O&/SZG5|~l$146y@w,̈bV`񫕭b8$<[POC7#6$uwmHe,& !eyV5!ca1gMVATZng-a!8F潰6݆VX".xrJ鱕ď{O7t "yJwu|GV8+AR0Y(Qng-KSQ]n\Za!S$tMh\[%縀CP?XqܘPΞ&,YBр@\ OScTqr=kiUR`Ny}  ݏT#&Tx)uGB̵98P1S#`Z[ U["z5,ٚs!$bsv4R5,Iɨ[r.d&fg;8ol{7Rm=ڧ?2QdO aq[>fav0/v %?(wkG4DW*0Pc2u9:*`k{MdeDӯP?f4e=VOV"YGgq=tYu)#|߻/`@9=+1Ȅl٠4 8kuFd["< Sf>V#gt5SaԐ5;VsEѵlC;c6Ҙ$!†)B N mBk!x/Z;yƾӛVRB"&v>jvx5yM?y̛ILP؏hl1$AӆjǠ) NXfՌseB-lO0a#=gijNV &HHz 6Ȃnx$vN)r`QP橁P l8+o~̤"T=BJJ =ڍv@ÅB$Ƙ|CC Yx[<h/[[$Z'ec>+$VQ?cȯ fŪ* )UЦ62]lv),X&-*XP)Bq<Kx ?gmݸ(!4̞K>ijiWY$jj%)"?*^*4C,˖sO@oh5դ2olRpuCՌHDv;S\ƨ?u #)c0͋bN+l=l?5wК+5UxKK09o1 5׈O' ȎUcY+VYZ9&ukiM+yf,U1i.s3T, KGG+d,tbk~*h8mݣf h'A!`Kmpܰ9@Z!:;u^v+/\2=%`}.cU'ߐ"BM=kua"E@3Sm͓̎o7V\s`ck5sԢwbqjQBhe׀SX7ŷqAHe9F1})SNS9`޽_?N0B'(2\E$:G.LWBq¬ٮeH)B}ZI8Pg( whROhb2ta7$/vxçoف9QP'Y,/&k> ' <=y1(Ůb‹둏J<[2w>~h=y /|b |>e*ҥ pjXږ .LtCoyN[?DT%Nh"ۇe[,f#kQQgOZӐh+]1gj0y˩ÝsarX42ȖQsW%>𝈗3;pO(X ?<)u̿c ,!wd۰8`/( H7N9>(_ZBS#}"Je@%[]o$%jMPgGC02G@J#)x0'zXSkcE=pд+L6V9\}#A@FOwK{cv*0u3<>nEGJGAXu8+;{2F pԹ䘻RY0tnD sGSnz9+%Ƞ $ \jͫA@CJ؆>thݴͰy zmAH(#D5MWi !>pT6µy N,Kf+C)_m{4ayG.w*rg-6}9ѡe9#@A? ɤ>3\V.'DB^*Tzw+`~n*T!$#Ai$Mp 3+)+MZ99EP}9fjjiw)|JGΩ ΌNn= CzsMtm@Ȝl6(FAxx~^ h;v#܋~)נ&1K7K~P\Cxa\ P]@rPSb( tPﵚ- ^L4ֺxj,{$Z{GI#D~g U͏\<= Zp ::dYpM!UФDodzZ)r@9,Ҟd^}:92'x 8yۦw(PO5*O4xR*o=佞yelhȕ& PpmqdVmD먃A\/^)7 ;s@GMdG: .:0qUV>K +˾QG [^kq*G~,2 f(&C7qf&(۰Ü"a0NhzJ=,'j>HKQgiPp*-.A -oPmMΟ,kM?9S~v7-5H9a|zhÅ<ݗM!F9?N\ 3_N* pa}6'LBkk3Urfk ;&`ԗJ5, 5HGKCFŲ'Δ$Iz v˥ s N2f>z^ڎ͖g$u^bKm#U~nM_2+HȁKf 4/T`cqXMJXRZM,V%S E/&brs虨 $H Tw/FKdxQ!`{bG;`:塮Cſ y2QYT9rf|<=_3;ZWtu1;kKH0\.J@TkfENm*| n7CTqz7cT׀=1JuKfɟ|ɿ&zn{u,œ9R5[C zRȬU,׺cCvՔNl ?YռB0rƎ1Sz!9ot _γC#dBѷX6.{L(~E48|n?qUB%/:Cnr#kH# x 6xb[%hjFŮ0%iڔ77Cir~+EG-gjPvPW7cp4g@#"thj9{Vc!NT˴d\g@ kQt3%{k>fݦ6h뻸5m8VjB3kY-%`3 c;i/)C1.GܢGyT )/h:X ->A ,v|q}ӂu$R8p看M%xXEeQMT\zteyçs$yymM蠟ϿJ'Vit$N,s(L: m(N-Ց)wNZ?w6vư[ե!`l*gWXoV> O3:M8}Nݖ@Os "lɨ[ ܬimKog F!=2l<>}g#ܠTN{ߧٳwݣBzr.R"LT&|9+Q҈Te c9RK)k|J|ʃ!VFRM}AL= a_-kg_+{ƪ7-h QƼxPrbkE6e83>~?-Lwx. dAS1 iWQ ¯+C~ k/;-A6r6):.CA )Zի>g\!*MTN^D7ΞHv]xbϖDԥ-1xCgװVWHoԓ+B>3F?//&}k0tdВ<#8f|)8}2՗ztfV͑ î~ՖhԎ_{uU6-nOhKoya, oC$kA/aUj ] _+(4vǎ!+ML6L(9CًYMȬQQΒcW 1[V8R$@:0m^֮߸2]s} 甶oy?[D v(HV 8HG₧'hmeK GCH#sׅs܍n`@m!zE\.9)ktZ[ÁJu9wH SuX0<_PW-4-1|WLE-_[?&OJpA:v l}s :bة໗41dr&reIkyQox[Cbq9SoJ6}VjZ<,{=ȝu=1HNPCBkQP9F)f0-_w`@K w #S _^Ñ^oR` s u[~m1UbVg$];Iu|(zs5Y}U7N[` W7@t~$*x?K+X?7gZ:Ө=>@#k{B !Ηw3חP+t)WU g;6e3bXH*s 1 r\x @9_,rV`<ԝ:d|&!qk~I+k ڄ;#KK ړcBN$SZzSnl)Da6RE'NhB-WGt˜cZq$L !)uM;%PvaTU,YBB#|=D]nXVSXC2OHBqcY@waF\OE5nY.\'='>\5}Qd?±H*'|X#ʗz8,+"piw ~2@j4Ȩfm)&LTWIK*y$ۓؖIZ:Xa%G8{]#CC sl J|Aӡ ʦ0F/{;Dkژ <aEۻ!uǚaeȜDNt@^Gލ^csRXS4 lͪ:SWKӅq(J9Rzr=6LOB>YJ*ůVsZ(; >}q}qlE'bl[qYZH DqrQ. dȥcxH `sD6⥱u+5VKQ6ТueU\'*V #5 V{\@Z[0 8Ec*V0DmRp#$0QIl)2TC*q^}Yd7%6thu"`AKYEh$/+ר:a!c[ٜ71.E8OΣh7l⊤WlEm0>LS>9'./0Tw?jZ(P=X(Ua ~4dUބ螗Nxj&qOݏ=x9{d"1H(WT#?Ji_떳$]ʓJ+ÐE?Ö, QU39tڬ8^hmzw%!80]4{L0I/[ Þ:}e|=5h@A5R m @`uxTY7:Lmn3'2I Ƹ#6U& 5麕{`BfC4 F ˡ)[tlm,{%;OӄF@&}f6siPԎR3h$HQHiVitܔ#ڜ5o/O$ / @Dsc剕_u¼ ޭ` ;4s N1wX/I0\A۾ϓ:2N'bq f߿o51l>ou:Wm'9xlZ@{p8d6Yl(^ 5f?-hȄrA/;ԅxqbڡ$m 6j? Z-BeOͥxK12Gg2P- k bHkxX}mI*||9 ;$* %^H68W4Jx0PSBSdy{@\zZvʄ>_0 .Ϭytxk(q˃Gmq"M4J[U\#3 wssSFeNU-QΦ*GP-.l8fE ~X,_~We; ˭uz,,G,?d9ю* VCI9ˏ eݰ&&v! h5U#&xm-/ YCf.B",mXҀ_h߄i#op]9y@Lr \'~8'n N;1z A IZ24hC?u_^-3 Ehٻ!KhBC;d:MC~lua"sO8tWXf=vDg 79,oKp?QbE%gCȪS^^I.uzAK+Ҵ2MA3} e QN>+iM&.j8;د^'HPR0| ibltĐ ]lr铝f#߭/D1o^SVTECr|t6Rߟ0^kUSˎ,J&J[/%s&En\Rh+.*&tɄ@S goga/CP6Z$,N5+lU$sS.z~}Q99Xti`7g>tx frJ\z(b4tVh_$67LS'xxG^v ~sl+O!yPح^Έ{ӕƸ63!\Ҍxa@|-.%)LjQ`ʻԅ7e`hVk[⸮C"Aa*6 cM df!"S,IlY))[ }:Q;>v ="dFVDMT}Q[AUBl L)xHݗyP^L*dȳBG_^RZ 7ixg9_"rpѴ+ĦdKG!:c7zg߬]Il 7$PQ3QT0VSd!NJkm(*91ڏ+t=ޭ.eZ&b[p$%kQf1! 6xL/E?:EeK$; ,8 yZP) fVnп8@[T+Uf~3̱ sbsְ8vgY@㹺q:q1TƾTU2X٬B?nι<:> PX]њ4uɘkbhSK6>2N҅hiThVh  2lF@jj:JMl6'7bhk46 ?JD_~<]pIρ)KtE f~Į1H#jBMD#]:JJplPv. 8" E^ I/WRf%#p'S ūus;IWEY^ÚAq l ZqQ{6eYUD2g$*QSDIp;".<ܝe SM-1T8lmQ5ڱixs>J+#\ GH>Aj(5׽iRP0JӫPys-fq1K^[ԓzqA y\)yD]UYs@q 3StcW\؇QpD}KL_T>C x,K+qo@g!ͻ4 CxJrq>o2^N4WB뱪ubz)[.fِeQE+Wycxe?7?u=Z-5<>&eX;)fu&[܍J Vp#I)xȊxo]DZKu b'(w9'KrA~ZRNK^^e) /#T8yrʀ/=V 1 ʤY pLCB)U{]I{D7܊\A~TA+8|uAD7fbf } 75zc#<=w|" 4&0NA/{F Pʅ4Eal=;_~xZ 6tMid$~H5MXySܞD,7X,xO4ጛFKeolfL剿EiH!BS`=wb8;9z{5{/V6d'(@a:]aRj'ÈVe@lދa\>,MR$ ԯ5?f%0̧pr`l݀:u`>FK6}m=TGc.4%wvKUQB ݲpRԸ$O}Fw{kj_/~@U"Ԋ(b<$ނ9t b/)"P(>O w;K7kn,;WjН]? $G4fz !Qsag"}i,f?{e 7XE#CY0i0ًiqZ6oUm]j9ߏPr <Q/€̣qܢ[Ym_ ;@` tuD]վ I#,𫕋Yu/o Y@~ϻm 4uHa}€sC,3jgbX>oSA'{~2 Jki<6o|!)]S3íywZEڛ=L(|OOAQ&ycyz6Ժـ%)[bc ]QJ5{-xkOdܚ@k&7h Pq[! Ѥ {g(O_=8rǤn>f|<"ekj#nh5 &Wlf$k/"^ TI $ ɓlC'a]lw(RUo_GO32S@IZZU_|en|"~som$+ S*MZm}ҤཀRsRf7!FTjo_cY9%:T#+[rR. rgO:>JUE.- 1U|&4rϭedPΓDWK-81z.TSPڋ!|t\U4w.aDv82'S]9>ќ%wt;xՉ?䜺qY!1ėz9[,[FTܨ S,M%{Nwæ\"l{w0zfO}*e#4;G!Gva. ~{!LA*}Ƙp? HЋlX_DbK]z߲xZ9'Q {&#GT0z(=hӒ<숔bqkSQ \}Ҽ6V'^Ϭ(îLmR~|m!n-aki;hȧ?w+*޹ ?#LurW UotgC-%qeHl>Abɍ L0q+X:X#lV#VV uJc6S(__&8V}}u2 ,lwIE|50J$b;^ ~[j 1j]?( UZ.ܦ0Ep Ls!?@'2Ԡ e>>q$!tad](ڶŁOT" 'P>^ Drpo-@6c !:^ QaZmM|3rdu~>h㪣;WS_,G#B`j6@v5cT͔Qd)$!VQYOo0)>BLe6^i"MxE0(r6@fC%Q(!]9jgU*T@t!UJF]\?  " ~-[wTb3;y%Իݬ7aqA9:a-8gq2D3!a<ճx6w8FlN42i'KY7cDWahÎNX EE|yo Up ~6Knq[[kE҄wC3]T敆[_1f K7OAh-їgE@D*Ja] r FZϝtxCA=\%P I943H? ;Ȑ2| PybUL: @^[e<R+ w>ЗdEMGUAaޯC[=꽐Mrg;~]w>j?m_w48WcEBMeol;Hw-B~+ Y"9'Y*NВ(ү.efpU#FPY<ט ~ p`MR%MV#j{R^>} q%G/XKr( 4bk=ڰ1 ۆ&g%@=W?W{I" bZk~|1mIxآ)MPH:?/ d)+>vڗuW C hG/~eɇ X,(8K5Z`eyjq'03HҵT=A§O/D]cUw~ټ=C&0U+rRW Dv3WP^هzŴZCOc 9^y7mz)2"TǺ!+tcza/X|:%,A\`g?8De*4u{elb(8յzڤxmIwdtiL`hb\Vg0Ռpxü1vq|+aݲ9+C,NOc8:K8+۹tgd"Ю¦z<z]XE-8 Zw o;" nd(2EB8vmZ&J9A j  N! g6i'MAa&i6wLK0(?xU~X߯SBlz/DܧqFK] x6L:Y /Ŗ>L,V~]@TOP1`wq ;9 =&G>eֺڻf1>NbpmOɋ@ ;œL* j[2e平 bOӍx*r ~膠i);6xБL=cHL |%/T3f}3 WQ?$ 7y<+{![ hcqxr-IJVȪpCF!Q7~tHu5H,DBKFqXpD^. O5vloT̨=Ac![K@JOY>>0VrH"Y CB$ފ^k{s4C+?%Pꕮh_ Ӣv=h ?Od\;r![߆i}YV%p+U YOIw$ZM e|#Z?)-s0kc:8jhEjQEoMgs+$w Mx׫iiej0"qW_-izx*\>gZspLPNUS UbUnM4b1@%) 8wtwvCs~o4^Bgv7R .yy<ɜz*:)s[8;2>geriN!:02Lj'гR^nަr\!}KՊzV3=t4ۄ E[z/dR!1@DC'q]b}!~O?*7 PWM .HЫf;u2oY['9ݎ5 O?r3YB$@-Sו~Zﺸk`E9߱{˔Tb\5i7fϭ0[>sX#(/W;M)bz% u>EJ_qC b7-*-yS``=aFə[ŚRA0Xb)ox)E' ,?W4ذE:`\2'T#}<,1?/xG Q4_:Y۩#b}i%P21k^#Aq.Exȗ9GzhX=;@ٵ61vNIa4UrK"J&ămjJptAo|Du7~Sz)~,Bp+_paDK:3orBgxl$} U Yj`Q/*.ܲч{ybL$ޟ8%P2Q3n ]GALaԩ6et"XEy Kz~z:;9^c\a5̻l@TTH"ed/1nFkjNR?^k5o>{{g1sMja?ɸ=|˪"ևkI,`.A ޾1nUfZ\m$mx |yk~ HGWܙhLG-1E.6i׺2ӡyDoW!懐."sm%ͤ2T':lf*FK$J;je-kw;[}i!$2z: ?!R /jx½c&aAy}K8CՁrcm`3Yy[tg+')Ƞ{b;[q+#TqL `rzyy.cEfluW>g(9,fgQ؝md=3 PH"xB,Gv@ <,4bLH>͹BĩUޘD_48s@B04k,lM=X*J,d$t-eϩK j,m2%Lw(^pw wy<j n*͌UܿAhZ L?@, \kEq;}d\{}BTϞѦ!' 3Q ڎ*f1^f]Ȅk%|EU9&s ǷV=F``%uֈ&aMNF x|/ZVY+\Om% ]pC-)kݽCmeFz]\q2YIV<=Q@׊^5ZmWB;h\1awN2-G][ۊdG}σ I4;iTpq:hoք: n^ͱîăWwQQ^~5^{1um_R;#l a ܩw?t3f@4dq:zh =I_ebH{hyA?:ҙ( a׬wl¡^B \cbrkjqR"*Nv5;K`#)i}h Q2oP va] ^Gޔ6E9ۜ#5*|imH 5dmnv݄|XCcO.RS0%'Y›I*SjC0oFvfcޠNBT}R־S?>1v=l0X,bX+t{gm)ǽYyJu'Դٳ;gegh &7gFK+6W -6d=:J$" g Md_06Y&/Z[Zjp$)9B#먼W' 8̴̢|& *hfjthx3>Veȍd\Z$Vͷ,b1_ƱMwt/,D=YnQR "j-„ ֱȖ4uZyF…k!;CҞ TOWνקȠWI7DXPbS7!\8qȐ ͷ=%AzM0 V &6ՋaԄO Nik :>!؛E]W%qRUM^Ls:E!{lh>ø:zokk( KJ3BVnOJЂ 6TRD&ɱԚX;%3 [@7r5tQM4ID3aiڣ2ur. n:H'sQM_~ DnXf˧fqfI=>} ^_x}<ŭ޿ޫJ`Fg2e؜TEHWD<%{h3Qk!m7l`OűK4hCG1c`q4_9}*~"H* XܕYYt^Sj9S u Ś>VDFmNAUb0._d.|+4h95uo_VCRqѲ'Nx줮(O[#IAyW"1$pL(YzJ{氛9lz|g y?Ȁ?ԏ?1li je-%[\-™2*9XЯxkD?7@ /Nr{r: Ԅ8t7U3hU+~&psPؒQ6 F wUfMpV:IV7•Q`bS؋2j LTkmX6ptr\ R,IՆ_4Փ뾨K,=@;c9`^;"PGSu-|޼9%ofeF/t蘠~SPR$HC7"z!ANlSwi7LgRaoONxe\Gx\4l|nV5 ?suRZҔـh0M}Ǻѐ֌k:Ĩ_]#^vXL/xޠR*h}цX6V rljy9^໲!+>m|O^ϿO~>g;+PѰqL ,X}5("'H-oe8L?[΂ğ| /k:̂]}wiqeDG.v_,8iM0>+ew߁)aQ*e b14N4|=j |rwTLqpB91"&5jkKP -݋ e"=.0jDvZi_v~4]܄4Gd V߇IX^nپTs > l _CwW EADc;=m 7ąE7m-\-O;zjqDm7R/l܋F Zu9cr+>zUMoA0qw:'Zzk6UN[jt #k\QJ? {U.gH.3wT=X*zɿIFʦ<=M!;]BB ^QaEt1CESV80ϡS$KuDls otZ1.gPr;XXڒ .ɛ 9ZdkUL \Z\8o*}.`ReE~NޠeVmeFRh<5Ewy享7%CvA$[1ڸ칄BZroNUD[k?|Z!j-S1ٚ#WG?M(8aSdlg ,F[6}qԃnJ[eoW,r(x .cүkeCoL '/3 *ƟI(ϟJb rÆOEBc6Ikʀd8$*Ç5AXeOU{U%ox( =G(4eYmCꈧUX8oJ:"!-TUc;!m+ }sSo'7Ň`D+*C4")9jLmB/_X^YA!db;t\UMwMDkS8Wz)0~k_k \mp ӇBMG0jĤCgϵ/#$Qb:tXysam7 ]w.8 !Ōa&|=aT~^[asktɹAD]P 7^j17tJ߻;-jrl K&>mhlx~'P5$buvZA;aoBp햎bLrڪGk$a@,w/4JhpkiE{q2㫕ie+asRZQ풾tkXF<O`V3R$Ƒ܌GW&6 )B?aU >#ါ}1lɊ2`kV!5#Gb ň;"84].p#!пXՂz'_1dk5%\kPzY)ΕoJxk  O:0? Y43~Mwʯ&:>q? taY 9ϑf0W-#Xk+:g#[׸*4߯3Cۃb<^QٗsZ!Ogژԙ7GaM(MXѢ.5+8=TDd\~ء*%:=lw>!Pn!g_? +g&9Y8J|S+|nE_V"zTOkYbH@+>\GSy&be 0̥nɩ$>hT5ݰviu=YaUMw9sڽM$ױ+*fQ(v9DM*F*uc3CO5^Lzֽ 6OS50iNOh7qi @{">0G-;R2Nx`ͽ[=bzmȒw6!{Q} 3P67p^~2)VVfx\&x*lr M m啻kT(!ǐ]6 ;RzNR{/5ԈnN`99쥒K k`?gqt0=ܪ?U ;t*h*ci3hr[EM"o{ݖO ¢QiZ~ ռчP.U*2*/ wDc9U!?]ӾǸV9&ToEp:q: K+bBP ηUYd`R>fh#J򧛵o_͵eITSY;\TvD\4$\ܳ+WaPTK(y|~)Zm^ۿY@'IlS0/i9&Mz'A-ujgOiдk[%g* }St3\1.7l,Qoq[lMoբ}2{|׬waD0<:n7uLKתt*i(JsxK0v|exL"}lpȶbj.\Ec^HыC]އӍ *h pBX2c7MD2dnU*Kֿs/W\}'P&iE̹3 ݂ P :mWHU#t?^1X4ZẦ4$l=PEm'ML/12mrM CG8DtF_'Qx~',QFfL͋c,:(B&A&0?\o2OP['"~bG#p9qymB|)qFl6$[o)0zr#O\UĨ(|-Cô(`z뷿n_?G7.\eL;BI>%9bw&m>pMҶf# kmC^(raw} eod_mr=0ө,(gdmtL幃i=~pLҖ'/q;2vEpJ.S)YS"k2?9R2DVw#[b k:}CjS@R svCM>[cIjV&b)/()[uZIhBKp&ZܺYK 6v&s<X$bxoF5*~tcz\bN q^x,KHlOIU48;\khrb*+'PTKR]-/͘ZiH#PJ0=Fd5{4扽1/s}e!GckE|GkX[BJ;]h4S<!le8Y)\Y^t4ӎ&2YW#dxJYsyAF9AP 38T T$ЎW,}ࡣrw SL6Xz{P!a&j?'{cunۄ` Ьhk~\{O,!eLTp3y"kZ):im~,5W^Q[x (2&tPJsqWBo7i%- Jt˝^i*KT RlѲ:&%Q'ތ.9Q 9jBIRE=߰w @k1RQh QcB-[|0fq@:=uV,is_tO ecHЯm|mhy&ϓ:?hW+5|v6JeIIVI}WZv@?5^V4J ڳn#AFfն t7u_+~}y>փ͍`'žr¢["QVpGxwmZl82 X0*83V}A%~Ь:@NY&MoNu'$ Y&]6χ`˪4I'&c:QWrxJvYfǞ%|MQ 39L]:JU/6Nhc£oCXx@s7;Cs7ihT^! c uw'_HE<*͸tb" p qV(y*!赋aC2=@mtUS{\OQeqnc z7 1)&Sth<-8CmޢisѺ="{z^_#X|Y& t{2GFuy‚4,)S>$4*TH%-EspBゞBdJl8Hw ZuFѫ:m Դ_բymD@[M[Mۃc 2jo{ڃל"l#lJd5V < >'@iUMhpe< Qx^JMDʩBErǖP/;VjjEТG SܯܹɨhB߹]PǁCl`'Z.ϔ^dP,F37Hc Yw!M630ޜ >WxnY ~;'/ fm+IN.,jv' ۭq'q1:* ^B0ՋDre>:aF9/+ᰪkTJ=3p􈵟24&hWz˚*{(Qd.r3u +D՘(0C1aE+)`*niEWU*:,+.`)s"WT#s7,<4ޚ j)A˲x4IPIr·2Fm1Tr5ʅ{e6DVeD$ԉ|)C B?9hI8Lmor\dCqa+o,j*D,k Hh.Lc\ }2eܵP؍o׳lVhQ`6X XzH%oܿ`ՁpW¾Mga%$焣>zHr2<*^ |Ⱦ$c\JXD)07@geE U1OU(sEѴ[DJa*~jUp1k.$4Zl{ 槹0T.͍7x)1STE5wY@ߏne)h!1CؙoetaG2TȨ։R aI)SχTO)?#QqK܎}Oz=4&JzWǢx;$ WWd:r$F4I  ySH'VènzXCz1_锓 LVZ2!`^2OާiW dK`hGheeujJ i }r(B3KkiUrE@Q:1gB?x6aua~J% ))3ö6oօ靄Bl?~=A1r1D샸6AkntWGň%Տ̮?w7,q5pǻ(@Q:@q/ci~_FyǬF R^lI9h(p|B^k-xK*˷o#5:4sXo_Tm`ʋ3+j 2yj*1d9[d [jTe)Q`Ed]W¥wY7fy-ަ?~f-N)zB ;S!)SX`K;7eez٭`)07 U&*Y\]/׶1$lI6OiYTo':Op﬜}N, l1m+.mǀS22N2@*QX eUkIp/8שlBY`yz瀞Ne0Ԥ ɍ+h|]j^9x7Bw/2Co3 ʂw`vLĽ$CXA,52O<fNNɰ ؀削w)!P-2͋Ko jW^S5;[Xƻ`7;㛘Nh| u ZBTT䵔.\MH&:` 6ij\!E;bonoF6Թ+"٧M'sǤem`>iBk3syqN W[igiB-kcW)0SNFR7R,ȘSm2{+L؂+kI(&/=L=B3j˿zʜj?6EBYVA`j{]Au<}4},|!e`+zBOp,C~)"Rc&(h!PXYul=b9pg@zj["7_F40Zqz)}K!`佸mYUk+qZ&> P?Ta'=I;3AZ tȝrٴ)E K7zͺ>=xyvX wAM4S "i u&'V48]g>ϧC_`P>X?nkXG]XҬLhV5&:%YԬ2>bJT?q ӓ^/KT@as`s/)!v4Muh˜ndmf-"bNsB`1G3,bЀ ~|Jaqo6XeR6D@mVG'-A]es,PxEKOJ"lgP陽Ek!=8Lf!@`+ s1JmXC~`Gc,Q!;.N){~,+s#a1da zkͤPT_$}ʞE8Kx-H?T~@s0J?׺IxkV;]mza*VX]6N[>] cQYڀ+@]"Dǘjz&%) p|'Qr _a3Dx鮳*-}xn ,Ǒn!ptAӭD4xT`+*ykaB} ;aN׹w)_g!J,fxy~%ӹ \@, l f BMANO>A5Ie;{_R |.2K`;Z zebL q߆P)&Skh2]u#`B9d)4{gD 9SL1e@cA=26)9(H=ŸE ~ XPT8&p6zRxr9һ>|w (.#+ː$=֏K 6 ]KpdCd *Sb4"U |x qn qE жDp >(7ᕱ&t~f:$}3Tl%Pz6K]B wDq[!r}}aŵaBDpt h:3~jPb`YsO[WO9Eup0tG=v2X`f(ifSz0G#|_~l+,-{ ڥ(os*Kb!sGDogRď%D8s_90AC7;eQ%!XAߴM]:z͋_!լwdE3j}r!c5^0Ǘ2iWsw *]Ix~њL,+E' !>TO_l!: ui8܃{^3좞'0TNrYU٣Y8fV8Ic&(ɋ ng,,罭}{ .` s]UXX.BMib:wH@T"Us{*x-u.O~S*Nʘ+k %WfkG5h㲖j*<2jz,y c)L}7VJj{r2 w6MEZBeQ|\%B2X ;~OJ.Ml3_&K[%UCB+RKWIG}x]S0hU$?UCi>rbx:RF|4X"nݞo5!eA^mTMlk\JU#c;KnE;?4 ZJjMK {(֍x"_4o3"qsfz)X LSKXԑJA8iu  \Kip-`bpldO(1>mY=oW6~{Wfvz 5}QokHzwS͋ʌdOt@X/e 0KJɽ0mh7o gdM]pڊIȤ3h95V\*/{^Vb2ZnZ2 f  N (gƃҪUZ_Ymz*")Q#dp%mlNz :-܈>yJ@'n2 ҷL89X@;ԧטUҸN\;av^09N Iv A:6c4πR;Sz=He +o'렦iKTdN_s$aR|P37$_9UaLls!*vuNwZC.kab K`}$pZi /Zg'Y5?e+bj4UJgאo(KAC7S?m%`?A%҈t*ED0d;g}c%*,B p tҚ L7ݗr\ĭz{ơ{}/py|% DrG"װ'G3g.&[fM9X!ݲxRp? mTˋtBfٯu'QLiJW%Ѡ~$@ 'wN] VK`7V+D㥐eĝ뢅.ȧ VVOكDX'HKMW^w0%[|fb2R_>)9# MڗΤ4!\jcVXF~UZlYL@}(h$qQoـY&c>[̍Xk̉edĖ_J@yKBtvm>ݱdre+)X2)p0meS,0HK7]8wŝ8A U17txM N`=&J?" NKk6^ˏ^LDGW DLzWVXEͼUrs-fNo̎E拞ɗ GyD!QZd2Ч: #$v95M7)HL]x0L1$>@5(y"yaWT`ƞ# mN Z4Qs H,6u~WM5xݰu6HE#oyfIH ]^?О݌k B,z \qj*<(#倸֨I5wgm|?mN ͥ1^8ILPl֯B3gVX?Huip'-Nɗѽ*G dM׌qxǸ\~kWV*TE_/av=c(f9~d?V9X? -cr[:PH^YAHQY >)K"/(XUȨq+HYV U0cAn>wYcKU[Ƽ1ő3L,fZ:SfHV݇C\!Žݳ5X6+~{2賟ZI"vw/$CbU|W 2а`2?`?PryK`}{nMPyPVL'x./3ͫ?U+)mŢ\$INc1۷P8rǞtIJ4Ēq}u ߑ2Uq#L(PAnmݠ'-0Cv-=laZķԓW-TD7ȡ>y3ہ|hoʨuϦǃenC9Y|MN,B-v;1ڙT z$ڰh[uEDcT/]ReI4qDJ WAM:zc0-I&kIm{-v3I/2{)d' I1#P鼀7#RA( ɧϷj#6-Mkӫl Eˁ.?)`!B=BT""ׄ5i0QR|I>;A)ۃăP)G@L  2x ‰I(d"~tۃYTȄ(@t (UXli=V} jdY+=Ӕj9<(YCRzm^袀:x}47W*ªZ_1uͿbeo₮eXRP]iI4]fuHܤfJUtYM_Q?-l!&a6[7K/0u_( tJ!*` 1ݲ0O8eg&TXYq>(vE IӋeuxL}K73(PyV;1KpJ;~yiB?b3ZBNoWRE킾8W]`8 |<D$ouq,~p0ƥ ) {P@& SW߹xaTOxL^3MR;qsPt*bDMQ?.{_).y-dQ0K-<[yv ͑!i&{T޵>h\E rG>Z̀@ˠ;8gy&; #'?dB-P5>Ku9 nx am9)U?&A]]nлNp©XxT>TR|et@­'Mvum2}Er=nqVj!+읆=Ɔ5E:HHfV!O= 8eBȔ@4z,$ LrٳlOjx\zGrR{&"c.R 6+B.DN{Kv[uW )Tp TKTT?6 4(ḅk|EOȟ{VAۺt}oNն߄V7`1k?zR"8 jȠ@3`h?eGഽ2tEtb) Pudz!+0Dž*W\+4m0q[S_Ntf&V]$]-+iC\h3H@D{u2-` ߍI2YyN0Lz=/vW.5R!B~ qOw:ySBۄ+US}isw{jk5Ƴ9ܳ9>dfOp%ѥ!ɶ_ A]F Vτ%]f'2G8`TWQ嬻&dAdTmG9| J:A2Ie%T:?nE@-^p}v 7,yY:W<>1Եyw0zݳFuS;}j\oDJYI.l!p`7""8e{ƭHe<p=op\UclNǽQ.Vll*Bp0:3S§@v27gh3K: P/8۰>QԔfzۥ]!)ְ ~_mPjH"]PejEA∛Mg,0]% &J*+L%q7ZuO'!PL4k[Y`a))7o8ݧ8`o,W42~̸bU#H%FRMlؘ;9 c?GYxEU,X<:= ܫ\Z׫Av^YGd?)52 B%5]{zV&9|~SbhTt-b[y;wwRGrDifcsEl䯦4v ^́`*,kf# ޞP䀸lnPtqT.>SQfZ._g~r}!LnрuǦ$9U_}}g y${^T]TYG[L_ W0ݱN㖯A؟Ot:?D0Dr>n,D15iOin/MnI5vy)4̸O 2+p'x{ ДT"8S ,i0>Eowkwӟʑ^j_D#{oҰ9|tI&oڣ>̺<*T|;DZo{j=߽t#I8AXS$U/:eqnƙQ N_:5'g9vk  l~]Z afjp0^ r-J i >>o3ֶOnO3&)oU,MOΏvK>0b0/b~ Mge'W1}^v@1 q7lkZL+K+D/ @mkVl>|;5n ZɁAM5垍OR&24_797F2V7ҩePb+}]*{#Ѝ[i7&j Iǀ\žgݻ&6((aydEܶҖ}Hvas ,co/4VFuG33l\Ss'Lt,x,Ȩxٷz}@a*wŭs*3H- \IBTybJ -!I֓<(K.i:XYW-$lBh5i츝2p̑/jm>MWd!٠Ę}W.68HPl%>C "g7Ul<_C׏h}`H>pbb2,(=E4h˳p~X)|i0GMMJ{Fjd]J*_b_UθLr*\=|I[^?pObM6C\r0|t*Zy!ݐ?Nju"hADSݗL*ʺTЇC,:BwSnAsrPMKYw jbiA4_וkJZk2ޭ]lwV9| ͉`J ;:jꀤdlĒ 6-a燌.g9B#v[G6𠽾:lSj*g,vL=U bG-RUJvn l*vRRL3蓿K צ@q f7VR' GO9z N%y{Y7'i |ꩀ'^c<&Հ!`p0>=/򄛬>dqS M9L~IUĀ"u0-3ˠXNζ#ͪl^Fz؇ݤfRƃrM01Az :O.7cS%8|b1UїY1forl#hvwN[aΠدVMyrZ ~^Jpkr8K dgrW`z婵9U.0YWWܯcssɿ4mՆH5\a;AL-4vI<w0iIW`MW<*0Xw>{|A*3KD}ˎD5O^ ujjWCXe)~#8V[HOl+~/ h9lohMO0qq,?TЗ|1Rc/_n&qjłWKCہzzߣҭrMr[c!5Ak6n DFVY~3bhvVe9*/jW`]{B/)/3͋E2]örN҅B걣ԊW}?-W%Ր׉;TK|& I>wq1jnoi`KAk ^侯)-  8V*ո/^!OER%I\עV_P>u^hDE@$Mu$C K;7MDHv;<|2dL4ֲ p{;~(OKMZF|`3 Y Fݕڃ:Sv&jS-5 ~?l}J!JI'b6}̅&ۣck-VεMo^qnBi`a Hwccrc]c­߸T klR:YZ1y$:e ?]p9&U7ӖO~P)8w=DTW:fX?Z; 6v-O_ RWu -Y8+r\A(F8&qo%~}x{J7qZjRAi4opert ^-m!@! Ο0| 0~=JnvƂJq1Bj hk7[SP|G}.zQ)QW=¡=^М +pOS3{]DT' Tb~"iE7՗ 98~kaLԍq_]\p7GI>mR)/]OAs~ܹUt v9Bw_(WL}吰_!4Ǖ7fқq-}¬@-2:R:f(ʈ<&O_իeL) 1~ *SkI7@Da>b سfGA r]is\K/nk=ȐB۪/Sޘ~2ejFq^)9dڔUAtsx;K˙Tb; .6™0kʲ-=2& lnZ2es 7< _i.7z8ri;_ҲJfhX+Z3,ۼ?aEv=zRB)e5%qyHΠ4XOT: cĺtmXz~oױE7(Si Xɏ 8?n%?䦕}<~'nY`{7@TAGmVĎmlFF.z0rOrӽu^p/C1lZzjXrfDN<乱CV*M Ԯp\;af-7Yl5s,hLJ"K}::xW#'4s(QTFR i'=/t0CU՞: &2B<[v>M%ԪJR@t ?JxˠX_^%L4@v[÷A7'WUZ&_bFV-dUKLV7sYMpcw&@^Iִ:',97=PȘ(wZk?G"0^p9=^ 7·UR>؃WHE{cQ*cr]G m~Uz?-Ԥ]ٵx\v!:\ LDL[GG%{/UWܑ#gjXE@QcTMNY2hzSv@s BLD4 SE$s+>u+(s]*WLF}lq5ݷy -z< |-m-  nי`נ-dx2Bi0_kM[l;J2-# KE%C2%\6) 9_B\X[h2FAgfUQYej}-ka1Uݢ[+Oɨ!,vY\gsyG'`"NR_5\$L(n` wy  nlBc2]-'U[ugE^<_YN갈ËwK5P%n =ߡ1iidpꦫ!!73 8uQeiB݅OD6U$# J޼ݥI՟6cd7UblF)uYLyxbqr?8ON Tk?)b4]~щNS>k9SśchiA)ab⭽_yê[R\Pnہ_Ory! Y8:3TUK29'0$/s=c̘o,Zr3~)aY.:]fRǎU=vъXAz3wۋ[0ة[jSK&N5dQ a0 ҳobR/!Nvؖ4a~ai03|7ym1X'Io M<U;a b"rbE}= aO0F;3#~+q¶RU>oU]qrAܶm'U1@ؤe(T*<caX+U,˫r" Ź<%dfǺ]r)ZjzD|.*nPwۥu,e\@S}TaᔒdwA:fӤ ukJŠg;HlS QXgM'K0yNI3$3NP*EX@\FVr:Ol6J䈷7ho!- nR`'[,uv!u<ň(m֛A.u\-ґ|H& Cޓfƌ ĚBxe,,Pt}Pz"8tV 4*%wL2=/RDz_[հҮpq;uWHt[t1wjǕ ?'lQa%h y"7aӝ,\fN`+v|,]AO)&΃X"r5%2Cƫ"7~{">'&뫕ay@}`*R,BE#_>#σKS*ed FwC{=a2YS?oa]:r~Geuq ]RD_v'C!mdH62:~4]Pw&c߅1\xS ]7αqA$6*=)P=y,%{2Xg}8=ކKB1o!o:Vӊ5V@*([& [ UN?</hv^7OwW!;R)GD颮4ͪT>{>^ 1>OHҗ }BH4pp>^v%, pB=3Bkl;=;KX7H>[am*8X|nYܚw! vB[z հa+ '_TB) H@\3 >VN\#=,^Mr.Z܉2makFtA8GBC]ҫ|BL"v"ǷYV?PJ->>){uwg(BSwC[($koH«Xw͕G^w)q pdӂLa&Fj?4#MV8sك7ePa4DqGY.cb͐ 򫫍bXTН..d%L]ˆESN!w3f{_/vI'"=Z)[7M߳bapĤ&.My䠼,dF"El72tWV_X2Q?(ɐ}υܡdE= JҴNb6*zϦmϪ<۵iSi:&#=qIyE%+3- фafT9ѺK{ȕK|2,^I %oP8BƜ"K!)v!9\;.?n0]HR{ LE^̕N-99bIV9lq\R@aߦyr$vv5 _Ñh{2_C 6 {xVQKCrs@+ɪ={$P],Y yQ{4lTm}J{>b qfM4`kmh@_bh,o$q>!{vc}!Y3{,J~*CF6fw+./4 +.Q|ۇTrJ|*VmJJK |ckaN][٦&uU T}CJBTqc^u{z{%\M/6ڻlggz$q&E9F}UΦ?$!f= mOWHIDH,8F2f"qLB'gg?"e;2 M*W5~l}ErT "-;,S%x"YUɴՁs&gKJ\)EiDWֶooeM߫;ƯApz/٠ >'lI+n)RRXa<9fWJ2ڸeo+: xPsu.CC!O3Sԁae{ ಺޲O {mT?ꂃCLLV]Zy s;|/,-@y~<Uf8՞ګDZKZv H #loCQI:jSAaV ۥfN טj1X.+B)q ޟ|ٜ>`k6]/v*14Sܬd 6R"I |:lbN7翚PPq{=ù$ktP#m=a).) 2EF[=ٍS=UyT}Zv[e*4A?MȕEDWKBKX??X r ee8Alu {Ŧ\%RTÞ_ vzs7. ίN%u8Һd0NZ.8v9?\0 o\`vPw*rg\T? p\n+e<㌐gl`te[Iz S fG$P= Qҹ,(!Åk|Kď)+cbT5 Y^xyA^(GaD7@OM9җxCjLg F[ЈbotE<>hTa?r(9,o+)F'LcFsOۤlU" vjS Xvr/szPdۥV[㩭dHO. _Kь n >+VU<;^(q?CE+i_w_9i.LX9@X\/fcɤ`)"026;Xi![Pr^Lx|nډE3: c،妊;ԝn&a> .8o C(媒HE/?qs@Z,bqD>舥ʡؑa=8X*V38( T?Ȱvhe'*q4݄HQp'\3EMC nhSl\ڌYS.T(`҂C]' YPbo9Vg!K(c1u9l? U6 :^Ni~ry-'`DҼ4Ku̯(Q}榊# d"NY3^9J_<_cb QӨ#]JJ40. \FQ(Rm$6> 9=g$`EaQ1cډ{ǡȓ7_ȅ&j *8RZeHphg詳s2 Apqи2ЍݰѬKڏ.;ɈH*_K (6 B+Wm-9x/K@% Z%i6&n dkkX *`cp>yZ"{8AM`^ (wvcLBgl,/EW{ :SC2悽$b4Jl@~쯬ЊWP0h] "|5rP-m t<}zѡw֥8>4|^( (+*ЕE7"%6z" $s\75,^-U괙~-7^IzYU^;"Jϋv[I)-j3 gz53Vc=7=IMYլ'%BS ى;~سPĖ`=EûDwi _<^Ji 2_-Zu ]^P&P0}XOzɧNǭq3wQ=tm~zwwbnL4 2Ǜ^w2d8N  ]zpS`ELQYXw?^uDq,SxM.8XXЉy1z]-weab_{Y,y;;تoZ" .p̷]D~pe >71&keo+d{'tk&v$K {ֶ>~q4R?6xz#RRm3AmYhC Dyl ճ;"`!/T֓L",yeux!$(zvz9Iܝ M?|qD@L7sIC~RMq5תu}Yg+J?0ӪXo^+d_- M<'r֯ļPn\'t*3zA}-뉌p]cO: C\Kr$ڗi,[`<'3h>+LsxXZʹ'yx%0so0и "r6 LOHH;Њ{@qYٙ`uLJiYKF '1dq[n8K赮#vʼfq@a|iTSEM 3B rßoRgpN/waH#YqYAgk+ pFzr$ffG:uUK{D$) F`, >L.z3tP5b{a0[<]TWV ΡPQG0 zɾ4Y'?+dND-$$L9:T M6I7g(=G֛S*g$L;%2rZ[HYJ4v&g Fvk^)Q1]vb na4"B*zo F#iG_E&߻!5V~1*C??#v8=y"1V\/.:zXb})8-[oQ91h $&O&Z2YVjuc͆+Z9vّJ-Hp `ʮ,V =]}-(6uDu+-y\y)[_b$W(V5SkȜs-}".y"Hf;{$týcđO0A0r#ɀJH2čCaoJLzP`was}: Vsy" YPs"*{L9^䩄Het* 4݉U׆Q ./ ja4)+\ol^Icx /mH#f7$&L^4V€P\fw{Hv%L;,)2ٕZ7J9*PbFQ$nn*8x&Lӈl=~}O#/eXo O9o7э+Yc "QD_Җ}Ylmhu-ǸAPS !2έĵ>[>x=Gz EMvR5fd QLFcʞ]$ƺ+F#Y7'.k"I7g~&d*/y0H ߸b3E+J9C6(Aַjba/[L!şOFum|?klI9x"QhB5+eOitGp_Q?ѝWamlCT0arE 10Y;hc…bf DӒzt!&񍟜߬qB˼gEaG2#q1(}%u0= ֿ٘pA{4}4Ky{z;~GJG.ٝi_K!9v箯Kd3}d D>2y%(?i䥨s¨d7#l"jF@rB&,gT-`]Ja Ha;s56FPc\U%FñLJ)ad[%Ĵ5ʅ1*(9hB[q p X9mn<&d ;^ a!@CPܼ@e23.'t1]U ˉnkv(>;k:'+BA".wKP$z?wtS>YĥLV7Zd7U1DzW%8Wqa`g  ȝT^v`%Ii)TF*u$yE.,t<\ Kvĸ8љ\#eg)Ym| ;||3]³7Rll M0*yH4T=a aVkͫ ;]">=Acs8?>^Y?dY"E* D/ˊU?!U۬Orlm3u c'gC Y xq\$FܴsfbnS{d+6L1eqI8`W"CtN:Ճ⹠W{آYJ&T3FaWp9S՛/^(lz{Br62!@G2 R(".ڛ7r;P = XtӖHÊӦ_ʘ!AΥx g9KPX?U 5@ oI څ,8uun-&* TxLLzy\OrcVZʎpRVwY{WVBa֦CJL2Lopo:3i|u/\K/tBS)T"1[=bb`blĄT 1<3JPA8m4ȟB2 bH,.fVQ^ENK26Ө f$]XMeە`a+y${]Bϔq+ BGB\H[zA_9K2KYJO" "ug*Oߖ( qX8vl  ^a h0x pJP@F@ז;(u'{) q2!4-1% GWmcdz@Mm3b??_:Z-J{0ØS.QE-R_NjOпhB6de!uzE98a~eSĴ\lJB܄ b١-<#6'|K˩>B% rryeLM+#Ք{8Ț<5㘵 MzHR02u VSj^5ONfdo.B"a~J&BO& f37Rst5|ZM Z-#AԹslC6ǪPޫ׋JǴ/ iIJlLȍIhdA zHߛW+RMĞ6ykg=v`>K91<e|F|}v):Dc!BOKqc1cvZ󰅫]g>*akV d4?@8g:TCKj0KR OIYluȺKUT&vސN+S8 esp64%\6 `&WOq@ wN, 3o"q/uKHJ\;[Y DwfJo'7ӊ_ɬ{4Jp8sxe7 2*̠vO(zdis i1gub4&TݤڳVu޽S\-X6VF 0!ĭ=0 ~#毸F2Ai~>b?2'{ZNOEs< Ga \? k[MRuBzr{PoAZ!~'n6QeXA@.jKO{lKwK!?"&R 2#N>4ɽkŽeE 0heĭ2=kJ Sc1(4ZV}k,`Gd YM.9#l gr2`u +=khh?݀JIpjZ%o#?ݑmW_QΠ:i_ ʯ ߒQ/Et"]z/ʇeNd^"VG&Mb]4SiiLV5,6).h*7vI<$Bl&f?k~4;lR#6WNP}|ַv(͉ j!{Kneu;GqY;,{jQ7'~)/H'!CXKniYK:_Ё,>^nTQ^ Dزyr%Qgz)<:,FaT5`Od&[9Eb4.T&4ƃCxO29y\#+/HEks ľn~ϟ}n\ɔ:^^ɌBL55v{ ?+]0O_)8y_:W}a}yc:ד16'o5I&} W@VGeYݪY^y81W(tţ}KeӺXwݎc1}FR a/pIaڸy.~E [6BU`6ͺtg՞RO|,9&ۺdK'yrH )_ap\ .?8(_-w$K?Sͬ9٭Zq ϊ- }f2pµ^-@p2dʮ¨4zMNJW0]@ n[o}>Ϛۿ d̳)N:vkyebv̪icرFT}L bd!Y_Cxg^Ea.ƙP(` lONTSew9֟^6&!fۼX)߈hd+`_iKv k:TtZ 8 >F{*o*+E6,.49W9$9!4=-׶)@?fQ<Ç,Y5B8.͇uSɞ="b+l ʘGyƴ§GÊJۉb..e8RB,A۳5@ 6x @{Z{L} AM࿻iIV`B~yPg]@3O1xK/o!w / c̞jW$H $:ĕtڢVjUNH (k9lsV:m/G &#`ja}x d+?6EoW</xD ߉Y=- A2`s>w7aĔ64#GV/Ɩeԧ{ bFlF&j;{ !]{}#Ҫ-ښ$[vmYTe+qiQjxw6˜Js̒ j]l|sAsЄodF漯WE,`@)}Q[b]GToNjB]Wo?sk4 + E$4;]WFCrU?:i3]1(U0kZ\?c|g\HV֡, =pYV,kXI/u<{x/7x9$Qzz6ϧKp0h4K>6bҼ k)M5U:1ƶ($d"7oI}-`OQ3Ke=hW1HFQ\RQHe S#y]:]{/$Z+V_8I5?JoH뮯KZOՇ6>yޗ=$eK_HG"-ղ`{ g=(Sj۽dY$/)TvIiv#mw",=?t[W&nKw6Cdy+^;_Cyu B4g|36D 3TYP6F&ɚƜb?pXA6w"&r P8 l͟wlWሯa~rsk aF+G1X،rKm3O^o LKe%Ԛ7Xg#Aa47y29c}wKvz[UP;kpUPA&_'U zR|2GFd >k[O COdM 6'|w>Vk*O>~l]յ?j !^VP36ߜoLHJ%A/Z8q9+NI`5XCz(ss K8CKHQp<'ɏeX慶gαsRF=2B/jND?تIH#pַw) "iٸ)O"a+aXS`Wrǚ&xJ7!01D_됑$/%,T J[Se3`Mzr{dX0 EG)51K0rQ;L&MkӾ!^@艵u+:},~eN7WwFsD}3S!z*t$֯=*!EJ_7ĭcao=Ak1Z . O_ >OYE2TDĵ.գP3F`5 JIYY*Eȥ} S:S>%-Ҡm׹nS`R_t[8J^Q3VM_֍'#*AqYMVSlosveqd즑 Ee4Xa?m3T~*$ZuIT2\%+--T4PElԏ!뜫00y6c_W$3]Cg#Ķ2_`HFט/4uDLx!<8R:B6Έ((n#>7{r`c%Hnj:% ZI-tJeo6VcZJϾ&eR!F kTCt9SWDCzYo^EԹW+.cKy`^U_dZ"̰o6ļZ ɐH/!5+3:@x;amX>)(Y"r oT_<%f ˆ"nOG}>3޼&+pD{e8*z!qu=-Bώ3ƋNlw iT_y)NVT tjHwvL2jcBҩP'^X>>[viJ#˻98Vc&}S!ۺ(E-QbOIz}/U/['~Ƌ[H31 jkK=뜧l8k;}᩶ѽxetV7s @,RBJWec` G" =+T^D yk@:0KO ^%%-ecA&gcԙzgZ\?@8AcJ^U%_;5}2/!ťeǷz =Zu/szj wu5KCs.cUދm rZ<i)p` ټyTe,. z$^m Z.t;J=j?,EmvJ di.ACqd35"U'^zLmL|!:wK įf"Vgi&*U[䚐Fz(Ì ݞ9ܞj Cl VQCùz<Ctҙ| BC-&_6~-Q+}k1M`#BA^C{>=j-Q<0#u)ŤMt[H״2,~ o:kW|$gކ` GOdzM0{n 0 7_Pҡ j0JP,`6oOKn܎4Eϵ1k6 s?Rhgq0![åMECh0:][wi]i\(D!31.ȶotY56rrn:h&=E(RmP]SO ,S Xľ?ЁQn1.OHd.M0LO]UYA Ndr#fߦgԅd$V1-Ɲ[<Xw>MH9O_n述X|u,4Vm(`ux 2."溑[enO M:~ݕRO=k}|2sH1ƫ|R)o_f i$7@0-HU~Th]8Wﻦ9Y8{m~D/<C"ໝp҄Uag:`q jmIP!i{5x ^&U{5㟿׮zY亊˜~U"CfmP3UuticE?,tgu3Ow@(ޅfZ#Kᥓ˚4o9Hޭt ?aO5*XT_"^s%RqGIMۋe .6\˭;J=H𳠰Ac+ƛԇ`S/FP\à-hQhF/vY jC:怀\B1R\43K|ѓ=d px) yBi: '8#t"x Qf|sڇrtvDV,UP?Ljv}߹cC7r۴N\nʖh#+K _~ kM/;佭E1x`Y Ll>.^YXgPQ n)E_<{aRs7mWM'-WSujT|!4UBt{&kvRߌnk\|ȅ'eD{t,G#bb^U>BŠu"yŏ6gJGYp(m8H/Qse CBSw?nP]@XN)ɐ#of Hʦ4]]xNrᘟ/cfhx~AQՕQ\9jw#|F;\2_u1 )"iV.?;Hay-ڷ{:cj.U>D4-3E2/`p[׸􅛌k8Xٳ _:Qο8hp'xZ!eyTSQ$5kgS.@l 70,L:S쉲2[f:+C]xecV:^?yeͦQ,Q'MP[`s+;AeyFS X4* wg8*vܚB, .@q6^{G:Ioo@ e{ΪLAlk7Gfޤ :Tg6_lN}f;x yCڗK u#:`|xYU\"hb^Sf>贑<'#iw7g.gO`h2([?8"?,T굻%` T /=2o.rT*=M%֯r5+Hq+jV[URwzH6lR \PܔuaB9?AreU!dw`+b 4vSr*U,j;ʯ~rH2ETTRj d0<2kӂAO4w:y)"d&Smw @E';aOsf} Zk16w| ނ((B.O>R$ z'KS@iY*’⅍ gְqL8՜c!Zۍvt,F)))#}0aJvܿA:R`Y]aR0"[/]%0;n^K`_<>#|My_98]lkIy$?f&?OI]Rec/R& o.P`[HXꪼPӁQhԁMyze>q.d/`( '/&?4PgV3Tg,|{6TN <=RO䯽#B?-t:|;Wۘ;R tf8JJRmtlf-jIvkNYHSՓ3uq)NN3HLP_k6L#+1vtbyԄ5'' V&'F4yNPDЪ|yd(\#HP&0pSĵi~3BNK\{f eȶ~dB8lk kPP3oμ]&1/f9 n'O4*@ɣ0X|@͑fZ/AZhy ,$nɌ023U?.u=ʕ>1ՑBB8IA'>' )t½dSOk}I`IPPw*/_`Qa,guƴ贩%Qm}5 yv^:W WE{PFZS~OeUfH?^䨴fM$I#.֤k+O s"&Z; uYCл߹c)QXPs-nLDaN4yyG+SoRxB_bW,3Lk7XRˉW!)o:/^d$6u $, }4n/:~~j=y6^2D#W[ˆoq1?d8l+?9ЫT>Ek)^ຶ䎨*ח_eqLEY\ B!r1x”D($9։oXȎ.Iyc>XUmj2 x$=}t*Hx~iWMн[-'[y az8{c_)H8Yyk )dAA}7o[xkeC65V:-"YO$kԂtه>C/NsTel JKbl@Ik.h7ɽ٫89dHwղDT{ X0bVk+!WAnޟ ,$f݈ *.: ڬ\Tiɕ6-sqG&60t!FNՐiXp1b!Άm91n&3 wV)#x< Jg!j~5N! r]u~LB_t(2[;K3@ZAbhlíxrmy5y}?ml(2hM8C߅kBT`E7*"w!Wӝ0O6,is<^%p*`KW| -[n]L #Px7 al%I.Dbdyrt[j\/n|_7ol,d9lJ9cB*s$#{ᲆ)|@ zW#m ؜SN :d^L0T;pVfgO;L_rg+4,C/B;l:pE/[)֮%s|X=K<.JQU[Qܞxlxcgפppq4ݙ+`Q 7zr P1Y.Oxԟѻ /;#8d;/b"1ό(&/( Fӡu:kXs'l Ԥ9<3OYYH˱sWh.l.OL| J=$=ь0$?Zp'` e6j>} 'IKW30fx~,ΪDIR/jN%,"6065ޫ'QY~^*y5x|=rs- VqPA>>M3MD MXj2~/#) FL%U4~* --TBt]Q O n| lȸl)W&+gPR/>f1&lUZ* Ad#ȡ1 ®B j(I!"mn{l1dW3W?Zeat'>\. GnT~M=~Wze>ɉphn^\mEBrCO )je!; MPGebjxZA ʲVmrFW dMӜ*sjki+نm1jqYÕyjup/Xێ+;Z<>h,,twW }l2}s[T!>3KMW)Ot _EYGGW*TPX[31B b_>M|Щׅ rź8+];4^;.eЀ;S1o ɿaykPZ1>Kt]{=\!'np@#4t70myHh8kjV-$i6je7v׬}"![='5Vm 09tb6,ˏ7zٓ]ݤ ^B6;ąBJ=ޙG[z 8j3Kۓ#c6ZN2hKz:f]l1h])6J[Wϒ$ zRkI_\#S+7P@>Ffaq0CU(* F^<&(8vmR@?-ɟP6ܛ!rHAj޴aޔwߏDSo)O}()n#8~)w >MN_5s:Ses*b34P*ęU#BoekWe+Z]Y`4BQraʅI%Df&;R4s| s>#91i/lӁѮ1˼@mmg}庲BrR%Y] TmYN% YKI"DkU=!5E `7D+3>1- f˅12Tx0$!^ Չ|*rU){_#XوL*{ɭ i7Vԝ,=U .|3A}ןFЖؙB6v,Q޼~r1$1Xu}de)8P2w|/TT.]1seSaVwħZ+|N1O~%6opL}.\WVI45uQ \I6SZW}ϯ/Kn2&Ə7.A-ާ=<;Ui >>h^ѯY8Cg,H=e ۞o):MYc|[[6 ևl J"1FR[6L&'<<>OW!lX͙BgB>j]WSsqE" )əަ Ʈ.cMv'wr.aV3`N.[hݴ$.2 *8T7xh(3 ;vChq('^V@>Z ~lݬ2+BGH .V ^W͵ qu+UjE^Z$ Íx.*OPZKCX5fM?d"J{ IϨT%LlБ&3jjKU[|0x=fMU΂⥇ *rs9澰4ͯ3 t5T! I<ՠ9v,ak)971wVP&mYOL#ԘR+Utz<@ǫ̈oOjN`Dܳ>1Ҩ1DwW.w4 _T`^ We &un]IUR6-Tt(25/ԧ|c!@ޚ8[~_tΟٻg G=F<|G9sb;DeK \ʓ%EWݪVR{ና`2Kqt[(_S|5|VV3!7UWX#̐6mh5!F$<^y@.Bj?+Zۀq!]=KFKEC{t1bJh3{ h&e߯K'j]W^?%)"?[ }AzUZAO_F;嚱6#xduV-tZǞ|Lz_iW᛼VI^ )܎<]ɂU&J |KWO:j>B̈́}/YR,0 {I[!jb: >[uYjfJHJ~2{.M(OЋwrBiՕm[ћ^:lMP.==(v'NZ/\25XHC+0*Rs5O]TTe!B Y4 y>zecGɄ<)aBtDԤ?JfajX:F 8̈r8C="u[4!3Ҟ\bbyq{[M}]rI;."npߟv2gXo)#&]SPIzТ3d|8  6phDes2ĝ^f~σ9~U4L56C3C@;t\l 9WTxAg eDll`6ؙ#x.*Fs_`CuI{uj(% OLLn:%~\ΡՋPު-b6:wWzDN;v%i>[ZNnPV?P]3R $iT/~#o8Sy!0۩]yFhŧ}_69n{q9E9{w~fh}{ˍ.:NҦ[`|1m 0 nԷ^fMX*YWǤc9~(K4axs,ǂX_WLa âvT*S ]p$|gjWM#(7"w .;v$xd'ӷI>$ 8 -ݼl Oy%# *aqd h DY@dA^gϧ@ĿRxw(^ŨY*ޤkЮ?Qs0sFwHɿj`Ajxw2㿥Y 8J [ugr4P߄:{Gu‘?s65T^aܢȃ۸.yԯg4FJ9^<'[pH>~zSqRD6T @]؉8JH(g4åfǴ*G*kA!`XhSkeɰھh(+*eW^%B\.;cTb ߭o=4K&XӚiU{&ҽIyG3OVxrs~2 &%zZ_$ֵތ47Duлl SIIhr*RtҋJ>EMc5ZwGƲ; \q\qJȀ,̓. 1&DyK?o &g25`:%6>գ,6h cuy{o#ፂkc?q^j1pr{Wj_RMo9 l)Rd@Cz1 IsES2;\Mؓ.G㎐J U^kC\cUεUvRYI߀F:ӳqkSP;-5>k+ S+Q]H0Te%=%Qͱd_J=HsVkW*-?z]y/~ ؏kUk]./P~D2K`4>ۣ@"F0CLWODQ'>P9樭˂s,4'px0eWvCJW3/&]CU>Cjmh@Z?87o( >^~4 'c "I'=Č=#1~eZ?p0)8Ky=7XE.PXH5 2iM$%15^/&F]f:c inHϭk<̛P1Y@{p{c<&Lil'}y͘tks7e5-V*PgfoURn]=%\zav SVWB`?Dvt feh^CuqxZkD,cʿ.Is 1l\Hg p );OC(BҏG" /MScWgxl>H;\ }j2i yUlnSo.>lѪs OQZ?,S*ސnEt-/6d|¡(TVH7g/'~B}Y/ _Q/1IV_e}us]8p^yz>d4E"G+mkIOsYjاK_nyDF&e攷$pI.,Kc 1?@En(|(z9nztɲGTx_I'c9a^c̝ˉ T)hÈ'NiC$ w?X!$Pmha"=%3 );z~|5L#/~{GwxP\{iA0;{iM?Qg(Xt -=Jģ-,>fbB?9NJyk0>{w!P`t8vcji e`b[u$gjK\9C-"Ճ?FU ɔ[n\ʕ!v$h2K>1BJђVa=kUu;27n>y,O R_ζ YZ