erlang-wx-src-22.2.7-lp152.1.29 >  A ^ߍP/=„/?JrxGYCIFJubv (ʺ/2_>t3ƽSHSy]j0&z8}膐sDwy@9̪P(rHodq\|Ҵى3"Ep4:o6?3538da5afedb862621fcfc7a02f4fa3b0e9f9923936f14f3304cb21a4fbe9e923494ac41c0f14f484266a06ee049b88afe47ecee_̉^ߍP/=„Dm=KX\yNo .@ǕgY$n:3;dH+^F9* aэ kPMk7Xp#tP83apEx c(k_Vl23bx ^}ne^i8zqa8 ^""#0aOCnR:GhYыc]ik!nY^; /sNiØtFZ`Krd Fk|[nET>p;?d " D -I_el,      I J MR|W,WP[[4[H[([8[Y9]DY:gYFZGpH0IXY\ ]^ b ,c d2e7f:l<uPvzCerlang-wx-src22.2.7lp152.1.29Erlang/OTP wx application sourcesErlang sources for the wx application in the Erlang/OTP system. They are useful for educational purpose and as a base for creating embedded systems.^ߌbuild82EopenSUSE Leap 15.2openSUSEApache-2.0https://bugs.opensuse.orgDevelopment/Languages/Otherhttp://www.erlang.orglinuxx86_64`h D2z* EcB<z:01_X|/* _] c`)w k\`/ }HMnl6  {[fl/_` b e s$cCm`1I KXav z,4[q[pNjH6B1l+H k  %&y7.H ~C Ĥ( >m\_!,3TG~WhOroeA +--{ 3/FXbY(y d uB% {_|W ^)e  $RZ]lPP,M/Sa]@] ]/@\P\@\@\@\r@\N\@\+@\k\\\Yz\J@\*\@\@[[[%@[<@[[t[r@Z@Zs@Z@Z@YYo@Yo@Y@YyYYlY YX-X-X•@X@XVz@W@W@WoWgWc@WA@WA@W(V@VVV$@VrV2 @V }@Uݪ@ŬU(Ub@UU>U@Ug@UG_@U#T@T*@T_W@T_W@g.santomaggio@gmail.commatwey.kornilov@gmail.comGabriele Santomaggio Gabriele Santomaggio matwey.kornilov@gmail.commatwey.kornilov@gmail.comDominique Leuenberger Gabriele Santomaggio Gabriele Santomaggio Gabriele Santomaggio Gabriele Santomaggio Gabriele Santomaggio matwey.kornilov@gmail.commatwey.kornilov@gmail.comopensuse-packaging@opensuse.orgMartin Liška opensuse-packaging@opensuse.orgMatwey Kornilov Gabriele Santomaggio Matwey V. Kornilov Gabriele Santomaggio Gabriele Santomaggio Gabriele Santomaggio Gabriele Santomaggio Gabriele Santomaggio Gabriele Santomaggio Gabriele Santomaggio Gabriele Santomaggio Gabriele Santomaggio matwey.kornilov@gmail.comGabriele Santomaggio Gabriele Santomaggio Gabriele Santomaggio matwey.kornilov@gmail.comGabriele Santomaggio matwey.kornilov@gmail.comGabriele Santomaggio Markos Chandras Gabriele Santomaggio Dirk Mueller matwey.kornilov@gmail.commatwey.kornilov@gmail.commatwey.kornilov@gmail.commatwey.kornilov@gmail.commatwey.kornilov@gmail.comrbrown@suse.commatwey.kornilov@gmail.commatwey.kornilov@gmail.commatwey.kornilov@gmail.commatwey.kornilov@gmail.commatwey.kornilov@gmail.commatwey.kornilov@gmail.commatwey.kornilov@gmail.commeissner@suse.commatwey.kornilov@gmail.commatwey.kornilov@gmail.commatwey.kornilov@gmail.commatwey.kornilov@gmail.commatwey.kornilov@gmail.commatwey.kornilov@gmail.comkruber@zib.dematwey.kornilov@gmail.commatwey.kornilov@gmail.comjengelh@inai.dematwey.kornilov@gmail.commatwey.kornilov@gmail.commatwey.kornilov@gmail.commatwey.kornilov@gmail.comkruber@zib.dematwey.kornilov@gmail.commatwey.kornilov@gmail.commatwey.kornilov@gmail.comro@suse.dematwey.kornilov@gmail.commatwey.kornilov@gmail.comkruber@zib.dekruber@zib.deseife+obs@b1-systems.comkruber@zib.dekruber@zib.dekruber@zib.dedmueller@suse.commatwey.kornilov@gmail.comdmueller@suse.comkruber@zib.dekruber@zib.dematwey.kornilov@gmail.commatwey.kornilov@gmail.comLed - Changes for 22.2.7: * compiler: Fixed a bug that could cause the compiler to reject valid code that used the is_map_key/2 BIF. * compiler: Fixed a bug that could cause the compiler to reject valid code that matched the same map key several times. * compiler: The compiler could crash when compiling a convoluted receive statement. * compiler: The compiler could crash when a fun was created but never used. The compiler could crash when compiling the expression true = 0 / X. - jsc#SLE-10913- Changes for 22.2.6: * erts: A process could get into an inconsistent state where it was runnable, but never scheduled for execution. This could occur when a mix of normal and low priority processes where scheduled on the same type of dirty scheduler simultaneously.- Changes for 22.2.5: * erts: A process could end up in a state where it got endlessly rescheduled without making any progress. This occurred when a system task, such as check of process code (part of a code purge), was scheduled on a high priority process trying to execute on a dirty scheduler. * erts: Improved signal handling for processes executing dirty. For example, avoid busy wait in dirty signal handler process when process is doing garbage collection on dirty scheduler. * stdlib: A directory traversal vulnerability has been eliminated in erl_tar. erl_tar will now refuse to extract symlinks that points outside the targeted extraction directory and will return {error,{Path,unsafe_symlink}}. (Thanks to Eric Meadows-Jönsson for the bug report and for suggesting a fix.)- Changes for 22.2.4: * ssl: Enhance error handling, all ALERTS shall be handled gracefully and not cause a crash. * ssl: Enhance alert logging, in some places the role indication of the alert origin was missing. So the log would say undefined instead of client or server. * ssl: Two different optimizations did not work together and resulted in the possible breakage of connections using stream ciphers (that is RC4). Reworked the implementation to avoid this.- Changes for 22.2.3: * ssl: Fix the handling of GREASE values sent by web browsers when establishing TLS 1.3 connections. This change improves handling of GREASE values in various protocol elements sent in a TLS 1.3 ClientHello. * ssl: Correct DTLS listen emulation, could cause problems with opening a new DTLS listen socket for a port previously used by a now closed DTLS listen socket. * compiler: Fixed a bug in the compiler that could cause it to reject valid code.- Changes for 22.2.2: * erts: Taking a scheduler offline could cause timers set while executing on that scheduler to be delayed until the scheduler was put online again. This bug was introduced in ERTS version 10.0 (OTP 21.0). * erts: The ets:update_counter/4 core dumped when given an ordered_set with write_concurrency enabled and an invalid position. This bug has been fixed. * erts: A process calling erlang:system_flag(multi_scheduling, block) could end up blocked waiting for the operation to complete indefinitely. * erts: Duplicate entries for [socket:]getopt and [socket:]setopt in man page. * stdlib: The ets:update_counter/4 core dumped when given an ordered_set with write_concurrency enabled and an invalid position. This bug has been fixed. * crypto: Constant time comparisons added. * ssh: Fixed that ssh_connection:send could allocate a large amount of memory if given an iolist() as input data. * ssh: Safe atom conversions. * ssh: Constant time comparisons added. - Changes for 22.2.1: * erts: Corrected an issue with the new socket api which could cause a core dump. A race during socket close could cause a core dump (an invalid nif environment free). * erts: Corrected an issue with the new socket api which could cause a core dump. When multiple accept processes waiting for a connect a connect could cause a core dump. * snmp: Its now possible to remove selected varbinds (from the final message) when sending a notification. This is done by setting the 'value' (in the varbind(s) of the varbinds list) to '?NOTIFICATION_IGNORE_VB_VALUE'. * snmp: Its now possible to specify that an oid shall be "truncated" (trailing ".0" to be removed) when sending an notification. * ssl: Add missing alert handling clause for TLS record handling. Could sometimes cause confusing error behaviors of TLS connections. * ssl: Fix handling of ssl:recv that happens during a renegotiation. Using the passive receive function ssl:recv/[2,3] during a renegotiation would fail the connection with unexpected msg.- BuildRequire pkgconfig(libsystemd) instead of systemd-devel: Allow OBS to shortcut through the -mini flavors.- Changes for 22.2 * http://erlang.org/download/OTP-22.2.README * Highlights: * erts: The Kernel application's User's Guide now contains a Logger Cookbook with common usage patterns. * erts: Numerous improvements in the new socket and net modules * Standard libraries: common_test: ct_property_test logging is improved * Standard libraries: ssl: Correct handling of unordered chains so that it works as expected * Tools: Emacs erlang-mode function that lets the user open the documentation for an Erlang/OTP function in an Emacs buffer has been improved. Users will be asked if they want the man pages downloaded if they are not present in the system.- Changes for 22.1.8 * http://erlang.org/download/OTP-22.1.8.README * erts: Large amounts of quickly executed dirty work could cause heavy contention on an internal spin lock. The spin lock was replaced by a mutex which behaves much better under these conditions.- Changes for 22.1.7 * http://erlang.org/download/OTP-22.1.7.README * compiler: Fixed a performance bug that caused repeated matches of large records to take a very long time to compile. * erts: A literal area could prematurely be released before all uses of it had been removed. This occurred either when a terminating process had a complex exit reason referring to a literal that concurrently was removed, or when a terminating process continued executing a dirty NIF accessing a literal (via the heap) that concurrently was removed. * erts: Fix bug causing VM crash due to memory corruption of distribution entry. Probability of crash increases if Erlang distribution is frequently disconnected and reestablished towards same node names. Bug exists since OTP-21.0. * erts: Fixed bug causing crash of VM built with configuration - -enable--sharing-preserving. Provoked when a sent message contains both a bit string and the heap binary (< 65 bytes) which the bit string was matched from. Bug exists since OTP-19.0 but has seen to be easier to provoke since OTP-22.1. - Changes for 22.1.6 * http://erlang.org/download/OTP-22.1.6.README * compiler, erts: The compiler could do an unsafe optimization of receives, which would cause a receive to only scan part of the message queue. * crypto: The AEAD tag was not previously checked on decrypt with chacha20_poly1305 * erts:Fix bug where the receive marker used by the runtime to do the receive queue optimization could be incorrectly set. The symptom of this would be that a message that should match in a receive never matches. * snmp: Agent discovery cleanup. If there is no receiver of INFORM then #state.reqs in snmpa_net_if keeps on growing for DISCOVERY.- Changes for 22.1.5 * http://erlang.org/download/OTP-22.1.5.README * snmp: Application(s): snmp Related Id(s): ERIERL-427 The agent discovery process has been made to work with snmptrapd..- Changes for 22.1.4 * http://erlang.org/download/OTP-22.1.4.README * compiler: Fixed a bug where the compiler could generate incorrect code for a 'receive' statement inside a 'try'. * crypto: FIxed a bug if the erlang emulator was linked with a very old cryptolib version (1.0.1 or earlier). The bug now fixed could have triggered a core dump if an unknown cipher name was used in crypto functions. * erts: Erlang/OTP can now be built on macOS Catalina (10.15).- Changes for 22.1.3: * inets: Add HTTP server error logging vi logger - Changes for 22.1.2: * erts: Added the environment variable ERLC_SERVER_ID, which allows multiple compile servers to run separately under the same user. - Changes for 22.1.1: * erts: A terminating process sending distributed 'EXIT' or 'DOWN' signals while terminating could end up in a state where no progress at all was made. This was triggered by a distribution channel that the terminating process was sending on got busy. This bug has existed since ERTS version 10.4 (OTP 22.0). * erts: When communicating with a simultaneously exiting port via the erlang:port_*() BIFs one could sometimes get stray {Ref, What} messages. Where Ref was a reference and What usually were the atom badarg. * snmp: Made it possible to add 'extra socket options' to the (gen_udp) socket open call (for both manager and agent). A new option has been added, extra_sock_opts, which makes it possible for the user to add a list of extra socket options that will be appended to the other socket options for the open call. See the snmp application config man page (erl -man 6 snmp) or the "Configuring the application" chapter of the Users Guide for more info. * compiler: Fixed a bug in the bit-syntax optimization pass that could crash the compiler.- Changes for 22.1: * kernel: The type specification for gen_sctp:connect/4,5 has been corrected. * kernel: Extra -mode flags given to erl are ignored with a warning. * kernel: Fix type spec for seq_trace:set_token/2. * kernel: logger:compare_levels/2 would fail with a badarg exception if given the values all or none as any of the parameters. This is now corrected. * kernel: Fix bug where the log file in logger_std_h would not be closed when the inode of the file changed. This would in turn cause a file descriptor leak when tools like logrotate are used. * kernel: Fix a race condition in the debugging function net_kernel:nodes_info/0. * kernel: Fix race condition when closing a file opened in compressed or delayed_write mode. * kernel: The possibility to send ancillary data, in particular the TOS field, has been added to gen_udp:send/4,5. * kernel: If the log file was given with relative path, the standard logger handler (logger_std_h) would store the file name with relative path. If the current directory of the node was later changed, a new file would be created relative the new current directory, potentially failing with an enoent if the new directory did not exist. This is now corrected and logger_std_h always stores the log file name as an absolute path, calculated from the current directory at the time of the handler startup. * kernel: Support local sockets with inet:i/0. * observer: Fix bug after a user followed link on a pid from an expanded term window. * observer: Improved dark mode colors on Linux. * mnesia: mnesia:add_table_copy/3 could cause a deadlock if called when a new node was starting. * mnesia: Transactions with sticky locks could with async_asym transactions be committed in the wrong order, since asym transaction are spawned on the remote nodes. To fix this bug the communication protocol between mnesia nodes had to be updated, thus mnesia will no longer be able to connect to nodes earlier than mnesia-4.14 , OTP-19.0. *** POTENTIAL INCOMPATIBILITY *** * stdlib: re:run() now yields when validating utf8 in a large subject. * stdlib: Upgraded the ERTS internal PCRE library from version 8.42 to version 8.43. See http://pcre.org/original/changelog.txt for information about changes made to PCRE. This library implements major parts of the re regular expressions module. * stdlib: The bug with ID ERL-717 has been fixed. The functions io:columns() and io:rows() only worked correctly inside interactive erlang shells before this fix. These functions returned {error,enotsup} before this fix even if stdout and stdin were connected to a terminal when they were invoked from an escript or a program started with e.g., erl -noshell. * stdlib: Fixed handling of ".." and "@" in wildcards. ".." would only work when preceded by a literal pattern such as in "a/..", not when preceded by wildcard characters such as in "*/..". The combination "@/.." was also broken, and in addition "@" in a pattern could degrade performance of the wildcard matching. * stdlib: Make sure ets:fun2ms() can handle ++/2 in the head of functions when called from the shell. * stdlib: Debugging of time-outs in gen_statem has been improved. Starting a time-out is now logged in sys:log and sys:trace. Running time-outs are visible in server crash logs, and with sys:get_status. Due to this system events {start_timer, Action, State} and {insert_timout, Event, State} have been added, which may surprise tools that rely on the format of these events. New features: The EventContent of a running time-out can be updated with {TimeoutType, update, NewEventContent}. Running time-outs can be cancelled with {TimeoutType, cancel} which is more readable than using Time = infinity. *** POTENTIAL INCOMPATIBILITY *** * stdlib: re:run() now avoids validating utf8 in the subject more than once in the same call. This validation could previously be performed multiple times when the global option was passed. * stdlib: ETS ordered_set tables with write_concurrency enabled has got a performance issue fixed. There were no limits for the values of internal statistics counters before this fix. This could result in that the data structure sometimes reacted slowly to a change in how many parallel processes were using it. * stdlib: The ordsets:union/1 is now faster when passed a long list of ordsets. * stdlib: unicode:characters_to_binary() could return very small binaries as reference counted off heap binaries. This could cause an unnecessary large memory usage and an unnecessary load on the binary allocator. Small binaries are now always returned as heap binaries. * stdlib: Display a more meaningful error message when a bad I/O server is used in a script written in Erlang (escript). * stdlib: New feature ets:info(_, binary) to get information about all reference counted binaries kept by a table. This is the same kind of debug information that process_info(_, binary) returns for a process. * stdlib: Corrected ETS documentation about the behavior of compiled match specifications when serialized through external format. * tools: cover would fail to start if two processes tried to start it at the exact same time. * common_test: If a ct hook is installed in the suite/0 function in a test suite, then the hook's terminate/1 function would be called several times without it's init/2 function being called first. This is now corrected. * common_test: If init_per_testcase fails, the test itself is skipped. According to the documentation, it should be possible to change the result to failed in a hook function. The only available hook function in this case is post_init_per_testcase, but changing the return value there did not affect the test case result. This is now corrected. * common_test: Add ct_netconfc support for NETCONF 1.1 (RFC 6241). The 1.1 base capability can be sent in hello, and RFC 6242 chunk framing is applied when both client and server advertise 1.1 support. * common_test: Correct lib_dir paths in common_tests opaque data structure that is passed to ct_release_test callback modules in functions upgrade_init/2, upgrade_upgraded/2 and upgrade_downgraded/2. The incorrect paths may cause confusion when debugging although it will not cause any incorrect behavior on the part of common_test as it is currently not used. * erts: If you set {linger,{true,0}} on a gen_tcp listen socket, accept a connection on that socket, and then close the accepted socket, now the linger zero setting is transferred to the accepted socket. Before this correction that information was lost and the close behaviour on the accepted socket incorrect. * erts: Sending ancillary data implemented in OTP-15747 accidentally left behind test code that caused all UDP sends to fail on Windows. This has now been fixed. * erts: In the socket nif, used invalid flags when if-def'ing for supported TCP flags: TCP_MAXSEG and TCP_NODELAY (the support function). * erts: Fixed memory leaks in experimental socket module. * erts: re:run() now yields when validating utf8 in a large subject. * erts: Fixed bug in seq_trace:set_token(label,Term) which could cause VM crash if Term was heap allocated (not an atom, small integer, local pid or port). Bug exists since OTP 21.0 when terms other than small integers were first allowed as labels. * erts: Extra -mode flags given to erl are ignored with a warning. * erts: Don't loop indefinitely when --enable-pgo is given to configure, but compiler does not support pgo. * erts: Fix seq_trace:print/2 not to raise badarg exception if label is not a small integer. Bug exists since OTP 21.0. * erts: Fixed hipe_flush_icache_range for non-Linux OS on ARM. * erts: The fix in OTP-15871 was too conservative and disabled the offending load-time optimization in some cases where it was safe. * erts: Upgraded the ERTS internal PCRE library from version 8.42 to version 8.43. See http://pcre.org/original/changelog.txt for information about changes made to PCRE. This library implements major parts of the re regular expressions module. * erts: Fix race condition when closing a socket while using {active,N} on Windows. * erts: Allow more than one -config command line option to erl on Windows to conform with other OS. * erts: Fix so that ERL_FLAGS environment variable does not interfere with command line arguments. Before this fix you could write: ERL_FLAGS="10" erl +S and erlang would start as if +S had been given the argument 10. * erts: The bug with ID ERL-717 has been fixed. The functions io:columns() and io:rows() only worked correctly inside interactive erlang shells before this fix. These functions returned {error,enotsup} before this fix even if stdout and stdin were connected to a terminal when they were invoked from an escript or a program started with e.g., erl -noshell. * erts: Do not use named label in ethread.c inline assemble. This allows erts to be compiled using gcc 9.1.0 with LTO enabled. * erts: erlang:fun_to_list/1 will now escape the module and function name when necessary. * erts: process_info(P,binary) would neglect to look through heap fragments, potentially missing a few binaries associated with the process. * erts: HiPE is now automatically disabled on systems with non- glibc implementation (for instance musl). This is because musl does not provide the API's for guaranteeing that signals are delivered on the correct native stack. * erts: Fixed bug triggered if a process is killed during call to persistent_term:put or persistent_term:erase. * erts: Add units to all memory slogans in the crash dump documentation. * erts: Fix a bug in binary_to_term that would crash the emulator if a term larger than 16GB was to be decoded. * erts: Fixed bug related to an exiting process sending EXIT and DOWN signals to remote linked/monitored processes. Bugs exists since OTP 22.0. * erts: erlc can now automatically use a compile server to avoid starting an Erlang system for each file to be compiled in a multi-file project. See the documentation for how to enable it. * erts: The possibility to send ancillary data, in particular the TOS field, has been added to gen_udp:send/4,5. * erts: The net module has been split into 'net' (kernel) and prim_net (preloaded). * erts: Socket counters now works as expected and can also be extracted with the (new) info function. * erts: re:run() now avoids validating utf8 in the subject more than once in the same call. This validation could previously be performed multiple times when the global option was passed. * erts: The un-documented function erlang:dist_get_stat/1 now returns the real value of what the distribution queue contains instead of a boolean. * erts: ETS ordered_set tables with write_concurrency enabled has got a performance issue fixed. There were no limits for the values of internal statistics counters before this fix. This could result in that the data structure sometimes reacted slowly to a change in how many parallel processes were using it. * erts: Optimize the reception of large distribution messages. * erts: Binary matching and functions like split_binary/2 will now create heap binaries when the results are small enough, reducing the chances of small sub-binaries keeping large binaries alive. * erts: Fixed rare emulator crash in instrument:allocations/0-1. * erts: Ports could pass very small binaries as reference counted off heap binaries to processes. This could cause an unnecessary large memory usage and an unnecessary load on the binary allocator. Small binaries are now always passed as heap binaries to processes. * erts: unicode:characters_to_binary() could return very small binaries as reference counted off heap binaries. This could cause an unnecessary large memory usage and an unnecessary load on the binary allocator. Small binaries are now always returned as heap binaries. * erts: Improved erl_nif documentation regarding on_load and Erlang stub/fallback functions. * erts: New feature ets:info(_, binary) to get information about all reference counted binaries kept by a table. This is the same kind of debug information that process_info(_, binary) returns for a process. * erl_docgen: Update the documentation build support to handle FOP 2.1 . * ftp: A possibly infinite loop when receiving messages divided in parts is removed. * dialyzer: Allow native compilation when using Dialyzer from Erlang. The options native (defaults to false) and native_cache have been added. * eunit: Handle get_until request with explicit encoding in the implementation of the I/O protocol. * snmp: Fix various minor issues related to Dialyzer. Mostly these are dialyzer warnings, but there was also some minor bugs detected by Dialyzer. * snmp: Fixed a dets usage problem detected by dialyzer. * snmp: The function snmp:print_version_info() prints various version info. For each module a number of items are printed, such as app vsn and md5 digest. And an attempt was also made to print "compile time". This used to be available in the module_info for each module, but has now been removed. * snmp: The use of the deprecated random module has been replaced the with rand module. * snmp: Removed use of the deprecated function erlang:get_stacktrace(). Instead make use of the 'catch Class:Error:Stacktrace' feature. * syntax_tools: Add missing calls to erl_syntax:unwrap/1. The nodes concerned represent names and values of maps and map types. * wx: Fix a driver bug that could crashes when allocating memory. * erl_interface: Fix bugs in ei_print_term for binaries and bit strings causing incorrect output. * erl_interface: Fixed bug in ei_decode_fun for very old fun encoding format. Bug exist since OTP 22.0. * erl_interface: ei_print_term() now supports printing of maps and funs. * xmerl: xmerl_sax_parser crashed during charset detection when the xml declarations attribute values was missing the closing quotation (' or "). * ssl: Handling of zero size fragments in TLS could cause an infinite loop. This has now been corrected. * ssl: DTLS record check needs to consider that a resent hello message can have a different version than the negotiated. * ssl: Basic support for TLS 1.3 Client for experimental use. For more information see the Standards Compliance chapter of the User's Guide. * ssl: Correct solution for retaining tcp flow control OTP-15802 (ERL-934) as to not break ssl:recv as reported in (ERL-938) * ssl: Enhance dialyzer specs to reflect implementation better and avoid dialyzer warnings for the user that wants to use TLS with unix domain sockets. * ssl: Add support for ECDSA signature algorithms in TLS 1.3. * ssl: Correct error handling of TLS downgrade, possible return values form ssl:close/2 when downgrading is {ok, Port} or {error, Reason}, it could happen that only ok was returned instead of {error, closed} when downgrade failed due to that the peer closed the TCP connection. * os_mon: Fix disk_sup to ignore squashfs on Linux when determining if a mounted filesystem is full or not. * os_mon: Fix bug where cpu_sup:util() always returned 100% on systems not using gnu libc, for example Alpine OS. * ssh: Fixed wrong type definition for the daemon option subsystems. * ssh: Fixed a possible SSH logging crash if there was a problem in an early stage of session setup. * ssh: The documentation for the modules ssh_connection, ssh_sftp and ssh_sftpd are now generated from the -spec:s. * ssh: Internal cleanup including removal of the internal file ssh_userauth.hrl. * ssh: Removed unused definitions in ssh.hrl. * ssh: Removed unused fields in the internal #connection{} record. * ssh: To get information of a connection_ref() from for example ssh:connect/3, there was previously one function available namely ssh:connection_info/2. This ticket adds ssh:connection_info/1 which returns all information. For daemons (servers) started with for example ssh:daemon/2 the function ssh:daemon_info/1 returning all information was available. This ticket adds ssh:daemon_info/2 which returns only the information specified in the second argument. The info of connections and of daemons now also includes the item 'options'. Only those options that does not have their default values are returned. For a connection also the items 'algorithms' and 'channels' are added. * inets: httpd - Accept singel LF as line terminator * inets: mod_esi will now always propagate the actual HTTP status code that it answered with, to later mod-modules, and not in some cases hardcode 200. * compiler: Code such as the following would crash the compiler in OTP 22: [some_atom = fun some_function/1] * compiler: Compilation could get really slow (in the order of minutes instead of seconds) when compiling huge functions. (Thanks to Kostis Sagonas for reporting this bug.) * compiler: Fixed a bug in the validator that could reject valid code. * compiler: In rare circumstances, when two clauses had identical bodies and guard tests that tested a single boolean variable, the guard test for the second clause could be discarded, executing the second clause unconditionally if the first clause was not executed. * compiler: Fixed extremely slow compilation for huge functions doing predominantly pattern matching. * compiler: The compiler could generate unsafe code (that would crash the runtime system) for map pattern matching. The code could be unsafe if the matched key was not present in the map at runtime. * compiler: Correct code using try/after could fail to compile when using the option 'no_type_opt'. * compiler: The compiler could crash when compiling code that called 'length/1' on a binary extracted using the binary syntax. * compiler: Fixed a bug where the compiler could fail with an internal consistency failure error when compiling receive statements. * compiler: Fixed a problem where the compiler would crash when compiling binary matching in a function head. * public_key: Support Password based encryption with AES * public_key: Change dialyzer spec to avoid confusion * runtime_tools: Fix dbg:stop_clear/0 to also clear trace events (send and 'receive'). * megaco: Fix various minor issues related to Dialyzer. Mostly these are dialyzer warnings, but there was also some minor bugs detected by Dialyzer. * crypto: The implementation of crypto_one_time/4 is adjusted to match the type specification. The spec and the black-box behaviour of the function are unchanged. Some details: Both the spec and the implementation were correct seen separately. But with both of them combined simultaneously with crypto_one_time/5 which was called by the implementation of crypto_one_time/4, an (obvious) error was detected by a Dialyzer with more thorough checking than usual. * crypto: When using crypto with FIPS mode enabled, the digests were not correctly handled. * crypto: A memory leak in error handling code in ng_crypto_init_nif is fixed. * crypto: Fixed the broken static build of the crypto nifs * crypto: The Message Authentication Codes (MAC) CMAC, HMAC and Poly1305 are unified into common functions in the New Crypto API. See the manual for CRYPTO. * sasl: The net module has been split into 'net' (kernel) and prim_net (preloaded). * jinterface: Replaced deprecated with in documentation.- Rebased patches: + 0001-erts-Do-not-use-named-no_cpuid-label-in-asm.patch dropped (merged upstream)- Udate -ffat-lto-objects in order to properly build static libraries provided by the package (boo#1142645). - Use %make_build macro.- Add patch 0001-erts-Do-not-use-named-no_cpuid-label-in-asm.patch: fix boo#1142913 - Changes for 22.0.7: * compiler: Fixed a compiler crash introduced in 22.0.6 (OTP-15952). - Changes for 22.0.6: * compiler: Fixed an unsafe optimization when matching tuple_size/1 outside of guards, which could crash the emulator if the argument was not a tuple. * compiler: Fixed a rare bug that could cause the wrong kind of exception to be thrown when a BIF failed in a function that matched bitstrings. * compiler: Fixed a bug where receive statements inside try/catch blocks could return incorrect results. * ssl: Enhance error handling for erroneous alerts from the peer. * hipe: The HiPE compiler would badly miscompile certain try/catch expressions, so it will now refuse to compile modules containing try or catch. As a consequence of this, dialyzer will no longer compile key modules to native code. *** POTENTIAL INCOMPATIBILITY *** * dialyzer: The HiPE compiler would badly miscompile certain try/catch expressions, so it will now refuse to compile modules containing try or catch. As a consequence of this, dialyzer will no longer compile key modules to native code. *** POTENTIAL INCOMPATIBILITY *** - Changes for 22.0.5: * inets: Fix a regression in http client that causes a crash when request URI has no scheme. * ssl: Fix handling of certificate decoding problems in TLS 1.3 similarly as in TLS 1.2. * ssl: Hibernation now works as expected in all cases, was accidently broken by optimization efforts. * ssl: Fix interoperability problems with openssl when the TLS 1.3 server is configured wirh the option signature_algs_cert. * dialyzer: Make sure Dialyzer does not crash if the formatting of results fails. Instead of crashing, an unformatted version of the results is returned. * erts: An invalid value test caused the socket:setopt(Socket, ip, add_membership, ip_mreq()) to fail with badarg. The same for drop_membership. * erts: Fixed bug causing VM crash when doing textual dump of a process containing an unhandled monitor down signal. Textual process dumps can be done with erlang:system_info(procs), trace feature process_dump, Erlang shell break menu and a crashdump. Bug exist since OTP 21.0. * erts: lists:subtract/2 would produce incorrect results for some inputs on 64-bit platforms. * erts: Fixed a bug in the loader that was similar to OTP-15938, yielding incorrect code for some inputs on 64-bit platforms. * erts: Fixed bug causing scheduler threads in rare cases to block spinnning indefinitely. Bug exists since OTP 21.0.- Drop priv/obj directories: boo#1140404- Version 22.0.4: * http://erlang.org/download/OTP-22.0.4.README - Bug Fixes * erts: Fixed a buffer overflow when binary_to_existing_atom/2 and list_to_existing_atom/2 was used with the latin1 encoding. * erts: The runtime system disconnected a connection if it received an exit/2 signal where the recipient was a process on an old incarnation of the current node. That is, the receiving node had the same node name, but another "creation" number. The signal will now just be dropped since the receiving process no longer exists. * kernel: user/user_drv could respond to io requests before they had been processed, which could cause data to be dropped if the emulator was halted soon after a call to io:format/2, such as in an escript. * ssl: Correct handshake handling, might cause strange symptoms such as ASN.1 certificate decoding issues. * ssl: Fix handling of the signature_algorithms_cert extension in the ClientHello handshake message. * ssl:Handle new ClientHello extensions when handshake is paused by the {handshake, hello} ssl option.- Version 22.0: - Potential Incompatibilities: * gen_* behaviours: If logging of the last N messages through sys:log/2,3 is active for the server, this log is included in the terminate report. * reltool: A new element, Opts, can now be included in a rel tuple in the reltool release specific configuration format: {rel, Name, Vsn, RelApps, Opts}. * All external pids/ports/refs created by erlang:list_to_pid and similar functions now compare equal to any other pid/port/ref with same number from that node. * The old legacy erl_interface library is deprecated as of OTP 22, and will be removed in OTP 23. This does not apply to the ei library. * VxWorks is deprecated as of OTP 22 and will be removed in OTP 23. - New Features: * Support for Erlang Distribution protocol to split the payload of large messages into several fragments. * ETS option write_concurrency now also effects and improves scalability of ordered_set tables. * The length/1 BIF used to calculate the length of the list in one go without yielding, even if the list was very long. Now it yields when called with long lists. * A new (still experimental) module socket is introduced. It is implemented as a NIF and the idea is that it shall be as "close as possible" to the OS level socket interface. * Added the NIF function enif_term_type, which helps avoid long sequences of enif_is_xyz by returning the type of the given term. This is especially helpful for NIFs that serialize terms, such as JSON encoders, where it can improve both performance and readability. * The compiler has been rewritten to internally use an intermediate representation based on Static Single Assignment (SSA). The new intermediate representation makes more optimizations possible. * All compiler options that can be given in the source file can now be given in the option list on the command line for erlc. * In OTP 22, HiPE (the native code compiler) is not fully functional. The reasons for this are new BEAM instructions for binary matching that the HiPE native code compiler does not support. If erlc is invoked with the +native option, and if any of the new binary matching instructions are used, the compiler will issue a warning and produce a BEAM file without native code. * Cover now uses the counters module instead of ets for updating counters. The new function cover:local_only/0 allows running Cover in a restricted but faster local-only mode. The increase in speed will vary depending on the type of code being cover-compiled, as an example the compiler test suite runs more than twice as fast with the new Cover. * A simple socket API is provided through the socket module. This is a low level API that does *not* replace gen_[tcp|udp|sctp]. It is intended to *eventually* replace the inet driver. It also provides a basic API that facilitates the implementation of other protocols than TCP, UDP and SCTP. Known issues are; No support for the Windows OS (currently), a small term leakage. This feature will be classed as experimental in OTP 22. * SSL: now uses the new logger API, including log levels and verbose debug logging. * SSL: Basic support for TLS 1.3 Server for experimental use. * crypto: The new hash_info/1 and cipher_info/1 functions returns maps with information about the hash or cipher in the argument. - The application otp_mibs has been removed from OTP.- Update to 21.3.8.1: - Changes for 21.3.8.1: * http://erlang.org/download/OTP-21.3.8.1.README * erts: Fixed a buffer overflow when binary_to_existing_atom/2 and list_to_existing_atom/2 was used with the latin1 encoding. * ssl: Correct solution for retaining tcp flow control OTP-15802 (ERL-934) as to not break ssl:recv as reported in (ERL-938) * tools: cover would fail to start if two processes tried to start it at the exact same time. - Update to 21.3.8: - Changes for 21.3.8: * http://erlang.org/download/OTP-21.3.8.README * common_test: The test result when a hook function fails is in general the same as if the function that the hook is associated with fails. For example, if post_init_per_testcase fails the result is that the test case is skipped, as is the case when init_per_testcase fails.This, however, was earlier not true for timetrap timeouts or other error situations where the process running the hook function was killed. This is now corrected, so the error handling should be the same no matter how the hook function fails. Related Id(s): ERIERL-334 * common_test: In some rare cases, when two common_test nodes used the same log directory, a timing problem could occur which caused common_test to crash because it's log cache file was unexpectedly empty. This is now corrected. Related Id(s): ERIERL-342 * common_test: Two new common_test hook functions are introduced: post_groups/2, which is called after Suite:groups/0 post_all/3, which is called after Suite:all/0 A new term, {testcase,TestCase,RepeatProperties} is now also allowed in the return from all/0. This can be used for repeating a single test case a specific number of times, or until it fails or succeeds once. * eldap, public_key, ssl: Back port of bug fix ERL-893 from OTP-22 and document enhancements that will solve dialyzer warnings for users of the ssl application. This change also affects public_key, eldap (and inet doc). Related Id(s): ERL-893, ERL-929, PR-2215 * erl_interface: erl_interface/ei refused to use node names with an alive name (the part of the node name preceding the @ sign) longer than 63 characters and a host name longer than 64 characters. The total amount of characters allowed in a node name (alivename@hostname) was thus limited to 128 characters. These limits applied both to the own node name as well as node names of other nodes. Ordinary Erlang nodes limit the node name length to 256 characters, which meant that you could not communicate with certain Erlang nodes due to their node name used. erl_interface/ei now allow the total amount of characters in a node name to be up to 256 characters. These characters may be distributed between alive name and host name in whatever way needed. That is, the maximum amount of characters in the alive name may be 254 and the maximum amount of characters in the host name may be 254, but in total the node name must not exceed 256 characters. * erts: Fixed more bugs in process_info(reductions) causing it to sometimes behave non-monotonic. That is, a subsequent call toward the same process could return a lower reduction value. Related Id(s): ERIERL-337, OTP-15709 * ssl: Missing check of size of user_data_buffer made internal socket behave as an active socket instead of active N. This could cause memory problems. * eldap, public_key, ssl: Back port of bug fix ERL-893 from OTP-22 and document enhancements that will solve dialyzer warnings for users of the ssl application. This change also affects public_key, eldap (and inet doc). * stdlib: A bug in gen_statem has been fixed where the internal timeout message could arrive as an info to the callback module during high load due to incorrect use of asynchronous timer cancel.- Update to 21.3.7: - Changes for 21.3.7: * http://erlang.org/download/OTP-21.3.7.README * ssh: When an SSH server receives the very first message on a new TCP connection, and that message is not the expected one, the 64 first bytes of the received message are now dumped in the INFO REPORT that reports the Protocol Error. This facilitates the debugging of who sends the bad message or of detecting a possible port scanning- Update to 21.3.6: - Changes for 21.3.6: * http://erlang.org/download/OTP-21.3.6.README * ssl: With the default BEAST Mitigation strategy for TLS 1.0 an empty TLS fragment could be sent after a one-byte fragment. This glitch has been fixed.- Update to 21.3.5: - Changes for 21.3.5: * http://erlang.org/download/OTP-21.3.5.README * diameter: Fix inadvertently broad monitor that resulted in gen_server cast messages to hidden nodes from module diameter_dist. * erts: Add missing documentation of new external tags NEW_PID, NEW_PORT and NEWER_REFERENCE introduced in OTP 19. These new tags are planned to be "activated" in OTP 23 when distribution capability flag DFLAG_BIG_CREATION becomes mandatory. Older nodes (>= 19) are able to decode these new tags and send them back to the new node. Nodes older than OTP 23 will however never encode their own local pids, ports and references using the new tags. * inets: Fix the internal handling of the option erl_script_timeout in httpd. If explicit erl_script_timeout value was supplied in seconds it was not correctly converted to millisecond units for internal usage. This change fixes the handling of erl_script_timeout in all possible configuration scenarios.- Update to 21.3.4: - Changes for 21.3.4: * http://erlang.org/download/OTP-21.3.4.README * crypto: Fixed build link error on Windows. Unresolved symbol 'bcmp'. * erl_interface: Fix handling of Makefile dependencies so that parallel make works properly. * erts: Fix erlang:open_port/2 with the fd option to correctly cleanup the pollset when the port is closed. Before this fix there would be error printouts sent to logger when the same fd was reused in a new port. * ssh: The callback ssh_channel:init/1 was missing in OTP-21 * ssh: If a client was connected to an server on an already open socket, the callback fun(PeerName,FingerPrint) in the accept_callback option passed the local name in the argument PeerName instead of the remote name. * common_test: OTP internal test improvements.- Update to 21.3.3: - Changes for 21.3.3: * http://erlang.org/download/OTP-21.3.3.README * erts: Fixed a bug in seq_trace:reset_trace/0 that could crash the emulator. * erts: Fixed bug in process_info(reductions) causing it to sometimes return invalid results. * kernel/stdlib: Fixed a performance regression when reading files opened with the compressed flag.- Update to 21.3.2: - Changes for 21.3.2: * http://erlang.org/download/OTP-21.3.2.README * erts: If a suspend/resume signal pair was sent to a process while it was executing dirty, the receiving process could later end up in a suspended state indefinitely. This bug was introduced in ERTS version 10.0 (OTP 21.0). * etrs: Fix a possible deadlock when terminating the ERTS caused by a dirty scheduler not releasing it's run-queue lock when terminating. * xmerl: Handling of character references in attributes are fixed. * xmerl: Normalization of whitespace characters in attributes are fixed so it works when character references are used.- Update to 21.3.1: - Changes for 21.3.1: * http://erlang.org/download/OTP-21.3.1.README * erl_interface: Fixed two bugs in the erl_call program. A missing initialization (introduced in erl_interface-3.11) which either caused a crash or failure to connect to or start a node, and an incorrectly calculated timeout which could cause failure to start an erlang node. These bugs only caused failures on some platforms. * ssl: The timeout for a passive receive was sometimes not cancelled and later caused a server crash. This bug has now been corrected. * ssl: Add tag for passive message (active N) in cb_info to retain transport transparency. - Update to 21.3: - Changes for 21.3: * http://erlang.org/download/OTP-21.3.README * Erlang/OTP 21.3 is the third service release for the 21st major release with improvements, as well as a few features * Highlights * Kernel: The standard logger handler, logger_std_h, now has a new internal feature for log rotation. For full information see the documentation. * SSL:The Reason part of the error return from the functions connect and handshake has a better and documented format. This is a potential incompatibility. See the documentation. Refactoring of state handling has improved the TLS application data throughput and reduced CPU overhead Code optimizations has reduced CPU load for encryption/decryption, especially for Erlang's distribution protocol over TLS Now supports active N * Erl_interface: Support for plugin of a user supplied socket implementation has been added. * OTP:The HTML reference documentation now shows the OTP version where modules and functions were first introduced. Versions of OTP older than R13B04 is not shown in the reference documentation * For a full list of details see: http://erlang.org/download/otp_src_21.3.readme - Update to 21.2.7: - Changes for 21.2.7: * http://erlang.org/download/OTP-21.2.7.README * erts, otp: Fixes of install/release phase in build system. - - The source tree was modified when installing/releasing and/or applying a patch. - - Some files were installed with wrong access rights. - - If applying a patch (using otp_patch_apply) as another user (except root) than the user that built the source, the documentation was not properly updated. * erts, kernel: Setting the recbuf size of an inet socket the buffer is also automatically increased. Fix a bug where the auto adjustment of inet buffer size would be triggered even if an explicit inet buffer size had already been set. * erts: Reading from UDP using active true or active N mode has been optimized when more packets than specified by read_packets are available on the socket. * erts, kernel: Setting the recbuf size of an inet socket the buffer is also automatically increased. Fix a bug where the auto adjustment of inet buffer size would be triggered even if an explicit inet buffer size had already been set.- Update to 21.2.6: - Changes for 21.2.6: * http://erlang.org/download/OTP-21.2.6.README * erts: When using the {linger,{true,T}} option; gen_tcp:listen/2 used the full linger time before returning for example eaddrinuse. This bug has now been corrected. * stdlib: Optimize pretty printing of terms. The slower behaviour was introduced in Erlang/OTP 20.- Drop unsupported openSUSE versions- Update to 21.2.5: - Changes for 21.2.5: * http://erlang.org/download/OTP-21.2.5.README * inets: Fixed bug that causes a crash in http client when using hostnames (e.g. localhost) with the the option ipv6_host_with_brackets set to true. This change also fixes a regression: httpc:request fails with connection error (nxdomain) if option ipv6_host_with_brackets set to true and host component of the URI is an IPv6 address.- update to 21.2.4: - Changes for 21.2.4: * http://erlang.org/download/OTP-21.2.4.README * erts: Fix bug where doing a gen_tcp:send on a socket with delay_send set to true could cause a segfault if the other side closes the connection. Bug was introduced in erts-10.2 (OTP-21.2). * erts: Fix a race condition when a port program closes that could result in the next started port to hang during startup. Bug was introduced in erts-10.0 (OTP-21.0). * erts: Fix a bug where polling for external events could be delayed for a very long time if all active schedulers were 100% loaded. Bug was introduced in erts-10.2 (OTP-21.2). * inets: Make sure ipv6 addresses with brackets in URIs are converted correctly before passing to lower level functions like gen_tcp and ssl functions. Could cause connection to fail. - update to 21.2.3: - Changes for 21.2.3: * http://erlang.org/download/OTP-21.2.3.README * compiler: An optimization that avoided allocation of a stack frame for some case expressions was introduced in OTP 21. (ERL-504/OTP-14808) It turns out that in rare circumstances, this optimization is not safe. Therefore, this optimization has been disabled. * erts: Fixed a crash when dangling files were closed after init:restart/0. * erts: A bug that could cause dirty schedulers to become unresponsive has been fixed. * ssl: Fix encoding of the SRP extension length field in ssl. The old encoding of the SRP extension length could cause interoperability problems with third party SSL implementations when SRP was used. * ssl: Guarantee active once data delivery, handling TCP stream properly. Correct gen_statem returns for some error cases * xmerl: The charset detection parsing crash in some cases when the XML directive is not syntactic correct.- update to 21.2.2: - Changes for 21.2.2: * http://erlang.org/download/OTP-21.2.2.README * ssh: Fixed port leakage if a ssh:daemon call failed. - update to 21.2.1: - Changes for 21.2.1: * http://erlang.org/download/OTP-21.2.1.README * erts: Fixed bug on big endian architectures when changing file permissions or ownership with file:change_mode, change_owner, change_group or write_file_info. Bug exists since OTP-21.0. * erts: Fixed bug in operator band of two negative operands causing erroneous result if the absolute value of one of the operands have the lowest N*W bits as zero and the other absolute value is not larger than N*W bits. N is an integer of 1 or larger and W is 32 or 64 depending on word size. * ssl: Fixed renegotiation bug. Client did not handle server initiated renegotiation correctly after rewrite to two connection processes, due to ERL-622 commit d87ac1c55188f5ba5cdf72384125d94d42118c18. This could manifest it self as a " bad_record_mac" alert. Also included are some optimizations - update to 21.2: - Changes for 21.2: * http://erlang.org/download/OTP-21.2.README * HIGHLIGHTS * erts, sasl: New counters and atomics modules supplies access to highly efficient operations on mutable fixed word sized variables. * erts: There is a new module persistent_term that implements a term storage suitable for terms that are frequently used but never or infrequently updated. Lookups are done in constant time without copying the terms. * ssh: Requires OpenSSL 1.1.1 or higher as cryptolib under the OTP application crypto. * ssl: *** POTENTIAL INCOMPATIBILITY *** ssl now uses active n internally to boost performance. Old active once behavior can be restored by setting application variable see manual page for ssl application (man 6). * erts: Add a new pollset that is made to handle sockets that use {active, true} or {active, N}. The new pollset will not be polled by a pollthread, but instead polled by a normal scheduler. This change was made because of the overhead associated with constantly having to re-apply the ONESHOT mechanism on fds that all input events were interesting. The new pollset is only active on platforms that support concurrent kernel poll updates, i.e. Linux and BSD. * POTENTIAL INCOMPATIBILITIES: kernel: A new function, logger:update_handler_config/3 is added, and the handler callback changing_config now has a new argument, SetOrUpdate, which indicates if the configuration change comes from set_handler_config/2,3 or update_handler_config/2,3. This allows the handler to consistently merge the new configuration with the old (if the change comes from update_handler_config/2,3) or with the default (if the change comes from set_handler_config/2,3). The built-in handlers logger_std_h and logger_disk_log_h are updated accordingly. A bug which could cause inconsistency between the handlers' internal state and the stored configuration is also corrected. * ssl: ssl now uses active n internally to boost performance. Old active once behavior can be restored by setting application variable see manual page for ssl application (man 6). * full relase notes here: http://erlang.org/download/OTP-21.2.README- Drop crypto.patch: isn't required anymore Reported by Gabriele Santomaggio- update to 21.1.4: - Changes for 21.1.4: * http://erlang.org/download/OTP-21.1.4.README * kernel: Fix bug causing net_kernel process crash on connection attempt from node with name identical to local node. - update to 21.1.3: - Changes for 21.1.3: * http://erlang.org/download/OTP-21.1.3.README * erts: Added an optional ./configure flag to compile the emulator with spectre mitigation: - -with-spectre-mitigation Note that this requires a recent version of GCC with support for spectre mitigation and the - -mindirect-branch=thunk flag, such as 8.1.- Pack /etc/init.d/epmd only for systemd-less cases (boo#1116009)- update to 21.1.2: - Changes for 21.1.2: * http://erlang.org/download/OTP-21.1.2.README * compiler: Fixed a bug where incorrect code was generated following a binary match guard. * erts: Fixed a rare bug where files could be closed on a normal instead of an IO scheduler, resulting in system instability if the operation blocked. * public_key: Add DSA SHA2 oids in public_keys ASN1-spec and public_key:pkix_sign_types/1- Fix instructions for changing address for epmd.socket service. The ListenStream option needs to be completely overriden otherwise the socket will be started with multiple ListenStream options and it will fail.- update to 21.1.1: - Changes for 21.1.1: - http://erlang.org/download/OTP-21.1.1.README * erts: Fixed a memory leak on errors when reading files. * ssl: From ssl-9.0.2. CLOSE ALERTS could under some circumstances be encoded using an incorrect cipher state. This would cause the peer to regard them as unknown messages. * ssl: Correct handling of socket packet option with new TLS sender process, from ssl-9.0.2. When changing the socket option {packet, 1|2|3|4} with ssl:setopts/2 the option must internally be propagated to the sender process as well as the reader process as this particular option also affects the data to be sent. * eldap: A race condition at close could cause the eldap client to exit with a badarg message as cause. - Changes for 21.1: - http://erlang.org/download/OTP-21.1.README * ssh: The key exchange methods 'curve25519-sha256@libssh.org', 'curve25519-sha256' and 'curve448-sha512' are implemented. The last two are defined in https://tools.ietf.org/html/draft-ietf-curdle-ssh-curves They all depends on that OpenSSL 1.1.1 or higher is used as cryptolib. * crypto: The typing in the CRYPTO and PUBLIC_KEY applications are reworked and a few mistakes are corrected. The documentation is now generated from the typing and some clarifications are made. A new chapter on Algorithm Details such as key sizes and availability is added to the CRYPTO User's Guide. * erts: The socket options recvtos, recvttl, recvtclass and pktoptions have been implemented in the socket modules. See the documentation for the gen_tcp, gen_udp and inet modules. Note that support for these in the runtime system is platform dependent. Especially for pktoptions which is very Linux specific and obsoleted by the RFCs that defined it. * ssh: The cipher 'chacha20-poly1305@openssh.com' is now supported if OpenSSL 1.1.1 or higher is used as cryptolib. - Changes for 21.0.9: - http://erlang.org/download/OTP-21.0.9.README * compiler: Fix a regression in OTP-15204 that removed .beam file metadata that some external build tools relied on. * erts: As of ERTS version 10.0 (OTP 21.0) the erl_child_setup program, which creates port programs, ignores TERM signals. This setting was unintentionally inherited by port programs. Handling of TERM signals in port programs has now been restored to the default behavior. That is, terminate the process. * erts: The fix made for OTP-15279 in erts-10.07 (OTP-21.0.8) was not complete. It could cause a new connection attempt to be incorrectly aborted in certain cases. This fix will amend that flaw. - Changes for 21.0.8: - http://erlang.org/download/OTP-21.0.8. * erts: A process could get stuck in an infinite rescheduling loop between normal and dirty schedulers. This bug was introduced in ERTS version 10.0. * erts: Garbage collection of a distribution entry could cause an emulator crash if net_kernel had not brought previous connection attempts on it down properly. * kernel: Fixed bug in net_kernel that could cause an emulator crash if certain connection attempts failed. Bug exists since kernel-6.0 (OTP-21.0). - Changes for 21.0.7: - http://erlang.org/download/OTP-21.0.7. * erts: A race between termination of a process and resume of the same process via erlang:resume_process/1 could cause the VM to crash. This bug was introduced in erts version 10.0 (OTP 21.0). * erts: When tracing on running, in trace events could be lost when a process was rescheduled between a dirty and a normal scheduler. - Changes for 21.0.6: - http://erlang.org/download/OTP-21.0.6.README * crypto: Update the crypto engine functions to handle multiple loads of an engine. * inets: Change status code for no mod found to handle request to 501 * ssl: Correct cipher suite handling for ECDHE_*, the incorrect handling could cause an incorrrect suite to be selected and most likly fail the handshake. - Changes for 21.0.5: - http://erlang.org/download/OTP-21.0.5.README * POTENTIAL INCOMPATIBILITIES erts: Fixed a bug causing some Erlang references to be inconsistently ordered. This could for example cause failure to look up certain elements with references as keys in search data structures. This bug was introduced in R13B02. * compiler: Fixed an issue where files compiled with the +deterministic option differed if they were compiled in a different directory but were otherwise identical. * crypto: Fixed a node crash in crypto:compute_key(ecdh, ...) when passing a wrongly typed Others argument. * erts: Fixed a bug which caused an emulator crash when enif_send() was called by a NIF that executed on a dirty scheduler. The bug was either triggered when the NIF called enif_send() without a message environment, or when the process executing the NIF was send traced. - Changes for 21.0.4: - http://erlang.org/download/OTP-21.0.4.README * erts: Fixed a crash when matching directly against a literal map using a single key that had been saved on the stack. * erts: Fix node crash when passing a bad time option to file:read_file_info/2. - Changes for 21.0.3: - http://erlang.org/download/OTP-21.0.3.README * otp: Build support for the erlang/corba repository. * erts: Fixed a scheduler bug that caused normal schedulers to run dirty code. * erts: Fixed a bug in erlang:trace_info/2 which caused the emulator to crash when a bad argument was passed. The bug was introduced in ERTS version 10.0. - Changes for 21.0.2: - http://erlang.org/download/OTP-21.0.2.README * compiler: In rare cases involving matching of binary literal strings, the compiler could optimize away code that should be executed. * compiler:There could be an internal consistency check failure when compiling code that called map_get(Key, Map) and then updated the same map. * compiler: In rare circumstances, the compiler could crash in beam_jump when compiling a floating point operation. * erts: Fixed a rare bug that could cause processes to be scheduled after they had been freed * erts: Fixed a race condition in the inet driver that could cause receive to hang when the emulator was compiled with gcc 8. * public_key: Fix some of the keylengths in the newly generated moduli file in public_key are not universally supported. This could cause the SSH key exchange diffie-hellman-group-exchange-sha* to fail. Those keylengths are now removed. * stdlib: Fix a bug that could cause a crash when formatting a list of non-characters using the control sequences p or P and limiting the output with the option chars_limit. - Changes for 21.0.1: - http://erlang.org/download/OTP-21.0.1. * compiler:The compiler could crash when compiling a complicated function that used the binary syntax. - Changes for 21.0: - http://erlang.org/download/otp_src_21.0.readme * Erlang/OTP 21 is a new major release with new features, improvements as well as incompatibilities. * Potential Incompatibilities: - All Corba applications are now moved from the OTP repository - A new Corba repository will be created https://github.com/erlang - New applications ftp and tftp, moved from inets - ssl no longer supports 3_DES cipher suites or RSA-key exchange cipher suites by default - Erlang:monitor on a primitive node (erl_interface, jinterface, etc) will no longer fail with badarg exception. Instead a monitor will be created, but it will only supervise the connection to the node. * Highlights: * Erts: - Enhanced IO scalability - Support for usage of distribution controller processes for alternative transports, routing etc - compact instructions on 64bit systems for code below 4GB 20% less memory for loaded code - Rewrite of the efile-driver with NIFs and "Dirty schedulers" resulting in faster file operations non-smp VM removed - link and monitor optimized for scalability- update to 20.3.8.9: - Changes for 20.3.8.9: - http://erlang.org/download/OTP-20.3.8.9.README * Fix a regression in OTP-15204 that removed .beam file metadata - Changes for 20.3.8.8: - http://erlang.org/download/OTP-20.3.8.8.README * inets: Do not use chunked-encoding with 1xx, 204 and 304 responses when using mod_esi * inets: Add robust handling of chunked-encoded HTTP responses with an empty body (1xx, 204, 304) - Changes for 20.3.8.7: - http://erlang.org/download/OTP-20.3.8.7.README * crypto: Update the crypto engine functions to handle multiple loads of an engine * mnesia: Fixed a bug where the bag table index data was not deleted when objects were deleted.- Update to 20.3.8.6: * inets: Change status code for no mod found to handle request to 501- Update to 20.3.8.5. - Changes for 20.3.8.5: * erts: Fixed a bug causing some Erlang references to be inconsistently ordered. This could for example cause failure to look up certain elements with references as keys in search data structures. This bug was introduced in R13B02. Thanks to Simon Cornish for finding the bug and supplying a fix. * compiler: Fixed an issue where files compiled with the +deterministic option differed if they were compiled in a different directory but were otherwise identical. * crypto: Fixed a node crash in crypto:compute_key(ecdh, ...) when passing a wrongly typed Others argument. * erts: Fixed a bug which caused an emulator crash when enif_send() was called by a NIF that executed on a dirty scheduler. The bug was either triggered when the NIF called enif_send() without a message environment, or when the process executing the NIF was send traced. * erts: Fixed a bug causing some Erlang references to be inconsistently ordered. This could for example cause failure to look up certain elements with references as keys in search data structures. This bug was introduced in R13B02. Thanks to Simon Cornish for finding the bug and supplying a fix. * mnesia: When master node is set do not force a load from ram_copies replica when there are no available disc_copies, since that would load an empty table. Wait until a disk replica is available or until user explicitly force_loads the table. * mnesia: Allow to add replicas even if all other replicas are down when the other replicase are not stored on disk. * ssl: Correct handling of empty server SNI extension * ssl: Correct cipher suite handling for ECDHE_*, the incorrect handling could cause an incorrrect suite to be selected and most likly fail the handshake. - Changes for 20.3.8.4: * asn1: A bug in ASN.1 BER decoding has been fixed. When decoding a recursively enclosed term the length was not propagated to that term decoding, so if the length of the enclosed term was longer than the enclosing that error was not dectected. A hard coded C stack limitation for decoding recursive ASN.1 terms has been introduced. This is currently set to 8 kWords giving a nesting depth of about 1000 levels. Deeper terms can not be decoded, which should not be much of a real world limitation. - Changes for 20.3.8.3: * erts: Fixed a race condition in the inet driver that could cause receive to hang when the emulator was compiled with gcc8. * erts: Fix bug in generation of erl_crash.dump, which could cause VM to crash. Bug exist since erts-9.2 (OTP-20.2). * ic: Fixed potential buffer overflow bugs in oe_ei_encode_long/ulong/longlong/ulonglong functions on 64-bit architectures. These functions expect 32 bit integers as the IDL type "long" is defined as 32 bits. But there is nothing preventing user code from "breaking" the interface and pass larger values on 64-bit architectures where the C type "long" is 64 bits. * inets: Enhance error handling, that is mod_get will return 403 if a path is a directory and not a file. * kernel: Non semantic change in dist_util.erl to silence dialyzer warning. * ssl: Improve cipher suite handling correcting ECC and TLS-1.2 requierments. Backport of solution for ERL-641 * ssl: Option keyfile defaults to certfile and should be trumped with key. This failed for engine keys. - Changes for 20.3.8.2: * erl_interface: Make ei_connect and friends also accept state ok_simultaneous during handshake, which means the other node has initiated a connection setup that will be cancelled in favor of this connection. * erts: Fixed a rare bug that could cause processes to be scheduled after they had been freed. * ic: Fixed bug in ic causing potential buffer overrun in funtion oe_ei_encode_atom. Bug exists since ic-4.4.4 (OTP-20.3.4). * kernel: Fix some potential buggy behavior in how ticks are sent on inter node distribution connections. Tick is now sent to c-node even if there are unsent buffered data, as c-nodes need ticks in order to send reply ticks. The amount of sent data was also calculated wrongly when ticks were suppressed due to unsent buffered data. - Changes for 20.3.8.1: * inets: Options added for setting low-level properties on the underlying TCP connections. The options are: sock_ctrl, sock_data_act and sock_data_pass. See the manual for details. * ssh: SFTP clients reported the error reason "" if a non-OTP sftp server was killed during a long file transmission. Now the signal name (for example "KILL") will be the error reason if the server's reason is empty. The documentation also lacked type information about this class of errors. * ssh: Fix ssh_sftp decode error for sftp protocol version 4 * syntax_tools: Fix a bug regarding reverting map types. - Changes for 20.3.8: * erts: Fixed bug in ets that could cause VM crash if process A terminates after fixating a table and process B deletes the table at "the same time". The table fixation could be done with ets:safe_fixtable or if process A terminates in the middle of a long running select or match call. * snmp: The Snmp MIB compiler now allows using a TEXTUAL-CONVENTION type before defining it. - Changes for 20.3.7: * erl_docgen: Update makefile so db_funcs.xsl is a part of the installed application. * erts: Fixed bug in enif_binary_to_term which could cause memory corruption for immediate terms (atoms, small integers, pids, ports, empty lists). * erts: Fixed bug in erlang:system_profile/2 that could cause superfluous {profile,_,active,_,_} messages for terminating processes. * inets: The option max_headers operated on the individual header length instead of the total length of all headers. Also headers with empty keys are now discarded. - Changes for 20.3.6: * crypto: If OPENSSL_NO_EC was set, the compilation of the crypto nifs failed. * crypto: C-compile errors for LibreSSL 2.7.0 - 2.7.2 fixed * ssh: Host key hash erroneously calculated for clients following draft-00 of RFC 4419, for example PuTTY * ssh: Renegotiation could fail in some states - Changes for 20.3.5: * erts: Fixed a crash in heart:get_cmd/0 when the stored command was too long. * ssl: Proper handling of clients that choose to send an empty answer to a certificate request. - Changes for 20.3.4: * erl_interface: Fix bug in ei_connect functions that may cause failure due to insufficient buffer space for gethostbyname_r. * erl_interface, ic: Optimize encoding/decoding for pure 7-bit ascii atoms. * inets: Fix broken options handling in httpc (ERL-441). * ssh: An ssh_sftp server (running version 6) could fail if it is told to remove a file which in fact is a directory. * ssh: Fix rare spurios shutdowns of ssh servers when receiveing {'EXIT',_,normal} messages. - Changes for 20.3.3: * sasl: When upgrading with instruction 'restart_new_emulator', the generated temporary boot file used 'kernelProcess' statements from the old release instead of the new release. This is now corrected.- Update to 20.3.2 * ssl: Added new API functions to facilitate cipher suite handling * erts, observer: More crash dump info such as: process binary virtual heap stats, full info for process causing out-of-mem during GC, more port related info, and dirty scheduler info. * inets: Add support for unix domain sockets in the http client.- Update to 20.2.2. - Changes for 20.2.2: * mnesia: Removed a quadratic behavior in startup. This change implies that backend plugins (if used) must be set when the schema is created or via configuration parameters before mnesia is started. * mnesia: Bad timing could crash mnesia after a checkpoint was deactivated and reactivated with the same checkpoint name on different tables. - Changes for 20.2.1: * ssh: Fix problem with OpenSSH 7.2 (and later) clients that has used sha1 instead of sha2 for rsa-sha-256/512 user's public keys. - Highlighted changes for 20.2: * crypto, ssl: The crypto API is extended to use private/public keys stored in an Engine for sign/verify or encrypt/decrypt operations. The ssl application provides an API to use this new engine concept in TLS. * ssh: SSH can now fetch the host key from the private keys stored in an Engine. See the crypto application for details about Engines. * ssl: A new command line option -ssl_dist_optfile has been added to facilitate specifying the many options needed when using SSL as the distribution protocol. * stdlib: Improve performance of the new string functionality when handling ASCII characters.- Update to 20.1.5: * erts: Fixed a regression in zlib:gunzip/1 that prevented it from working when the decompressed size was a perfect multiple of 16384. This regression was introduced in 20.1.1 * erts: Fixed a memory corruption bug in enif_inspect_iovec; writable binaries stayed writable after entering the iovec. * erts: Fixed a crash in enif_inspect_iovec on encountering empty binaries. * erts: zlib:deflateParams/3 will no longer return buf_error when called after zlib:deflate/2 with zlib 1.2.11. * inets: Correct the handling of location headers so that the status code is not hard coded. This should have been fixed by commit 2cc5ba70cbbc6b3ace81a2a0324417c3b65265bb but unfortunately was broken during a code refactoring and unnoticed due to a faulty placed test case. - Update to 20.1.4: * inets: Fix broken handling of POST requests * inets: Make sure ints:stop/2 of the service httpd is synchronous * inets: Honor status code returned by ESI script and modernize "location" header handling. - Update to 20.1.3: * diameter: A fault introduced in diameter 2.1 could cause decode errors to be ignored in AVPs following the header of aGrouped AVP. * erts: Added zlib:set_controlling_process/2 to move a zstream() between processes. * erts: Fix so that schedulers are bound correctly when the first available cpu is not the first detected cpu. e.g. when using "taskset -c X..Y" when X is not equal to 0. * snmp: The recbuf configuration option was not propagated correctly to the socket for the SNMP Manager.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Update to 21.1.2: * diameter: An inadvertently removed monitor in diameter 2.1 caused the ets table diameter_reg to leak entries, and caused service restart and more to fail. * erts: Fixed bug that could cause a VM crash when a corrupt message is received on distribution channel from other node. - Update to 20.1.1: * compiler: The compiler could issue an incorrect internal consistency failure diagnostic for some complicated bit syntax maches. * erts: The new zlib module returned a data_error when inflating concatenated streams, which was incompatible with the old module's behavior of returning the uncompressed data up to the end of the first stream. * erts: zlib:gunzip/1 will no longer stop at the end of the first stream when decompressing concatenated gzip files. * ssh: Fixed broken printout * ssh: Disable aes_gcm ciphers if peer is OpenSSH 6.2 which is known to have trouble with them in some cases. - Update to 20.1: * crypto, public_key: Extend crypto and public_key functions sign and verify with: support for RSASSA-PS padding for signatures and for saltlength setting X9.31 RSA padding. sha, sha224, sha256, sha384, and sha512 for dss signatures as mentioned in NIST SP 800-57 Part 1. ripemd160 to be used for rsa signatures. A new tuple in crypto:supports/0 reports supported MAC algorithms. * diameter: Add service option decode_format to allow incoming messages to be decoded into maps instead of records. Decode performance has been improved. Add service/transport option avp_dictionaries to give better support for dictionaries only defining AVPs. * erts: Upgraded the ERTS internal PCRE library from version 8.40 to version 8.41. * erts, kernel, tools: Profiling with lock counting can now be fully toggled at runtime in the lock counting emulator (-emu_type lcnt). Everything is enabled by default to match the old behavior, but specific categories can be toggled at will with minimal runtime overhead when disabled. Refer to the documentation on lcnt:rt_mask/1 for details. * lcnt:collect and lcnt:clear will no longer block all other threads in the runtime system. This makes it possible to run the lock counting under heavier load. * erts: The zlib module has been refactored and all its operations will now yield appropriately, allowing them to be used freely in concurrent applications. * erts, tools: Add erlang:iolist_to_iovec/1, which converts an iolist() to an erlang:iovec(), which is suitable for use with enif_inspect_iovec(). * erts: Add new nif API functions for managing an I/O Queue. The added functions are: enif_ioq_create(), enif_ioq_destroy(), enif_ioq_enq_binary(), enif_ioq_enqv(), enif_ioq_deq(), enif_ioq_peek(), enif_inspect_iovec(), enif_free_iovec() * observer/crashdump_viewer: Reading of crash dumps with many binaries is optimized. A progress bar is shown when the detail view for a process is opened. The cdv script now sets ERL_CRASH_DUMP_SECONDS=0 to avoid generating a new crash dump from the node running the Crashdump Viewer. * observer: Add system statistics and limits to frontpage in observer. * public_key, ssl**: Improved error propagation and reports * ssh: A new option modify_algorithms is implemented. It enables specifying changes on the default algorithms list. See the reference manual and the SSH User's Guide chapter "Configuring algorithms in SSH". * tools/xref: The predefined Xref analysis locals_not_used now understands the -on_load() attribute and does not report unused functions. * tools/fprof: When sampling multiple processes and analyzing with totals set to true, the output now sums together all caller and callee entries which concerns the same function. Previous behaviour was to report each contributing entry separately.- Only Java 1.6 is supported by Erlang since 18.0 release- Update to 20.0.5: * erts: Fixed bug in binary_to_term and binary_to_atom that could cause VM crash. Typically happens when the last character of an UTF8 string is in the range 128 to 255, but truncated to only one byte. Bug exists in binary_to_term since ERTS version 5.10.2 (OTP_R16B01) and binary_to_atom since ERTS version 9.0 (OTP-20.0). * inets: http_uri aligned to follow RFC 3986 and not convert "+" to space when decoding URIs. * inets: Added new option max_client_body_chunk to httpd server to allow chunked delivery of PUT and POST data to mod_esi callback. Note, new mod_esi callback implementation is required. Also correct value provided by server_name environment variable.- Update to 20.0.4: * dializer: Fix a bug where merging PLT:s could lose info. The bug was introduced in Erlang/OTP 20.0. * erts: A timer internal bit-field used for storing scheduler id was too small. As a result, VM internal timer data structures could become inconsistent when using 1024 schedulers on the system. Note that systems with less than 1024 schedulers are not effected by this bug. This bug was introduced in ERTS version 7.0 (OTP 18.0). * erts: Automatic cleanup of a BIF timer, when the owner process terminated, could race with the timeout of the timer. This could cause the VM internal data structures to become inconsistent which very likely caused a VM crash. This bug was introduced in ERTS version 9.0 (OTP 20.0). - Update to 20.0.3: * asn1: Default values now work in extension for PER, so if you give the atom asn1_DEFAULT instead of a value it will become the default value. * compiler: Fail labels on guard BIFs weren't taken into account during an optimization pass, and a bug in the validation pass sometimes prevented this from being noticed when a fault occurred. * erts: Binary append operations did not check for overflow, resulting in nonsensical results when huge binaries were appended. * ssh: All unknown options are sent to the transport handler regardless of type.- Update to 20.0.2: * asn: Fixed compilation error of generated code caused by a missing quotation of function names as part of an external call for encoding. * erts: Added missing release notes for OTP-14491 ("performance bug in pre-allocators") which was included in erts-9.0.1 (OTP-20.0.1). * erts: Fixed a bug that prevented TCP sockets from being closed properly on send timeouts. * erts: Fixed bug in operator bxor causing erroneuos result when one operand is a big *negative* integer with the lowest N*W bits as zero and the other operand not larger than N*W bits. N is an integer of 1 or larger and W is 32 or 64 depending on word size. * kernel: The documentation for the 'quiet' option in disk_log:open/1 had an incorrect default value.- erlang-gs application has been depricated- Update to 20.0.1: * erts: Fixed a bug in gen_tcp:send where it never returned when repeatedly called on a remotely closed TCP socket. * erts: Fixed segfault that could happen during cleanup of aborted erlang:port_command/3 calls. A port_command is aborted if the port is closed at the same time as the port_command was issued. This bug was introduced in erts-8.0. * erts: Fixed implementation of statistics(wall_clock) and statistics(runtime) so that values do not unnecessarily wrap due to the emulator. Note that the values returned by statistics(runtime) may still wrap due to limitations in the underlying functionality provided by the operating system. * erts: Fix performance bug in pre-allocators that could cause them to permanently fall back on normal more expensive memory allocation. Pre-allocators are used for quick allocation of short lived meta data used by messages and other scheduled tasks. Bug exists since OTP_R15B02. * runtime_tools: A faulty encoding comment was added when saving trace patterns to file. This is now corrected. * stdlib: A bug in proc_lib:format() introduced in Erlang/OTP 20.0 is corrected. * stdlib: Fix string:len/1 to be compatible with previous versions. * stdlib: In OTP-20.0, the behavior of c, make, and ct_make was changed so that in some cases the beam files by default would be written to the directory where the source files were found. This is now changed back to the old behavior so beam files are by default written to current directory. - Update to 20.0.0: * Potential Incompatibilities * ERTS: * The non SMP Erlang VM is deprecated and not built by default * Remove deprecated erlang:hash/2 * erlang:statistics/1 with scheduler_wall_time now also includes info about dirty CPU schedulers. * The new purge strategy introduced in OTP 19.1 is mandatory and slightly incompatible for processes holding funs * see erlang:check_process_code/3. * The NIF library reload is not supported anymore. * Atoms can now contain arbitrary unicode characters which means that the DFLAG_UTF8_ATOMS capability in the distribution protocol must be supported if an OTP 20 node should accept the connection with another node or library. Third party libraries which uses the distribution protocol need to be updated with this. * Asn1: Deprecated module and functions removed (asn1rt, asn1ct:encode/3 and decode/3) * Ssh: client only option in a call to start a daemon will now fail * Highlights * Erts: * Dirty schedulers enabled and supported on VM with SMP support. * support for “dirty” BIFs and “dirty” GC. * erlang:garbage_collect/2 for control of minor or major GC * Erlang literals are no longer copied when sending messages. * Improved performance for large ETS tables, >256 entries (except ordered_set) * erlang:system_info/1 atom_count and atom_limit * Reduced memory pressure by converting sub-binaries to heap-binaries during GC * enif_select, map an external event to message * Improvements of timers internally in the VM resulting in reduced memory consumption and more efficient administration for timers * Compiler: * Code generation for complicated guards is improved. * Warnings for repeated identical map keys. #{'a'=>1, 'b'=>2, 'a'=>3} will warn for the repeated key a. * By default there is now a warning when export_all is used. Can be disabled * Pattern matching for maps is optimized * New option deterministic to omit path to source + options info the BEAM file. * Atoms may now contain arbitrary unicode characters. * compile:file/2 has an option to include extra chunks in the BEAM file. * Misc other applications: * Significantly updated string module with unicode support and many new functions * crypto now supports OpenSSL 1.1 * Unnamed ets tables optimized * gen_fsm is deprecated and replaced by gen_statem * A new event manager to handle a subset of OS signals in Erlang * Optimized sets add_element, del_element and union * Added rand:jump/0-1 * When a gen_server crashes, the stacktrace for the client will be printed to facilitate debugging. * take/2 has been added to dict, orddict, and gb_trees. * take_any/2 has been added to gb_trees * erl_tar support for long path names and new file formats * asn1: the new maps option changes the representation of SEQUENCE to be maps instead of records * A TLS client will by default call public_key:pkix_verify_hostname/2 to verify the hostname * ssl: DTLS documented in the API, experimental * ssh: improving security, removing and adding algorithms * New math:fmod/2- Disable global PIE for erlang, code is currently not fully ready.- Update to 19.3.2: * erts: The +Bi command line argument of erl erroneously caused SIGTERM to be ignored by the VM as well as of all its child processes. This bug was introduced in erts version 8.3.- Update to 19.3.1: * crypto: Fix a bug with AES CFB 128 for 192 and 256 bit keys. Thanks to kellymclaughlin ! * erts: Trying to open a directory with file:read_file/1 on Unix leaked a file descriptor. This bug has now been fixed. * erts: Invoking init:stop/0 via the SIGTERM signal, in a non-SMP BEAM, could cause BEAM to terminate with fatal error. This has now been fixed and the BEAM will terminate normally when SIGTERM is received. * inets: Fixed a bug in ftp that made further operations after a recv_chunk operation impossible. * ssh: ssh:daemon_info/1 crashed if the listening IP was not 'any' * ssl: Correct active once emulation, for TLS. Now all data received by the connection process will be delivered through active once, even when the active once arrives after that the gen_tcp socket is closed by the peer.- Changes since 19.2: * crypto, ssh: The implementation of the key exchange algorithms diffie-hellman-group-exchange-sha* are optimized, up to a factor of 11 for the slowest ( = biggest and safest) group size. * dialyzer: The peak memory consumption is reduced. Analyzing modules with binary construction with huge strings is now much faster. * erts: A received SIGTERM signal to beam will generate a 'stop' message to the init process and terminate the Erlang VM nicely. This is equivalent to calling init:stop/0. * kernel: The functions in the file module that take a list of paths (e.g. file:path_consult/2) will now continue to search in the path if the path contains something that is not a directory. * kernel: Two OTP processes that are known to receive many messages are rex (used by rpc) and error_logger. Those processes will now store unprocessed messages outside the process heap, which will potentially decrease the cost of garbage collections. * public_key: New function pkix_verify_hostname/2,3 implements certificate hostname checking. See the manual and RFC 6125.- * public_key, ssh: The ssh host key fingerprint generation now also takes a list of algorithms and returns a list of corresponding fingerprints. See public_key:ssh_hostkey_fingerprint/2 and the option silently_accept_hosts in ssh:connect. * ssl: Move PEM cache to a dedicated process, to avoid making the SSL manager process a bottleneck. This improves scalability of TLS connections. * stdlib: filename:safe_relative_path/1 to sanitize a relative path has been added.- Add missed scripts requires for erlang-epmd package- Update to 19.2.2: * mnesia: Fixed crash in checkpoint handling when table was deleted during backup.- Update to 19.2: * stdlib: The new behaviour gen_statem has been improved with 3 new features: the possibility to use old style non-proxy timeouts for gen_statem:call/2,3, state entry code, and state timeouts. These are backwards compatible. Minor code and documentation improvements has been performed including a borderline semantics correction of timeout zero handling. * ssl: Experimental version of DTLS. It is runnable but not complete and cannot be considered reliable for production usage. To use DTLS add the option {protocol, dtls} to ssl:connect and ssl:listen. * ssh: Extended the option silently_accept_hosts for ssh:connect to make it possible for the client to check the SSH host key fingerprint string. Se the reference manual for SSH. * ~40 contributions since the previous service release OTP 19.1- Update to 19.1: * erts: Improved dirty scheduler support. A purge of a module will not have to wait for completion of all ongoing dirty NIF calls * erts: Improved accuracy of timeouts on MacOS X * kernel: Add net_kernel:setopts/2 and net_kernel:getopts/2 to control options for distribution sockets in runtime * asn1: Compiling multiple ASN.1 modules in the same directory with parallel make (make -j) should now be safe * httpd: support for PUT and DELETE in mod_esi * ~30 contributions since 19.0- Update to 19.0.4: * erts: Fixed a race that could cause a lost wakeup of a process that timed out in a receive ... after. This bug was introduced in ERTS version 7.0. * erts: Fixed segfault after writing an erl crash dump.- Update to 19.0: * compiler, stdlib: New preprocessor macros *?FUNCTION_NAME, ?FUNCTION_ARITY*. New preprocessor directives -error(Term) and - warning(Term) to cause a compilation error or warning, respectively. * gen_statem: a new state machine behavior * mnesia_ext: plugin of external storage solutions to mnesia * crypto: uses EVP interface in OpenSSL resulting in generally better performance and support for HW acceleration * ssh: performance improvements, uses the new gen_statem behavior * ssl: enhanced error log messages * dialyzer: the support for maps is very much extended both the type specification syntax and the type analysis. * erts: erlang:open_port(spawn, ...) 3-5 times faster * erts/kernel: Experimental support for Unix Domain Sockets * ose: Deprecated application has been removed * webtool: Deprecated application has been removed * test_server: Deprecated application has been removed, use common_test instead- Do not suppress errors from useradd/groupadd - Orthographic/typographical fixes- Update to 18.3.4: * inets: Handle multiple \t in mime types file * ssl: Correct ssl:prf/5 to use the negotiated cipher suite's prf function in ssl:prf/5 instead of the default prf. * ssl: Timeouts may have the value 0, guards have been corrected to allow this * ssl: Change of internal handling of hash sign pairs as the used one enforced to much restrictions making some valid combinations unavailable. * ssl: Create a little randomness in sending of session invalidation messages, to mitigate load when whole table is invalidated.- Return diameter application: as for 18.3.3 it is distributed under APL license- Update to 18.3.3: * common_test: The nodelay option used to be enabled (true) by default for sockets opened by the Common Test telnet client. * common_test: Fix bug in cth_surefire * common_test: The ct:get_timetrap_info/0 function has been updated to return more information about timetrap scaling. * common_test: A problem with stylesheet HTML tags getting incorrectly escaped by Common Test has been corrected. * common_test: The ct_run start flag -no_esc_chars and ct:run_test/1 start option {esc_chars,Bool} have been introduced. * inets: Put back unused module inets_regexp * ssl: Correct cipher suites conversion and gaurd expression.- Update to 18.3.2: * inets: Add environment information item peer_cert to mod_esi * ssl: Corrections to cipher suite handling using the 3 and 4 tuple format * ssl: Make values for the TLS-1.2 signature_algorithms extension configurable- Update to 18.3: * New statistics info about runnable and active processes & ports. Call erlang:statistics with: total_run_queue_lengths | run_queue_lengths | total_active_tasks | active_tasks. * Time warp improvements: dbg:p/2 and erlang:trace/3 with monotonic_timestamp |strict_monotonic_timestamp. * Introduced a validation callback for heart. * The module overload in sasl has been deprecated. * several bug fixes- Update to 18.2.3: * inets: mod_alias now traverses all aliases picking the longest match and not the first match.- Update to 18.2.2: * ssh: The authentication method 'keyboard-interactive' failed in the Erlang client when the server after successful authentication continued by asking for zero more passwords.- Update to 18.2.1: * Due to a bug in the handling of paths on windows none of the following would work with paths containing a space: ct_run dialyzer erlc escript typer This also contains a fix for HiPE enabled emulator for FreeBSD. - Update to 18.2: * ssl: Add configurable upper limit for session cache. erts: Add function enif_getenv to read OS environment variables in a portable way from NIFs. * kernel: Add {line_delim, byte()} option to inet:setopts/2 and decode_packet/3 * ssh: The 'ecdsa-sha2-nistp256', 'ecdsa-sha2-nistp384' and 'ecdsa-sha2-nistp521' signature algorithms for ssh are implemented. See RFC5656. * ssh: The ssh:daemon option dh_gex_groups is extended to read a user provided ssh moduli file with generator-modulus pairs. The file is in openssh format.- disable hipe on s390/s390x to fix build- Update to 18.1.3: * ssl: Add possibility to downgrade an SSL/TLS connection to a tcp connection, and give back the socket control to a user process. * ssh: The following new key exchange algorithms are implemented:'ecdh-sha2-nistp256', 'ecdh-sha2-nistp384', 'ecdh-sha2-nistp521','diffie-hellman-group14-sha1', 'diffie-hellman-group-exchange-sha1' and 'diffie-hellman-group-exchange-sha256'. This raises the security level considerably. * kernel,stdlib,sasl: A mechanism for limiting the amount of text that the built-in error logger events will produce has been introduced. It is useful for limiting both the size of log files and the CPU time used to produce them. This mechanism is experimental in the sense that it may be changed based on feedback. See config parameter error_logger_format_depth in the Kernel application. - Removed erts_fix_unlock_status_lock.patch: fixed in upstream- Rework wxWidgets BuildRequire: fix build for Leap 42.1- update to 18.0.3: * erts: Fixed a binary memory leak when printing to shell using the tty driver (i.e. not -oldshell). * erts: Fix a bug where the standard error port sometimes crashes with eagain as the reason.- add erts_fix_unlock_status_lock.patch to fix a rare deadlock in erts- fix RHEL/CentOS 7 build- update to 18.0.2: * Fix processes ending up in an inconsistent half exited state in the runtime system without SMP support * Remove unnecessary copying of data when retrieving corrected Erlang monotonic time. * POTENTIAL INCOMPATIBILITY: Change default OS monotonic clock source chosen at build time. This in order to improve performance. The behavior will now on most systems be that (both OS and Erlang) monotonic time stops when the system is suspended. (changeable via the - -enable-prefer-elapsed-monotonic-time-during-suspend configure parameter) * Fix erlang:system_info(end_time) returning a faulty value on 32-bit architectures. * Fix the trace_file_drv not handling EINTR correctly which caused it to fail when the runtime system received a signal.- update to 18.0.1: * Fix a rare hanging of the VM seen to happen just after emulator start. Bug exists since R14.- update to 18.0: * new license: APL 2.0 (Apache Public License) * erts: The time functionality has been extended. This includes a new API for time, as well as "time warp" modes which alters the behavior when system time changes. You are strongly encouraged to use the new API instead of the old API based on erlang:now/0. erlang:now/0 has been deprecated since it is a scalability bottleneck. See http://www.erlang.org/doc/apps/erts/time_correction.html * erts: Beside the API changes and time warp modes a lot of scalability and performance improvements regarding time management has been made. Examples are: + scheduler specific timer wheels, + scheduler specific BIF timer management, + parallel retrieval of monotonic time and system time on OS:es that support it. * erts: The previously introduced "eager check I/O" feature is now enabled by default. * erts/compiler: enhanced support for maps. Big maps new uses a HAMT (Hash Array Mapped Trie) representation internally which makes them more efficient. There is now also support for variables as map keys. * dialyzer: The -dialyzer() attribute can be used for suppressing warnings in a module by specifying functions or warning options. It can also be used for requesting warnings in a module. * ssl: Remove default support for SSL-3.0 and added padding check for TLS-1.0 due to the Poodle vulnerability. * ssl: Remove default support for RC4 cipher suites, as they are consider too weak. * stdlib: Allow maps for supervisor flags and child specs * stdlib: New functions in ets: + take/2: Works the same as ets:delete/2 but also returns the deleted object(s). + update_counter/4 with a default object as argument- update to 17.5.6: * Fix broken relay counters * Fix diameter_sctp listener race - fix build for SLE_12- Update to 17.5.4- fix systemd service files for epmd: * fix stop of epmd (epmd -kill is deprecated and ignored, so stop hangs)- Update to 17.5: * ERTS: Added command line argument option for setting the initial size of process dictionaries. * Diameter: configurable incoming_max len and string_decode for diameter messages * Bugfixes and minor small features in applications such as compiler, common_test, crypto, debugger, eldap, erts, hipe, inets, ssh, ssl, ... - remoce ct-fix_incl-dirs.patch (included upstream)- add ct-fix_incl-dirs.patch (upstream patch for common test)- Version 17.4: * eldap: Nearly all TCP options are possible to give in the eldap:open/2 call. * ssh: Added API functions ptty_alloc/3 and ptty_alloc/4, to allocate a pseudo tty. * ssl: Handle servers that may send an empty SNI extension to the client.- use wxWidgets 3.0- fix bashisms in pre scriptbuild82 1591708803  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~22.2.7-lp152.1.2922.2.7-lp152.1.29srcgengl.erlglu.erlwxAcceleratorEntry.erlwxAcceleratorTable.erlwxActivateEvent.erlwxArtProvider.erlwxAuiDockArt.erlwxAuiManager.erlwxAuiManagerEvent.erlwxAuiNotebook.erlwxAuiNotebookEvent.erlwxAuiPaneInfo.erlwxAuiSimpleTabArt.erlwxAuiTabArt.erlwxBitmap.erlwxBitmapButton.erlwxBitmapDataObject.erlwxBoxSizer.erlwxBrush.erlwxBufferedDC.erlwxBufferedPaintDC.erlwxButton.erlwxCalendarCtrl.erlwxCalendarDateAttr.erlwxCalendarEvent.erlwxCaret.erlwxCheckBox.erlwxCheckListBox.erlwxChildFocusEvent.erlwxChoice.erlwxChoicebook.erlwxClientDC.erlwxClipboard.erlwxClipboardTextEvent.erlwxCloseEvent.erlwxColourData.erlwxColourDialog.erlwxColourPickerCtrl.erlwxColourPickerEvent.erlwxComboBox.erlwxCommandEvent.erlwxContextMenuEvent.erlwxControl.erlwxControlWithItems.erlwxCursor.erlwxDC.erlwxDCOverlay.erlwxDataObject.erlwxDateEvent.erlwxDatePickerCtrl.erlwxDialog.erlwxDirDialog.erlwxDirPickerCtrl.erlwxDisplay.erlwxDisplayChangedEvent.erlwxDropFilesEvent.erlwxEraseEvent.erlwxEvent.erlwxEvtHandler.erlwxFileDataObject.erlwxFileDialog.erlwxFileDirPickerEvent.erlwxFilePickerCtrl.erlwxFindReplaceData.erlwxFindReplaceDialog.erlwxFlexGridSizer.erlwxFocusEvent.erlwxFont.erlwxFontData.erlwxFontDialog.erlwxFontPickerCtrl.erlwxFontPickerEvent.erlwxFrame.erlwxGBSizerItem.erlwxGCDC.erlwxGLCanvas.erlwxGauge.erlwxGenericDirCtrl.erlwxGraphicsBrush.erlwxGraphicsContext.erlwxGraphicsFont.erlwxGraphicsMatrix.erlwxGraphicsObject.erlwxGraphicsPath.erlwxGraphicsPen.erlwxGraphicsRenderer.erlwxGrid.erlwxGridBagSizer.erlwxGridCellAttr.erlwxGridCellBoolEditor.erlwxGridCellBoolRenderer.erlwxGridCellChoiceEditor.erlwxGridCellEditor.erlwxGridCellFloatEditor.erlwxGridCellFloatRenderer.erlwxGridCellNumberEditor.erlwxGridCellNumberRenderer.erlwxGridCellRenderer.erlwxGridCellStringRenderer.erlwxGridCellTextEditor.erlwxGridEvent.erlwxGridSizer.erlwxHelpEvent.erlwxHtmlEasyPrinting.erlwxHtmlLinkEvent.erlwxHtmlWindow.erlwxIcon.erlwxIconBundle.erlwxIconizeEvent.erlwxIdleEvent.erlwxImage.erlwxImageList.erlwxInitDialogEvent.erlwxJoystickEvent.erlwxKeyEvent.erlwxLayoutAlgorithm.erlwxListBox.erlwxListCtrl.erlwxListEvent.erlwxListItem.erlwxListItemAttr.erlwxListView.erlwxListbook.erlwxLocale.erlwxLogNull.erlwxMDIChildFrame.erlwxMDIClientWindow.erlwxMDIParentFrame.erlwxMask.erlwxMaximizeEvent.erlwxMemoryDC.erlwxMenu.erlwxMenuBar.erlwxMenuEvent.erlwxMenuItem.erlwxMessageDialog.erlwxMiniFrame.erlwxMirrorDC.erlwxMouseCaptureChangedEvent.erlwxMouseCaptureLostEvent.erlwxMouseEvent.erlwxMoveEvent.erlwxMultiChoiceDialog.erlwxNavigationKeyEvent.erlwxNotebook.erlwxNotebookEvent.erlwxNotifyEvent.erlwxOverlay.erlwxPageSetupDialog.erlwxPageSetupDialogData.erlwxPaintDC.erlwxPaintEvent.erlwxPalette.erlwxPaletteChangedEvent.erlwxPanel.erlwxPasswordEntryDialog.erlwxPen.erlwxPickerBase.erlwxPopupTransientWindow.erlwxPopupWindow.erlwxPostScriptDC.erlwxPreviewCanvas.erlwxPreviewControlBar.erlwxPreviewFrame.erlwxPrintData.erlwxPrintDialog.erlwxPrintDialogData.erlwxPrintPreview.erlwxPrinter.erlwxPrintout.erlwxProgressDialog.erlwxQueryNewPaletteEvent.erlwxRadioBox.erlwxRadioButton.erlwxRegion.erlwxSashEvent.erlwxSashLayoutWindow.erlwxSashWindow.erlwxScreenDC.erlwxScrollBar.erlwxScrollEvent.erlwxScrollWinEvent.erlwxScrolledWindow.erlwxSetCursorEvent.erlwxShowEvent.erlwxSingleChoiceDialog.erlwxSizeEvent.erlwxSizer.erlwxSizerFlags.erlwxSizerItem.erlwxSlider.erlwxSpinButton.erlwxSpinCtrl.erlwxSpinEvent.erlwxSplashScreen.erlwxSplitterEvent.erlwxSplitterWindow.erlwxStaticBitmap.erlwxStaticBox.erlwxStaticBoxSizer.erlwxStaticLine.erlwxStaticText.erlwxStatusBar.erlwxStdDialogButtonSizer.erlwxStyledTextCtrl.erlwxStyledTextEvent.erlwxSysColourChangedEvent.erlwxSystemOptions.erlwxSystemSettings.erlwxTaskBarIcon.erlwxTaskBarIconEvent.erlwxTextAttr.erlwxTextCtrl.erlwxTextDataObject.erlwxTextEntryDialog.erlwxToggleButton.erlwxToolBar.erlwxToolTip.erlwxToolbook.erlwxTopLevelWindow.erlwxTreeCtrl.erlwxTreeEvent.erlwxTreebook.erlwxUpdateUIEvent.erlwxWindow.erlwxWindowCreateEvent.erlwxWindowDC.erlwxWindowDestroyEvent.erlwxXmlResource.erlwx_misc.erlwxe_debug.hrlwxe_funcs.hrlwx.erlwx_object.erlwxe.hrlwxe_master.erlwxe_server.erlwxe_util.erl/usr/lib64/erlang/lib/wx-1.9//usr/lib64/erlang/lib/wx-1.9/src//usr/lib64/erlang/lib/wx-1.9/src/gen/-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.opensuse.org/openSUSE:Leap:15.2/standard/a82b8fdf64985f2106c38f915eb5e367-erlangcpioxz5x86_64-suse-linuxdirectoryHTML document, UTF-8 Unicode text, with very long linesHTML document, ASCII text, with very long linesHTML document, ASCII textASCII text2w5L:2utf-84322dd09c50b183a820b1f64c8c7b23b6a139881e76626c41ead9d47d96c590a?P7zXZ !t/;R] crt:bLL C΋r@qRe6Ô SgrezѰvR34 ~dN5'~Z+3۠c&d7njm'w{ώ(:0Q\J ;EdXF,kG&~xwܱY\ iSj/sTȭE])nMLJ,A?tHUZU}[s->/y{_0hsK. G5'C&ύ7| "<xNK)Gh͑jEŵ#F;0R零 f=-^,ZUcDvx-nhP[uijWyZ\r>>8=ݾinpqq[V|7+_M4!Vm~;(*Ͳ~WE[oЫ&u. Or&.h~ЭI@@@6k73eK|kn@qIBuZsnr]mPP)#ڵw pLtڀM3<=NԱfs?wGUAJخפ/:mŕOO*k-=p4؀.ɵa֍b_pGھHRmtˢM*9ڝ N`SYΌJ|\p'2-r Ez ri,EM G9igԦzu:_؋s0e٥18, Ѐ`*4a`;{eU$~=ظmB !_R(ciKS>e40bbG:eNDglajjIJ]%%m~ _SM 5**nt(s8#WZQa: K!9Z@0ޝS`P s&Ml>dn D,5TUy1(0!R[韏~aoZS}N{p@ԟΒNAGʖcup(`R=zr;XX0 긛(MLtc3V hk[Du197M%|y59SLmNX,2_- oFv)"\ZBJ޾ӅݚfLgSYC2wM'å/OSVs*$iSv܄ؾ`*Ps9vZPoT7Qh_3֋]b7*Wu6BDd %' C,xL#q7VDOE(AXrq;b&6rw&Fq '@IKClG #II"Ԑw= 6 lacK4 g&AXԫ+PeH, zd =cx 6-e5fjc7,]e{6~I7;uA5;Xɟr8.fk,):gO={^@L#\r_wOzI*6wLzQޛaZZze.1I9%)0w+<4ի&>(Cty_'Wϳ> aOL"Ow3rolTƻ^]4q]1xB\ro"#?s_ +9}э\&xˈÅP %-uOrʡ+E+šayb_ȟx*;Aq80Ck wP*p/AGSJ.,4bKk`Qkt6o~*pҜU[;U2< VZd!prGDTUetQć*7)I iDhoW'R}B&)8?1|a1!x' 0;V#([,U5{Gn'h'\`wA }oTt9uaڰ .vZPo.2<yeFdB3K^q[\ t r~^Lug\qP[T…RJ(T4(it^3->*9&$ %{1J{\ 33T:b*Fk^N3k> 5krST]isRQV]lh$AA}bGMcpM6^A~I" Ht'D4G =/ߧ\5zN_\V(e1LΗcI\3|ˑFζ.5CSq#0NsJ˞"<iK BT3O$M-ϰhvGq_@̗![w b"5=ȯr#]YoGdn=| wZ}*&ci^_!i f IdL1lJeL~/f) |dF7ࡓ !AXRz@>|J4 DW朣`ڥ3QCwXf6C+W4vR!mNA%0H nR}xrY ג A\FI4A!غA`rYCaLEV[g(?x7UcsgjqK(OtU܉ތJ<6nmLi8`\c6guIhNsv8`&}M[iRHډ,+Bl%Sw2mw^[MӦ,qa uC_|Ep .O_߳軲ߝG7ų ^Ab;pZΚ: l4 \|]T٭Ou(oB:C r &uᳯ0^~=f7Zf"/I> |ZFxiUbԮK螃4;8]~BΘwV%XX(gᨅ|ST0sFB{}[p*kșahk NK,+}j@>sh8}bgԄr|OYr?;oY( xt=ہEz6-|y)sUq:.~9"HW6-mߪFlԾ=Ջ/(3$l@kHFJ۞ڗcrZnl4rv"H#mt*J1\rVSM,Zv.I{VCv;Nt^F ) w/"嘶D|֌$EO,)Qf.8<4 ˭DWl~T:$ r$WjKsP uC+i_b;: _%kLIsl5 zERl OYڃs,HxUEQ#q?CA11 rǷ0~SU6K˟g$T{cDy c!0M!EF&ADWEށ%ikA8jw}V/`mZrD@cbg4E-yK`K XJE-S 3O Lħc2T'"0њQB_vp56|"jJתtߟj1Ǻlq$$,E]d`&(/jWidSgyxtݣ +La_=TVٹcB@`Z(6#y^' Nu۬T>'݊ӹ$wTOd_͎8vMWxˈ #oy9$3 ~$v{j^HuPe)D˵D1Tz6?/ Y fzI9_sI-{X͢`cDt\("uhnJ.Tyn~aD%/6R>lVMF^&OA]8"kǢD>Lem0I%גlA|Z,zNoɠYkaXQVn04q*='ח}As-*2RT4>. 2O&<3>."J IXWˆ`/d]S0۹g\B2\3.i}.󔐾 1 pY87QJݐw|/yLYd>6.)a*?Iyb3~DO kF802!%߫a ~#(>}0gWa1]C_q|W/t [=@7)ڠutN%f] do)فh75Ο> ΊqqZ8ۄߑH}5w ?yu_aOm!^ñygrO2@@SC_qHeɥwCqo=}9j|z djʭ!|4O4#IcR.}K _Vʤi4>{IjOMjԐʹ4oz\enގl ɠ߻~c w 0!0$vծ#pN1x&&Zy3ZZJI%MUL-)jT_A#u%7fpڕI@dҕW8 yk^CC681}x("4фiBy(;}Q "X!-AX]$pѸv1x/,;4ڛOk A eΆG@rᵈ+j =~mQ g2DN@= 'B_ K} >eaO8doAb0ZR21u9kB5SoPoXABh7ǟkgY(1 ,. _ăa?^A$/ن]{ Tv*wg/bH-iUvjG_>a?0RrG^1]WBu!a"r9Qalb,]Coսs}={8qMwg8#h(mgNfڱ$Ԁ?ئD Jz@}G;Hi׊Ϥ(Y*HDZA\"~~kk 7; "M]O[dvf{}uQ\-.8\+ 'r.~lVg{ i"ٴ]#3ZL)._Ac!#twe]jԠ)Kk+y^ up('}<p26H12%spX7! dVߒExO舛#S W'R`Yz5z4r?;ZRO%;"EBOT*іJsq.^xIqƤևmQy1j8թ}gBG Va`vjj\`ډ؃dNaEKrwZi++O\Aiuι_$"Ս63p7U-34ݽkSG󔉤E {wgyO C9NI'jtk]Kҏ+f|^F|-qE.VSLϥNfN[^3#*ޅ@r[<9n`Sly}.4&g}zD\ VE@Vf 9b]>]Qzh@p5nDk|, xcd|]ZVhu*lceSgaWuƶof"DRS,VuyٌPQU{fg 3 .J5S>FD'cl]q{G5jWZvbNL'츼wOvQKhgӪZJ0;$&X;7Uk]qދ-PyڋS|,,:No-^RrV赩mJ۟P>mn:j.8olt@h Igiy\ x?%.ߞE%/+.CӲ'Rxڦ[ʔ\v)_Usy,,5b{=c"Qf3c It*SBa |w~ rQ΂8c(U.3ur\4F.Lք U,8x~Ni( :̋, }*hvcK]@9ιK/եTx:/%IľYE\ģzR*[DנF977TȐ&Ur8jH1.RC-Wnұnw$q70i_4/Cv HmɁb1t J<ݍܐ|(WvHs%P>6f9U6ƴ/|@߯~ќUY/pT}2E\;d:,D RVil+VtG]Bgy!f6f̆uzxJ49^5׹Pkcvkc-Un%h H uy/j]C ,_߭Ky+F'ڕYu MBNx%` W`n"YtZ eb^|Ί&Kt $dH!U}bӂ QS%hՆ`?;=j~ `T+[{Pv@f&oZu­߃ Uv$ePvCb +n9gMFἵxdj~@NOaݏJqHhQЙ;y$eK9](|k HٺYPO@낟JHmή(Muy!MHKvo=)2BFp=.H?RiE@i>Б | ;Ϊ%{,bY<.a<栥Wjr; }dbrɒ{s'njX 7kX @?Y !;Ax4~@3nzv4̄gɉ]}T]'yJ}0u 덯6=_vREA#=&3yԶεڝYaW["3[+f?<7Ǎ0P߈PܲWak%,ۖṗb{L]dJwZGi$5`#.ՙm0Ina SV 8ȝ3C45oXf@C_v|#!94>O)ɒ稰L'8oߖs?%Rs*;XZI0u$ c}I\ֽolUq9f1\޶2~B2w ټpx$?W3u¥@6VFf9/ ^'=!15?H~%‰dr 1YCU)55uq!ud9RddvOʏ]^`U9n=(j@It̓L .^JΪOpr5 h-&r^pZ]r"y tW0ЃЂdZpd?EwZ*3SpTYb[,HMnf|1Ko4Տ X3I ;<XO>sp{PM99-xV+S? afmSדT.9lC ~/[dK}YuE%&@Υ8Vqf[;( fǼ.MmG{5l } A5L.aZ9}y x2*?F@ITb3m\%He7%ool>5ijT, j=ğg/b)е"OZ-E[c. +}g@M>;6{:eʚ>U$*? R0$kv4ɞגE6Bw+P;XcE>.k/=T8AE'yy淲) %ٶ<"PքDYe"fpT0Ӊh>Ь~F6eŰb-p^ DS酨4X?hkl@q3$llǺĵ cy\B÷ڥ5ˆԼ;vsO, .-5Ny"9Qa~Sg ./RQ"n f.IrMVpU FGM/Jğ̖D3 pR+O1>0[0'[\^U bB:64ҹut:t+)7ODBh(j l. h\?3̼ͣq1EOB#V(8'kˍh[MjTM&o:Z9XdK">{,$C^wZYD667:NQNMz;y㎑%C$̩ii&*0Dm%ʥ.Hz!q%OkiN"dl5,ͤE)i מ!)ۗBqE؁g'wź{ _Έ.= PHCC6: ~@[0E=YaGR$G6"3 {ABZ:@1OyrьA%{JyfzP9ZRET)Si,ąBpŘ.ຓC|"J=QKW2xn~!G2N\LB2\'5fOٳb6&hRCtL`#4C m+Ĩq­?r&H\QjEm=RoτxW4اW{,2 zNAe[m 1 Z+as,i9(5I<U4=c+ *@.==ؔ}bE&3?mN%K*bpΓAEQX<~.>C,MHJPI#dVF&iqzĎ{ Zj.BYZ\K9 #T=ԁSḅah p4uro@٘Ա_뾗U{$xOKNɫ/w zk% ay4ìp*Q.w:>3k*zBG׼ Tma6T,x#B&p6MjEaw@p}"dh'WpEWb2"F(힤;\bͦWay@܌x7I uh3rTۉz-I줜jxuheښEN7:\3mASq-Pd1w=XDxf '0 ]ve{wt_n@;^Eò16@LDirm{ϙA W y٣ٝ=ts'`vA|\ Ehr-}/aBp\[HdMQW5]%7=UpۇfV%^;nK?eoMocH"U0#uiW>T뜀 jERr08wl[yŇl6i5:v+ExG O&l{#sD,Z=}̑SS3H;عQWv<@I Vfx+R, t_  Q[egwWxv _S.1|e.ԁAKzql0zt0V_;Di &k~<+gljj&yM>$I"Sei\ hs$5&?&ژY)ތ6HL,Fڌ?_ K7ͬ$S L3o~<8 sYɸ}FL(PUcHNhhOu .reR orV+rf덌LqlYB{\\)e xDЊr&3Sg+eA'1^rR8|j,9Sٯh|jxl'uf|jPoŪ]\i=.a5.\& !֓4[U:T_I7o*XK#~Չ?<2H!{Pv{AhB?-8n,8P$PkT=`y= t8ՄeUΐx鬯6y zQ!B7 /rmtbA?xCnd=7' kakk Cp#\yGOtfA&7PX;XNXIo1z9b' f3Y0 w_[V:t|)ש@sdNn AIVTTBmN}6.G0[Si ѝ5Pރq"} <]6q3kZ[bvzޫAPHz೐`V8+e9EvX!ڴ-(O>Oa)9IM%Nղ 6;i{`KN]6b-ZwwiaMʌ"W5=Q|E-۫fBߧҰwcʼnFS WcZ}ؑzA `N#Ŀ;:k!p7I.ZC @!^eլr>X 86{{aO!!}rQK^Xũ7F"JpkCFdH rZ bu9,"$V&+.4u&Fw1!R0f5LܑsLJ>Cח{#xƚ#<Ƴ\HoXOf}]osjz-J1rX,Z܋BPCỳ1c~PIi/ImDPpt`Q PE'g *M/Sb{3`sibc]o,$ċx 4 omE57gWoh%b)v70驖M1^]>l^- u"\P*??і¸C@/8Mܮ5+i528SPͻcW/:.B3?*fwv ~Y_fL_Ki/j.B[ZyO9Md}8ԩS:|VLpu+Tb(Z=3acqr I p idCˤݲ ƮDyk gZGCImrӺ=)o[Oa'g*yROƚ"5Kw..EAB$~شCX{t l}ob깄G(*6FGFѫ/qSgd*L DMƴ $XrwG v.N QT)|R ž̥_%U6ю]tttТ(OQFcb>:r`7ȭq%_]@.oB3wέXPlJ?ͧVvޯR 3l^38ڬlߝm7!áE>(ͬm\z)5 '>X& ^f%w=~L{ 0rav޵+C,JV}$xr@m_GFՓnXĒzOKqЪ^SoGI -dW[JErդ sZ)x1ϫ- rAuQµ,vτ||CGӤښ;3pp.zs1YP?Rv,ZRMcߞtC) Ô ܷ;99r:)䟯v/o4ܠ]LM49Xܼ)~01~ْ̽%ph`x)YﴢP>nil i` 8_2@b &! C0+|dsG. Z]iB g*Jնfe u ݞZeyl 2!w^_ mr/OÆtxS!?hf'MCJ OF(}o{F۾^r0Vˊ ד-ugw lTd=>lLwqkoXdSgdpG/ :^ VboƋ=܊W#jm@2Cu3㿳˼ܷޅkɶ6dB'h+='m\?9rZyJ*nEʟ/-f}oiݝ^\GsQߏ-Th);$棉oz:ctQrk4HAp|y1g#ԟsg{%.!$vnSOέbk g'`i9EycȄ$żxuZ1"}Xk<hOۤ3G 1cGbl4 yc5Cy3(pF_S>ј;UKŠ8Q 6%̟,; K,\ ¡)-)Q|9 ʚ5mju,r ep\-hlb4 |rRpT-`'j&eo"uxjc t_i. (;wzβ%0,fj% "inu>C-T/ 1p&eB#ɤ Y4~I͗EcR)νNկe{<8@*׏OhE &ֿZIO_=w‚v s'RiЮ*d<](;l<2 +)+Tmg Pnml׏ BY:mW $ŅW,?GxQѠjkRH9Fn<:1-x4!AEp49!x˵k% xvU?boMwfE 2 %ɚ\'P~s}2RkѸP]Y 2U]G"P t5sЍ/Blʩ՘vr3$x`X2# x* mX6ibJ5ȏNDoUV#~| wTܒDf\gMY?%Uց4/-No}I8(;9ΚaFܼa> 9ogxB礂΋+<7[gf-/&ifu@FL (Z" 0`:*&R wX9:f{mn,.nD`<.+8~sf#^Tqz⺭waB6"T!@k{\Xw.}43 [{l=oPxjt#/ړV >\di X_ͧe 9=b&qY:e1͠M0w%``'ܬ<׵$Ϊ/}P6ޔgb)897;oX\73 ie*cuv2c9_E#Go0wM+ܚ gʻX!4n*:Z?~fJQHy|8;]Q=N."=~YcXxB~ 8BcyCa<ֿ :#m[–\Ϧh? $7Ij'Bw|%Ѧ#t=Ԧ1XuZ6i^qjbl "J4vy0t~@cm/.3v0极ɭS>ךL' [{E}Ђ9}N%f ;fa.\yWZFr$NVIYlݬ7}@:<3Ϸ~GOhMǺG9RJ_Y. iX6fw.n_l:wz`sWe-9vi%3$M[bȩNXHhf{"݄ݪ N>Ҡ$f"eׅrU?4ޱ|HVD՛yL_-26 9^kDqFXrŝM1< ʫ!.ܷ77P4vdI 7"%XOi* 'gȺ΢#ܰ:f3u0v`G%+=5K29h>?dD=v(t4{wdR+ X'G츔LRRۂOPϕ"˥{OfɄ@%'ˣt=v Yosxs{RJ,;ucFv Mys-R^~Ԟa6ecgLί] 䉎} t#7I |%ߙC ˠlph7շcArOK8x ŁZX 5V 3r4<y6vC!TytGBODvfz7iXW^2Y,F ;MNiE݇ $r^\X 1_VAI` mx_/xoo7xTԱ&֋A{N; U-ݳ(bpj $^ތV>1lf&_qGxh;kw< 0+y} N):#dM""`d5ygPˏH 4.dG4;6\Rv}k.Z!ds)=ur0 [&n[0# {•# 9:9mԋHc>`=X#VFP x< i;3p cSl ﵤ$uo~2邆|!/ez֏ D2yO,f滊=ը+a$uT1x}gnGz #)dJ:k~S'/­xRƏhңגT8p2wT(J -825 /$Rge>,?N JcC%7bA C:#!ܪn\YG[sDg߶ XT23!1V3A9 xbgD`WZTw@*ÿm4ϬLꢋcm5[$̭fUv]&۲_okj?[A4IT p}P/5g@ Qel $!qSsgqI<$+ m4egJhJH?JˈF *UM#ʐ BL9LCҰ_6NIpȇtt\䊘g4";fEIP쫼4[r-)Fuߓa|#ΏK K} K~5!XB%;AeʎB9\1u-zC.Nien1VUYZeQ+!y#pTۀF )z!V<+(Lvv`D.?7T_+ٽe{*t\_%LAOG6N/Sd* { R$cO 4{}pĊޙ 2{Sf]&Vu!Eax84MNd)xQ'Hqdh@1GVbU,n > m`9I]6.p6CgfJ19j+$%/-}teCǞ1"ɪ˷LlZ|aw*ŸqÿaF<ܿk&Jݞev{JmdK><>*xHՁ>=C-Vؠ(p7% KgeS9|OVuBjJt#7,HxipLb78 #\LS14߲RSYY'A(1W!kVk_GVB\ s KYZ}m ז KAnϬPԸ8\V. ]|^L(h;ӺDҌ fU2ܝ~1 eO !B!qyw\hVtw1Wi! ڐqA 3MXu"~R}Eb.EHHԁz_@AC',FYM7[i'^ Ol ,\z{)3-]ehOp=pŠ> kg}&V2 w-Jm_.]_;s=@q3]IG4fĭc\ϠOU;,c1N -mLͿmҌl_\Mb]*~ׅ؇?zQd 'ZV/rCRV>=^OKItC(Jc\X#[MY=9W ~P*Ԍ֍ hxbuҀ_FƖAKsΚ+t/̘~ ږ#Q#)8R"U[K!J/$o$iԵELֈ\yC(%Ë/5s&-!e.n>B#~9'Пug)g]\.ѧ_>e&H'[W:.=Pnq'3؄H"bj:C*M "NFoo>lCbՠ9NET&!X. βyiN3x`xQc _f#õ#k"GUsTVdE|݌HCPO!zjD?eLY Q!\- |ZF}974uA?փiM.TJomTZDIGhCD :q%N؎ ~d0dcb &cr4CTQSDWe؛>)q*}uK9bV9~Aw=ꛘDqe 6 8"jxo.ֳN#5&j:4kYA%\(\K»oKb}iPA:Ϩs=̙GeM!]qCԡfm@|ߚ->b\A :dל6>> -4dFl46Ԋ(p, ;T3NG)*.l' 7rOL_P 顑F +쉚3biݛifr ٥n=<,*YbBbI {ؖڭh1T3R m(%' 'A6Ѭ;$yUyF1@ :q͓]"Y' k$<N>W,WE2>DPcC\DPm%$+НSm/gpBzx7?9Åo!JscpP]Im*5Ƹn15 qMP ]ċP)BVOڄ8݈]&ƱV$ &,{9OT0~l ^DMI6q2LYG/Lf -G1M8; !n3&tb+EExιqvX@~ž3vjW~!-˞f5f+*& 0dĴSIJLu:7Ǩ쏒2Y@]Gz}!}5#\&'°cSm~9#k66̤̾S7Gέ$`TϨ9r}gǷk"W Rݫ%T$dq3KV`xkt LP6Eg럛=*~=f釾af(;_ :fk9Jnc0h9T,}k|LDD%VnF-0h %5S TU+۲WYPBgǂtnM6B6K56Rt ٫ҧP%'ơHS5pik^$BJA+ԘimK#ƨpn:,d79eOw]R$yab.4 I ű| Ffh=KzyFl/NPO cLqv:cv֡"`tfj6p\ѾRͷAKB) PdR{1CK&G=9SXI QaDGzO*;{sJL沰Gy&e>SwԧLV)l9mMPoGUu)FC \Fd!^i^00mj'du{7e@$#)T/j8ss%ͭ.۶uE{ RzLD-&. ;p+c=rԢru0ly}3YcZv 䌯kLG $ޯB>nZQ?n$;׉*AGt`;!?8\)!G  ȟc2n;u0E/w<0FD! Ml=BM!])+:nM?$ay4jυ3͎P$ݼa6d6x3> P,>^0/2r \-xf+oyHoB4񐜘i+%2rHuZZYzljkSIbO)bztC<%cDeKݬ\* ۪m׶M S{ccPfNw!!+ r8:O {0!Ht7GHe㻕X|ԑԳUzI'7!\d8GtkyGwyFL.zg/CƕX_^]fǑ"9^j' )2Tu}01+W)( DT/7~qIbu!rʈ3OB.?+C1,D %z?>h^ sF›QJ>ʚڧzc92WSPn@?Y^tjZ9q| w``V/UiBv?re3&~&Gc cW8$iͼyaXq,~){fRRe1}Z{]==:ĆތLPln.zv%l6ܽ0{asYbog8uW'JTWv,6RvX^gнv3T;KCƣĔ$-P\+=cjD5`D;an2ɱ1\7/|+ReĒʧq.^84kn@o)ð@CE#h7&P6H>{ՊJ ? m#kUPY}|Z |lpEnDQI"I"r(T f7SR_FMNdKG䘧"(t Tu&BSC6C:{ J.X+[ (5 ?RdA J!(@]uBC@T" 1я [~͆`OEY-r3tYuQ]Q捙T[2 Q@'Ǹ&f,* iDžr%xH18vVi4UnN7`{7[#q[Z$/M$yz뤠I@Ik߶sC:.Q)I 7~­uпmcbIհK+̇R1k?]"%B`E1]URa¸+j7aHƿKF! t8#2D>_dʴ#2 \5ud? \44eӮrVB *n_v(3ݱOYT6vD{G\ ^KkI%9|m\5ީH5dKzܖr A#oQRdqw*iºѡ'$>͊"c͜_o\Ȱ2̣p-dUg1HۆUĹur߉Ȗ,b.:6[byCTi+T9GkhaEVSLYi8/S龫995we͜QJ5|c.)&\ pw 3r)3bfMU{{G5L*}8FmPr'Y\|1CE^XrmԳp. ?CİȭW(/-w"B*> )oK L fMR'Ҷ@櫔(GXy`An)_bԫ䃸4€yF|~$fq= 񙾴)lȠwSoJsѱsg<' :_u`&Y\rJH"j䑷YAќYG1]p?_U9ypPGCD"^o>G(X˘ٿU$lݺ_jv_>O7wFvI:`EI\&([D{>vQ1VQM^MI6^w.|B$9ńRZ ̩j1 kqaђDjJ~iXJޫ55Pƨjuf;GEʵeI'iIa/L;-SX0 e+ryTf8p>S٭Dzhl o>&ؘ-J?$S& 9DĀ *3`云6A?J bfUJz+ҁ"^T*ײ׃a{hwUCY渏X]&6:LR7KPPwuFJ_`3!&|Ңߥӊ,GHGygZS+Ԭ*dG_ɯj0Ԣp[ tMy{L$O6R`t OJ_>/( d3?~ܠF@_cTޓ ~NR‡Sb\Y8>!]Z[yA? {<1 f5vOnUԬ"Xj(-^Puvcap,#Ne*Ev .@ZiO[}i?~)+cS v%>J_idee>!}0^zf*:%!w료<TL(#1'|lj=-tIPgmPo^wW b>IeU<\xkT!@1!J؟>5CvQ!E:bxK 3 !|IlܻEN4}u_s)Hsiܙ[FH1 8à8Mp~,߶Ejޮf:tYY@q*mC~ſ)WU!Ã'$)O M&9k}uofI,3bQQr?Q(+!_;!A/ꮹjW'pȒUJhxYyJfIÀh$Ws(ZQ {YvڇC468 (X?:BysQv;Ju:!F9̮a槦.#G2Yy(yȣϭ)ig+Q\@@Lw.#2TOQ~Ĉ}Ǡ7JkY yj?M,ô#b(dW;mѠB~; wW璁Nx)ޞaH;Kf 6^keUSyOmt$"#6Z~^nc.ԘVjG?.^cRlD7 ܩF#MYjCgɓV]T!:q4)ndϯ*l+_oΕR]x~&;&.\j\0{Vo[|ۃ4^_~eŀnGp8Z#? f^E;7?Jf)ah;q,%AxmMC,O؁6F۾N/^ %1ERp0$7Z-)πsW<Tgx۩ XcH+ZW@U6X82K81" ҋS󨅊>./ GLZѯDj3zT\99L{#܀D\V߭]_ov\4ݥMSfuDϬI2# #s f3A{ XF9Ca`k1KJQW$=NgtA麺#^F1U1TX`K1;1/PdMRƺEE-Kvls+1a.IV&ҩ1|]ղ^H)/c;5坌! n1,yS%-QH>ܠWf3ZѼۘ4e5 *c)Tj{s/whY|H}2uĂ"0 U#t }R0,}B!܈sۺx6.{zEWiOY= k#&Fa(45p<60h7Fh|4j$|ivSռXq582{v$l$n^(%h*Pefp' dtwZaIPa{Iv`D便yac.y,4swMB;1#ql;KMu[HlKP^{nzGGEPi@S5Sa[1k* %6Ld(ƚ,&+8?"M[ɘ|Sp 20FC{Cє8)Ig6@1;A1| ,ci;`<`a W5R°!Gyk`BJ/]BHΖ|$%z쵛kx|ݍ< 7!P}Y,ёna6Wg~&NBCԱ!j2\m9}{M|%\vqFb)״涀1;T]s*Pr|]?DgD[iÄi;%cmٵwl uF۫;x;` =pxd`SGigKY;ae͆L~D}r y jlpx[LˏoRg} H;7ǒ2g G<*pSϳo]J S~5Y~ ~%p?¡f`P.ӺLtB)?.0kWOCӷX#n oء9n9==OPt3򐞷 Kz7:˛AypB=fu ~kTd+?xMcד}E6l^4]1kj!Z*rvqr+JW%(t _Z:m%q˄KGsk}=?\ tݲ$ǹH42wsaZs{?jF|%GyLܐ=ݫF* , QE < hEY0RhK /l3Y.JcI#.-c˗OMS2a˼[TFO2ٕR}␠ņC:R9wFB`wd`k={URσx`u< ho[.g/ 9NwϓQ{3tҧ{DI[*O\pM,3<Ƅ:(k-ʿ/fg?y0|22V8!C_kj']VB.C!R2B\Zi|I.t=0}o߯WNeQ;9%M*t8}9 yT<=#^}ǘP?\<l_< 2Cb };$1 U-7{< 1 kHGEut,u0o%l[TG0 Iyh[ 6n^^҃L0D?!;R4hmN[aY( ,Ԛ6'~0F}dbȉwkByioRt-o,_1i=I |=[(?VQ/Zo7SЦoGn`Cc"/-w .\r␉[5PS3YX,X}2ĺjq,F>8vTb3/A&*CzI *jQ+O1SB**TD=Oe{-"Aٽ\/xœtkZB ? AEGT_㦃܏n#T?Ԡ ޔ_L`' j7}/C+/rb9bt׿B +zy`OF|=ȕEfXT9iNte yo3JO!v11<$< (F7=%XFWQ{5>;y5)i->̜VrGBߵP6x~yW헆D:oV%XUbg@!YSE75f#wӏ&ê(H*%oѫS8{ST fpM_v~YC v9i/ĭjc(;s@˿Wq%zmߦTR]3'POcO7Y턎|ԑSB P}B,$YVɝp x<c|agT?HUFsi"mI$Q}9p#j@,uA~89=sAcii&%([g?̤F;HvE+W%]Dm^&0R}JGGk#&Ԕ"oX3zjXS#n,L׵vv kOJu"ʸF(Hb-mw']ҊE-8dY ՝;]\.}BM3Ra|ܭ*4*5وs+/$ӹTE69+mH𹆀m -_3ɐu>˪š5fRp(IثnyH1h~a)@=s>\XKvg|V\pD k KgMCԭo:Ӆ$_.R,%ۙH,RpDJhިzcUftOMVvV|L;c fX:F_ %2R%Ke.Zk/]K-m72萭FA;.VAwb&ǽ i@Y.~Q-`Uc03T>.wkzW4uSB@Év(8V4*Q ˨B5{/ ?n]q*C`W-x8í W++f%.+S}M!LLsЏ!HsB VF+p$E˝ٖO(F:hck .H/rقݛ)=Ib7);:D)b,/MY>NK|n0kP9'Яll4;f|敺TF__;F['^"/A.)@0m'[DaGtaZ5%x5PL^n@ѤUB sϊP3!Cn2%f[,+P; E;=DVi;dur)tO\> 8 pGFiX*n/h&)Veb & HVY/U|[*Nߞ0Bp%޵G AĻfݛI)%drP&Hl _1`>]uaap r;L&ﻗUjhK>iajZa3[ #/K(툆Aɒ Ɂc41u53z6c$B1p_\Uwe,;i-#=πJ/.1Sor^N}/4ˇo/jFq@,uPl6# ڭ9`5!Mw]M5%k;FʒomkF$rQ^JmkZmh%Hmr.AAݻ]({2B[r A"qr3üZlڸרG$K1B)R3Tᬚ;|vU^6F ~J̿?tʫze\iܮW<`%)u n2N:U,H=X-h:ّ^μx},Ȝ--$o|'IZnۥIOӔdz#|C*(z'ngm^jyaBjB* iDMo&c;eȤ TpS\ XHʯ>!緢0sV v.Ow {.S别| l%.xaK5%ڱ~0-f;b`α㵣 :89As\d@*4UsL&i|/rO1mA]R3}@з;)V8? luW|v[>tgTov6x7 I ݀E?*΀1P0=*2Gwy/=+Kݥ36:hZV?/FAY{l^}Ծx +FQȭv{dqՎ,KAuS^ 1pWHj^ @lA/!z#I,s-@VVrC1qRU6>*dz-ˎ[%p2^B>ʩ)@A>9 nM{_%;:7 y"'3tͿQB'nn,ū72lH=@l1c. Z_(ɂJI%rDsۚ 5ZoJd-=}iZģ^#@ATSt75a\yς[-08}C7X/,fsC\YIqcj^:|(a%pkQ__a)-`""'Kawps4"<8p Yra!}cS&jQ waA@_E, }2'W~ &=2J ˧@MؽGR-_GJrinX(qswSy$ȅu IIڵ%ƟՄ}zzQHk4Yߜl##5b%1Y.{]@^szŊO / ; bdn%pv?6 B[s}Uh}t?SЎvĿCc{진vS:`!%y[ljK{4M1`,:LALrB!Ί1"jE֎%(fm k͋ 6IV,!, ]2L >1Q{HP)f$ wc n< % b$?WQq sUV*"VL4,s%nlPS2\cU/cum v _VIR8 dQAn52 bŰZxO0ٯ$&1?G^BdZ+I$F:ב&#e2 }7{PG> lA5tJc3VvRm›Nthe?o;nnb< J KRelUn=Z׏Yϴ(L/cC$=rAb)14[qkm\Kҩ=T(JYĹ2NeS㵳T,XY Y) p=_kah8.Գ܃h܀ZS#GjZ\٣4#3ߥףzXeB&O08f{/ OIB^". oKkXkpQO꠸D(|iuk OnOؽ06Ss#(v͑ n㔌LVG/UqU#:V o ,3pt%e50/|*s`.Z_XESGJlR!ۗ]bh^Dǩ|*;/冮-n1=e2ޭHܥ*g泑U֋pQ(K9`+}Sl/L 0Pk::I5Z= .^ҝt`N̰Y'8J15 Q"3dY#w,P{gxwt)`t4,K T!r %b"Y V"{93f9OႪnz*˹VPr!q[8 o;/' a?$W6,(_Mg>y:h$x | ."vb&OR՗R%MwJ+&'`Ӧhb:wVS,ljlF!rTvcɋ`\/ }L5l~?+iGkhأkHeĠ3ͲAd=u>3젆AR`M7CiNjs$_C&[G6`9FEK຿W,uZlkQ bR[aPy&&ݶrV+ߟx|w|蜸bZ"ҷnvVʾ4PA bV=99%栝DЉ"W]"I8f5' K˖ ZhH75W`pⰴ[G~B)9s7li0=]fܛ/= 'HD{cKoOqUD ?OH7=zԿ<G>9 7ww^ZbqhF2{"Ə7hXu- 'R%ZE@展r${l+=Lޠ '^J}bG7E-cRz BYݱ,Fdm$w )}ZE/ҋ;s0@U{ry|Gmg0{vNojͩdصz(d a^N}4?b#VN &כC#PCA7B/@ӲŖ3"Ir5ڿhek= |գ-}RlFI9yzKŤ^23Ɛe=Zjp V;$~ G/%o[O r l 5R2k3hK*lk"^[f{l/{,=XĦ짠M7*[#iۥ V u -en6# X2QjprbE 9:ʹd8|&9fœk cD!1YT0" |·p[R(=B`44e t '͸re'=y9FGs4 wT&g@UBMWx6+_ ^:6 f_%%xX|S4 &_ X~)S5 4t0hg#iX"ug׹vD ;<*X80;"P>7.Lz+^yOg8Ukl}/sa fbܶ{|ID,:\[P'u^׃1D]MZ3kt}ꡡ١gȎ9"at#8GlIoKakjw{f78'x#Խ!>5Pd#'F c*ĕM S(+zc>"LǮƀ\(w p>CuFj y#C\+QBUB<"r7GQ௡Uw݆ pH}H홍-j ߆n`d@O޷Ϟ iiu\|V})$@ :I̿ijffnA|^2P55P1_ mkтl jِM9M;촶O(>0*5;꒕sSeSKpqwBi2ʙڲa#\g}()[ kmIqΉpc ;)_pdjz$G"]ο10EpqS%2 -1 %I+!Ϡe"¯rA|˂ɶZcBpw[߈s5|Rl:P?ܭ.~o!I=COa%v=wh:64ӝ*Ku8r&i؞{Ij3K\ӑ8Ѐ@>g\IVCu [50OP?Y5e=#?H"Xy0G[HԬtr8CrN8[]NbU q|F1:YPci ?)o^f䥶j)|:CN-E]]PE˿:FľǧAWeIcf G݀ΌT[IEä Lt_ zc2 x Ćf Ұ0ϓT^LO ?`୊^vv|k\ ]'}bww\g{b~*YFܣ{EtnneN"0a 6 QP35ſ=J(c~2,P8̕zr1/ }E9}h]aP p]Gl5୆70+󭛐ئHE+^!蛉lboH5h,oRxBS#HM.8D+ey38U"#?HZ`j&Zmq+#p-Qoqig3W*Uotd_9~ƈ)WdWm. ápʹ434_50} ifd'lG-s;QxaU\@WD1* NF( c[wc@ W;e\v5 w/UXsT}aCHJ۾kuK$k'>J-N G~+RcCۇrON:),Y:RA{bG{$qo6~l"R;+~_mmŭ2Ty1Vv:!޸/'GΧnCTH^<4%O?LQ~+G^o!@zMg5+&FC }N%QgAӆAHʤf;/彫^dC03=r0"~L}s>դ?|:f H B]|JޖﮠןZvM}~;)Iv.ic:_N3 1FSaF3 pUu?r@1" GVT䄆UKuJ^+ÕuaCK8DI6,:AJ)oKfGf\ҢgU<( pXD ^J7K)ZƤ4TQLZˁ"IMU$B5?ʽJ?!U-ԮMz`e#Ǯ(e2fM9;^χRpU8S{ J@sOY$'|n?Eam/ WfSS9!z*^c[3"8eiHM_eP, ^cY :@/4>  K/"Pl8IC GauI Jva'F@ˢ9Ҋd0=1&g:X6\tcP@?t2MA@}C_T>=jMi;ugD/O`8 z3SƇT[x/2zn-{ )#k2| a:2^qG-p{(ڢ^(FASz 0gG/`'L+8P&r`KdžLYLRnXQR**SGff^'P OYo9Z[޳U_3ø϶NdfЈVek5T)& pB3z :̰e.!E&~ ^C>bmݱ@k!{o8j&f19-j9/ƺՄ÷k$d럻Ig$QLKӱ۪?ea)4@Dg5EY*>?["hq[{ IzJ";ḏ @F){N/'&dow>Gn܆ίvrWԑID1渰uZ Z8vvO+XщXɗ:]=_Fy6:D- @VzvĀhmcQ@ϿeoMvh7¹pu}-1BEq,\H&ZfGXm_Yc!Jf&<ŕTۇ,#>!ꎂ.՟0{"2h$Pʌn- fGDEmlG[Lw$ ul^1BXM}Dl;VgB0ixl[EzDuaWzq2"JOU?dFXbh'",,+(d[[Dc NR 6NiwN |NO|B"ɡjpO&H;bJG N yh;p*&'*?:`⁹I.ДP o ՟VnÞ6&h&88e _Pxq߂ڒ<MeC_vؙV?gjh}Db[ú^te3>Pl{rx'2^A1Vƻ>wLܥR 2z4↼=ӿ{ťIޜe΅x;̗[&e$of񁖣'"ӸJřw:+jHb+# vR}+# &Z \eS]KT nP5e\yڄnɃ=Z $+V$ѦSxjR[h5 `N7]I Ofz@A\nr,SCqR1G3PuD6sS쒘|UpCt!I4@ށBO{Jf|}_6w V*h[Йѥ!)$o!nk5ow"/DO/eިV?Cd/1so_Z.FG.gw\\h~=8qgQ*u_ݧb}95[ABKD5nW%Vͧ \TШn0A*B-"9kWjVTQjsF/@hY$dg:P¤q$HmΣMaWZW !?xXARoF 4  mDӹi !5xNv* d M.(-0󭝵GgV [H()BDASIܾ T])o`&:(yZvg@$YKJgéM[F'0EGP,N{̿:!j?܌,)l.~n;9-QA}釋A2P2Z :'*8r W4v mReʴZ`(nm/h0ܤ3*(# tPƧ"g9o&E԰y6j O }0 ÷K?sɤ$MD|s7/46CDKMĕ4\ ~>Hv@tv/ -^~\g}X׾0|/T?qf5/tƾs|#J"Io'(cC-X*"MV M! 564Xupa_(ﲆIVvgZX̵m?~i! mXoJy;]/·DٖZK 㥇l 2kҸK؈d&^BCōz!BKKhH3K }ЭbmM](:/` %{o4/boBY]Y[%E7Q0FI,|B`ߛ_E=˫F9"/' ~) Juxs}m[mO1c̵ BS Į ۡr搫"d~џ(/>/%Ce7r+$pl6m<~L:L G[iă](bͣʐΒc1Al1p6%3c'ݶm/WkUEe= g箣T^}Dxwha!?ç˽yd"i^д=kQ 1G-eE7|flùzm]ZFCv" u_+ьQGe-UyQD*xmsJȸDeǥ2CcBT]۳G4_uW%a-V@S<e@a"1|D:΂ܔ8 ٸUbWcvPV|a+%vIM+7̓Zj (7vuqQUQ%_tIq\R6-PL|'we ȵg4]W z̶̺f<mS{ZF>5Qd|nG< W8n"?ҧ O:5FxQ Va!}ȠdtH)?)پJ5MQkH =`2kgx)G4H\POܪ?|};op悹w<&wm/]~Kttq<6݈}[_AN8d+R{bi{]XsK—6%]m靯puZPƍ/E_fI+/^E&^Ic?t4!)ߏ@4^8Sl50S,ђF8;8f`͖j`]tIkgȭ_};6B:l!x7}dob_߇PS>m\|jti{γ.xflOVêNp_ܼêMث a|CT9簸ZT|{3V-KrŏP~+AHr(A^/{&R~1<w\D.KHưzWk9J@ԗŁm]08-e̶_O͚`ʅW"RClPo:qepUoj o)\t8T\nmy3-oNtzj t'=[aatgp8B `oXLN4GX ?a\8*u؀{k\<9狿3Q0rḳwwH4Scvu/PґJ^IVl}M6ϥǻB͟r knȩ:hlRD1Z32y C̱)m>4`Ϧ1쬷o|Be^1>_.+{ UGfh˰ד;\X|NH |oÛ 8S &Ԧn;ۡG%u?y6GU@Xso[d,)["-YNA/MH46EGi<W=“-Z7~ x2yDKkj G{8-f'#0|^w2UC=X][a±,*,r\ʻ", zQӸo(Cuɬ{1Y)oQUP8gQMbRj{ =dWz26|į mY[_헛[ %K#X$7LQ\xqѩ=a=MAN<7';\[T=+QRO'LmyPZ:H2H `:FHt3XN]DF˿"K "|_);e;jȡS&yۦG:Bܣl/t`u.?nSH enz]c+=ywTV&`=]Yߍ0}xAiFEL;VSVe~kWQ'F}.'ΘrOȊ( ƪl[=tP#mkDӂg#"V:푏͘2qs0(a7{=RS|k6 9H(nSԕťz;lX摊BiTH^pWUYJp5 ^Yo|X\.eSe9@+K dYPϦ 5\~}qeh0ag>%U׷M\/|W1Ob>T8bi2jP;r(/MGwfol5ƒ z [O5\j]li'Xx-}XpyZ6[ZIxXXUјUI0 Ǩ`Z️*]-8t'fމUFOቁµv{F\$VW sjLQPHM2!ꥂ[R1?Ьqg;N e@!roJ9G>uNy{(?ײ\ rRX!865I,md[0W8`>v54#d \H !n .u'KDo6<ʻ#D[i::B/7*<˃O5K \ҹ^#Vs8'5|}7Oo).YUb2l?oJF0Jӕx,9kWMc\Ml*[3v;^R.;^a&eиŨyhmosHk|b5 ]gb} Jf_L|6ڿBOJ(OፖjWC5sDX|}#7nB6Y! G!)%Y>>lTrRrsW(\:9гPy#I" خ@?_ׁfǫaE嚛GG2V BĸnGèKGx&HהXu݉dnFΩC xwR,5\ U%{ժ+A(0I9ʦ[D#lK& :Zj=Ql[jelW>lci`Ɯ4CT9;Iu^S?-ԇb>03BCgt0RPےE.맛ȨU8Ȩ-Jy~/юaժ^Úk940 .D*_qŒU@yAU0I-[ZEä=jORlp #S {_1eş!W1^sQkL&r= %84_Áݬ;曶RQ0Okո'u]lݥ2 al.PY.@:)yDJڤ)slH鐓7~^Aܢy y+sYscEK{9{%$ =U‡<=W_c[=, yZpo#:>_H0!89E7q-}ɣΉ´U5wtUw#~Z,>#g'I VmIt-/A̎,y%f e Jhvlz&tVL-_սu wި^aP1.VE|eߺJ4:F:RS%S[5_da6-3 "jm{2$ɾ"9o3E@}=k@K.f0"&@wZoMI uO' xI3K͊9n5L,HicewEH 2wCvK l'KM_8 0;IІgiӰjNPH2)3D7Sp{Q,<m9fZSm>&~:1$KcFWT~vcrx CMVyvalocaW:,vZY$Oc jFfF9 [dx/W~Uv1>Ci Y^{-E)%y/U8!gZ9XW{$v J2Qj\B٠!ܞ606,SK\;ok Nx%30k 5; _ئ^9_Âdq7cJ\!)&-u Rzz՝E.E KU'[k޹vz${)eN;wٹ(v\6\ JV5]JyHw I?z?·HׁsTY:Yn Wp禗Y:0]yp>9n~s*)#u іv'+3=wM"CC˳!Ao\V6F*N`&vjqj͵%mB7Gֈ=cYE&3{:͞/ J-W|@pfTNG%sy:6Kp4[V-%<ԂXG` 9Pv3AQ8gĴr|#\Aw>Ljs~*mMXM}qNj>FopY KI8cc|bK;ۢŕz8f67^ n<&'_Y,)-o/YSHb#ӐtjPt aβ`)uE* q)OX,nIZ4m|Q:EU'#Ord6Y(>)㗔y]9;=^|3@ȮR3&Ȭ szE*wO29X^s=$'.P O1x`*Hz[:5 K`ׁ oc!/$xM/ZW6kU 9|vQ4nUּ)3;f? lj ̳D _͠q!Z`+.CkF[7͜RXI\DQ1|6꓊KRǣ5`RP5aMAn43R)O} b!ⳢqeU%LD+Nw#mCܭk( 1 9n?3,* Tys5ywYX.q y^ee&8SҖLQ5@1W0}Cu@#V ZP}tR&9p%Lz$E?Ubm"7T[M6~D@}>󐵫X klW^@'R.O$ڊ? xl/d @/(!gVkKJBd}"f봋#F5O9WDv"`JY _dHcϿY!$N "_wd/&&+%Ȭ4'v`Mjԟ0q%b\9xc4xUxrN&AH4UύhX2@ 4)r wM:Hmm<{Ƽk'!S^l|Nh)Iuo!v|a? . )NTwI_&RN9G3'5۲!π=#ers8{[мfzju= ltX@--\x&Ǚ+O/e2cnE.nScĈCB2ho;Z^tT)vPz _ _`I xrkz b({B,@X ~mVa"ônY"ZX_`.*oCh-gASz!~ӈ R_t n8"wyP/T5D ı<Srɯ~8$ Mspc0%91p E7 b ([.FǏ 2㼪衖 )7$1j ~8mO~/Zv._S~IBݼKF[J v'Ct 9?6;IEv4лs3T rP2+Mޒ}=Sf<鐝0b>ę3sO0-;g=hes+&bN5v@;~rZ%1]HT<僁;,Cx*c_`~r']i\JUqKI_?*X=zhD P7)І)iôct T?Cs/&-~9 qp>jݹ ]/ O"[.XzX2D!Oy[*}@%]0!Ѳ?(tOKwыX<wbb.ztXؘO@b\ P6:iaʥR-1߬^βq!`Hv:-?Mb_ |hvG)yǒj(|COnR.!֊[L Z].FR*4WMpBB.G%^^-[ J9QW*z`^vP 36xB=a 4P(ܚM `sY85>s}1(V@2Y\Q#G*nCz8? v7aGKU]1Z y{cM;v`L)WObu$# h_~v4_*O:Z)J!̬=B_8o[.{tc~OKTYG@,ˁ,d& 2|MWrnz|[2- ھ&Wk1v+* Lqb?_=J"'),`ZNŞ9Dqf;_7%MJM:뺱MMv`<, }&dU3&M0@*/*ܱCŷ^+,՛yr?YBHO^g3P? UujW$y!hҬLMvNvs>fNu3s &yVni}]b5cyr+݂.nC. ?=b%Ct4rkSsho{[+ܫjЄBa] 9u\5='L$yC(Ro5ZOV;܆M÷S DA#_-ŵf1/%8 Y @yv;!o5LZ E#vZnD_i:*7H3|T&)jG%L)Z-8jTG,EE*@@_<ɯyHvVh/qs}:*MNU6c#Ùە:%Z {\^H?5t:/$#0櫜߼HUN.-9@Tk0/'v Ұԍ%8.W![=JjU)WT \0u;٫pZ,b/v5܉-J$ Ș:(3 xmay24Yr4HzOj`F\TB 6!p Y}ДYdrPWW'3gu!U=L+5Bg2: sMPf 'HOӴ:Q5J|}ƌ0۶U9-茇:͌aտ?m ]VQC^p-ipt!s%E^ Y1O;oٍv? mק1Ӭ|SƣsdUL7*z=6ptCG!q8: H:U6հ-w796+glI[t7wyĩAbIqwC4=d#a nQɰ挙^*M낗 Mrŏصny1n=MYÍv ħk/VЧ7H9Ȓ8'Ȟ(sMdd`+5m}!ښʌ~yX_At`/s^ģ7"x$ %6t&@GzuM!+cP+w|c?)ע+_}Ky"psf"OZ4R at H10"4K o=~Ӡ'mF8GզA3]a Puo( { Xn1Nxu+n2?%Vp,T`Y`vXY{ "l9_]k̚ J9 €:}]oU#h.)R?7YCI śUT:OHiJ,A L0ɒ*רPyxFzI8}v2s q;72ׄBo+yd _$j>"g m֥jcС0jlul dmyboO[46$kO8y0(c#!}Q摘 {?aHlzW?K)ȗ!Z#D3 Gz>%0s(?sr "y?puu^{4?6uoRAҲ8i0z|6QCr:YA[-s[qĤyXW4le_y5?6q*a 6vbWC=KGا-a -((8w'?\jDG V>E&kх#KE=cV՞ z@@"an-6G r٨T_ RSX+2~6IY_V宐=Y<)0^ʗD&cv3ܭ~lUo/+ dw8>r}ơ MZ,GuvޔRq5*V5>ԯ_>(mKeъd}[p&3;a%:>Dޟ%x q(z2?y]z&AB'Q,5V$l<$KnT-*',X* c!Ox xcw8y][ePE.=a} ƃ3/,s85Ь y1OH~h7 viCB!S[2KRMd"\ 6ډښOswUX q ưO8o)QwʤkFUhCբ4s48a;Y3>Vv-2X xq̢XϩuDLq4 5&`m4 19n^?9׮v۔VCrl2Z@V(gng1Rb,%2Kȁ ?:x\ѭ"c6VGV'Ȏm½IdBk"0 ߂.)=Nb>rv3FgR)׸-4n, ) ]t.Z@ŏu*Nxԣj1Ǹrdajhe43y[~%ˁ2 嶘+9 7ՒJ$9ձc0n[[.fv`%\b8gNwύѰS' @6c `3VodZ;d5T@hIjk^M9 > Z¬μG-]H4\66!(Ϣt 0%:XQOWDF(D^ˁp'|H@f'@_- Uq,>p c3`EEH+cWZg7 %uAٛdkchzD%>8Z82^R4*ʽ5AׇY='-M<iąVM>)b~6ǾT颃fv28T||][mAk93""HN]=Wv6\|p!AF$x_ǜy^SjMq>r?~ 7 w|ֺ8K^O0" _s*[,&Xer"9 #;Ȣ=dANycL>Aױ5[*mpv]yfW[*}F#O?r3)*Ԥsqr_fn\j?Uu5|;ACxZM,;)ߛa|E)$l]4ک8*M|O3Z9rDĕda4pjo6ajP/f*'"j $WiKm@ShdA{isOTE8\jMX2oĂf.%x&R318Nv=JgHEɇѸuj}v+"zQOF̰+͞&1b(:rҠ(- i 0^wkXW1nйɔim"]@JVDT01x|QH\TTֆkuOɉGTngPd)؅QK6k5QAa:A Wwڗ18Y-ʏɇH ,<-ƵlJ F[P]o'ۀ@jX! ̢NRȣ-?PLOoMCMc}[ Sʈ-b%)ۀG6Đɢ\oHJYU !'|H5cx4*qIՙp7ݔjthZNx5rvFT _^jg{|HQOBpRk^WR[2}%Ys2G0M,yJ0L wz*?Yk*BCZnnq{t|hC wKSռ)"s` x)TWPw~Aoj[nMf;:SNMc4O+a}T ͈MUH s泏nè~|"~6(<!E%D.^NzC6K۔Y*G@S}2_wh+y7'N޶dFVǟ!*KcIE~&-5ӮwB *<-si3~?CtHAh=~t dfuEw_Q,BӴOR!h\ҹcW|=YO\xu&8|/UKeDsIH6޸$NQָ1 ͘PJ׼^νL"^ٲ90yK8^Hg<=3ЇzMS5{8Lj.UK2֍Z C,*nd^Of1*˷jj#LL|.59SvvwPIK9bX%ρEj>SnQnn(qOS9:,%haSwi6M::3©.1hSi@mC/H|PxMhC̿a+g>RLa!j-b&g@죺usxis(~ӧfw( +Duğʓ++pWkbl/`24dhgd=~翴4 3>PK.p4ArK>mB+t@ɗi#zT+U\ 1% Vnh UI0y~dWdn|q HzXKPŰ❣\_x'^%" b*O*52kmBQ<ά35b rl\?~(WKUYvK Tk@nW!-* `b95u wtNlpT?$C:,3fz6IZqR R& 9"mpJźN.Q=H‡@ Cx 1eqIkHeޱBD&[1h)PtdCx!D>~ /c[wX )YD0>jלRjO͹䟷""WWCiܻ(GfU(\ų!t|goP.Yp9pLkܾ{5FĂ(!/eK҇eNbdi5Bqh=?Issd(D۩#< E̖"K  o,  oND5r !5?.T3 ] Zap&[[QGvVU'a1F ֕o}(X|}}[x7f&^nU*` Cba kmn F[N HMӐ ^&}f![ s)}Wp':_Y )>ʷnP4L0.@t~Vnt|hNF<Ž?oKG.vI!(ƭ-(?}O1W ᳝+}LF[' ~ĺ,MsxuC1Ml 9/ci|ۤ=~q+K0qVNlkc1G~a8 ݪ2byżןNCW[TCDoh fI8_%H1afդ g*Ѩl@Ƨ{6ű <Džh-4«[Z 0U50Sh&0Y/+ ĕ]DTL¼2gdU.Ӥ2(Q.Qu 2Sk0pl^Yq+ T ?ʅ"wH`B؞Am}.1NQIy'KKAb3:nnOK|#'ܲDC&KVg^xj? 弃Wl\ )8߶ڨѭ[p`F>I #%ReĭdYm[ L٥N=_k*־Eݩ]4L:{[{Չdt}Ꚑl|!:N:mWlטA. r+jeXΰ8}gX/hc^;f,Anhy.i!۷8tP=Zj@~5T`oC|9>#3?@:snFW~)sAնC&_.^byZǪG):׷v9K^U8SNCdbpzn*‰,řz^t+~ZÉQ*@94o=Ikz&"ķݞKͷg,e;s} >6w͍ۗ+gEQ~ϰ {~OR؝u~I~H z2`4l4ޢJM"d$dd&!AХ8t͚Ǭf!㊆:pssr>{7Nle e&MݕLVbؽ"y[xK[9 )P5n&5 njT>NW߀RMԭ*kψ.։vweL;f}#KB N](ȭD6,!6m- b$BYp1b\AsX4ڲ^̼e,e|bPʩ!ڵ#no90RaVvlC@…do>3UOŜ op*|;e׫<*"u^/4F}sU le<'s8o>% hoJ7O{Yƣ TR /V-S%%?PR|+x3Vyr[^UU7A? n ĹSd h%`ԤWKDiv 0_ ˹ڕDyzv-AWKK5/Hǀ\e[_ΗsޭŌ'GF HocԢ{h/.ӘHwoSPj -[Cg Ϡ+:Iϔ }QL^d `H)*%,M^=oha"&55}W1~6)WwCZr:J6ä<% :8=[Z l}%!zr~7_@܈{p.b5'mE&s*ѧj ъ> _+Žq٥4Ja?^t,yROP$0.m{vf DJBхJ.Hm^lӰ`"Et٥Lf *'PE6[V6;z uI}Ң7կMbC_۝X\^FIl&֑:u6/*ڍo% ;k㪉q]#3 R#ݡV2҅C \( 5©ƫylFQfTsw[C^\OyMƩ%)3y,t=o:SnWK-VscteVݼ̿A,ER(*V_ Lʠ[&IK2J#p?ʲ^.^3 ۉCDVZWRqBwMĠ$bަyp71f>IW!;/+S*W\jH0'foL=|6"9iѥVQ<{NiÔ:L\+(<{s\L)H MyTUĝziycHXqii'Gr"f'(Q5iHQ1/~Qā/bQU$|oq W4 w5E+N" 9;mhi8ٚcyEbi]]L<1=  C~O!Sq5<9 {lrբ?ف'6ӥ(DëZfJ!ĭ7F?a)-L\oP%綊.eV{N7 sƹ\| u, :d4a7gT}eP9n22!\b~'53h9dk | Ddj!(+ao""r[q|r R:/NZ_R+bhTۑr yAzuaYk SI^Q1Q8XKS1 \<뵏%S>b})Jz` *(ϥNɢ^ `LL9vNAvsnT8V^ tއ)+C}8l` yG086?_xf?3s.:`o+NeÓW(tYa(ȏURTN!3 r(_M(eŘsq$ t8!yJb};ItbnVwO "@=a~ۛu. BW]ۻQ+@MMCUq1tdXp°X|΅4M PhWxX>11LpywF7fw.c$X(& o4*zYw{e_42nΔd\%.\ R`s,#aH)'Pbʮs}6^&NiJE*~G[ryYsT!e cfz#Y%<N^R lD쉒ּZ@BVeRʕ1Leڋ#'> }⎅%ÑOB^&Җ:%֮0#{^Ģ ίN Ba<虃/@o}6>]ԞN[ ˚mcY͇e*.+#!{CNIg)Z!`\63ڳy喎uVF~'xP4u~#9i"OӵXͭ~Tדئ )e~Zcd ۯ _MCBJOn?XצǼ&K>{c3 WnCLE+踗=TCKT)- Q-,|׹Ɏqњ+_]~' #Žtԁ&|{@3Nx޿S&`ȩgK[5w5XR+g_,`F_zt|i_'ƈܱ yv $X6])>Z$|HsYGDJO3:U҇qiڅ{yM[L5:t:`я@(YS` )E(3lM繯T\h p21thy ڤ'Ɋ8ٴᄑ*0Jc#0_֊ېt\K6*oMwkְ^l(=aM)2"z)R=0}7uM l]floR |Ql6jܱnj݉V~B&s뱞MAn=ˀK;Q-#T[OΊI_^ыgSnVru,u.tN3Rs rO@[?؂߯8q&UU-[ r9eX[1U\V:Y&?ʶ;kli%bQZ8ҎէaBYUҟ)}-3:XU(=@ztȉ st1it؎SQ_ڀ[X?_H{칠I|t:zw?a)Vmk07&Ά' 7&a4z̼8H) L J#|\@e'lv>-'([U9)ѓ%TNUݷOO2yWA y)EqʾGO>V-鲱o- )arO ٫_lƖ5a*,jB(T⇖a=7'il~js/ڌW&y\HEkDQD`zC ~H^]&l=sژ#7AJTlehJWR0cm?!Hj+D+ck/| %mҦQ]>:b5RQdRh$"NJ*: ޴t6\V%hpEi_H^K|7;rɉ3̮ɣ;/G6LCJ[i0^Fi!>0bn|plf+06rxL跛w9泧(Y[c{cD\51/=[-Vl( \K56)mH#c( sQ:Z-M?VFW'nN( r*nOJ x>thGWETB$|Qcv9j臗("Z^Zo4xoU|e(7)hIMJ-bZZTnJp=T _8^Ź +tU/Rz>]ԧIkFXYύfog酪"95 Y!]\ J ýT'5`.J̹48., Zvp/;5A.m*%ĺXu< (eEY8bp_55." w4pϙIpإ*ܽ,B = _$c_Cj÷"aO@-^H!ePCP!Glr\.Rtٻ@]䡴MrXdV]}Di{cFdyS\DkD 5L(~$colG=qE6#hl[,kBۯA奡TCr= / } mtSn"7$ AѹCle]im>o:s\~. xpZ.i(nra&շ҅|cH}_cE'3Uخ 2٬R }r)\Z|{$=oGG?X۷cGG8:kP@3XR{;UG?e*E~7&z BXAA:a qN l0Z{(a^v6Lb1uA r")Ac-s:6OPvGt~v8Ma dc%)?;A]9jlJ4md!v;/ a&cs؀rhįaYG].R5f8Vj|fC" U_0Km jNNUA1Ɵ2i‘eF =TMla/bPD@/w'S&c;,_ Z)jA n5x7*{.ln7D~ sV%lh[Jkh%7'W-*chU]Ow@~9ǩCH7X QnR\a9c>QOLɲ91+կGgP|0dM'jpEo<Efڐ9҅O527"11N_{t4AN"\,T:r|mShOߊ\"]TyJVf0o7F6C7 ,"Nwy_~"(3'SԑΉmDy]^29YGɪ-îu(e |uRx_+e>sz{u{}pZk=sHR26g z!^{l5D+q}j!mN-ҕdm!G4κ3-CYᰫ8,Br@mKC:tCrMod#CP f&iVLn941qR!U/-8س叭N޳8ϐEVq*hr67y{1Ud|yBlzݽFXU/_/M9 fsS< }0Y~d#~3B8 XxJ-|EϖC.p;D_X`HUL[X{`TIXp'v!AfU|dNɷ`&&®;;*V&2Rv3ߘ\ G~%*`lj6l58 2rj+GFBվYÖ|Ж箂ǒ:TU);r KA@Ж{%#ԓDIA^б{e}w %~j.f_Ѧ{z5ߍPZI6/WÉ7ftj|G6>x$աRGJQ5 ͔Mu;ߴ Wd(GEC NR n== lb>],3{8V o%.Ï s !V#?-683( ?0IZ~7|P{Y'+_yU)Q7,Sg5 \(‰!RuKе&c1Ѝ/{lARY}['HH4 }.L*G)*gx[`屐<@$m V+R 9X8!h,nX㶳0k®  t4~.??s;0s %8]Ifj\A:H\gKXU-ɃFٞ\{0,Z)>%,v"f쩸ԋŃBzn^gM`9i^s\l]Hٴj<+|p8EfS-uwoQ! ݻbbdRSxRF2Mąge-MmQouc-at@$m[̸ͭ)&Md'b +(swwҔpT<;G;#.ygnJylrl-JOʷ@XvZp.%ُg)7Q .YaJ{`,ҷi ̩cH=tZCN`EӸVwYp9Y;9EWdU-&->|rf9tD˸rˑ.ؐ@-qbp][ce1x~o[ O~u^*G*ʤV` %&cYn-] &fӮj,MW4A]w:*(7ƻ,TT8Kl~#ղZC뱊e= Z4.x>:ǜ5~*T0(n{4^B3\{;u0p|J!?~ΕޙA@e?$ѳSL*CaڀdRܻ.'ї ;M/ ,-E8ܫQ.qT %fOYl/p롔WO;h#Nd%~t Zy7hș+K6ujJDD\qWMER@T/Z=_@!ٝR(|-Wݙ6_fVUlQhDU˘]VIs6M(˔SsSdea'QjMG4!6gZcyr{bN߱p3K[ȱB]#K&A0SYDXb%X2 Ydi9s܋Hs"GHv0CRXɾh]=BX8^閅F ޮg؄k4ɭTn" ݬ}pm }(d>'6);gFjM{u~vPck70 z |aEmQ:ǽkpV7r 4~rI@[seby"$ Y3шNTkEwF[_92;.D W)ڷUhHtD:Yx_y nѠR ڲd3ӋS5_jU/3@_`VQT5ZPH~UKʦQ+)أsLTĄc m0g+O$b&nR*@ǔuyG=8z}[i4|,Oa\t Y;mbzsg~A ϲ&#,j52syJvYJ.8*FdF6P@JPGVFi_o ͛'O m̺$:Ej,<- Jw>/Hڵ.Xy"fzV,Ǫ{rjS% y58?$ )}Y}{‡t<ƹR!PTvOins]ւyU40-"K^B}S^Eul(a3wdZЫ2y%%m~0ñ3wpюb<|xtUZ/oEU0|SO7q@Tb/6.(O`_Ijq>j#znLee*脳T 8چ|ώ]B {m#[ה5^;g#LWMU@ްڭM&+j*+Сja:mqsDK"^ 3hctHj [>=J;2VKGyBA☝b5Cf*1ܸ)h*{}f239ըN숍w fm z}UGܺh6N&%!pSzjEXDcԦAW5bֿM yiLk նcv/9^loW̽eZ9v3n-nҬbޖ(B{Z&QAӱ=5@911JyRN>pS  >EU_2hyъ?ѥG4hYdQL#+xiQ:>AS^|X$|K8'c!{:h,R샎ԙ`ڏ2Pb{-IF8"$Q&é,VALۆ#XII!qaKqHȣXʃ 4Ӝ?c-1cީشm3-I4ZTX̳ZaQs @ 4xؼ{䙬 w+a)ͧ'*\k׃ҋXkuFuPrvꛘAqw5LUpY^kR_ AA,cjqZ)3ZJ/PFwןvڹtھTR\w{XqDƕPb^6#z$x݄B^A-okP@!)ܪg~L}G3ÈY` J_z=^e3)];ZVb0MΨvR|܁ÛB10mb!a`;VdLB&A|8%M3EfpQ$ioS(tJo=bPB!8/@=bz٥~ kQh/`P[)yI"Q6Y$ⷭCmY&q ݷc? (n*B}o PBBN'ǟh쾟8D-)@8b?%V+WN!XS4%yU4@" dKU:}VO 6hn2K66za^"8:K< WE*֩ px(}K ~nɜHX<@k`{tdYf⹍OO #fI׸jqoy $U*T*&$pD = Vv3vhouw?ЕK[Go"z0;p [pEA7Ȋ fP'8QI C.]t$g1w I`5l[Gp/ƕ1B?yFҕ@3>|˖DZ@ ?@1ēsL);&OOo%Lb:TY,R "ѤӮ%-` @d7i34$|EX? 2gӅ|x~;ydgBʔS/6Lmkhcֹ&RfRNu?ʫ3Tgɋp8#z-ew@WD= 61o5^"t\_x@7o xOj T?%lCл-J ^t}PˁpšeDyrtiRO:$.F,{3(i~}ySSYrjksaO.,1`yHdޢ7Jy*/j gr R] 4{ח }ٮ@N`*j{;B|ȐjK]2s`"6%Wپ=[D}?+ "Nv^;-ߍ'B'&)v(j 9HВs3ݏ֤η f yP^* uD'^l/Iu7j&?N0,g8V)prL3PV.JKACNLF3|-63.M[e̓g$1*n:Ece \= vqL-Bw|MB{#|R fjpO #Fb ua|`Q2o ,*/*9lVCєu!ݾ8 ύdO.<Ș{g*[ sdl'1OaBlT4z)|O8hdhG=+SIuql͖w2:DL0us; 1,*׿oz&^'{J3F%k|ro5iW!9 ?(ۇK9?,;PWt83_K[ -0K>ț?ϦM;= ͩP\m7F)zw …C cW"[T^vpF"@TN8WS&:gj)jMZ'5NCH#vx@M239toj6/0S"h˝&ϛ)'zRg(H]S~BҒLRT Z+q$bKO:KmH)T k3%*,k6<*J4V6^ʇ:mwzAeGJ!N#D䄀hxxbOV #& U eA 4`[h`OANA*Pz<* zC%"̀:!F݉zR/1ZB N 4?z9=W [qr˩_̪1XJC@gx,vھ9̲ ?A~#G|"gL g" "STm4؜pŜ)tDSZOHJShC’!64Bs]|$g׸b*tj!C Ii }kpqZ <}y5L5g V13 8 lE;Oˍ4b>–5lbVn? or| 6꪿H`=Qq/f8x/FF$D):#͹o>e9S o8Qx'$+er]ӣ݃h:gCFy⎐x6%/E>a-ܬؐ"04ٓhLF&$7yT%҃(rE\$=M ppjI߿g .Դ_ɢk جv 03½bG7^.SipFh~iikr%Taqm^f\oASJ`)Xi\6o[oqr >q^xo*ungf*a!y6B&ٸ\0 NF-T9ӌ8BB \+yܗk2j+6 ~҅! JJ%﹠DX' + 21e,GQdڳAᦑρpcć뀳3z:*n:5Q/ +.. F=so;um5 D$ǵ$htW\<ޒ!_ % hczq):)Ig() 2G~!Ac̱H~k;gƔц{(iCBߋٳ(ڠ<, G3|H 97ݬNK^.[4׾X91W_f= 8dn?6/DrޘitgϽ{#G:jw s^(u̕ԎkA~}"hC%H*yZAU*>\wkqmʂHeI'ܙ(r ìML:Wŧ [RQo#i hj.j,?vS=%췎1_ʤZ*Rj{>w[t*34(߂mlI rUV_8MR5,VrGˀ'Š<7bm ;³ GdA~/hw2Lv-;㕛,fJ+ T 9ɇ0`(L 'a2  Fu0B>l>GuF==91%SOt"[aôe{fMf?lQCv u zIXtLv;ĸ45h߱7e4W{w撜qB'IG|1ujmY LLg! fN,iNT(RN]w(6%,.ؓT^ :51E| {"˼D@0,;{E  TsV\LU-xi A~iWe}0%\ޏ۠g+l o HN:z1ru.=£veF %!D-4 G$>JVPksvEع v#;g5]'h c**vaTX]9ϊ 7_pb4M2!vg?鲣~էeT2jqX ;TjzV> lY JeS|0kJ@=5h+.jDEHv&-zP.F{H}]9<=bw9؈ɀ?ǵyٯFڟeIM k'%`-KҪRb퐕NOYmYBU# 1j 9$j!(h1GR[-#5LCy ךKObm ӡ?xI ΊiÂJ!H ]Ŋ?g%S\JB岑%%&qp;A a2U(xխyWNg C ;|gzToYu's sUZW ӭuRtjvO1"Ԏؑs23+YeV]j s`[*3;7M"7Rٕ՚Mx#-ƽFm(ʈ2~ X g)`&e0 7\'"WFDu\1Ns ɛvBB>ib cyz808d;e $@Dy*-.}&$42H1?Cec>mL/6ȘIӟF3NT5o~|X3ٿo?6`x}*H2_yNުFo^=,yT?F U)fG Aiڭ^Һ?uQk 7M:pwʑEZƃ 7lel!{?[%$<F`MCU#$9*wzKF> fHP T82)Y}qhO7M]<)UA{8v`HVAbkIu)kBӪ'4=_+smz Њ<f坷yc\IY,g:<@.Lc{ "Lv@Ͱ7F/^ [}c)eh+ 1 ;?fyHAM+m,E= `ݛvv <+L ~elY+~$tӇDd2, V'RdE1}F-,ؘGRJ7ywbU,h40F2C1=ij|A/,qu2^A'܃xErY_.gr31)f]n9mzw'}@ɨ- ]{ԝzi7#[eӂn/ҙ.M/k$X,`L |GoG*f5)7D:e€O| i>ydZ-}]/CEEW2+|Ja2! ZK %cHɛx/M.TGo΃Vwڌk% >2#S}:ںFP o|"N]˷Gd4Dz -Ikd_GƤSxEqW!SjOKmwVM<;ܟdy.*4NKƕᒦΟ+>8a\w_C m3Yۗ"Ը/E;[$Q壧+at$Pu iWT̍V\j@ WijsLTU:BUњ dlpM%W%i,4?A}j C;<ϮA4kW ǢP(iObDe3xc(d+qXUZG'kND lL5 ZZyq&"~?\4x:p|Uvϐ|AX#i~w46ş[QL0 nѵ1ujswKEE+7¤ bh͖xVn('|dqC{'HVhصARa!i GxFQ8Zis:9oa_ Pf04b.}ogUx#ꕽE'|9Tsr(WlznWw@gWFHY҂G[ooG [m#VHD'L}\wfVs~*z_YR/VS5W_.~a@GwFpD9*y ^L#b,=o:BdSUn5GhȰ` ?hB HpڽxI<\Wu.Wp/Dϓ7e NqZ5zi<*B1j؈2XY[\ʀgN=\;o/% Ӄf,r+:>%Y{MfoZ􀈲|jܪdp;@=m9jax6SN7* "I}J<'"s'gS/[]4i^-; }rPMn"nu!fМ* AH> =~S*E1?d rlus Mx>&ߨ,+/tNwě;*l/UOja :L7CNheT5:Z>ڝBA3t\ eBT, ;`z='ɨdOwVڶ8^4#LLfSSCiR?f jHwt!)\0_j (UQoI[hq j1\7 ],MS${-Ǔ y“ÖSc" ((B'ةhj=3P9W2kz_z0rVҿ3v{n~4oh4 Dw+Ug9,@ uuLKVx>r qx.r"9ͣ@ٕ&x\V=1Lyo!ўD_}MęM*Bo^#q`Ͷ43~Mř9cVA\ |J(D&WR;Syh3åIٵuqiH/!S FPQAFD)߉ȹJݻϲ@ Î.u{(r]6 eXUAK|#C|bVքRC͊G$QY>aC6U4(g8 7ntGl\T `L bL!/1I{7(XE0B:MjZ*y{fnaMP A׵:Nm 6;-TҼD#ZTP&'I:nX] ?:r 1Uӑ;gGc BeZ0?ɐ9 =RVG.bgir$``&vL1eXxo`F&K_<"Rgs~F`Z|vm~ ?Qwւܺ,h}SN0o _]ٙô/2n2| IZ{`%Sy<2xjoB1^glv?p(|in֎_/TCU&iAƆӲ;T~, .w60]0D(J~ n":r!d͗uV_ð@hjNĢcH ? _N%6h7dirdϳin.2Of Rλ,F(x<$@_ ynEFQҊH2`*97wN\7|Ã8?Iΰk1Se ڶL{%?7]}^Y )5>GZ;êL7/escFӨ6UqQ%pd{E6h_whPtzWQ ޒ7׃'m)v(^+DA\0Wd[qǐio0],3C kuDpFm02.S6 6rv<.pB|iij ]Ⱦ'Bjii*v}29VhS##zANIT! kɵŠYBr|R&|1N{fq#;%w\5+WIm, S̈Lt{-^Q3){gl7tBI]ʖ mQ/^:L<+,sFbc'pc O%h4 hS(ۺimr. ]K?w6F}l|SdboiIl4SFU]47Y4do'dBǴ%;pv1;ӇhQ! i &MHTѲs6LX[n\lÍYλ~E#̎?oxF@O.sqm ޯP\'UvB&% YyJͣ5ѵj$%sԸ*ߋ\֕ZGO/UyԆL89.LZɃPL @e;CK==I0`MShJRgcuxoQFB\ c+Cv  U+^="?Ы3쉉bCM0xvFb 7 %foub17*py…,m#h4Xvu=XfTc^_jP{_2eUN%D z^{bE@ѳrT~,DW̅LanRm-` ,43*VƋҴ?ٰOݥlfy>M` ĬeBA|Q7Yp"8U9D|7ͷabF8"u7#6:::P-|B#.U')p;(󂅩fMnc{1c+Y&D\A bqD|_;P-?ɩ5'hp g5`GfW,n=ጽ1uh/ >?Sthvvm1fv(jxZ)ܿK0e,T2>XtM,fcUl@ ?^Xr _UiTݔtl"nE+nf(8Շ-``AD{]QcHVѱf7v^+$s쐚FF J5qϦ*迃]C'Pia[]x(Ue|215&K{)K1 ނn.A>VU{Efݗd{O \p^EA)B"8hE0k*B3H 6 1eq[-:tx* [JqMEV!ёeo/wfz_<'/p]Y3MKhZE$0TΗǭ? Dj>2i6{s9˛AMݒ\Lp S/<+Ş"kT߿Fӈo3*lx%f+m aU 2{DxN_ Fq?'yvOُ(?WGȲ^d3C4Dۀd10d+b,N֛)1d1`4V{jf)k\jL0wgޒe7 6;ȝ>A M\oΆ2ܑy9TXsk2b+cɲ`kߛԁX(y]S1Cmjeـ#öns[jU5&TixbϳAu+#Xk_H3-]z24tHe/OY\}xOmƫal3sA񧮜 m!D$;(o?/ Vߕ%clU +9C V"yJ*MPT.&[ǾS%ױ7"LbrQ\,7ؠ4m72\ހP.UPbkϓ`#c4d{H E3>/k}0 \K=1CsփDAјAC7s S o jLI,`}xboњ\f!'{u<$J~;i:xK+-57awn BIS,6frlC`g) C0ÕyE&XK?BmsեX㠏TS:?&R9.JFŞzLhm 0HVJ =̽ݒyȼKWa!3rZDfσ])ϻS}-O;y]Td]KOxSq)ԎShPᴇPPe0+ l૩&*\,s`0ʢҺV^L.?v^"w63s[ڞylL1lIs+Bn:T-:.U|c6I;kts#"`aLd kJ͖dPTYPH9#!'M|~JG^ޮB-T; 9b~ rqcu﨔nFu[zQլMHۭNho]y"*d|I>Cf-Ǥy(˶(ęE~1ՓbvS%!rĜ=QV]ø{zRp2d#=P1Hs/f_ڍ`r{Z~c8 ^du G2jb7tC~Z)x&Mӻf I1>)|\!s}̴G煹&Y'UCƂ`WmwdF[ 5I_B9hc(:\<~ᐇ3 kfh>>&:ZrE;ݩ5}(&AوDI|= ,K.U%ٝ_\wyuP.yyLnJ;f(O|4.GxMR+!\3>iߘ@~$_3R9qS힡pϷ3Q`dpu~$¬)Rtzi0}Bkj)넒ޠ?%3l0SSv=%!GCM~a3|J/ aKZXFA&pF$/ưcp/S/U`#G:.X8RH==*rz] = ,x +|pwyFR8$̀Be5郔K`=uN Pߌ #T\[Y<ډ1?y ,a:vfO.: o|g"G ]zF5TXKb4LT+u8(7^/eyڷΒ&`W&!4uj{% tE2#HVA;{qZäƦƕw#/vc:KAvWsj8of_OnnDaO㇖c2Ny:4ͮ ݡ4kuPФߞ]Ofv,KUQ*!E r%uz$ |-*Hj$@՞·W:b= S@7^7y&Y'5uByx*b՘F{^yQKހ@Ɩ{mI%xP%pgSgFzQ݅l;^4j6jkV L $$ pZtڒGqPW=CI|Aw6o&GIp|Ii^ZƑ2 #B‡_@d]q,*zv/J|{sD}79`ԝi!g4m7VI~9RYU)b% GGoGWuh' ">mڣGIOp1gJ8:Vkі' +ЯHH0-멇4ugI ,w&[^7:IcF5* 0b #KL @ )atlɵG-=N ЗlTS&vL6\ %`]*5lA=hӌtGQB{C āB\H8i ǵn+U(^˝Yvlxƒ#yy+EaX.U9㦙Ifn[Wi,>B3Kcט==1 >k\:&O5`{kA{oX:کl-J_-`!ZuǞaB4ʁ?k`BB7bGdkz_7aN.!7C5WgVSQ$`uG\v\/>FS½g|1E!.d4A貮\ZS:l\UEfxS WQB0wvP]=C {={`GbTTR -f2 x'L )`lY`܂iALHP< 5Ɖ|jt]ZYh@x߼0R1^E9LuU HLS\.CoͳG8R4[{dF} YI?Og&Ѥ|DJX[DhIG.8H9#{4$Ks'fZ֩2U'4,~=n{y%k_77%4~ +vp8sߞ V#[}bKO;0 FQvى.DWu+gaW'osj9mqv'DӎV0iV.x8/ m )$2R$v.]^\#NsR>}Yv{>SvݸƦ-(Y(3 IL,S tn.eN 7=ȹuicώqЊgiO!ࡶ+~L׉iڭ)i!~@CW0wV3 č?~p =#*I"[DM>xs|zP-_{fNfnDIގc d{׵v ѢLy\iSi t3Ơ 3A˿s-ö4=#?nD{*hy_ լ`,ŷ${NOemԿn^N8N4tnE@{X6uqHXl}o" m5Wf_b8LUEg8!F`Vna߯p}f\5eTXz@xҦebrG(3.9<;y(`c NAZYiލ ˒j9 >NZXTJʋtPQkMF+eU zPlw-"T?FU"ƆBrfhXHHNpk,xf3oELR ۴71a7ar6Z w)NGD͕DDrf0 ھ*˄cI)x†rY?ݞM>_9jމ X.dUmCUljbʝ鿢>Ô0O tC=9ȇjtg<%04s/MTuתheS"_]~X~ٗΈ"_ q&rF8wמ9J1qi8gu ;K a&2jh@`ʭ"#_1/nMYzgI] qF/<1Iکa7YǞTosė+D:>Z2BI2\Si"Ai衜r A?(P [6PeCH `!Az-I e׫jؿu fX?5P]ZqڅN-TY_b4piiEhM4rNE<,>zd57D%ďza]f.**@lJGgW BɬӀfq1jnsEVD7 kFVf;'`pctjm:32"k\+KKrU@2 sehPZ֞lT@EP3"}QhݘInt<^rGT6 nWj|yP2huO1{i^~e:ɀ34حU "(E M`g+CZ))us>ϫ?PufOyK1{xشN[M!oltFBM\"zxEb/\,#WYR+Gk}!Drd:e fz^_g.D+.}9.f;E.&C"f{N ީMy30pe11&AʫJx@|ZomZٵ<ڔvؽz0;Z4P_Q dlI#N=$pvTr2Z8;*x+R."DER,e.d;T//jܿ;t*AЕƳ,qܥ [ -BhAw5>.֙r-(nFr {U)#Kph (T ?La CZҥʛ]p!r"q,VVxMҨ4+܌E5b())xܨYʒ ctƷOIWю{r?h 9LpjvioDN0GUw6"4k`<&=ڂg?ڥ͠Wa@,Cq鶕5QgkC(, YJ89{nr><7[(^ĒPo #OϿp'D aVok^ V9{(|p {Qs 5^r04yRO u s9ʠ,<0GQ\fΡ59jt2)\,ڀ(_}+)'4kB՘'|'h2OFQ0T! w~Cxf(GQ|4~`t! ;-w7$~~^؝:%IMbK~}x<̆M?_'.y- /cx2S"{jsSxߗ6Q}o" 묕W O>g뿜p cAOc>S' ]GX۔3rl ΥRXú9j+kQ0*s~Щmbʀ}B $~d-#ix q;)JqGnuٗ0?-N,qONO잛JI'$%y٘hPؔG[' E G4ɛ! tx2u&{0KVO/$ge0ҥ껇6G{F^;a} o @X I!ȬVb)Fv:De2쉡]Z=+34>*˘ *x #ɇSo=ν` bzWOr39#a:S|L?fqN.;p4wa(~dC^D󱂽۷pC6̎w p $Or'w;^ĠV'(xn>}wJY{o1Z\.a?5GYmcWk T afWWSgֳr32SIfzQ7B'9g7iͮ]I|n8`"aݥxp1)C쥾;$YQ:tg?*:7EJ } Y, GgFÎ@o1-J|*n ^<{T9-Uit͔[BP!F@ Z8>{F7h7;Qgٮ^았flïݤ"\ \!zr\GI/5)c X_o\XY0w5x&c$ |L8/|{+̀yS&/",5B1! dJ>rtEdɩhof>iu@,DU~_}Yv4F6/؏(}E A ljx܆&?Opz"Y[!$` Vб;?Pjblc= 5ڗ qm!p8lG}c_cW`J݆ paua]EWS/W?{f֒=Jljf'\x΀mlf`kN3څOL|fi MJ@Fމ|4']VҔbHwicc RN,nF['`Spؐ[{O/bf@o&tn>j@7#]nVJgJԓqJ^-T^sa#?ڠ_!mO'zC27G~zgCG@0@;s4Ğ-C Ou XJ˯ 5+z"][y9`ĻfYkiCI:==P#F{Ϸ\"\J Wa0i[ |lVgA%kF|g6=MH;>H5V,cCJ &  y`x\2a6% }?_sܼ1=9 RxnS&D ~ie5?@0EM~ #Ժ+ϩNgLT/@)ozQoR d |OWu ٤&|T΅|ח!X.a[BĐ){(,='ᅵ1b{2t|7u1pA wn`řV2QZ-E}61( Sgjp3 !*'BD#|8AsϽHMD]U9v}ibe>?Y d{@nv+c.ÝHAPeÖY]@嫊MDƏWX] ;W8Q`fo<-oPQU2,*/~PmJվ+=8Fh~>ǥ3?xݯQ|.;\0C6F"UpaG*ӆ+z̹>V(k1(.TOP;rn'CZ I1sP.Hx`hl6 GI*'㚰k~Hpmhlʹ=LX ] @p]bZxiS4UU@E {s5mIv;'gf9^2P날> .  DfiGB/S xgc;T#XX%?'>\A]mfAX b#/݌v)lxI-oc 8#v>}j]hMZNy SRgicCR}ʏd1lSyлI)!_PMw՜a-ѭ=7 򖳓4P_IZ*BN@`rkaX`J\2 ǁîJ]Ra{,~92 hm5GbHv˧]޻xvP `kvSX2~̢dsӔ5hrOMkoK\?'e!~~P(ʽ4CO7>EϷ -LBY{Ʋ ;p(=f_XĪe :{3KzW<^9m̟3q>ǽ2"ͩP)~X&G*Cbȵ^JW= !_'~s7U{Fj;jg$X/,LgRR$^Jڲ;L ,rS,tTcfZ!+tk%Bb7y-5q}Cv$% k~G5 w1z<懪-Me,;UxLN湆dHȮ%jݓt"Vu'L%*0Uae/V67zN7`~\z-\;*x%VꌮH3[k"f t~3'VFaN.vΆ ^RUs6#$_e>8aSy/'w0TGH5crmomI}{Yr`0n5z-FF5AF1/[&  ɑ'\ĽaH8+WMI>2UtL W͒1ӷHLDK=-V61OF iax3l:p vkݧ< 0ȺAe8\ZӉ\=*2PW3z$ 5HM h[rk9 Y.D8eHq8޲l8xeݬA[b.!r.] K |ґBVb&;ֱ`Y81OBV7n/yl4$VH26ق^dLǢt& 9{/7YiD8gpPQ '(RYa &L˵Qi_|Gyr-'2 rUuZl ]Қ0|RQxAo ,Ck C81146G|F;o`\s/xߞϦbE%mGUQ#Y@kK;\đGd142|z $JL10rk!8fAJ>1VKXV0),<'hč nM 1U=xK> m _&[Ln*J,I;/in#qSO u`L.O2!<zͱ*I;UCyUc`d4B]ܑiqT+@ЋƉ};hۊ6PgnNkv[|!yfǷHuDlY |k% rtK`)"@'*LL|!sfN>|F:c? Gbe#P =]NgCb!:HxR#\ʰfx(+ϧZرi'g0cYbE.i%Fk :(jb`9"V9IXpoӑDJa|qL缗l]WGV r$,4zi6K}fOAxt㜌0_ s RAS0Dy* ܃wI9 oR= L"LPi _E}[UƒaH6\JȊvGąDƂ9T9M +s]S&Jȃ)hF~mS~pUr <t |c\=W}-`)>(ӁP:]OnQXyaLVٵf)lڞ#Lv!.LWTAuC,sx4>&yPfgԔt`4*#Nhc\hU jZRý"du]"]=T>T ?ݳAe]}_'3X5YHekJ- ߾pEF=b z)3~sZ![jrMCI/sE!s=" %,L$G/rӃcPJ'Z{_e3!cPm, (WfR5U5(aܬvn(MrTcnS2ż. H[3L&϶&^<݈nB*AK~C17`M@{ʳ` 94&ެl˞]]OJU6ͤ-*2{ !ߤJf7XDo]b%7/jڑY,\j( J>lQ,T<2F6Gدڈ#*bW@\V֙ߣ,g߈f9:V%&QEiÐ[ 7f 0 59[k%&M`j ݌cz]d鎍{jn-QR۪ +>foyLӓpe8ȴE4:^2?v'u}?Wv8!s$:$ҨȒiu+&֧mG.8m"$ATH*Lqx,1?_cP=KQ_q`@mτ&9ɄAuJVd#"FB*Jr%c $bN;}Ȯ*CGc#yӬ<rF/cb:!4Pے1k[@p歑KJVb$hzҳmiDOAX=km2O26wng$WҡU]3D.Aĉ2ZRHӬL 1oQcBS mpe'Ud#HLyK/>m;C-Ȃly6`aN Pk2Xi\IU.wfgһqD C!Joߙ4 dg3ݝS%W6Mdo( }7A_&]Yi 2߰D .⎝q:R'WO,fOrѠD(Jl|g7/gGM7^#F߯A>W$8rEhͱ*mWA6yéPIDo,e16q.UuK(fW3 vmh]soR"Tcߩq9A?dm|)S9jC>0ɵ9 Dqzv+z(○Rx/:SM]ws s֑ Ʒ~1M-O&NڡCJy]VM`RS,Y3e8yh\ k.Kg:GzUv_"k4|7췚*/8+ʼn>a6JAUd_wMU̅>u#!l44BO ')_Ȧ7l^GT?RC[4>6X%yvv

b uʰ[SNCL P;"0ZN1wl]"GmNu[#G<6?%'7"ԁ˼#cl:oIN7N&Nom}So Y8H%/(n*xbjyӯUs)<7!nt\|ݻp-~[\\v=߫n (3 &vhQöLҩxksVopʴ=]QZ%IPDXdpϙm4$޶X#Pt_pOO>hIɨX?t8!]y|pw iPsmHzn \u TICӖp5.oWM"'eGkȍO#u\4Soxh@ĝL?~skzC~GE,>$I+]TWzw}'N6+˷m>;WeW$%_arvɴD#";}RJWe="q ]aZxk0T+/ǢnZ5o[c z:00_RqxfZ!'c7N`3 VN61"Tz8_j;][ ^Nt.bY8/ 1-Xb5'*)m-?{͸sg 0;'-V{:Rk2(R4 87GLW2i ڗl~"6fXKL UXVUw+`f؂|Qofr ߌ-dB= "PD]E3Wa0p o9lA.ׯS㕆o8_>tg߮aiICVk^ s¢%!ZD0faJ@NA커!MOd,iG!A@Ea6^ ߩocs#>IBFͬˌvu g>scኂXB٥j>=b,&'0%Hun$G1ʍϸvv2Ff kO:6WS}{!8)2Va yI UC7mYS$&|K,NK41ډA Kӡc8*q!V _`AcYҏ9L&4aUG0M< IWqu (vOFS%m@TӍvqƊ~nUw2`d'2w|k>@󱟺Eº~)(t% #Map'%.Ig@> |NY{nEwTwnjޖ]e]IB3w7-Cg[ @E{Q""7l/0o}b[ROzW!x1S$1&\TStv+ߟ_ nyѷ`ڵ{ҚwVj٠ëuS.&ܔ֜X+m{*a)&NXٕ%B0DH@o#N;8+yn#G.dЈ0( 7@Q=e÷ gGt8qat񭧽w1q )_,0ö́yrNJ9Cɩ?X1Ha<KLgA=$ s|c"'8l tZz_>q@RWswB(m?rh/% 8P0g +UT  cJա{,Iܷ1'+O"?T1WyމT=%8#տvoxI8Ӫ"אR{͂ć*w+^50e<}Q(YM`k@K]iooT3H|jǫm801ȋ֧X,"Hvp9 CqrLӇ@(ȬaJ,(X=W+%ɍ@ Vt{PqnϞ;OxPXs;YvQe@嬫+_\c;o & k ;#stO h.wo6UEg3ʛ %"ȥOvA^ZTʤPcĄ7De7iɎ;U.qau⠱%C=~(訴fvncTl%Xh_ӄ?'YtTqn/!bY2*,= LpΆqo=W^d>6)Gi>L=jUq LyW?_:sw=0awe`Buhp&T]삮_( 2s72d,}gʩ: EtJ (_i%NX\ݏ&]B\ 2U>K>k+d`:wFӼxOjlSY/-څRL>X{Fl)r42-gex(,^$s֣E5Zi@l0yԚ֯iSVv5Xt6m- +i8+—%Vr}rCВ8rV₅(ZpT6ǥ4As X]Jhjc@-M{X Zb w^J<ө:;vj\il~Knt[|9dJ)CO=G~ K+;[vmi0 iKsF`mF01S]~3߈^H" zHvfr5EB'+4J Vb;%y.t.-~ꁑFt `ɺT?\j~;Tq ܎fX(81: COY!t#Z5^ 7ɳgh1>Jp.*c<&u԰ ³tr!b\[NThy3V]о*.X2/cR!tҰL80tL4:1N합)% U1:0F e-q]LgB65\1[-gf@ 9zJp 6'z/G@)Tٻj%c6XY9 rtG^3.#тtAm֊*;ӳ&:1\^bC1@En# V^eF%sdQz`kcIMZڟd6#^;֏V,$+k+-5`s6aiqOmf瞉pbL2f +Zk3E(i2vgHi{XY[/`_fMy=^.8"l@xi4f> e^#aRmp+hUL#ȇm?{CUD!PD%b9j%',¢KfEGZXVu 5 #EWǐCOd GcZ 0Pc,[C,,B@ӊ d*`}ujm{V5L!.fa/ԃZ>LhӬXMNM?4'Coh|?˗Wmj&5f!I#ZV*{D`iȡ@Qv0iŢz%d¹0n+Ќ^< "89<3> UO4l ]_vmŀ'LDhCi#A./^ٽ>hOX؂,¢5D!s[ۭ55>CURnABɈ>{jk*h$vj` R@I##~w$IہbP%0Ѐ#1sﮀnμ1kl!xqxG ڿ,Sj=bCWR7 4rx;| ڵ$;O2;Е' <u=sDuhү;ku N+/Zje& c߹y uKVE%֯%Q NS)Eb81vΪ~Q]%H|2R18섇aO]Xj\VR (W̳y\4"*Պ92j:ԏ1wu7I,SX!Y𧘵W3;SͯW/Ƹ; !kݸg?z&!s 8l_a/ѫ C)|:.C U=R\p"> .*.8HzTgEa0D57&b&CrDۊyQ޼ܲzW D.I-ƈkÁ.g.įdP}́I(ȉY+eKB@){RSӹFb˸ZbNr7Os3`d0V@+' Ч6v+G#yZyQY$$(}jJ;z]\DċNt݈¯WtXcd$_L#uKŒ<N]$&W9bmu!wMd^P]AJ҇:0rSx`xR%=,Skع°r"SQW-IάհFT__uLkfxÊ95(h3hJl!eUr$x'p#P$fԅkE3/ďLeAj;)<'ˍvɪ%UαfDɆT1%~-l{g@+DvYӧj.9mYDP>aH+◔7Wӵ=I*9o#"_{ŬN@KǺF A-ьuEah+* ۻ.Pk QH#yo}n%t`Ee}dkJ3tMH3s`;T2r)wmJ3VL1Ky[+ iǷ 1K샒-_fLJCa(? N$PW>6*،l fZZ>Fs'}?N1.A:_#oyd/"[1h`vѩ~j d){:.s.P6H.iͥO$'ϗֳ?.{Bc9kv\[Q麈 'AZCt.%_AvdfN!##6y#9J8!Ǖ HP6ٲuvs?{ɨa5t6ݫmLx_vKzׇN.xaWqm$Zw{ Ivc;lj$ɦ YJR}T  "訄dx_ O^$L-ױӲw)I@nDp3 <=Q>^,{Y+2o2ab;_wECN]K'ηсY"XtyFj `|9;Pv";~YQ^9!DQ.C 8f_s9 ?%td"5Ek;ĔTEI/@N=T6>OgqBk4YġTKEiFa.shbn6D \K)Q'$'XC[BU\BYhH ~sAJÀc#X8Cbso-6mͨX)N0Z pa/&xszU*y{*p-WL)fρPӜucK9:PqCO]LA%TɶB}ƫX`I<6d{bŎ48TҴ9sÃVEj (yb4fXLYl \̻KӟV;.9;?~ĕbHlNȲ-J8V,3af+!UI:ߙ54`kHrG0'.XLk %r-ZuZT/g[ůX LM|& i]ryT$vU>T̘Qٓa2MؑC>+Bͼ hUمV6D*J,`=t4?u)R *Mf Z*l:0(5R4??^/7ֵNƓUGpB;.+,=Èjx1g|$&FCPAFF}&Roa|P xe?a!bׅ9vK0_>&oaw} $xMb A ͜@j5xߤWV[Q)wJxt'6p K}y~+vph^>]ݶp8CzlyVWĖm m¢V'ZM&_kIxBCV/鷬8p&OadϭmDM *{Scז2_ S aPUaUG^k[ 'kJq\ +1J`Q+s}R".՜6[Z9Ta`cuv/UZ) Vye769]&!;)В*w)kzx|yĆ`DbC 'urpZ\2Xr|E% ĮaKM^ۤ ʽ! 6='ׯ =SB;rM8YRYSb휧>T 9q8-&%R ܤgBܤS4 ɳLŨ%F:&!Il%[= Pv[Eƍ \5Hi`6|#FЉ?g';$s^M̔ 楶;Wx nc RZDȁ| poh؝YN<K[؆cZڱZbzfXrdb;+M҅x 2 Yk %2Lj禗ZՂ/[trg?-Ý 转3q `1!ܽ-"MG{>[r\$;bۋY@Q`IxWKSVl>]~G@Jr [C2>$SbY)'Wҗ3al)ɋwf+j)P3U;)8UA'G7tMeJ\ŝH9n!r/ZXrѹ%,NTzM8E<_ȮB&[A.l ]7QҞH c{ˎx?+o:q?1RAfrBSKO&:DySd)^U55}6j< ѻP"LG cDCgMܒL9|s{q.8 ^{<{ >fJ?17YsJ,yqNPpim޵ִ`5u V>u϶f^\%O#+ry6=Rc]jxH?8 +iź`)伫PLշ~Ԯn|Y/2֮5A27aGنyeV{Y:>&nbT!hh|XNEؿ [Gk'ԁϛK3" =T#,~a׌y{ـߐ` fT27pu $` w)FK`-1$>45+ Er PkXDa硫"6G,5HO{2W2)d W؊tIhCы>qٍô 'gА 2 _(wsqU?#~qW q}Ô_B\zh5buTJUV0oL4VЩErNk}`5DZOӪYJl"?& n[7_>:kk2ϥlDt=:"L:MS "df|qo,- X_tP?!Y [At-z}5f׋!z@3(;@9-ZKk/O6eq,g(1퉲+{;9k<˷%6#.rj&[uѳ|_X0ܼ\,u({ GLY-Rb-2]!MM!;@ <ӊ-q_[֪"C!18 n|% ~{P2C+7 aˠouZ (.8FFÑ4 )dz EK ī6P|PՁ-a~ME9ϰ4\G {dzr/ th\6Go^[ayLFܰac;{7I. 14xiQ"9{>`ä1~wK w؝eKk[jhXfiL eʊQّyA4!z f.P%ֲ~22cSϪg ҨuB{)RY}fA WHKChs7流uhi$A]n/Q sqnoMok/Wp붕f+S ;ׇ&H? XQ,{Wq̆7 z_XlHUS=p!,ԯ@66$ "?.#Y_SI1T@/GO"vjsS".Bck);Tȩ͓#y61型6 Ìh[5ZҝKuBrP&Z9@BYN6v~B/sn+GnpJ@xnj _9/eQq&˥w<9m 0 o%tHbMstT~cɘp-wiQ}hRKVT }q;4wġOQ2w?Gfs-aZ-jJnCJj&7߬h-#=•A5ɘ+4l*j(6ώƓ112F8O߲#P.!5D+e 3#M/V/R p;G6I.BPr,v VEdM?:0VOX cma0=A!&:@斋`nIH\5TLYAӖϥ4W}rd(_o_cl.z~#P<瘧㟘Cq.N2zhFH8AR&rptu>)烜 8eq?.c1 y  DGAhOwxpC6>Y9+xAߔJ4Æ[~IE8dt@͙P3ꌙ:3o=)0jC&j̔( dWڂvzqH#_xPnfV48s+*}& ؔu{K 4/0cn;[!3>#,

iF?mp'KH-4$ͺ|-csfZ_)IsxF{Yi;뱍pOŸ(!ke,e,M'ͮ_U,5T281ˁwvASDIq\LZeYNLGH$*FZӟS}$p|nQ$4A>{R-5mE3ncޛ̈́npVڭ*~uH[B.$euIw_~ʆA[){. 68pG.9m' ke;& xE\W_P.5Bv&I[orF2T y xh Pϔz_jد`tKWՄ\ ${08ں;B2z&eWxmf$bDz2OQA%9[cLsMצw mʯbOpw@tӠoSN@/j}Z92Nq/Jnz!"(PS% XBDzA%㈈K}H$\Gqn!=C*V˻`>N"5u5  6X!ǥ"zIҘPBt=XClOۭ,Еq{W3]0o~p}`*`uj,X2mt62AQ&k`Z1;k9SK[V(ZUq~~P C&{6[;4au2T M'y7P^~ ý.{$wIM[H6D)13Ҫ6V`MzNFUj +# EwbfLuNGVohQ?Ll6j/ fuA+TN~0r`}pm᛽uß"kkќrom\|e2!u":身u7H66G() h]曗Bw5%)ؕ=K.5=| _6&1Z_2>gami[ c;rـL0>87Q)CuTȓ&tm; J])k'ep*c+`q.|,FX؄!k(_dҒF|yCzS6zEj۶SPypFd1SXlR=ow܇23gǂJ>/*rHgS|°}.Wty%e$SI5IVz*l!lt^qr*i̩)B<_R^ (HFǘg]u&寝7AZ䪍莀YV5E[| \iB:8zďINǜ] ܁0K7_ F"(c=NL>J3?PSj4G"ht{ܪy+c{juZ5r['yKA)ݚ؜AxlW66Zvغ 6cOJۂ|FJJ"^}?D9Ajfr:[vD(=Aؙ a= F{9XRx\[c^ :[{|;2];x-0 z9Dȫw<)+O?d2`:<X?Os~6[72HZ;Iqh:&csfϠ9&Is~ZAש$/]'pam,n/ 3랇@XFMbKS/Lq ԆX؍-!+%O&@<Ϸ#Jft Qt,Lu%8,c8!M6XQ]R~Ҿ赑-+/TD*k;^Gt9p>jZ?|FG_9̝W^PFRQM+ o@{VM; -?jO>uaDyVNkHJ4 -6Jܹa!G dvbr0*M|z z9sǸpPrfT}G8H]k(vkXtkODJk>j_$z ]el@8~ rd¬`r8J7ϼk>2Xqq8vp@>d+mR|?DD:bKI*=k<7/eaTyգUwv,2 <|A4Lʧ0(5%hWd_v† s9Op ?heWy6x|wZ49L~Hr~҃#ל1"82UQh\|zAug^4Ca54šNqvk1w &[kxP ߂BŕXmEf^1dV6?ր0zIY:7,k nu෋H/F4'']xBqT33AhDh#jySBql*:@hq@0 !r,U"+howQ5NBkCGX'\G20D\xlk`!\~|{כPbr_%Ag9H]Z/.՜^03<W4BXh+ə-'qZԳkï豎YrUm"&ge%yˑl$eϻ[=xOuڭd1{֓|R,3;`'RD\\m>60/YDk+!zwA:o<YO=x 7@Զ%/^ꆁaWj}hC]m,݈dG ?gr +0! !ף$VpAۗjQf[dnm\?XV +ɖ{ ޤIӛÆ2d P{mMmx34Z?$K2.20 s^@Zf)/7#}w9<^{-p,y#nd{In,Zz* 1aiPo{;PaBSϟ>Y.|8DN=t pxXNn\ȿi '4r#k$.QjdPT,sp;4xo)gXh"S0յ5hH5/%nZ >ViOY䰽-3/r%۴Kxgt2X\;eg]> P;,gJXy3PpOv*(NϲdzW>{wc_NLr k? [ \t.zm<](+m;\$=ټ?/OA?eƄjC;+N1Ld89ËW[?L_h>TZ4}1$ @͡1*ߘY3\HRtz¼v,1Omc}@(1N٘abGŚј||ZCŀK9ecO tB9|f6F74pMh~]_ $QLX"6pGIN ʈsd(hQ6ny f s}G)J%*#ǤC*mh9SToSBsc![ 9wCrBUclͳhCuڟL/KOk@58:;lP.1XY3ʱj @-7'Gj|oP$JdW3>T \M8rEUS=np 3P2JYz_*{\z֊yq*i٧]W|Ǘ}lW}DuN$N~\tAQ#֌/ECM#^b!BY_=x;NF1pczmBsôn!G6'%IhV#Z"dۂ_"Uy\2h X{ܕ$_Yd@m-訄I?r#(G6<\Fb/ǽ6٨{vREx1H׿]b^GZN 4R:ّ`ؕH je}.aXLPBκv8Jt+O8a@yf+'0{-8zҙ>w3Ly+oRh:KZR/UD.mr:8p\Ju, Ssh2gzOV l V `ߩۮL>|PJr}n` ZTDc#OIb =%:#U((MX?-V}F1XAYPh~] [=fOye GvW©o8S^oJ)+'A]| Hq7fa}y!B%<@w>ClK8vopͩ˃P9Z15sdґ0<&8WһY;\솸1J ~7a7DLD2-?Gh=Lk-z # Nkr7QV!,PLFz h<| 83&K \v5]zoz1O6_im&}hUx\w *N-IM#Kp>W-3A[sbggN39%B(/m0'be.9i$MY])+n fa}7HN!WڃAa vjJͅ"D| <( ~$ȀOjݍAnnExsڗ` E>O0k$$>Jn¡1 Im-rR 6S :i_T JL)I⿒zlNc(1#.} >z t XW(RnT_fl"<_MnV;+1) od&xgQÜ+BI%ތW?洞_YSH f9 VBiž!\n.Nɇ|ilL2v ۍ a`j3u-lQMI/Ş%Ԟb6t9'LuB9 )K?q_=TLˡNd4\g%H*c a0N"r}4>< Q ?<oϫGTc)L͙#bvI Sbh⬶5jqh(X_Aht@uXz=}q;tfgѸ$`g_V3ӽ&w=W;Ù-U߯XP5`7 &{DL7c1gݘp0Nƙtb=?pCL1EEz"cୈe*z~'t 2x~8SIJ:1 [o2suv6Iϲn{4;qi+@Jƥe܀B%ȏ`|筵Fl"WօCzl6('S2A~lI~~ r^Eq]Ox eԁT#.zQBT%J'8yQn+RkL^ն5jDF{S \Hm)saE 3pĻ>{yA,AEIT'^+HWE0xJGd-IXg[(YAM"DeM||Kgq7)9&>~E򨿽?iRACixPy"[*}_\g1@UBK,yc/ U+XKO#p9h5nJ[1͆Ip ~x8~g7M<C{$V'E}/8)! MouqJ,+2S5OT +2zʚ2ڕ#lT޾F7ӤHمR4-V4BV.P^sčb `*{ջ~<_tkцh_*@⑰!~R8j.K6ҀO?Of,;֨ /|2`!*RWlg?'c:h3 3םf_ NP9oTR=R0F[m0`mg e8חXnbw1 STrEt%\mlcfן mFCb0*$sb|}g4D%M?+L:. (pbZ@>0+|pl:7L *8E>} zA4}Y9rCG ܀OɡP֒è54//AFK!(,{{3krxEp&{vC h޴ȸ .Z^9dV*a0K:k2t1WIkKXP=#IRYq&hMqDbqH_/j*>s!/gйjjb.%cOu*54MD~TgI0<֠9\\i ș{)EUB&=4\؋+u7-4tX'˾9.|Dtokl,QZ/NpNĥxjO,me!?j<׭EGXgWW1Sov=qd97R2B"P66GWw jQ r͇,LyʒIͧ35PQrk{E}}j4Bm,[Čw` = ;"5.ZXBP/`,!qZJmFUM-04~ZS_N@1E4@PѸDY>zTss> T97b$3qey :$tERT :' Be')4-U.hY|&eٝ"> t=eaMDIa|7̥_`zeɣYۤ߄i?onnMɱ{WDTݳ%Ÿ$n}뭲$`Л̷7iH"))^ԠM#^~:/@Lw4!+_[ۮ%04˄lS Tx3tp"s ͧ4TYw`cv:}`4E+loj'^\TQgMOȧp5#(/~t0q awVgTa"O|)ܘAXT8$f\uM; 9m=be;A<Q/?V0,홓-մ`̻K"#`@-奇=Sծ1/hg+rxaJzhÃr|:fyt?* F(bxk#kd' XkvU g ^ ]T2҃R=W| B_an}!JgUw,,5 d?W{X- LJ:E#~$ pyٿւղ;,=8pi/-lm*pqDx,-B@ oNk-bT0777pMEƟق$(f-$ۖEw\C9—h;@kntݔu^ ب7x*JR>U aL+Ռ@Vں~ {.?(ȳK]vikc3;UL5GM_nbNP_5C[X%3vw|i<<&ЍNcwP8ߟApho*RVV !D=O[ 9I!q²jSy]_;i/Òf91n+b"t]@@xō8ә[ oCjkw( 7"rɡX9ЎkG}J3u;Pv'Uv4X H/Rݒ\@+.Z$A6.[%ؼUC3w,6OOզ+f=ye&Qzos{ n!;G6 8E1"M^e]:3IGQ 6BBc.^`M2B{Q~pr]cM7sxd#Xϊh x>I|C+$GNLzvP8g޳O! \Ow<}p[Z)DP 6L7QQ4H1 ڰuF-S/볟t.Q=tg$y:l~<'(-, }wR{{SlZrNP3m9<\n$U$0m+gX޲*Uw"QpgA,Y`g"b):ŅԦ¨i1$C n-/*.'])?ϸg )Epb_(3f=rcהswJC9z'3F Jn : poi{-Y֕ 5 +B0UAS"n-i{;ʲtH$̤y؆)aˣl?!mU Y lm֠)4: h!R2*}eU`ѯ A\|:~Q!j_;m&WwZ893mZ;C|ND;[t`з)tM'/H#Wwβf21&6oCK(3,& ԽYvsӚX_,\J%>]9N. #TqQf("U?4( Tq9ew{0P_آC>.d? 谯i{mM*qGNUHAh5r^\/FQpTOoLfR)&>jC੊#Z[TcT DH?/rppƇQB>Uq2eO3+$ٵ:ahoHNB+A1WMCbLq=.InUWӸX I%{-w6k<5;$/uy'Veq"O1OWl7*1Q•_Gp8 Hh)ߵW,f&|XWi˭<@MdJ3M9UOd!z*)&E$n3ǯ1qF`Z~_#Plڻ1cy]ߣ 5u{5P!vH֧F}aLWF,;޹L]L$&Bׄr|'$ٞ nYJ)0bʶ; ӒU 18 . Y6+b^FOX7lW@ɐO_/C9w@*a?hZ$@ ,VğOȥv&H+; VD>uzߔ6b[hJD>)i.J\^ N{l mxJ AE⃑"UoK)88Ibns.9nn2Ydà/6 U*ʎ$?5C/[`6!A*F'~#ZHU^v 13 CۑL)G=F:5Dz<@ 6biU=kks/lr@AvHPGq:Ε( 鰖Jce֢ 9xTC h)Ϧss@҃ V H6L$oE/IV8Y#GXC,ͧ3Z^'5SƧ󈭥,F16#o*L%[YG &U+82SW++Jy4g(Af4+ō|~M2aRsPr< 8xyŧ:[$G޳q0Zú6%bdhi$FeaYr8+|zX@r?Ȁ==6>Tsjm~oMt/Ǣ# (~)TSSB&훇)鍊D . hGbg Kw֊ oѦ?'z`>KAG F҆+l`Bn4ۼWS wz.GJwMJ{̢Ŏse6ilx=KK"{VVmXtLqgS^k#^↪iSZmթ3LME-WJ2C}zAcxGT^T0<ՙ>@ :ޑsܭ[gᚲ!C}^?qEV{Ch;#Z"lc+@Gc7\ި@w: qY‚}WC/AE{_aw 4&eVƏ֎%Ǔlc6ڪ0?n/wG)dc#5/yhӺdi6b'~꫉NC =#^OYrrQ/O4tƵ ~]6:m7O> PNe`G+SpAqÔA E!ޱ~]w %طo;p.ޢ9(7TXkQZǽݼN(V 94Nu)bʓS_oDv>E%-H:\6bCQ+3;DOD_.nE t[;2xQ>:dϹou܏q3~]0z;(zH y"j\S|HaИ,4Ic$KxU$N8 CVY9ڢz |Uj.W^41k23zI=+ xmr e }Uf͡p(QK ^ڃ7pOXN[c:3W׫=9/lN\u6R0hXu- t免sH TڿO匓f>a#zy@g\Df3R@ë{Y5,diK`4j&2B7^eUX;!I&XCʽ~P&3[^^r>sVFj{%73q/s Ep%ܾ/r M}]pEe֥ؠ_LPSc|\z)4[ke˴!'Yv"Y꽸jXѴS갽4{QHLך SRӛ$;}o;\,D:@T]-GC YՅؗ$|q3^8,k~7)̓1G<)oت=Ǵ=mg3+X'e`yrgױp3Ù4s H⌘pҝ^z*(YE"ƙ wgJ E8J 0d#򦯵ZU =?]CpvX&ܨ(nRH0<=ː"(DN5e6ܗ޿#VަF 2Ip1a3!g1}Rz>5RIwݍ{Um*j[uP&Qv ?ΡvK$iZxXw hŽWIU=%nc`W!':Ne$dK5Ψ"Fj͐ sz /,q7;8X "4#=:t=h7ߗq%!'XX-mӸQVdyqXR1uqy˧+BoQzve>cȇr(o8_uaۡ "A/OrNH<e Cz* { ăl]sn(ʲ ^ͶTq,98.Ƕ *C~v/ JƭѥQl=8wjaP iET ^wn1UP_q#=b_rۗh^bwq7{w1ve3^;ȗʔGJo#%ގ>)++C)ri/NR%9!/Ǣ:WUT pxnU !46Y}E:pl8-ZJhǏg17V(ly?4坖|#\W/zB;2i@^;gLhp;]dʿjoAc:yYU~ x^FKBn"֣8.r,pGbW?;[~dy2KT|@%c8UJ2; P|.R@HK_f696_蚃> +vXgE:д$;}6-y4{dzF(35*(o;^]s Q)6tK"gϧMA.^^6 od79T ~KprRS,n&J}T е)};]L' K1J"֯=ci S]{sQLz}3Q8yπ lK5Kaԗv=.Y4mV&-޵̅2c>}RT>¼2J,wR[x/φ|ⶺ Gi nQ8A9 QIZG$ *%j yki6>ݔf!\jO_&e6 HiNR kzat(}J\!Tu뒱ZceR~W*ʛZ8ȡP+bEFRh鹋Dl6ɽu!gW`R}1j`7(}[OqCnW bx&, D-!` :t.]!$,B%?$X{j@]=}3[/mPP"A0Œ?9{ohnU+94,4ٿ ^"/Dk&n!LOH(Ky#DR\#4;G-Lޘb8i+B-s-E \S-̟ ; {^-UMG )2YQd+(vF}TƔxH#9!)? g 0b Vb5D~\ŷ.XC3Z_f߱b3R;r2 ZZ W+i뼣Jp[պ1oF{2m0>(_nfߑW甑  Vxa1-+O6ze2e*dS_1U%˘|kgk~Yk )Cw/n\랞r_(ZŞv攞^Rߗ3/ac t뛭 !eVT'ūť@9:( 6GT!ZD_U=b:^$Vu~{XgZhYPTg{oRW>85Hzwz3{T+6i Yjhٗdc^I6)"`#@"Q8&IG#`|A ǔrgWYZcO!C" үI*P-`Oo@%']_Y0,yHv)1YŊL֠蜔m=]b4w#۰M ~ۡ͡wA+MNIm*bhP6ov T)fքos3*!9!ؓO$ n9 %fΧh)HH5'XhoIe)czѰ'jΊƢQІ׺Ov`k}X FBF 79Gdy9(D>,I!(I|Vg6L(6|5evQK9ЭsH$$3Rmi̛LZW ]E4E|%Gn֌S=#luɩvEWλU2$w2%dMt5JAS3ΩF4'yZ?J^3լ»w(cFGmVYb-5IJlj+|<^M@gpmx;w m-uH 0v :6d׭Gmpq4_.72Aei} > e$,앟( lo&k6{F"7<93!8cF;j?~.j2 iƇ5,cVVH>hƦL8$E~BI 8D՛Ij( N|33Z.vAQv83J>tcC7ׇUp70/#(ޔK`SsMu j@ڰ @48 fMΧܴBER~?#jm)5%A SOJHy&|FP]X/ocN;E?Dsbʊ:"Wء(kd[Gx>1ɦҠ ڭFbN/xv͐>S,:Dw)VVs. [k0]uD9tE;/z\?_dbh`i"Lܡ\Ԑ*1dU] '#$ϼ1gL~ 20eq+A6+ ɦ{JLd8LY@aM$oK\n|̝7zIĞ#(C@iyޱK_eˏ{\+=>Yjb4QvgVO1 {Pk&Wd)8YZ v8`&.5sHHkjrp0ZĦ.=UL/kCKcH;;H .֚eJ[C?@ўzpw )!y5F߄,Ök#+h$Ի,՛$M[6#XѢB l'8zkIDN\f'gAzUÛ[V`Vi hG"%C5"ڃGai| "Uu>(٣j9` bE$)Vg\g,$*E["s+Q*ϫYSh͸ -׬Kz>|Xڨeo]"!>ۑHYҧBTWsHMh !^_"!`C@9{ʴh1/z| vyfgI5W&e#I.AVM;t@ Kੁ7AR.aۗ;9F\v=:mRҝ-96*P*<䪳#Mw꨹67å|s(N#?0++ Dˁ?AM!-;Hk4Z6$1ìv<˴gfM;4z"@ x- x@'P~Fat'bR78g4* s^ |s=@a OIU%~ҷ<9l1;]ҍK~m_C㕀ZMTشvG~j4Ŵ2XS(ґ g=C]\Р%V*l3?#{BN(ᎭX?Ŀ%PZ}:zK1 q  sf8[Po0>z2| 'Tَ!$DKxt"uhKȷ5j`h뚜~nu޾G\FrY]AlGb|O8!]zTu;21uWD$U !kXI*,!~576IQwLwV@&!m2H#3Vgv?7F6m! Z.ECM*JH>h{4!wN"BNv{$`6J-/K}_dYx"hezJ%[<@T% g}P,Vx2nƤt,&5bn3| :i;iQfv y>>{ڏE9UBd6eRT4(JXCu^TCe?3f oEC%R{.nmbM76Ry]rzѰc yXo4Q5 %k@&e,ԇYyˣwZ=)Aa7HUMx`[r c-,|qeq{Hn4 ɞMI73Lv.uVKl³7  #c$?WDӑ$0pKƒ=U$pHwYO׌BK7W(|h௚LG]эAGn[ c,bZuKq6$&= 3@Q x<4̍z[@8]n7)eD,/4o!~leN#M͙iVE醂s^^V:s9N{o:2 ߿Miosv捃zt-Hב,KM} Zc`#![ >i.zD &SuU/~TL5%1B0B ٵ}5Y1P [VHKvY#xBy"_cO,3CPVQp?^>M5mlnNZ6ś/'La~x:0xZ w>oQ48ԓ `*F0B ,E/9KCmѺĽe; g\цsTbpgoy8)E~iM=Ag$ J 2˵U2ծ)5A+X+i8l)9sުhr>3P1r, B{i-՜{L3@ 4g6WWYÆ 57ܺ1qqy&5;~|'Eu}oն xCz._m#KYtbX/ Zp4예ά ӴLH ٖJĨ>/i&35Nh ϜF2z-nh}kBf9]<>ɉpvq'ͤycxԜ\D=TYxN!/]´_&tǎ N&<7n`Gidϫkdzv,kKfW~h9yG",F[ÙL?4,t9\uL5Km5S tbrbK Xr.X' ~U]B2 [uR%ӭ~neV媹g9A %}ߡN6=Q|-xam9:+/,dρp5ĩ6A) Y. oăAϩ_{iWir3[aczS6Yp"*,]=*< oIz+&37KvN(PL۶*+J\ \2Uf"EQ-20ÌsMQ((MΛ!u LS,nC*D[ |lx0FqP[LZ J } 7Au70(HT`o|'d9opO ۬y5l4<^tljekvvשc qNnWQ`x+Uڴs>v1qNQX] P[bWE,NWztN((HB mE3VS4(Uvǀsܐ'透jߑaa?y(eLO@:n#*7S3\qe(Y/"}v,D^lFEZ֦ný yKv"nhˌ{`2z> U0^#H?wr}3PdJ^'yc1~@9'}uDNflS-<2HȆnlrƟг1JHt[z84cFDL#l_  fQF &%3ڲJTϱ"9𹗙B+خ)oDLg\jd/CJ,%J@Ȼ<&HÚ]8ddaZMdDe2TX" %GXܾyyb7k!\ڇ-HLX xV;u y`mzM-ւqc"oQ t;4=zXy90.hj ;kOߖa7wz̈W7U8PxT@ 7OCe pO%0Zlq;i'="a~M?f%aH <4zLsJerPq!mzSnH%B$| 'uWG%G#GITgB6ZrlZ8%þvoRhP &|MggzP8eL3d~,N9p'S Tẙۗ@}o `ū5$yڲrn0J[^yr+w i3jlᖫ$@r m:l$&^U"L=lf\l| 1OF"ﶬ0>adٶmvIBfR 4Svr3IFsx@AS`9s{rh j+bxz72c5%zNm)hxyh*SxTlc6(x_T|eMJڥXS`0豸pN΁ Bٳr =RnV:67OE,).+) sk mvp%J\r;I!ޘXϓWxT"2t$vTޠ]vxD`>"d~m=[&k7 5w3j+TI ÁX4 nwSh}u!YQx 4PzavetHE: VbM;"J/A_] ˧h+qvK O-wE7=`!,'Pˆ#+ӤeaEi"+J/T8d^ŨbK\U0/ZtopVZ&K M.E*u峇Ճ#hFPoNFji.t2;$C2xԾO]@&+8Yj3L)1/TOB( CyM"YT;t÷HVwIUO&fɝ<Щ8k4A|F+q g&d;(uVdÿ-"<̵Ѐ߬'MeYUv*L;U}[~@3RPu2." veUOc@u\6Hyӧ+L s kX]XXH)hol [Z [2 Й,ppaݕR>$*ד6 ]u䈍1u> a[c"n={,?2 %2FIcD=\gKg ~)3uZ.(HNԯV 9 }X+~ a_ACo"*75DBp;C,y>0IO(E*lȢwi5egBcRj킔Yԅ_>+HуXI[y.$m7ݝ-K5&I;kpXuWessbvnc$xɥ3tHX-- `@9Sh90SYe~:ڋ5_l]W;wtϧV f#r@+;ڃp)m"AU,i3,X"cw {_0M sePao<.YS}`M ­+  cGauuEc /-~njD&d.+hBV9u1NX"ҙI[*XX&n ƗgIFOJ@|C<gĺMDeaIg tpV>yȍ%&|t=%Nd:z)Q&ݘ1hz8d$rv5w"Ïe4~뜚HP *7`!LW2XPNP? 5'fIO@dD oZ5y6-:z Wt"U;p_,*e%y4zIU}R54s<v>W Zp V4#ɠ <~@RLT-Do S2Q/oqN< _kd@˂~ޥEHD4S۸>Y\|#(ujY(d ~cFReUGy="tF"XQV !|cTzhHzHj6`;#De4,W^(d?{?m,kLJT^A1oh4;;u ]VA4ypL{gQv8۸g ƪ]k.m4S5N4#\Sj*)j&'zY{.4#FHƐ5`>Z[:6Ђmh ~ry?VʩG-Ŷwe~ITH\l)ë>Vyz2K:%ySKz/:B qӻ6cė4[`宾g#A7T6Y0=$De=D=RC-657T`ч _pʅBgEATkP&27?Nj%. lK eX(RGvL8m zaB`~8aqVkfIõr͕yluu3o+[T +8^Jx]IӎG_h5*i do -I!W·K (Rjr 4[ \ T+4P-yԍR33j\"[upJ<6Du7dDyiS&:kQc.L_e0 2z6A_:a ~xFQ{sh9{-Kwόַx}oOso#9;}y; HOm`/ks+|GO^J[`.v΁'$5 e#͘;SB |wzW/ RqQib40zRV?\*,3i[2NÞ#Q/623Ay%_u|adR1o^`L3IK}elM+aI^UBۈd_D<\|dt`NC."q}j-!GQQ4$.s(u[%gvsX~E>U0c}+iq]c}8WZB' 0xœ2KVϕ-)\ezKY NW23^1bd ܹ$bMf>D› w:&T*Ugue yqʔ}{Sdf!금A]v]}nk/[Sp_[t'MƳαemWvxc\TJJ*+F6Up}'3y$o LYnmf}d])̥ļ(}ޑ=qqWŽ7e'(RAu.>2viNaG[t;yf}~2%O[pHqNg^EodqScJUk֞Y[! GZA՗o9d]+6Ӄm!x;~K..=2vf43R6AV oF/ʐu 4!O~ ?a,}v*NkөO*G FU53UP|' ht]Uhײ4K湢akS@4r, AG%Ck?s!)e!I㽳cԄk@bb @m~`6Ѡ͉[mQZaI:-ӺLℋ?֝Ό^g_>P,Wzsg ͨ"{й3$ޗX,["G,wK}]"o{@B$;-` *sp1o?dž3rZqgP4h įX @bjw6h;r{S4 x@ۆսDhOǷd6pwJ`ޡgj<3c򆫰0-[r! rfA ~k%+WkqG9:n|E>~gz=\5;J_hWTJ<Ŝ=%J_8|r \69v ^)K/R٦|lYɏ .)oOGAuQHb y#Rl^㰶A5C+$8y΁@Pg!X?40#].;r=[cOŮ^Q?o~~< PiF9b J`H|Ÿɦmy")(d)0/RRAs/MfG6 ~Y]֩&tКjB ޒORfciV}.%\){LlH ]LK!J85//c ǵ:1Boq:5 N4ұy2kYeOPlus\ZqQa+L p֙UP=,2OSL-e2 }c"i.r=^#WC糤ĒUu*[AuH>Wg {:lCZubB=HdN!3=!΄O"ǵ^BEb,=^fi[9[T3=$;(CÃjb}0 z>س65_س#='X͝)7)j'Sl~e.SvKi&jKPNe5e{ĮUIVBit`]V(8e=&I1 rI/0+$`i5+<C;2SFvt="CMQti64pmGٺ؈ -v1/CZ u1dsrS(5B_☩~ii,#蒃Spf=o(WlP~FAw&žl2Wrâ{,|}گ9k:{>O:E|ld[SSZ0[)߽v /O?\Tښkoj#.X}ʚ)/Cd)i&=jw+^Ϋ _LHhȖ6LU`[fqH1y oևhP#,z@>{ڗQٽ6HŠ+z%]p(] i K&.LV'q9jPD &,T(OQms+I儏@m\M}]; ˜i%vuu2K]WX~pGcG)&{j8+_lOqClw`x 6/-f+_ Fm#e挂n O4KLo*S:EK%5 |bd ;q+ uʊ^=Dj.S[1ա9`ša?^@9=s* j. X9g^X2b18`XEpŬ0ô蘧n3|m֥>` ˬF%yj cd/,&4B++BX?rXȵŪ[S\ wYoLTD$Ƌ >V̠3[J|by+gl%J!4euI C` zuUZ(M62X@0)cgM.aS4>:v`<(.Ѷ-yw3Swm]KbItU3NW=O҃fCb!Q{VXJ%x|A+Pl&vďi  uB 3͕ 6(^֯άځ?W=(U0y\jno7 Lig)Rhi*TsQ/a(b[ģ xU3 !@6z(̥ W:4Hrn<A<dgoB򔹱fޢE%SdU]j#H)x"[=?V#Chf~嵰%f.qGfƴSOA\O$]kHy^=ʁUDI5k ~E' PSJ c ?P=1l(vӽNk͵j¶#z̺=l/G?yrsbV1 IǚK 6]h uGKt12#^'5w ig,].9߼1dd<1Sm )"=R}+\(y0&)nBx|H>^[m^'ڏ2GnzN @͜L8Tj<0IaC(e_ uvuZ;} Jحt. p<ȸU{ŒZ^=zBR뛽7r8-X!{@ qd#ow}7oi֕!mU\$cEȟ cfJKYlp3tkbP]I`T֑:(H <s' kjIbiȟ0Z"F*ZF<Ĵu zq񘲡ʴ/̼>q1rb:ʥ hTzlp +4EB(%=X+qe!z"vJCw?!i/<\ 4ƸZ蛛Έ"Gn"S頌 GzP-ӄgP_kѩ-4lges;`C #! %D6f~䳞tRXAR-1o"$L/>$!PVd[E΋i4~Ӧl k5n%Y @8|3%n\ |nbyY.y/`,36BWXQaAvY5vҐF7bbK3s\w ,h]we%DžZQ J!nXEx]\0Ɓė?Gq:OLi@7/ %λ>Lu{9Im+4GS6+Xw7'XXޥ24ؗVXT<&#F? kt[O^ );/{2HfD`^c6Eot,ĹDII>^XVӸ1Y8cwt pW QňģИ: %wL '9V~sB(\5Ԁa;k BU7q>?#:MdsfCϊymvF-%Z뵾c}K5_^h/T -¯ %Ӣ 5XN`g-]Ac!]-ȳm-)Vha_rKUrα"҅M7aDД7Bznbhǀ`DU \6wX)eI ڊ˧ĨWQ˽H+*ɲ7c $ҋb0%Oޤ\V9_(Տ i elMh(.mC6 3.{^Z_T `*hɦ嬓u9Z7$#k'3j3h=#e?>Vosސ莬p " h_uh;ee5 pFdi/kKL=4 ??-o(,R+ffN#XN%{hrῑZȥaoe{Fy>а4K1P7js7='Th5 ^ZbВQ᮷"ӫ*L<~JļzZcsچm ztު}/$li>*LVrnES++q\@(BۃJϫ f&w/1Xw Oqķ_h.ÿ?b3NSpG2azC&EOɜ퐋tǤaO@ s!sh8fq1sqEd3 nt1YJ=RX/rq Z M-(N\~'j=c%/2 <]HLΡ;f-#(.2t HU}L-]]H.eՠls8IiMyMxuo97r$ drG(ACbv' @Du s0"3lDCHt)_sq~S! fׇeJa _2g{8U7};%mT!֤˞dA:Bבdf4,jsX"U&M}:#ft)Ov> 8>-&/+` K-Xf??48.XX): TPd\1DFJvŽv˅\dB* ڥG&G[ xV.SW㕥^)DSKv{$NPe^ݥ[ ѽpWteCG6hTMcE\7ãͻN5t `päɏR8y3xpI9u.>G}Bdy9_sh ,Y)%1$@$N!e5.Hyqh{gy|&`3EvsZȑ:Z1+((c00z=!<=hZ fkL6pz\=lXF?x>;OP]("z 6 I>/,e3n#` Fv'-?07}MR 0?7W/VU ʕcn2 0omO*k;yvTOZy*'eÜ O2;3&?>xzRk%R#ΠV_ 5 J3G#OG٭3l#&Ew]ig.g$pFSNK W#2Xѓ #?\8U(Xv9A+@Tjm P{aq(C RpdwBǡ«(t[QRqM !-GT `f ׹=gyqT bJ64"c\[ZX|Gu\TDe2}^b\a@6L@JS|1꯳ɖ? ߚ%j* O=MFԚ~ O#[ỌZ.(Vs7G9pL^'8ia7##Fw] թ@Ӿܧot\ -xomqo:Tی2up[>$R³sadwv ;= s}pi6ˀh xh59^uN}0uC:+S-Ɉ 2 i[#6 bQ$x#cjSƅ$f3Dtb.aiT c(c^Ox(ȨGC֚ *L$Qx@oQH#kr} 0A  `M 'H:Y},8ftf4ݖUb$Ϗ!Z|?wbmQ*+J;V5t^yM07 =6SWgӮ۱]ۛZ[-$Cx"ء٣x\v$9cSéS}Y(u[O1բ? [⤥ ?.b fri5YUyZksj{3EpR|i-$RkbDnh.P wq+a$hRbuؒVZS͸TP0ʺ7JJ=>;cbC]~~81\.ܲq|cřTΫcA.O}j Gs^v7YP?v^uKF|А:B3j$'=3Z rbh ? Kp7hT><-~3Wf& ? 43^ M N4]%i.z i9E!rܻݮ\+ 仆l3+LY0zGk!ձ\e:uKDbT 'r0aqUc@hzVL\"EhI ןrk%VpM/Jǚ+v64#_M/s 5xc1` TU$l?g/iw S/]FAA<s?{Uu4شmS-c4wϿtOA4C2e(δhzmͽӋD4-y&鯛lyn0c؎m{-j@v:ϕ~2e+հĨMSX$ [?AǣTA20uKCnL(@Z,=g'3A)VR/zS-tO9l'*QBP,]trBqwuY 9,e/M۳ vZ2\;*0]ᷩ!1d;Z/d-ì+ܛ\&m7s"$fZR?'CãJqqD8Yh^joWqAC^ jmc"ghۮ4~w*瑗OS?lq;q̱f(1z&Tf܈QF)ZQɩdj{vOD>̾Vf!i ʐ)c~z ָ\ E;/@%\tJ?U5X^.|mYZkkKw# v61{)AJl}%XLK5TAFil \n UXh/6_DAs}րƐ&_d>dՔ4C:0RaіݡLF)ϊJAaM 4&$-x 6~lXS)_?oP.!W1M^A36Zſ]܍9"kJhKQh]>FFL ڴ#~J:t0cuR{^8v6=g`_#q6\<-݀^ROXH`ESʋ^4{{,v9+48_Y Xr"̤"awOm1qK&H&U,'J]lqiƟՐw@+ٿt hжXxEYUZ) [8G}Yp'B2;z$Q:o!֖3,#܃.JpYxV%-'X|--b ߵ§%=Ѻͦ55"$E`e^hl>$cy/2z ((I[P؎٪mr]b9wܿ _""_h~7=, h>g&*ޜ$0e˦4|%_pvį-S9s!.63ywDRhSIҥtrZEzoǗ`2!^-^Mҵmucn*0)*pȰ''H@~EE=m^CFFA~IZ-b}rJs3iGCQFl]=#v&b$5$m| ptxۢu.#|֠zC5#-5~ɻ}唰S3rTŪAgT=j6(% ܶL+cΈ̽u tcS(>Xy[wSaΒyI*q卜DiEgx+(A&s@p$K27Q$mF}]iΈy724eT$2֡ʭJĺBgUObsm~P!C6r,lC7'Ri]L#ׯF]+ '.ن|1iű8$WC LP"WdP8T܏8>%Cz Hѻ:ټ%CC6}:iKNB4 bmJF!pڪ Tyw Nm֑5e05m̬ .;h{6{jR=$ H$x1&mkQ1i<| x=8ڭtZAξlFE6&iz4jH5"(1 ]?13[N6ei'A*6F2>tgcP'Y EiP-)"WyJߩJ WgMiQ !ŝ%P_o~> WM_}t\uRA:ѱm7/*6Ȁp6g:A(طs@3Q: ԅ4f?GhK&eNjaI6uw6"4S}c%+Ҿv/͹ԛӘ!J=|sCe/K|h{B":65M'*1W BQ&^˭/i>FizFɛ%E{:kC0c?8)B_ćd}T(!U =9bJuP }iVuM#43g[Ŷb' 8} BٕJ?;p.=ƌL5:rF#x( 7Ɵ'Lu3.!oecޯ:\h {@X|ۥ!C˕=fD,(gŁ<(V/X:#LAxہfOǠT-& d] \ l3뉲M, ; MSw=ѕiKcpS:| u' xœq *Ջ;MRe{6#T'~_Z蝧E^o5Ͷj*8in-;c:#!P3Լi81ȢR$"nn|= r)B,bt i $r*H,ʹuNx>; H4֣߫/,d'_P=w 0im]ILb; ZF7P5 +Q{毌oBMi^DᶵţƸ>}aqqS(ʇ%/D|Pt@Ia\(/Z9 \ĐxbmtO˭!b8B.V5~pPmcr:~]ur WDް! 5fuچb-i#͏O=o&U%hY4YNцm$ EGb0PFWis8 Ǻ]`Ia=BOh;PV15"KB07+F}%>ЊHZ岘zmv /Ao*"AhjUn?Vy,ha&F:o9h?P[Zn'F ޷S*ZCtqZs[{ (l{&-[!ê6Zpd٣ H`0NjBK\@>.&9(pXt/spg?;sqH&cb<m'x϶Ua.ޱT,^n0NX߾BP0vL*>Nu'И% be,aƮ]y_WTlѡR׭e͈t$ Q@{#r :?}vkoWt# ii6@ܼ!xϪwx\Nm6]xbTx6Giof|7ɭW0A4@=ZoծjwDzyMeБʇ:]r/Jo)kJA< DrD Ee [bSf wc#&$ū̢,lX sM86@*ie4-C6$+z&YeqL$?|t:Y@Ь6!̓nzkbE[,Q\UΈvm{~oՔ˕U7AYᣇVebٜѻ_X pT4H @M{6}qh)~v޼}r}|}pͤ-Ms&5k-4Fn^4/`b>&p=F(l@Xz"")M(z2YK&?5jŶE_[pp$]hb~m rrf7f5$LbK=Vn">zPLSs¹vbT_*»/5f~)G6}2 Er(Z0=kC({!Uxzy yYO>VP.bӨ[m׺lZ!5ރ} pϜGhM? ,xxy1t( aԇWf dc61w7|h c(D3!>m0Pg+PHݡ3[12?'dtqɻ_%Xc!-AT>^pkGNuSl1NuN".}Ȉf2}7} qK|`:s;gɖ(DB q6;$Li=& od'P%zaqsC7]K*;ɒO9S1"l[W6ġL!g%E1Z2] .ľn^9Sr|AFN ]I؎;c$HNl ڙ ֝jZPSSmڪ :fdzԆFy n/ڗ̶jέ p)z.ܛd;ӊ{M(C j8]k̫Dj;u7T2 7 ݘH#꓿zىeRǺ#Eqƌ!J_h G1WfKzߒ{ 90o~1uo[LSSq->y@u9Z~X)k{`p E]G*Ԅ/w|)$ pg[+? syխ_$SĢEM;B(C`'?o.p]"MFϚɓuM=Qc`:$a,bI\]G1/_ 8“a-Jqש=Z@@Ffߞ1Ӱc0;'1EݧN_Юn[\Šf|TQi,׆;A,<~~U`CC;1M7յLWfp]E*fWgej#n*y^HBvK"E1(f58H {#-8ʚ!W@BvH#\6$pAKV= ~>tpFs<i!5-1%:ej%{FsbZ/WSB(zNg2h$ik}c tĬ\Gf/8|t%Gá%*͍Nd-_ɮ ,)odD\KNtWȡ`c IyO$y3Fȩ5m(|y].|GDoDG<0^>y!TTR@$nEN~!;BOM+Ai>4g|Hx̥yS*H9ע,֩y0V"U$,;a%||J@g ֹ<ʹwlR 1$hg01y-U ovms\Z村Fb$T,(bYe"QZ+qx84;4ONAmuԨhSpUA (uNh JReYH(g㊞gyQBvQ~*Wj {96DT¼24$</RVwF C@V(Ýyn;Ngp(y_Ez*V>ܩKe˗KR"%ݾ>g_ WTtGkKs\pܰ?҄Ca:9Bp^h8S9K:Q|{$b[O\se.0p~H SX_+{N8)"QQV0rM҃o7|&oEW<X V6 XyЁ|W# HY墚M>qYH}h ^6)"3[1\\WduO7U ZðOuTbekdNǦhjoQD7hRQM:x<Wޟ\Æi}̥K"!ˈ?DUtL5RSs~m sj.!G~H`--/$_?_ߢ(2.VH輂fdžbvbOc4B^V4"*"5|*] iA %($/>!l?`L@HOolAouD  *r9X><$ylC4_C?3A? Տ|GmQ}5uwӷ"բ%O@HЖ\@㰝bψb0abY9RkpdTT[q[B4RLq:/ ]&HɧLtXo:G) *fk?DWmN1Ӵ}RztΆ&>EvW,oea`1w]52{kߡ-K=YR-.bgukCvN54^}>Lr!WŲIEޚjArh,z3]x$:#]8<_],~*aO1Pczˆ"#$ч6肯 HlQc>/:&[ߑ75P2kabV+ݡ&BӋvyI˧LR' Y%0+>;-jӒGd٨Yњ 3tϰ͗Img!m+o m(hW)"~0 4.oW3X"iY"#.3׿=y20RVyUI0c\3>RH(L[ u}àUB j0Q2A"Ó{P "8X)mACbI,X(fvnDq%$I.J3okf}Uёn22λZS-ROtJ9|7B5>o,Wkqf"n9Oh,ynzVcO-o,^6: |싍ЩN~E ]jXwi S]'ؠ*CfFOy豘XAit&gfx\ <1pIf7_nVPKύم[qc?Rk.i~5`ڵTqM241ir%4S]u6k@* #i<3(lj* ~ #Y^,B2%MsZ_Hґ/"b`>-Pl}] 88ʪI(_Қ,z5L/mTGm:T߳pqD? 45vwy%% ` ( h̼* G0vVeo?hvT[y!(RDgqf{L8DXZioyk@`HS1jhKJFW+c+79[mj&_'F!Tnn"Y^N-kgrqb䕉M~s cOQg>jgX{w\?fEU?!1tzK (D7n/Ra+7U`&n$4kP+,x33yesŋ<ͫv`); 4=ms&,yzt)UߍoF7Zc8g /R} 9d*;S!l4z\7SS Ah<(k2yh1@N)+S'mNC#1|AsS29?̞jTu8s@,[|B,ɚśnHS.ua,G|DTe?w% ij0+S ~aW=ywyiFCqԥ5 Vjq+voa o3f Nu[.-5OoDpq?(&[,4OhB$`tj3Rz:ӝURM"{_TO-r#xS*Mw*!1M}x}AS_{ooa.>^s1Dh~ٴx\@&fRӥqx,ѡgIZ+|<+gCmDsk;tښHQd0,g߳9j ~ubP_-CA~!.Yjw+6$-Aayj[J[f[x Sl jS&6=e(Of%9TĭAaǭyyUfVf5'?kb #3-okQ6!}cY9^ 앞6,OMCD(NHH*CD 6ݏo(/3ʻǔ-ض"jvod 7G.GikWE%p'T~* y8UQ< Z!,߃g'h.jF#Aa̍UD\B :4#|Ŭ?XenFQ+?:WN;;mII?Mu{f>-9RYB KXؚKuctށAH1~ MCWqЬ<ԺwXmxߨ+#C^7ۅ<[ʤ.#+aڮ/*uMNKzXU4^e$k=Qpu#>ؾưSLυT*8X`-σMOŗ( V("n6 ӄйy6~'r>r&,I )0V]0!2t̡CMɓfp^UAHki̡+h4 <ԀW raػ` O[t|x80)X0*x΁/gFİht0^ rwM&RQ_jQ Kk"Ѯh8xng*A(pO'#¨ݓn% ;mgϙ`1OzXcafܥ{ano[ }pnƧ3+06FY:= @# ajqw){:Q^2i%<)w="/@inr~П̔.bHxJ.*1O6}'rVC7vn šj+IKv Sl4u;bTXZ (ٖ83܁V[} }ZIt -l =e,[ ,E`O&j.q ҭ.zS%0+'vNC{"0 Rs'Is/)hmIo@Dz2n Z%F[o9Ž*(F8)TRȆ¥Ԉ> ɧwix&$ j1&X8nGxo1^~3Q//hj~-h,qQ 𳹆:i.hF+V@Xi"Ϳ$.k~B⨇KMPמzKt fgG^ *{Pm&'aʔ֖m)W U {JG=˷1qtSXm&[_&2?mB4$2R?tں_:@?f:GL~\t}Osj6l&+o~5~BD7D<:3凱ER r=7Zg<A>m$pJMɄPwO9&p =;=&zH}O9k!qG:/AqH(6f)]PGHfƤNxbʚ f4gOx.߉LS7-|TApfhkݫ Ť+T/m@)#39 Uݗ-"66@@` |.RsTl)$Hq֌c L#y t ;O!obbBWOU^19WqJ!n'TWYIS#??S!ZV7`np`~xvPs9` TۀN?dRWxΑ2d=eΖfqk1qiЛ%Q.L\rJgGAAUqM̥b)I_Wlv0?J箳bCaOa-nJAϯ~p8t][FCg#rݘk8瑹+_W U)̹6'[h^O O%T yt+G"Vw4Iy1ëvB%(G<+xnb26c)k֫sy%F^yjIw[ł Xp3S&NA5d<ia'<#"ޕIɶM5u+&-gyy e\,ǥԷeAW_d14UzPPFZP^l 3Ubٵ]i=/i1> jm/Zz vr@T\ SfVXY7$ T4+"j=kI͎r^\3]v5G=thbѢVx(pA%J1QNZ 06O   LB5ه. qר٬DKdIq™(#"J$Twbn3(LmuhPUUQxbօ~ۊC@_fGeYX+r%7BZR K:=(QW f:ё2$^}Pp?Q;Kܘl3 z2zw6ߧ4ɀO:o84xɾ'@鹟//M?0ZrܪAݽ^⊗2ȏ3(wi"%_.gȵN7*5xv>;r9s@S!:zgnyU-m Eb2Z.K@rf>yE|Rv󘟑r//ȇߺ UTy *঒~XEUQk]5qAR*i@[4Jvx5'ܠ[^vZL+LW p"B?,:u#?""e#_ύC,Xںc;,I~nBzwH@;+0.Iˢl1?%T;b* , ԚXs}skAY;ݘxABA Hm NDr` *{qPf[5u6E Eל=[4IRQ1*G7C*1K[({}Zi8bƳ,~(~WLmdur_Mi2(Өj P\wh_Y sjliJ a?%,zM "G bnTHAu+Cg8%PqyϢbg\H昛_b-$kzJ JlR=@j| lffe"3F`@ ,cݚ). Oz@pFۜh]XM?RH ="FN+ >dtlۗDv8 %쉕o >Nq-ABԝ0={ qW,ԡCl(S!}/)mҁubO&.Sߴ02P7ڧvOX3Z)5otj˹ǹL~J| [^oRa(g-NB" B͜1{s֬k1Wy>|gAMWԼֳ_Z5VLtJVQtZD_2D2 8MIP5̻ԺK]v=%z7=+akG\ت1O" X)|Cz%& zq8sߟO?k\bkk.8WأN~8]<Iyrbl ^3=F~N1tÐ̯.{Z P!D*+a|ZVqΗ)5)'TRKpʶR,594=Xf>cv7=.sʍgBwmQIM2tgG&WRl[rۘB9I%(lvHCg,i hm?ڤyO>2Ǡ)n0:aeq0ޝڗ sM?.N*TZ_HSgp~9Mۀ_Ԉ\Czz{#xr2lm҈ImTY[42B&Υ{tVYrZ;t]"igqf`| gv`V+ %.#-߶ܬQFȻ֝>%fm)OTjN᱇)knl!2d{-'@ h( Yrl:웂'1 >ވ _َ(!"s< pBC[K;%*,RE*}L-ƅ-8z9Z\ Е70\X!bmR0[mÿ"/<*9UZvTc9HlSѻ&|A7Z3PZ c#+.]prjhݷ,BOrHg bMtVT-*jNA[GE KyiH eN[KOw"b{=搬¿!13gՕ;T]'){ CK~DD޺G=c|5'_0j 2^&jPy[<\J\=֞u0Zvj|AZPaR.8m[uՙx͚0.V9rT1ۭ+q한%P;6 cPϑ_Kʽ)؎#b~z9ßOcVVXi HUk`k%I2D =teΈFuFYN=Vɷ'03ո( #srOy lf doBGXlu"{*%Š$ing 6/˰9*݁%rœR*/R\Rܮvq#oܣNQ?xdT-pRv呞5Qxѕ֢;-)+8q?ڻ -VG C|Aq>oQ #V>=(=TĶ=+/ҵC(:y_2!=^kF-ڊb`=fG&'?DXh&edf4U㔼:MUae\m !QfQuX5)$9(a2|玏5@\J_hH@e*Q GaxGc6(ܞ G5v0')j^rEm3.xW,*OO!lcU1=N2[O"~Fp8LPiK9ad=H<+1Oa%|ℚ6/'WYqF(v=JoZEbMt#C0_/ܞ/H1'R}s3EdT|ץnqTd<lKX/y1J(9`|[.d͜Ti̬K=;iE]x\8N"U9 Vvhc`ȺG@>g!GfK(z85F=S*%";cXGʥ5+_*o:E'T1܀yd7|L`}f)U$̲@jN gI;!Cǐ.:^s) $6 29Uc 7+ : K.ʇmacU߬ں\*BϊElNKhU] ]E@7'Ad5S%p=æH7gUcNY^/l=-Mxq 9Yt P!!s#qB }E{/jDZϻii/HYjloqpʟ ŖqNQ0X|K\"/G/d8Ƥ46W},AYsgaiµ8jzYaaj'5~ ywU-c HIzNV}'RJ,g8/َvPQLn>ne '9[("Wp8XGo4bSܴ \m䔉!_;Rp͢2wW;՝!U;bUi$Y^vLh)aGGjt!dDzXj=T> +m!Eǟ|͇a/S9|з(?l.% ӠBRsv`6"*X<&N XWXf% foG&=c>S XГDx! +.2]?9ҽ=,.(?Z\dL+m1ؿv@eR=$kqNK/b1`:{L2]/>R_ ASq]޾bA{68E$j#O>X {U8.[Avo  j .c8LI[ʫmMɅfTa\uhSqQ+s5մ7+UpO}ԍM{-uGPb>tSf{Yea6ب4޺^#XKMfhQ$eh]x M9q_/?>Է1ZzD=5b=mVe<ͺ#N .JkrOLf,^Dh!}|R λ&"Tu|bxJww|k^fh>:kb`č.C%Zb9p٦YlTeP*l޲:ˆYqQ p)Hl]3:i*aј% :wO$5bA;T-$I.(3߮t[`acQ+WP[5mV1ΫȵXU1*FA ~f|>R^bKZqz|,FC%6WLu[%N OF+mE\rKmv$r 6_-{IUu)^nVJiÝ ZٽSWD% sՄ;EعOXmU& ~^Z#<1y3]kGvUKnE:*"qߦK- 'Nb,_DI`%UN 4olWpjDC`+ Hp3Fl8db-fJVć:,CUyirib%H=_g"dɒx|>@=~e>6T%kpI&Y<3(r=^LQ%|3Ӫprܓ^:@}MsEvc3@Ѷ3mDŽ}ٱI)jMכ:{5o.,= YTI3@l(Q>d-+ȵ_2v'ņ&ʓ?-D>[c:]r)Y!+ay9F*T^ RJczIeG$2' DԹǤsSFB/fxKDl"G]-qgn΀x0ctb1"IνႎI#v~@ #`e6EtWoEq70,2zxds7DRS9^խ suıU$ZX]..0f{D_iX_s!٤u{r]rդk4(mᎡNP}+3ML;d.)2ZG_PhR`fA|}?7Bu~O7= 'a0i87Pq>̴AʎHefEYEMm38^U rYԔq^Wn]:=ZD)-'&l 9dVeJЄ hVJ@J_k,@{G@6rUo1$@Ȧ90iLQm`!X¹ 9 PBGC>Pqe8uzh[hTĢ]"F-{,ZPQH9 90*"<=W[zҟY,nmk֓K>O6ye(c-b"QR+;Q+&ϹL`(ۄzX(Y*rL;H;h(6+TAF#"$cK[v2]-w}%b>; a;[ DMU ./EBKMothZac04pA⬎7$ )ըm1g?z |Yt#⺈7^g 5~[Iּ=我N";rt *A< ~EyF=v Lev5E"[ ظl_ܖI}m!;(O%z0Pg?USN3-DpG1N,'gx$&[Pad .nG*`C~3$CjIކӱt'GAnz76hcYp?:aU52g2a,[;">@ WS/Y8)f%K_wk$)*}a(ϳxA44^D_s锭3Ӧ*1gXdߢTFJ=WavKX #韄 Rj;^Hh, Vi(ERoo?Z.g_M~R~K(=sS>&G؆6X*QgԽ x`-33a._ e8[5(bJqh#0!%($sW9Pv `EPK=Ú#:=jg>$M$zq*gkvYSOĜsũ]9 M;򅖄" ב~lg#f̹މe3^ XʹҼ,үMPGwy\|RDOlot[!(jJ=~ 玲c}9"Dͥ,(ނox>g*[h 2*WqܳP-}y9YpM:gjp>e(-jNho2& [vZf wdmMe :UMLPk7g7H0(5aiWp 1#[qEIY~~-I%M%f;Df& 8AIh~YOTL^M9dVX%5?vXdQK$ Rd"iDd"8핀ž Nte.DžgGG`/A]h|:-ezh:_$jXaZt7:ɠ9R0- Gw&FA͋=.Fa[;0t'zr=r(N91QI3'+MyOַJe} Ǫ^K 7e_VL1]d .aFj^Y]dˬSn)=D(ۣtP .A1$tɐZ^FMN&Xj& BiP,`8WaRUEͱ}] tu% O"Zh~]8,SqV5WHXMS)֬(:^Ž \d۔1v<Ғ(h?X~ۋn ~.+fEuNtw ,-2X V` H/3r@2niLj~`Xfd MBGi 8t$xf+lc1aC>ZWEf >!ĶBdr|gv#jhW7xw^N4ˆUhj@A/(*(($QiN~hU(qiXDӻj'ͨꝗ^N`qRZA-|`򆷅1 vQʯmjR}"X":fQvmآZol?jo{;[EGL:=j{\Q5򤮡CZ]M.A+ Wf'<,ڮpwPEL1]{달#2yoBc6GXC$7FoS~/>Wഈc74>/^E bU/Gщ yd-I 3lu@8jtΖ+?ѭUN }eO3rV\' Z"de-=#A[Ø./CRzL1zNT?+.0C+GŶS9@^!rN# ?{VO5L 0{;m2 иD`%8V2iq|+ZeB]hP'[gf$‹1? SNΆ 6/o S%Oe@ƽ%FЌP%U@97W ,c xJ>^:9nAHq3LzQT Cd.(%҃L*JBE1G4c"SoA }`dDb"7KA@_S{=[cy>J3gS<,_bճ J I҄㦕R\8=g]F B!"UU|=ʍD6%!4Tyɻbҟ &샤]68ETXjjzRߞJx5i[f0w@Sb,gJ{=\ݕB  V7,R۪(&-Y Bf|D< ItX⬯ ʐgw$!~B+Fp; sXt> 'dLVOgh"u,%@Y̎v8ڕW򏓗[<0u=ϧia^pX6ՕÚʵ^9Һr->[J&w+'aZܥZss‡ǂ;Z yº?Tؒyёvt@.D߫!zL>{g=hKirΝ5lͯ1-x6J83{@|[ZJz!A ߖsET,freEKЬ?Gns/F21m/hrhN FhLRC$Y. }N=d Jh\]. XBT$dN ӧ(eBzH7Bn#DB:>UcܝN]-,:^8f !=X9a ˩ᨒ#pskm s E SPAN o?J0qmܔ8T|,o3f͡?|+ėg:T 4.{:4m{ވ 5& ᮖS-%QB8dϷx :Dzv,X'CG/HE3Ns/ 7CPCI?f`;$|-:~pMYě4^0ƽ궇=YHlt$tQOQ_ݸ07ꀮo-Hԋջ/v"5 L=54Pٽsr;2e +e# bz)k%{gKA:5W?}{}m0)A9 eT0] L:$\"ver[x0x:*fZUn-_@Hxj`&)PGaS +9 d7{LSP q<[W(jKHE uSz[LXdL8ӟnQ݉ȡDxZMO*{2@.,6rvꭠkJjnIS9'(땕~}O0Ob[ M@i(&&{#>x!uj?h]y>,$T7ǚ 1{eR2!fC9,H)^>q2Ϗ !^ږ<꓃Nh4>Q:,D0qukLzg0hffІ2uWMܪY:)'>g6L3sY/g [(gc?"SQ zϔCTXQOS94(WaVk%D,EB|RUs,$k fW+,m$OIdY}q( 2$!!`5Q}ҕWq_a2ini<8 J8iﯰs#wuuoY`l]x XyU 並` I Mp}F_'%AT?zDž.j~[S6H kO7kgZO m&Nu2PJ3TrP [5&Dw}RJi`/9؅lK A[x[En=0$DBMtؔE &&&Tp^Z݋`4oЪ #[,Wb im~ oKyC"D_F= `p??C+12p=SdZk5FզqUogcu{F CbsˮKLM,d$b7S"f4B6E%J?'Yv:W?tfJBwZ`B~TpͶ Hdx?Rny>Om HK+6 ~*SLGx&pR"X~B0˘9d FV]{ ghLz]<3*#^O$&s҅'(u9 E=1N"i&+h SidCaRd@S %9]f& bsR>a*}yOp*e2S3Qʷ͛Vzl`zҒJ@8*4C&KbU51i&Nj'}40Sa8x=z by&L@%\nXі 9W}W (zjzIz?,, BDB-.bX{N_=X! 7r)kL,VXNBvA9c(a#F3Uw!~@HX!V͉iWqݫ 6Gma)HSB Bc%.b(+vߩyOMb+u_*˹LڴZ&5:Hw}vk')_4f"˸ b,eU_W>~43A&xZ#UZ=- UziSOh$PkJHV 4/\=jXCg(dRk(j8.*L&@L,y=/qxm1T7陸FEx:'UAr4{ T ~H4|_DE5Z 9# w@ vC{I@HdWɯ`8 jeUPfFru\** c^}* ET`?NQB`04o}M8T!TdžMT@!?wHn'~̑p_)b>%;VT<{;/uX:0"vi {5@ ~&ZZfl@[4SBSe4HXLwcRe4tC ƾ3By.ra:xW\RBֵ\GFW]\ved薻Lpji <8EPwI]OFx#QkԐwT3jPND]i[ ӞF7z=ţd[{I..j؅TO}@DԵ/#ݒS|8SnE{% tg ʟEYeKCB`ѝaλ x1,t.\y1<`#cXAtÁ*nVe&ERV4=ԭL5ЇV^P';b)Y5H"blnBIFQ}" ̕ 2E,ѫ+ߩT"qQQ>;Jl+0-EBz;_s)iO]02WQU.UBz&]o[Ȁ /+PL3Ijn!rV}~- /1Lkάwp\ ]TQ|JFžCMyyהؼ~\VוrK?ڳQ2KJmK66.'ʟ} ; Nڻ CF ϣV C 9~u5_ŏI}Aܟ-9}4O?BM!NuK)[wF}<0q/HyoS@XHv]# Tr$dqfVwNk%MF;81]B2+^*R%I B;ȑciE8ܾ"B!svpsK\ya Ś|yK Vjݪi5hFXaKO~1>9f'K~DYӗŚu-xĖrNo*Ȉ}8҉\^0EFӼA/dPȹ|j>{a7a< ]4D֘F'sqT@5Úge&PaZ8Y˓eL4eW=@ZML=W1C> ZkW"(s8=dHx)nsw&On,8 266l6 KLQMIj~@U)D ?MJyX˪3ه5h$.dnY,*#|MZUh _|˦<_͡+*@>oaPB@>aVb.´X!Ty1%{ & ѿ8œyuaJCϬo''hGM*R\,Xj |upvmЁ֯c+j.QŵiW}H4x QZ06֟j{-RdfYթ]t$I|:ja~SjXQ h4]# İ\0'UDDBj|ۘO<(YJee"-I@Ӕ:[NɤT7> ˶&"(Z VEoWyvb#kJ^]eA3o%x05X,UuMȌ})6Lћv>CQ[}B7m T K^$N- 9'sȴTE؝B?,Em0MpI{5m}40԰荷4At#׏,P*>{*<(h.|ksPׁ̐Aܪ/XaNRԜn{Yh3VtG4z( d9O!e ~+a:] r˄x #L774_"p[[`pn:?!3;r -ܠ?sהٌTj9`]NEW>%g~]ݰZS5bvWXv!A/25,;ɢK0o& ZmdcVoe@Q EuqK,E'*v:/9@MɺF}8HFTZ UAD&7]9DlͶ`E_&ic >Р1EȉO{xeIeߖaƯgl&Q]L7F3* @kGUм^/~`J jr@5UnK`@/[/ O OjN瑙1&p|Q~ǯ,ӵ2!K)փ0am"eH؁,_\c}` jP ksc϶ D|zG2GV'azbN?= r3XXB Ip0K_@f-]ۧ.MO ,S|] V1 Q;wk..yYD֘7xl [)%D,_8I]^}=wǦXd52cnG|'"W@A7St"{P_eQ3`!}aGUSeW_E1LSa;֣n:N / Prb~x߇^CR(R&qXPIIp!u k;ډD4?󣪣x.)8d `%Lʂ(f%Ag}8E1F(xҘō"Ք "zs593D#'GfKc>U`jmu ܔ5>s,Uǒa@b1 H*8d L2<ѭPUm3g̲kF_{vC߮4h0v vPR IÑ ]oĕ15YMb- hĂaz:m,Mp`jW lzMײ s(f -(Fw&k&P % jsZkJN&4ekmZϠ_!!{;@X.l60/M!Lw91zHo$-#H>6裤fcgE_߱&cH1-fm :-].GS: 4k ɃR IR1e眪`Ce%ms_a+3Mm3H! Hl2 y.Tbod]5`)biҋB[J'@s/a(^MW]Dq<&T+Oo{Y3@ĸr0 1Aŕ? ;! Rao@gg;wLu /(#a-m[ ٫,}ouh'_6߇%_^6 Bbm-^d51l:I\jFiGus^([x~()B:R6Қs[Esj ތGVb} z r^q|OHPP2L.&Tdg;pvAph꟠"+ͣ|?`p! qv}?~i[. lBv9SF*450'z:TԞG\ 7U=*9rq .YqSぅ,&i̓;UWGao6j؍D<9.w 袷5醱3!mr}Ak/=z}ܝP12CqYx\iP њL."=Ej(B'ƚ#ۆO C6*]|ڰ4P/x=kewӸ+ߕ`2 4?~gyl#eÈ9Xcom)i::0)~>57%lK XU*bV&UDJ#`KJÑOA#BBvbmFKQE p:zK1%]VfxtO=/-fc5f[„g\ba*&$-l(wGXb>A_"3sDo*c_ͰZ~CmP4U*<{3fqz>Pq`[)< in4GH03(sH`yy 3فۑ&d(% C]qk6_U8n| vHXGT:$徭Ǜ;':vTHO23ʎYQ}x+J<Q:`A q..6gL{Y_7`uu5~إܯcj>l b u^kEmq *W_x;  Giğ}D-1ҧQ6=Tkiv*\E{[{{p>)#}ב V<zo+K逮?knjv{怎Tc 6P<1EAf]4{R0EFlkᘻuvzђ9f;_ŊN9ɇsv[(W |i HjWP2aG. "JQ8ojժy^9cӳʻLtV=\oڵ> G?E U[ }lujvcEz~ܾjAmνB @<"30oKO DdH%"yeM3zrtWym>#H$VZjWi6)Ў%)Ҿ'@u{;!-!s^\1to a}EXZZw1(7yGCߨsH(-H4Ps^KyVlB!. b:;(D݃cdK Q'x\ԗ1_#tt&FthGhsѵH$(, r 4'@z qlBtucsP*y^=\[1TJD}S%vhA%´}ҟOkIN_ ] 2K@BTo&Owqjh5PYE{~wxj̶\/.dGi䡈;OmEܑʢԚ0ej->ރl:/"s|&Xe4N.a#7Wv.缰;T`ᖈ$o{Vi*>O?kqlن헏&:VmлpWqcxC :ޘ =gԐOcy5g&?D$h^C| "t G*MRʎgO :Tx:WTFyc' mfpy-tg:_ÍwUZoy8paΆ"6KHGP|"ڡzfWYPfIb9EB} BB: u&SnW5!}ðJ=Mv^>so՞yC}`/]C*β b9qW#*zZ`Z}1?IV.%b+wkF~v-,mrڽ ۮj.KJUf,BW6?Z=jvҷFނBʳWUxFU7{@-o%.+E%y榼ˑl'A4d`evA EnxBBe673ltnBEQK+[#:3odgv8Qٱ/&_$?)'X@?ϭŘbt6<Ǚi6WΡ;a-L.y |_,4TOݻD2p,c<c)JOImaǍ5]>|5nLBoz8m%}S":i(X­MMm,c]}"m{&ϗi CW%2䎸d.`,ْ֜b¢fOɅ5Ov@?7$a@1LHx5\i$^VKqyW>j?۠H[bh\iقwt~@p;/kOi5Zxo؋]Ƈ#vRs:!shZ~0 l{4 |w4fq,`/N3渉 &l9oìfcf>KqalPlEq`jR~{-`$eV-ܺޜA6Puy7Q)G.t<{>@ w%R6†!ꮡiDw:{($\;wtcG*/o>|A "<ت`$N6=ظ~5e/d"Ӓr"7ۿ5҅dn6t䥈a;~%clytx"i4ӗ[-G7%x# I`ΆK&fvOo~@b׷x d]{B¼n2cw+jHI#n)*75% eϴd@Z tvЀ.1[NWФ\fyYD!.؉M4FYqg32(Cѽ ͘ryNnGN,A]ˤq@mk1;1i#ak;r@x)=KėBo%5B(`ea7"g0mФeo\id=o;~Si[ ,1vHmOBLV َJa~?n[\U㫰a>( 'y+M&]RoSW@EOXn?N/IӺ(lٝN+AG-"aHg8hC'?7CQU\<V\"EQqDMWs m[YPnSIq$fQd>;0L<qw rt)7sC]6ҪC46ҫ0dU@j"=胝4U60bp 2TX`!L&p%#.;MBWzG^ۓ˵tF'o )W-VexGQvF)]4CC%v5-X &+j^v7<@ߧT^}S/VBnVؠXPpOjωG_ O.,5|\9-b:?4{ \췌sZ{,S]cB98hV b$Y1tM`$́tsL@~NʮVwRd|0r:і-XTK3_pofŖ굗%~(H87qڅNe r穋]B\OߍoǞ1/5!H"$"x冑--6#HMFq?jR5`keuՕ>3溄ͳ ?X?<)c%y:zf~,rcSg8J/{,WNEMX6x)6gYwEuD8U vPW1y2!\i/,P+5^W; r*b05Ӛe'?>64<)TR?Vh}qw3Pg8uMU)OGՙ%1itw>Q1ԴEC!\-Q*(~uH SLII'llMh6naxa pYC?I OfM(4"xTdwL;w忹F>&s98c#2Ԍ,w!tGG`c`0y~Oh[8FcmuIŌг$WYf| Gx|76';B?4l,-#˷K%!{"&0Th%fq9-<vDΒ+epN?VsbnxӀbJg[\>DӘ3*pd-E( _g©Yb{?IVve P]`4fTШUPq<뜽k$EoWm'⢦ҠI 9v΂2+q=ttK+6I=I 2=밲[Y4ɚ\V ,&c(yZi»\nbu(AM-?#]~ >JXbWIq*kΏ<:ɦʶ՟[̒H&EYb>!Y3ΝUbۤy~ip97f?J Σ=Jmh,Ot^oa Uɓ4ZVl-5H?ӳhbTO.2"@z|Q,#W5X0k|a~ >"wCo{ ;-Nn)8% CHĢ̧?~Z_^ǁTw\{=ߺ,Tg[ѨXMZZ@u%ORay3kɩwQs^F+ 2?ro!=lxOxFo ;B4}dѳV LGH7e6ٵ!-ћؔ-KBVaGwIɝ Ex0q/-\6%q ̷fu.91=l:Ze+FT+jc$_(=CWU`Xét)c=E^iJ4Ί%m) :j}j t{tQ9v-U—(kIxBrk47iH{޹LS.ZiWʾ"(NՋ#^H,L= d,JtVڃ*Y-̼Ȧpuʼn I΍؄~9ZWӹK|iCOX#@P}KVCɩHv.@Fk#);RV"Ӊ/TjyJ(KC/ugǖRUSp(.6ŤW[Ӷ/=EKP!jSgmBw:1AϧUJWv,G7UԑyeM02$Q~TzcH"_4ƪ?o7VrhnwN_3F/ب|8S羕Qi0(+B6 녗; >lku֡8gfQtH5Vd ^h&P8MD/R,w‡h Ev_bه3 E^Ҁam jwA7b`o.ִODd*mf"gVg*C( Yip YOv~<OTRFp]k\# :5ۺGMOA4:Yߔ`ȀtđtΧPߤ,^`f,i2I/w!Ԃ. 5wXJ`}oO+@U)NB?l%|i1 99q/Ӥmo/Y=,E$Y5dJoٕG"*m:UB/|;€GSr:Di$:+Z܆13G5]~_&!޷iXq- +г <ΊR.)5#saN^2x]B= ?|葥{#G!ISŬiXa}⼯#u pskNUg⁸n?Vu֑}隋-Ҧ{'7l GontyR BCPSÄt{lNKAeۺ`e/pxi,x_96oi,\߅|LE>SxP@zRW=Mw D7 &i4<$Xp[~˱Ag#=25A-_DwAL<%{ pb<1+P@I; c[tt lxTOe.ZNY^sm>D#:2[>F]l$ Yˤ4]!2趓 @Q [fEqa?B{%霍oTI|ѻٽP+ 3vPkf&yŴJ..pnlM=}K\vsGk5{<{plQXqݍ0i~r#^X}^=~RG6X(r^af(p^qmEA#p*),;+7>UHT G時ϊyZ3s 9=ˆras_ n4o &v,Z7V5@cgBD%@s &Um@W7Trksjhuy >@`HܴS1j^'cn#6asuV++('rfBʬB0椺4PfJN E:`w|j// FR=u|%Go~3VFɵ\o1:fuE.'32<8N(ř*KNlZ^0sqJC`HGs ׌ψz{z3~6ut2P-#>ACh,C}RkB]`))Hx@ N8U!.sY&KE39ۼ+fij,~C^A&O#S:z|rt;:@ diMBc }%l#Q^,N!mwt͘A":1вent zǕ$XPh1AZ-} V&@A &'T2-+hUdHA -cm}ubx[ao bw윖C#&sR3t^{rZb*zזGBG[ i^ghCf7o{)KZEN*]箹 z!5kvF7a,=Ÿ03,䂯#3M Ul1 15+Q2_j66( }GKL^6'j~3Eo0y,͒/k`/z]ܢ, ߛ?"|4Te RvHf;Q;aCYb  7o7l,6okoajcBQEou?>OkÑ5hdp)m+ע' G/okՇ(EzڐSбnyM Z;BL)GVd't+4kխTP))pm^NR"zŊ?-A!0W>6NB*`7"3K5#< yAF8,aWLw(ŴPtPޫGZD[IcB.U],#{P`: -0;,vh︐ӡmDx$>9J T ?AWGmA>/%e`2IO5K)>ʵ u):{7, : T] '4"Ey$xog.8˒ܧU޵7/9 ?1`w>D{i︣W_9J=cH" My_'8H&MtPze*E\CA΁G1,BLb_- 0fp7)%tS[wWq+씉bbz`ñ-'"h Gbڦ2v!:gMIķbǍCcdE?VBh-S7΄* FTB=tq0X<0ynx{{kdzX%;m8pn`OX62(p$?9^}}n l'ylΪ() Ϻ&&U)ʸNR!='Ҕޝ G0{cBeL>a[lWg&Ob,MpWiabkipG xOkrY-󿔸!ߥI ]|sj H/|{4aM%=grKVC| '+Q̳F^4fsŞ>9p|yVtɍ]\T;dˈAtqE&k)uEp踦[SsLЍM|.1gi |P.:`SkbeFRqmw(CY*rq>X m\aEU|r{3^:ܧO{<[|SsH c8]{SsrBE"-S 7{J%{馐a@j32ȨBg (:Ğ!I>}y!A+m=SHy608tB%QGe/7s(qW37[FUNj'J0s[NYi鸘CްeNVK蓂ԏ]}G>lSFF5T&O !%n,5 tf믚նrv3 |#B}, N֐^zZ^3sJ:SђwZ7 n=q}fYY#v`g[w!BS<<{/vn #N[_k- NUGɒQ6ǹd*F=r h0D#]QT59ibC3KskaNF"9@\$ pz a_%\Sat],]k leJ2w);KC옯Yř9fw/lz~{GHPR % PNvԀ ͞n/LYd1v9II5{(eZ aJIA50K0;2iTaI0mҞvu1F+D/ 0_<@*?%/f檔|!Kg!`%J,Nj"` έB&z[-aE1 ;ǏO=p oF!,\H<x'EvB[}fz) *Ąw:NF+\i. )#pK.|Tɡyݹd;;Z[G+H"k1ذXREyES6*}X@QVb~lD4o\wѬ o8Z YIVh P ~i"ܚe4D_Wv?}z珦xiu; "Ы/x{w6yY.r]jv7f9|. ӜJЮ{ZP+:.JʇBi̺pVglum5%-QI¬hإGTʝ'N~΅%᱇/Ì,R){2aجadLZ Fid)&Ն-_f+҄_KJ](3AaFS8YU(m +{*B:Lίϙ#.\5@kvV;9j XUyl TY/`i L|ɑ޷qeE~8$5-^8Mc ]> !0r6qZ} hS|4q#6]xI5LZFĄ|-d"5 ^0E:{ u)tCI[>ݙH\bd{ ->Jf~R:"{Ek7DT[]{ð(*7FD>-) B Q%~=zOT*W@kknmA@ R-m{W%h8N3^hpb (&~*{emS[*mykvWvA~5s8d+5+Ye0)|CFYt]`wr%_KyyZ\n윴^Vq i&vif&9d"GrfGw" O7x71@fqt3:* U8in[mL%sLM|e. h?N0WgZm2zd<^h.PSӃ qB\S HU(y~B4?7&h5eH+7@edP͏96TMa1)_ШeLP'?Ưpwa@ރz^7A37-pu4ne: RcťMp,VͶX·¦(o΀$;̞JTbŅApyM%:1˳o +Hu_RV.{go~ҩ5?"VlL5'7KÅ~\A8#70lF>90Pە ;ez>AėO*T օѷġsƈЊ4(|p(P5ʶI'!.$_6RVdzQA}*֌tʒC/4j{Xq8ūA>A!? :9srק""W @y&hXaũx@/8UHɲ#)!h:X0ɤb雙 <}įa=G1r"̩MSm y9iĒrWqI-NĎs-r]$Ga8'ϸd55J]m"@fZv=DϬ6l)Zw SG\{i ;Xw<{}ɵgw4z>FI֦ojq>8'Y$DQ|8[R])sv̡Ḕ[ƹ@fJv0xv&Qa9=xZ {༸(ijMurDIܠ4MAd|5 w~en^Տn9PV88U4ׁdxɄָJiۙ77d^޽![f`H'2 ϫ&.ɕHVDPixj %R`Hvob =7*0}B*Sh`@tY3OZ3R X{6.(>ԁ C#uTbErn ȇP]!1d.?FLyHJoO6JF]#9ט4l>s[QW 2uk͠Im oU[Q_VH @2wc*6E>Ih׳hk5zɰ|,-I'+[Ne"zDtn}u:{]CLlfZKT?`s¢^}3`794p `]V@p%uE^۱uhAmua;$1qjg"dF:Eb9z&~k\鲥uBexsnak{@OU.!\:(>ի xjQwf@Z`I+^vn`x,e’LȊ@5SH=wWÑ h˃cbIמi08=KI+"Vz"NLǭ\XĨ 3'מv?"+BN7#ہNmԩ$f@T~|Q>MuxDl,I1UBju+oݪ XİٻLEؠ"Lǹ]k<[j#NAlVRqxh/ 5)@\N.R ؀/v< gep&wvF<JH:A+9;ۿJY<1vk̉LNj*Ȍ1'&%*טjW4ޕ{9k+`ZKgt@L$|(_-fzY0Sny&?+;:Sܩ7=T̋L'Gp5/b8DkBe~y rbބfl1ڑCs>*(5 z@fB7+QUc E,/f#L^ChjH܃<|Oc*b}]. NY=%~*v(aiI [e~э ȧ gJ cx'jXrSvҙ-LH񚛾+G."C/ZIԲfKRv>PuܹvL~7qbVO}O)-xdƜk&|kNP+W~Ί0M'Bx&Tֈ=O=[}ꅑY`A %d>p-V$ρN^G0WAkMYIne3gz5*";`I𘔙 j] k:շ?Y[lc/0[xӘ4d|+L ӄAWgPwgsMf8\YJfU_!7(~1i¶׳¡?sgpN4+kPol$y8xvJdyV<4SklP)wӨvX d4 x~*CaoɤxgBS!C4/0TBzmIpPE}ŋڭFq wusK|F\LqXT/>yRq5s=aKԟ6*"2>,A*V;^j\4/P8bޏS@!z kݬL4Z2zK zvG')F ZZUĄԲzcaq!|}&X+ &?)=K m'OpJRU/C"7⠹>q8#4ݦ`E6E/lϴ BMϠ d <6Yʻh]xXbPn~qȈ}*DfЅ )\R]`jLMx-!4Z[ysxM6O<pp4* OH^}&w_ RR) WR PsG_9:k-$"pNduO0+ m3$S|y< u99;_' ;!5S ${y9BAPOC]*8\|)ge\ Wwt"gxQMI^X㢚m;rUG f!o> ׿S4ߖ~i>܊--N@tƟ0rܑǻd|V3Rgg*4+r/iTHn|S?"Sp2b S6xӏb1^T= %(j V6$yK>]yGg h(:s *Ky iO+NpR/X2$"GyWγvaOEK:M:ڭƗv".ShN[ QЪA\-K'6IU&KE{WEfQה{1af+zE2G}5-BUd" l?x=NF O_/ 1:kN DwSqJ2gu~%3lTс0uF&I=B&ZnX.~JiG;Xǔ&meATEHWj!y @LlpCI- j_Hs f" ȘOMvU"7gxM*86zUq͓5B&0hf*I*&PΧ`J5ÿT ,ymKnM@Ci(ԩ.v_T=`uX$vlcUh}^^r],A։i,M^dK^USנ|g﨟QfL%7Ym/(gJ%3b&-\Li{(9Bķj> Q,%OhN 0w:FwpPǟ ^B# ST+EFB.\26 _o!%/C7ii3';EI>K)fD"~N Mv6.Ltccd@TK?M[=6Ke:T j] L5%@GXk`7b^G-n ? ?~'үq6ȑ+sb!'saIR/OA$0ơ\)[f! l_uIDn)I)'[~=,= w$V,,⌉[ U^KfbyQMȨ;*V~a_SA5P\ =pJ#Ze7;MFh.˝QnKG{1Pyroh(AMl44T-YS#kt[L!vn2Af_ݓvQaws {ln!ao/Yv'vHu<5=+PDgY ]QP{Gdi{uzsN*ijMe<˜7`Uq`N'c?4trDX&R 0r TKjڧ`Ŭ4ǁܵ[% }!6OU&9236PQ5WڗRFQ@ 2i'(W^.(1{b nH38 r%Yw9ƛQT:DC=Wd5TB ǘ#f8 @ڥD;@!!N4=G5lʎ~E{NWdY,.$ML!8LƑl%NݣŨh^!}yoau OpwZj>`n1Qd1m릗u7Ho?Sgf>RP]`لR]hf52]-8.Q]]y9AHc!{Vm?, XUs[m~/H؏Z(k{i7bhmj./"xE,3XHզFUZ{gQ`Fp3}wE-,0(B7E,S>zA 6DJw7 znP=q֐h+to]lDZM QI Ñѻ?8^Hl!޲)׹`3jZcXd? X9 cMM$׻Ss}4ylLV)SjBH.B4: mVTxBdXTf.?$1{{Nl,Hw!F EFBFIkҾk j넔^Kmɬr7a]5&ybyjFpdަ^bA0~( x"! Cn9k co'F'|2y砋S!bl㺜$xccio6ylFvycWx>/Ea8E h)E6SX##ZS_'sўBKxV˲no0e:Gv ~Y_s+>ނINYhGI+#|*Him%bkb,])LJ8TQOZM5 UMRQXlTo- H%B0&QEp|ɍ AT6~Tt]'IS2G_A)eGTvL}e4%zu4$o[$+MboT_I C8x15!)i>*ȹ"~ ! /~\‰Zȡ=u]Eq( jF 9QYQbL.gh( l G,t*5VUOc^"#jŵǽI]![QZ7jc+IaaqTֱ2q]w;!>J|Zɵnu3"lPN|7U_H.߆y!aՉ,fFF1y't("=8޼dT9 %rNs vȔVE=@flSdlMfh^uP>9IVܶYW>DĄ(yX(#yM,]B֨ÆgbYd 0KiiFad} F A=L(,}C j_uB21xCICo?74)x}3ѸXDaQ͛ Hٓ&xglWCnF1't!Zi.p2i{p岚-1{xV&*Z+wODJ1Z 5  0ꑅ>(Z1*I2}?Ua7%i`u`;> .2Ǚ8W 6`fiՍC.p߿5|CBxA&"'֋iԹ' x`s IGUt#NJ^ 5Dבڷܗʃk5Һ` 30KPNcz}?X~~ mF046'ǃ?O n9#jc!BPxA{%eF Cdflhlצh_soSFPQ)sPC!Ԟ yeXe[ۈ߿{xò}Zk` nW}B h!g:[?PGs:+[GK v$C<M'?B;QC.7!/Tە֔T<6+ ͿZLls ,8:A >Ll& XڀR ǿDlůLl:lz~wPnfV]0tI>卢a ߜ1BKI nW)ү* 6(C(-w"m{kϣ2 aPְ}OJ ._i4z~Q|Ӆ9y=F`9 s,U@ޕ?*d_. m}FO>QȨ+w9^?k_4XJrV˺ͬE.+31#:zZ#+Cqw$>aܬ(^L_Lջ@S9>L6@#9B Jg1*f)UB䊅^Io6<Rt=oGlo;uҭUղ8iE =w?JJt PƨJ ;`8UmGqd RS`y3T/\@?8C RY]9CwNQ_zaewѹ|T"_XYԤSiV?fkySE}t,9&K(7|č/YbvamBbXm$o =6un77;$ qnd.ܜtÖk-F!d,t^fBNqp+{Á}%ga4 T+ @$G3u{{ Qmݭj]E)\vNq`"hcB=UKeQ0PB8 Qܟ gS2>J9ha_K+R; b5ʍj'+e~a4 !^dztsIpPPC9,0:2q[7hkZ/>2ƨb0`{#%D!oGo._L7Lzj4!峡ylB5tg !BgmzPB&U\K'ٵA$]17E.݆!opYU$M߅Gh/PsO wx9op]9ɂL aI6G޼@:һtoj(=͞PR,<$TZt<Ԭ,޿u1(++c[* #D$I!}+*a%$'bC`Yk7,WnXw!T9"2n<#8o'(>X1{ԇɥSw(fI4y` ק{AgN%\_mmy+\#4 e݈Ѵ{ǐ{d+v@Qe$!m(2qKwֺ I/Y*3ptX)s8yyGwkvoQNmFtҲn+,ҷEWd»Ip=BѨub~VjNg7KPJ,l1םR;I#CrefˑYTXMFCw.|F`$fY~`D"L`ڭRJsx %`q'#^a%AtXdx\yލhz;æОώXfSvGeqEϰ$w0ɰZTrQ%:};eYJmcndy3д@D+"ʦf( $BS7O.x{U03y Ud i xTëJ kR% C ݽZX=(i%MUth #®K6se'%2SVuףR,x*nˠ/}_O`U+k{{3u!~q>|/G{~ij6x]ح5j]ZXkt8+GCKɀIQ_x0H :#==u>!eF'1ltmG_tݐk"`SG"r QPR3QzT9.):+brc a+ѽs~ Ik(U/7Cz|Imrn;ZPB\݋Ǥ/o7f.W204ܾL8[Y\WZ^ע%eQiir${z䤲JamG"k0i]uLd%+-bI99rHі1 C˦ZX/n؇ _;ČN0ZqB{ȏw5h#ݾ0-%Jp2(v_"&J]3p> P$6.= tC({!\e >2Hz[uFd)FmMkƷz&{F 7_aVPk\قh^BR3y t?@W=ՌGEؚhhF!5T1:F[%MY#I#)u-$8;j3u@<-;%bP "N6h*qΡCi?ǿ*qI\d͘4"WVcȎ[҄'ŴjygHX!dwV6{Vh\7So$JᡎqH]>@A5w62+5~>p7mhbX/qIP C¿8q1Eԏhq|T(Çh~{_Lp ;[vk:#=# ocPƞ6wa4f{Wl1jg?og(/6޺ۀT@*!n^1+cRjxpL ޺cdX]R1v+&rJx Ѥr'$l Sm iQuy?41>3Qb9{8~ r"@tLHw yV \wjz#'eK#4nWW1M$%=QFWRK4X ;c ',FT`hH#a{6DWb(HgO !^73 }Zư6@ '5yaR>&"ΓU#8`<%iŠ/. 7bx` n`yWFXV4PQHF,RaٍIj̥HiXg4풾15G)})v{Цڊvm&{BW5_?6#<вĜj2T#r|Uӯ @*ТŠRjDagShmF*&@PUz*vu)K7+|<;e.>+ GVHa1ocQгf11ᔹYBI6 tC) ]ʮ,|bäs4La-j*nKx}1ӕ򰮂Yݷ9t!d[8?~yǾxHM=^o@ΧgW>Iv> )YOc;x{d]^'h2ۯa ;ۓ!+alOg N V$z^,@tvSmEG܆sꋆZ@1/2{n )ax<AE4XmIU]֑7HMj2Ą3e! G@A&j~g?BR*WOBQ}:  URbs K=35K\{,Jܠ_t+TkEl$b ?}B HI cJ-K.'t;I%r2'!}avMM^ Q\ %|oQU+Hu@+VŠp&4(jª?BEF/Ym.(b %?3} Nr]0pmDRݍ >i["24֖`2 {_&F".%c, ̡k,A`$Coԥ|G73p#:EUXoTP='ͻ?9[3Cv dO7~g "*,DGֿlNI'uE!`#XӒb0z3b~9L v#8* 5ZR73nj_\w;ڹnQ'_%:W'3VF8oSj99&1-DLeWHMt{2"n -f*qɦ8TbVx8w Ը~ hwqp焑V)rI4pV@t06ׇUw?8M˓m T|7A'sX˔v Y|#یଞD[Q@Mi k6bXUTY2̏"D~2&Mv1v$\{aHp2TMSk;Hc)od Xڣ]M;MgGk2l mLot}π~Esq ϲ_ļwyt]£aB +;;f>^5KTr? FϽeՌNNa{U*˿1&a~/,)`TY^Ilb5 9[mC W9KO6tlUO _?w>w-XR>T#:x DxUQJNP뭕{?I@N? )Čcg,15R+kEayB~Zr''>a- '>uf?P߅ |/f+*C*3o$mdXak[A|A8o  PPqM[קCbUfg%)QTZI5KE(Q \*/1nBD Ԍbp^Vb%Rw$`y8a'lBmw 盂 OeLK968 cC_$m2sϪ|i'afAI)$D\%* UFƍ3΄tگ:l-b3lL b_' 6.e\\OFr7&xoEU[+zjK+"[Uѓn+VM}R&ԟA:04v6fy[(&e82S=ڝUEfz?zR>\F^,ɺ edvdZu$]hNV-#;i{&PęuS338 !5J+# UTb3/: 0Pkfk4$>z:P"6}Tq5zYiq Fi{/H'469n }hGEpU 斮-G^ R0ʉ!= ,|#5H` Uu{CP@9&$W\`4vnȓX!BhSZ'Z~"lz!˛Z Q=ӷChñ$T.@}O/+2i^i + 1u7ߎϚ SĽkaK}Ljpp +ā DbT1(Uk83ԅ5ִ1qK";du>~k>p3MƉ.D ?a4TI 6}&uS"24=UREC[v=~S$t5&@W6, 55ߑumoK^·\ns1&[d\פTYTya\eؑ2K 08W@`  K3m7hzEywU|`kiLO@Fny&&T&cI: cFmO1 Is]$W +NvcFr]DHj/!ze!IG"|[L&~ڲo8<7t>s'V]Q-2S[2.@bqhd0X8m׋aSf/1Cm=~*A٘0,"J =,m] (~7`\Ɏy}cNjY$3DjC>F:p9k6D3K> lx`}{zPJV?R'hm׸=I}ZefLTM,L̡hv 8p:uXyQq~N Ymi f}Y |,̩]՘܌T <Z߸>¶>a(E LJ@]cvܷ4CLM+hطA?hR z^I@TdHO L`WVd)lvInV-9&{U ]zqW6բ-Hl@l`>Q`>u;fȋ)_MAC蒝v 4ۺx&23JȹMDŽP24C VRl[Db?ԯ06?KkT%M Pa>2tۋ5;Oz؊`+wkB#V~ yρL3m]4p/09~0Ў4YGZ1(QYL}O1eX}+9;J7Jjb|L0* r[IuF<{?EL5Rkl#=Xy_iHY̤|Iqn_a}_ia9tCP~Wyj_&s1/]r}(d ڱBz@?[]-4QcJe|ljk-Ic+?"xkOmI#Ab|mhNJ;F{+ե!Τ{<Nq"+ٻ8ZFNG +țH*g֭rsv\?d|AʧYJM ZZ``ܼ69tZp?&1 a}0 sI <'Hi,sTԛ3-ӧ *q9~;8C/]V:.Zx\x),hhs+OQ)$ZfWI XPTlڸD+9"#}j,tԎr2s޽-<Os\0#J1s>"F k,Q'{[dwOA\Y==cĒʮn_ I<;nC}cT|Cj(<-Xbj+jr'twk$mxc'KvQuc򯆳f~CD?Hg<1]B5f2 RlMZrX"8S=ڊ[2pWJtԊoeZ<ֈrv#ЄS"eO$x l-md#DUTIS]Ҧ/jo68Jמ\pEeTL:`R6u;L'^|:KN,v@_15W^ŒK ~f?A '=ώ(P^ȥpkNBMfh;|KR̺./n/sƄÑ\w0d1GAbTӝMH l&&~y!UPksnC{0 j"+kù T3Jbqͣ>b+"̂1bcp_6+dv5s-Lm% OyY,XL\z~D򬷎=GֿWy,ցRe֊8x=P˵;z5XǙd>Bl_n)u쇁 v)lڵÿ+P}e]k)ciz(x%!4b?~zB)T zQq'Uq{Vc%P{a,@˜XWnHyGC.pNz`s8R;ReErl|j`L|_~;M GXʀ|Щx|_o4R'Ud87xoDF_a NW)oJ`\ 4AdWK?3v8j-;l0:~sgJTzӮ<hC;UwÇ5k A3F'~m)-|H(`+1a+ p+<Jhօšw=dK V{g]8WK75>hoqm 2&8!7oīyFG@0)$zO/9 9%5EђSz+]7=@zhO6?PcVߠN4r^Y#f E3+qJ(Bn0 H[v%դ9HK jk'5飡xW컨 djKGS-/&Mĝ4⪄S_B}C̛_nS—TVY˸LcG}Ql mhyyM*G]wǣu*.K~Q'c)qLe-^`8 Iya7ˇ%upɕy]>$ KK}A !vRSzV!%v%״$@/VBI(v!ƌ…Ǫ_\/!Z{,>3c6}#6fo'kTe.{l/:F;, A\*_4#Ik$a<>6)l[}|0 $[3w U1h~Zk)=c &q{Ͳop!ٖXrp<4;hPITk-M'qIE>]0oV? QgviDMmQZT, vORm Si2~soY" >JUJC *+y;iڻ. X_Q$c\ьt$T T=AE)xCH) ,xY(9dE:9V:):&Pb㰓]Ise#ǡ՝*_ǾԞǢߛbGDRcS ke"0Ԧd]B?:޴9]K+8s.&[CF/ğj\g{Q'&/g,2X 増*pW9ڇi#@ߋ]BLjCJ̄L}"r約!"#=@P {\6]YT u6]R."i;BXܝ3=q| | ~eE-fYudf]FN'좱v`A U<~{_sI mio5 K_o"&o (LiWCQ =;CH9*# n9#*A[)TO('}hu5`5!Wʟ/l)dW)4,v #4NzHǿeeoN2g( . t+t/Gߵ#tmL;h14IYM(yt.Ȁ1pUfsˮWvS (Q&̎Lr%4(\OVfD>$V`_wCE|3)o "8[NJk%BR+wtR@ meEoȔa q4imq" 7e|%:pC-wGb]L(GmK*hd ;#`m~,); {} KpnBb".a aaSf8Z% Sj#MTl(iACO'uB¼e`!UjkU_{ќM*=muhnt;5Lw@b89,V#7vbq`L5`h$o/9s(7-;iZq:GaOpRw0U~+`pcaS+\'? *aZexߕ%;Nz4j00Ee܍ HC<>^KBY+ޞ\&KZgvbڥ vddvWb"@Tr 3niT O=Εpc`lMq2yf$e#_^7NT;Fz4aXG6^d^pgG rbY$uHgIdVk1$sxU!ѽrQi~.?fSDmqH+&f&&t%^m%}ӊ]Z1XYK+EO3)DvGXo[Ym&~anٺ-gD$]9捵|~3/bhr1j%n Q2C1?N6 f1`QIEaK"NqlZx7:̍pg5WOxͯ6b>19oxēs~o";T.͖rt n^b5h(GFGEAiH=gٓD?w̚ N{d =Bp@lP|+ a"%r bZ_$ެkBi[Q,Jxxu1MU,{BV|)ޛOzOLֶWT_?W!&Is, theӛgoyZYsG Y]tj4g`NqfGR |G&- J`>e!4/ GG9C }D%cvO7bU ZR*L.xmi`Τc8a`>v3} Pd)(Ϻ@y0-b[]v+^ * h!Z$첗[˳>L*S#V܍0[e\4 Ic{!|RJ))}YւR>Š9b܆ ) bs›"k+7=D 7$;fkiNIRtkò*4G\ GY:%lx 8o9 -j ӤF=OeKF7+~O{DJS^t)k;F]?JZ(ffAJI![ pn69 ' ;w4WM}ͨX1!"">Ĺև]/Vd{d>T.cm}B\nmVvl3'XAn5B_>Q,*{;㈢6(NFn tev}(ʬn@9>(J4al[!܋6ɑgei'$wf6C@瘉Ho(\N6Ȏ~*ښ^X3Zb52&(#WJq?Sp4y77tUQ)$^dO3Zs/ Ll49n֛% {8fL˖Yy( QEiO~FZzSpA錔R|\)M+;X.î%lDˁkV1 TGa^Zb`cHE+f7f|a*erՓ77PPJ;E`: |O\u秋k{/&e3Sb =]TP7 %9Tض!2 ٦jn9y=#*+'0D'm@/)3U錠} ! c X+9S/wlh^S-I ){7/[~Pkmcא`"&jǰ[ʂf. AFDv&b5R;vgX_Ǽc|tx `񆠥5paLdclqDew[KaʳܸAe5]v>>w|T,|R6N<rJhR̯gQ!<UiUSv@͑0͛!(i6-aLq[#X3nΊYc,qPs`(gV2\`4Q݄ 6TqCZXNf[-skE<|*ꐴۺ:.=q6<)0 H7yzN((O ]ٲCfv}\zi`4o&U-fC7D{Pʥ"mx2%2.C_uw+b8D ?.>Zb&$zKK]OH另.z⺁zE3N_:A{FmEƺW@V`P2| =+w{I'o̺ hH^:<8}0N)tփJ%U Aji4swpPlz 2Vh'wF`L>rn6"e1)NQ5g{,= @7)z{iBuW$9!)ϲHz[f's!ώ(mXHvcV\7(ZVo>?+gOoU'XF+)ʼn_[WӌOl|[VDce Z{.QDX\A`ϓ43tA//zÖaKE7f5s~mn"{ n54֕k^CG GqY>|+ 1h;(Wdq 9&[)D]۞|rq* a$O'0KwW8"όr"1v? ߖT p 3:t&w/QE㮅D߮n08w\匑(TSDI%uDƵWŪ5V",g~ÌXYeܪÔ;1OvC|wp MzStIz%j $eR!/`/S2-uPW?wR 40"?[yNBzx# e*DYkMBPGtרl\;{Lņ r{3548F@l#.$䥅`WZ\w#In nU+/M5Ͻ`Fn6EMMٮ$3j6A +Z<H:Cz<*Y`TO$RKH}9IMS+Eٻ6G{?V6iU@yIb+/ ޻C%ޟ#z~ x< kySG:K kMd 5F<%ﻍ ׊.P+(}D6FjPnVwG'U%F*Yu(ӘFt}g*Y!{,Y"vQܯk儆6)M8L;`P3g4u辡^B_V\\&-WVb}9 ZyQ ZvL<4ܩ ,nѳEL5)Vv'%Mf26?VMgGM,V[]4|B4=R@S )C#A~C{Jƴ! ^`-{)@Ŏ!`p >`W ӡLo|+JWcD 8l$ Y.̰X1:KO5auv=F[Vr?w'RV\bՇ{43>Xg4UֈYO,r͑MzQjfYQL<-옆 X? )&[nwNz搼A ϰ,vcD;0J i_S6zbN+}x_ǗG*n=4L4=+cx)5-:u/S8wAw_$*~l@9  gN#!Yc$h\+DJ7pƮhQ01ߤjj۝e@(Fl2|d$^!s:b'~T0m[袒IS ]a$aMwXfo2?TRO%ܵC[XQ k/!&B3Z<{bm. 0O hUjp*Ao1.^XN{-7 n!>, RЁ\ՏL !'YNR> T8kAŖɝNuƖdKeNd[Nɇ XY oC$ YŖ#o`g y-_-Uy>>OTU AsI)ϩeH9~Md-SclRtܤƿKhFA2,4IRjcit Y-읠ق:UL$淺nٶs0;>lw1 ƺR%> ! )<!jBiy0P XH53pJP=/hfu;dXGbX؅*}GRůlLcj챁3B+Knx V,qy{0}#0e'r= \#47H0W.SsKݫ +$y/D)9-ňY{3!L9Ar1TEn D,e;|!Ge< yl i7e3vm?֎DfU&N%p@𠘒TW$tE< L8QȬX%zlX@fPRGXBE.&_.`ָm".C#BQVOty V2W DCQ$"muAA FTX _/M3hO&"9IۏY1o]I+f*}SnxwgŮUmm}]=teGz*w׷ᘄ)Ӝ>;n&6 ۷tKؗbc/qT8^HG4 [Å5t̝{/13J*֨o}щ4ӕ ‡h#F N=/Z﭅&B"8l5)kЫ\cgSH$xްU\S&*(n$,Y}`EX0w6/"Fe)Qr!`n9_ߚ7XnQeܦD>_fzH;x7SasVaFFP1]G^l̹c@T ,'A/F!e[J54 nQΎUح(\)a[Wk XKL\xPާKYp 75;FKŇ4nFI[>b#v)Ig#Y |Za z:ǭ(p=pNEw.)fK*b\Ό !l'KJ}O' =)wmBUQϼߡH 9ŖV(":Y0 t`ύ"9%{=@27.MQ kܲ7s!aZW{EYMe*~P+B %!î.{ܚ.Y, N3c ^67Q׎z R0l%RN) \6rpDlK !ǛNU4/V;b ;wK(?PM`=A>آ>Nh*a:)ͣիx.1`G/`tXj5p!#(NEbkt\& iLf߷EJ+F.*x\'_90D~Ɵo@B6{G ^EG%qXp-Q+{ g GntļG_+A4gZ1@rN;<hep: \"Ǩ=@ʵiCvqd77:-kbWqcT: czN=ڼEnT6tf4,_ &}Ui\z>/৲0EǑ#fk0O-Zi\4&ֱ|Ͱ p{9lL`2`2cFEHsjaH1W6KvbN'lP]< 4uɃph"'շ/ %򫣫֦R=7$Yv#=;ڷq)Fcxޝ2wzmzj*v=On` FSMLv^1r( YwGad4E{7 0.v'"ApOvN$]`x0k:OBˆO6zOղ>!}0pXA/@ Cf a["08ȢȥTs Sh_ J@':"ʰvbߺBHOYeep٪ɺH.9D7&j^çn@sV{y MeKhL9feeMXoPۈƑ|g72pB.Ru7ϛqzv8l+a!>UG b<]G"*J`DiW@p]lӻ8, iH59Wdb\{N<_Sl%;KI1Q|v˥_Kf9u5W9! v͡ Ս Edc2}̚ߑr"4.9P9jpNSd7'DDyvd&,?UbkIdMēH^p,E.ptm"E׹DgJa )/% >()=Ʊ5[^EGTb*N |Z`e6LO=tr:ИY|w%J}A<;MbPذ]H+]02re KZȠ N@}:*J|pAμ9[7–d(W#occRy CG*A{BSř(,pp:3^0لWܩ]0­)uWd tk/[((2!S+E@D.7X"IDvIQĦ ^t/;U71WVy509rѽ/V9rkjE_/ Պ/Ӗ}v r=ў~ ح8庝zIqm6A{*1 oe]ZtSݱ67=k3uj)uN/$UIJ4] J 8t8%/Pī^.M&$\'hEvH;4K n?]Yat.&\U^Yx=8ی1;u*fd$?egP,ts焇w Co۞B?TEpY6Ke%'j 'or*t!p*:f=?=@bVE%L~W/Pw%ݹZR2[ 쨾Í36kYHCQefm-ڶ%9 YPO66iF)Aglerp粯 =L7_Ztx n~Tp@|AriښpZ!AvR";.t9rAܷ&-;0uQogrpIU{Vځ]dž&W]Ir"M%q'hgʆ9xpq9te4O`Dp%8i`A(F[D 65qAf { Y%5"_?Tl 4 xeU>v`!Y^Ok:#.]4k/\o)YC4KCM)"#׵4[f&5sm$ϬVE/ ShDZtZjʀ)}m0.=y4gLw)6s##|xe 7(>H1;qљq5Ђ0Cѭ ƲQGҸo³b8Vw!{) mR#=TfS,0&& bR;%ۺ{FBz8nuꞍy?/ Z,]+xOXf.od'S-4?D{RUW+ Ʊs_şvo !Aá:ѝ۶dP**Ə∍mVs &xpZKd(fOͭ`c HmOS*wwzg>iGO*#J AKIT._PyðBpK0%ɂ0F.&hj] o3];g!ϻ~V=G^c|CM 7\g%7L]npu gSt_.M۷1}bdWLkn*DNG4́7{B#c բ z,=8&iCל-4dޑ ^3K`T^rr fE(f4 M s61]ob^fIPq]SzcVd(hy A~15")Z*:H=ݵ`(8ěn m$xEdUHLV@FkAk'2&"dι=q}yw:hj]8|_]]4a^[ 5[Sh @*9+]Rw*Qr_lmӏMT1=<31;Gg1fOH[k0:mdL&3kg-`vCn&ƥ5J~^žm#yiMsJOٸ9מؠFm(_+ʸDmn=VАp{pm,}AƬXkg{T"Yi-tSݖ(XiJv[<~Lanܶ N#?!*<ɜ;0!_+ _|3Lw Z~j zFa}Sd;wM!,ClШ'O=ޕ_s/8"ol}j ,LQ&GzrȍFaӫ/P y?2P6yDO F뷠RȾ4Mh 7|JyU . bZW*?hFC" Ji#4oG+uAlD*ENkQ^W(t l010ۀPDwVΦ%Ez rH^QJ7B~t&:`K% '`ݟEn~c0k³|N?قZ0U?qQB#W/Q6镃k%'PP'$,5UlKl澠UA Ro)o4tIRĵ_M+~ 27@e02gIUqy| bifA;wdCrB@Da'4e_tqPh[9nϤL|%vL5s9hrC ZT_<0#O߮8Qۨ!"|NЪy_dJp'z<ȝTy$vtF&@o&{=LBvz&Ta)KdoaDX4쿈AWu-}$GP0}X*C^QOj6pF>2?nx֪T\)'Xd^u9"m*\z{?Ӵ"e0SS:#wv.nIbj~dN)o ^bU9mHHznؾB7Ё6Pnhh\j#!TQ ʿNJ>]|׻ #G֏/>ԣ_"FeEZ;qf!ebxN>Kn o d/#戴 ɴ;;WUpHʺX]xc]AK5FMAijOrEh3(fra*=*MQC{ }NsEZ0w^Ӥ'o],;>ypg^AG_ER2tJqĺr&Io%z|IŖmbb>3;ebM}:Z"gbbf{wiov/K.Љ)BL{QȄ/m;u wo}m@k$vpKW@k&$E2 x*qf(zuQpV|$VRwi Ҋ*Q wO)q( 48_ *G8wO(΋O;?(n0vOas%LLzi0A*`ob>I{5cZAl>ɷL7+}.) œ!|tI gFhܥ0"UaSɛh"}KM+\xSywm.kyDUq7+7I<DL_ri7Pȵ Vhufxb B64$'՗]Mc/ ol3U'hKH}4ckEg ]ubJ.{b$xK7y?᷅_Ǝ!ZG +לD>4%./keٶOG˸0z{=,LO?X]"y¥^wܣ'~fTF)䬿qfs0fUׄ#`/ͺ_2p#p^61 ؆"nXJ~07f<j;Q) btj!1V|g Zi)}gC!r6f~<7gJi=&v;Ş6oe*dϗI/6i{Pr'myKV7hpgCF&VKrmr9=\ it#a_ĸ_($W!I!Vc(yubc. )1 ȼ[#^~`gu"z*aKI-`CCox#x,dcm謱˼B} R|F,gaj%\}v3͖#ԭeא2? 3Gb% nHm\x¦e0%E`xϮIvL)d=FԢ/Rkd^xg?K;C`Zs,`qCs [ܶ>k\XLs%.kcr5htm18%ןl<\A6++M!3(KǤjMIM@ p%Uʂ}GЄ?{{| ǍTc^?!8akVC(j < _(y卂r8"OX,(%3%Zݘ$eRAZu{Fx?T\~_p'3dJ6uIu5ڧ/~2`T,&=xn ׿$ 5 |XC@ȩ9Y}l{\ҳP\ew`:}=nl2|y]]4ۀE阣:e5`=9ľJ ?-Ęg1sUOjCw@2.L5 &*><$lh(ըn$:-Q0P"io"a\q-XsM *z;bdh1פU6iJ MQKP*|--=Dylc㭬^}U6ߤ&v.NzDTqNAVyNwTj-NYg #Q@BP- r5ޯv*_Հq<_Dg>ٙ9$|Άޤ{8%VCpQT!mH:|2`4J2r20~~iJFFrܗ} -ǔK0Ċz%A|I#Hc]Ff+Dz0ˆtM|j?4yTȇF/);9KwU˕ܻ4/e@B܆x?:9 W-pa">6>|9?SPƍUqXČJ$!WQRy\5NpC1eә. ;g$#Ϙ 4~ &b2X.ʹ[ :+=A./gA aWu с0Ov(xHrҙ x+ \(R.KD() gO~hɜ״_|bwPRd̙ZU uEiqY+r.ܸc39JoP_[d" [C,'o;RW׫hja$t`-$t^\%PU-%&J?  oEQ܏#'p!, BКjDlub^Oo }?xL[k7nEȲ;!@Hoyqu:gyb?6F#<$qUjǦN[1TzuBw~YbrΗ!s-i8i-Zvϥ 0F)g긡YiQGzoxZO'9u)ɻpڭQj"Z\ݔ}s7 u3v=FXZk+$RKɞY^!%Ĭ07/NCr*~V_&:C<.Ե|bȁJ8fgNj`nO6#I(cFGئ3gk@|% !zG߃<0"]5j# Av1X -]X/m9NZgȩc8|c~/a+iJ|&~35Fh߅rCVMQXK\6IdiMb8wϯ_K-ARBfn?okAQ]g dwY$9w V籼nN4@a/2mF?Vu*+uX1Z;NKBF.<FvF ,+sRX9o* [\"8j͘RֱF`% FHH jk ҅Þ53M9Φ7\OEdtJ~ ~Ÿ Ip'p&60bgE{xZm:DEX눁k E'Nԥ:!3 vI6v%-p 46 VxUv %Uɼq+!G0l*_!rfX[!ָIM|w#"t8ڤx*bjbKs0y~ă>BXCsZoXL;Pp%c"D3R]Vر s^%#w@ME[]%geg 8(@4|j.G`մV&|4XH/xAbj? 6BS[J;O|9iUf@ @l(*`Ϩ!ɏtr :jyMȬ2R0<9$ \Q%]?>DU~Ouk)P u'uQsW F:b xs\RdYM{υo9'#;Cv* 6I"(-yKv̿I{y|v6Kħ?}gsa.'KVo j(3f8 )k=s݂O^/tR *|.TV'o;ٰ&싋aMd6\ -8tQ.@+H՘lY9`9śb2&-088L]A~Hۍ{zI/) dԃ6ӽۊIRa3ެW)YCl'8mgX&'!VZ {o[iرCi+Kq^۰l)8gZZF RتRY2K̎pze) $ }Fp> x#$8k95u3\^MWeLzsRu),L.u_ kP,].k! NtpH/߄]iEmZ Н϶B!XYҁUۧ~qe\_+|Z,P4 r,}EuIt*A"-)Ǎ?@5pSW?0?xwg#@%Ji̘ +ŽIq'Uw+i @o WPҺbf*`s5"˿%Ԛ́g]zGr,޶.ϋىq[>f Nx)~rW5b&W2𵣦q=TT5"=Ac!>C lِ+\y_<_} oa'^¢g${b hETO8TДglmtBayyp+z!}g&3^i6ȐfX^# <54eaxBR<1VUI'C=-(lArq0[d*K^B89#m@ ŷˁ<;l=* k88} v$ `q58'R,Nmw"޹.0tMzd!_B0c.'ee̙f%Hͤ(Nhd&8㑉M~o_q䇍Le/BO4exHJdMHYeKam#8oԲ !(UPiȎK)04gp@8)j?;3\`/?e.h7}HU$2ŝ > (E#xvI`URѢC;SoyuT5IM;@Ƀ :F_7(5@{0tq1!'=w %)ކ_u"W ,ZPN/rowUo P*}腳dR";YT87(o Fr:#m,]qX8|@Eˎn/qED{ fyk6|@5~X6@ti\#l%_G H_\YB;GS]@^T 'Dpɺ?(Aj?Iofm^h[:pH7CFsL-iu0J ^POL*[ tPbg@ ~mb7|ڢQ^c{\ѭŸET =N[&9iÏ7AYsM:MQbVA\/%3m ~!J@-qС Ԩ a˄a|k Twҕ{IP:&2Hv0ޡѥFɟ>Xk/*t7oDODFFZ' Ye<*"=X<; Xc9a) DVy>-|HuLjaBb/)nhu-֘aUvL_bB aԷ0Z$5#02xeEQqaʉs1@D|ėgx/:  Z'ݨ#)].A͇@ij"*ѮC-74\X;1ӤoδީW qЇ|( P@*{ \+N̝n5ٰ_ލxqL~r6K:'ZUK2o~bjES2^{69|Ͷ{UN})>ڠNuM*-=frE8jq7-3d=r_HR1|ƻ ΤOWQ39V]-0Lp}ɊP3'>8c>M5 mqĈ?UDs9-bdRPjHRǜbE=ExIjFu)W Ջ:wM#n]9abKK7>4̦QܔWD/1cOwG$9r\t@q6#Y_>-Wt$da0ԜQ2߹$;a"Ȭݜ\\i Ǵ7@RIϤ܈wsْ(h=uGUgh:nL(b %>M3f'dӣΏh+o%r7 69o+;#DjY! T\h~KSxQMGXŰq4{KhZLWnP w1M#ĢX)ΈSeR`3)_YzӘwWaHI ~Vػvճcs{Я?tCehwa'T!͜Pph6[PPY4puen⃨MX.cWsi ƏOGSg > f.7g/x¡bq fhqh]3V[C&X'UNFGyZ<*I2,A?#Z6Z[-u1K)+s}_H{kd^p.O=vl`wO"Jm=ƴ룩i"+`kGᬷmRfu>kV@D2A'8M!d.ZU[䃻FWtԮs>pFH@Aa3thro%&Bc)M&9S/;݌S@F̵wm*YV=OAC~s(DT'I%-0W獎lUC,,iuvm+*%vנXAQ@n_-fQ'%%%aITM`R歁eF5wV :ڴv~;w[*461W]bd+\0#zxG(s{=/;SZ_3X9qkfdBd b Ƀq} 2 WplR~7t^%$ vėKٵnnRU15H94 Pgro7krzlLĴi"Ķ[ !r8~6`tmI7| n8H^E  07Aw oJ:<9Uld 54p]%ϓ'u,Rx2Y̋*zG_YJr$B`@]&,aLZDoꂷMO9(Seo=r2㿀SzE{Vu7ÏT (m?ݜܼV>ydFȻ 9j b`gb6Ln{h.F(6 HYSǬ|f~L7k(ʮuV.ܫ•^{CXݮ-08ΊmnkQ(HFˋ(d,(F7ŗl"ؐbSk){Z(wԢܒ|V \:0,Ӣ8zDvлʽv: Q8E uA){UPĬ>5,mғʵeIJ,\,hѝ2:S{繽` G53z{ˎ*ºMYElavU[jGDJA7l snQLb [ ^b劊;M buGb=%N`Q"uڳ`~J3VPÕbH,y#]YQߎwِeÆō6[EESE$-Ү53p ӠI\YlՉW+81IKOVS=[Z(9Zi1`'(Dh#]>FFV4:1tbX1`ve"ƦVP4C \bIԜ]œG)&AKѠ |_gSK\C'f_:A Z; EY͞{(MAp^.VҾElٷ1?x/$? 粁 2ʣ\pjW5L6`|LSL|\]rh-ʧXdF&录w~ wܷwC|;*P2Z엪%qYGb)Dw99g;;:0 ڀf9x:0ԻJʼ2lwZ~ZDJW M+}a(qN3 h<.h:h|tU]=;v""I6Ld Z*LѨ`6 d=.} -ieE!p3nK>QK;FeS&#Hڅ!R RMm-8( E_;! N@鞿9x;Q/ #c"yF2E9LLL'ߏ< bCc|GOX!FJgo%Z NH$ӊV _hǎhڄ=T/1s{f4M+mZUG; Gi ۿϝ/Q=9'zOSb,{:F >ml1a4~q&Q!>.f!{43cϮRC?Y3 ^J ώF(,1-b?4[Px! i;ޝ;7dGsú♮.ܶB"qj9 J޲#׭56W(ک EՒM0땠A? b'P&p.\$ޮΥ.;/+8{XFs[? Qvcs`1y2nR4>}r9WjRkecGC[LA\qJa3VʔZ,B>Þ)}oƆNӯPbAG?HEF/=u=,;5Er0z5Wu+]z d1wr4^Kxnz!h$TQ*c^ 2Ff"q!IH:QDRewqɒ@H߃:ZrZ#ÄVʵR :1\b=B(]I5Ivf8Q kpaOH>.O@ݥX5 d[g5vP٩dIVriu' )٢."x#biWJA$^>i"YpARO\(6tƯ&(|ΰk,bgΏ^r4 4J:2qvwAڵPE]xGN٣"<đo9Kisc1)[z8ZVjD8+XQtxs]3~8aCoQT@ܢ*3f07_rf[=SjMzj%_tuCXBfD@ Y8{8w&|F"Du ɥ3Zt ̯ mr)zC{#8Jxh奸 ¤ *0t1OlPd]>Jz/v;{i}hdɊOՂ N`t1T?n[7edMϣ7od }!Q?4 ¡ԃ!9Hq a )RSbziΪ(,Op۔&VYG~[ l: hq2=)9q ('^b&Ww$f-E?)g{ OnRQ[91Nu.EJHMd;IlKYlԧ| .܏#.[ ono1ʖޭGɨI f;v.U̜X$~\c/NG3Y,L RLM8uD0piE;hɉIP9o"$c.NHׄ'.ѠK94ѬbX?!.^NW!AIڳQݎ*(`߸5sUs i!W4ϩ߂ aHJX#}z{/~`F \Uu QUJY^Ca"$.0_NGOLpEƮt.Q<<%=g-Db&@#xf0GhqS͹Vz8̒W(s}swx 8MWz]-xa_rs\h88k̦z?chܪX"'tfbh;O00@gs`#% "틃?˵xg EaF:EGL؋歒8z|ͬӜ4=!1!!tk~.a/܍a4]k"r~ Q( ʦ9%/q~nݲ 4}ͦ*9KEQ?aPsWd4E \0ʚu_??!`(L`zӪlfY]ׯp&s+1-{TƧ3|8a#FLN?XL, 8+`ɭze=Ų"n<9obWQ'` y{EGvI].}IxgV9>"t(*tmMЬ?AT 1?ƥ2$V6b<PT-;%໽WQkhοP ``29m!Ʃծ21#ޓN!w/˝ˍh9EGPnGHcܖ$K@Nb@>ŸSԇi^.7 \!j ^Z~!cǛY tNDQV%MY1k!xMs/xZ*yM,(N)e)lixTvnX$+S}?#<"3jR~Qv_[y-LxE$#-^MIjJ.^؋. FKŌҋ#bO!ңކ]g9d<w5!ߟW""7*XC~(k0ISQx.@>U+lI0{Sb0??Sn% 9{46ŲqiXTy^?Z*(esˏh6Dz7vrwŇOnx#'4)X!eAxYY5WWRK k/bn5OO:5ɪÈKZ, ҙq:];\an`KcMeHt;oA`(J`1 X T]s_3:MYqkƬO06$4ՃfSyX38TUu hnY֘M0# DFI~}=)Ͳ O[sd/ܶ͞,ǞpTRc8>%(SjZ]N*ⓈjGzjU”IQծ[(I7uuH |d#u3vӑ L(Nx|݆ب/܄{DfFDtk}+!SO@e -D~ɋ.ݞYPH +|+2ǀ$.!q JҀ HsgޝacrC '䙶ָ|{v{)^-vrO4*;(D#gs:RSY7,j7+.>.V(vew˶ ʠ3D#_K` 3ﷄϻL:{Q(U%wU{}Cuídu.%t}Ӽ}YȔb7" [iGmie$kԘ@0P)D}U ?܅NQ cCe1-O0{p{[#>Wd=q33^ay/l ߥ\!3l6:wAPe8" ;RXMn"# tYM` 0~}oMe%8U{ƌ֔ڜ=V$cƻbU.9eJK{iA(@Qa:XhϏa[?vvOhĠ hVrrxNȡ(O2URi{ ]K!ߊ:SOcۻ&6$gP42Nk }Ąk]SG%xj'"Z0ϾSWeO8ܓphRz&r8 Y8I\ԉU+9 UA[l_:OK²r=d=@qxRu|o:T6LM3qVH+G76ߋKNݏz"1NSKBXrVnl%K`Qyeء1+=fֵ().;?l&s2/a.^7γX^*]֞ GǵQpIJf?Z6\nݏHڼuipw1eRCjsPCds(Z_=כ7v ԬfXcЧf0gc1=֦w?Y2iX2  :\ PO V Vf}&EY ϥ I+HBV)L;xP*5yH_En55*C  3*3[;9wn7reA?3MXd!DF :A𒷲YLMZOl~9FKL-1Ѹz{fp2W~&.~PdԹ />=xx/Zp;mm7B1z?piӶdtun,Kț8%7BvDv^hLk(#F@1`Nn3 z=!TfBOMXJ81d#U j׬SG,Zz#KSz\91\dIҢnPJ ip)z]WH<έѽԿ흫>v]Rlь⨼=yFcFfpOIgmj'snvwsJnw?hE|d/ݲq<$=?aP}v0cK1hIf jΘhL4NIx@ڞTzI䪰SJ'2GհK`>h)m0UTtcD#۠넟.G3+i3,^Ȥ(kK:FSE8X2.5{DBP,ұL+S]*4AGQ R?OFAj0ӇWcph̿o;-% |pDKR;] qmCS/IFTYώ:U섋T_?9'O"e8 4z{ZʚkmӶ6m35@g9Ue2nW9k7ǤƄVtvcwǿu?%Z}JgR.ذ5~y.LIy01j骷j4d-"\c ($Y|% p1F8p@B7,;]@R8i*鰣ٓ5/jZ!ưd+K™=/i-sPۢ# =%VX޳ Yv-Љ\$6W: sn7"4zkUQRKoB/1&Ja > R "1E(L=fhL֍r{-d5؟&= cKUœ:=+dZpICy.w:a2p8l4+oYAڽ̩aFbK>qQZ}FM:g:TO F^;z~@c"9Gc0KԡnAL)-fFC\%9n#"CokV#pINAg$Ɏ.M+O?$E!+/ ' |Ie+mNkP NtFGX#t}W|>T=I1\$q/2<-!Z lM>u[/ dk[IBMVP I2 B掩y0Bf*sK%NZ !{h{" о ɑʖ[H: YZ