sqlite3-tcl-3.50.2-150000.3.33.1<>,hByp9|l KXj)r^@a'z'p H.\X$k"!, NPDfO%x*b*CA [Z{|`#.OODj(0=iSHbe['L?[Uc[?"ZA 0rs;3:C/>yv:r̎B"u bDzR 3W+<{Hr-Tƍyw\G"hh؊l˓/~=sB _W|l>>?d # :HLX\u     0  0Xh(8N9N: mNF*G@HPI`XdYp\]^b&cdIeNfQlSudvtwtxyzCsqlite3-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.hBys390zp34YSUSE Linux Enterprise 15SUSE LLC SUSE-Public-Domainhttps://www.suse.com/Development/Libraries/Tclhttps://www.sqlite.org/linuxs390xXlGA큤hA hA hA h@36cdbcff3161c4e8ee0c7404bca3d89ca914faf42780456f84cf48f2b019a04088bd94c26bbd4c1736ac150baa8435affca11139028ce79235711c714de6f16bd795bd3ddd7e0fb97ecda7d81eea679a03b406ca9fa7f28349415a35a8918839rootrootrootrootrootrootrootrootsqlite3-3.50.2-150000.3.33.1.src.rpmlibtclsqlite3.so()(64bit)sqlite3-tclsqlite3-tcl(s390-64)@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)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.s390zp34 17536948413.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_Updatedrpmxz5s390x-suse-linuxdirectoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=a2bd6dbdcdd9099bed04717a37a1c40efafb06bb, strippedASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PRRRRR"()^\Kautf-81a76d130c337a34695091c5d007fa6d56870ee9d2c2b6480a7f6595f4dbc78f8? 7zXZ !t/9]"k%@ 9m򺉘HNz[ePXº;\؝Yg|zRkl 5 mȻU74 #bu+JޮZ=cڋ¹Aۆk dh[. yऍ>Ja,aQ~}7U9=Jchl)N*&P52犦Y%Qw ֔צi%0^|_b>s2@tФ> cՁ;wҸM }e2 Nn9Քu}>ut#"[ItslJUgBc/ !J[''k!c- ӑ?i߰pGB 23جU? D)&1s7+/tex/|cTf 4VxVؗ^ N5^4y|eaI.pz7~|蔮 9yM_lLjFlU A\[.'_Jf8_My4$T*BĞ*#Si^* \J11h` yWq( $b֚0 \*՜]MˌU~,OKp,N#]%?.h-zzKK̟ݢ~o%raʹ. 4 a2aņqȇ6&i4)c"|eX1Ml#5R/{\bn xA\xxx֟!*s p^@w&`HR4bs7aٰBgMT YKA~ `[TﭗCI?^R8T('3f@4m_FnZN`J&uׯŤ&ya.r܆(̦ܢ# 7,#,hyk.ch~A ifuAwh'B녤"RPjxP[e뀣k2)T'W>4O)eoXB#939RkcrrrQ9i1k{UzȦFV&W6D|5zʂ2P4H{ P?%N'֋iQ؋℠YYȡJit]]I^aN |{b0zX,F!$ {M򔸸9hBiB:Z5cV^5:f\Sg;m>l4`LJSIjP\5"JE2JdN=*)'J2QH0?*خ".jEA`5zq"3xV$Cn]pW퟾?1ɇ[`fF`sFэD&W# ̉[lx{, F>boDWrueU 6 %=lB4qÌgm(JCJ&<23eTi#ňbeʈNbWH5 j_Dm%WFr*P(|F9͇ -94$:raGK7k o`x -=%=;hIJFߏL#Rg}du 8Ր%NHhDs@'9SlѴQ۲h, |=9kE'[7wɪze.9n򠐦I[7Y"*m|؏>zn nSR_*׍~}DY^'ޒf\,C^r0v"C"1_l@‡NR|5ѻCQ_"D͖߅w(o3V 4V/H6fDL6sxo"lB;7Y 2܊9R( ۝)@1v'43Tє6*|,J 1=mFس8S|w[sN2_. ș!ܼ =[C5ḡJpSn+ ]&g^w={tI!\I,8nKb;hЊs+0@K@tRAbcw TF夏*RbZKB )X#+ʧbx_c:Up!7eV1(|쉎\Ut̵xE C$GM}O͐=>[AGtYPiccnG:ݘa1gAoz_i4M1>"3wxU ᔬxi0c/ #wځ7p֩etJG8y,d_dvͷW=AnΡ'a)=F[dsVt?\ )~yp֣go-b̀;j0:n}#[-.3[@gVwWcZ/;{s%[.b|$3%`mZKѱQiPda)ClYg-zw 7/%4`C*lDy>ˊ/hJG+JUxkRieGgݠZ{4%}8W;?ͯYiN2'}֨tlթ1Uk@pLBJJW.?.XW>ʽ%D<j[-`bu*1V޸bGQ,ExH^jpFC1&8(i.$/ =W5@4f_> EFlt3Xe(_hrbVvۀ/Ҋr4-ͱ9{c7ί>Ͼ[_rop%->3iRMnXlNmuJ .O'gߧ];*] m;YUo 0BC'+.>;E$ί?.vXu {drgJ擔wH}ӸщSƆjwu=Z>YXє=*ЌoPr#PhSv0ǗLM .BuBht]]9st&uC[ _p2MVٺ$  u8|-$+6 A睋%/49ēڡڛ\o~?pZ?C%ˊ ޔa^5G K}߄㈻\yuF* ˠ-?gÖZAVV:W[fgp83 L= `UV 6-A<8GSS@G'gdvYt`e}h2lZN sY$}rUJKe*~Y]( +Q!a*&pһ `] ?VP6* uol2jO)b x7QC' +KY.h_' Jġ+y},3w]Qs[HBtI !N!TiP -fËA,fav,+K8QE#h`J"4PS11Axɦڹ+'j/;$j|ܪNWRb }Hgv|og{ 9YKę$9 X7vb@$}N~ÝTJ]EAn9=) |zƳw 8Oxn-+r>t5Ϯ! zJB 3[׌9 7aʝ\P q>b2' =A`υA:I'mA2\~|n:O>`"xKh^GsnS] +Ph$I22U㩐,y2RA:y(D2ǨPOy3=gtO;W1F|(8g6W4K*1 |1\jm󿫹K%nc::XR1;PPxNtR_ c0-$FEqܥ$ mؙ}I[01Ic@v)xϸKsak[]IC$}{l`n6T`?)I+U)Wq斃g(Cc;O]+4:E]t1r *^MCiB8ٺ)χV㈗;}T̜ٱX] |?i/q*dEȀ8r=1"K/}ROV18:=<$8YQ5bKt=s+ ;Uɱ˞{lj@\ X3[O,*:̥~xڅq"_ tgT8K^Poyq{5ع->fF[qtq˛&jd^_DH+]'-&rVbLH2-XcƂkT)}u]%P(sBW;3 |( @}S~ҍ8oȰCən'PTEa|5>Igov]~jdYO>/"0V &2Y!ѥhF_`>>m+B/PU+*.? M9֔̇;V<_pJUV Klj >s;jv:-%.%+:SDTr$o*&Ly"eTcuԆG}l 7]D]NS Բ95АD0jƫCgMBijMmMgs4(A%Xʅp)dSܒW kuA+#D=HmOڮ%&HO"ўݽZҮe9]\_0D:{dv־l61e/ yg*9ߓܗ̀L2H:ۭY mN5_)%ul,0~r!m Pı8T 4+'!^h^U?|& V~RzIVxto>rA#{# YD$*V*T2/7oERk* G[(I+ePЊI';$s|YbEb`r+٣52:nxg6"}am]e V''-W-Jc0-q)G)Pp a\|hLzū{i$ q#$1vyL۶n9#'X*@=A" ]},LΞpOȒKŖM>9#c'{ i߽5v+35mIv/DȬKZsipC8ste:M,.bo#?s bA 2rGϒo2Ą(?4zMG08_i(k`L>SN#J,Utq(3N Gf0#{ƜsqgW I-Qi|Vy& /݈a@ooIBr9d G҄+Inqcq+B`PWPP$ʬHK="O䦕#9g yZeC`a9* dC,;_S]5!qR徂@E+b' ;l"[d1CPS.Agelhy,h 8ERx Q f*A(Wri;S v!&uUec3Sug<2KjMwqZ~{pcПcq}ވظYri_&yexoN?IOH\|g;ސ-tr kYt̶AFG`1>ZU\W3猍?i dC:z t-Uy hI>$gFzݿY>O3ɤky\}P`o#mC[9D,P>V h*'C'-VXvo;#8ڶajѯ$whDU[-j2 `T8 f#Šgs^bW_,୥u_^>/Ǭw-(U6OxoZS0e5eQ,`yOH2θh^qhrkz 2CY<ڢCkiqI0gsѹyqɺx"[/(`ss!@c xG4jTsSo/*ȿ{nGq޻}#:XJ}$j41h%T6/>+C )nh>yf@dV_>gH(rT 2>h ZBFU2;oʌLӫY[3Yi*:Ti6d$ SN.XmhKhoRЙſ#v솇=X[PH)$>NsP";$g3{PXIjűhɫ 60n`γm ԩF 7ھL'Wtʉ@?LG=1Qjf x4S&z[,t\?G#h1s.kPCuJ]ImQӪ'+ 1RTG3qp^ t߭2Z҇/5}Axt6o7V߸g~+}D u;Zm6k 61MVVyW@^4p 8qe3rZpvdxZs .V~jv0(JXiZ8źm`>\E[l*ҾƜ׷KZv>L<ʅj_ḓd%Mj Ѳ uwUJ>qOߺ>=4l] V_^dv(2(#\L߫=[}Xa0@מ%A{`hz2q]GXK?٤NюQ9bv?c8%>ER9.QYF!gЉʍhl?5k\Mw,Sd@QfG^F9%ޝ$3g=,qÆ?@4` ={iO(T4\*^/2aq% veR!1P`~$+Bdb|Yql؄22hm(zT c)MS瑜űM<'h Q"Ĥ5HOp<;FuT&`x?[tz 5SU9{g^Z営ϑݝOfB#͚:Ĉ$g܈\;3hxZ@JWA62Ӏ1G)ݻ|=8.ġ!/G HnwTfsYOzmo-vcvz?Jd1gR̸"ewEO&,kYȈg*' eqLVSa&b^ NI(H!lMCG.+ .z2.nt5:$obRj$kKdi 7ݾ;`Pa-)DIJ O`ԋ«w(-UV o`@> btB wx Bf 8^]]*ZZ6: ~2Y8w weI$ԯ82{85Zr!U;SzF:|ә,ưy17PILڢ7%@j'EX!No4YJ#U')ǹfd2*P'}ι]df`(I v2VB!$rfeb$>_nUSwd<>x~K32R ).s($:P}P#|O n ):x+FblGroxxN5̠fzQE*ΩGv8A·+϶"M$ 5cGbuf=ώ-E欍@Ն 67yʩQQ]jAX ?}ZO43Q?+0~=54(UE!z.=dcFgGu]zZqIHo[>QFʯbJxFE]UFa45=ӝͪcz"Xdvp~NN1>HgWoyq30(J4 ;r\g]cE`y9eGBDff#{kıAi ͛N fҙ5D~_sI_cAY>kcL#_Ji{W90Ȣ>|sGjEia0 @"E˕YgAj>k D?m(/2NgD~%*á",`zR7b][dVo7hz,&96Vf*؈+sHĻhS !.g8q,vgbTЕ+m) D*+kj"u~ ;V{[Wa~6tu/Q쉔M,뒗Y5I5!:Ps8 9e3{.1t]CB\>K<~ V8U5XPt$EJhpÃ༹}i{2j[c- QpI͢ܨ/iO 4r:r&[ !EAw"I|Nai)r,!s*Zx}򞘭6g9F2qV(gcӀ?TCn@_|eHGNep 1>/ ``+ymd&SB>÷֣9TMS4rWC? :if ;O\Av0d7ѩ^|Һ|ܠӁnzB8d^Бq A;xzC9%qu~AmklUr=ÚfOCmF3P+KSt粵׫dr_>誔I[Int[WDqw}u+7$C^^kf$9 gmԬFs.uj_w=5s-ǝ\ВO S>>2" W OBmxVK2^FLE&~KLf $ +V?rTWew0 %^#l*k„J;],Zn-;ȽikYД+&&X gwlU93ٌ6cJX` kFD>|/UJD -0qy*9eu+3>uL*]'Q09 Ԝ e$%>ݯ.DI_:!H 뛮1sÚTUџaCF[pPԒW`0Ե N,'fϐJ F4is*qjo=[@ư)Z^ |]1SMr (cڝaq6]?{yN&df҂7,;: i֣8B7{ % ;THjc(\}ިH\t;G \J)p_޼1+;8>>Z?mMI eFiU(~%3%F4UKfpf%i>&#I<\ng&6k-iJ+dCfwҚL:& 8v5YMXГ}e}R3TA9饏}g39<*'%mC`Ԧ7~Vwa&WD47$/EzM@yz`8m&ΦP.&!Zh+53A ߭O`ϊeUm:0"_ f;vvkK`|#)[UdNaxMT /4Hdȱ\DҢ'DwyYڍo";("ɁWNj`Mt>ce]i!$t[?8iJ|"˽EVtsh$8 J [ɎU}l^duDdݖJĮP>ܗe½"-l]#{^qj'ɠ{ԛ)%]+T#:YIA85~ncn^C]O ;,^| A?P~C.2.@X@Ѻ%Uf^qɵ״v_:up1+sgx!|\zpzYb},’!Da !G \7\昬Jg\|. 1 .LAYaBCu ӷY֒\_otXFfk'Ǭ%/1 )#65yot%|Ⅹn YyW!ASXF dUT7b1j7bo W9`< V^:R2~oA*((/, +w7dCבqZ6D=`յ}R4(c>=ά2Vw-OODjeVelE;enLA3r8bO1,mԢpԦ%/ĖT$<|-**C JBk٨ әb#doP< WD%f)2O'1|M ܵr' 1wCw"yw[sw]il [T0#QAL0Qͨ_y>F k`K.omB٩i\$4쑇1;GS;}%ĈOP93 k0ti$yzvCD~wi }*w2 G*鳟pV %+;T=i'Ʈ8ʦ Z[EL\&}9ٌ2YR.-ܘN/$KDYBBe$5SUPb PkɌa?%d%qyTvrT}JM{D?> ;"-ļQRs"aͭDko *f~_{\LGjqWb8|b;ɹgAn}VUR)!"9ۜ ϵ( 7F +MڑfM/R<^(LT&^^vM~ߔu~#d ;Go0odaCfq.٫ݰwaE^ui$]&;h)TN@#j݊4&4DO 0ASz(Jѷs:jӄ ෭FFO1 PDžb-0EG;RXoݘDZ1Jm5,#]"ySZ8Bҽ -`j{_\> WVǾ+PH5k~EaH+:yKWʉA@@b,R᧸_6?c[~K^o]%^P_>#FQeyUu8O;'a{(ﳧ<4d(`+kR5ώ?IKu#Y%en"У "sf;Hqs˂{HC %26*y`W/xv.YK4}˦ N# %D3СI2mYAO5鑋bj/Ji9@ɾz"bVVGQRH8/r0zxtK07̊@=ac,cW"2zCZ\ޝoB'>qq'F&s4oI]8h#9e#H,huř,q%G`bs^x\rƈ(4vYNd%?ޤU&fkv:ٚ|Oa)ð G^k^m˞]|9֍?W*D?][ eM`iQG {(QbzֳD~$#T7&KQlf2`J@XEw\oHǬ2O&Nmg{A+ά/5MS.]IKkA[;0ae:9rۑ=Aq&'ΘH:x`SۚFλR+Ȃgn%H)uTmve0xk4~[/=t:tEn4]84ߙZMJN~٥T\wRTLe+ ΞuW4Tw!MtSG;H,?G9@_] M8hD!oB(hpׄ݃rqIMO2eȴN::a7 ٞ6Vm8{D[C2?:'>Vo0dLJcMR5Ea9l}a4r^NM #:VɷORwwb1;-ƣK&?VE~_JznplJa)K IRLg>pf(s:58^PwM)^:őM*0fo[S/':;$UL)rz'uɲIs.Y7d(oq$PWy΢WEB}R b-6޾girp<83떗W٣g >`q//ިrVm+'owr^τt-+9c0/02GwF!wqp cإNCy,Ou oޱR&輯kÊWG̦̈KDf]QxYo`xꖎ+8_o[=v6Y? $4K-i-aHqOU쌎`(ve0^ SsĘFe;wN_-.g_ɿrd,u%w<iʩd[4`yGvM#'>X%x5]Nġe_/, `agb-ZM+@)i=篱t%?F9jKO~j|8v#,gN1p\1bFK .diDv{0@}s;Eqt;cï24W}]j|V,~Kƾ[Jz- gmViuؕsxX±cDc cfP} ZTk㊮w|!V`٪gPV)cv,^fTFr¦:.:(CDpq*]2,3) 䲍2 rBh rBOFk\_w%P~HDXήE2#`\"yPMPu0<6NXw,y׼5 JqqE7|꼂@wqnJ_qP{6o1e3 W!W MGr>m|IXqqv,:RřiMH= Մ7sM+r`N 2*U]CM _nĸ-!!+BPSF c5X'Mv5cnǮ%x]}?Az MLhP@N`C{WysMN=`Ȩ0z~a/` , \~Mm^zOLGiqs=b޴؂F)*y~G&=D97QQW?SՁ葿HtCoN xY]\ʱ9 !9xoۺz˴O)b, zMOt# uA!曔NN$΍9]f:Y.% qǙA􄸪cC3v-f0];h#!;xKmB@^i HLҵfmdtf')>9#}4Za"AQ'z@$Cvo*>{I'$/i?ԬI5= n@<][yV&x}=`5TLkLbc[3Ge/H/@{ϓS{ z8IO\= '~97y~4^ȡTDx\5%8bd`L`DsMi VJ'6sAT1PޯkJPu >mk ȉ='=^F}i]bD͡ 4>@ѾM ^H %V'o{d%+Y#eVinƒ/ӂl[ NC1.d~3%T.T$4eL<I rTR4ѹd' lc*DLr L>%-)ux.> }2C%B\.ûNӍ\4#> },| FyE{r&gg{]Ɖfq&߶ƞ('\97n bQI ri=ani8'?ȷ.n'#W¸ VGӜ !IDh2U/L,=!D)ܼ|/PkfMx=`v`(@DzM3*<ۆ~"G"&#L\n|z<_b*!Žt|HL J 7H%P{ ^?n*4hH͇X^Kl} 4Wh?^ڍ 7dF='4xnkubT_W^@TpQ .Yo%jX4+ j"`(vuL@ȉeh&[_Htx=[9krJ #R d~ZrL1>/Z{OmxsS%in斄WgN=Q}l"f~.hI~*O 8 ) *t'Y Nk-2wQeRtVOn%otxG )!D B n1}~.*l3𩏅95Wx%-c<;o$tj.nL'L|҉MARsr6Uɾf;/Uc#4~N# {u2soed-yf Ĺ^ÿF֐mm8$N|:WXyYJNg?7-j̽rqN06( .:ݾQ=Y-794BDYZtZmmWnKN4 ؑɓ:!$^M(ItrԮ._T|㌯c$I}R%@Yfr2|y jxNm`Wo|njqFU1az5r.ү<ݡncvCtkݕn0#];rOT?hViZ(ӻϾCޕ]?[E٬$?F`˹nMۓ(Шf]2e)h_N;| R؝ *N0mb݉N)!)r)Ove sw(So]Fk_2E%/iӏ&rҋCu!7/&? [Yw8]|'T女ѿȊfl Ǿ31#j5nàp͍>$@DF\ 8gUcPdovʡj7'9RXD{rٽg3]r'xuE) uӸp[,a/dƯa -r℁~,´ b '{@!Jݧ /kNk;bU+&IѺγ0Jk`tNonJgwaRd<# +tKCS( :F5{XAhIg\I 4?6ֳY%lOߑdmǷK9@`# pUfVF+ djd3~8xBY]nKn݊vcow0joa,I!eQ=pۡɩ9_46]Φ)]R*%3(&=C$J<*K-M1,B/\rf,,u|bm׀Ģc%͗O\nKiw!1yS(7;8r+L6WwQԈOm?ic@m' <"./ j!citiLL-nтM rDrI k)|j ݪ<"flR.WgQʹTx{ג퟈ƃ!T&Bft~]2jʅK:EHOZLTt'H}72 3ͩ.DuFԃmG<0.${%O_c +-6 ͏"Dt^{+ !򽚞-⼿6dXJ.#_[$pզQh3)_@=.-V*pqilzg3oKBd K pjFA;ْgq$ri?ZĿ:;"F!Ԗ &0 E#fiE n*6b) "ߧu7SVCC,xsg+%P*SUC1mbdU5y0=qidOFFlЪB< TQ)v/aWbВ[S}F.Ϭ M,UL~r56f\2BʹqsfDh6Ź lGB|$*^eV0 ѯ]а'@|W‌iGބdkK\# O2T Fɻ U:_mr"xYz H ?_ s<۠_y@Gzh5ǾB;" FHh u N!Z=Kb3I@L7Z:rjQ&T&ħk2*Lߥ|\.llԁt(DoepԌqxGvHSTS[> ПBSZn@ܔx dZhC^R Ȋ^3s|OYEm>?Jf Ȯ]B՝!F!Z j cZvHQl2AD|Y46ۤ(Jѭb-]I47x_R1kH[ܼ}|*W9 |p))-y5Дʱ,Lh`Bg$Rex(?Щ-e0X`rIHL R]5t3uALSpN=Ɏ!ڌ x+JFy-BgT*N:a0 ;dˈmł} Q,FΊ^7ߕGalATԤE9=mEι\PbCL='MX%C0ٙ]:v2ÙW ix2gWJ*z.U"1,tF EHU8S/c9L/:3SO@T\(o sٍIY=I7?²\w Yae=Qjp?]g 2T\1Dz~O,&=x@6Ϻ.j]Ӣ:܍e_Bg@\rΙ,܀`1A9/r>[K|(QyÚ36pCieЉ2"NF\ՄuT82 rACي]MOQ($¦f JdLpZ̧BVӃ|Nz8遼'c^mp3P#y\'EMwФ?@QBZ>aR)@>B,&m_}qIJ܅xE]NQXe 7fAh]Ban;}3x1T)w(Њlq!lz␡0נAr&<O*(V=7p=ٍۉ/5zVJb>Hy%)$1%XL".LۇǾ耿pr&mdѽr4rIqG|]K`wv+ -j]Ynp*/a瘶0rEо1CvZVh>T:WW&F'#-R 14_w,1/dv\׋%9]M4|"+b5Z |Qmfr/O ,<$x־B^7jmzꈆK(Qç%psՉlpBYo ,51vn;]qow7gGeD,RNFUcv pʹ**Hs9,ȃz.O<ͭd/7"R~ƨ8աUݛނ{/Q}}wHwI#43*;U+x^v匨Mp{. uj{ :)+( g*l$fzE.ej 2P"š?9'i$76sg&lv?2[>b[?#QP$̰'rK/Z$svgT-x[\+`l~OfA+ѼOd =:r֒ZDFAt[嵻.Fhڠl%1Ωl),pݏ 5y"F‰A2Jcq 8m,w,6'~2~voMʒZMNȂ[i<,FbBbZff1pgRfn~$#j0Ra/uRB#,pv*O:MuC\)B 9p=n~ޛt(zݵ,ۍXx2qaR"lB n$8pT#R6Rs5yw~1:FL=(=7 wŞ(&P.OH Fp> Z[C*$/X 3z mQ/M-hϫc+Gqduv&(( }tۡFXeDb adRA* sNag.sX|3@R&=~6 hʳjgv hQ26Vk1$ B$EQM!m4(WICkDM(ƃL;Bf b#^H/7˳cߒIOOA)̧p^ƾ&\sb ?EB5b(;ωGЌ:H:'V_6fo$ri"*4BAB(:Qm5vdZͨlNG"ƜMJ>b=u0@A)5U(7CթmU}MHK퐾=2ģ5wgu<+RwB\omsOMXK~KF7O}aAv僱HoyUSV$a|=cts'{F&fO'/ao= J1voу.n!_v1WW{ peEJ'ntԚkJ%FP5t`XqʢyB\8^.xGZgB<\3=>b^'<1>mjF":m!2Jhfw>~VA_/AeȐ%yg1F50U5Upo8HNLTI_hQ¼2s7hDBJAk޾|UdMD4Ʒ/R"m~ pw,)PcvϕDKɊGPa$ lP{ؘ>-WĂ0*4w}}݈|~(0G{e'1qS"A}i׆wU>|n<0sMۚIvD% I\U`*oViL ws4CBZTI~PCJFIl/K\ћi#jf4ѭld'xg{|*JX^Ót`)0\P_g+H[[%MzbSc'4)*WoIrBL/<o!Lfh9q-ÒaePSLoT6_靕 [w٩/iuQC p$@Gh7Վa3D7xZYF{]Mg1D*I)6>eWn3b'W<ܧ\жC:SNI.BgMŲ.E"ɧhb7ii,ےo*RO&?43w2WDrmU _|}^j,eBCV賧X:K'ڃ*dJMYk屣MRi1C_%mNvrAMSq gťIg.k.S` \繚J2N(^yihKm(:ԫ?G kiG Гy9{=*? ^x5 ]^!>Y#2ې^*3Y` P9uy9cwke!!c! y .q[Pw0P/ V5O5 yvt{'ߴPj/~)+wY .:'j}wgI6=G@Lm=(q4i%D6 _\M@:D)yeO ҵ3\vN07'Mׄ$(I+7"(Du8 'ͽh?V{# ('UǙP0B@.E C(!p2/HaX1@9%~t#9}MIa1wSI9_ڻ=g6WB`9xgwvScI¿HNARzZ(uVL/,nP)8igs4 )铺.yݙ5R Sf E W厌)fB*R38=of ^"2U{q5O4n(/6{ `RZMXy3Iei#Jm^@ wR!GS"  b࿘Ӆ- I w8Hfjc 6g8Vn#[by!͕&}t]cݻ\BO9Fg閁 T XY֑ȓs BoZ3q30< ]')(#\No#c`dZ;fDGk gR^kS2"c:Ur1V5]IC*i^\ /x1֏[e!^1UvDÞu'HYFO‚X2.fxQGE^X*NKP:9tԕ6?wf^ɲGy9As~o;l FHīwUh[yΝLHFPί^/.?{ޞ'[C^OrnR'=3=I<"&n*.h#]XuFV )`¯Їp-Ii{$ r4]Up8;(u;:zM.OE)!n' 7)mz*HQo^ /F..N([>A|yJ~ Qϭ0O/{647 V^ ,%ȃE?^~ wï Lt%mKlakʿZ@`BZ- ٮX"Vf? (KuC g`l|rܳo*z`w?׋I?ḚOj kE} 1V\U0^ŭkɱI!/9(pю(S~ ۫#tmK"_]va29ueL4e6!ÊEF&("m=Tyhu.ȟ(ǿa.=Hn2ze !"c޸fMGKֿo~.)w {ǐ8}QBH-iohd"jͩɄ%!kߠ!Iἅj2@v"ߒr;laXsy|@pR/kLbm57Qd?_xymjefo|XJ,qXzҪ=D$(vIT9)[,!׾ez^1=seRǢoOucVuOjQj )z,@}ל{IRjb|ri~)#QA-᣿ hiM_..0,sboIM>@CRĻukeH2 Mj޶b eӝ 4'&xOkkI K_q\^7o+::66,3ۇa6Tn#43?|FuZ{ ͵3cb@ B9YeQt髤 5`\n;׿7_A8V{q P9%% sK#K-IylGKunu]F|@v ^TkAx 5=V[k"x?(1pV0*`=/>g(ďkq%uR##8JZzՈ@r#]eV[eOј>iP`6E (sJ`4bSZa? Jۋւne:ht }UbMc|-<<%ӹj*w.,J# Va@iM:rol<y<%DŽʚ6^ BY9҇/c"FM[nT`:=xmJPܫe8nPG;86u_HukQtTNΝD;L~I${"!bY]8fyeãx..`ܕZCϊe_l~$ؼzH'=({.-OCGc8rI@WIu/?_wi0vM&zK6js『$矕Q ?\23x ,;n Vz2YnMH=ɢ]^Su? WI #*lÅubU5'zN،T^mc(YZզSh%~d4xrebFC hL#˗hpY;rf[H|xHȾBĿH I* t21җ%꫇}bܮ 8e1et#}o4L0lVT|i.y5S'X'q#gĂa0WP_d | 禊\i&[dI8/VGK5@:uN~9 s{[vfw;kHB͕?N#ĚF\Ј^;[=P~sRuAe^/#v|up9Jit ٌaM 1}%m]&NQ8 GO282h8tܤ'y/*\17v/8 } R; h޲2O h^t2y ?k;O"7pEiER]V +e)(wfZuri"e'4g%'W q ?Ӧ2R?bGSɻ23Y3zgJ;MKW!g_K@6@Z֍u[1xhkXcS( lc1c\RAw#D|p9Zf9@f(٨'= OBt 02=gEZ9W55':ӀI@L!SZ`0ZDy Ú~1Eݖ=53Dk7wr=^>X,.[LӅ{I Ց$IGJhܝɍXP֯I7̋ZMf&jn{=Tc 8QĶG>&` neq@l\3rwOB="fkLgPY/DeAY  i -!J酯r?z(F̴Lۑ&MqOZx 43ȑ(F"YD x 1@YY$2b:a߳"3qL'1dwV9ELON$ɓy4ʟ_p7?$,(I #;#$ԎMԈ P9[pyڏMW\oh?:@lvz)p4 Z5V`{9d}`8')&6~ ,&KM1odAv4ڶ3^V|BYJv7ǭz˗8emSjzøv%3ѥGKN6!Ia#cs BI9=Rq%̨5t rS4 "C@#_@1!!p !LL}v֖#QOaSi3E'}lxrݝ8pbΠi fmȀЯ[# Wajl+e.YMw? h; 8iThW=(gxiV7L3d:c*J6jӺ⃺YN}Rs&ɠq3Z)e$NJ(CYxX'Ru1C0h%%![#"p8rH'c 9I 0X[,,bAܽ !ݎF…ޔeϠ/`9ҕd/TUʵKh| J6 MX=r\fok.rhq=fݹ)#]e4&)$>FfLw2|`7kp׳8\ ɮ>܁Gj؛5Q`DH3c۸MK(qj//ے[߂;hqm }l#f=&Ĕz(*Sˎ*lP ykT ^ ' [b+[+h=g>/JM6-wǿ@sY_/@=kZv;-@=n([q]zJwشnr} WAYEq_U{ M[]MUڬR_3BP7_g$YT~?6ڠ=..@ٛ_'y@#g6 MtzXeNjo0hSUx;k(\ɼboQ(%q@-{>nc W$5S&툖U"tԗ;rc/bk4Cpû f"1ȫz%Rzm`^%>{N'it[Bi7Yl?%Kc U#`{Kx4OA__Vg[: 9O_j餏T09`e;"g5gE0:zJ; ] x5/`&(uG<ݛowp"hlN"4?Y5wpIRlb}v)K\?0G}Z ;Ȳ0-S ~NrZRBh]޽/*oUG\NS3Bƾo E *xO:<"=טewq ! KI=P}.+Ҋ]k}+EZ_.N2y/ei 76OZj_(] i4!}_V)XBNCU(1Jg498ӸKW`cFTnh9A( Hw"= ZkAiCDhX)CkcOh:ޱx3u?| 0g:m˫F{عCR0A:\ 7>>ɒ䥏D} @a˷|K2bZmdE9BF39\f6qGGU>l@!a\pwߧ C;sn_{XR ymk_/^4՟OH)5Pzcqg,g6Mt$,FpH D/}Ӥ](䒈^!hqN)N[^]: %s"ƂP#ekm̓ThtE5^~S,u8cQ˫*O:kCsh](0Jh70AsГ,+mVO,bR䫡WAu"+]㑧⊜eו'h`٢7Xyׁ3'Aro rJrxk+(>GC6hO㵎ɋ&9ۯQ-sߠIIV7vu9m'P+^IUJzxl>o/< ʐwzS1ݑsW$5"d1,zos؇v|7Xr!'w*;GuIӴ.;J*;c8@E ASBHlDq7)Gѐ 8W0ZʰWݕ-iBZ8q- ٙu>_Ԛ4zqh!rLLu4nь^ENC`~{fhm<7GtKs:T=k &7<1k6eu=ȌD9˂&ζ-UCh p X~ ?,G2ֈKRlu$([s 9vCH:4RdN2siWرyZ FVuA]t.͞OJ3'ʞnP]y)}tk>@!u1@rZE­0kc=%%~_qb h}{rJ,:Z؉] x3+-'Ǣ!=>Ch{4 r hEqGW |ت#E5]t-@%jFݼp |3VoZD~Jc_ *ZKWy=֊t*cᾆu>q|]ÂjTJ;tO[cz U/5|G*c1$ /,E3xѼbWﴲ!?L7 i2pIg݁kk;8jwi(mW0r!Ҳo =#A>SHQJ䛬QQ^Gq~bEL42rAbi"'D҈fWo%> ҁ&V O.zN?M-IlUC\ ȇ_b Clok6J%@ c{z?(ާR|C3m^c@'ן3@zQ`ܔW'ƹe 2ozsD%gKZ! [ #^7R:trd V!: "Mkc{CC^ou}$*Mxw AqTm+n'ϭ<}| |A\%,&6VwDb R?LJKL=i`K(yчU*$ J1t0|h"ptc[Po<%@>ZzX9ˁ1!nex;'K6Ts~%BՂ u=Z8xTvdpP\^uz^/v ʋ]a2 *>/ Qџr4ͱ,bZ+Ϡk2(*8~\'QcٔVW[:.FI7L>iT9 d1]OSy`Uz Ajߤ.{q&8-La0vf9S@ROYbN#5m@qf|O Ԣ+Z6@ӂ]O$2+[c0DX@n:VƾI.xsZhC@lG!oHn %1\xa\Z9Oaw9=]i Dolz{R.|~dA zh"<XW1dxz'TnTOr$CS^ӝ`?M#HQ U0c_ ;v&2Slp%!,+=Ϯ" P2}mi@0^AvoFIImFu3$ʜIyxc?.\]yA$8uJ(+ӁY[^:c$Q/JpO90Qp4qdWxbth*ZxQCjZ. \pLd--?EhFڥҝc d@إfC$^I1ʸ$D>sIQwA *|lkk+0*8t.RJX.0VuDC;)np17fls& ]%n+{緉H8ynb9?>So4 @AZa>㇝g8dvCKey-¾+c+^l|8{u=,xĢcmD-o4aO!IFOy.1R|R<|4"*MH!BD}0m ] ӃfC|=HsÝ3p8*@1F! hog("gZkվT:jYf?0H9+E5"{$v}J|AB@hb?D[~{ܲʥb S0?N:Á5LP &Gl.vޓJ~FnXx嘅y+@G UotHs(d#o[-˽AF9|G Q X"orKI+t_m ݿ(In+o"{ڃzϡ\8R, w\dhZ*] c6Y'yU\X=r|$I7ׇqUTEr- .y83hPt֌StI)u߷nj̈vm(J%Eb~}DxB,OPG䭅  v5ss-C`\5B}UAoXVײۀ2S-oUUZ3>P.1+Mu4>F=h .*WSnLqX}jqsx6pa5goRn/%Yr&ƙ3é" RMN!{nWGb3Hz|mjW$`&oWf7t9swM7d#c{:Շ b,^fU{S. A)~GjJA` scTpW"Dlb2/f=ʯESmqXX*esЈަ ɩ>HG'*l&S3qMV^f~LuiIƭ`PPwVKaƮ,6QsZP%g*r,x,>3y*U+BФy5W㨑P>kywԢ;A/L Og>bm*^(R;c5LOM4;cԑ5>R=TͿR)աA8 xϯP7fjRݫݺ?.P"KmI3x/ecpq=pٗq{>|Ʃ:rGж"BL(ET>G:yڷT*J5|?#KS榓1~E- |zTe2yˎ%ڇY[^-7t$>A J-ѐο$ Ѓ,vDB W$.`x <ęu'3"2L&y<#ǍڨJJ{Y]X+8u2-y '1-1i-R_ruy:cT./ZǍ=FZ,O1MpGfw'-Bھu_<<IGp 'ؼu~,MQ^:ZAGٛq2Aޚ3{2Na46ZdrCzɫLn]r?ntűl4Bdߔ6c'lyOX:qJY7{L}8W%_0\9'cg Mɳ 趇 S $j2&{#=:1:76p& zU͏:#mo:,E&(wP!0FXXnFNrƀwjayYm@X'=<%\KᑪI{GY@X6Ӿ{xmN#ʶΚ߫ ,,-&Pfg4>nyDv;UpY^R:)nHl}I]m ͺC/JNOF#MimPǖ[2ij ۑxnw6D&]C}a,M1#&I=FWv"M_cـ FIBDG5IIZS?Nh*yefƯnmhC4pߍ{_t wQ),м^2j._M [ j3Q #NXyMRfmPZK0zs𩏠 WLjiҁXËqM z|4H'Oh1IM.-?R,m69cɟ?a?Uڧ7+c=f64`lTi## "YC: q%,t[]N|>XPTTBZD֐*8Z ~m}`—&-CX\tC=ք9p'ű(ӱ&1A Tan"^Ccu,;h1l:0k7/Z$99y~A}=7, Is*,[{k1XqxGbЙjKڑ\8ͷI'g8kV5*kU8nhGIWg#Mމz;n[[,W) FHyታY$; wRug9HohgwogWl J%ckeZЫbN("BoFkk}B I9W,hʼnjp ! ldTj]~N|;7QOa̋@%rrQ#{~(Gs|,k?LZo8W?8F*N$}ވI\#lN_t~=Rw$7=>pCmF!6 y5~C`y'LH^k=BvkG7DۻJpsLssm޼ n3!d 𙏕!-2՘ + UwY#x'f%S՚HW_.HnЩx3ހ/rпv+ފ X %bPa=C؜:ȍo%.({\/j|!5JiRw4B .cphռv߱BDt*,Z?kt^ L Lw^tvVЋceT:tq䎾Q闱! 1@=cCTw ȥ#z!aKլ~ [EVwk Ǎ1mPN[Q4#~}B5#<=tKU2j3BN`,BS6>Or9QGL,?+g!MܯTvBDGgLQӒpwc~*T7ю\#J}?12:ls]w`d[;e9B1f<ȑ7dž8D(N6ST0m, %]]|/Lx~/PD&D6X'=ЯL)х!5F*H {4O w\}=VG_t'W)569m%(8) ^vZv^=z咝2: ~OI!t*S;f H-5TG>hAAH3!+X}7npL@| ?FxurGP#j fI9](y} i5PGhi_t2G)*:n8Od쀟r.jf D'?6&˲=@M&1!ќJj]U7ba]M/2NX ث̳edWK_3%>۝gfj! 7ߍQRvH'IVun=9?2]5zn1Ӝ m{\1.uyowZ躌ģ6 ÄGo.q]$$mc&iɉ!bx:9?\Hm?}KHY,xI2le*5ubw;L]eZ*oRe6o֩Gd Kaxuڥ3bIOlcyM LjO3CЌd,\ S)-HlL 2$]AhuZÓsy+ Qm#i iƝ•vD|CȰ&XPAR yOkv`b3(=xq MV.XGfP+p (=;T= =HD|tF$o=R<^DB:6[RmuU )XZY'Һ=}N%S;\YSC:T` ܒw~h+m8b<'~̄G{q~Hl2[dн3 ^K.aΖ1=ڹP*le*U@* J2B̪4N8H-7a|M%m,Qv"ѠL#IZ7ibR?zp,z :U _]gb$^^ (}DeA`ڒ;|+&suӱQ/kj#_Lsq2Ʃ_'\} !7XRj'UŏN$>  *mAU>(264qlR#EE,CQ_W S} x q`]q;pR%(u}<i0z&MsjX۱Gіiw"-dF`߬g؟ÿ8Ӗ.>BOCz+*4I! Ҧ3t5 \ՕR| HKukjtJǞc/3A0E R/h$GcL 0FJDVWJjrGuo+FnH(;WAvΆ{ZWe!;-$ lR{ՆM_ݡfhrG1PA+Nv`8I/[&~捳 ˍ$g%2^-BNތJ'JB>K썯Gy|UMؤc>v"UguEēD>?CÂ^ºVQXc^!Mt9ײ 6G^//5ƅyaRQ$ɐPZ(-QZ&gci'M¹%p,}hOK&mWH>F^K%Z3ѐo$#zk#ԉxRK} BqjĪNd$arFu` }nm)Zuꎪr!j-_q㬠v){;2ؗV8CEQ>|~nuq.;EYeNe˜xOmh$Уi+lK}]/JYYoޣCbYePp:f>-(V9Ћ@g(^l~"FΩ2Gj=3RTģ/3bUr2Fs+N0?3D:m>]h IF46qwܑa*S/]YL/h9!>jЈ?3,HbM[m) fɷS\:Vevc(nNMb? ;lMtz{ xyHQ쁽F|@y]FMXLrQDXQQKI]k!s̈́o=u,`|#[2@ՁdO}ߩhWŪ$AY9K<~!pf`Pv)P,.)i"tqu;^[^Tib eiq)k(]zu-gX X {H-n:?*I|zvw?|JE= r '\6*Mi)O@zk3}3e5F& ޾OwUjˠf_%g?ŭ; KBy3vx"u3;<}y5t>AY$RwDWm2tG Go/j/jӸi9;_jB;:,dmT /^_a pqa [UEZCEgloSKW,@T+e|4+|Uoft(ɛ YYUBBiH֕(é=3K }6$}_HFJty Ep& _6h1s螻ӛHhe_ %R3ٯN{ "QApCT1x/6cB(<m(l9DBcBu I:z@>zc}|L6KKu`ҿ.f1 .g4D~@UcH&4Vy{6'[h kX\U݈giDUoqr}-kk\>JvwT#>K>Ke,c8;{pvTQBkMF^ 0(UF1\[j$P?Ōn75&mS{jcIJg?=Q"'gSoK7QY`л !MݯJ :,;|aa2ʵ)T`:Zo>69l4p)Uj(e9lBn`'Ԇayq d43[ԥ^G,cdjdu槲ηi/(ܵ^on ]6܆GU2.hgilc>3q4+k(/;J󪳌_XKt"JMYE *ZAY]?`PJF5Xv R=y~cVeBi_' }XTȮiO'M8=ݜLN9}CVgM20;6Z kPS@C4<&Kxؿkcut6mOr{5.+>!qfq)#؆j75KydD*Q*WROe8mc~mU{@Sϊ$ijf G[ޕ7g6wPxD!g_"\QPtq2l` ߠTT?$p.~9{g{rAkUp$>}%1 ګhk56{%Ajϒr~s;L' -6W@jy]$X>߂P#b =y~iyn=oxoji[qrIQo:"nGOMUݮ4_0]}`ZInɎy.b&^r4_;t`iKig|Hu7G:h[GDe`My(~'F|C;5$n*9'[EBcȱ&T ̺((ShJkf8cnnYx|R$1?/7s`wJW9uyt19kDqQʡ+O}/M:?~]#C.I{9_=(O׽$c+ ,t79A} cQtPĶQi)@i:, _f Ruj|oBKdʘQX)}%Q B$i.zr6ݯ1{n1*B>F5{z)l*?<":lq{2ڏMHgksK/&*M~Ӊr}?Y&'1ӤQ-2j eHH H @iIN8Ot3ZdBP%G֪Bqza8,KFYЁ݆}>D 9{[b(dt 5@4CxDR]P?I@ TC@E!0K< ߏyK`o#%>2p0:?BCP Et!Ք}wJ1o|Cm#[w]ݣ)-ee^m@?g]>@HOU>rb%+pv2|v_XqhI?`̅ \0^6P/NĀi/hЗѷaS yvBMFvtVA y?S-}ЂJhE/ ÙT&8\;Ż$ăYvɘ_Wj'dQVBK'QŔ\`+x(7ܮXߔ'˳q͈2UL^ OsRs0v.j_.aKSbޙ_i1g 'j9&م[5-i_,/i(f"ܲ"Gߩ%.~Y%kRN{:*hLRdIF^&?Qhhk+I׉VWru"g1"Q-Yx_l4=ĹlKKajfJbv?mjBh"\gHCcigcӃg|FUC ;ԴŸ2T&)vW3{*W0J tđSZGJݦ8O;s||/a4BE,1ӐIug:16q@0Nj9>-.ϥZd)PaLn63N  4UtrA+-Eqbe ,U45 ߆\c8!67z+@ "RO(J(aZėtq9ÒlJnCBnkX?5?_τSg4be5YJ7Zcñ],[+-@#VDY{WY/J߽} 7^Xb<ޤB/D[tT_ ,{ 4 I72~$N߶ ?Yy33LQ=qraCI/mmӚ]:=Kf|{))- ϛ=ɲKFNA\:&dy Nc4[m.ȍBҏ=4 T&WA)yMC2޿[)8_ [2[<(VUr:[\eƴz @OWnve qPY{OK[T&YNy+k$7(Q}cT>n#jڈQg0A=qNUpewh8L&@ fPJyH3 J,td~= ޷nlLQmF0d$ax g)jJZGʗn[,Nm˳"Hz[ eB3ȅtUFA]B nSh>.܈LĈfN;#_s<16 P YPũg!N ,KzJXyVL>8SMe >XǵŠC m> :JI\e [܊{"%xʟ=C)Z$\Ut?JA E. 4z~X< n$_/ n)ߖ|oYׂ)T -Q=s/O;1e vQ,1'^vBI T`s #7oٴM%hP {?2ҹlPK{h,I˿.7xke %bPě 6fS s ׶ ` ΂QC"/"Q^u[YZ..EP`] J' qDϥ xə6)#l\buIvGcѸXl,2@y,xNlizR] Y8Rbi9Z+0 M[:5evE;e¶ ./xƵN퓵^˖.<ĺ?g>Yà t W'Q$@lW.d ]a HW nnU+2p{p\~<Ŝ^}z*?;T';Z:3Q [N8HYqc_l bԵUcZENYRG/QR i6(#*R,( JR;rQ9uqraen C5Gjr%6(n~A;Jx]lAzd>{uFUg%jMzlxD uµ=,@-ɣ -cLcj4PeL]RoIچ3$ w i .8v $0[7( mM%Sk] TSH{9 m)Dv@PK ^A<5ZOf[p@q(U>(%wYcYi#M ՄʧFV!(k-iqN|*~ Mw,|sD5w^iWȹ]Fhm2#I4(b'x)R ote+\:і0jTI'w|U|e%:SX.;v8%y$!f( 6גvºmWDUԩNPWsW^zGY/K}^;/;&9G ۊ-@xe< NNvo{%N07<ܠanRn(YlN0HA\zWE9942ŷȑ;BZGOFbQP s^EEUv S8 |Dez>uQ"cڋ&V9#af'=0mcP5 `T!Ɨ0Tڮf ؂Z_.pYM]^-c,ǎ4b1 CBfgnJd\TnꔙSH#O3ٲd7".& =6P(Mpqc'~ɓZEnQ3onxSNavSn xAY?RAXkKVÀ̋e aɍFCU.Ǵ{V%Q髸tJ*^f>S=.K-;̳R>[5aD\*d7mqXgSF)Ϛj,t8HmT+%zSzkdI0jB59hxCÖM 𷃆V~Uf x.˓&YG䕌m`N^ !˚!g<NsE[$EۺE}&%U$kü8v OS,<]~_ВIH &D׀L- cx6b:sZkdcWu$>bwZ''brD_CÕ'jUiAo:"ZPX:u}3lRuVhG:@h 70FA-ry()*U&J(QӮ{і__ٌUq/ΌdU^_8 ]`G%?֔flPBnt>Bo.uGҾ͗^oWNCNph0Yxbrg lڀpGTO FbDM]8Tp׾1}F#*BtQ`DQZP|>|k@@[wilj+)4Rs *{zo($A`Kƪm^Y\v GΡ[5} ˎL$moL>~?lEMn 6[;@=1R0m?` ͵,ֺZx+7*AƃH>*9DV4x|Grn.6rn鿺[Ս[%6^_gLd طH"ջ]tDANol+ZhGkp`ju 3cSU<_L<=8c(-¾[^d?(5V*T03<ӜoQ W2K+Wa$$2HaRԑ9$|$@-P|TE Q%N\X^9M 2$R*EکJRNDpmʉx t R(љ{rnXzfjN ^Z"mÕD(B:g?* VR[w2G .3f>bB]RN3 `\/_EЅ;rU;`?$] tKN[^lYGQ6)K\5[;Ản[(VDp"0]O$ gرg]`S!}͢ˇ+p/FmMRT1Vmeͺa&ֈ X*@V`^YCkiƱ* @-'¢\RK$33DŽxvi:7^!ڶd#/}5N-csSdQ1w@R"+} "l,Y_h>.ˬ q榋,(ǧC QC=v BMT;U06ҧN{'T2sG!G(K ;;6Dx+E}Tńs;q'w8A3c'ӓklw'$'\MTf]fn:,=~]6 Ca}8pg/g嬮(1 q&9em]޵ʀHN]7,]c) $'2o.7#%J}P\y2Kj3?sbV"yd8fa.y6MȎpQtVM]p48k(j fJqJ[P^k " FLl\$4Lט} rUOB;HW5rqvD_5;@9]ƭ[^o7aPmhQ=JY9D FIȾ>߶'SIsM8^T<_'[λwi UV2yp%,wiԎ"[\G뢋a+!us%)oǺ[86&M$FV' ]nHjoQ@fMq\hJT U#u}ieE 9Tc՞FDֆoUM= A l'֬g2Nh#.1e*mpl`UApE_uu\uk;L_rٜQ`h]Hїݣ{ӆx֡r<e(NkZ"Q9j1mgʳ`ɴ//2U^n l:i)0? r2Aq;m~kGxe&wGb0}S$(8@/ß'-SpvZ[*[leFXJnCn-ҿtTP9+m-;8gOO⽥XidPŭ֤\#ip=nPoIlIXU3IHF\gʐ\OJ,Gd) sz2ޒEjhk !9a\|s)OMe]cegqF.?BLdfD5A!4>܆N$6"An"QF0ʅl0[a?jZA\У!|q];`>~M2 bʅgv|s˝B}-I 65A~mijqVZxŊߊkC-V1P1>b hmfCio@|6u4G~aZK"A9-7!C6 9gU'8[b2qK%BcH Pf́"㘄d\xwExA.iiחbo]sy f&=,XXyLO:=6N c̞n#>W]g"'ˍ@(3Mjly-HTJއYÒKHxZL>pR MG{xܟ& 6ZJJ lKO]$uoC@`3Y+2 )Tw`[3.ΰZ|Χ@5UXZ ]M@G~lr;DZi" *EץoHOP5)QxETvX&2NMAG;{BSWp&+ ^ݖˡrN28TlJQp1 H c;k_;SևG8FӘ<8Z)='ŽcbH^[#\.tNwcå1 p6w Ѓï۫;(R:ȫCR'%chgJji됁? Xݨ*=aǡ[ӑPsB4z\'*&wrLxIdTŠ/vq0%8@|Zr{|SfM3:du1ڭ4={l)+(PaT(a?UAd6a\ѠH=)aß*EAߓF{`Vv('NBR_C'8 c~yhq9L(:"\/=6z7ĖQ+U9#>"#9; 3oTzvBN|m4y 0.~$|ݥo(0!#KGTׄhfKQi^MpU3j߬Hq94UL OccIPx𨠛BoE%₂pIG)6V⮧Mti7`QoA+bώoLΞ8c7/5Ǥx0Z:dC5- rn2kZ RtQ\⨽'aJVN0|lQ2} Y7j Nug #v_4b]z&{ ڎmcTY%BI 0ņ[@. xTDdjasEK7y0B=@u)%mQzoڦ:M*D!Ǽ^c# v|uψyIeޤVD+Ol[ 49 jAvT{Caj+r*S |Gj\`^Q5$-22hȇ#lDm*8GBV,NWg>6x gEq+ϧiE>l>iT4k#=:~Oj^έ] V/L>ǝL6e~u0u*v&(-s}NާW+[`^׿812p`.%96wxНa?Pʼk9qVڑ;р:Wu {aSeэ4E.f'@Rm!䐼C r[ʰ ޅqCcʉ,Z5bS{VS꟟.)ۄ7kcӵ Pb$ 0 /,ˢVއVjl(jķ>s)Dʨ̠tm4ov0 Mu7N|58jw`9wIUR >Yh1Fm)@z~5o΍*uv`ޫ!{i`0N5*`*VqA8[AIju_K-g7e_ɼEEey{#/u]7';c郎L)˯`[g?H%y~b5ྂc"w & q+AqhummDKhO2s?1D+3~.A'ψ` 4ԁ2" 13@E r:ܚG N?Pn@yݚFOt@$S˾1077Da> Uxv6.$\خ*.,Іh@/i3 =$1'S`z&WZ}d56ޫA~:ᛛ:;$<1Ѝv,mt[^5ebThNB$O!`*!7}c@aTͽjk/ O-8JSUPux?3˧_V j,Ak4"u io$)YeC\0 ỎR;xSxӱъ\ Z-J0\=5`RmH3!RYjUz d I8=.`F-> !46w& z ѕnĒ Zm Ec\k$aUrB9g%NR7ѧWArcxw@uL䆚xl!ԝ.>-2^V,a_Y#ſH)YrD\BOa {Чj}y##:xKJYb{9R8Ş ҸN'FIݥ$"Uԁg[!8V P֓و'7%gsЮ΂6xTH^QWPq I5pïx)[(λшx&Oٶ}TPOJoy>܍@KF/l}wEyi~HcAf4<`A D,A0usг$PA3O[ЀyHuB:*5^$+\ A~xhcQKդ@C x.7Pu/9ԺR8 /O>r{E݉g90#ȽE>Ln?in|u CA,A -,M-x`9qp;{w= t:Xϐ~|<}_9ÿ>C Kyae595(0Qu[ ˑP+ߦ;K{㙀|Z$x%B[ ٸP?ّFu>D˪p9ZD= {(gmTdGaۛ}i/ =ZCٞ庿T:f=*TYi R[?SQT^(\]׺L,*]cpӶ;krL ~%}u^S_Z3{|glCAe 9zg%oHDOǻMƨqq~YWOvQqB%_n6" W$IC4NR)7ZORM$ Dwh7f o#gb*0<m%«6驞"HZI 鋎τW)CF D&0Up ӵ'66X/@ ރo\N@ 8W1WA7@U8Hҝ m[ɻkɏĩ!Y}W." WQSv2E_VhFbje]=&2<ƄZ+ n4 U+}X29G>?K@(I\h)M5eBX::ߛ69 dA 3c,GdMħͿIʹu F4*{&ՈiqX"< {ăS%A}Q8{:ӕn TŪKCK4x<],쬱~OCݟBk\2:6LRSα1(g-&bWuÅ䱮G{MfI6f6*p4(>6tf%|2&t"\"`pp1 2(z P#3{vc&"x -rm3ޡUbu}΂ D/r,OR7uϓ= &h !m{B}(4.B3E&3ˈJuJ>oX²hѐ8 ҧ Op"%Tܾr2ʊ D%n7{2;GS3c?;-̍ZC@&elyԥJVOS`.f`(WIR4> :ӌȥɭ:FRqCfi-_2_$+gfCoxߋES3^ֻ_rDfk!D'~R<[Ù RFq#%EW^TIu$Vײ_AQ#zjo4g7>MW=-GuTs+gb&>-JkGK=dd_I%Ur YջŸEO<4N´cѺ*$+B;˟bݤjϞ8=v$_d;A(db J `0ޤm E^ Z[#Izv;2k- tk |:NooC?Pr~`leԅ\{-=Nwl{TL+| O.`Ŵ!y~ʯihOWo$7kU#hV@Z53qV菷fɣsu_@J' HJ=q`lq`5tca=/Y7#ms!WZLk}:xMEs Y ;\ő4cb fn| u_vڴ,/LJJ-m >sZHC9?YAsXjpdմr2z5u''UtvE8CFI|w?^)c> VlU]*}ߘ{fex'v\Ug/\jamzC!)a#0J`5C*n;mѐ#{%DFݓ{0\RЭ F%NU8NJO(xӟjuھ#f,{P@ưn1ӡ:Oiy1Ԁݡ +df,;α/%!"<iWƝ{G9@2'|T$2j1͸ئW{Pv 2~""v2Z_:V4`$48fsPv<dW_ -UGos)SPlycŐDŽ})LK tG[ &5YH :4"̀X&V2zb #/cVR} 5Y c ONw0&ep:lZs004'Ǚb{celj|B.rz&(Onw;cy/ XCFUIa"'ڷ!9Oku29Bv2*{E/B ]+7z_AszX(7@b1o:> q&vҩV5eAAΛPݢ)ӎ':|f5f.j2dPA-PMYq&/s&ӂ@RsNŞ]FHl&\ dpv>NBLJ?:|8"nUbJw0l?:b¼ ֝:2`_<6!5wKu[LNv.k9 u_P?aGE! Nx&6J]t&?+jqdD hlWdKn]K4"`X|PsVm&L,%KV$b*,.q߹ Z" =&9 /E'as(?Lܕt4غњ<$3eq<N`#l>RHjQIPу.nq"bL \D+9;lHYM8,Pk22?~dvө WB0g&*}V@*]ueN6us巑=P ,^T[(Ǝ/-Xk\{(+IZP;CR\fQyD6y|"-0FtxR4z@ Shur^p.(㚨0BtFO! R|٭ܳ )HEJLm3Neѿϩ*c,0PwV 5˓"${K kAhC!XsWwUv^K@ZPWt^t3'& k GN__:ӗG_MX&FK+z§(l34HqQj$ aELm38{[ \f)?uvD_,܁ҿ?('"oFb/x"4'g⵼mJQC ]h/XBG2aRQ~W6|ߢo~]tKa Y"P 1DuCO2GG!&<|~BKb<,ޝ@I|4adA]' ү9S0܁+ƽ2Ԇ=ҘT,e%RwU R7m2\q1Ey}+_Ot BzfR_9q*Fa5ґ%eFy "#JCjixutx[|a#-!b|ֹu ̜XD3RniFfq[ppݯ>2h Ꮨ[g>(548Fa,Px>Hz[LR &ҹ~G F3T^Ḇ p? }gzS968g^DM?"--/Qrnخp@(@cmcclI5^7<)*j5#6ݪFo[/#Vs_q, %hPo3XB&8HUC& L۔$|8n-Yhh+RYf`k.Sk+xXqQS ܬ~5J]SU{;WV>ӭ'pܫXH,D@0&ɿПc^e؊6wmgP;nd<{ / R̽. 5 P6>hKRgÔ[?Bڀ'ogAVtyt3NB{q:(# QLQ6f,;x@r~pF{VV8] h򅅋9:Oc\ ɘ ?ѐXrj'<&_*@zb) Ӵ( yǞ~7Q}&I$0ZKҐ {So kgei{A\ФIDF~̗ʳjNǷ߀Z/¾̊Y|h~7 }YR:,]鎪V_z㗷˞KŤ/}1_cPÕX[Wf_ԕiZ,B} -RG>ùx+ȷ $fgµcukS~Ħorw7k(3/!]Ƈ dgJ =†Hs$aeH]AVfEb?q!yh2yx6XK k陻(6s$DٷR;mĔsU2\P0>s9G~ P[]$UVs6u+}o-.u1.04xx'h_ 8L3֓M\uB >T'9^;@'hZ.gOIt.ԥms3vԅHl-1 *ɻsI0$EM.B[:ϔ䈬X(/3 /7 ݸ2; !xw2%L r5_mE 1d` ,Hb"sb+N_ڵ "[O(Fͬ 1yj-%0Go63T%ٍ3{;+*$d5Xd{`偨},2 n%5#[K/Z /{ȝ 9oYqByM6NS.VK5#7 /ֱFK*%DZݚ< ^RS]{Pl}Y]WN =qSW<:qo-2py]w{u9ҩ0,L!ȇ.99~1]aY50KXRTNڻeI6=@{; #= (P\77/& #hݷ*-X6 {ε*ꄻJ(U8]d[<)`:MIx]2 .K4PV,[heoA(xaIt^Y;kNK*̄i g̗ &kq?lyK͖PE26+_|?Tie9s3~WFm)Zjυb UiA+{u'os{5X.}M4{љmwQB?*Mij,NӢpL<0h5 gW|1kX>N$Tv+;0%3Qߣ?0pO,E4P9o!yh`yM<5y:cYYB|#Dmi,=~?6p 8z(n[lQqIVr#+9Ch_xm;3XrVƀ5djYyb\ۣfX_=Ղe#Yr_37yZĀĂ %9B]KCNx//+U╓kMWY76<"aLYܜZOVq}kĪa) `::~KQ.6Ɍi9C!wjLaw&gѮ!pBÜ2<ϗ_Ph e#Ftm@m/`W0dB2tس7$66!afUބU$x"Pi 7ؾIn6`BpL }`</ EDȇqw}0vJX0)q6Ƒnީ8~đP,{/C]}&Q Iu  |uM[- bdޤM`"X뇚n i5K2gJGw!=8@$+RfdoC0P>+jKHDZ:SsϭsQfQcvH PЃGBg)C+$J{$zbF箹 bަDݙdsgP招Wb ˷ZOfl.5ԡ6LKΉ > ^J3F[,4 sIz_'$G3 {=WX˻%F*":5P\`ϡL"]%hϮ!S%JWzS6reXw:zEz,n v#RQćPv0llH&Kr-?Ӏ=8Ks5#w k?94:kcm;#;׃L=17W⡩j{>'D^J _2s4ͯӡ_#٫o=d<.G K@0YhCӁRa|kGE#9՗]Q5Ofd 3(ĺMef|XP6/ЂS)mh_N3U8|8nl'E>4X8 >{~;d>.Ǟjjţg͋Uit^VlDrh'!G5km{KNZե- 9fbD"׶,"4+R8:B>^4,i6փ)s,m(v:?w܀GK\zRXGeR_ZI'^ط)ܰScl:f4{Sm9b $$dc{NTa :@9v++M 6qјFe;^l'5 ?5Mj[v L؞\aRxї^جIn .<՗E1ći_RsChj'-ttREwifEa:M^o:u:$ʐ\bl̟|+@[wq6֩WS-H ;*AooxhFAdTe1z{Hvm0G_e2E%K v\*Ovn9Z!֗= og1T~߄ Q SEdҬ}%əJ~ dШu^d^oʾNOGW͉dq~isk(KsjA`V7ɩ#k&xPs[I-+HKk>$ցG#.-jƿO`ICJmKi$!ECNm&>lfQ^!Ѯ[1fyYƼ %zh?i?;F"qk:d SkX } ݀GXY9G±x=2{2@GǑAz4s֍S>d.⤃6NdgizDvU Q2܂V!FƏzYAFd친` J9R+[r!6ǭHD't.nZzf5}gNVU"{}&8 \$mtǝ!tľZ鮀(̯~Dig0-R==&p>VF <6@ul$Rx$̯v='_sΔs@r=ƏjR@ɦ_=xq 6 *< _m|'B? *tOpt.82T!=[gz jZhm( YÉ:5Эp} Ó|LJw+p} *E$o}xDAg+--Qܫڪl[n/B$MtisU1)Gۘ-uCuL"57ђQ7X-^&bmFYOD̽~TzqP$.fJn]C=ʭ0mp܊d CZk2-b5r2z8^6$J]{,$]UcwPHqCmt61^a:WHF8VWE0HfQ5/[ EvQA9:gAr`TzUr`'(He{/a︄ȑs75Q;$]aO3[iLՒt6opO`+ށ24d~]%9Kofa?[JNLk]r{𶡬U'baī2O}rʅS^.6;4?%Bl"\\Kik\1hh|P,7egPӗ$f+Փ.b 8 2J@xMe43Narƍ/P3ikEx<@ɖIޜ@&R[tDNM>$=fIy,Bv#V9{ވ콩N5zE顄v8/hk/zxOl$-O*L@V Q4=v[j4aHʾsiE@ 9`KTrᯐS!y!Qυ[+a!<2rH.ogcqFH䷀T:J`/k+Wz/Q %Н.P{D4l4Z2L~_dY~%lVv215 iMn]Џ0I=2)aimc`*b4Eo(Ia,m`-"*$_%oGy>v8D_))!Uvi5o(@ƐshjAqp%gO~ݕ/tp-wgfqD%ƊF]S X#,o~rb(eufSyq/dda DDUёXgZƨ@[#*ג!$WD-W0hB܀$8oZa,Sm4 Nm ]7'%L'XlFMX7P{{t=N2Yd;|XGrq!0rkPY˟{ .ЄNEZCHhl36>kRsK{Qag,B0Bžq.ڥik2󐚫:0Yd zz܅y+\%.TwohGHx`!|ySiHt g"݉MY.5 .Z_'V7"-ءon nKZ 8^+;t/&{{hXv6ꕲ<ܨ<-K;;%?/o{UCs4{ޡYv9(Dbi"\Ly£#..R:4vvɃTNԌ%{㭽jo\$ l_@,$ikYylr*Č".Nywg9r{N:K.mqOF(CgoM@<ݳga loo|ݐfa x>RO냳{0(F˅8ѠB q19Eޭy]cRn02zż+G>XlTOHِLrg)0VG#4MQh{3D;,`Bx7[>]4#fĝyd0; /\1nx@ XT\EN>/oVST+fW3+䢻e;mRhX@wζҌ',˙BJʦҋ(d8Jwf$DUO )Пht疻=yi "w@ZfpE}'Ȝ/ߌ\ 6CKnl.ZtiJW}1 eȽi}{g+Mv ]n|yh.1@qU'H;pC>cXu N9!ao2X:p#B++FN ֣m`o;1k).9[>Y ]OOCQh 9WĉV^^x<+ i׋S˭ǧ4OQv6/KN F2MqN~<Պ ?*2TOXhu'\m++iu7۹ْXԀJYaۋ yjqB ܈=*#ӅVE9=J Gܶ1#؏PdATw:?ٹ}L;jꥥ0BOzXT+[5"&=IkYvD훈Yg<J 'Y탵W $>'41[Ik.K6J[B~,wO}hM<0o(\]թ&bFΉ$;ibΐ>LgAɬ2qv)U[O3f# &|aL:H_8b[ #v^[<('__q\_@!(,qd;"VW# I_F:Zw+"2)}o*;A}0R|8U۫jzcwBN_L#o@,NzePur+J3>WF^߄r 8-u LjIPg5taiP>{۱ĒUMmI='e^BmFT0&<:03'd 3:ݽC4U ): kI50pSɛ4?Befs釉t zo8!C ɪn/>pqCPMw6C <8VrJJ}"Goƒ]3jL#xw ķպ@p1SpUez+߄ݜqHђ1V1j.v㙡α>9ߌ<okaaj9 zjWdky)_0_O@86IuMЊCa3zt||nT$򗥕d㞔HFYLJE[T`݇?1qgnIc_aCt})o`k)GF^nӛm噫tgl[n羨2|1a^!_}wcr?>"O-\hF%ꏂɍ'ls'R09];WAS6h _@AA1Sz;?@FR}PM0T{Z[[.<\IT=?vi A}Fx :rUb =9HA t4Ԋ. jyһԜ[厤)R\`{̶wH&꬈9NVw+zkLZ]Ӡyo>gEg%^aC%}oL3/G&rJ?KwOB8;K*F4\2`^cv BƕO,$Rq{&8D_/lSF j\.!jKY6|ߍW\lBپNWt9*r!儾rI *RIG-05~CN=ʲdN{xVWHvLry‚4liGH䥛jǑ݃RFDYHX8>k!6Z9`e/`{{-Y]xA!U}M*υL Qhp)iebw풥]~Krq[ l8vK=M*X6J=~.i<//fݳR Ա Z#V Ъ=:=&-Q16ѳX~UJP6|FŸHy:`@U-*Q8(J=W"m@̝6Kp>7r-D.ۛ0,LJ$͕4Ewkȍ@Hᅨp>ﰤfqFyzv =Ŀc0&ٽm*2J+Xx;ԱP9R+\D<;.a-yzc(g&󍭖 0f2X^r]b9&FJNw`Fcq}3n7R#k=CVO9CQk3v}:,8T[\D~1Yhnφ``tÛ`QO|*<'g 7 "֐q38"Fy3|]xeAd)2NrkN,I]6ϜL%R-s@@b.$6fl?)bV"`hen)]Sxa kjv x?S򞗩H$20^;r"x0?H2R%$<g|ǒ{1ʂVdtgec,DZ48.()\:Q%m z!v.:7GOIշI m%IaXV?8*f+ %L]_rZ{ߣ(kK:rU-/YWS;'^ fD2[4b=_ Qչ%CA]p ȭ$RS8vB߄u-hRҶEr9Ps! is/|QꂷLՆ >ckÈ.RƺRAG%TMȗ(/M3K}ezče?Zpb!6wi#2 z, G\j"oL9|!XǘSlI؂E[\;lU;ɲBJcoOHuxgdS^ !Ylsn"hlɕėBF`B{!oħmG)5#xk%/oiMh{CPji V.qsŀ΂2):,-yLrd ĥ'mZK,A&fBמo )\l:|NBcI_I2Z)rekӐW]SF2ݔ/W[JNql#!Na(4$*[C5ޣ8osksmc \, =FK%:J֘|@˚5zq)8;£_gA˕[l>Vnk\P}:mɂ.DíyF S<ƃ4x=$XmEءn0X0 G~:uΎ!cY.K> Y?'SjoQ]{BF%.Z45=9})PG/sz.pHJP";%Fk 7.~TYymS)Gı=σB@[ܤyS'G%P٧hns$t6h" eJg޲>PN8-Fےm5LRV ep~#/ZIr՘ܘ|35Hx9T.V;(E85O!zѪXjfY Hmspf]h<4Ѝ'RS/O;6#d: cwɩidv1[!c/OMb2O|r*3X#w!Q>Îx(zAAbAm)akӔg8bҘR6WIVח-~ywxIu37y&mɧ ܴ葡'-ũZջT5*qQ'Ͳ[5;T\b [[^w(-aΉ7S;:2RN>0PD׊"M䖰gPE߭(K}\4?Iŭlrq|9u0mlKhY9lЖkt\{H6W + Jw?,, JȀ.љgf6l'`O}VKˆ[퉔g/h p=Wz9蟶$}wڇsĈ0r tRF<|Hh!𡀴{TpY_86Iݦڝ9AdjI;nY2K#t;+:#&_С2~&wCaHE`^Ct*@p LZXDItϗ S2PCB(jͷHTT3ïJ@Pjo,e&GtcUwI]3' 8=֮~[`/Bl閵vym؟E ]-ci)$0 ԗF`iYU k6([Gp [!<5< x AۣOj!ysyd) l4mo>GoR^ξI( n-` jbiD8fǷaވ[s@onbIJpEf{3D;˩0F <@oCAy E5u(kHmCX0pP1@p #xcIim3FfdȚߛa![Z(Ħ LbߣpIOsm}l޾MaBP~Maqt6])WCB3+uN!vS4hݩP|9YSlqRͪksne[vDP04&{ȳz9_cYw}/*}ɋ0F/A`ױΨdP u,AќF`Ղ f.^z*ĩop1* w~ِ{ xS57v(dG,/$6ˬŁJjoW7/\NrJuB$e8XW(v]"#y:IXFTv$Qo=MR DJ@ 11Oӑ.t{`U?G/tT8]b9vS107Tfi\i6ez7|ghW\h/ä<1 #u&j$> ݒN0Y0.~+Ip;`'ca w BC w]X Z}a=߯Gvh$;pyqTqI(Yq<>gTPr }G"> "ÒS }te yڅ!bXRN{InPw6ه&1hf=}g"{"z˲1",}GnP{7è*16eI2`fxlmn#/ Ŏl"F+5Hsp@V4"K?>ܩـOuoFS8~rOpsZmc#@3q34`[.c:dM&)Ҁ䫧פ:p::n0Ze?4P~57n}*y@ubL= F |֏rk&^ Z⍏ޕttK6߶5SEAm}SP].33 }b8eVE5X4 4II)I#mʍLY@!XSrs󹻽,{-3T)Owb8&PჟVܛ$n@c>4Ke]jf]&wW4W~YWttVg hj?zmCcyð"֖p>-U8RP*U8;T6]+x#Uk`tQp2N{9qO*OΈe`^4bEJJ '4]JڍE :H"*tD,Kic@QY2Ũtwjo߃`PZ m C&7|$59\uʛܣVi3`\F[5O ͯ6q "ɃqUeW嶂4Gu o |fq7SEc^ 3Գ!=k!ņ>QiNO;uj>f҂_t(,`5K;řa.ROD wZ``0gGNbndhAVxo@Cݻnw$֦z_%qYG><睶^#@zLjG-HqR6~֮y`T +;<:eeF%Ke[oV@ nb6)uk-pOL|8G U&Lb NN8fNrdORsjs,G:~0UetkOqkKtsuoeN7~:LirmIfFc}'M+= [Iʘ#ɉ6EMfL5IRXj@*Αaz#X z޲å?3}c@\7#~d}mͧbb*U|`"&k/M_UX5#zZ:=6X 3{pY@` z^)vHM51c%:^rߨkD65p@4*%&qlz/byhj g-oIe]6>#uvߓ急*箇MM9U0X 0vޚ)zif_M@R 23,>RR@ھp5l$H"m@ἪbB_m gM6s8 hŗsWt&rylY `[eR5Qfu1IG{}=qLFj@.tQ걑cDEC`|0zsݯ]8nnZ0icċ򘽯NLRȞm @cW8A))}D8l"+3n/jqlzjRٱ|d wj -øh@ȿPU# 8FX )̻]?ڤ| v78梥s`gpF(>ݦCB{1wg1dcrQ;=dzVܗ#/72#{u&A|3jWԶ<A|<|.= !yNNK֥[8y}A;o?7uSh텧 K# 9P}QԮs,xWs9.&/685UNebW2.sK0_allab@G(9sPO}%0XX5iZ&z=ܐ I+J4DPZf #F~lH"@:cO_ x6B=3z7`ە/ kNB8^߂<>ڜ0`UjZH>&Ž lU&kB{ ^ TѧbLH)/ dQ{r? uJ`MUK3am[_ؚDŽtFs=bHџOduE4g/L܁zQX԰/7SjPaarDr/Q 2\%ɟF.VME'U~ʕj.F O5ff9&(L)f~4!1W%%E9p]4zd-oxTFVvI5kW",۾Nс=FHܪf?E_%A#pRigNjY8l--i𒌁VuijTz? $0u` ^T׎FX{/O[P! ԠV4\|0-3T25eÇpXܜ^Y$qB9w g>P_7}u-%OV E39JLū[8+V)kUڋt{[L:~8ʶI k(ʙPC+Rmu"t`6]M]AUe_FoPkSA9.*s%c8Qd#$AWo<VfOheJ<;I1uuZ78 kR7'}[S yG*C1ߕAޏ_36<sdxD8WPӎg;N e@ w!Z ݰKgZe]t^q_xȨ&UG^4DA޽Erd ِĵs\kf3ˬz\ۙ}ynqkww2 @A ro 9gL4}NC몞 n(Fu > Qn6JSOV{U\ #lg0GYF|h0e"TH+0-j +XCf}S|QlpN]:g>~z4?lѣd\it {٫CVEx`HLccikTڭuS謋2Ja(9<{^p8CΜ/cLB~2o|hZw;f-\׏0zXq?#|Q֥f(g* #Յ?gE8c:%錨lhcCFBD)jߕȣ j0՟/.c ƻePu=)wbW#?ޏ?ߋOHJRŨA.Eb@.ÐaaF@,GMAB ($$"uz|%HiNJwrHp7Prf*F{j90j7P=iI!'^=St.wZ3Pl|UqeyBfk'V#q8&pbSx?ݥcKppVnYji8Zn9qG +t.mRzL%?@A:}T_=vrQYr f:!{0( UEXJꈹgݤ#٘&|)In||.̴\4a=MPtFX};Xi *IFW^eoĵ .dmn}2|wKz4 o;O%.f52htAmJMs[}fYث^>PruX+bNIx%-YjܕW܀ o1Ɓtdl5FsF13QJChMkl|S*nINͅS]kYl^ꝟhp8{-yc\:ThlB}g'w5}TW+3cG$aHȡøš=4؄scC^:&^@j>]a\غwf@' 8'M~541фsi_=nyD17F@FVM_$C1c˃{RtL|]YQF~  PFPdo{5t;"Nc6/l@;`Mʧ-U%v\c.dGg=N{M`b*ZEeJh⿳CŠFdžД!q1UW.q'1f9M9ŝ<=ߟO|3xɱ6d3`Rnr-5p*znrH:[Wrc#DV?J᥁-j"c/OU\\軠dh)=3QeyFþTFeK۷m x/0ŗ4]\UjڊזKUL=u[[+JV̳e{&Am_uD; J">ii:~+lx _QޮWN_$$@ރgԜCCШMT|D7}MQ;xْy 27\TF-ZP< e2 ((Ÿ MI(!lx>h)DCF3<Tk?jsc9Gn$ Xhߺbc8$Py"Snєi_$>aooΘĻ`// ]>̊{#(kͺX#4~`hP'6Msu@Pb}#Ruaݡ#`!5_iB0&]Htj ocb^#[hl[ > Y w:~ =اK.']wb`_ |WJL%*4~Wx#rTe_hRF0ҽKbwK%QϯvM=#=NeQoǪ4tH= |Gi(`"v#Ro}C2J3f7W#UڥBs|y?gԟn&W2Pz7痪~m67ߍtbmb~>L6/MCOOGopɧ,ܛHGU(YUӰ= (e^3?~r'9Srym˦|˓Ah\BuڵNR1Ƴ(U! dYMO?؊ï™*.K:@d/".O.aUL4RɨOnes 3nAE`Ͼ5U~:,k,挳*tH3XirnSB);R>x0ܢX7LAIBT 2K=w0b ڲxoyn\q +$5 ,^RݞQ;g\9nI_y$Zq="eS<(xԃkD?o[LHiQd_h|Jٮ4zp`"C#H}#I9ij : 8 %ʇ_MBO v|0nZ8]]:4!-bZ+ cw҂R5Bx~? 3ڣaT©Iu{ N=$[F{PC!wz}.r 8-\ZVʌ{tON|]=5LHɻf )xflV^2ZͺW/Ԝw7iƬE~ChB9nG]G=)@\"sNg"sJb#we̲F]p.VsVJ@ ڋ;}S[CR,OBb-fcǖh9ø΍蘧zjs,ïS!O71Xwձ!UL_J5[A>|B7D?@+-G3ˏ}qXПj? D抎5LMAM cJ\u mQ 1G&E-pB fsg"&ydhiE!9͆A ;<RΒLH鱔?&ۜI}ȤY.Ʉc{ ȨmsU =Z Vy9i768PǠfۧ%b 2\C@F%n3eTg#I6HK⯽eƀ$d Z*0>dӝ˔r'΄}b(Wl4O8Bq)ҀTq܁|9j^EWP8|Y% KKpEjQyU7G\B!kt9SNؗ48'=aRM4{rfU!X Js>&ܺM pZɊ:.P0ݺ_ \7F1SA%~h't1+0<+-CݼűL')ȘUz:Tx( ?P6ܫiAvTX? (yִC"0 @ %3HͺRt̵wWQKEm*IA2Akl nRZTѷA{d6#dz`u\>)G`=cx`rQ W)jQ P1%M yvZm4OU1nԱ~\Bt˞_''̱iE@ P997WL\WM4.2Řm߰3xgnSGXhmى-A!v_u ׿vi9~ߒNc*^/7E 7|6@uܝSBJ.燐> n#?ya)Q 0Wnuɇ`sD>'3;X x׵ۼ*OfOcyyGT 䝋 Gq#^l{3` )8,`.95%ž=Ŋ_2.0yvc#.4۸arn)"D?sߡ&cEsk} 0D4㷁@ιn灝[ r4aT<o+Wjtg98ynqS=>p ݯbW뽃,;BodpB36 ys&ܵ!bi|Ȅ -ҦVXJ;A˄jN8Bs¨/yQկ8v0F`rz)BQ0WFfT0t]‚aгJLح<9Y_qY,X\(.Zm}tl1O6r)h7s/A~%+ϖo4 @׊B/_k[(@g0.mQىnQdZ#m7r.ƀ?ب)e5J\*"VP>6ѫ6>'˧ujd6 "|Ņ #_J4TġkÊA25,kuhy%2K.e\2=215mP|- l{yC$1(4awe:##n/P꺉`n`;Z m]Em,)Q2c[b&vˆX&5`VFlȿ:6qqL?J}2^)S4O2xf~C$ chI=-@j0~ ˥4bxVx@Wi[]š4] "3gT agjV1.aMTϵd&@ǯ4&Tn$#ySw@BdzK$bJWHNJ#'A51pxƺ2[6ԟ~BהBV^D\D{&E 9rXs_'&UA˧bqmI4favFHvxiɀ_ͷ:$: ҬTfYad~ }v81@D} !зd nBW ĄHНޕ..),"KGA+vHa`! paޛ 9nX4hh}bB G)4Qj lQ鸫ߪ\Zh9ua$lc0]haNNd !}} <q&뉾cG3o7 t}{ &@r..s*ǸrCB5zIGAxH*Rm=0؈2̴/zIdBݪn8,wWׅ! ?RĽ}Α\KC.(B*ȋ)5WajY1mѡ2!yZ:D)36o)(NBB_*iAX>keW{'.Yj銯5< HOz~)7wuD{30 Pv]搂skq1Njkb{%m@PO^3t_lB-xa:^߉OW܄92i`|.N%ONփinPmWI_9eIN'/)0KEELjkloALW[A^Eڄu4l~ξsa32(sHe=MN1_JWh<3⢆eIsξ*X6t`BYxa\(!P}a ;Mk=v"~\0 G*S:}Q #|8R?ÒK p Xl;lW>,0'ǁ!*_uSc~zCCE CrNC`ٌ:@C{aՂ lQS"Di"U0m$fӘgZ/Il>&Hggeŷ}ޯ[=έe]D08(g_UY=Ce8Kװ5Y FAFB{ UfWj /$K*n/]ù.ULQ3'*DN.B=mey]A675Q&!G2󐇆9\| _NRY[Ï5]ql (lC#PֲT, .)@K_oݑ7)M\?ۀa< NEľ'U׃7 |M7^3lŨ@EO ;k4 kq"g'ց 9g3Y 2ȱ;irj3ρ J-穸]5|9]1gRHkڙ@DԙF\m#jN7cX%llle8Rq8)h-SBJbIĚ:B+>zU)7=*3 u78+4aך9F.v-_' k"ۡ,m@_dՑ8EՏt "n)u>u*=b @ä-)N$RaS<5aC8!v8#(U VTᑾYdCTQuy(g|3'j!Ag+3}^t4ic-3Ͱe@^T87j?x'X7E`m"bkM~Dp^BhA$o5-a@R"uLzD!H45p 49a0!/#BWM{̤#i K7mRQ/!!\|J\ѓQs鰊[+IgZ ǡN"a]dr3USlj<|dP֊]Zzm {HJtKi pM8vcrF8RcӞFGY!3?GQ!,3jϹd]5߁ȊY#XER`qps`\2HCMhZ܁q`:0X;&_򍍄r@0O2 HmnB \ dH#`n6?N獦Qs_O"kz%jNwAV5[%XeZ}4?(M̀ߟzomL1pxm-\I6>͢4cdI](mn#] M^*oҭօ_ʆ:9МzS,$RNod-٧i9S=ɫ6˿mh1ɢؐ؎P9zcR◽;TຟLFn!ԙ7H=Gm# .`ᄍJYj?Ed䏈tz919q;K!G6]J} ۙ_ @c"ybR~tN^Yqd"+F4i$NQ 9 ~{>6qTRx*Z]*X3Ӕ.lե0ֿPB;sLsSQX]O3v)#PsIZ`LuTԪj>]~lłuSQRk\)搣OP-Hĉ29j/F୕p kz.QЯN~vF\eж"pw|YSi_œȁ<^wa":Wf(ZU>kq~2؞>c t}Soyx OwgBmp?YwL6gJsvPTIp R 7iU%2S2Z;T o.0IO{m(Xm O@_y7>)1aȨV1n) #G%+1/1y8)])x*o`N }8?3)̎qMA[:G 'uM 4؈O}]V̻앂߾+9-y쾹rS`g,ry>JmKбsw[<^nʿ=h^ϺErc/Xr(%ss7IVlqb)rvs>6QН&Q"MypE][UI1;{@=wEk3 T΄ {# b!lU=mω7Vٷ4֪>LHt64\,$Zx]dZ?S, ꕸ)r #^UyoN[\vŔӺҎ8͵P1Ry+Q*}/uH bh*Oƺ*-+t*6^; luہ9LV!+HarR˟-JwF*9eMUion! ̪~3q4Z)[;|//s˯FTBf[L7 H X+($b~ 1V)J_A%ȵ#L5_jYx(ErnŚY8ΕOۄͩ's㢮qRn-|/= АJKTT'gXi&nB>d #%F]5?xsk|'a?7uZHCN]S >[Wf$<\/eBPyUYwBaUatg_#E_~Ӣ2>Z&x ?߿tgޚB8V?n&WRi0^\5 a-Z$+-(ϙ( 6}^ +|VcpcLȳݳR=O~}A0\Eixv]nnjWɕِ&Y;pl9~3LomWzŏw͢NEŏ9HFlAI6@[ՉOU䘖k[# ;w2QuLC%atfW r/eSŚZ ;eh=^#djӣVeuppz h.o{QeA'#\5RӴ!Bd`B=}tO7*eUU듙+n"tK0| c(fob* &)Q*#ǁME,B|r-\a:LUF*(rsjQ @-r(T}aG$\\r!fJff"*ֻ4_TP ƾJj9 2ԳwzsL͑]=|BLϖYUЕҚWL>Vs X_ XUʾ}otv6+ Ch+ye8T@X/8ˬN{jF#Re):oP= .IpFSk_Ao#׍UA E>p^Rc4 ZLD D7kJ$WF$)qA͂u) 9b0 漭4;l7A^ #1̩bCZn&>-|GDNopu)2Ί~]'&v d#t>#h ,Y|!w{Si2p@a mDO #M^#3aCʌz|',"a6t89S%F[-x(im>gNp8giCUI $fU{)-$]@HY Q7q?ΈyIEBn)ouغ)J: 9P&VO)xH ˎI* 9SṌinP(;7] QF`-NI^iGm48u:<}Dk+^_m]D0I:<[J|f .m8.u{\3$ ø}MhE ;F)Pt lNDِGøxJ(MƸr؇qۃ7Loy)mɗSHh*kCjyE?M*T;FY(!1_v/x*tn5<1 Mw2"g*zFKa 4HۦA&s|ֈ7f۶(O8̇W5$Ngk<$BT1TA @ }cmԖ=//U1 PFA4py=贎tr O7'wh4XXuFi Hs^׳W;W׉j&5"-Iiu^z }H"\~nMmYNv4L{hRz8Orr)f(ODC3;kr8>&%0 ళjuAՆG yr/>CWA$ӹ;mVNWw'@{g1Cxfbi0jdƎSҙnp%R%5YHج9nnTv`qC˙Bq|VHbWD IxP8<$ RbkQF ({D[hr/eǑKR/[f9/hD╍@ L:'7o5Vd[đ?k,,,aȤC(~yq3w#-z.9r;sj)~@w PE z><'ĥhA]?cf%Y9)A3PQ@|?bUuUHu[r3*,t9-)nYlpl~@TT /JM.R(/8!'D@j(=S*3b5zu',tW|-fe!XS[8cb.#$⟏8BWpŜyoJ6ua;8]بl&uV]m('%aPÙvn?== 30_uP/x̊4Uppʩak)s O5\i+~ DSZwk6 0b1X 8T8!ʢ}6&;"*$FֆVOX~У,(#$|1oSW/g)_`%W62<{ƷWd `dL3]DoZ^~5e20s9qvGF'0bSQ`I {N剝>Y1`(k#'.CW!d/0Rݨ+ :7V讔$[Ò]X>8d`,yI_(s Hlڌ;1_k[۬ßUnF?"cmt ؋zE֗Qw^@|ë>-mLes5)KR]Y QwsiWdMbD~^ G! y7đ~<ֵ햏ryt:5fB@Hԩ͠ňiuXxR qvFa>͎u`2ҰQexa%iK*2|Z_Î7H9֖';j,d9-uMF*D d},QJ t/PlJpyzΰp)p|}S3Є{Ki)m;#}D̎-g=:T2 &ÖP2m'6OX *lbMcU)^XWg=b4Y&.XTEHn7SB\揥^ğaFqΕ"fAT{"}Z[e)!'+(Nܼzbmg5z0,y qշ}مro;%`:ggwPN7~R*gfse'}^*8M((S+Y_DMXx`ȹ!jqiRqٸ=4Y߅?Vj"4ZkZsف ~c;/@UaKn94<=ei >3~Wq`y f{EH[@r%<F7kq_|P{Gd#&Q"Po\)~:~1:.RW^\V%KٌA_8ҁYUb چYᢾ ("LYu}ag(,[۳7 x$6 0n!͉FzMz-)`QvK0@c y5l;fqyBHHAr_@x'S{gE~j*҈0]B-#!5=ʥ]e<xvX=!HJ !,52-cu?\$sIWFH.zGt̅FI G i/])]#2aq'A3z#;GEA),\t^BC[YD|3?kq|4eQHo~,o 7:T{^h70]-YnF "F42(;#SJK5#ac977zWG>F sɺlPW}g 廑 E A7ydmT[@׊Wy Z!~BEXӃDU!@rV V 0ur#Kʧvv SfFO{7Oذ+ctNTc6E7 ljfWE(e).=7ypu@T T2YKtAz9Bn p׳{sm%{C;st\P!=yӫ 4$()J TzMwJI!Ivbd~1On){JBDŽ}QisIUjeVr䎊([%&e&KUmi"rUM;(ʟ AYyv<.IO.ъ&5qCF2fЀa#[WpG' Hbq½Ѹ~-Qg4/d3,l+mvPZ>3w($qϿ; aŕ*wvR:!nW)gWAͲ2*r]I #~{6p0ܪD%E0Ɗ&*eڗս}}ӫjJ]D9ׁ$l, v>lI<^>rο92Kol3R=ta `~"DQiԷ>GPb~4RMF 2Mҧ ҝ7x⼄JX_k!r$aq+sme ,hAوkG0dD߹ٛ+1͓m5{bAч%3k"lOfDрt`ŚDD-zzqXhw!e mtB/Тf+b(4HS`;7Tڥ]~:$E 1R/", oȬMHt.[,PehSZMxȦY*ZsGQ&W$4;~%Ï#iT 7s6*R.։٩uDKi6zJ#?oF6`#Z@ C$TגҬcfm(,+ZlV|b5ZYp=*6z$y &W1 \y 2CVq؋H@ښfSRܚѦq,Q y: r%`ًej׉v]A*`i)bCI[ \VΝ2\E Kx_pRpnaOm\AmEC變|`Z|U/`N+ yM"L0 .VQ0\&U#' "[[c CX1>|O(Si27TkO8I@c&l^Ӈ.< D>O81X۝h|NӁӸ^p!ET֙C5R-k# gN2S-Ϡn:4=P&aieʂ, =)W|vc$2{2}h?6*G8#}mTIQ35 'gVxɮ;@)O@+0+WQD⿟bZ6A |%ͪopH~0)\s5N4mQC[ɰi+ʓųt^3F|?S4ACcmLeEN;ɁnX No8C}zD띬 J-| y5^*!J/ͺjz<Jls z:a;oG|=)PeHVv^ m#R%}o_Z]MPFi.R:iE'xa^TyF<-#s0AA9b:3L=׏ԧWPK_YWϚlw?*DJJ2^Yq }2VKRMRLw;WniQl!B$!% ]i=sN:]%C-4y2pd͙Xel׸*Pڂri~e,!/ɾo긄X0IpBզOӴby^+$lLkUub"Z+CgY-⏞'w_MR(Ldj:(`9:\ =. 5C08iN 8 s@3Zp1ޫ4QsbeƥΎ$h0 ]N( >$vzÃܠ^q@M[NJg]! Pٌۧ:eJ m=c׭8bI[ 5`,r ۱8\U“ut4P.t4ft7ĿWA# 3_wd?*Ģr!^6iʖVp Pf` _3"Ċ|͐JSQvAIrWSrv^NJ$ 59창,7REg_ɧ{|m,1I0CH` &وIpS=/@2!Ą,( P pV5aWR;DAio.n gq1KtrK蚩xg<EC|w%gZP غhlr$qFYz͙l4e=FM!;٣Iǧl@Rͬ"% l׻Km(:A!sLCc PiY7vDzp@nv6qt()k}.nن˰0UviPW+,J`lQ s5`#rx. }݊(o[6tWiʢW4E`HRhL<4eQ7)$UCh/%8M3|Qheو3X!Quv`Ԡ-DR_ȦʹgItp>I fni-p,D͊l4 DNrya>p}bRs@vkd*j21()b$kFYfUtnAR|_ 槃ϣL냳V'r҂҈ϲ6[3'ewr{x8sB)#U! $r-kQҕN.X+vFt#˚/n5H~-篒ڑlq f]"MBb ;s,ˑTMȃ@r#L8jY@h]{R̐s :F~``̊edOdtD=-y3ukEBT Uj$!ޖ{ UfVWW eodu=Ŏn2Z8DFnD !_QSz\f/nj2a:څvA)RXg ~3RsӇOa&WV}꾤Q4JRf%V !(GXmFy^9y/0 C:C6~`Z$TC"2 ]#j y y1.Wi>W ֛n׹#h?_#I3Q";ap/bL$'my8r)9XȬ$݆Y 5@HvC|7OUf g% t<@kB; -M ̨b8'I0o>~D9nɩ8KV)~vź^q LA"Č_oMX Lduŝ}P!#HQ u$E혦2 {u !)RB8@xeg|px!&eh>|$Mm|;,NlzĖi}kÞ 3ԶlCsJ/FzA9#yٛj1".OÚe΃nk'-t KrakT+ޤ35D^̘dޕLoKRa`V.wo<ZRn~0y&ZF%& -ZPwjxxukD9g h:QDIM|Kr4s\vwC7ʽiњpf~) 6dIHaw;XH=Dy4ER\= XXM2iE(<0V}ƙvNN:DNHLM<(wktj`~ sx:lRJ"EYnFTUʹ۽a'B\2FHRziϚ->e`%WfNlRuJ#U-?_We&,!UQk7o63?* Y,TO Ӷ֨^`OJI)Clk: eM/?3bQpN܇ n |'FU7Ly6*NmI.{ٿoCk&*s[!T[D}]C #7./}>b;axfd( b#mxsB@cM̈́$mjbtZ 0okFM,F_ÂD[wu{—&!7nNR1;EM4Hy K+dk7"8敦gyn\HEnw˦]8>Յ-ÞlN9t{i"ډ78' hL3Gu0l6`sPR 0*E/Ty<4ID?D9+v<%|h;ѣ4i?vӮGH.4lL:q<< ;3{y?> fmH"Ё6Sٞ8>v $"=o x옞+ W/jQ1y㏕s<}o a3إ'p:4"kwV4q4>ޙFӖzk%.j0å;s "6[X|ug54ܺ9$DWab25[h㵗6TG8+JZvjP@vBe4l q)Q/%aɓ+6'ᚐ䱎qѝx:VREb+qf6Rv TIf=e.0|F<9 &{ &%hqx5Cy[F ^sIBB4r4z@EKdf+%05QXN+4*@eכHL=t'8bz'Z93D5r%_"-`^M֮$ ӵ*Y;ʩv8Aj4ZۡʆYEDcKȬϻn72Mޣ%}ZU (8%Fl},$ybGvrshm&Mt7B}$ʺFj3*'u}lkt~xe E}~&AKx'&_?GPc ` ֞ >oRKU axuPlPhcY(cp[lO? oW0@s 'ї鑉 s+q5Fd5| wOR|34ߕ{y5pޟ׉b=XoCRㇻy!A}/,kf.n\x_dewbDڝ2_D< s!0&8vD`3n9͇6"Ī9@yrE ^9o?/xlџZ74qoUbtH XmKe1qpe}g4M"<|if:xsf'MƯcңg`Q8^(Qqwh-fkfVm+qX*gPf3n B\Tg!qp0DUڂ< w1!1#98vC.`W5vRL5nyq{}Ҥ + Zv=w^E6L7^jC1g^pJjړMo2=xtN|`*Oq$!*m E{e,zW X :j% WN<iem[%rFD0}H$ևTCX(|]/OU迫.Qx荌/[)?,yHg\-~͎˿5r%3ӵ^@E(WK$oD.Giazg)XKCpBc.D)P9ZnZ73齦/\2;tT{܇1Kg9NZfv3{@*JB ˳K~xEOr[X+E+֜w+ǁv+hIRP0C>cb,W6$u\rj%].TxX/mQ'[- >A&SAi]xZvCŎxm$ݘe3(=8r~\{K ]׬Pj;RW@A뻝IK=> {#wzS8ѕbD5ɏqI(R- ^Y7OTgrzY 1?Z} rXxd؄CTI~%Y2$/WgafN#jL' ux{@$"8*@Αs,ZH6xvUޖCbӋ }5o043V]&1Sz+2[BzR Ηȝg)@AmD*qcVʇ/"e xa3(d^`12QZL>q~2 8m,&R-å( 8-8Bz$p ^JlKɈX'gJ319PMy a)4j:Lv3v.0+ MQC=MwzmdbAc2&_"X1mi3/E74xе!=S"|Јus(cB"8JGYUSZpLMZ58A+ML} "7oH-Tb>1IŒ =sYGǬvFڙon4d(ϳ7$#jVEԹLޙ/3.j S[ؕ4`ԡi=$Zļю(ZEYO7)"Sb|A1_x[ I>wHDraM{PTwo4XȂzEOAҊ s@%_V| F%mݓvن8&1ZW;PsQd +|$[-'-NcV'L|I\k),6pi7;ѰΤ7-)Ni\vkʹm~ GeO"{j~F`*͔pep z/w8W1Ñ)f 1)0e+%^6+Oկ7 eLqunA !򛲭=C+"ز:@7Y~0ˢN1{XN ,BR.s9<uCZj7ئa( .Ҳe:{vX]jDlNğ@4b14@9 xMz[1]q2q)H7eRZA"ogN'o?5PI 0e:*""lU'go@hjlpj. FYhULTɔ8=TAo6ѦȦXA&!q[ |ݬ&MGtD^D˶`@uJbJ~;;7(8@ jfuX5FR ~սl%ŪVr"[D6o2? TzBt@ ػM YtBX7fUMxmDž_-` jf.Pj]yOJi} MM'eDwO2a!d=[}UlPV#Pv(0{˪7y2;Z(%Y)k#6-*NVFJ,ޫᕈ>K5ؕ^l6͑mf"nQgJWt/j.-W&=D:u)&X&yN n΍65ܙ˳ᦀTh&`2 ;-( f0)FmÃB` 1?떅`Og]hC>X7.)H|?UF"1T|Bw}^6b:T$x9@ӄokHsvqȨڍw}N ]+΅`ޔnYm$Ke8G5$*Yڡ{ @_"ivbRgB0s$Q,&aМ`Ȝ*琱!I' o{qlK AresQ޹_/>υ3Nݗmz7`'0R>n;X!SEۨN!xR L5S5C4ert_pPFɆ4S,תF[2(X$w$1cv}(GEtsE[A So;"{q!@PY<LEd\,1kL2sƵm/:_7bS`ܘsIk^.WP M~,%Qз"]cFT|$.Iwz[e F5[#r ֩OoW͈rMNJ^(:ʀ7x1j 7U2R;FL@8{ *o ?T^k˭ Zf{G.g(T̹A6f3Rhжhz!Dl+YmzQ~--A"(ӬǶ7-w-[ - ?sAN{ʂ@z*+Q^n$=:c\TQt€L7Sm xoaѲbX511OzPl[*ɑpMBC]*#sEM Yv~Lm< R$㿅xp2].xÙ3YM UɋL}T7mm\ރksS\J4h#Tژ_> 4BGiـ᜶ F2?x[_ _Z hr_ueiAS/\ "ARM{Ip Bcz];3$߈O_S }$$EIH6NW5CJBC/CFjVbssv"xQx:~ˋ't_CD RqJ\^ tR`;=…KAq^2 y?qvf#qfh3@nUΐ d+cAǺMW(g8qE8N&>{CB] ʄQfdi(q\gM,V=> uXgc:@d9$Z: G] &'ܞ\NZXGGqbP wdl4*#!yX ʁlRF<A#Ԣ,29J/^rUF*k$5h@QKk=ʭQ8į.J7hsy rL_ڒX+tjxJ%Oؒ}JQy0.:DǀӍ~)9FCB_\5L[  0PB7륮<#y#4da(#L*B U`Qt&0 4Z.q0U~i6ӌ=O~.4tԤ-ȼb&cY2>-(akab}MXS/(q)=C@_;h<8 t6[9; ;A5ER`qℝdyvna.y;ꔾRt մm C"*> Ei!S %Qgy00'CGV@*2fP=x4,J[Q@t9 ú@&k‘i8b:jPf!+c=c*F,w&w۔uOfS%bPo  PֆjV0--$>oaOr16=w-i>Ȓ$6/+و_N"C :q%P/F5F_ȹx*aͅfj@U+8Mf8k8U$YމUJ ѽj. 7v=]Z1 NH#sk׬{/b/Lcm ;gNЁleǩd{LJA޽Z~W?S?շCɯ"mh g!sxCB&:B5O̎7J#1״%/-k{bc"F!ƉN@8kxeMKf0dd 'p=V}LJwB:9h >.͐R''] 2ʔ R:wKdJ/2B>e>#_3u]/MQBȶlgNhxb>][KFJbO(<";Y*[M\?\Wg0D(0^sh }zi>}t6Q0)4?0w-Ȏ#\u-,;j~+>*@ bN1 ū4o=%8m5*J,=V!ΞO&Ynx^h:0IWGWH-;#VRr ekmU)!XEpcvyϻɫGءzU6 H BEOCz9'֘j0WE%'q{Qm,eLqIPuD(h n[+~ܞRE@6/HeHGUsCxju@knea' 'Αj"8WU*P03 S߾+q*N'1&(9ʕؐ^Ka8].Ďֆ❮Ӗ 8Rc*?ll['UՌZm3B*\ ksMoli,'M m "şw+DJIQ*{GD{bnfCg^AJyDG_Z]l|˿uIUDAX+>ŭrἢח 5S5kEu8R} A f"HrL$_T>2hp)%6wB?YT}5K̸ֵ)<"sFd4wCΧiW9\|+8?iVzRĩ?P8ix6gd55u2!h\{WNiaQ0SzwG9߰{?!/Ƃ"ʜafr|1];* IU-WL 0bK!ɭmU"-Qou<)-3ۭ%Ϻq9紓#zonG̭l-kVpBlh{ܵAIvGko5/ >=X{]ۥd* |{#ۙXP_ q<1 Ѕ VjZf-B>eA1&fsh tgl^I 6(`?\.=KO&-7QP+"8]A --v\v)}/iYǕZś>ׯǬSj ǀ1,4!ӽ"%b.WA-uYDk߶5)-b$q5dlzVGv>X;<qfŲ zoR] 5^`/0pshwFe1MxY*ZW5f9KSFX *7UBS֞)/Ay_Q&fl^Xء^1)8=4ϙNwǼ4xR;t[Tk]V*WtZ}@חOUhL%_vn&Ḡ.]@#CU׳FG*m0]6)c7ǣ<6.JhGS]"YѨHUbkǷp+["̊ݕ%A&f^;SSc!SbGZt:%HU/o8JOja" o.i߻*\ $<, (b&H&}~aB*ws%ixKs!Vpdbu kq{AYف]$7z*ɒbYr)fr特&Xy?$wɄ AGÒ2]/?%Qsd7jm+Vq"k Vt [<cd 6 lB,CT% g熅r⨥|3;p35 fULfNjwz'd'k!xV.˹]sZ,U0inQBilYm_.:3Ny%:/$¤LvWJ9֝B>7XF"-S_az"\kCɪ-:S`UHV4w"sc0cj[y"r pmPB*ԕb.wEcIryڝ!$]1wxm*ʴL {PjEG)9-8g$@3f_. ToJ|CKQ B Z`)NU)v/v*b+hRƑHX 54 =H#l:177a$bB?Ep_W1S{Щ HOx6+3ղ!Jԇ,ӾDI +˦'B2A&S{%U/IK  FCt(!#7%zc2JQ/N)46 {$uX%7Vob qu}X`sxvءk;,? {7BSo3+C GݬGmڅ19{֨XуО>q7L/`VX{v{m*fיJ)FkfkgFu0pt6D2KLlw*lC=Y",}(l+pj>J$VMiO/i]1c("bhX [N. ȝD9ZSWEUy,{2d䫊>v+Jpj(0gtqd[!.e>3jW,xzUBXbulfj0v܁%B1]xmK3=7&Adkɢ s B ө rB2VU#[bfi]JiZ-zGdq I<$2 ?泜Yþ/e_htqhWS#ٟDoɛdhn-Lb9Zj`elItӌ\-,$3&fߙIxƎܜi't8 ikAӒ;R~X!~\8p +{j&O#zgZ0aC͟#!uKO:9V']]b5^9]yټ @[ĥ[?E?ޭ6#-:`_k7O%6^fTzBQ{wPhYa! `h{GMYhiLUiC-DcK<fomk&B4 aVjUOۥp.p̎}0Q5/N^<5$NXJBS8 [^m 'D?"n7$"s_eiy31y+n)HĭQRsk޸{SiBA}KD[~?m1KB$?|42tIȚS̩Q_l; pr$t>58M4ݶ 3`-r3Nwu=\2N ja7DБÔ3İtus;R "uFЇdMPzMbjX+]΅BιgT nh1+L5FAxھpS Iv\F+]_~ƏRFAk<6>^ُna2X<RԶ>|;wΛn_d3$vY绠fW@K52,sVro+,odA=6727,Z@-(A $THIYb;v4^1vsnIQ1_qak`T{Xi+2PɊݗ=Ä2w}<8xr/Li xD*_p+P VUD"C]u-~hQޭ=OY[KZ  o|ˍчó@z懭_ܬJJGEu-K@`qЁdl!,ian(\kbzaeKsa\ BnߤZ\~Fg"Lj-]U"2~`l0DOx^_Kң:;ks[q71UIĀYTsL҆5z)@$u*q A-f`7pʬ_pGU"΄k3/pezeaΠ*<|^X*l>j1{g%%elHeP lMr:F8y,+ 1d~ZLxѨCnRSU]} .e X+=*1Cu:KRc1NZ[TME]")UX2l? =zb'J hC2x+1ϡzN#p=w'%t`Fm}q-I*n3ǖsle.Ui+fq@}7?IƥKyͨ75X7{B0ˈZPnʀ i٨ܽkay3 9')sP ߼ 0(Z$5}we~-}꜊h魵S=,{/1L>36siqdgW02lF7eB S hȣ"(n  4Ds6?UۙU~2#p'Ar ڞQ;Ybn+|VN密MaGԑ4*SjaW[4pC;~{?!c|^Э>2EYmZ4"fMΖ%k]Uwf5݀4x2 :)p||R<1azRyu6 J-/trfXTTT*eM KM6%_Rt1d˳ i]ըGLE(xE~w}h5bs+^XŸOb͔AνkGB.Vh6Q=f\2`\#W5Hhy|`U| gJ41:+9v\7Jcй?`ȈXMVbrM#aanpdHyVU@Ho5Om,GŌ͸tmdGהVO12mcZRVí/5<S\!7-0XiڈsɄ& șD%|Y ?Tڄ*d_HM EaikO#du -Ǟ\(hv_fW ՚nUdz7^03/RZtylQ9-h[Xf nH`!8V%%ޗZ_pRV4rN=" )T[Zo53y3 MP5j/riNO625ƟS ,勺GZ$& #>rD//(?e•yۼsAdp;る>?c`4ͨZlxS1 !pf:%M9#gau6(vQVS;R ~ #;|jcKB IvcWK?qw.5(XԂE\)lP~wD'o4TO7@F`qtEa*JN g,YM i C"dq'CO\3Vwƣo[L%27XnhdX :R ,ዽ{}8s4ڣn@a1.ۢ[+h-7 PS۰vD E6 aHivfvTH'GkD 9oBޮh E9pͨSKhV{g@A=n Ƽ"E2Kf:J]wjhf16sZ4H{ImZEJ\#Sr_vg}]{ط5mT^0Qb="j^ [Kz" ٧Bm#Y) :ˣȰf`dhe(r_Wǟ^Le1w֒B  KB6`vCngʔU%HQ_4/\$֑`."\k [` GC92138k)x\e % #a˃MZB TdenS`r(n&N'}b:꬚,:Ә?S-e_J@lBDXQ{/%O}M~O-bUƴ Yqr-Lig=>^M$@CQ['tkS1 %㊗'Z8%@08X& AOyB^vUp"jJ/LP\`kyY'ߨ+ *@5n.e7Gnr@V%>ք-e,pR\[ {jR]Vl'2΅Z_嚋>،a|SޡdHg\|giy$7y›Fn^gXH¨__|5)R/6k&GXH38Bw?]5ژ9؜pN&,~wif  .jWpoZ =H^խ7/R51F]]4S+V+| :}L0 Bļy%:<{l8).ͤ\NR:^"~e;Ҹ{ C47h_gUލBL3^9`E]f b<&km A\ k͞Nw%Zº]UgSsa?k6 Q(TbtL]g9-qnkR[#%!y1/6:]oh 6E֙d0VL_FoVOIC+8%:{^Rh? h˸I Y"2G1 Z E-\։ e"ҔD<3pLxOSGOT.G>~54麝L׫0TV#fQh!Kr=^x)_k5F;lD9VzB J3^n Um}̻'TÆhNݪô̵ppO A!,vʈK>^Tǚ: RU D:R5~|p%\&syM~2$h‹ͶiN&f>&GIxmJ:<06èF:z WtU t6 &%جu1]5( mί6 KufYIn|KW0 kRIVO޻,~T!#!w @e/Zz25KQf`1>k~[ļO(N -Uuq?p7M"-ЧUEZ d_k>xӔ*0*XQSjVnΰpᯫJU{)!^uv{2%!m0zpJ-r67|u Xל&n&߫ă5ɿL] !b_Ik=xpa$衎2\H/-ӏ|D(\W$Mٶz-"ڶmnsWW/_R?6)Y (Fdx?uS# W%PMaAz+Jh? Ḃ[ IT|0t">__tq]Y<@"ZT q攛u3( HNLcO51?H.,. *#͇\&,8$ds}׵^w+Kqw?UfL⤩y5ZIJI)E]Z87șF9?փݦ4Gn\1eTs|xk]gAP~L򓵅"xἴkߟ „邻au*.cy`w$9wDlB.M~P"9yZ;im!w׃c6-/y~ؠhĻvUm,K$iBDAXQ8uQH;= zz7ltFobT(-tE r.P%<¯i^|#)pJԅTp!'t7q fGPgCAW>>@/`BAw/(Y?9H;( 0{YtpmP}Q?[+3iciyQOh[cAqP x}S ;.4y!4< FۢKcl\Se3:n@@$ lg8>F(tTZh!̡BGLnڭ(Ih5 ` e؟YvOJt6/ј46P"yW NW$v`b[%ӝ7.o|mQ?f޵9sƾܦ8:xȃ;&{zszCw X)n%Bã@ح;Uӎ6 o0e_ӗep660v25L;&\yÃ0$iQ.A̫rpV{$2ߍb!e`Ӱ\Jaf˜|5 ZRClɁgR R@#fOAg!5QI`e_uU=ٝ_9Cpʁ7!Z t D8g݀ &ZGkʎ"<ΓW$LBc'+ߖKiP)@z5 HQӘz>;J(~}yc>f.Rt ,A鳑 ;1o{שL3X>rLB:FÝPn4ޭNN (ҝDS]ZEƞ+\NJ* WRo<zqEC\sa_+4(K`}bk(^7hj% 1gmɤ8we5VNi8 :rmD>DAq1:e1 x\f )*>TB3OVJK O0:!;>;M2A)C2zY*#5SZ(܂j!nr]&լYlw$Z̹8'>R:dx@LND[Z9 W mavR +%N;[ J~fSS# rٵs]Ǣ)K.svSA_ {X CcZ/N[x4IF{D=IqRR[tKp$:N{/JPn%P4G*_հ瘅DJ:}?%N%ːcķ zV,Pfb/hM$;G<-'W˝὞a]22 x8Ÿ+7]TM]x.k`#t>NMML(Qccd2ȒBL:n$+>k6ws? ~Y:4emeJ5\F>\} 2e)/S6x}C"Dh 18նx6]߉򭪝;0ڬH|>ap X (LZu; ׻y{axЋ7E!>*N%G u?0q])'9b\mUoƛ$e&5mNcI`!;cQBEy;39&85[K2*+,%LZB)Obe-qR(.cR|aD"GDiw$_aж2 ي'THtGnTeUExQqdBEvK)J+삍aUt iSE,.`pJ".Hf;q5q3-R!J+G^%k?w3A6}I i*J+kV`YK4F?e?a ~~~cpV俐IaL&,Řb[ma8#{F+UFmM1LśZ;ʥ(%OVvdacH.Nz/CHJW\Qq1~A5aR"Z~EHvX0HAsI>"=Kgr;L(_h2AE>?lWbVm Zg7T=яFm}_q6P9)2b ݣ0tu`VM+ٴ/NNEEwom恄؏-37O. s0*?D;&[U{ŃXl]_j 1i;I#8~.bHPPAl5\ў c}O)ơo {z+X"6zNMVA о{K'oAWcV!wRRY5Sb[%垰VW\&j <'.|*X rFUb4Z7t]V)zXHt-/Z`{lGNNBs2ϐzIiҔ+J\wz̳TT,!%q:ꂻ }+mhngfyS-CrD/_v1,~%iө@D\0M72qEP+Ruq9z ŢRѴ@c.$d e0`ZA٤Nmrm[=bɈs $85hgu'˦_0Bou`]SCGd@8>3LF=D~@Sdyeϕ聰tIJu=!+yDRs%ng98UM[cR:U )-$Qt1@Nk&yߚҪ>=D_!ZOă?+ q)GӜ>[B8t9%AnMCUn 5E#},!,pHg/?d+٨qԤy.)价f# :A=Ba"Re٬TB([J7v)TQG뮶wՒ/P'D(ΣpKT),*iǒ7mM2>Q?d,9c'w1:' o, Y-X׎%hqBfQ-]h3S67198?,}"M8w y]&tFl]D.>1LSሴY2u89b$Iӂϋ91fF3'68[pp^9)@R=ϹM>A~k}1{Fz6,m:p2}#@[ YJA|4 Ҹ"e~e9Hb-iiw5nwKt|b}Eh^/E͞ :#YczrKG.Z!{Hz_9@Pq*hwEÒ`>Ys^#wvEϲEٺ(bTx^y:*+ļ)L~Mȃ@|H3[شګ4|? GAѤs!)>( Nh$*(3p.R J$x| !8S@=4gY㨋9PW2 |^axR^ $!4>A 5{ĒxSyK;MQ>)f#l1j{ghalS#|3uĶd1ElVd>R̭ QMQ k8cotlU5$mlfBKNLGa2A UQ^Ch2TX-g9i7 8s\6KhP/-^˝#ӆIFgOi08s=uX뽾\shͷ0y$߅99[IF+#>AJߚ([-zN0ša*kIůPi-؟1D [nv@IJ/1nyBsKSwI=-Z#DKWxm>C#!myqVDO3)O%Np.}oE5U@! PQ_V}@LUb32'^kJ= 7B6lrHP9h&ɮBvN}RC]5̹ҦAfZhQUš!G\;.ݰW?k5E˩fz,*NkcJ^J :&pq"JA~F& X1@ Á]#d( fw(ɰ5a,ڜtJL7E1)dDcZT"T(M:DdAɁ͸L?ᏵA$&}|3Oz WbA6b.of_.L<~6,\j󺈙 Z.Ɣ$bw_I#v"}ź)02djyO/Ւo_Jk}w!qwS׷K60k2YuWC ׾4 ljR6Pt^:dqe4uc#NB`jvԽ ;.g=B` ]]4uƨuc* jAﱙ\k\/^$]w9'DE[HjW6qoKG+6S"#O\u \=o{į}>m2/$=S),W4CE;%F]J?Yc%?a2L"vSY 5AR:QA[*-% "\kKwsi9vMiCVck(RL BA]fDsq5! hfAn`D iދHTQFNFv{ANTc_YN n5Fw[f5b3ҷ?:Fs?F7C NО<lw>1PqV`pwa+/%y0:1Qre4`w1 Z<=cAt~ڞܑݟ#rMq"wiK\,d]H(GpC7TrpeM?5]kE>4H(!*ғQ ?C^̘K&=A9)Ǜrg`-e,=hUȉ0.!?z| X&J:$Ҭٶijp{ k]#6!y5zElIGĤ㇞yaƬ9G@vghWА˱%ӎN58Nerx4OЧ[p$y߷כ_g&Kڑ3b){XhW*$2+e]2d%UAU9s?LVXE5r#~AO7XN'}Ey,3oo3e;'=3/UkSd"cubL/N2 iPT?("} 8Cǫ-#`H\ FK(Z=c 1(oF] @_WH0 ![ ,|D|XV֏9kMT&klH-q֎w42cTh^[ի1b\sOPd [H4GcK:dEKU|B&Br! ]*ל`%0MHv%{.+>Z%u\{h:p]4Imc>51D#8& }o+˅$Պ젎IJ`陜qx5Jى-ܺI[5&ATo|O,סpÆ#ϧͷ! 5FF]75/9=Tĥ@QHcW?oX|[-葓7C7љ~W+͠7G8 DBUl ђNU jӴ'Z8ղGYhiB&mGn҃~D(MI,f%NK8Lb\j@о>+>twLo*h_Nb1㠮fR6o:oƘHAp~*Q)S 5$h{Wair%u.c'_PL2p|( q pEg8~g"U9n{nx6}״OR 0dܥ{ %&,p*Ք1;HͭNI^!p [VW SSgPʖ>߫jyMKJt//Z]c4@7w՝|񫸃wi_e62eeAk&ܹ~fZղ miWh[OgMkU1uo_ ZMXRz](²\- k0vC3{m?S>ҋDk)*ή!Zi`  5?F_x}1?s.08yLxwu|tgpťk߂ꡎIVFz38BI(,(D`CY63X9\VqB憎NriX^ELѤVrhfJvjZ&}5wБ{ C!@쮘8忯GpñƍʙāB)ZQؗ35*/ {fV[= H+Z1A+-$y]j7fWSYCY=Lկw a$J>=Re4Af94d!6Sw<B^U#TAPnXsK d%(qtd|%Owft'~EUIob.rVLoA9B1w_OQGks,>AkCHW+dY2r@›'9C#"`Ō$v!' c'$)Q.OnfkI?mkn& :fyB)^i/MْזDy|D=?O}2^XRaT=#2#[9dꊺ[]-jWX[Hs)ch%E =*)%sی7dpǝd-#ASHĭAvZuhWe?=31H`܎$xLI&_2Xgh@[ uuTk͙xy٫\$i`x/Hުn˻18I,Z8"0h45oY'4N$8(ysn\pçtu%$,{ |<㔒n+>1I*W F2YRT*+1$5 (d jnfڔl0+sx'T#73Q  بmSfH(~\X4 EQM3L1-R>;qH7t+9y~S !x绘Y>gmuGn?+=%"ۻg:؛ب@j|z͊ PwNlY"J {ѕ}tt[/i,Ytl05˛CR~,z~x@N`PXl ;7fQK?ZEnٖqGE#L2R})$ ,ʩT-/~n/#eR)2P/c# K&_YVB"cK6Y<A#Pkr;.ڛܵ=y]25rI^kFn% )@n;!<|IsLB9)}?"v=&ňFoYF^ιJu_t򿯀cƠ<%uqy 芺,R)G2Gnocƺ}(=/ ͥGtK/ *>xxcW8@Pfeݨ9{׊`V=ۏ'Xfq"IuDN\#T0_i4Oؐoٽ}s ˒Vz I"-|ç̅,p˗me:o~79 -LVz}Xonr IkW*LD[–'_cm7ޒ3q5]ݎ+N^zyk8X/?)seA#9hNeJSr7Zvwaj*2kO+2L.e+hOg-eGnag &˶78;v3B.=1~/<s >f= R3Wk,Hص oZ .e!c ,zs=O6Lŝ'AN+R.]hŮaXL-n$oOmoa/S2P6jP5Nj6BĪԷ;OKiS\8qК8Gọѕw`/yuq9~d0f9BB AS! E}9B.3<Ȱ%쇿]OnZ15+Jz S㔿{bH'xNq_ #7a_`31ݽ}@13"wR#YRJH|.ڪʪgBzwUO>{A>;P 5@aa1ܼHm~%@i=rHI: |+IH)}nd6By?RplO/J]JG&ñN՝g&3Gy1N 1TTDrVl6=T2j ⥣9iN̫Nsm\_'#M4P_^qa>c.&|RPZrk:аtVQfEuARkI3A0K;`I005n %, V&~ KFP]oPZ gȸ\S#r"5/1C݇"n_"ng:8tMQBs+RBYWU~[+<gL=3D>0* 7o@tME!F bP"OaWUks;tdJl4cqDD.b] ;pЊa7} q9.sɹVmހf sWzim<45;G+N,9vb&}ꖦI&Ca/7Sm%RDWsՑ߂J-71~kEFU& Ex{8lֵtqH؝}0mDEЕj Np6vjiwWw dۗo6ޕdY&'*qjhJчr! >:C87X6ZM:QIHF}'8ؕLJ& Ӓhh0ikRfs=4_=c*m}7K_I-56X8ܖ@@V2g9W: jS:#,xu51)v %oM,KLnq/KHõ_9x!9"]~?A}xa΀FY"^ddK#\FJC;sR]] B5(;q`@ [BN͉ 6j9I*Ya;;QA7\0 N%Xm1"1_ ߧQ`7Tz,h!:<(QP@Jjtܭ5P%\5 |F8[[Yʠ1Ow?EC>8qm}ǝ1j<.R&Ɉt(nVB_wIٸT{ *mn'[DWa%ӃIx=RS9gdps1R%y:8VlrM9^Cиv^  598:9.v/vMج_D>1jbtK7H^x쌹O\\OOX_`#P QNg3v6BNX*6DFzכd ʥ3h眆<%CKݙz.x&20v3׃&RD4G^ƩԲ*),|JBB= *:S3J%4`&Cn]'`9@է1+Vz˔/M&XZ/%sQ ,qUf6& NQNyeN)ƬX1E-s.ҽ7qwjx]}8~7(<3|,Tu )0 Ǹ q&6–{Xx2S OS" HqqV<쇇*Pt޷˜?3/T֜Po4BFsb'VqS1w092|@M!GɥG=JNbUٷC$a"|t5nT| HV Lϙs*CWo)_ 4'JuQJ%y~i> z=&/ fQ".-I #J.d iv Knb-Y|^\T_Ѩ#b]Z;W@ָhTmJ_0*etCm jfZQ_t0/6.F5=)Kl`6ˌ=i]֊^F*2:Cήl9VƊPÙ@Zj+RsLLŜ(J,f\S^ҷؤYmZqH @[lyCP~&KӖ@'#ay8) IN X^LEe굛I׀=pO"$|p\Y\()<.΃)Z>*hLe:N&WcEb}zeT8Qu:(:& k#K^MǡyxQ_r't Z| Pd]s3Cu~wi>I^"شɀHj+. 朌2$[yl|DBM"Rma@҇Ykob_`c]йxܳzCf곧2OY7^쓽U4hD¸Kd4B6'3.=U=Bq]\c,HcbX|Vn}E_Xde] +SDm:h"QerMa "J`:c%;m ݙl-3|0ʃi+LkO Bȼ$teiML (鷺c4k,'9gufU՟~媩<oM΀\EdGҗvr>T2(̓+ss.ys(;W?qWFC):lKх_]էe3e- o+ tWwc%'.E1 B T*>{ )ym;)3{D,L /Z ZfsZ^I֣- ;0Ms.ZW&D|)OCq\KƑ kp* %J& X){@^7e!wTƁ6Mi\'LFz{5e۔7*&>Jfts-P`3"jDe ͓tC_ύ)H͛> I ^h=pٔpk9hNN/?C$~8LFw 2`GI|D~oHi3N`꓌S.cbhȖx+p3Ụ1HS:30TeEM>.@W6cqؐl:;"%̙neXaUݒ&ёrPxjGu2Y–XT2×wTAI5=:$!7[aY-TT޳Rs6Cy 7cS,۟з-gr SA4Ws;S*kJ/_iDp.KJk䈋M.5tYU؟}m/5@N҂9*}֧&3S·D>9T)*fX#pyHbݏ %bg0_c$c7|_3uP g\ 颱 \]="gCgh#)%v@ {~̲! 0jg,i}sWʉgHlqQtyvz^޸hlYTx{ i yI# Pʽfϗcjߓut)L*z%OcV\7fF-r&UlOy{@3:"fB.Z! R'T-)[ vͲ Z64J..oew,ٺqk## cgl_zҖ]k^5KRFQrf(BwBC('2*Gq-aIp\91rL40hEQ4(W)Cdׂqt'TP[zD$EO"g0CJG)$ WJ9֥Ϊ*]zF۞Cѽ`2PUY&kVFvIkUHz@kXQfD,ΫC_&C,;XU&`*tM۷>w"uZxbAU1[,4-1Ϡc%kQH$#R>"3p!"q*x E]R#9Mw@C呎9Aקs U8K sy2ȧ݈Ci-1q!.rҜ'ex2s'But6~/)XA7ԯI>{iv{(7LqxNFmRP09d(Qp!4~ųpV Ӳza^>➕+l"b^Y3^`6{O'"i-`.a-bP@RQ9@m$UzGHgF֮h[*98:+c֠Cb/>3½-,K-|SczY{e޹vh72-+ s=q9Hg"#T3$.9:D9h\V{Y`n2s2gq1tzr%k)g u31(7n쾁;%&x;zL3獵тzuaA7N͔71YKdVi}5Jatx9&M 2~لn {#x(>اޜTmPt:WQ\,=B> y":5 K/ (@U&ަFU}B؆YL ْ'VYL 9 ޚ-e@Mܙ#fǰ=qn_G*LcYJC !|cUQW?Xwh4?!Y1GMmفM`*#(lĔ*"< gײTxcfWXd7J^m3]{6myZ,i|#9vw@t;AB?*F;GluK?WKftRƆ̹oMG[ίԍkYX_x؋vv09:znP".gT\;X*ߑ sܦrnT+ȳhi*ʀTZAX Бh6p*g^Na\𪋥V"d.(F8&֐;Kf艖M r2e'/ut ڐ4k~\B6O*,whًvNeY鯙ܢBB"<:,WW5ZPg@`RPDZmD i-:npK yAPg; ݉j>vb{A1i% 0#oxޣx]H!)^N<6LQI}zpϬ,ҏAܕۇkdRV FKiKAEy! \B٤岋 cV72x`E] ,`ռ/ d`Goc4R"5*u_fVi?[/HFHAɮf9N1ZWx6泋΢ۮqOhJWtiB/)M|*F㮾̒CB|uv2wyPP/6ǕRRdɱť}Ը CHT+oi99J'ɛNa bRqQf^!}l?>j 6˄̀F,aT] VB=:@r *A3('^1 e#cTX!k$*Mq mxpIOjN/Z f>Qh(r"9B;D[eR ;g k {,%#B:G -0=DXI2'}< hwXS t7chF4w>H85g4[=4{+ FvLߖ-. R܆q>FV  sg{wt'1wT@P5&ҲAUHk mZ M;#z}2NµK 8[QX9Q-.׆8bܱꉇ'rvs_nui v[Ž.8Avk~J1[fTiEWyRJ{M?=O ͊}>4kO(.G[ i)l+q8-&SnA+/2Zb[f1۹u눙+=B.՚tB{r94!M{[A÷HU٪zwQL UBQ#,M,eJﱶSP^D]fi.h 9K5QcTEBHc bEɂ`HM$gdkp#(vDP*9 (3gVQkiHmUZ+2qVӍt#|X5Bd~az\QW *<F:"0{R'b\6NJ%-')]ưڃccL@HbLEm 8Lv5&DTS=uw9S}7sX%f(hJ jrAWE R;85-%hE^z࠹tԈX8*gD# A81W_hQCd,p++i.pa1d(zkBH bX3W4|ރ=bCUQs];Ƽ< Jb/vߢkا'D#]o$A458a+W"f\Lum+8B$k)`׌^)84ۅt5NY׵o_>O嵾&@4"?<XIq"_e,X< U)&yF/W("46,Qċb=: m*2LVqu1KLz?*oM*N;/'N=pjc>3W&rr}T.{ ϓ3+P𽺸C/*NH$Mn!=AeWUx1wpl61Aw5d }GQq;p2TbX\SC6^Y.L,K==8hIC_>l3'n/hO\I =M!ӂfkgˁq*C- SY) f[I \x#})[b\Fe)9ngҽG J੮FS뫠0Pl Q hJo03ja BɘArO\2V3?',QhZ4] W.XfNXU Z"(.>HKJ7w-I]}WEta^kX:_c\kwrj?*.dW%:'LA6l(y~5rxݔ8G=KP̨9}&ZɆƔ yJca>F-gU|dw//ܶde.gϊS9X]L+1ݟ?֧PMSӾϖ_ 5 s^B&\0L'^\-(:CM<l$Q\Ap0V#u$6h,{!H㲥b;0e֨ϐ,zH뜞_t+$4(;`[A 'WL.^Ik]5Vdͧ"pb@D3sk1&Q*MJW[-&`r^O;*I=mۮ7|X?Pi?zCVT˽dq&|ܻ@v0 &,/0Zm EqIS LH<9xvq",mJ22KH1[F>U kjj݆'S?"8aL8 ~kj@l^K53ۊf)҈|\e}7z0n;V%0KJH W(̙./JdG77_gNiRN7tYWJKRJg M2i߫ o|{uN^ϫX'3%Ym2 D;^iv vPPڹC^Żs`G iP<2G֯pe l;SL6j 9Ff&w%HFq鮔֫$dr8eͥSb<˘h CG5©Q?t䌔]5lSD9;:~;@GÅE8M۬$Vv_!KRϞjՓ12p>hvrAF.TrmY ֜.5)!+ TJD ,^VcvߚӢ}")'XȉV>k6gbPZ&hkΑJi u[ӏQS6 G!}EQn5劸2 I>94'䢈%'z+ILUb+z>L3SV[劄ox?]m!Cz[ԍ9 {)f K >]jSj˵vd'nJ~ҺD?)9翊wPc7'9+jIVqWY+Q52 v)#IPu%ue~SS"nɁg[~̺RSJt5||maV͞%aw1@FLHjJ6kuYH3#R nL Ϙ^C/nQRҐ"CjE_O7_l&amEA1w8 vaEw*K% Rf??W=Gv%zCoj$D&4HElc4#Sl /-,_n =]"`cr8XcEt@M^q~g7AlҲ4}ʺoldl@Ou, $Q}[h1>Fp:ACw ;9.kDҨ`NTȆQ5"H[>w,TSTM&GH,tG@wL SXI.A9~cjcξxPm线s q0 [c,'f~Z2 ,Y{k$\.ʤH@iiԩ^Ͼplm[ & abeAtȃ3~G0tMXx;}" -L}+.W8BLڍtl꿧TK^7÷HGx0ВrjPRHmS c-*ޠsLLXc ppYT!{48؛nЎF m4ScqjvSH+q+Lje`OFO%c[ }'w.%%eN1Pb| ʖ[zp})f#\Us(h| _WҰM(@jĴ(nT/u8bzCʼnym.K2fF}%89wӮܿF7Y*8,8q2r wk'pPzlS4jRi+5ƙvA W0=A~6y9jXV*R;8b֮[e.-o\WOty4)M3Gxoe -בLJ^EzjN Vrbho|S]ĝɉb#Ku/ C&m4`='ݛ]9%I6,찟)&y+gNSF",E]jE D?0qzj"3&)'Mv(9J<#[,?IANg)^y?BmB}ۿ]Y^{/a%}>Xe{o]%,gO Di`x{1+_ˈ=#pےhc33&M7cgf3d7bqvqd f})b6-ӢAzxpc{)S5Dy |Xѳg:8dE 7eͭ6YfW; g5c2 ..bwI#'TyFI5WoRʓ}eq_=F.*Rvi\720i.^o%^#X[Q^T&I@ Ȉ6Ui+λn x!K9dg^>;I-3 wf/QoSXqujs,6ڊ x$ݦ CyPD ɓ}B6cbNb~ ->u2͆0y$>NE+Vt b(Qp&!54sMg|ۀZ4$f5(()ೱ&av"Ґo\!8ԝs4o[j)Gz]s얋r^ HYu{E#[F;CބNd(By6dRuzVQ 0  #'fChtعqMMO#xXYv>|"+p(rVy*/g . eȕKWhtGw\HOŒ}fIsБu)9O\َtS!T[ {sgt^WZUQwչ`-&Ne7&Ffh, qWJP|$SMmqFjQCwxmż :g^*#Ќ3e!dz<B;-}?wVJW PZn ?)T[t@ \C8ږ>΃A|,=Jx G{FA VsԋJCП Xd (=)Dڐ>Vk=&Q(s)(C>Nv SЪA~er'N8&D*N8c(J=\1rDw5;+Î0\/3}DHLD/.e@6$ȕa-_Л]QJv_?T7#_??kM]dpꥋ^"r&m"xL4r &ΐNj} &Es3obV3U$K?Gx6kOw)+F4RFՙ+dbܻnHCD>JҁVS+wVؕn3Q|N`-,A\օO&4(\G0]G]}&k4Xr($a |(rX (HQ||fqNS^ȥ?^I~jH+%B,JUI2!V@]{3.3h[k0 Yz_q]W=-`r+U-œt)t%I 7Xؼ)^($>%Zۤ" H}|6a Rs+  [,S *+AWCQ$sM{v'41P]ê:,IPei 2hL7[j~J*4;cBi.|{Maft85$)q+okw&(<úuNU|.Pm"۵roƔ4ou?sP)+L)ija}!oe3H(=e.^C2tf~0d"̬yst$Z(5LW2>̀k^Ark@'ngD:@E y֫}[d,4^\|N'(mWXzeȰV1K3.GzsP8"XsDhAb]s_F$M` wM"pFC~ʔ4_ v/q؃)(Y%e$ݰ<+dm?GxV|HQX1 c&z韞zj9/ ($TV=1 ϒnHfe^|䒸}iz'TKiě OjR[BnZ &^ᑿ/ʴcUwNLQDLpP;A˨l{;%XٸVͶ8mY X@%`S3+NT裇kjTXW};?鸊<cUB*)"=1QP~D13/ vM%|w$sC. J߉k|&F(3Gh3^z:¶~Kk 6 |8r16SB,^%vn%H> _DH`kA Dz1Np"˳gT/h {!{kqZ8ȹc5k~wJ:·q2D,ƫI&i2٫X681SQ5ѭiJ9W@~|#\fF|O=u ԡ}| l0'LJ[/iFeQ& 9"7n/Z)NAULP-m,Pgu}FI+_RXWl*"P~"z\hS.Yv3 x2*icYJgHeU]8PA1I.ɴQxzEۓ2Tg6oA#!;C۵*Wv+TK;)zoДt?!+n-ii"P; ?2CL;rXU>AgD51R(MOEDQ;N!O4Pع熎Br0,Evȑ76yb|Yt{鳌4}<ءMvE.^g`=vqpV,>dS2,`JJCSGGڈ5Ӥ3Նڡ3~4עA*%0G %f{N3ȉQܔe^6.p˞(XsewQ){/4D\؋aIά0 UY;8׍sn,,/$%XwH]yAvc1/LdD]bt6Q5pS%ly N?ru3s՚?_#hMCtbOnuL`8qLC5 E9KfY2B#-u(Gըi,IŸQȢ*' b藘n<9D[ʜ]وժ\?H IAإq#8m-J.\#4bv:8>n)ݥĂ@a#UuEMm7 z/K g}0D-YR "4ÃtꣁviI\\x%x^9*0ea/b١՝;HMߧ~O/~j>مJʤ,QȔP]Jň`q0wNwC7xȆȍ8skƋ9TC-ٽMc<NKtX^ੲ?XdOKk]k)%Z];0*-`]xP֣4[ܖ?R^Bf 3!4GݝOti3AP5Rjeqp=]׬PL*Ҥ< cӞL@s婭 Ⱦs61wXe2qfQ$W? c9 \*]DQyCN 8Ҍ5`뼽YsѺЖzqE^d,knu8rS]ҷn(ǴpFK8TdF+ڈu1˔-rs6ccVGe}+Ew1K_IRKn()2&%=g+U?eM$3X :Ow*G>YWb_8g~F@34Xܓ*ܖ;VOHM*oc9;,ŏf9pϲ|_Swվ5.%J% X&3l}zxvп2^lx|4FLS~#+KX_3 nbp":JF m Eg9x)7TjEN6Qu[\ (\`۝;Xvgb yj`Q(f&#m8rcXO\a3)e"lgU3rm1AZ^ sqf/= K0(}[j5L_fG  sAb7G PL݅urA[`Qg*|AJJKR藥k\j%̨I^#{φ$^E`\5ǰf o~ bV2 Z9 YZ