erlang-wx-src-22.3-1.26 >  A `?tp9|>Sðj3|9踹Fջ4Æ)-[%mUo X>;Y,P1S97xS`FfX(ifkp>LvdC.Ŷ)^>պZ乨!6y +3GDx IufU ^:V<4t #ػvcҠ~EK,)!d7&ɻ3Y3Pջn.!h?Mj4BAŀJ}byKD0f797dad64b9581e6d4e494fcf1fe8540769ffe040082cece224e6ed54bc7b17c01b0a2a9fd9c4cb88d6f51e1395d234edfd20e4f`?tp9|hy@"*vK O\$8K-7\88\DTL_xT~Xƍcq0zUl3,\Ʌzv ԨNQlIaUlb,y|ËvO`VϺbJϒ]( ԓ}lFoJ9|jb[r#%[8sڄA a:QPET>p;:,?:d  <"- COflt4     I$ JMRW4WP[[8[L[([8[[9]P[:e}[FGHXIXY\$]"^3b4Dc4d5Ee5Jf5Ml5Ou5dv9$z9999:Cerlang-wx-src22.31.26Erlang/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.`Apache-2.0https://www.suse.com/Unspecifiedhttps://www.erlang.orglinuxaarch64`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.comtchvatal@suse.comg.santomaggio@gmail.commatwey.kornilov@gmail.comgsantomaggio@suse.degsantomaggio@suse.commatwey.kornilov@gmail.commatwey.kornilov@gmail.comdimstar@opensuse.orggsantomaggio@suse.degsantomaggio@suse.degsantomaggio@gmail.comgsantomaggio@suse.degsantomaggio@suse.dematwey.kornilov@gmail.commatwey.kornilov@gmail.comopensuse-packaging@opensuse.orgmliska@suse.czopensuse-packaging@opensuse.orgmatwey.kornilov@gmail.comg.santomaggio@gmail.commatwey.kornilov@gmail.comg.santomaggio@gmail.comg.santomaggio@gmail.comg.santomaggio@gmail.comg.santomaggio@gmail.comg.santomaggio@gmail.comg.santomaggio@gmail.comg.santomaggio@gmail.comg.santomaggio@gmail.comg.santomaggio@gmail.commatwey.kornilov@gmail.comg.santomaggio@gmail.comg.santomaggio@gmail.comg.santomaggio@gmail.commatwey.kornilov@gmail.comg.santomaggio@gmail.commatwey.kornilov@gmail.comg.santomaggio@gmail.commchandras@suse.deg.santomaggio@gmail.comdmueller@suse.commatwey.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.comledest@gmail.com- Changes for 22.3: * compiler: A 'receive' with an 'after 0' clause would prevent the optimization that can avoid scanning the entire receive queue when matching on a newly created reference. * compiler: HiPE can again handle modules with catch and try constructs. * compiler: Fixed a bug in bit-syntax optimization that could crash the compiler. * crypto: Fixed potential memory leaks involving calls to the crypto ng_api. * common_test: Document incl_apps cover option * common_test: The ct_property_test has now a report function for results of stateful testing. * common_test: Don't hide error reasons from user * stdlib: Fix type specification for uri_string:normalize/2 that may also return error(). * stdlib: Improve error handling in uri_string:normalize/2. This change fixes a crash when the input URI has faulty percent- encoding. * stdlib: Fix minor bugs in the Erlang pretty printer (erl_pp). * stdlib: Fix the Erlang parser regarding consecutive unary operators. * stdlib: Let calendar:rfc3339_to_system_time() crash when the time offset is missing. * stdlib: Implement uri_string:resolve/{2,3} that can be used to resolve a URI reference against a base URI. * stdlib: In gen_statem it is now possible to change the callback module for a running server. See gen_statem's documentation for change_callback_module, push_callback_module, and pop_callback_module. * ssl: Correct handling of TLS record limit in TLS-1.3. The max value differs from previous versions. Also the payload data max record check was broken, that is record overflow problems could occur if user sent large amounts of data. * ssl: Correct close handling for DTLS * ssl: Fix ssl:getstat/1-2 to also work for DTLS sockets * ssl: Correct internal handling och socket active mode to avoid reviving TCP data aimed for a downgraded TLS socket. * ssl: When using the host name as fallback for SNI (server name indication) strip a possible trailing dot that is allowed in a host name but not in the SNI. Also if the server receives a SNI with a trailing dot send an UNRECOGNIZED_NAME alert. * ssl: Immediately remove session entries if handshake is abruptly closed at transport level. * ssl: Implementation of the key and initialization vector update feature, and general hardening of TLS 1.3. There are cryptographic limits on the amount of plaintext which can be safely encrypted under a given set of keys. This change enforces those limits by triggering automatic key updates on TLS 1.3 connections. * ssl: Add support for TLS 1.3 Session Tickets (stateful and stateless). This allows session resumption using keying material from a previous successful handshake. * ssl: Add support for key exchange with Edward curves and PSS- RSA padding in signature verification. * megaco: The documented function megaco:get_sdp_record_from_PropertGroup/2 was a wrapper for megaco_sdp:get_sdp_record_from_PropertGroup/2 but did not actually exist. This has now been fixed. * megaco: Test suite completely reworked. Add (timestamp) utility functions for debugging and testing. * erl_interface: Fix link error "multiple definition of `ei_default_socket_callbacks'" for gcc version 10 or when built with gcc option -fno-common. Error exists since OTP-21.3. * asn1: Fix 'DEFAULT' with 'OCTET STRING' and 'SEQUENCE OF CHOICE' with extensions. * erts: gen_udp:recv(S, N, 0) corrupted the internal state for the socket so after receive with {active, once} it always returned {error, timeout}, and wasted the received UDP packets. This bug has now been fixed. Reported and pinpointed by Alexander Petrovsky. * erts: The atom esock_atom_user and esock_atom_kernel was never actually created. This has now been corrected. * erts: Fixed bug in socket module that could potentially lead to scheduler deadlocks. * erts: Fix bug causing VM crash if down or stop callback of a NIF resource is called after the NIF module has been purged. The fix will postpone unloading until all such resource objects have been garbage collected. * erts: Fixed bug in ets:update_counter/4, when called with an invalid UpdateOp and a Key that does not exist, causing ets:info(T,size) to return incorrect values. Bug exists since OTP-19.0.2. * erts: Fix potential heap corrupting bugs when a process calls a BIF that blocks other normal schedulers and then writes to its own heap without the main process lock. A NIF running on a dirty scheduler trying to interact with such a process could corrupt its heap. The fixed BIFs were related to code loading and tracing. * erts: Fixed bug in erlang:list_to_ref/1 when called with a reference created by a remote note. Function list_to_ref/1 is intended for debugging and not to be used in application programs. Bug exist since OTP 20.0. * erts: The prim_net nif (net/kernel) made use of an undefined atom, notsup. This has now been corrected. * erts: Corrected the valid range of the erl command line argument +SDio from 0..1024 to 1..1024. +SDio 0 was erroneously allowed which just caused the VM to crash on the first dirty I/O job scheduled. * erts: Fix a crash when attempting to log faults when loading files during early boot. * erts: For socket, not all send and receive flags are supported on all platforms. In order to (at least) simplify testing, the socket:supports/0,1,2,3 functions has been extended with send_flags and recv_flags items, which indicates what the current platform can manage. * erts: Add a "full featured" version of getifaddrs in the net module. * erts: The options busy_limits_port and busy_limits_msgq have been added to the BIF erlang:open_port/2. The busy_limits_port option can be used for controlling the busy state of a port executing the spawn_driver or the fd_driver. The busy_limits_msgq option can be used for controlling the busy state of the port message queue. * erts: A socket "registry" has been added making it possible to list current open sockets. * erts: The counters managed by the socket nif has been extended. Their "size" has been increased from 32 bit to 64. Two max package size (for read and write) has been added. And four accept counters has been added. * erts: Add gcc option -fno-common to detect accidental name clashes of global variables. * erts: New dynamic lock checker that verifies locking orders and detects potential deadlock bugs in drivers and NIFs. Enabled together with the old static lock checker (for ERTS internal locks) in emulator started with -emu_type debug or built with configuration option --enable-lock-checking. * snmp: A simple supervision of the snmp manager net-if process has been added. Also, a way to forcibly restart the net-if process has been added. This could be useful if the net-if process hangs for some reason. * snmp: Misc documentation corrections * mnesia: Fixed a timing issue in uninstall fallback functionality. * eunit: Backport of PR-2316: Strip control codes from eunit_surefire output to avoid generation of invalid xml * ssh: Unicode problems for ssh_sftp:write fixed. * ssh: Changes to the internal api of the experimental ssh_dbg tool. * ssh: The new functions ssh:set_sock_opts/2 and ssh:get_sock_opts/2 sets and reads option values for the underlying TCP stream. * hipe: HiPE can again handle modules with catch and try constructs. * hipe: When the return value for try/catch was ignored, the native code compiler could crash. * public_key: Add support for key exchange with Edward curves and PSS-RSA padding in signature verification. * diameter: Add the 'first' tuple to type diameter:peer_filter/0. The filter was added in OTP-17.5.6.8 and OTP-18.3, but neither release updated the type specification. * tools: An Emacs warning due to lacking type in defcustom declaration has been fixed. * tools: Improve emacs indentation. * tools: The cover tool could generate instrumented code for a module that would cause warnings to be issued. * tools: Fixed generated fprof analysis format to also handle data in maps. * sasl: A socket "registry" has been added making it possible to list current open sockets. * kernel: The DNS resolver `inet_res` has been fixed to return the last intermediate error when subsequent requests times out. * kernel: The prim_net nif (net/kernel) made use of an undefined atom, notsup. This has now been corrected. * kernel: Fix a crash when attempting to log faults when loading files during early boot. * kernel: Fix crash in logger when logging to a remote node during boot. * kernel: Improved net_kernel debug functionality. - Changes for 22.2.8: * diameter: The possibility of choosing a handler process for an incoming Diameter request with a configured MFA was documented in OTP 20.0, but counters (with {traffic_counters, true}) were not incremented when this process was on a remote node. Counters are now incremented on the node that configures the transport in question. Introduced in OTP 21.3. * diameter: Transport options differing from those passed to diameter:add_transport/2 were used in several situations: when starting a transport process after connect_timer expiry after an initial connection attempt has failed, when starting a transport process after a connection has been accepted, when sending events, when returning options in diameter:service_info/2, and possibly more. In particular, the following configuration options to diameter:add_transport/2 were dropped: avp_dictionaries, incoming_maxlen, spawn_opt, strict_mbit. Moreover, any service options mistakenly passed to diameter:add_transport/2 were interpreted as such, instead of being ignored as the documentation states, with the consequence that outgoing and incoming requests saw different values of some options, some were always taken from transport options, and others from service options. diameter:add_transport/2 must be called in new code for the fix to have effect. Introduced in OTP 20.1.- Remove conditions and support for openSUSE/SLE < 15 - Remove not really needed service file _service - Convert the dependencies to pkgconfig style ones- 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 scriptibs-arm-4 1620327598  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~22.3-1.2622.3-1.26srcgengl.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.suse.de/SUSE:SLE-15-SP3:GA/standard/09478d92f8b98707af21bb236a9a5f43-erlangcpioxz5aarch64-suse-linuxdirectoryHTML document, UTF-8 Unicode text, with very long linesHTML document, ASCII text, with very long linesHTML document, ASCII textASCII text$ɐc%rE=utf-894abcb1bdc0972c272b43f7092c1031626838ac0a4e2fb3bf45f2456a10d4cb2?P7zXZ !t/; ] crt:bLL J+/C .T(Zr4$(+K`\*,VNMGf?m#G}~pp(5][KQ}IuۣD˱;ê;12tV ]`g،yƕ23o.v 7Mv5̣\}w^?\9M}n~[9/2m><TU\<;t1I]8۞ 7{Lʉ8xnxOg1Z= ('ݽ(bzU8 s?4+ibd=Qh-;l,C` Ⱥ|.ڐ#5m-NFTG#'t+3L0c=5,22jKOJdΛI΃I8= T0=iށ| U6GR~ VۼP7bPE//abn*0K7j+M_/І5} ?Ѕ"0hʿoZ+>VZ˥Ҏ<z5VIs+hיlZ'@k3cl)3zC Qٱu]J5cj,j)5C|[ MR_WZ1(1jx:+qG;<4TͬJ$tӟ|&Ox,QW p,}Ÿ wT<E4%ڱ1R]`?V6{:l]?eoEܡ6LJX/< 2t?|#j~,p%bb}XBWe 0c`N7]ܟ.1o!Ҥ '^|&YAbD@Nf!<$)샩8c>4C: bźHeO b̡qGb|Q/jw)UVga>B|Aà? Sȯ|[jJpW)'C $Ӿ7Aė.׹^i \xDG#m% 9s3\j3] ۘW_zsa#WyVEc^8!@С=ʀwOFm cu/ .+БNs&mUp*j!5ܘ2aR?K/V3(G+P1M.4Lг SM? Y#JP_Nٓ|.o$<@yŷ(@|$wo8j&[: p*:r{\oXXZF F1Q*XufYd.Y?hc]}8!R.׼Gu-#БOuyވz$x&cƛCadPGWG1g^WU*>ZKK`xKZnƫר`ܳ~X2S@f=)ufZQ)캖"L}7h!@Drhwtp'M_gމ<:~ 9LTXt}migc`uXnj3C`ʱ5Ys@B"J˯CNW0>lZa;[.!ƺ%/Io֝+Uމp :ݿ]2А?+(nLĚݳ}C8!+"Ռ)kn"AԚQTޫLI_ u֙G+p0oHh@+ע49ԛk+1p[dE}AeDj•6\T/@ mǀ=giK% px8xU6NycSTC~&rK7äIhg #B`zj7fBJXfTؽnRCpL .|tv4{p\>#B<ciH,ې3F-PQ'x,S= %h< BrWK8^wnuzؤ^A s"i]`1Uf8OG]`Q_U`JTUF_*FU0.ExX\͏bJ0~9U\ҁ<(S@$тɴĀHeR;# 2>#R14gP5+ku){̇0@d)@fXUԋ$,&dans`2[uͯZ'Q$\ͭN=,ts9c*dsE~'p~e!B4 uw%B60˚)~Ğ'c׽ d?N0'v47*<l@ aW/ cK־] k_k;w*LIVu"(c 0RF+*_7hCX9Σ%j!x%@[yx9<}<a*,=נz~\5aז-o[$7LEAg ӒIS\NV|?ncY= xYǃ}}ٙfVdACEoir>*-DQJnYq_;-/YfmC$1V$ei*p\=l'4s99p<m RZD>̴Jk1_]j8DI@ .dgri/.?'31`#?)9s&o?kHczD[uҥo}&|Ggoz58?OǮZ6ew1{(X=\o!Exw=~σ-ķAq!N=m{0=ތ wlqlnHmH& Te.\TQXNjeeĨH/Էt5hNgqG5b;V>gg$輲>/A#plM`7nkRxi tNTk9U%$)slFh= QyƪcOW'bs3`a߅) Ez_zs9B9]#1jg!"\ԂY;DAFJuSIx׎SMך/ [cĪ(>dK9AjuچP¹b AÜO[C,Hbms@EH>1+%*V(;_(Mj<}Ď-b\N iN1rLl?+Aеkh V+bE;"ќ§檚uxMon!%FODЬm"0\XʞˮHI۾{T鉐FAεsyA٨7W8opd&s`r1U'+YTl !#&<̱]V 0php?"E5 POn>5 PY#wYpy4s.8bOq[&D@#B V["^_0s IW;]ĵn=Se85^t9tE)~xAwNk)?W!ն _6֮[*HߵٱNq)9o ?frbeadEuɤvq ?PpB_,$*>Y쁼az5Z-wo kη[.PWvdc_X[;gDmcboU&sj4T*NU\1Kk|. 1Dk\XQ ,zwX!Yt\~vC5M3wR5,o''ժAr =!aYDy,+̫x!&0@`CNpz6& 8XUamg#Iх_u15tٶ|ѡ8ɸb]'qZhhu-H;F\){ 1}Y?pgAۿMhEC_m_$ o\tnS˂oIo%{a_ɏ1SvdKQƞ6&̧s9*y?nNV2>xWO^ѽyGND6(] Ct[F|2 ȨW$RrT\Ru9Tψ;z{uA ٴ 扸wac ]%Iok6v_*qS9_Q؞?f̰- BJz+I!!;)Jpk3HPlKTFWbә[|ノ֭0urqۚMHyBFܺ}iȺ]MH\fNQZ7e@F2,qS8Sl@&P'ۙ Tmn@ghxzK9c$&]L& Ѝ1HQ6bRWe2|A2.O l?cL/RABz|SimM"N 57y_l6!m6= :ȸrnχ}J;:k 4l2t: ehɐoz@ESQf{z#-r`z5v!}~-%Uy~Nf2ڿO$0΀*24ȲET*n;帬Dﲭ5D$IXdʎ4)U Lߩ2iuM q+k ,iF[˫|*jPzlmN W|Hnϰ@Q+. 2,mj()~ǹtXs5^w2/i)f7-x%)Cb,~8؅eML:i$m(), ;Zc-u8N@o6 èWdsxŒTWZ( 2=n:_Tn[{ŁY["]6FtEα~Iۚ 6LJtdDbۋ=A4d\].]9 ]ԏ&%L7_&^[b=}v;R!"${=|I6-"O~~TJumEQ+c"3PqI#k?7i7@G yam)qUVX ,=q n/}y$3(P/͡jT?C e=1kf+{u$L`KEi{ϓOW_ZѦ(aaT铫2`>/eFׁ4liE\`G4;'uP Cת#3jtĥLR.Bc.R7g.b9܁*"`6Y$L+E^c+hR0lؘj|m;Q7/[Q.i{;us1bb 6M1C aep|,E[JnF#֘99`8-'Dhi۠ s{8W vVocU%1zy9HYt!ݧlj7+6~^l=Zn`; KYqThd,PÖ[Q-.Lb/@|3oJ\NtT-,eƄc9xb<pMZ>ZyU鮁]F WN S 7L*t|*Qκ!~q4.rtS -ϔOUH5f/X (k:`e^E^]_G83*I,>h$w/bu ǔE26u8n ųwv(gVPnzQi93c/GiAi+_XDðŒ~u#]ۄ| GFgI5~"%pwi35`BEQ3݀JF%T:4@ H?1-2k$vFU'_|.u"QmX23*NKpt t3W8AA,K.Q+VCם˜'HS}OvwhnJ}g84yi#+ɼ}q")BMI= zuQ+%%1h"T_Yfu*t8FV)TeF_k=V{%,Ují-xk~ I&rў ,]a9*ajfRrCzZ nx"Ɯ4A(rfjv,C pxuM+u7V B 9h!VERև)F)3Bc2/BC5N[ sIVz@n>q_|(,CGWWd,5Xr1 j o}(lvF<B{cP/D:byײU*~6|R柜w!phRCYK` 6gݗwcSk(=J&.=e rER-#/+􎥷Bs$0 C9#+ 한!x"$8?ai2yov Y5Oj)"/-SC1kV' I[s~ V1 շNqEl> ^M04CphX%@C ۂBS={HݽRNhU8|-(Y]ժ䐋",B45Ʒ&iDlYݧnYxJ]2]VC̜8=^ t-F$d'tNCQ@޳NŸv3${/lni(&yd8;? $t"`0eVb<HH |_1ϘW*$o+njU6g\MB0duXO!/ZJV FDv[YѴm9S *ٱ&] {B=㲆\d+?K&BpʾCw Lfaz;85g\*y8z $6qy 'װNt>"y^éf82N&P8GQ,!w7Θ1!ka[ -A9F;x4'}/Pt%ӼG^:|w.Dxu.ބuկ,JTd p2.SE7n ,2}!g ҙ/(7,xg r1٩覐Ib5-:z΁>߼RNhytҥl"`|c ާz1DՎ F~OܓPdj&r(WD^\W &@:&~(xr C8K{AC )R2yԛ3+9p/o=7QBTRAɖ )3G\90 (?S:$k'c]PR~SQ3 4)JJʝ5|:_5K[nBS"b;WjNs'Yᜆ9ׂy7plNE E5ߧk>d9qbL;#fDm_4\sCkDߘ~ ;˘8֝ފ0rOOX2ǚ\Թ&zCFq@ Sz4">mEM!Cf?G"wol=P=GDTLiɲ'm'rx)ɹ !p->ǃ/eLhA onRo`R9A*@d5b]#DE2ñ-}PC[|B$6S8 0JWjo0Ju:cD mV+dł>R5d$#\u"J i|k3yzMܑ]_zNˌBs(J ajm =_=kŨJkc'Y__IAtٮ^` MUȄhbQ'S4k~F Kl#E0FPnn~|iy?d-$~xPݹ̧?!;U  m}aKLW+[3K͸WA=fK6!D/g^LaYәyCI1'w-[ Db-p'LX nȽ϶+PD+RkGn gJaI P \Vhk9DуĦSG=/SI"/vQ6[ ur%U[Q7AW53z:ɖX XP|!2~!Rb혝Z3Mg`h7i/-W4s 5^ :7}Iq5>?zw?t@^_C\hrB'ߣצ+b/)aUqW rZ%hpF8BEX;H$shL%W˃Ds{3l6$q,YV2gqbDErm8 |IJ;l-%y[~Z{Ͱk 1AQ=I.ȪEu;qq`@q FT#3%Y5kن9T3258оg;a dv)[[ZNbDy*!Ԍj/Zb p}M=jyVnp%>5Psf}<a$B ZƼ$z95e^;.k6,U.W=_,3L yA  \/9sAV~i$"w?ž]mJ71,WiX;V/y>#nlxm{O%_1_Bo Pzƫ1ȡK7CxSFM~=+-H_.Vv{!/9dm wGqn.`l?/'zrNkث;G*)dsPvƘ,>76Mf4_f&1Q֔ QanX%~?W (kVkZϓþ5N!]wbͨ~i\2E/yiF u1~G@y/$_X6H>fYe"/qk2~^EL0< _ "i4Q'yT+ng=e}Ry;E&6x2~ĩ{˺dLݯ!Iؐi-E. Du~Y!ʦ%a7ܴۍ2}qӱaQm i!0/خqq ^$*s1 `,RnL`kyژlm5m%K8<%+yh>_HɲT]gYs;mS ١Ζ[ J"T 0>uq;.ŲmfpeXF0Bjm.dEe*;a&hJHh lO;?mܛ[|)M=lP㵧9Tٛbj  {e wnDFm~%IXYaHwRLh5|\{z+?HPRO87XkpOC>/ [J{4.#%`hZoŸ\檎,F,ƬnflڐWL,R eyeRV /JoWrY$7rekkrKTt(8޾jmRLBbW߱2} $)|&g]m> *D1nbԥL5QclK)2]bl-mmx$. [pvXYaM<36^}ذW eY*mpIlR /4[pG-7[{W?I 2NܠH7tZ%'YH8}2|LΥ)!n灕v06ܒVl;jpfuWBqF~j"ڝ{6&T`a_ |+De[Z- 4CPՔ M%n'AM2נ(hhMGբB׶Dm@Z9[tӺ Ja$ȻNi\olmZJ`:8 (q;$)GW VeۚVհ+qe=> XSЃT-#8F$dF0bi" 1u.Òk?z)OORƴ R8/3_ qaʒZDA Ѩro~xa=Ce2mt{ \e6W\ %!3 (ۇxؾl v,K>[b> C^ҋ*)#ebdp/uGEs#mq%1e8x ա?c9fŽXe 6y42djvj8.M*s9R`hS&A'_;\%ؤ%i"0W #mqʭ7KQ`k/+{"fL Goˍ5jB[T%mm ?<뼌?mOĠ $'ɿ4wN@ג ³͍]H?3*M>%=l\}_{״&X t=Y~&Jeu*t}ҩ8=?"+mx6kzS<cS\t*6]G99kĄաp[w=|hi4 F{k))R+Gmro(,rp֚o'V1K0qdcC{l>nȰcv.6: 6iA&#WzfL@v]Ъ[9_+< Govƻ&42'.#\ݮVVm&6p} ?W3Y wߛWN ܶ_8~Yp_sq3 rJ3ˏ]Ckxblu-fB-A(20&f_/yQԛiu r4vwx/d5,Mb10JRaKLyÕ? ^&f }fŦc2$a0 )"E|Tr&]S1ތ۲gpJN# 6d2ϕvOg"ߒxH"9EF}; 6|6u,:5/7R:Z*5IZÛiV&2vYS9TR0upgaěu>G z~mX}:o:?b5v;6ع!u'\CT {,F F44ZK`h2V.C:J 6YIx.)Iu#`˷,~3q[f}x5*@ZB PWuQ ph$2;饣Lq0U C;):~Ou-t1(Jg|Dvn7pu]{NYTV5%_lئMh{hhwi lZox4r΅N8'KhIKѢߦҺEu8xY@dF!M~ӕt xAMWSm0I7F%&= ' @Sߧ($(2qCWo1H#aN{읮W@Cȧ&O_`PEѹҺ<71fc$' @y}-r 2!=LM )Al|)>"0BߴN!L|nHӳVl f2vP(xfD񮗰Lvn=џ:~2PZ=TG4G EdPoLcN[>@2Icj5a9+8(DCYCdOUjwYݐf#* pIԽɔpER#ؚ/#P_x1Ar(~4\ڄ;ozeEx 7𹹼M6D؍Rл-e3}Ax܌gGmnxğz0c g Rks>d J҅c -d$&FlHCۇɫk6p]dVc-@HHH}4ŠD769_HSW.aatĿ p04n%1hO@pPnM*˜"%HBl 2ݹB%'V'YY'f쒱r!-c̯xtH| X ըY8+ذ4 tW3U slclyW D 'ރQO 0Cu>c82DI̼}-~eENMj`q~z a,W{yB$mtlgF"wv4ZىYi'YU)H!LvHXcy¾-J*}!n(F%4l3=^hWDT{!4D d)}]g L"=o뜴SXR-,X)#}&R _=ޛUqX6F7<#(h[69~ | k뫪|ᯖd\Y$ ՇRx>4>Cvy]R1:wd,2ƕ+~w&W.l~pgY^n52STh"Pc30D(:Ʒ]#㹃LY!(U8ZzvxAe*AcIՔOHٞӐX:2y;O A oW'ǾGjBYPx`Dd[CHqi߄K@隓lCٟy69 *XC>U4bԟN"3-.KHzI5g8KEr܂[Pb_3j%Dx[ÀbqG;>XNS"~WQTh%(&rVեÑ'+yc.FĨJӪ=B;mA<rgfʟ-kNw&l2.R6 ~3??FL͖`Z7p9^۸ܳʎ#춃-V+qFGQ?L}ᴅũ+Xp{ulBEd0ʀB yRC}ԣa0k .!|,^ES"͔V]|b[;i,Fs̄藦R1cl|As׊S*PJ &*D בCm3_y {\{Wz'upȷ۟Kt0ܛ\"!oXgf}’)±1bx3j 7 kvsZ-f~Qج)Plkŀ/h93%"k%ghaE*")3!; lO}geQy/m%F*1-pi;<]΂Tɛ͛ZO0oo]2ILko/2;}W9$s ^M dlq:r6n^)Lȥ̭T9M lhLpp5vu;RPdqJoNk֞$r]9{UzyъmL'˩gM/E`y UZoj/ooc ô {}}\t[,1z؀aV 3m{ʓH>Ns~@e!2?@quu?Zݎ@o#(YYbxΩ'3'$i/j}gTK|`3sho+96b_>A9w-E Ȩ(yz8Ǥ26ɵ xl@۲8Dſ!xM].'VyPT $ a)@KD;v=+IR,oj] [KYӆn(I^&iƝ^_ DC,Fϗjb?֡/d/'X" Z o ޱVw $pƝ"@jB,P=xIƺ+nŗvgR"lP0~\dF!E[Hܝ2õ+cR7J2a`+L.#9AUׂ5 Dp/nGIů"hod1;?aՌIHBApj%tO<)Z-`2{q~&Ёe7MTD=?Â||0OBqfa?RMl'jWWn7@wڨ0IL5M|$0M.f">t'L=SdCᓥW#Bm S YétɌL0b~ [ZdI.YuVkZUإ^xx^z H ܢxbc5@ F Hs]/eG4(c2CHdP|oqb@'|E䕳odtjgh}a5Hºܒ=  Q)?~Ӕ>O-%=l2oF遍sUlbPttED /SKG$_pzVu:_ڠns ޴I]dG=H~{'fNl}~_ʄYQ}Wol@s,湉s7@"q=,Ml,z< 'cv%ݰ|A4*\l. a~IO!,ѭ3 ߻SK?3bi<7,]Ξ1W5# =`Ъj !qq 웆!wg׸&q!zg9X7EB6p^k/àYX5Hc&X:j _mҼ8(U vi AO3ل [W8AiՈ2`0QK+(Z?Z:"q*Y 587{[z#V2dKi3m v,|+A\s¨^LFBh댁"$\$Dw(dhhu<ɓ9 =eY>^8q LZp+Mz:objZ4/0٣C(twp%0v,sGYh0<91©AQAiBiÃtBG9F_040a~0'O+mH~xU_@b?WsEoñ\i>XIY"Θ뻊"(]ĥ9i,wKflߘft[EVMM}+6oѤZ}9u5 0>o"y\u+{-/z}ń%q_cܢD#Wu]jvK{s7(m~Kh!RM3^uY[KDĨTx+ VLy`@. T2Nl=?̏]pՀO~1G3P,} rHp m7V8- 0 V*Bof0w7u1f\~ZSd"l.axI_U@=mtud25eLn/;CxsDm[w3C/l3U~D)z*{,D$(/B{M$G.Iu!$քsB,2焨#Jn<׉W(" 9ѨD菏aE<%pcj$ Gݎd<X|3u6õ[Xj^3``Kdv;_];& /jFjoɿ} ~9QwV?n|@NuLМVӯh$%|~@ mtQɭ GzW0u@ G9,Y+˩#ú[I\? K#Xb;-B5 9h^lR JqD qtgeG>xCz *=kLJ1&+5.8J(f,m`V+qFr"vVRmWoM@ Ee ?:J cgUYSaoXǒ)[!M_Q o*?XnHI4kc{|/DnWx(Gr(%gc} Z QRҿ:YLD+A_ŏnsyã6`ʁ~?7 iGy.IܦKɂ1X.b`$8ToNTl2?n}Pn[~q>a vY؄̺}sCȎlsS t%emJ!I Ŋa234y tXVr,%bS߂Q?_xyAX M\xe &^rU[E_Vor3u`-h0͕CGvkIڤLYxTz~"G62b:#$# 9cuO/Eb+Y='DӺIy,׶#,c XTp,**h ,/nԌ S)"-+OXgmj" HŚsRRZߦ̤?"v$*sCa*4ZUW0٢zX? BHǦ$-.f*H_əd0@|\쐓#[O7߃"|1ĎAvi f؛Cޏ(eWi_wS wÍ j0r IQѝ8gu=H3nOYp%)8F"jDvzJIj 4 J҃c#Հ2,BHu1zf{Aٺ`A0},oZRuc2Z#t6d%̭60İz-CVXr}Ɂ˳$3z<&+{QZ3-GY\CY h9\+NOld4W+l'WgeNÓ L9;wFEbfK_t/mjaA9]3R-a@0mNLҏq8={lH R<#(0|rO8 s1l*)"[gn-֒Ԇzjnoud@m侸E"1sǞ>CÏCrhH,[a6,f"B޴G0zNn}h6 @BIc9O>%,#VIȧ塊bFk2;duo"qd80#~Yj=A@誖Qpg^=v^#N:7됧~UzP/6JG liz|,?ְ-DMOrӽkb EY]B..YˉlĬrcx5ب$GYz24fB1,=KmԖ!x8BB!qMG(_̙-|57?r!O^HǛr++)IdT'bE~RrN AEZ(} 6,<@]$Pٟ8y:=rիjYzv#ՈOzP>p >w :;'c B >Xh?N cn'w)mR )գ`kvct9ln7wq*h:ffa0tmt!SxE5ũfbe & ?7-礝Ix3,D[G-S4ri=SL(~Y]Z~~;C2(ᓿrqYk:O@d_ Ǣ7A5[y.#:Z7($; ?e?\ Wj~tQcL5 mR(`'sI#|K=OF -0 T5Q"& ɬzy(rT>8"2@?Z5:sok߭[[88/ ynq۷l} Ohs(KǍ ~4:"6ԂG6+{{E) ea[+= `Kk2zN01rxZl$QY`O镓oŗ˥uvHg$ڑ }C i'\yv)uHYBwfHm;w9y ekZ$?4z]͠%l`fRJQӈإÛ,u㔜yqk,$D7M ɐ=L\Ϳ~FW ?b#8?WMJ 1pp:+ʠ}Y #dU#->OK_9a:(Dwas2FW0dLp-|eه=uk$0@Ud^ iFxSAn$8f& 6GV$61CfXѱ;U^;&Ac6ĆvCf7֭/[K͌LbU?6KV)Vڴ_/s\ms?d.n0~TGn|0DLs&~Gѝͳk0'\Ԡ}>e0@=9Pt6 " r(4mC 9j[I7Kۉw ;,z)(rA't6e;X%d}bIJ:}>봽~c)c"#zhhat*#LuD!7V00nK$iyzAfhkЬ-]*ranO^(gb] NT4,V{cc|GuܼbTJ^w3&Skg$)wڢ$1#}On"9˴=y{<|Yݔ^.8uZqA^aXgqÍR*tRښsd> *ZQz"%SXX2*e#:.TfS2 h | ԙ]-CԬdt8 WK*,9i +Ty }wfN].(F?K=6QtY\^+%O X0 W U2<%罓͠A^ ÉTy3oUC/ 6S2_ml( LM1?qxyN$*q |j}+X5adܨqiV6#)%f-hU#'1~l"T Lҋ=ּ+m,`t)8ۆM[ l2˾r $1d٘ROKA8]ŏ*UBHe250wP4<1`'^6n ͅf;+k^HF8EZo+>9so MJ|M L{0;9|RPqoa w#X ƊD-};˝iH [}PFnSix_ݮ| J1jU4sC4aOdz5 ڙVDM(ݝc (VoOyw'fOZC*(Ӝ!WoC@;!F(7&?e\>͝gt4nJ(*nQBΓe29RY?ꏷMWm@pN%]271~=0`B:LZ*sV9VnEG'0dC;mťf@ҳq:K-VDmpwnxR|g^GW#_ɮQyXL5qm֦JUܠF-0m+O0DEpY- 6_ԹV Cu HiIf|+A:ϩ5;T k (7|=U~h񚺓TCxl]8.[9?C'\5Y5_n2mf0ZޝEq%_WepÌzA"I8 lMqQ 0g]2b0Ulô䝈/zX~ܚۻɾ2Gdղ7嶫^FfQJs6va Tpu@T}I᠁ꊬ‹X ca4"nx}i=֞-3Zm:V݅k@b~[~,77g+$-e z9ӫ^J[ s#O$pgoVԬeF ep\ >gY?aѤ*u%M&̪ (O-FʋxއUHPs'AB{%2xdl8jj>8PVȑuiӕj$5)_IQS?ĉL\_FÄ{ (I"j-rJK<6+YQ4xIc?"7Jln\7RGE@~w΋mnee:QߣV566o젷F~"ZC?;2Wk1drq w<'3(Qғr[n@04̆L]`&ժp%QBA%cOUl_4ant0(5N@*6E̕n.f^3L |FĐ $ nvsc@7t92tBpuo̴N?h,}Ҹ[6@MZQxcrvE%T\hY>|Ԟ/ "Xw#|2͠c7C$;X;^|阳O%T =abRmY"*4S\%S_K1+ OԠEo\]]Fd lY|Nnrd'Vy)9?%LimAHK)W2jBԲxN f)xEDoep*2{}ڋ\ }5E=gE7ЂǘMSL >`ȐcG+\6S1h7N|gPtP-J{g5v΄yeXT^;6ASxYcS=a;T(@זՀg slo89w]$[($P uʴpY0A VpMu:]ik8L]O|,Z1vKҁ7KA7ef崙Kl SJ[+⵬Mz1Pb#Txg<"bp~4DHsi1\^yͶʳ/e3Q` +_WAftZ fY.9m]L;;g+l;C^%;p2gG['2HrqJ{73uIKrN]xklb5*IGmpp˻OpE UDsDvk.@ jtS:Cc-dB$,cMئN+)8gSN10Ӣb@ KsJ{D*X'G+3ՉAD 5EyhQiYG(;OtxUĹKDykSj03N#m'swߕMU&UQJӂyԾ+.p.e|_<`Gw'P:f.H$ys~ȏc C`IVdXo4zrɸrPe,T3ȰI:6n|n VnEI=`蚴,l n09ߥn cC3k<^T|$xaцsK\V m9Y_L\Q )G2]cv}P3s ]_HC_,8wUKl lp"C>ez?"\݁Zb?ZO%1G7qEKKYV_A#ܦYP0IoЙaO6nCU I؟/!@Q[> Vȑ8W9y=CW2a( ~k NHHxь$(+&fHzVxn.Us6nyD} Ś̌QN鋎Q^ Q2! U)?|1OZ:E(IQU aQOMQ!NoXu񐛎q>h g R{,Hɓ-< tGivt 梽gX#u&yYu~ byQԔ$N2νP: T]sSK3N0raa w8漓`V3P)dT^71kHlKܜzїJɬڣ4\[EV&eUWWSlr81VÖDxjz3*5;~d +,PD8+,1ߘ&{A:pQe[G^k]wTX^sDtBQFpJt'l#2VdWQvwNwqT×&us>1{ 3˂'׻i||/]^no_آZX40Bd15ҿNY>I䩈XN&#N(p3V9Qeg7}M[$nlM]{(Lq߂IJl4@T֪q,FjO ݆%Oc[]>Akђ-au(S0}Bs<=9y #R doMP*IN Dd?/#K+~mԈ [8[:hd=1fbT+QQ'RYz Rk{34+X@uS;h~yuj`pJ~ ֞Q|0qx_Eڝ|F&ر~y$D4.lv}aF5Uz[6bK,&ʲaK޼dj[NaIf``oޅ/GB`{:kL?2scovg)E:ȱe~a06yh^Ba)hWj>i?᣸<|apU~@~\ϐjL:&ڣ!hL7K!ۍ?)'(zGLAp&"_3M$5z'E5SZ fk_+)rz%~_a0~1bU+ᬯ-6 PE+.7b7!3(59/سm,6%lQ[vk240gȏTY3.=#^gXs|}qsrM:Z=9(DU>[Y^ugjd̺zODOt\Cgሠ鎶Qr)Oؖ鹨Vv%_}PTTHKcfm E09.3Σަ"+PLHļ'}փ_|bc 5}™?im'RoLjC2ހ0)w*/;9xIm JK=GH)Jq7j-/U ͺԤO=PSrw_HT}aRGTI6~f;y,ڸRrU]:^F?kU Z4w1du⵶i^*؁$O&}hQԞvw֏4ox;jV@e[KIm=9P"o׷'@/] oKYZg 9ܐY+xRH퉠/ o;~뱘u2lܣ&}X`'>sQJ +[./OL+ 7CvpѨ qh:sx*TZyJb1Ug<1kEz.ȁRCqM2tF gb8zQң@ɜ53HR]ڧ#?mxٚb18}^)"C'Xa-1sf=F Q]ş'!DoqIyoU; wZ aXglf$9Wf%e"eowITY-xe6[Qy!&*31P !4Ǐ}[D5qz+@aXg[妣GuF*opYLS>1>\ J-!S5Mf"y{Oo^s1N rx;&pP ٜэW5R>Mf1fwi> w=YJ O4w,H^]\_00 > q;@/'U( "& TcSLּ_e8_\CD` 2FB3s%]!)q]C<%5gKzUoH~v`ڰ];XW}Ʉ1%?$m2=4;Lu_IMwohi@H鱭_i %7@zj6S@:Kjڧ e[c|N;@[Ld8twdhJ~d?k?37ukP;,k %@bcfy@ֳД {[SYst'~˳E/y3o ~X}kdvaR}2h,I ʽ4Vl9š06yS\`cA:XI9]ФTZ6uWLK$5DYU+5U=K){a@ Wʂqޖy 0581֭ Ї-wҞ` W:8rhE(*YTwۣ[ yb."j-݆Ϋ FQ@˸+߼plNl!rّJʐ t/ҳzW%Jc١dF!62 Q᳆Q3ld̳KT%cNn 3X5\1*" g%Y@V܅r&ri6HƪvrF- Dzgl&#t1Gu}Ȥ%&w3uOuoT<.6^gG~,8<ᄤ9kbEppx0 j _dpK@At'usj> 3~q^U ~X .R⯱B>Deφ w16m'-0nv҉ng`܎t&%&}f $woifrW3QZ@t!g) bFDɚe88a_*mTNR2Y`uV}=RM4l8=Rw tѽ,;w}V0PzH֤ T†^(K_~ cjٓ^g֡DFJB#H/t('Lܷ+ৗdh .Q(z}y[>~+: ;YϿ ݞmbW@i]x`zv+턗OSY SC.aEHlmcs%cX^mC2%ڌVww8< (-XwŌO؅Z~]U'8L\OOkCpnWj߬|E1ة|BuOa Qv L#Q5|t֜H: JEp!^`C$P(6?{[ )Ce)2?>#O6\Tfh7jcĚl.[ۅ_bBP1a^) &0HӁq;wR L@]2'$JGo c̃Tm5;%M YVn*%TLD ET6^lǃm'gXP;[[ո9䜩6О/\Yx9؏FcK5gEO\a즂_OgBSJ.<;lEl83֗a=Q#$G]`QAEjQct#gPVYrdIc`Z=hF69p>5t-r\:Tk+A.T5wemlj!cm ^;Ycj v!0q[vٞݏwDՆ G~r _ܠzhLflTuFNy~<8YtS7$E6nN@58D I.Wx%bX))ŻSUeRf_ ._ EWӮP AM/jN^$qIب`{%9a.̞K^R,, L- h8 ǟx9ՉA 4 {Cʺ"{H JfK bł n(PGa|}#XEEs8y[\Mm Ym!HX"jJL)gn/u[\As|:Wت!]We8}h s^Ǿdn[3+daQ.J1Ʌ4c1ÐЬ_Kr. dȺ'l}{S) yTW4lׄswH@e[ghlm;I-ic%/i 0 6晏c}2Vޑm`C2(ԛ},q9d5O'Sv*~01V:V*!0fxO4W<-|PO}Tφ/)Y' Fs"d)]>G;\|[_pqQ5dGcm@${ |XIAM&Px4Y]R~QvG,:(V3,g9I3}i0kR]+B؋k2{ )8@Ҫ$J?Y3zA[ZҺm%CK6I 41wJ:Ls *E^t)mx ui=핀̣Kp9I^ &pAaC?HfQ,3<ĸkx 7ՌJ',8L i 8.׃pRW=g묻o@kUd .#Wo$\>?-DTs~qfO^u5,uK;}-ENZH|H]2z2z5|U}\iAy+ɒPy>jWU8>~Q nenܹ!KmS*]$]` Z7.Wž{MX& dmo:wx03S-fd'Pl o2˱B&nhn R7HH.=BЯ6!0b'mEca5Qj篬$!oVf%) :X–| ɮ2mE̴֐ ! u9R&Õ0d"-6ה+h4r QR~ %זҊ@e:T:ocp"f6T lwm/OοBԄvy̤B)^SQsOckhwL+("7QkWX/^ԚMsWel:3â g*XPXvAHJtCCXx'~qQW 3>*]Y?yp +#cP]o,5U*97?+o\XT@(AfG:aX^gnS|,wV~bbԧlqsxuXX%DyH5FliI.:0`Ͻ̾7zrN!xdg׻`X{v/^OׇI`ూ xɖxm^,s&夏 ҲQ/5ξh$l8 #c9`ql0&8Tl11i[U鴹R 7K]r =$lV`c5,|,Ԇ$͏18wׇC q Ƈ2EMpepW᧯V}%X5Z?9–ri+?Y*(H\^58]1vpiMc QcSz:Za貹c} 澃a kuiu[c [R^|ζu"bEs4l HITIԀT^5mՁ/߁aK=O$R|isC$)ɾi=[4Ru؟͘MjjeRo aog`kp7cEywHƀ.߳RQu}K':3zTkK NTgśhJ>q OFpǠ*,Sjikq`48Nj_dEW7yJe_]hXŹ]V34&kTbK]5=*%=bPgH[mxdǗOx4S|(>F 5W+ڲ&eE-}6AY34]؁ɦ]]_ҮBn38#]㚋avO@}NPP>Md"T,*Mo[UL&,6g:-b_JXVxV@k Ņ;~TT43sDB߰J 7'}%%?>=QSI]H<7>D*0 Ϙ72\u(ͬ6jN|#鴅>5EBDTc%AY}f`)K:h< (rѢUxUcu.ѴK}Xe"Q` |C[%Z./xp@LWl~$ pahE^o(#Ҝ4o6U E$UA!a=}f#$8 b</1>mOC/)j壒bxׁ;6 a 8x.IGMj!ϻY`鷇%ҕ 7U*I teJ᫘>^\r)`M;bgA?ʞ18*ƙߎT[̷VۍYcq!, N%5s]W󙛼fdݥ7sC>i<'ͮߍ_W~u_X}axav1qkkNihŁUyÌRV&YkI+pt- OiSY;+gebLS j_ݖx1Ũ-'<9+^Wk"oϓU+Ź^jpm'f޴gē=Y\b+.72i9j׋T<jPx~ƈʐ#Z01QD=XƬR( m5{!T|h8{i%)jL/wƬmaV4܂3k#iX-^kJ|DQ٫'+b1A%QlE,ն (iõi}1!ÍM 5`7d[VB4Do?U4IuOSo;cta(]'MMU6Xq(h`kjt >5.ot-(=kPfLl6lo4z_n?AmP\z g  ]ᬅ׬H-Zڊ;SC6rL10mq6[qu]>]Փj-mgBAXBd!o.hhC;sҲq`;Uc gPٌx|BL.Z$Yom n:iqZ:D1 _ s-Rx-?&69DIH D?-Wt64c#aPuD.uQfswhQ\@\Z&&\/ޚ;Qu2Q iLc"ob0jHEcH?Xb\%˴ls{@N2(vAWANU7֜uJ3PX2(ulU O*tKuB1bı;6虔x_M@ 4~手l h*p>pUb,1pTѥz1j8`τQ NA@¶.[#Vyh-4_z=\ڠfcG@^~y/k ErwpzhD{䴆v#e R!hjArݧJr8p {M#7`%j*PoJE;CO匛Z"vk: (=o%FEM&RB:&]O W}#hM|E蔩PǽHYZ X)BrYe&?1ZP;| y(ÍFsb`pz2A ~uӁ7ݐ. &&Ch3ݰϣ6eKL aQz/ӏ:ՙދ:"ǸWk": -01F#=MceH^j̦)16N{MK#&~>m_HBڠ!w(u"8ҔZƷtyq>xw\&ʯ"Dx}; ]9 -rgY$Qܓ k:NN)ϥ+372H37"lʥj]*Ogk4ƥDv\ۢ䡻Վ>0[oFNW/.o:S] [᝸-gA9Q~M%jpUkbZ\YMo(ON6)8 !Ĥ=0(6Y|qºSVM@MWd+<\6-2qI٥=}.-. xW̾Eʎ;dPKlǧ\oY6¥ a"ޑ~Ib{8M%=|J29MI@*4u\#Inn "+r5$Uꆟ%Ms̲&(HFT#\X5=}MBɺKӉ]ISJ$0rKq\ܣ'Kc[؃~Ꭸ|$VV iq]8 @(5r "9!r"p]FzRJ#HOz;*jfm;?#ǷZu:jkzQ,nz?D%LOFm~H;C蓵TD޿نMS]Z]h}ǰʊgHܑpwIT|sP:'_xǘe16sJ:P7]Lݼ82k6I=F?0/_G87Px/lly`[ u~Dhؐ_?턹cN[#גjLX[ȴ]#èsȺm I>Z2.#5FQavӧPbf|!y-yFwc<ڶ$G`ßTbk/JCBG ?_&Ve~g(s꤄ c! j苣ir]p!,#8Ȕ{x۸ wj|w$6qտRk+mg0O5QB=C25 [F1-4GQ{H@j; V*jjO$5jTI&FaD!٘1VN̊qf7@^B@l@'S=^_&fvj: PsTV2 ["(?|+hm(x O 9Yk Թ$5K!=JjyTQ;4[^64SZʂD+nEqlS놶)ٜڎH \'7֧aDԜ| ОJT\W9@o9on!9> Z }_5[e4/}W @a8oݲ@K.ݲn'a `Y;IU3 QGZFF'TQ+}4!^L3"pH],CH9 CuxYՁ+ۋ7 >n+]X+ Y3ݞ'qlQwVq$fGhh; ?w3VP_Ra==bj6L5 N yFԎDRYJE8$=2uñy6%o\BKcf>WX.Ëݒ:H %mo,`U4(x7b;9!{ memևiH:PcN8o/=>Ml(f`OM_亓si}Xxjz'ldvz<PC5HuF#""x'MLgqbbe4m'|Jܘ샅7v3ȗw6,D>z5)*mϻ@xE_Dл: թ17`94i iq[dBO[[# OgM(}( )^Z*\i梠X2+ңHw.,ږ'Or'q챻e 7菗){ýH]~ף9]5s(,%dbȨM], N|4c @`E!7l/Ҏ0O 4 WD.$sky_DF;ez֑v+1YL|թI9$-;>1ƗqaXkO?@ߑ֌mtӷ9lTSY9W!xɬɴҦgY!\G\.t"gOViCԏk'f!3V JM @3 ʧpv!PuwyĪلwA|sG~?sE0@ݿ@uKy$}HzY!i>Je/ω鰰uЦGRMyzx"SZƀCvڸh=468*TpjEP2liM.3R`>[D4WY[iuFt (o: PiLGdxR᎕Qw!xSeH s[6`Rn 麒|05N[+C3:h RwH:KR_ԋ6dZ!$gKu~0+R}Eׂdf̖`bY#Ξ>xv e`JG0&Rw˕[26@x7`}u^m(>-D&o'4J4 ꗑdlBƄkwχc~ԭc]Y}S!kh^w@] n -Ka`29Q_'+i(?|ƙfӃƂ&w-=m{y5FY[vNyq=c%7 .8DgzV /k;kui5P81B|~UcQOAg='95Y =OȮj#R$AZ_=ix+mث+J OFmKb iTv@VqƠZԻa{II3?b,=l9# 8l=Nڷ;+z#b& rpOȩ#V*f#k<|aSN&^u Y|x\9}Jg8kua ]$(!Ȧutô0R#>a<1[HZ}y]wsK)7r@:}3zڙy nS:S-IހXrm.67k⧕'oLc̵q P#sPjq}ѻxumj.w/E Dp%)p`Dz=raibqBֱII o ) `]^;4i$_6}ef*q tae' "70GlB5JOQ6469xnh&c.[a\gS}&|9~+[MI~QoEQ"#lf}cf7C c&0wrI!ᤡ4RK߾F.ZI2ﴺtLÎ)!i~/_k  Ivmoš(4WKN1_IV,5`ޛ5sJLᾕ2c- ar޳ c5gvyhS8b[Ls8 QuA߫!#Wpai>} T@.Nw/31D:L)Eso(XM\%z-f@i149]߈aZi P<MU|ɑįY R0aIGS>IB+i/H\M[m3% !8+x{X}b76*F[Z=dqLͮӻ I\*6#z{~ p]I<䦅Loű–Y 7 9|D ǭ Ʀ +n늩?AUCԲnlSp~89Aw2q7t ĉReIs:3-4)ܱ6$Isr7祖xe1O%HF"+-ƾTfP|'_5ˋP .tLv΢Ҩ]idFF_3F@멦Pot6n2Q OI%W(TzeGC`T'NR6kܕ~-F,׍O|!a# tT+]DrJ[OɃ[."1 GG<@@F\cQπ@ղux"_Ѧyi,X1>AB^x1 P̍zK7J=6hj㐰 E8tGqAoҧWXT7XM%E#{ۊTSQy&@w.'4!V{g7aok/K_wJš?2aw!0eftkTqG0"7bA4:! 3:&\-%S $ 2 WߎC<-(vV6r%D$Ƒ\^*ZhUIɵ+ 7ՕHBc&U$}={fZM\JK!QJ;_NVı޵s&ݖs⴦.'+ZW@c0k-s@;)kZA1+ɀ6jj򫤛~W~[2B֞%!`XBy0w#Mi;&zۦ TPO~JW4m;h0Wm֩DyZԗ[2'd0*iٚٹg%_@U]w0EMމN"BJc!Y' V.((03vM\v(>wXeo@?)qppUl;YQ-L.# e;[c yVRmP @wȀaLR/qH!iZ,p4~\RF4N\# #D) :._ ]P'IKHf 拜>sLF@H`o$1?y_J-)bc,h]4@تڟףc P/㵰>"adw쭈RF,\-SDRD˝W$)πʟr&䚘I_}ږi>67Ew7#`RG8xT. VrAm #BYFݪuFl1Vn-ƃvV1q +kGf 80/;u( Cl**=! yt;oK4Nxceb͸~_P !T[L<)g9e]9f@l?\N u< WGa..|eNS xhg5T4VH!/-"\y}7!b-F ٣kg69Yv_@(& ۬؜Y-SlYGAF QHy<_\LUtY3O⿈Q q^e flygx|&HaO>yRh=C(DLZŨ2xXP z1m Ľ^vR.y@h& !^Ŭ3h,^t ^ 75OԄ:wރ>M X`NezJE^Ő|"҂R].p|/;{76^3i@" +<-KX(igiNWdZKSFm5Mm4k}SΌW-En;}laTqg7Ȭ hoYQȺ+ c{8/;v0H":@mUsQl3[[)Buj1 Hv|~liqZn)Kk,ƳG[,]t)J]Sr% !IC)W>xc6t*g-g_"r\&t@G5JWw<ʸv͊Jas"6&Ȏ9c|*ʜ4ZI90'wY!ӳHĨ! a4rVDsܔ`!ĺ̻K'VDs4Q`T`W} r7t6dŊ4zszjsU/^:oMĨ 39BytV4qTAlyՑXqmoWOS&/Df$VOp#M)i7k1׿6:5q>iqu|pRŗр`-RSeRtB5xRRKL;Ұc@:Tl{F0Ze6HH4dIv^g:˅6MIތ.Xݲe|822b;HK6:dB=T au/BH n.͙ꀄ2]B ?sce‚߷={!o+@wCmhcWB1Ս[ims쑕rw ')rKi=vG(EU\#ǬmtS6Q߻i[" EmYQ˓we3IlŚP+>_x_Ⱥk4\mxSR@—ImF6n9C#d5հCa~ƋV%UߜM#3%e(yH#}bnBMN?v? 7yeW˯J~/Ȅ(2c54mo/^LIi-  r]Z%_C퇬<2{#p?+ap'B"Z6bQ`EZ,Sx7o)=ꄨRݣNB<;<-EnCc'7靺}$S %T~[uac1M lJ ʭF~;:hh]G RJjۛIS) 3E10VQaSe1J0 g;Jey8I|ٝU:1aæM#O7b㚄٘R7f[ K>DRh0|*Ɉc阉2_%^MKn0F򴨧**0EJaX]`ضZLSO4g0߫*mZEi@0 }F6!o*ufbwW7@aiå{Afe<\#+T_ ϶?PބF%(r3pZ#zxP,#D.7 s_7yJDG pCT}!5 @KEyx+(:Ypb Pk_?s5[2w輸V^XˋƓ~ }n fS7ELvtVVls')uM7[ Ÿ3 P[a1VXD[O&V4C;C]LHJR-P  UqYkF0+ |CR- Tcz~unM|0qN 9~ܤc*_ѹ$QQ^tlr49$7XF\USEO]!<3F ZXy1.iHnVA4DNOWxb 7${m&~O.["Y`4aaXY9 G^Aȥ#=)qwuiF y4sN5!de^GlPvH^8v lo,O+Sڪ3 _* ?/oM9=o.It쭗)lWU!ȇg dɽSth椰cGOGwBs\mGyX>D@|xhϗ7'di "Pn:~!HY$ Tͭ@~ n\>㕨ܼ}7BYӃb㗙߷j^Ka}s|kh$gV5cMU$wĉèyCzدlK7oPeIe}䔬 [cv&G8Jhi7mXTęqE|K=(Ng`d Þ&#jb`gSj^N܉%&U'qs Z?%e)9]B9alE-\AQS_u J.CYWg:Hnm].Z)-f N5qW=Fv~\vY*S9ЂeC } 7w4Q޻D8bh拈Mu[U T8)'1 dTR~ q=X:t-Iw~%d|CJX2Uenv/Bq~ԏpu՟Û3ÒJ$EA@"qBG ں.K|nX}]Ti ļ]KPmsR۹Tc#fvhD7/[sd{C/Wӂy7aWmr5TʟMNaD&Fg/4z}!.$3y38H`` m"yW-Nlʴgo>!ksJD]C5W7QX>%#Q /N(˞v!9V:cx()?C?^ P_-Ó\lLVaӧe\ -M9 hȼO^ƫ'}!Lŭj, I ޡ%Ƶg jbb!*{T`*FFLR7S_n$Ym K/ķ{Z(Y\2|Z^jݤҗͷ8b%":1@HɜEٜ2y 6?;-l(AvV.4hҮjW0GELH CS9W iCTjy_ޑw]م޺n+eu$'*H%\$jllBfn&+ imNϧl;%k03":mLܨZZZķ>oAvӋy͊kkY]l4]8!Յ14'?{$1:=PT_öaǠX]񁷐!48hC&sZ׀af& if|ctxJKIf3ǺJD@H6+K"_[k5l ݛ18W!F?=D f+6mPqG8c%ڙsҵ ;Xj- Ì0a'P'u׏KlI]aB{SPp|e}U'/u R \gL 3U/,5Ґ'%z}zOo-#h4D8KQ(" M8l_ ]Dq3'!'$j%`n>,ϥ`l[|{%GD^*įHF)UAD.WC|݀&1R<Lj٧Ubٙn" p<Ѥ^@X|ҍO^}gֿ), ǯy|kl2`S44gMȨ=:ɩ |UUF!4?JYQ7e"bu Aedc&=MCX=HtT5K&ҭ^w㒄=+Cԯ 4MLfILS&:=D6Y#$g pw*ʇsKKѬ {mIr$#5Đ y-啕ؙrP:U6ۥr@ Dt5el@{2$cIM?UZMFI"t^17#T$zMyvJZٱTHO5]( VsA9>.<,COWVJ v+(ͫyxB -F>\r)Cq d#iZ?]K.IgRڻƽl-t~)~nynvɑDxC NZcLㄹ9Ÿ܌=f8jl" w]a {*C M>VL3 pCAz8&$-Y_FV*!Yiz{8ƿn`JgsVјLI *|ǘzn 4辥yXG* h:Wp>鍄d0ػ^L>EaEsCb}H ί6$pn! l6^yz'JQ?E$'B_9QAkسEƾurIk`%!&y|E_]+%xL@pF{-vw}Nd˥)(s]251B{ל]ar1Y)a1ĵ!)K= ;^\Vj=Gmw%NzzC@T^` @g}Z2-!5g}I|zaj{he)ڎ̍>r6c}xz ͷRPl<=9?R\βonJ%$fs悗ՑN&YbU-zB^/+ |а|Gnzr5Ϧ[f%xdmݒpIcdm񣬛j`v$ $TUpd.[sL60|Lf:IVhVoAݖY- 0h*#SWK4kvC1Y:iQGUuz8k?YJH40P{}r^ؒi, Ba>Qo!Y (ziVz?K7QWյVh\]鷉97]Fj>&B <$7ȒO?سv4Nij5(|מAt'J4&ioNT/PHd݈\OlgஊXerϣ r)GcgGk-^90 Nժ%bƣߨbeQ0^. #j'>=hu~>ď_Āѽ}k$qUnL$CU:" MX% k2xz0A/ڐU8ܹ!2ޝ\c?= 5 QD_i)7aN%\4av/.?jQOn}'jM(W鄓P)=O|% *vjXuo oV/JlٳU80XM=F=|T5Q7N31BIhuS[3 ($/m=*|V{@M&uVMPY1ynى40вnryU I ->XO s/::~-1)+rC_NSUE#׎OsAJ KmzGj&\vxDlOZr:ߜڗG(w%K3 #IG $ n10]5| M̂_%Au^ϳvDH/vHa?t[1>JUD 04 J&hy z ~ >l,1-n`P}q%#fK?OI?a6g F,٘?͐\TD#2u;sE]X`>%{W2=stȊts\?Of`eVD2X;EqnEPϹA%k^m#S Tkɶ7|dw$koQodvs+_as:见/]H5jgAD65skqQz᮶tVĿ3n41<} I"mO\1\9hc++ic=ߚq46gbgNVN/1V X͘J}} ++᪺?%\]$  ,Wff ؖ`I װ\]nfR6 njtFx"n7!; eFrd`O۬YK>,D7AI=S磈ް./0P^W7 [s9]33ʲn*0)[E6j^CQmE`Dzn\aF7Ic7.ЮW٦dt.a^&hU=gO36!z).>ٖMګܭPNQ >K"zhk5PT0$F'A_EjgDŊr5{gST`"i:)4=pO\4|b{RI@/S]07(-pP97GIΕ` =Dw+ZSFkCy=#D- [XC:.ЫzrWhadWO٪w,WMjŎ"9U]6ۍ 3ӺmŦTx}sMt&]z{4C2e[YB5^B !"ڛAi`LRذp8^cS" % H Ldz`EM9 EU/qgdx{b0Ԥ)E)^s_`hFs94z$dbOuB˶]{#8ҹaWii:eQ;Iz7K<S!8X^ _{5J4K&1YuWcqې~xt=:( !0T4W8ʦgJCS1 ڲ9P.W )c7* xoxQ}:O;iēE4o-0x%;q 58D/{o7ݎRFd*)VŤNAy;/E 9S좢jޡw#"L: PQP| -/T.(Vt+4LMϮ\,?V8qpAiGi_77rk.{wc-N+GC[?ƄwOwkS'feε E4S.m{\h~?9#~^i@Dph-Ena1]J'3J&ys‘} Xj d@Up;A-6OaZTm 2HlqZG-yJh{Rb~|}Ńt)J,t=Wk4ʢ.v|hp n4MņMzȢ.?['cr}wFp WGtt󀺅fL{$&36E{eCo )Q/IRlق9C`m9zSm*ſA Ca2KCCdb2Ӫ}ҫ47ī'^%dIކQ8В!t3~=,|E]0LsW֠p AI n߫vV^BV}kpJ(5T^{k+/rGD^{?abi#^ !C> |t q |$fܯF..ӌK *{ZzF+N|w}Լs 0c3$)DT |T )9U"L,_kQ"ij}]vB?Wc'ES_4༱w}8 TO֊T< ? zXݱ 7J<^-o^~REA-%,'yߖwhB δ ~kEyZ4=9IJ}2X]cr(gr(y-6;5ņHŁXL/{Å Jtn#:vk)dRL o8X"@_Ҋ>ګ c9 =)ϼɝ J'@[l^-lNelZKL u1tɍS%xC(10L s˹ \Jp+*$peBڄ[rJ+tDZ0-rȲS :«uiiH.qqTe-/yķ zncQ wsK ~ ek%ij1V,q,{Bm,{,!x8VMEb?>zկgLcI`z Škf64wNe.ep%CWÿī'W*Htu{iۃ"+^[pf؇?A/lklk6_`GuD׫[9OEa ͜EV9|A߹X$YN57LQCRVؒHa"pE-&ZBzk;$hM0羱U& _m7t_ #4}ŇlMc:15ހX''[\ iyKNѨFm>i{u)vye׶#9R[dXfiW!O/jB57I%R2{e +ggY wCi/m} sfw=.GaV۞\W5'3AP `U6׍Ũ"nBVJD xG3,a6]H qQ?=sNs4;6)9-4✞~1J#)%9g?i9 C:r=wio혨'HܕS%*񨟱YKڴ+X #j;]J j1K"k~, TJNpfwTz8m}&BHs܉Ŀe,.%)Urznp\7+?12siިp nm*$m@tSn@l@U'#r>"L#5*u 9$߇{`MH 4F zE?sҊTVPUEy/]7CEӸUCB $F՜eA>I~npzhqj &d*s7ǶNzq+V0݃A"(ߞtsoWq߮7q uOmue;6KP{ж6^C.Y k= Н^^ZJ8}"[Q6;`±!{.;f/ЙE#n;[Q_sȂ;0`*v<в8]1甉#@@0 Z%'U2ԙS@ר'vOWmZTS_w$XrHgϣ+Gw{kP{$a 5ͨ}ۛ z,msMu#re] 귿 oTuZ)Gk)!a[>(J,POLJrj+ZDnU{eVg>Ψ3Ak?4KR|CAE! !˓DZJ s;_}0K|heNNH ͇ (s@w~23AGb8[C=iQh2Ey@pĝ:?vd*.XlYm*Kv?gnmMT0<1-3X0 [s3*y*Ԟr3X\ 5"fk=bw=(A<\4POu钇M)@#LN|r*ԑ&2:?)'N& 0 r]j*P~gAMۙòϚ/O ˢhWeV? ~Z|4@WCبZIbl>ZG8n ydS R55NBW m0c?DlvEOd$9KUp`%EMwJ G˂=s??kٍ `@ |R˚k&P8`c[:SY_Fȩ3J"O] GmWp nD&D|&SO0(\r>2.EC'M%[bݒ8B## Lq܆>Bi!k 0W"Y>R]EDFԿ{썜_huTIt)`.!:[qZmc'hKwX?gFi043n0>31Y8uTM+``Dc2\Pݎ+NWM]pڭ3äLgqXtP;3CscSf~B*6qg~!աYX9ypt2s~n5;Ui^wQҌqੋ.͕EPz\oiιފo3 M x3t'{$%4 zC^ 8eu?Of 2餞>߈Zzups9I٭Kj@u~t1E*YB/:s6ybUVߪFx#cI_幭և+F<"ӪB2v-7f{eEa"XI$:KSv k gxٲBӓ536K֮5%E)(EŔC~ g;OQo-oh"kF.@֦aJOƷ&;7kr½H2 J!Y?jKJ?s~ BXD#FM>>lJ 4Ȭa xSdT(LSSt(eRA}VuA5:6ОdlPD=⭉[Z.-alٖ*sܯ֐kD7[,^G nSc`;9O4F:&OߨPZ|Pz~jQ8C |3m˘-bRu4{#Ⱈ!2ڢJbuNiF ~)+&4𯞺1IXcwEp*jg1 ʹFA{ !\C3&-zE:t{1l@ 7fTrtOjhݴw])w;힦B_@֣&g}WK\T9lZM( g>h$IF1!p@ cӈ@Wp;5n6<%;ĔEtL$!RbҰtb-#o`@ &L\ͻ[`aa I!F>e)K?0ä3W;v? &99K}}wP"&K΅p5k3D:qR+Mvqf:9w#g mC=fM"*7sLj1'1(u{pk dw?o`?ܢyk3ңve&NAdw_ "}"#\2lUgAa_qz63R$_Jb:(Fc#-BڦR T5CxuMϙH\S<& ~C SߋžN^3JCK{ޟ662E=WH:hϤHgs:rP&RNt:u%5;k"#4, Cj\c((ieN-:OM@ס(4K"Q-pF/IQ5F&TA҂ǤhŐ呢 qoy إbp!K1qSqA%ra| pjh*QdLe #L_ ?e(3:( f%F)\Y~ 91Ŝ{d,Uߚz&REI"8gk Lf܉BS>rɻ{h O]vbT67ܡl 6#Lp "[mHLfd^,ՠZ9f,N |H`< /.zVџR!4q 8l X{ѵ#'hl\pb 5̙rbp|_'N _w:9P F YOIvMnm`)"BFk~O ;CG9S֪ ˕d7:mG [uHH@{$x8e]:G*{*<`3:iB' ǯ{ҮT4 L bJ0Fޖs׭2R*pY~_K;ZPG` yj'7,H]mO]͢ ?~E}|:%1AR; 6OqcTv RV\Wn39sʴkfl<MXe«$P<ۋ釳v!ā?Yu8DgX)HKzH3P|Ȓ,U˙?!?<Ⱦd4KETo]%\ƁUf@=h/fo$4r#po;~em[73tJ@tPX8E8>c:ɡ=Ħ`ikC_ow"iLYΎۏXhv|mnK"k&u;'O,W d\T>V$o9 kF{VAupB[--STQF=Vm O{] L\03hT?kyVu@EQj9!RgxwWfH\Rs4f΋>$R) Sx[xԌ4Ɛ}3AO_4OG#$~uª͎'O7(* ' Gck\)ZKvI}uG4Qѯ_gK*vf%]&zZAsRrix5=}KE;ĿJ75 isFYRfVAͶ)TхVm`܀X|pڥ֪t$y2B%x]]&E@BewS0xBbk,39\VsB+Vj ZxA1hX~uG a^{ƱÁ2M ^oB#T&yȏqr3w?m] ^ڼS` td;n [Ì%RsQP"Fb@:VC dT%rY۟[JJ-ѿlfGSuP^]w@{Z؅uq*M 6*2`^½ +lti H ŅI± bO`[\}pj~Ur.[QeJY"JX^Ѫ3+?yG*}YL$>Ӹ Vf[՗,X4٠O hT Zzw&^o]"pŨ'%SM0@0"Gۭ@5 L6#!_EcWB])-]slwS 9Jߓc2!J n%={PR$I&_B Rp<3\&(圬AU!^ HWuu\>%&7!Q >@-o1x),RliH/XٽV~.ePeҶLD]ـzALe8ZjzǂSD}?x^],c2 2;=l|B?<4-m̚7x+屙{usQni\W3f d%&#)j]X-x/]ǨIB։"1qiDm>~RINԼݑ !ao#m)#?zQ( [|TwE4.g`U6"G_'k%:2A#~BwCD *l_QylFuA/#bVa(dJ@=PVZ2'L[yU9z1MM~2Hk/H:c""&g*늶,/|+CqC?}=Mk.!oΰ3l]BW4n'T%#k!nNaN 'O ƋZF[z Vؼ^. +cKa~!d4sbqWZacmErbd삊Oi%< 0ԿoP >3cT+;'580yl^0.(N,wRvu;l@/Dz Iݷ4ܻV!fV/unH &W4yښbFQ"A.i>phx/RW@-ΚoMCQ  0y@ȳvƤRE}eaZ%b( ӝ';݋j `F|_Eu8Gq7GXgn=?\rnVFytJ54L)T#1.,)\(r~$o:4֠}#*gƥu:d?}QOsFYX^l'ppY,5XP$pLͷb̹fwuA#9;e{axrEVv:W{E#}VP)bSa\5BJAQJMoh$]1?X]ԩk Ӆ˛E5b a3vD=TYv&i9n\t Ё&?)D *Ȟ3F6ig#Vn//TGK'i v1A0>PIb .b{=Mp[YM.Bh'BZ]Nn[;m7PZ'*9(΋5y?wt6,24>SCDkAkReH,g˨0|0[(ފ6Ŀfbt^ 7sZDS46Gb Ugj)f_4Q7zƺ,{RرckѓcdUj%xZ Qw`/j0ir7v5%_ȿ7Q-pF=N~`mCt]©H\\N.1+帚PR4=!栿k_eK?0,XO-:JtېjكX.wƤ88:߮9o/V [8V#]R[.٥=Rzd븨Z<F%sv..!x ~5L>m]+1N$Ytess)~&dP믒vhwBخﵕEm|AG~9ClGQ^*9ekNhaX*21^JE|9sH.jZ{ֹq-i0Y ̒hA BTo,> ]BE#qln5^{n (}hh0'CQ應eVUz&lQcҼʋ/s = m/~ =fnL)%AK՝§>ɆΐeMSuOܧ*ε;~er$8wz<b2:=vSK"x Iʽ^!=Z=3E-+h|[ºC3tVltxRCh97?]:G H8cU՞^n @2xZW254(iA#]$R eN=zCRc\'EiNy0Ƃ'O"gisͳP5$4& Itರ }x -W"н:Oa[ik LS`fIN7ۑm^Z0äz)9OWM^U> A֘ >f32QO?eBh뙁6pa cRV,k, lVrqh!@vt2;4:|=t|薕}u%-;Cp鶐D~H#3;{ҊԽMNW: ]1UaŚF$ٳ6GCkd"&ϗqP^LUvSɔ1ް qm àI@P>ٜ% )s||ʢ.">QPQ]S8hImcyK. s)aq Ԫv~))*;Wţ,@iGod7|.|SmỌSsR 7iI\keY)@S~ܫ} y&%k\k'KC/fܨL pa;65H$ąaی:A AznO#ը_u1ߗ]pWDDG'~0+J.y'Y. 'ɕz@gkk?:F? gzIV0#@I槝r=7ÚPƈ~\e}ubU(CJ޺# !y.g iӲe љs$eۯ KZOԀ, 5CJApyaю ? ٱ[B3qb*|5p)!ʶۭ RK2G/?` 蹐|Rڷl][뇼30 ƪ "U_pY׊}䲮̀+j!S4Hc`珠$UJeԽ$}O:}ΤSbqڇu輌NǸ)0T<Q\3RM V a*V }Aʽ- na{~tLpDzi;4GYHLa}h[-7CG^Wk uwUqcΫO5Y?ly5"0r{E1r |4.J[B\7ύw&v6I h9-`{NUL= j 48ϛhY6;/̣W=`ǜh/SRkc}s C%W4zMWvUo>< q<@а*: z#jf/IczpBwEgWs.-ڨ|̓*TuSNIB!Jnqd,LYE]TJ3H1@3+ Ga9'@(m=F\c9rcz"%NegcEV}$?=GFyd%`[gQcY4T p l&R!t 'D沨Y2 3Q'0&Mlq㫄`rN@P]uQl&'lG z%j̴)6ɞ7 sWWl7%ʹ*oHL8 39F]( B"x[m$Zo;譨J)Y /Q`eH!ciW/.Ȉj]Knj d$:R( weT4 Ċ3S;'.=#<qq,i h$czD|W.֠3k@!"JŁ{܂ b1PJ\0z:ΩZDv+vcrXn꞉⠡qVEX3'-?.nSJ xh{ag}rțW6n}Tsn {EqI̚32TwW?E))9*F~n2};ˉ"Gl`  F.8r |x|[hV;ѨS:Hq~^J-^X˫GkOdP6BY'A,C[˪S^zց ,@z]3ڞ؀X?5{3ۨTJԑ>OG=r'1H5V 1 l+9񆽗`] a-C)"_eJ#4ɠ%:TsGNbj_Z~3kTĹQգ0&9s>{dNfLçjXn|Ø p0y͢N&7`0"qLqn}qj~ѶFSF2Ezd[uUZR߰{)YXZk6]ޟnZFq!*BoW|E.%4i;jn&1@HH>CSP\) z {}_ kͿyl^;ih˰ i(Fq80e;:O7'ձu7 a@wg9d):w)hjc9;~t|WoE Su]PPw:bI|Qƒ,u+qPBpvR9#v]5e;4L5,#QH6 $AgK'PUL7^c7ulݗ 3W5k*Qv}gٱU!+i(&R[]:ⴇlA py:CCx̼u`"4 ((G}*mhȣy) 6Id.rdyWc/$ۭ)`'cՖ\a_wev[/ğKJi}]6eRiY'K( `6`ho2[&xʠ,s8ȠՃef1[TJ ƭ1lꟽQoi6!J 3 1JCE1Âi ~W{2w[ FDUk<2sv$G_B"U5t͚M5䈰c@S z٣$Ms_MuBeUiepQ/80|ONv9 <^S'bn}ZT5q@ ERmHMYW\dLD~k4EOߟ Hwé@q)'\` e&裛cNrpbО!nYH @8&7byqn(ABEoZȬ?Q'HCKUИ *[՞ŸP7J@,S@Heඊj&VnFu0=/eoJ08 tFn;Q\ *!hstvGA܄DIM!{VgP ZLTwzq%fvai}dbA#|L 0L ;uK*8EoUA]u|waۺ&4VIv후wDW) 9:'ʒH3-;q9jRvULx27N(`7t1dґ@)ҢL[c7{J;QBRVt7)B/(_5x%Ѩgr@V~Ez,E,h>F4Јcf:6VET;m7F!s.kJͷ;@)2*) ;.nsԕ9E ! \jPgwJPwT24%9IZ> HU2*I<9UH$nxl NrEB7yĮzb,q7sB*};>v%mo ')_.w<鄟Gf5V&|d6o^:7 VWJ>ۄa<;]5G@|7I~9XXpG!o04;1aɫ -xs0yuNA9魂-] )2AJ[x+$ |CB۳j w&{tq Wœ;n4@ʮ:mp% pEF}cZFAgV_AgYRƲHzvW #YhS3[Foa\%~#OГ Jr\䢩!F=4r늛-k  <;c'(k9%ka{dSZteIñɒ$2{G->MO$1YZ(6K!Ä.!2+'_;}nϽFDݫT^pG\hjfupzslMUV@Xq&rj}of}lO%?z=Q#[[QQŰ,5gw'k"d;e[C/rTIv{O3zKxURɾʧ,P4®dymCx_t7!")t 2k?(8iĸԈ{`ğTy̾8GC ]O(CG΁b鹚}xXK$$*9_@!Z5^XպRfNLdd\"3;6D^ǀaoZ xk˰WӬ +ҫ^=شX%3.Yܔ&fR#2>PEzr$fR.TewXĤ! <wulD8E|n+Ԛ 33&g\ズh li̇;{qwu:p a39L'uZҗnG2 ӱ Զi21|$߁[!y>OK]Lp ]C*[}j2UȐ&oc<`qcӧKx3o%|Jp#k9Z΃w Hd|b¢,1-Yi~_t?ll%v4 RKqK{s[S(yZ+JH13GA%K.-,ӻ!R!B*C V~ LU*JBu\}GLI.G.l v`'1"EI}0YPwsKW][LZY6.GC5LW؈3WoVЕpv]۵p䮰clm$n#caQ\889k4@01:#y7U,rO˄>9?񲞊$sbN{+օ^ #83rLk9U}C6æPsd-KwW'*{2Zx+;N 5=iH ?Im:.9KWUiY.\{"IJڠ?d>ڇՉt^w0+ʴj/`*E9H!-dӟ=CDH^liJc(P&*g~f\ 1+g#Pf+@k@>:OBcUk[cL/t`G/Qf: XbӣҺ;#fT&z⒨{M׼kKJR'W 3-ZfW1ȳ7ED8t+*#K5ձDpy6 -jEnBvyFbM/+00L8u^ OȊ DܹݥTy~&g`T~ |%jEhƜ23/%_l86p&XHE#:#.Bb(ѻ1 %2b, iVƚPeNv=`|rfVs@ <4rEM/˱W'rdja褞\xŚV}2xI:xbs!2-H'pM-nMs-guӈMy^Pδ O&hI5sWVNETޓGdXˑW*)n2FF(ٵhVYl!Yؘl)\* bɅoW/]̶ZVb |~eVK8J8fxmYsۀ+?X;1X6㨂ڝR͊7_1Y.b M^4vC*Ü^%,L; TwK^(Oh+ ^BW71Z\0Dz%dj51lVS;T̶O0Q]ə.{RQ"W<J]̶WvJ-?.llQga1x.*+{)ÀG#`@ߤ*7D7rIv{SrJR=c:Dŝ4ĵ(+UGJva/W.ªwxM5c $)Pԡ4CESe; :e6[0h^PYn_qϋU@-nnRGW<4b=*}Ȭ<ĉ1$#(ZbH=ѽiةjP~<?i:X~8 Y\p?rHW܇k+0 8G0̏ 寴1p?QcOozn٦w!Ic Y$! Zu~fn1ppP73as[>o-:1 }Z $h ry]TYD7<(mrrVh20tp"ŇM1z>BtrЇ"LwP"rP(1G9F6"QotOu\^,sAѵs4VFS&:Oueȷ)Snt8@.+L!eyCd݂ 9< ށh[Y-~$2$"c؞+`F|z엒kb N9 )Gkl.bYEO)3Z&`Oѽ)?(·pɻi;Wif0Auk֘\l.ֱoQYb_V R4h`&9?v]7?LE"ǽ#9_ =*M5*UIbW#KGkiz6!CI'#{ Z2L/c"[^`g-ol17ԩ)_ bƾzwhblET}c ݹsyWr2CA asGF=%ubܖ8![O:ι.2L?H # nP4JY̟Q>/fT՛='6m)WcxYip^:ոTCMؽTDnqݹ/? |$S~VSV0I9w)O;p/L<=%c?H7i@~$kGKfbE[k6n%2(MmWm8͞ޖJ=EwvB kVt4-E |(+hky.j DyߠOu~DvB||]9Y6FOu O3YYNڜq\ǶYY؏="]z )\F=M~dɭ'X_.kaazO4}igx~KC7Ñ3E<";*0 ;n; {3L1!|mS HDʁ}p) )-bϚ6=t<>CR^+oa¥g]m[jpw߾=T|MiTȠ . q܌Ce1qa5ky6’Oe JiB+Y=6O f La?@Wg*T3)f̱2o >̩AJ.XSoV-~\^"usZ4z6o@x]-td|颞M$WEGRLXy'Swc ;O2GO٫ۡ#O?4$^(tYģLE~Ҋ:Q w..O'U/)FPq%ˎص4:&[ՁYs!u,bsM~~ I,4(m r6Eq\/x8:pGA ةȑwX4NS&MFR8 O,Y@_Ueh14LˍqfU f8#ѣQ\|f=*I*.O+/Ww{?Dþ?(\udT[yq{`g nUi4Oy8A뻪x-*[IGKc;co[;Y[e{1/"+Q3Œyz[{DNA\':A5b4[tέD8"6RB>sT@*AnyU#hg>e HuC3zV;{B!o)ٕ׷Bp>h_(s) AcNpJBU#է"/PIS!0Cxnm庑* .%`z" 9L8aN_hNg () V u,r)nMߌd5%z4'ف6!FNVm(t BWRf Њ90Z!8'g99=F:7a0-뽄pI ߷j{7=/ G?-2Qe/ whڡՆ&-spҼ`߻Q,@J6@.C*sUmu9 W4,3ՠ|{`hZv5UѷgNÃ~kR"h)LLZtza~@͍iIVYq(fHӑݼ-N@$UԪU6 9iC/ˮ*%o]; s4 dҔ` FdZH!$iC< |[\ne)+_x 4E: #oe8ʲF )N7J}"w~, y㗟8ZaO&5:5_L 8Fnb4²՝2lH4mS)xQyavǯD k2Fc|$W$gW[5kM-l?, k5C<=zs N"ee$3:Gݭfg 4{8KX&Z3'!{ ѧEaM@ B42O3r8Z fNc?R[G4ǟ4AG|tϑdxM3t`ro S(y-K0t|c"‚q3s%t&;,zJi<+O7PbDƎt/L {txw '4cWxcM^ꪆʙr@`tI,hvplP~.9vů̔&t1nWjbs{12C(5)`cDcQ'*:9@+&i%%J%i)EV,&>|q?4Z%, ]/MR6dȓ`0 ( WH/b&0Dq${mTUymj^YcV^UlIo4 Qw^R4Ç^ Ё`-Jw%eCuEl0WJ) Rw#GqoNbwqێG_q!ˢ\wfadfsCdOJߔo\T4҅I:Tqrڶqf' ÄLIl9r*$RmY6/?Nr(aGvT{iyLhx[;;A?w %G]2wj17<Ƌ)cLQ/څ`ۧ%4*j.۝;>h~7Roş5 ,)zݵy1;Jx9ޟqڒԐz]q_o`sd\b:¤wK2-*{SZAwo.ruXYª*aLt[S3dg0 P2RDCoAD?9c2B/゗ipu.^c>uk-イ" HPڃi߃I.2դB;~hrI3Ŀz^ո"Z͵j>eCO$W # u>'1 3!g,a/PezMk~3sSfZIXǞ++^zބS=ץ"ڪN]ޚ7,R,|s:#?^ވY{5%ZؤCdݭ6c7WHLcjn7rBÛcSUI+O+5ׅU:pi]5XLC]oc^꯺INxEt~(#G#`Lg6էGZih. !9O:6RCGx?e<60>E\?=1WqZG|')&<p58Rc U#t G=dAeejX_67ihoef3v}<ֶ~ Vǎ`_Mw " k㾢$p3>};{\7ɵ\o"Lu?L_`Ykҝ u /G%%ҵݡ]ݾM%$3 .A7R }?uX}~Ob8DΑ&NUԙ+<# a5+%#ud>#x"bVqL-t]2\0=*HDSMU*E3Eܼ];^(˹ON.QeASkg=6ݢVֶy~\Xx*ȭEO0>Mk0THu(7]"w5چJ8vC[ٛzIT֭g"7`]x1"1@ )R/a:V9NrckBm!:bOQp|D9-+m<_n"I%4BME+fmzRV>LXr#2 'Qe*bx0<#~"aptnMnai6>OULjWv|dyשB[FDN\"x3eKFqxbcMHQȳa+Vp^Ҁ/, :"hnW x~27c%NvuSyh>Nv v'HHuKq)ږLk oy2+LvGf7ꖎ"~ %wLS-)%1DMvgϽ1Tv rx4,&( 8~u1m]j$1@"Mtec#t%+t!0ɡNQVLQXW^})ȚUkܗ,ulH=/9?ڢr GY13 o,t́u` h ŌMݒ/%UZhhxh+xt;,RE (P^]2ו%Tb%^9mP;ER&m7ſ'Bͷb.;0Gl8&Ac QiZ,/Q@;ܬ5P$+5j5A-#BL0L0zo}aK?*/VM}?M_ީ: ݊}dM~opo;}hŮ-;M@i>r(V8QvzɿUOWi:>AN=jj oK6(*4Za $0 ʤB#sQpL۟p68z+S5nB@ekپuZ*t]1= iVtح:|ɪ`!}+rsX#D~TGK ?͟bאmMT-IJFA"$u[^}g3XAX_YNz=n dSn#*)= H/t-p(hM0]X}8Py=bi!0m`tS^uC&=' Y"$|e[?92I|Yk|W`)bD`k<^&5@b37HhN9LVG ǃo}:hڭLr/hB c`JⲌZfxZn~6όI1T=У[ !忉jcheZt6O&$.$yD ܗRpoꁁI.9΁weRm%dbg8~` yJ y`7t58Y>#wz 4t<=A;LlJ:CΧTo%/ܤOi;j#kq#&hDa:X1d? Z+)=]Rā 7dzR/gAۛbc'Pe؜+#b5}͠vC|Xu&o8핕ax<D_21_~_%f/̤L3Т.+Ru2 6?JG%[2q]06B_SOv^8Zq3b|b]~:"ZKֱIqTgMhO}7 |h%0V?4@* q7iW;8FplmeR=(4Sm1_|_AM>x=/P;jVOK=h=0JdK0BOpcpBm=z!S~y}@= هX/G@oi oBNt`udF exi ] 'c\$ovI;NH9 nb1d+8.T,H0|mju>2b &s0e ԸW"4z[d;" }50Y;B[$v|űM9# &܅pVC#iTWQ$ 6}_b:h(0aaJ:̯i$/ػFryr .0|v9(@EGuAGgb^?gR|ŗ|bT1O<[-T!.;hc,qb|Ln:$71$q[ObN&N 6p b{zu[kT؄JIEts&؆s،u) L2Mwn4!|ۡ@*|}`ddWM. v'-@,Z]H)!hJ|T 9@["iI/=QeNÚ0_D8>:^IH$~gy"=APqךtsCm@^ix줼q~5#('JWF ڧ{z[ߩo $שBqx"Ģ]w#F0E?w̻N?ٻ~h*TF~f~; ]٠kڄS c 6aGYȖ\񄘨= CAқi3J2LV=2d׾SHkʫ"@H{ "2*J)nmF'zP.  Ԛ7 K]Z:!.ޙ!i~!i6Pv(Ζ_A :#gQH礻w S"*$NU{W*E* ²zO`m;/%=W <@ 8na~\Ũ'HGB";w`oն]x_Rٰ!Xm$'ekk9heYVhh%1. 9uncr.5Gz/ B- _ ZqM7[rwSS y% +߀h0xe&/Hqλ9f baۋ˭Ź_jk@[w>lj&}pTjtnZ@.2% ^ |L>JzE2,ovlrJDIA9dbC'gHL3y `QABfB,WC/XyI$é^ܯ>|XQ8`7:NldTK'RVV͢\Jiȕs_Rx{=ezvcr=%#4[a0[PxӨZʅ;&Aްx{Χ!`w:G S؜݇*߫F],]I! 䑛>`PQmofW:_/ H& \v;=U!)37ZWoF85MqO 7GRG8* : @L- C"y]IA#F8g[ꆍneO8θ&<ĈMkN^dE#ўY{Yl+`,SA]gdN2jzGI/FJT,A[ ZEя(B}ʐ󽩜KFwl{5MS9d"jf?nk3!SgH ra uWbSB;6 ŔϋUYFfv{z$TP+ӄ,ּZq([`-'H\A L<2#"=DZ׃@fS9z#v|7cE'?d Ub#ya o~fbw:-vY/^4]sz%Wf6sʠZUoz~"݀㕹:3{D2[]n+(>'bnbIpH9јT.BS 2UDA+ #mt`mh-&:.6J1@`q77'm-X&ܥb18XBGNeSo48ɖN{Xx<:Q $6%_f찭]ch%i@,a(϶QNrpRT`cB/mK)05gRF̶хP-蟜bN)C|VF~j5ae)=-ԧ8\lۥW1z(6BP'&]gGv_|6٠k](*pgN \5 ?6]i;kU^b}EքXql2Qy"?zٕ~g!SV3NRI[/JϢJ}F&5<>FqARt:D9?sieP>m_~& xu RN{$OYm&1ld {F9# }@+Д5]gv+(jmsJƩVe䘸T^~f^X--88L ituNsARՈ*>EeJ@xX2lV%e7Rjg3v|! 7,\NpLߠ  Vhd B7ggoVEgޙo hO$R+|hi} dbUҝN ߆}i-*FktҏD%̇6U#ds:QZB |ڒH܇81:6`db` aC؆#&afP Bny vHwF$Oj1j9mSDl h%25(&tujQ N؅}aDz,yw8czg'utMw6ߟ6stp5NgHKt=q{ZB;]94x٢1:VG#di &Ȱ7 DtEo AOєh"e ?<4QRhho/J/_@sqjA;Η+^jnz8¥X^sX}c t{@1I*KJaO~Mcm#r'{̋G9{Ze tw&cOռO7T2޶ޞ.EdžgB6> IRVow1%2n7#=*3 t`?h5p B!1f+B~ )s֝9?$;4yݦ{*jTљMUd߼hzHfFa-g(UϦgsdJcr|dITǮ/$@!c/k &oIwQHmoMJto *[p z9e,C'>imZ*HH4tIU]KC{{`ihl$'Z(m dyGV|ƫ10_/sSA{Tܴcwm;HuN!wC} OM u1nvh/0 'r_Dڞ #EٍtfzdHl|aRJ>A_m\\!Dݘt@ !2ޮ J^De?Ee6i]}qF37cICu5ZhgQΔnPr|b>9:"aHxrc@%6oOZLoە2~7̅G?Ri}pj?Q5?jD_7/8L˟wߺpQ*qwocY׶{Л`_UÅí< SF+J8p~xn%'0`,3Cy lBi+y/l]쳱+ѝ)wm)'SQS9X3,t1c +ca1e?4##autKO Jݝ%ODxirH-<fBc=Tn &ڶKtSǷ5~<"VT4j bDg6ز$֫*L=(&R5Bx=׮SO55j?4ȍ^v[n&_qЅ= w%0uaM$ЄHu|1bV?vkNzx ?ָN(F.k(.o-ӑ x)n<fO$=,(=_8Zf+xWhV)9~K~ ɜ9BJM/38TfZT0uuxfG+ gvU@Oz_v.Y&{f{T{420?B /%!s$U'.\JKC#ؒ\OͲ ClO:SѰ-}8v͞˜SyT>.c;d֐J,DEG<| ._I;fA.}gnw$B9?ia/Y&j,N=#Z@eqQRw)&tοΣX̀3v<&FnL$C]$̵˃T,Q}뎔 E4_|1`'VKhCigTLovo[>H!>xV70GjP˪f") Zw0v[ɾVf͉$\\ֹl,F#|YU邸!ݸ5]Ps1Ɣ٭:*oIMzt>ڦ6fG62L/u+/՗ ^6sX gjr,Fcp>bmE7#PT<$sglL_ rgET/3j~XMW?vWxKBk"|=R wx7 _s@4>&h 4:~- kg)sY g )B#\NXYJ33&׿(<0R$쐶t{񜗐|?%EA&Ͻgs2#a%)W[@5\{f~1BX`3QvȞ<V?OVhhxiIN ͞ILto>3Fl$E= +`WyˆoO;n+CɹP/vCՎgVmռ|l 9^-w9y:_VòbM'  FoN}.e研ked˜2+f6"$-!w9tM)1ẍ́Kk_EdwwER@rAKا[F]ۚFf,4"5LL|+dR@8 ewKi#=40y\=)w3.@*j`~7ܓSҒ{xkyGkI@C>Gꄍ} 22\1Ă 7}Wz'egzz\621o8 zBwf5#Q).M(_2 )BHWp Nc;h&U[J)rwDJ:{cآPߗy{ˋiǃL'm<kcɟnT!jw.Ο *R[p|xv޸(=R1n<c]c fQnH^ܜ4Q9vZ }DM;T 9;`M3#׀/gfUUa?2#M`G-p9ސ"D^7p;t[t7~$mS? F3[7cZMM&<,K/x׋('CJ$pb hx-oz5at`,o# Nlb t?+Za38 MB`u޽xa.}hLF.tNuq_)IZR0\>3{F:%|_IlWnyO|M: h:- jcw+_gjW܏9()7?ժDqQ.2n.3$jr 4K4Knd)xr~MA`I D)ē 07?AՇ Dy`ͦ}:r*Y9~>?)U3o=D!29DyBerW{Ծi Y+sj Cΐ!H04 ä啰APV> nx{Xgęp{ _ l@)+8/'L͹T..kߓDjyaKMFn6xiBR=ڽ;:jJPrB4[2ukIWߡjx=/I]~p}fr~U. ,?S{-/'nKPw+wJa]aݛAv6zK~Nh dvWM'}<ŵg<)Ig84\Uv$ol܃%@shղ9w"xz^r.1t I8;/,e'"V$㳬d?[0ᙥB^);~0 ^ʝSpRcAU]qXﭖXLagt/;aŇ4l{/|-UIpIM x2phZ6޾#ME@1V% }PU~3h֩-s"_L=f>@n""Poo ذPp Z-X 3jHe^վ+n3}oa+p/d9.s~SWL}9X`tWjzX o;3+ͥ{7rNf͐/H7%h-/Do}W‘E В󱻂PDDMtoVXW:ԇ|] %0[i w.B[S0)H(pEcǑ\,0h#Ra;Vn4b.VN kfdeuט"]jcsJ7&tJ`[:`vsaa!5 ;Ok~=>|rd\ o/Rw^+rr&wZMo i׏2*6|rlZNO5b(=4Y$eDB>օ_єb}s39b~=Ch}U"긗 ~Af|Z0^#u/cQw$o 1vp 綻Q}$!)*jiIr?B1j6n9t8 _~N-_EUe'xټ ;i U2 H)6~/,q+󽋁 6P0J8oڎjmv1.Bf@ =>2TifBDhj0Mnᆓ&ȫoַ*yke F<}糺N݊/+`­O_H3j}Kg'Ni|0}Ʃt?ػc;'r[$?[A em-\ ;1BwyluO$0/'R\ pGB>lTy$q]9} pPYv|v k 5P =(0Ahݛ^"&L(rFk!l>F!V*O GQ"['mOk|]trm7`qڷM > $!vfQ[z0l4Ez0aYp q0ʹZ}RzEHrLhr)OߏX`+]$ӊr2'lOgxgVIy^#eɴO뎃ו*!`[&Gg4bTUuc1!~y";gK(\fI- G4z-z %PgfiBZhƤdKVxBb^F q}*\cw9)ۄ!A(HAЎVO@*ߪZDOv|~wb_W⽯덓DҚ8otE`A?$FaeuQ|<--cx]kS$3vOO%s6DyX!2Vujo7 > V`K雜0XX>Άwu] .-G>f Ҭ\vF0.=*Y~Lk K_+@y%fS&ݖ-A:į}kޭDkX]ÔҬXvuFp QG13`A舚r!Pсh//+9>iQboY,Ο: |TjL0 %9Cy ȌE؄F&dP}Fxd?'gǰ'\7MaL|Rv ?nS>T2\\fao]]/*٢XE'ɎF=`ijkcx0VoFt|gOCsTFxVk#xD;G}?<)Zse@cZ;랥ykRlᑙD7t8HyenYwQ^:8Z3Om(GA"D1Mb}WE%< Q]P3϶%h"ZBʶx U-^5 %+oQ yEOv k(ƍ*v+'vݒ _n5%`d(9)ۚIB [ANLdq1F$ qdHa䖡 t /@Pc em߃*dde%G]V?])#)s\ib1ܫ[iڬnxƹݢv,&LHEC`YI0nD^^Ab~ Cbja!T*! T^..9W^\Ǻa;sV TH(4EG7fі9# s>y+8zMZʽI9|sZQގT9$Xw% C:V4l2]y#D2$˟ٺ|ʕ$~=d9u')r,hPۙ:ƺyڴr+m H Ňbիl;x~iדqs>XD@>o{d_ cJ,c}&k9\Uکg)ض/WpZț')v5W:>p+%LN5,4FN)<ӈwفD1$=a(*z EAͬn> ĚR> ŇY%K^7H\Ț]+ o'T*W;$hY{׉ sVb3UDҝϛyS2n鉫dHd[<VˢIjqU?f1'7 [O2rڗdA(ѿνfT0'wפF@hׄiEQ"Ԣ8@ִٌFCO><R&)! 9;¯e>/$`b1*> ;+7-?%ъ|g&@_.y# YZ=,sXaqXy!ķX5CEh\{i9!RdA5 (Z-A6I^wjc.73˭!6v=!U~}0c5p,toԐS(L!oy촞nxOo5x$40F&Tؠ4$f<Tݴ7Qr4mu$n rJlr =|KZj4Uuek)W&S(F9F :걿R8ef ֍`nABɺLdXbU9庙dR:A^{D04t>a%u8u4Zbe!xмrB=OaI<U_oXHOY7 IhƘ+@@T[i]8˲IT倃^08}ũow=BlbJH9U.a&>APYߒfj\}"4qދD^gidE׍T:R!7h#!FZ}4Ê%WPÀ@?Y&髆A8(k}k)B~ErO0+xmudO⣼d+&Â2k`K+QsʽR" 8JSˀhKxf";ƍ;O6gצT-rvuf"[rkl g&Heba7|+2(uKd$/-bopԵ[NJ2^g΃eÜTFC0< fUI'ΕVq8&G6Q:L27V!p49*'ASf {oA}ݖJ8w78^IzU3\+& ePL*w&AZ 6P56 >( &G :H~rkH s}H]Wu͎l ~N.1QAd0e k[ĺOoH;ӯ![n&+o֗Ƨ҇M}"S `=Û\ vX ] }=C}U! Va:&d{oyN@˴ ٌ${mn (T؎&\Ny-5A#ত 21bwtR!*1KKU[u0gQ>/i /u4_~RzVBElIJǼGV`SiT~MW pјוgW-nA?k[2Dsb WDrzЇ6t<*cQY ?nݐ==*TRBJqþs$Ne$J"d~8;uU}6#gSdU97IDhpt^N3ٿ?KB |۟ ݰ [*$0ɮ2F/EW_Vh**2wDqM2 Խ [D7'Y"X2 ToVf ulGhY4o`Ͱ^+ѵ't;*(x#w[vCxed@sL#'ﯾ#foJݾ8{E&9_Jͣn#ݕL2ؚn-Nw U?UgQG4yOGYR%G#Sulٙ"5ؗw\4o]A-`"wL=Lbܸ|`k)tWG!p5<ηVӴ:t5WWu +oFL?ң.jĆOʼntѴc 8MԤ3#1sGb[plC%Oasp|k8qy\mH̟5Hd!1%$HK4dIsqX=۷}7Iudy5 =h`-0&?/sQ jP*A|t(ߘ;@` d"lAfZϢ$e:(*HC[^QlD+zd< `dYű햵=Ӻ|7c) 5y x<Ү';_)(ax;'jMM=Aw)׆nd2'+ FGڌ:D`XD2: 6^@83QE Z7֙.vTdAXKAe3g g<<EH]t% ᏢLdqEl- iQUy NaWQtlioXr;)lo`nF׎f2‘KK-[sS˨*1&g|WY%4ϯ;פ+=r+JZW7)4%? qM?Noɒt? MIv~ArT>Z4S=jE 1ٴtWwHD !J]5s%>ؙ$ s T$պJu;݉T22T ܨw >GF9*T>yHTe9P} 9J 3c|IJxDa#踖9TQU6_H;>N 0MbN<:oxOF' O>/a^l aGvTϩL#1lݼcp'M(lBD|3I vĄ@n?jukϐ)j@P*+`OjM6 -LoXP瓇:פH& Y,soEM]y_R.Nքò_WFz86:ݷ88uָ^\!hd(9?mսYٿ,G5F.%M˃>P+ K1:gєY4K.n7r'w̶lsA v 8-{9Odq[anMtp- `N;~.ɷjd ۈ/;Վ[Y[r5 PO9ν-Ч5j8Բ-6ܥ])N3H}iz3?x 1+GHz@ݸ?c/IYˈƆ8. hZ5d|0l=L.ۻB#8N#hw/Afض]qYEX! %,dCP7xpRMTAⴓ:I,Fnz;{ɓie:Ϯ ~(oNK $GoVBu 1$ExDƮ.4)CvMn#eQ[#Q0u{K/PC&Lb Hgye)X1U]*+u|x3T{7ͽZrNQ/OLeٷmCD^s{sXBכRP͒4ؼ=@2p.Zu8U :\a 0A o,WL~?;hݱlif&mڗ MhqLqDU&$Kf_)Za Va~ JQ^gsF^#l, xբ< `QA=EgP{@IJC/l1:?JR~y20<3jkwX;dܲ+PC$)xT sy'&~SITVT0d|N S?FC$INN;2p}2d+)ui= 6ba5W4k0b܋b,Dy[aUdZo6h$U&)UC8X>ZEexHjLYy|YjI5t@m 鸠@]iN4V I+[' tUTun_ܩwR:&Lծ<ͥYFC7_JAx=-S&/wKqϝShaH})c|9xxƶ ~.Y3 {}_.9ccM%Vtw*x[wQ\,:Ώ;z 2eVV=POBfT p2%v覝;>ό|0XC!(՟@Uo^_F"{oL6Ϸ;ha 7G$/|YE2P%:UHx"cVD,HS8<F&9gx<_Jrӗ$ ;ڤqyѿn5yvw/mAÍz-䧱ڤx@e5'nreY;80u+؆u*yvӅÚ"aރa"uO0%=۩Z>f~,D򷾞-"JǞ )hbER'qxHff\!CӀV== > _AkR`[_ndBv2`_BN5BYkwD&vT5#oZbnGtf% )xDT[j)2"#j'Z){i]шUwZBq 9]Z+̢ʥ.4_>4 ΑxL;/__|NnZ𯀫v# +қL=*7"4n xCCͅ`O(=C49z.*6d|:@uL(|ESfl?hIzy7% iR@lvh[ )z*T6,ȄubK7MxA3FlKf˶d=m:׊wY'z2/}H < L?Z2"@F4mK"mJuEq5oUgSSwkP16L>*?8mD3sK@{OA9vS)H|ʋue06i'6.Cz#|ș*c(W"(/&Q w\ޛ'9WVXϭTqsOq}@-lVlϴ^Xz<bI[kI9X:J#ʭ JRm o9PXώƢ9̻fp>۳!ц[(u П)olc!KuHU4A` Q+`RiufDRx/k߯x2rH$bD:WO={T$balwkvI'?>*؁Q/;;>3} !٥"jr'CZrkwlqcØDӔTr3˽7|zZ¥Zò_F>ڴ㝪Ruo4]8ڒ ~lv< #b%MǺq5cE QBߣ1Fs }ÝeTDSe^1^fĒP.ruKXa~K19q֠y%51mm7 azDhT3@>2оh_ԓlr-}"zIjF)O ~ J6tFX`9DH!BHm&Џ1k4!fCC/Pd,060/y┃W:Dhg+}18#R1#\ߓf( ^!2Xx e$% ['}^@.MTVjwsȳ=;̓np؊ ʶ D]<)LԲ6D/6=\gYJ%֒D kwOŒyWILTD_"KarӋYœXc* Ld 핞bƔ]F?T?G4(ѲNA{&Z @`~!;'{V;>cvlg>% ŗ? zfj=7PGRbk) sy$粒1Ymְɠ)c(l`Pd $ ܢ!s#mJYyoyxHHn\@*xWHL!>"D R+x!yuZ?sѰ7LZM ; dؗN|J=42ӽBNAc#乹ً5^K(C /73{K&+h,G(OGc+w0>p}Q-=NJ, XdmKm*L0)SQ{YhK)6hm'5iɚdӁYoD|&Fa{d\(~J*7rKl\>^;6ßۂ8KK-Ny5HKY )!%BzVS,6)Aֆ!)lGmuА|gRaO ;8(GbF߁Px5#1Ñ1j>7 4rf~V "ux )­+ݤebkކ}pJue&K 0[R|a0Bzw:>*y ؆i/?S0>j,t?|vDjIOK bPUaŠXZa(Yp*Y9xWMEp73!{\یSZ&OR *@LJk\G,oGb3Տ5hJoHw74n=)ᠤ:aAv~쒖܄a<6y@OB7`=|z<*C p;V_GS}tR1ީa|VAꝱ& PV_D-0LTp;wt:CccM\)ݤOO>LKZg+ 1Qs] ,ゆ/ZNugeeMY Ocay冿K|?Hr'6d?XP#)E˃3\H}yT4bkW- ;͜awUˁ**g BA32miҺyПYhG 9QTI\6}ׇ.Bo USCp;ܛ B"CɋN.zz\$VCO&:XD++ y6ݷf[;[Z:%㤭\ 8/IKrAl4 *6~PO9}h&E6I ҜXRz2>~z=Z(}X>%TG64Gdz wpmEoS磌e4PLCiflؤ/ -ڮ=oW mrMTTAW+qr) 6O=Ldv踏}Fj鵃[Dqư΄5B4XI-Z&]RQ}XZ[H4jX=zsΕJ*ux; >bA6?݇} I֬YZ <@[^oᔘjyY.LX*~9ʀl-;8BR}|*.ዘJ?ŗ/h{Q@T ͑Veai!cv'Tmx_͙O K)Ţ3b-P>ALoe2?<¸ٮ}@"b0&|)_Տ'VLƸ,_vVjoB0%zv!Hx`dCT2|I]ķט4O@v+zkL*B~gWȜ C35Qt:lMr vX@4 0Q `d \*G62=vDҧpx* 1V| c_Bt lρQۙH;2=Dt]j^Ƌ#nzȷh2,Ө9[xS?UPɩUf=Dcx^jFy.i/a ]㮝)Ӄdm G\ _ǁlwHOaC6fz޷RTFIp2E+rmokG߲+qӕy\pY nٛ[i= Cƶ7(ܕCksԜr9Ov]twsp,}YP|/Ԡ YVL~/ASj4~`o!Gw#Fn|8ʣ g_v4߇V~zL/֟n4-azwr}043C}!&@5Ҷ&0ocUQ[b9Xd\T6fmu~p|? +cot N"lj +_&"f/6d}C@PޖtkE3dM Brܴꮟ7I/2a1۫`m}L]5(XH9`_zNc`5Kpcf3@GX5Gh5ǔGoX lG2KV3 9$1v,%bLZ?z- f1d%`z% s!ך">H`? -MJ,y ШӰOpQM$A{2^R$}ԃK|&U-!RyF2ؓYl[*G (A ܪ E,RhZ7ѫƃsU x!E~)P%(#2is/xS.wZ:Ex2v.Pͯ)Xx~\8\.?cYY7CgN`(-^aL y|O%Ck9_K M|$7scէZc}No~BHF nQi`uuZI)8t>Qίw;IXz-p$ʧ0#W_ A=ߤ8ʿHjU SST2||i*abT;-w=6¤@nILѹUJ}Bϖ(z\Xjq|n1֣l EHŮZvvk;S=,DsoTG"ҠDhT²ɏ~YZ2hr ZDH4qKk_YLF h|\fr:9 7IVY/ !`}Ԭ7@cD`}R喡l$Y ?$@& $vZ N[|qO1؍@Ir*gp '@<(73$Io^=RSvyO R!W 1qƿxӬNfʛ 줤諞'f_R2+3D!KdY:c-]h6-O ~W7F; yOЯFmNn"̯{tJ x@ڕ=sɝxA LvWrN!?H2@'KWK]?dmt{͌,̥x{|q峥aA3Ϫjq c,]/y)PNi_yK"ʢ#k_P*0uuZQ|CamlA {8d]G,[N7, B³pp`=b(U0@ڶkP;l捧IY#:ۮӜ]} $d˼.diWc|AZIMAB:,?Hm+a c}o*?KTj |9[NR7|;e5H9 Bzbٗw?9!W6ʥ۞"c}絩$s0El{ Fϟh: q#Z8a3=ucǢ:gOhK=`s ']|r D3XYd ]#6wb|6fulUy@[WV@2e{qfl'ngP%X9߸z4& ϋѳrGYh_ԕ`$;a,ӭC}Yޚp.Հ5QBV\\9 ~{ 0CBo#j `ҕȨ0/ )rsE9 `ܗPmհ[3|yR%PY;m dz\)bm wBfc[Mv}X4Nz*MVlLj#^^ww7c 3 ?#O\B[Q+uP4Nd&`$MMk;? lּxWxvۻ0|co葼&;*ļQ|8ᅨ+x8Xvu4)#Zv!Jyeg>R`TY|;Q@͑(v3߅;օɤ4OgC^xčX.AZ4Uj44P: S-τ YaxNIg* IMqx1) > gao 0\VJ=Kc~x1[S 6fϜD ;ęDd1Ѫ6"8NoȰ. >eʵtF2s"izuX~*Y0Oi2r~A.y[E::pt]`Wnz7ۦ/` p5NM?L`N*%A<X$vT4UMG*^>\ Y1*L璤l\7_Bk3jhB`ݝHctTAG1E-YDm!8;QvCn dNuWz9c}uM~htT#39k4{BI(}_;<uʶ6$By`Wmv>Ȇl[0!6CS6Af8>V]RNI31QA0Vm)\ :Dx\(, c>Prps/7z|$KgqJ5>V_ 1|)C^rU0d\{Pn@kCcWDCIu!iO'o䁈w!t%|輁cljlPûMc`W `DMH=tJL/YNڿvŴyȔbfjNYz?t< wbё[Pt[&qcp@sQAX~~8)" \;1 ;'[U! ؎MLaRPg"ui.H 8iV e0$3@gDJ =@O TTW#%喿Ϸ22Y{ lYjbU.l7C+PARXK_ëE`̆ ;LJwkFVGp4^#zRހG Ouwh~fh˜>5CTk39WCI+p={u:(;Ir^7ޤ8$kJ >[)=AʭR&A2EAHBkHot>l! hje bb\~k]C8%&ĚZuɶ8+m@,&{kldX0[ e5?89z15;jM[CtkpI6SF_ObCijܝL-&olr >1Q&ʴ9:_Pa\Ib8}|!|}n`lЊ"A0^e1t[](>W2Ò) [B5eR=֡e[<Q%䲢!\"$ ߙjoJ7Q{ EL /@ѐHDr9Ma; ?뤒V`)& 08oCz"j+¡< %֧o[gF寃ڵ bm&^aR׮cʝ/uI͹fQ ھ.A`BbA۹K2a,2LF6%z g/uСi_7?axc˶ŎV )H)(gR&1Cטe|oaNwJf}2+Z@dhtJl#W[sD[HNnN#y2?,Gp߉q\yz,ھA D~Ywъ\^X HCb3`j!WoWW'2LL*]\үyp$=T"¸n'I&v@rN8C`oڊmKi֊SSqh_/M5e(> 0Ks̬$,7]G[=X8~l0GzN(4LX ,I\KZؠԃ* k8[mAs/_9yJ *`1Fvd)j7VSA:]^_aeYZ4e] =ӦdP7TkDLZJwҝ-,C;|O( T?O߂B̋ +$bu<^68%$zT5 Rb\S0d!kv?n>6V m퓠 <8q9Ex2,ж;ySYTƁʦݹagjCOo 4o[G"i~wgK{`S!9N zҕH3ε0İj4|鄫7GqlRyTgq;Y*u5,T\k'9z4ejC)Ð$6b, #Hq_ooEf`, w OZ練궫`^!]Mb 0y*]؜r MMɜ0Kƭ YWPpLހ mTg*Tol7yౙىPtv1?'~٤+{02fGMU@l$4l^>3_*Uv'Vс0[ m!+(3*~b(֓!q{ d|AF >R‘4HGr Aۉcv#ծgAM 1)mu2a5jZ\AOpawPۍ`:unS RQs\}yᘌ`2c׉c>`NI\`ܘ w74s1 ! $٧;YݯϓK9?F߆68j!MQάq̧m1'\-`&FQ:gK<[Ƕhqj=ܤiSvbl)kႪ_JoOy$Zy}jVfnfdgD29ל+J4)܍@T+N P@~s \DQ" "wE5L`͐d#i"rAv+S" h+b?p:3 T=+0>Œ#")5#d?x﯍=ߎ8KysR)Ka\Y/T$^-y UeM/GltiXEҋ, m>jܔ7EϪov$r.}~M#)x0o^6]a$ZN~Ď>iQ?c|hsPE#B`F4O'PHiN0k,Fy9 fRtqԕJ5qLIxx G lظ-rVY-%L fcuMd]e~Ӫ0[5/pߘ3?UG(V̡SqIo"M~ʫz7!fB'X#"$V+&m@h[O )mD\r%>a G+:3v\[DΒ:Fjt9g=}Dxk zs: (L?tL}@_JqEuw dtO?߂ z=E3<5˱Ƭ9/DAt\oD1>WƗ_@ k&zSTuU`eY+RFL:SrFv,3O,;AU6A\X*@ts Zv%OH:>l'4`NiK]Flm$*$af'6e%3-&vPt (׻cDlۧ%#i+aI ~*!7bU6zPmc80]5ljM|j^8ܯTf˒(oӌc/+2~/Σщ%.WsYtTb7֠6^CLFhro}6f *YīvȲ)Z2ǜݶ% / .Fh"JzߝQZlMl|kunvPX.J'ۛ~86MXԩ?CX @cR !LƳxUViR1NQڃE'q.1D[L# W66 "2 ׂLm\hx+q\~c%XhZun(Jtb!`iR7Lcu@"ǩ Q4Rn^t`{vwoԪZuNpu=" NܙX/FF=Q6޹byIxm[=ghm@SYE@H"Qv/kXa]'2sͽ+aJW0[]g?&Ma0ܫj9Ȝ#Zw6H%`b_E{YhT'}X s\;hmt^(V/ ^[#37fƟL_c@%O {a*ݳ%P  5,G70rc'"cXOxM!lT%<=kYV\ÿuDMwYrVW1alK7#¹%=PsjBn=a`\,IJ<CF(KQW CۻRW1-x3~~mʃpic_ݖ?J r~/?w sTe=Y>ԭgQ\LXB sI=Ą%pBd88۳U-y[3`vmMlƿt|~YU i\N*3y/Ԩ"BV]@׊/Bjm喜nte*_ioπO27$VxY|vGe ޲eQ(]Ҳoe0Ye̠h J (џM SϠ;pU}s.GٗsZTcA!;CIK搢v+v`Fit8$6ca?Ǡ}N p y%?WAg׋>xdQ> `]]3dpT?+e>R 6ښVPrA$HmB~0r:lmWzU/e`͑@s>j )R0͈l[$a< `  '̭j6aGgVh?lBadc3 ёW_pDfqwVn kMj՞ OisѪVa \ZM'zEk%8Yʍ- 27nLgr"BJVEj6R4Y+[F "eJ&Z rod5`+P>:`r42"^GCDPߺ:oHⲆWmUg)?֨-ۘmGC7*,kN\}yF:]DG`uvtĤ~%+y/tc)oo[ĥ49',?BW Ke]|8eGD`|x0eO KᓛMcs:/jMyThn4o?pTpf>Ŏ6M@_d6RpzU9G=r[ꊁal 91SmajQ5;= U m'n5q Eࠕ{g)t|g4aeix2rE_F%6y,MpXXWtKtw=&@LP#VPq{փxVӫY@6 > %oIpMc-H[r¥*mBet C/сy\HN9QȃSl p//BɰKLȬ7YÈdCܓ6DpzШǷ2 I߅==5_8ű`Jѱ@= mn`~Wj+Da{1.1 *@iuʗu S)ءMLĪ#Ġa: Fk荠 NyvdfmSǒ1}-ФIt&}%$m1 1jSqI"`"Aґd2#O[b?&7JkDX[-%kyGIrGk sF\g+iZUa#Wƃ/Ť{s]Jѝ>rg0Oi*c1:8YexԩC1~NT+v>ѽʲf ;([Ur$eф9$q8C:@tVaU|s}7+0^^6NoۥlgL$%l G[!-fxm_a.ڱoAqrx'kVelqnrv1d`CXuuw91Qjy. BA#~}v d7O=/)& 2W"(P? uxPb-zNNZ nj֟){!+"6;bJpW U=~yo-q3#x+j6G [cs, :5w _&n%CÄ\Q-6ŵvA6F3t aXGc׾)" doWO,OW|k|Xla7qJ]H,Ug!hm^]\X89q,4G _旯Y$7) j0݇lc'OEH[9;w1P 1bgHc7 8Vy9=]MiXD>O_PLw-- =)*W_la=1|`PpY:N?$%5+=L9ܧb  ;WyvJlFhMkg3wEl*3Lm ȣQI͘S]=Q)lq8]h6kDeJd!Mŷ*Yqn 2ÉV<}"ilNȄurNԛ&uŔ*f("V. _< Q.Ru =7~" Q2Mط5f"4JEFqՊfg:^t4<=n)nLо$.6\Zz ś-ѤR_L'F[[j ㄃֒K'w zyw bO6l]Q₿T7Nz~uc-ǟ 0{þEܰFt$ŷdP }as>>0VtG҄:U:F !cHvUw})]=p*0>-[z+÷5L2PB'ˡӹV&|x.U+e|..+8rㄎfƚ^W&{rO:aq-7eT/Bθ'T~]p S +$ˆҋ`sXy$^),|+&2> "'_zL%97E<* \KmS Sɘ 5Bv9{xdBOߏT/[O]f 1aUgϞL//i"cGA㞙iGb?d"h0*&i {;2*kҗ0؍<0V}c ݸx%حA#ف_ݵ!wBAч#fTS50rAHJĒеLu`R{b5f,&.GYj+^E#s¦T4iNX{H*.WQ`,r]C^rgLB0zɺ)KgY-QxJd/]dxlm"͉-QLЎI鯓$nVL/FCٲ->g<9aHQp\ eLu&?L$}TxYa/(Rh{BoP3sGS} 04L X(.x66y9ƚѼ@x/ST1xuz۹alP;bR0%4|owYW1626އFugOG=؉ öL},UW %I6gyn1K>ow]8|}dZ Y,צ'-̟ 컩+b'yXg- YU.0l)wFÊ(&ƂX;2g[jӷfї<+brO\!!e tͯ2}HzS#Ghp-+a10۟$(͊B"SۀӶP+iLZ {әx%4_`mܼ1 öJT w j~2qpe*=ee/ [քaKKD1*O)#-8j"p= tg@kcِF'f2JjM8ɛ\ֈ͌>ק]i68zYX2R; .5JyDkxg{XZan]Ch^MZ41f̯cGKoe{0`D;WiV/FBfc-5o.'x&UY_LJVaۄ'MTV*k=p6]8v6=K "! aS~]bVQEu3D^GD=1LVi2ڗ 7܊_5 y rr`H$nG8)M¥([k8‰;gSp49m"h`1%q(jb}/| @ȹh{7ԨR!D>$w Ja脠o ލ$#JۦO P 5@ooKCQ-K~U&Ӄ u4e+"i9ETOz*OM>SJJV+>^nMcaw D> *U60H~s Šd20ո}0,cc-O~q(;eE OM8t "nyf^2S3O25'XK{- o׋Ajz$uԵ)E2Ij@1:AlB9(?!/Yv w1GtG0.'a UbC-JI 1^R)ےYC,1~BB?\) ;5˻skky HWTDJ3 @i:Bo~UDyszϟI&bOj^/5~IVk,ҥ4doͳN0[P_,ni=nN_2y6")z7@!ȯ Dȕ-,EoGWtF-v6pj alY !4ԥΗuO,t/} k,R6QG|k1!S;˓RU YRs_4sC 7UN Y9> \r:3[=%1x\`a-gUu}:X8FѸֹ0Km=]T}1ww Z&'{Hҫ~IF-) N:ze=JӆD@RڐnU4\ׯњs8-!= vG!4'y{BCsԔV%!_ xF9ӫ=:="DE:#9ZuxMQ=S@wOuu`R4ΰ)hsЇ&=g7@s0'M`ʼn'b{cd[UB迵Гe柺78zyMEllDMz F^-\_1D!lTm.MV* }*`ky߂b.*+d%ıistLbb V$.&:u-BÃF>RMq]qax*64'ܕe d$t2E!;ttX*(A:p ǡ,&%lCPx'ϊ\DduPj lh0׊HkS|*qjnUD}++yhM8wtIq.թo$%f|4M{ !9tlO/0 shҝGX+S&1>B+SCn-Jgֈo0|r0rp_B0cQ.Г&l]-sƗ:Y{]K.b`jɨc)(Y'3/=FbLI~Į>&{'q|DJmZԲzVr@=6-‡0 Qig$EIn4[d>-@) j Iv"D\aȊ܄ep\DN1b[eUE TC@G7)FaVW/Xλ:(*#+Xh1J2#U~jm4)c{z쮄I|TO[k$ȇFmbİ /ݯ}5x\;-0B6 7Z+jTN}?db>{X hj]ƀ ԯy6Nd:w $ُ6)A P6+^A!=M&E8JZ)c֑?ZS/kA /HWdޫD DzrJiCS?N:CxEh~'LOᅛob V gl N [J%q͡Y3<.RU㾞5qՓtJ39c|-2$̇d|=5&bZ&+B.F5d>xz>w8̪ʍ!0?C#~UrVO8K0t䷖0JF2k+ N^kܮ|Drzi/Wٓ?g<$^ ۽oިR9܀E?TCk*ݺry(ݝVP@"l7Kb?UnQd\ҡP1hjDEwȀk#"u˪䅕K1/| ^BV>OV}EW!ȝ!8R>M 4݂wRt\=%<eN#2db`} 1-r'x3vYTkM"{QQ}ᚦ,boRr+` j +vϥb&XzNR@Gm^5Nܣ&&xC/uX!jn+`#TUS闵/ 3YZn!f8g=NSlPqug5ɬF~HYQ {8Ecjt<6PIP^Wz/;s"M11Bvg59aT ;n2W$,bs?6QS«}M2VEOq^"v+.7ET90=ˉ./b?4GLe-DZK[BiSfgD-TuLhr %ħMkJvH;9q<6n7,6\6ΑŘ7bqCC^/iGo6y/QV,ĒZpdf73R[/T%S qM*s@?Sԡ>dUd3:ʶ#“* 8K?;sOFx )[תFH[0,Cs0@Ip2aOTBTЮy7Id NV3BL\COkxexmG*3%MJY0 ߋHrM/\]er.awzTkFۙqB ßBG#5n&y'Tc0w1*? |g,j-)jRؙB2Ŋ*҃cL-dZSQt(m*lrI MvFW2φejh UtPã#9K RˍJ dLhsWoq,02{|^?GӪ p03`Y 6EKO+]+rtQ* 4W g #o( ;\W q1 [ i: > ,s'ԩ|4L12ʓ"ɷCe[c[i]CMؕ-vfRL~vWX,i[6dZCXhs0bP,̈́Ifؒ{嬔^.ntX ԗ|%DEd3 } [ѲhY[ U{)K7 mޝ@ͬj/?Gu."*QuX\~4- i[IjkQbg@F[E32>H2Vϸۿ}]żʡ~ZerЎ$}dTMx-„\:|d#˓J['BooI͢dK3w, ˕t&a_f̥tw=IZ'ěߝU c?2O6]Yˆ6Bvu]/P{ќÏ}3s3>FO(p>>:f+H9\ߡXyp>5qoمӐS7cT%%|nI`+K[Ywx~l++˗-(qs:F.#ɼp~Cw=y`XaYMW,p<1If?2iPC%".[d!ԕͪ|ZJ؟msf (>ɱV(ǣ3f- If#w)R <{"k'俋񏅀7ݷCX5@YE©PS!M]U񷛂5eH4vc>%՟LdGhO 8/?l/O;80$ .xfN M*nk&(N1Is;RPrN33,NDN-AJ4.~Ѱİ.6aʟݒV#}W#VaE؋PT?єmS5[a67YssΗ)jlmY46Aėvf?KcSPKn7ŦC. ϓ!L@_yDn J=5Eɻ 5E }v(VLi[MpRhzmȥ_l 0_? (c"A$(!Mcc| I^f;^L@;pz!W(8!׎͆}nā@-U',,Oimt@g^ D P8I? xjp`ˊt皇@",ՏƄ}0%zJ9inr|%-MR4zo2#'Iw( $' C_q#XBrRHAߴ8ȕXIs%\1mN)/'Zd_i\Rn#9pVs6%5Bڈ%G,8 ;7c1 le>?fZ[ESSe2EAԄlMIq L]XOͯ]Ҧr2{'0k:-ȒU*N7ϢR;?ʕR8r[{"p* CΚ/SH(K1p L4D3yO;v#9 Yz!__tU-͔6-)׮\4YUMkK]PSBp X@rδSBC 8%튆'x2˝b筒)jq"P&52DXeN> 5^o.͹Q;O 6 wk@ ˔>]lijSMW_]fѡu[k/[2Z/{חl3:7"@̊UjJ7a~Vgd| 4s>hVXx"3D{9MS*/"]#_@uP`3:m%\) YwmkxR~Pz@v`=&4jf? %Ϥ+ >¿:z7hwd&׵ݫ(~w 5;Bʷ= !٢X"fBJ Ymq2r^QdtcKģq4\}|ZOYWxGDjxJPek0jqMv kV=z2jK3Q- ]/ lo w)pACS96B:D9 IU]x==pw'O58!$%cVonQIrmUڙP67^j)\?Yfæ=%ry\B|pE7]-},OyMd:gGzojT{쏃BxLbolܢY4Vzr|d;)VXy`aN|6c*бRe)Z]n`e?NtfxM5!LzySNMN 9 V ,J 6,1,Rҧ* +cn….J|_T*yL<;qmq["01=,(PIxU>ʏ]L:L͍c g~F{K/ mGXGt{.7=7gƥt.7>B\bΑ@$n~M}n?[NׂxvU]J4~Y2YM}<b+rX~㙞X[}9?.йs_RN溦18M^5 <PRowT"K:؟{ 7(tv{Uh4/h:pjeW.*т^XÀr2()!.,^{˦wk5X8KQЂ勴UV^EMGy!wRN^e>?l]jW3?ؘ{CJg`6iC1CSEߡ"x>2NcڊYF'_o '&3<m wa&rVnlNr/4 #O/CMlR5;MP{#.N:o9 ո2;PțJ${iE,7zN _,rht+kM.d*8KTehTq: 7*7D_#'.ข?H:UBaaxO՛6P|G-0=p땤Wo<<]R>X{΁`\02sT!^sE6 |x3&Ac֔\+,jd]"Q:Pd:N6{\n`hήS;:ue gm 9)KY ]>:YNrzzB Dzz?^TZQ8Qzr:tH|"Aלo׎hBaĐ&rKƥ3S*BFɂ`?V/(+GZSAǏkԩH]wMi gR8W׷QάZœKV%?(dAvZ +V_( RR~Z͔dl<@5Ś\N4Bt''m[Vߊ= j RuC5wN,*G"^}m `5 !%ԓ@ :r9m%1|)~R۱pcL+]1S]G{&AKDq&ݗ31QN0S!udaDltn\ Zf$J׺!2Zg r iyZw k~NMiGvHKz]N0]\m,E^`K=^@ͩ;Tr8 įC@Ahm{@T%ii: /{ yUs5 'Wd [#e(\KJ4u{,'GZkӶ:'ԄJQh JO)_L[;MNnҶweCxRӢ{f'ww,C#rwOc4ϗ7۫k-C7H%yT?8wk__}#ȎЅEIU#tDd{ .Yj.6Kwx@CiŮKeg̗׮|2Hq@yU#'!if̄9_26xc穐ԑ@C2ΪrXsG uދU]nkQrJi,8❪&eZtpy+Nr.R ȝ38$؍6" )-8ؕUdGFW0l{/*΂'aE- f$]<ǎiVG~ˋ>bLr 'DVX2)]e %tD7ob)~u`>(8""QcfZJ{*E+qF!s <}~aWi%:9nr|c1yЦ_Y]ͫb/+ `sb_5SiVy<;ğw5(Xhlx <( LL[MdOޱ )|bj"9kB7tȲ)7GDPkp v!SїFgfAZWHN;\Z?utps&WXllnddõsQ,1:Ŕ4i:[篬iQ2wy-5+U9pbd?,i&ۏʮ;@ȩ)9t*z-  U(Rst:Dxi#TO[32?Nua{^zgł+xDeXZ4~dHbu_X zqFh@Y)K=hwAۨ' ދi$0>bI 6>؉Ԝ Bq>yͭv@ՖDB g/j2?sX̩WT XwSUpv5g44[Q80+HŌ'dioLEcʭh88L>ۇ>Qαz 'm a-hdwݦkIs[ttrCw"iWu\,=}scɚGtB 3é"Z "\>wԡ|“u9 0\J[%p,/v{ @JY%d͹k.Y3j2pG,|E9m5h A e1 %E .'`> ]U548O^Z`+= "1{i aY#;YXzG2w|hZtjR"kȼOhJE{kY2tR+*韄l)lx]4cvLGguHca6rId^Ǐf1`OoB,4wī N~1'WZzBit&ћ>ngT/Z {rATt6 S)`C>T!FZ]Db&:)Co +&vL_|G rFSԪ8)R@Ӭ|yU﹅gZZ<ڝ\pA[}x.MS]o},ˡ`G:bOÖ<ݞj&Rtm EQ8 o[&yp}-'Ni[ox\h̕2g`!j9e9fgqD0UWIWf=d 0XwҰ̚aAʃ:}Whz#zڂmwS9! (#.p/*zmHp|I}jQ@.LhBkɣam6=3 P"S,p7 Kb&A_^``e}~Ӛ?^P.6w2J "噖kH֐s33Ft gphL9P>.z K']̯ =&hTclB){wO6^~NvB-EyU!Mمɨ!OM9d!Ҁe+{ÿ.,H|[aP)@Sx80*Y$daMRb]GhF*GI29^Z`skK X]a(3z 4FET/S:GV[xFѠe6PO7&CH:.sǓiDvLĠmaRhE{]|.pv?3*pأjޗl-FzuB4zVcBRo[3-êT={ġxܬa41uyEƪ o': ~~8K! M Ɠp|v&YddgUvk:N/i,(xXZ>\r@ilQ}T_$4e s9:Uy"vckdbxC*& c3lS7;D%.LJ%˯ecTC(] ~H^v F$%:h>-uD*2S93k8\e9kups I=ϧQ (;ְ2Bn`1'Դk1hr^ RJ0sf䘧Q'b /uauYci;_ȷ} Jp)ۭH!Ԡ>+\co5ӻլ4ɌʼeU[q9&1+uU?ҌRJm\ICVjlo'fg-rAcm& "i,0SMJwFb[kqx3eb }.v {#a*^Xc&OǕK4ƒhbƠVg]xf4f0N X;XL~k11iy_G筜dm${;do ģeDO͟[[R%oI{\,'tBSNiEV.n"E(7 WsgQ\8G0Q]?8 У΁n BuNQ(nC¯z8z>](8]y{d3sW6 ]w4.^^,ՙT)j#%Vc:zNNV4:c#mP!h O"]\T0r)`Ӟ z㾻uM>m& | C=3F D6*#"B|=Ȣb-'| Q B=:-`j _#$vÿ%Lr+@f]6>mJ;<LbZζ7Ir*fE}*CW.S|^uʆk/uCFhc8߁p 3?𽥆2 #.1~BD:Rtʢ VGRg ]ɺE,n^cx׀8 Z·;0'3슏,j{k޵qnh 9 ےUr:%n @=+K]Wif"7.A7S.oG?3`HـܲįC*1q6QϽV O2 S.$BOA7%d~tUN'{P1/:12y%<1( (jn#dѕ[+'C2M$.T?U2:űZzˈ{gя(<j1RzjQC>h9^,2tɷ럅29OL%IɄ1N x~4~Ҍ(Qf['/=!*Zn;SU/{ҷ]@A ͹]$V@;'w/@ylk|$MspWعo;@(•'k&PEBlgBF-4htnHHn!{q"BOz@P ԧeJvkHuޟM:(vY`kRm,8S逦WY(ܢ0& !uokѱn8E9| dkr%VQ.0CFXt1Xt;U`qZ$X3D96-<$(|(S(J'ր;/e0`Md;պ8^AVO JMD8Coa $ ?==/t˙>ol0RF+h@{M*Ν{~X5+]3A9^VUݱ-Zq+WB^`/ 7_zJ.·s^3,s*R."Kq<RG+ :-BTm饴+$2p=̐4ȃW *9yvA֪rQ>՚3|]]nF@ʆ@: NVfY?YgAwٳ%gԇE_( RuƊ;]`ƌ?2jyD(ԄZ}-rݣ6bo qsֵIg"rܓM%Q/vy=KCTpYG)OLQ(,}UQvQjZDGğ4.y6Wxw^ *ԓa$Dšiwfjt<_&W:=uzy UhQ'Z SSB/`\ PQ,t4wܔ[[5Xc12g=[ZE'T41E|-,,`re=P\'M"`ٿywk@0֗W)Gi I`dT}yPǿ (/=Y-94a=B^;c;SPJʞ]e<[#C4 iA-nz hT#3Hm. bTY=]v&`JL:rE}ߓT5H {Z/lHo n5GgmS*3G"K F2j,; 'G4cvR${WZJM>a@mc`wLJ{|A:1śk.؈9WVr" 䟆G$e5 Fc^s-mz@9@ocF [aMeV9. } H51;qM:F7܀(Qfv{O2<{*6AHכ},bm%wec >d&7WNf 5%0"#z@6t5nAۊ}bK(\Wg # 0[ê<Ճ{8E :z_CT6Aeu/|`cjODҴ֍֔a w(rHԝA}FۍnQ] `=pÑЦ)>a}p&K@`ˆ7GnsѸVJ@JL!u=YQEa$ u2msT u٬x<2g]GDUuS] @`(<H(`VI bJ_L:iQK3>0OU]t C-"}g}2;< fyƷf0Ĺ|3e]fGHY DbgtWD5 `(Aa774[7ODD,3fZh2ʖ~e;,(|*5T`%V`x+ C:l`F"qRƥb0{!b<B|cH!q hD:9zy.,uZS+s~E-j ֗G|LQ6BCYpƂ᝛y_Y)Zѭš[ g Mr }n=!^@=ż"ULڡeZZiui~DIR9~3-_&lY .0:Q(e,DŽn!)ƫEHf^װ̆~ @<ͅk/w]?W[bCaOVܔA>W͛ 8 js0˽;O"ZȻa[*_9h9rmvibV^d{FS*K:KoϽ̂ḇ;!%S[a $X ؆h^R9 E^֘BnVʪ?!ǵ;@[.2 0{T,2_%2&z!O6Ei%R<a^k1H4{]bxjjψ\°5kfb'j_Q-3c_ Z՚DyZӷbrZ2b߇d[lW1#6X/b6lFM4β~{>5P%>!ܒB@;9:y~]lY.$ńT_bbʫ"fԒx:w*ZRi!˒;<^H;U= .rnsZzֶ  zuew'*[zv¿mP+'ͽFHNKh:miw=){rs( acn3ڃ|=!N~~h0j=HFN6qjmɀuMzk?j^j@i Z[ c?k*٭P4)v[MlV|.E۬W!@qHj\ qDA>8uRZ>X\<; ]hl@b6ZMGg( v=tqgǥ:{ᙥG gqpcLt]0ٛ \BEIdđ Kfu/A=iR kwVGK9BD6yZ/£"% –vvv'"%_!Ozxԇv'X$qpME^G A7ю%|Cda읣$=!t6@e H<=!+9&!,_ g=PÖm++̯ѰZҕqr .NjO<)b+ ymw\t}C`Er")-k{ZG+PW#{  ٽ gq?/A.GnW؁Q  B]{ؘsZݹ?;} C~UK6j#0a#Wk y]H0S迖}ehcNY] ]^Urss/h}և ߵ%7w[V2Џ!,vX.AG]%D >aϓASl"Jy SAܫgF< 5G4ܼW׍g9cefct@1WgNû,It+jr.܎a\0:99g IWjqs)vc{Tѧ0O8hrMډ~c.\56a!8c;p>#LN *J)o%x`LBSc|0fM `^P&7eݪg+JGt̰V qE{! jFbз!g dMngA+ rW-?v].xTב c-k=BERw עL4>DȬ͸Sb ezׄG|t`xu79鷪{ Ò)T<'NӐZQn}UJ3FwWdu<2X"Ҕ&1=]+y4: U_Z.`1nP@fL QLT ˸a-=Æ3u%үb\`AIv46/ћ?@xχF? shYUB%/V+h {ˮJT)Nav%Ɇٳ=_)14 (1ϯ=.V{zD* p9 $TrQj-Z}Bf-KXjSL4?2?ʃ_t @ЦL(4jlMLҡ -B$PZq#tbST0?1-J?TDTLkA* )SM󒃌Sp]!b (;Y SErkfr]v-\8:h`ZAecׂ/67,V!"_ԝQT K gkktzh)2t>XRxֳŠ/3}In+Ń1._J-47_r4̮~_ xv&./dfO0˱'-2#%I_!}kWz}1.ԷQMe#Ev~caX~xVQE] !Q`p.54G!S`} t)U2[T _c%h0!`:ΰf߱E>jh ]FR^hHvFcc5y8Ks R ^{.@⥚^ոzv WYpM8sw*Q4 |P\|Uѧ"o*k4<*b@,>('WQRm ̝ͫG ="Mg'Q}0YH1}2 : L8yZ|8PK<,Sq\-p/U⒏*^j`0ܧ?+LqY~/XR=rztt emYZ$|ho)?ْ(6o$23E$&ڰI K(r)1/ljIiYx{AFz-Kؼ񋫌⠲!TsW7h CBTl:Y)tyBؘcO o:PTӱnh d]< ;RFj=vSZ߫֤l"SAoρ>IPR2\a8BM9X-FVь`D_Lfg5PE^]/^e\\EΛ}Jl!JjET1nZE2{sWKEgU#pg"9/4-c Tq3=hϿy\C]FA^MHt;n~4*^jigu\? pt0 ۘsp|.Ver2Ʀ%NKGmXMQ0c ނHw֣RTlB.3$BT`TeRysEW _ /T8ema-˚da\flΨҼ}C8_ PtJyQuQPcv- c1[#ߑ'Y=(%Lpfvn!Vl*t*nWFTw;R)sMsJ,6Mq#yrfuQrWdD;2WS&l';}RGhAe!{&ٗ"YrVm-O7mG)+S EW"%(lM}3Ĥ?LH4x-PBvoͧ Vgm'ȣPX  +Bhv«HP}c:{ޤj&g 4I`32 Nrؼ'F>x맓k̉$MZwDЍKi,^+r**s a@rX[ %;3Y w]]IO &A֋&o|xR7:rx8>u2UOʨdB 'Q}s ׆ [~|]GeS%Xˆ,9 li؅4`+4*ݱD;pBߜ̉G4#3mX3t=~IQįkhkPpuN0ZYؼ"BWR܊^P,Z! W7bGrF/4, dr4##bS]} > 6HnzE8p}l#R` ^Uɱ?L2-3~PV=c\\@Ԁ&_a~8ٰ4)C1p55si1( M2%p["@rQI5>&⃣Ű zS5]tWTp @8Ԩ˸3 ^мnN~u]C@syT7 r#Jul͔)"ic=M;8l_v Q )Ͼ@Z4cBDBFs%Y|ebu>\,;q01,ˈ?HI "r`9@_9\{T(gU8`8~ac'{9'iFOJ17-44gZo.EuShp3t@#D]ּMGTO zm(; Ev<^Tnɏ~zlTBjV̶mJ!>8sZɯ^R<'=]O .øPEϋl[ 2t?^'44y6?ƮtR׊q&']P&atjh!~J֖0ۤ=BfK$i?ovφhKnڟWR8p!5LՌ v Œ0K6/q_8ES9NA6f=G䛃ēFȜb{5"Gac^.ሌ̛ODCt+U+(ca'O: 3 ͭB.F[b.K%iթ580ARpBgD(C`2H7|azoĭNeJ< 4F9ٺܧ ;ܔ|BVhe^'Ʌށ:A cLNfe?=;GR.~rjwD{>k| QЏurG9_)?+.13ku+h2k ǫmɎ7kK`aM |Bz8.8۾t4 )QHm/,^87=S .1&뉢LTh.s]CP쨅J " `DFZͬ%()2ϩC}JCUzӥݳx3TxBNP-ȍ44$vEnpf+]ޟe0D;̘swhȒGwTXGle\"m3#a&v }V[`fȣ&b`_:P80~s=U @CKC!Ӓ~B,q4 ʛU):8Wtt"̪]wk;, .Snc>re;b 2&d}@D-DH p3tƢ5 *ZG=< {'W:8B\ $L6ߺ${xH \&πthǍTݺd3$g%\,T,Njէx jBJM?uCn%2&K2ӠjIs =)6J"U6M$yABo#F?@SUi5m˛5pgg>Dsu~o8^!\n38fgPg.+{dsr8[~5{2 0/ %dqz$=ȒsMI|U⪲ a;P ~yd?!cDuAp1xF{FC.{c_gO˞3cŸ,)^B!eeF8WO#Hte+6ᅓ`KDFmč<L|=PW&c+df?:^2> #ێW/N)tv'ۄ1Dbĺ+h4r!M Oq /%ZQ )X |]ƎJ KP{[[`iJcӊ ZZߖm-#PHn~]$IVHAHjKjY^~N3]!⯪oPT YUD oV {R?Lʕ+a0)ƴA.Y"2!Ps$2Vn1;bSi&q7w+:P_M,vIuCh(0RՂ+jodQw-sQ2zOPkXÔpƺ˜}]c.Qί>{>6xcE֞"mc/>nY^bȦ4P"I̶)ZZR=4ǫ2S_6:1~u:BCDGS~^J\ boZ{NN߫ |㇪ i{dα GZ]lk5]}7|[?Md)9TsdhCsࢂA]Fd<"DV{dM0xrH[[߇MY*.uv$俓׾Y)Q>)o]7N=Wwx(OkD^.-"aFӖ^x57] ȫέ/|h䫍̨M(D)A@ݓwOA K)MvFDc4Zn-ݰk#ՌyMiv';7vaMA7㐼U,=Sgpm٣ s!0@WPaGmbkO]0p.n@:tˏBz`cG4eldy+5z]\^ɎG+ D/P^iĽ}Hum | 25<~C y1mZ1B9n@0?\hۢVK[#Pwo0(4d#:WDܝ+ kjʒ@4FI݊?.&6" u46z$_vTP"U Ug >&y=Zq^4p!pzJXx)ԭ9&zZvBjK>I#Qc+^1o#K6' >bEJ*;: p-z?`uK9KLbjY̓fVp}SPr%ŌTAoֺ׾yVaeOLQ@;d_)}5w=-˖T/ [Y؏6 JGLfĺ<2.Oe}rpJPw!a&,ʼE5?ďrvAfH[dT9R:JBf0:@ Y6KSWp* [d'/EPV:X;YLѥUQE+}zW!DP 5 ҳ-@w␍dsqHC ;+Qu$4[Qi9[3k.G:V 1T=50]Dm f?&JH U?`e0w#LO}az!=0foYM.zN%dɠ, ;Κܔ'/Ȩ;AIXvuOcM8PC3MB)awֈ9pɼ+>Le@GC'BnM"gSA-Ћ?~G?;%fStߟ恅5LX|a)1d##n")kˋU4k]JIhQCOL_&f+:+Yp2!S.CKvM҃@;|}Ͷfb=D_UC/k8ad2%,'SK9Tlwb}3qd''Ɯަs//.&JNU4Π]"-bÆ|W[aLIR H( W̿>[3+$Z[) ̜~_  *!śP![\b rkjrª%n)9tPɖïT4xs_ۺw {A]ͼM>J!&_.JD?شP*2OKxgTh}`?HyϿ_5[ .[T$ȃ&o.#I2îp(/giے)0]=O0$l5}O!쉗sDZinj0B΀f8?2@0Skkj#JKduXDMt$4WzR; M75221i% F1~Ʋ%$ie؇IJG%ߋ]3dj7 =X]{$hC A\bkЃ6s=߭wԓv-K#UF FJA thƁm%P/N'A T,+B_ ]& p exq\vR6_zs֌K4C)zá<N37oZ$lk?._RtYD']uY$ WUE%q׷feAW)UnRC&e9~ R7]ZT_U+#GpEC 9eu ~oF8'a[kӤSqog94]LdӐθ5q U3auj{n |`,iŻr~|;\tփ`7\,&twZS 9N^wc2 |Ĵc& )h.2)dg:{L1}Jhe+<LȼЦ9%@sA8_W{h]90W;ނ;P/ )|솥!R,]c%0Q׺a~<*Yf(I}1mL)GNu; lh~/ޔE#tktm̟aP$֗%(&|Ʊ88kvŧ^g?YgpQs +O9C°g?l2.쩶IjEg/x<΃#E;jJ =3Zy7iGFǣqcRRun jC!ӗ&NY?)zBc;+iQ.MOX]<^;x+.BQt)--n};>**&{҅ (ߤ?짾br#A aeܗ6@'kbРX?VA?H4w8}V|T|\5~1>W+* eG)K0`aZhm~VO5X;t퇽fdHdxn])Z&,B*Uk*]ϱm(g.gf|o<6u.LB$J j+NUgT T_Jfz^+28 h+Ư%FW`]+aG"QG@{DOg,Ýp4_ '}QhlE @$cDhZBgDZN?Ԩ302jƶ6|zO]E%XA<Dx<3LeQH#ӇtϞ_m'ioI*$QD@U=h$eYY8-'/G7\'E=υaӽvZm9?0m,sGW[\+)DX@VQ m>;ȘaLHWz':&[W`]„,t8suPh4\Twu>ʲCֺl|4 J^K|N mu}7/P DŽPw'gqm 25q}B h]UeSW/Cc `bIkYzԫXՏѐb,Q4H3sE̥7V;2"˕7g^0M A3I"8,2_#?K2 9Q7Q˷TaqS\r|jlt<9Ub)l^:@Yv\qzvGZt^|*W}^W/P?a8;=;xv Ou`$"h[$Cq!O=Tb;eN@ܵy?yPj2Ăm+Y!S0Q[Aڡ7a%[=#D&صg*R&R 7VA?-A"X΅hޓ^ bc +|띯\4ܭ)~M94h]umMIx9-MJ4S*PoI FG9OP1.6{4 3:]vH1| t ָtG3vd .;1]+}QrX$cՎSI1A(n$Kql`|-rN%1۽ԯҡ{*7+A8u'Ç"bLA#|*DlƄfA͓ #tR6, QҒ|MzdFÆDX&}WײF^32Fy'0(mcm0G>$;M _~fZ3#VVҚq1zJF[rA}SXH"Pן; z 5s H6P˩\*W<ӱz__g UAE*G=)vKrQ ԊܶTBz ޚڛ׋}1p, 'VF}Mo˶J{@-GVefv"?a!t)[4ݒBK$;WT iAS'3D-}ө%$u6!Džk]Uw0 Q:%sQH7Uj%{g=qPPMdT'sQ6V@S>VVsާҤL~0{$N6+!%69>X7:g0gdˌ_"2jӾ)BwEY'(‚ {n˞h!NZ0(,^g*t`>6gucJ-fx 2Cql+ ΢aUjMcF3-qߚbx L28==Hu BU5I3Erf^gCmtvPeEQ5}$Tw,i]{S0#A >1Js"TRioYV]v(<ϻ&Op|\c\"1,bszt0b 4c< {2!ތulev&\潐&DGz $ǓDwe $NJT!=|I*7iOP;,{E6em&>@Ca-fͪB,?׃z^RzibRm$C51D7gRõPҿMuo'' BM!,H[u[1|OW>Yh֫Hk̋| EqQ&NXUniksk%hMPْd@6:JS˹P?4ƞl(.{TMZ^j~ -+liCLQ^0Iu;M I6hm;6+ ձK؍Bq}P)al1r.js(ievǽm!hH][2>btQUoK+\ 3U6΅$?+FcwX^%!ge&ŵmJ|3Ml [{&iMg%]؟i8bD4{?aGڤCKZaVD0$$(F}slU5~FufoJϮbܒp| +c/ Y񣴥}۾o E~ztՓ TQљ[N#2m+RGRH V4y* B?ɺ{33I;I4!B6ZN[R\'8^cǀa.^AxO3k8':5RLAg=oY"G(Lb)ޫcIe6rrޣdQ0Ur?2c}/( Ts5>d1r'DjYiZCyǿT|grDneb0#'),f{I$VJyI9.Gƺ9Sh8:^dgH@j p ݀>W5 RpcفH4~8wl|xdkI{2m ^@a)\er 5Q*S ?X0GX"%Xg: nE 6<ѳY2&Ǿ#i1P)@>HһK,@D|r"ӡ%\r8/6 R%\%/ rM1;[Q_&92=z0x7"x 7! g1Y&tWޭr9;f,Tȏy n=#`hT| 瀈ak*iXS(*o"JzC>ξ\ofJGsήQiZ9k4Q/GE@Ӻ!2xAeBer,y"ܡ6xPTwu/ْ.7xnT*#_,۪iUO DiC*᥽1L)x uܯ껖@m٫pᓼoҼXkM=,?rj5T5wБu{fFpu"\FQt]cwfnLcӬ1Sc0CJ@4.k"Z8Fuc  DqI42!U]IyB&a*2;jzA9[Ay#o1 -8XAAZR.˝6ɿ'ٱ9)QLz[Cޝץŀ̓-+xv# A4xLrSImj"LR*$5閚.Y ċMn@\rK%rR?C6\<~]0pȒH-Z#$ @7c0M&]Tbhąe)˻J('-MJf>YYGF 5þlfta ~e@b'3c!XH<{V1Y JR4o ^Qx&IUB6GW}hdńۂ8?d9je΅:M.-Q`"I|_ށDdp"7JQyы9Y[VrKPrAu眘`{@' Tp\ݺZA*1()r#eToɶl <=fQJazӔ X*>GU},=m-U+Prp':01?0ݶM^Zմȍy>*cE 4%# یmE\:KihU"Dg FAIy!EGmA0ŝrx˿)2<_B8GPpIK(˞n#\fJ=b8~0K"D Pz39/7 *:EoȐ ruZ;ȫR[ۍB2fC}ӴGъ=GvTy*.j.폋`YV*JytG`Mؒȏٴ6㢓VKRrӒ K7QL A[0gRh1p{NNx pI9W`ŶwЛC;NhY! .I}m V,*,3`sRxQDV@'Pmy{"T4uIso:'j(?MAE({ +LgЋr<1Ci%p1~,J/L.?j-Ue hȜceڕZZ--ѧ ŧ ,ep'c|R[VPί'b]+mcq0tHt<.-O% Ps.;8w3[7QaQvt9ǐ^!}.`Ej׌>bYP0ٔq;V#gԆXSSc,/muѣ(V^aIq?r\e|;swnoan?̅C횗JxhW7&[:.b7XrXK7)cD(”"5.H H؎LX> [śĄ˹w@C`H$00 sux΢24zy;جCL**tМ0xWLyt@ 焚W4~VV!UL|>4 RCJF|\NSH'Й3V"CDt7 6& ld$lX'xdQEm҉Tjk^Rz|WvIM|",%~rX=}yU78oM,t'-۹ՏM^Gx:]00d$Mm,)6(e.sUX:qX}z1 j^y @z?[2T$ӺM|fU!*oNZ]K]W@0" !!>4|Sğ"XE!DD*rU!o MťTY BDFwZ9C8tLFYU7d`?=`~? _4tb `ufb pނSKr,]ؔUùW(XpfpzV͟^XVYce N?6s4r+ZZ{`U=\denADsV*6zHjqgE-ꁈ|e?ƥljhz}a1fGvWyHDq/!m,H_je!1弲zd ω{F3!di\y ,qDH);AxJA+pc!uHյ^1[ӺyJFkGFr9"Jyw=j6@61.4hkS" >I{Q=r(/Z _7ae6q&7o--אY4\ؒjk'Hj' 7ûm>>$f-#Ѡd9MX{y EX/plŁFU- ;[fIo:i={%ȌGTrl/^t_:`IH詾jDH@ŽlO>c{Ni`T6`0Ok!]3`6TƈnfQ a$4Fm mg)<^Ft 'Ό2ݟr<@EB2<~cWƵ!םݘX9q`؛?e3yqG_k q/o'2k?QQҢ('O\> S#]oB㷖ӣw^]0lM*+asy+M<bS2pXoSi#6yԔ=)PBN̴ \r9t{OatߍA:|DH.kY$zP,qj#w-"b@62ɏNι幼yIKQ 9b|)u'9$d?;.M@wPT6;P0n+x8ȡb.Zo[qM^="v~K[XxwP;?q\GKdEW7vCæ="P}%mui+M21{@#{锽wʮ/,5J챷MY)OZU >Y`bWWiޢ$w WJAg曼\x05DyQr2HBOVVbFÈ$8d8kpRCVԠph!#fx:5K$[\fc][2[ƈ1*4Gnj/BkmwX ׈Y/~v9o^;iZ(ܸl\NWax丞 |ؚ$ShlKc~y:,붆eɆWi’(7YiQ?@m'c _\,Iًki{S@hhw9k^٩|Y43r];E 60KUiK< Oq@]vsÈDa=wImB _.5^T޳m&?\/]mJJ?o{H%5Q1+:J0'^QŌmC/b8o'  L(b(^8 )vq_8o̚'+K 5@IO}J0 @Q"fj K;(c&H4uKu8SXx~^" M-Ȗl ƕ04hYmlLUH|QuK]C~G+eǛ$<j(p޺T U&TnJlYkk;(IWەZ4gJ.~:wqn$͗ jH1+zvWTĐ!'D}q^Ytl;XRrX= GVnVbk(alͷ4SedE&T/ Mt2!Ж*v~ԳKJ旎Sq >8Щ[tC Bͧ8|Q!&vφ& ҭ1!xL{_rxǑFê{xNsgdqP6q;7NS0(mNS 73]d-/ѬT )4vL̲C)S-)b%e#Gh\) qRzr yǘejbƛh|$3}ą '=A x;DŽ<>rBD+b]7%w,LZMƈ|;}Wᶕ#>,ĴSA}|ҽ{NkQp38G"}!֨Ch>;b5/ý_Z$19iMl3sĬTd jxbB|@F;G|9sJF?+a\܉s <\C /f;T!Xfb^jqӿ^t浪SpO\W9ykCVA'VmD$K'Z|$(~I>( =2VDd$*qw8=FH&tް2l Unk?k:RWQE.*(Eܟ=yZ2c-Kr-O"䟢0pyhV;.8;ط-Yk[|1-'GHo_;qS KQl Q[aF~(uZ?1Kˆ~nC#_ҳμSYJ ]RvHTNKmX]&Dcr_Ie"SCnByܵPZ;;/|T4W\Bui2oy6;b1MR9I١dN U~f _Yx5;hJ~Hۑa/aG,A%Ne!p r3ywYO@MV$ #YZDI$rf}w: =kv͍i~Gn:|wrx<TJ ܳYS][=+vCA%H)oDHߵyz@Vj4BUTw6}q>0*x )TaFCG'mԢs"Lj+jSUF<6bRBֵk0etM 8r]GwZI2Pc}/L\$cs.mt(@g+{~_h\}H5+)_et[X2>6BOT^A᧾r2LSk/~߂Ʃ;,@thV >{L(_ Ng$k` :( ꘲&ָ '5z[-x-1Ҿ?a">0?}GuK |bߣ=|JE #";&nϞ E'Z|h~_tj)L ֺgjV)%Ԥq1Ɲ^M,HϿHC_!9a󁫶O^.O0 nSwdR;*ڕn;:L6S bPۈ0JAԼ:Mdtzj 8$^GS1~bx–fؘ\_m"M:Rr t&;T"L(y}_Ba `ue;NV 3c eAû/nTI*llk)m.npܤU #+=.+^v!fmqoͼ47Y~hKPQ[˾#Kko7^~  eKw .ڇm/S)zZ6H„ޱ/M+4M{P"(Qt? yβ*|~w$D' 9#hdJe<~=D{-<Ǽ፤uD͚ݮ6DK5ۭ M٦G9U¹DTGr^gk~yޠDr ESJ/Al73ŔiZNmht4 cae'? 'ÿpa6K 7L1T܉LEN~| gqES;`b(Ii~& tdV2-30:)6SH+mܣ /NY^g4 "|MG@M1fXj>D{gA,8In^0ᔆS9kNC)=CBD?2EqF>|_s\QE헠'#KlBZc̞X:xp8XQ-$B,5}':0j<#_=R.˩Hn&lDQ8"̫ѓ~iRP62c?߽)Ha^'B%\shڐCaX;HXvg$+vdhdaeo$VWڗ&}C(5(2p'I#o3VקY/7'z- ӿXoD60rz`o5@%D0g3բAL^ v}߁l `jGcz*:s@ޓ3j g4Ae3aÏG@Bb12ͅt l Ý^r8Z4-CaZq< ?eڽ\jyg݉}N8 B\p~O_$ r(C}b?iCwGW+6NWP7qɛP]k~7%xuUo axB'P >|"ɟ>/MƑNQ$>r 7['ٷeo*l`؇*:n;qwt2"EyJ8@K}N}^Rj''U=0̹R֯V[Hn6=p`z"i`MG+Su?Lxm"LkiV֤EAD6yN ~vV}uWuIM,;,LPH9(Fhf L HxE'̒Bֽ~OUNYK神}6GoB:_Ƃ;W98DN٠z7~!dӫ' ZÆ'Yx,*SY_-#My0Ɩax=A~{w#//TMؿ+N}Nۢe=VNYRa4j 'NI13wܯa}|ge{xה)_cՁZM,DO@H/eۖ`O4Œ||qTP\V%CBg(2E(B{=!&#"{!ŃUȋAWy~>SXхim)MGYSD t ހKC~\jqFWH (oP8:T룍[̈8p1yH g3аݑiEXpa7_9) G*dK?|j+85h?c&&NxQ>nTv[m;X:k#7*ʿO#՘'xBu"XwnԸS#* 5@㤵)WxK5^k91On9|B1 Qjo [9ah8_|,)0A`cN5~;uDgྼ[c𨰼P% 9zj`kc\UǙ [-)jA1QjDS  ƍ0]fs+kͭs-uG∧I={<{X6WCؘ1G,ovFhegnj]B6_\_1nOR~q^ K[iOs^r~ptꡠb"PTɎҝN)Ȟ.4wY43ج( tղo_JV8˪Zb{d]B3)S@ >=&j!:6AcRgɮ䧷*4sR=!E8y1+ U${ 5f`\Ԇ "mf;Gx̔*j j̈́ 5OD?iW<3Soq0aJ <@Y HY3S͖, "lfЇʯ- 飬FQe2Isg U1, i{mbnŵ@:ᜩmE@('3Z@XYWAܢ Ҕl'CV%#\brZapSuuК+ hDۊQi n_«aNd&*f@ 'UýLI}D#L 8M R = ϟSz<RL;`rh(FT, 9@'w {ԍ I$dLMJ;{xkXzV4٢1Ie+FJg%)-҄0-Y Hsincg?I|ެzY yim T+>@B V$PZ:ؘULõG ӿAwSC؝WB3I%pR[Fռ70\zM 숵aQS1Bżv9#Xb1B>tJ$ML~Ӄۮÿb}fxÕf{.Y7=W–iH\:L`r^(J헟Ti{Q҃ 98*ppєҾ/JsGQ4r0ciM?Uo`s|[qK=a+C:E{2qئ&&a"40}n$ƺz5z1 2 ˔4>fA,MQFyK.&URyy+!."(ZII-a4K$Mg꼅z(1qhB*RT/9)hKD7b/zaz(=n7љtTeO:Ɨ\nbLk-vLmwע*=6Co`H_EI#Wiw[5h#Pҡ93ا\su|%zR;*>YNбzyHZY. rOe{{^iT! Фa]k1p1sE:ɺF@$[T,)xb/Щv/)l%E6Am9Z%yK$h*9&<~Fr.sU\j:.Os4*[/b2B{~Hٙ@&Yjr[v)F =D :ln&4D|hGL5lX',8ߗ,wxOeΛ%7w0D-癯b" K;k'IL5KksiO!,DZw]7mݤ )DrhwG z|)gAZ=\v`]QI2Ks/d*›#fi)'5#Շ Nw 9~4Ubd``ɮh-PKN'HXtc_g-:iPH\'H@uKYD|RSh7oʴƀ%#6YrQx0l06T18ayߣl_,М1DiPZUGu'гvKfU#1 ї`7IDg20ݦi%?mq^v{>__{̜ m&@ eF8Te7|yFk};% xd}SurQggň\ZVPBeܨS:0{G;Tx|իN`QvDY6CJZ?3_,V~C.xZ/ŶiLQ.&qG0$*ƽOO,Ջw}~Ⱥ^\eOA=|uu} 86=g7aTw$-v!Mk>%Cuߙ#VUAجC%j)2Y$)B?[+QMVOܐ?jq2] )Qf va8ү/\ѫrt[Җg8bsdO7g%\6&*TAE>CO8NҢJ#y-Z`UKf=Y2.bv'ĭ/cRQ>Gi ̨[=?N5{ham[ oJeK} #q[]M%q_DM;SuqW.=Ӫكb$i%[{@t,9y8YJFY" #F4̚dr@̾ٮDx[oN˅wFY)+g5Z.r[QƧ#STvA NW?_1UsXN%e>*#@(x>fj:aJ_O pP5@fkYba#KGD{K4qt򬆱Ș+QBxqú_ˣ?CVT % lx#i$-eU2V`Vp!a[tiQ 6slP9 f1.<=2~,>]qgah(_Vm²씮v}00B j;6y>KY}!5dOO[D_e68oL J># ȟ=CO< 9q^(1l{bťiZM6G&ߧ{x#%h$ARJ\cN(֡XY]Ro8 <_u[N"l$S"ΙMFtwN.z ޺AO8v{KeqW1dddjpf8IUՕnH6{XC4^bW-ܩTR4ǿClMd0~e=n_p-E)l1|i@:ܛZvNEal|4tVF֞!R p"uE'i'(L, 9uZ0GV{&9 }l ?R.p(Z>P(:=Gn׿xѓЖx_Q-aIh$Dd_q' f`<%IC{(F|Pn&huWtuG-%O|$?9z1*1%:IK>vڤwK,4Ĭ!]2f1ئQ:8>HFI+pMUQFBw1G`#R!9⋄0CȻ%H^-^wڱoΠ/=; a?9(7.I?|zԣ(4LQ 2;1y h&nDP`q׾KwCAFxIUH1i{NGf]T[F%{MI$[EhMS>_ 䓑|h0]Ѓ$'vI5v:[t0]V,b||¼,CPUYKdPÒDRTс"a;`tK@$,6o8t[" ZˁX {kYl0 d:`)x5 lFeO&;T.$&EioBk_RmxbL WQ{;]S=uW_O~=뻈Rb\_;9OwHLoQg[Ɣ;L.79xeD:n\?Z>0ꋄKťڜíEO_|?juұ'SH?OԀߴ @MRmw?5@%6뗞9`ۿȴft$J3zz2rW5|B n~=kye4иb#Jhm0:@kwԞ~B]EzyjWôQg2wo Tmnw1 Y!XF^z\4U *YW瀯xbDp= ?{¯ O*ϴzT9\Xxٵt&}8›gOKha;-j~N6YVdZKX3WNmgzЧCW::pqt1m#ŠW4sbMpDa9[K fom)H S.`{i0)6/߀ $ҠF3po'&:5H ዮ kaF֡wLM \љ4D݆=zMmƷ"l!w^"ԈR\VsDG[WxF 3[CഊaS0G`| ^un})W+~gfA琌!=!tPDյqД)9kȊTΕ2#b`;+-6eתΒU15,$$֍X䦫_$\{hN;. x=r䮒Eim& uƀ"6,|Xÿ_ȧ16hW8 Olp/"_Y]P 6P+*x+AMN2嬪*@D09܋6=V xN)JjsF |,f^|qfĂG{hN2a 1M01 ֐CF`}Bƞ`'!sh,EoN2#}g F?|-؁g^n6T>da2 #,HX9LҸ Q]`+s#2b,]˜?wza0SJ(ԦAIu/>Uɍ汏Nu\Z@M守FQtc[{.ޜu %.̼K_rնJ PV9# Oc$Mh~UUNb M/6ʤQ$uKPf43c FcrPm)ERe\]1Qйᖐ;aqV/U$۠ C>>ɿh)b_=,D^ߌ|5U}?>9h5"YS7 GE6|xfS+޽%ֱЭc6B "#]9xbMX`Md:ePmJk' S31% y.||< THYyfE .4R%.$ my GRkD*-1v޽\ڑKvJ#N@Ӷ86]EQ]V/y> Nҵe/.];ڟ0e~ o;ߛrB^ ͞D^xXA~P5en(p_.Š.wH 择GPKwZ}nP$1XGzy#P `E$Ӿ/= X*d1!4O2T YzE"]l덋ĪX1;IpK+SytڙżƅA^[%ĉ q q H2Пv/ f}|ەh˕ŬnAwm[+8 \\a]c ܃w!<A[1\ ?j-D*!'T̈#+^%Q2v__n;; JqCX"^;p籣维5Fu\hc}DSM6/$ rT`ҝڬ=(O$EH-[uvGlضb< 70աv4%ae)w1_QɀD hDZ4X^ nW6 K֟ .B[G"oz^Y?97Z؋o5̃[ߟ\GPY}B~Ƣ-`2p쀿XĞ bwf6Y; ovk~|,p'j21s,r?$/EiG[ؔ~ Wp4$z\>ujj 磎Ewc4gQ7-8@["14]AN-GrVi{iGYBYzVj9p)2#BԄ i**#:K߮tNĎ̾P#j00tH7--)jqyG{zvŀ牢Ib$/ED.@'R!iiQâO)EǑ:sxXl<5GG0[d?-`붔p >X >c;=OԌm l{jbtl&x^qORdNZ#?9 EzUOt^[|qR~;D&uQxyW[8<*Vf'oNѲ)R0YcO>j,t Sasj lς߀GuCWюR@@%0FJuco1u.?[AD? K,kŜ&G2X$bEo{4R'G)^z\ƌ<O V_Bc1~z!hsts= 9.=jN۾Cd|*(v%͒ݎœSzt0ހ4?XRC82iO9n(:k4 щZfvO$-;)<.adL|֤Fd!7Y]q_C/qg)F0xjiwYgYLx. ڱ)a X)8rskO7l_Ԋ,K6tFr k;A1t>ptYTa* %Ω(^ʼnf +bz˺X<_&DzywZV:Tq>0{C/|GvUfJ7:X3fIΒ7=ARv3nxF" t+ 3hהWQpؐLzE険Ϛ҆BPl`HÔnA/~RS2a[npU^`]OZKګXD@1B٩f=v/OJֈ!KZPJ\9U (!@ RK?iX](ѹ:aq\rpԯmܦ@miQ!HF 뗫hRȎ5F?]bz$/%j,K,.#2k!Ïў .?jAK-goVR@b2EJA|s[jrN&zOq%525~pב?r9<]pew< NHC8y~ D1i89 u GqXkv{5B?m3ٱH%=OYH滭ᩅBr^>V?AQ]hp "p@50:;=ڔ߉o-NQ1 pEKU;l;<}:^p񅛏_ktM[ sOs2ub6bx~ٸ1W@.လ}nU^=*MgH-lV<0!Kw_ m@gSǴO !}$gJ:Y'/F>e=ۮmG| s7jhz>MM,*s]YfEfLcBȿkX;ޛB3@\Du=wOAOz]0 {@dֱ PQFmY1L;Ƈw}w+πoG<0u IkȾLRs+!4PrjH빨Vj3]R0$12rUW^*i2&\P#Xې֜-(v-k;?^]@8yﴲL˃nU-U+CgBh &T~0mzN!l5qDzDjW*.nXHL!S-DFXQeđk[FoXjb@oQm!{=JI׭I @I$.-i=nUn|bca3az[]qשnReJpB"[#Q 5a3m畖U,u[$ft4nh8;>7H^(SU cD+Htݑa)Y^ "דs~[p|֨ACsTr5Oq =hepCaH"TGJ->DTҽ Kx03PG;Q8iż.g6u^4A5s櫕NlO6s{qXV yG7G;o߶ |-4rCQݎIک-L EqgXXj9/t#% 49$zّ`cG7T a4's nNz ~*= oI fW&//8' e550(&_is}bFBcsM*1V¥L%f±՛-J/%3fȠ~| ,GQ-E˘qjǚ<¸<$AF;-1t1rnn}~vU2J澡tw&2,r鯾 t=j p'=>1b1@ˇ0 °c{)C/a=K璆d%P1?3"RpLs(p} B4$8CF t ŷIZY'?-ݶ1"Uo8o]Bz n  =KVTGkɄ=ˇVŮ-6/qh i$[b"@?) lQbЉ" "wp9A^f-#޿?Xpuvq) ʄ`,!_(@ KyA4}-3v'ຆflm!*3 T&T8 LTp&<(kU_?Es˱ ]L'AT\ը(0!5( ޗLcn\>JR6X{(qo]G^fvl jծOpW$_( Dtx_KX7ͷ0`l+5Ia[,Ņ6|Lhrd-2L ~Lu*ZrKDס:w?ܚR S-ѕ`{fq.vӑۼ1Frc-7:":h\AeMp 0~k0gȿK,A>Cam2,@yc;X+mqfj})^Srk"75"{./b00EQSl,o9'0t@D-IYI± 2O1n2"w7UH 뮗H5g _۲Šg3$1OBR` U[3hj!qVW߅#;١r".x(`؆<0#ҥf1/5]ypM c. k8#vlUlڈݪ~0wV9Q0 ,.C op~V;zpc rgƂZfkDA816i%#L c_%xloˮ vI i{2RbfಭJa,DsӞ\PP.mzaZ=6 2YxO^+92z2bXu|(m }B Z*ܰ5[~r-1;t`!l3uK5zhii8=Mb OZY_&Yq>ERfY'_M`%pШtY \vIyM/EPGG2 "|m&Id&m|-X].a!#{L;pmƘR!unΗ&º&%6[h0~ E-ItYvm.jÞ4y 5?*¢ae8++URd^5l1"Șp j/ T sH;Ld>ZшsdJ'׼BTxUmtHIR4!Ihk$~,{W7I~ TQ50 vJ sd&g"4rDasj/52sYZxr;%GIJ--{="'gҍ{{9p18ާ7k}/л  )ܿj^lԬPf="ۧ.g cO"-m <`'52dx Io:_hg&=;,߽PITZU g:iEGQ})3iC~%@Z.twdNV:&P_uBC]{{ ':&m |x+ ZqI;L\}8ayʟ(Z)4d@ȐN3I+DA3eMDiZ@9,ufB:FȻ$nm)1tPAl՗ݚB)m.I|j4Q(~a#{ iL{: w=A;b,.f4W-pUv]:By[ ٬ !Ƀrnoi9=O#퀿75fQmT&h#Ao\}ٰӘO-o+Nlw^eͿ9je)R"N;kL,i|pG.D\g3 AQ/.bU:jj6a(uI #73?  n\kYܖ6vP!Ϲd.uқB =|Ɠxc7m$TL`._½hKKYVa? Q lN,f5gR;Nqц$ʤLNRվRegBF23ME&ltgFb_УTƕ\t;N/]dRs'*T.Vku a/+C|e$q_! ʲs\F,:1 /#պYk <`y'գzcF0}~kYsr s[$O ,2dIrrnMkѤ1CG6v,+}@ qoޥSoު&d%lA/;;-ʁ`]Hޢh4)9gV;|){kr [4JOv!@|;aƒ!%LpJɇA0S3U3-,~֨o d ا}rioݝI3FA(FgZ)OlAM(bCpvDDK .r ~lMa 4ZT:9`u{%mQil x܀vdt+>B@&`^V6T%KeM~U"e<rވ nS_Eo''AtI.*E۬?3YVnO.ӛMܪX} @0 wTwOo?BGOrȢY/W&%Ҝ™םm w_ he%qt 竐O`Hީq7.npci&Aise?itzhy֙xzkoDa^$*4XF~]Q|M-hz̵H0+j"*Q9Ja`B;@C '˷ ?xZ8_b5S`;{Y*أ:T{l3 Y##3,ۚ u ֙R1nk31vlj9Tp6(1j䙆pL9JE3RFٞxi (.k?ϴl(o(BA$aM sRXR ,BS 9 'eiD6.c8[ι6s|lCX WM5Dc+\HFs@]ݬJ%nOcz@lr2pI@f'#ՉՃӸ|SSc~8f~Yc< : -"'1(L估rw)P` XTF=e}Y Jѻ@*X)|nǬ(E iɚ&㒻 m~nw$|[0$Ts Qo9$ 4#+NN4*7Ƚl<80HJ}x~92_ 6B ?YQn:$.XvWTAIOwtJDrb_%M <" a 5UYXT>ۃ?mղ38(b+OϹ#_7`AVW?o<:ljM"u02oOFfzfǪ'-9%9M[QZZK5 n*F>]xse"9ŢO@2pA`釧}߿*Pٻ4oS@͑1G|mE-}`+m<G ߑ*:f gr\BV'qf_)o ء";~[̪DTĥ+ >WԷ ]C|d+<C5"! {RE 1\LTct't)9SLdt2JDA4Q }`\DٮaOpJ̚l[ SY(Yk.5<'&X-J_0WQ\G2SٲA Uq룓i"V <439M,H5itXH):T+GZPCM4ȟaq;X@zFMY1"S/"$R e/۱:qtW".<ʂϕ.&+HxR!5 ͐ I ̎ |GU \Ka Fԑ!ww&/s@{?|#X .Qxz 8$&oU}SKfWR&l/"qGj$y!Иd iҊ$6dM @G[wN` doIg`Mv嵠J#Z \ xM~|n6 54ϥ; |Ey :NHHsq0*ƧNH-+QMMh/cy|88=?>L0 lyzظY3hʧy7 ӭppJC >#LjvXh ֵQ4P*Lkk #[7&IT-y 7)`p'v# '*ȱs |>RZCp]Y>Ƴ( Q.w|C^1"2$+Lz KRN?+<1[lv%EJd w5͋%;)uAh֜৊wֻu6ƮgpUR 4]/olL1G/7Hns NdH( s`A 4ѦuŪkIcܚ) wf30Uķ7(&=/5m]8<JG8Ϛ33Ƙ6U^Q!;g6^~VU^k:/5gjwu4qC Lzdt DV4A̓i8PNG>cW.]:$>MPik.*<$SO8_ 'F֎VC\0|绪rL8+K)w-JpC<0J$vD3DJ=CZS.Ϧ I d[R諐 g֒qY"3kh0@ 9 [(5!TkX%1ǨoĤy8,BĎ!$QJTK"y{Y搆Bz˫[EYo>@NN"4Qț xDzW0Jgh 4K<^L8lD'!muajh6<$w.D :BAl.t<;|٬~PA}&=f<݄`5@G #Or :#W מT:3|PXT\`3aj9BCdpۤZ’XO ϫvûL!rq6Q]zU'>iag?Px4Bڣ VTX {]9/HΓB33RabԖ-_iJ (w\mf3lgpBlg[qj+3Taqh}0-S vÐ+&r.-VT_!Wri+vidqS˜Ǥ VgΠoA$obAIӍjn5$܍4bi†> 2FWt`Ns+Ԛ}E[6qq-j\p ;*Uӝ%H֩ t+?U+fub8gh|h_CoՒڴºM=xJS`:,ʼno 1;T^^sst/Utm-QWh$=p|.l=8eʖDg9"%%iTЋKnGҔX3|Q͞ݠ˃J-H .T``d|F01kJ*MZN·c>vج YwPC,h@a,0JtcI< >6/jz؃6T"N'Ksm tHwIwӄشBlCtFpXv=)ȮL7`b 7ߨۢ?Vʉ!~*CplF~&>(4쏡3:-R"㫁HlZ >#"l:cEr>uضRSgUަΥ|Z߇GFאĚp+$JSF!#^Bd2>8.@k japY=֙tM) 6?"\J517&=zY?Xߖ #5fҖ2b}-S$?y{n 57$gx$^v4)Kwa}j6Ҧ¬2앓QznB(8ur ; ҆Lk{k('UXk"r|Z+eَԂh1ҮډM^rB{Dχ.%x٤T/J17 BMBsH(ZBr!l +2J#JͲ4`;, &T^Hא8Ц^\E/N:bgf鯸뤚LlZ8CN@?T /YϽaL8%|Q=l{;b8bJX>9qՐ^@<\Pvh)} /Y ,YTcDNgu$&"d3[[0y>T?Y= !=N `j >TnT[L/^e1)>^uM+O?}Ȍaq>+,K+ Q]#/XjϝM!ſ>F|@`<`0eXKeZ'?%xz\uG1!/NsһO\\nf N|-{EI_$;н m[a þ(L";t6FEg!~(,Wppظۊ+I.]=ۚ (>&H2՘k3>RNo{y7nqw]wLRO+>.fRJ^. 1zn֝'zl%/~O`6Ab`;Es :۪dͲ]O񗬪yBuhLbȘ\9p5\XRmuFhX={|_:zwi#D-|itvή?9 6/q@{1 RRL֪EubjJl @s_Z~a8K0Pv8-6n2E3SښSФ|e(#_FQWqc('Rʓb%;u+abcT;\{Dy甲L2Eoٳ>6e9oXjw,AP R:  s0sQ#ʏ+96ΣSOľ,Hvq媖4m]~. 6В\ `D\\a'DA\ι,6Aد;}ɎJ,!|̽t2 Z,?B> Nb xfP|;p"Bg7RS~H@ mtc#4кmxU8 G@I_~R<Ͳs*b/ L]C9S!tҼ }^t~hJH8qTsm| p$mx| ڻۡ+|{qkoZ~q\)/J%#_5HNz:;Mf(Veuo٤pNl,Ո0O)Q7Vb FngjยKQ}0iX8v͏p<^b_~/7:)(9iTTWʘ-47ȶoWWOEGצ68ỹ<^#D_ܭ2Z/ 3-C THƒّ)wFF*J$ H6[z(>`L%Ã{eP* g<] j4 bZh_*Ow֘1[oVC3z`玓q3فE;/;^=iiG7Ymo7mP ǹ;G=]׬ vOwѺ 28VBcT@lI16Ԫs7=㠳+g23::] \ Uכ/ JUV|.O{Qu?I#jU(<@2%Y%nd02UjӔݗn`)grtmCnK~= ?D. -$L[b?У o3PV l&y2ڣw`y}u< "?l<1^dL>hxI%$/]AI_s%Πwozwa(߿yƯ`=[BD&eZB+mv,Q0k"1?*^"=ć=fyϞ.b!vd`}Ud3\񓫏*dǼ׿; aEy0_U$ik(ύ+WQbzYϢz ]":܆5&R^,w/_U]_t [ ))e8)]=mr:t<7GE=6yA fg_;ۍch5A'YNa\JvCCNlLZ<3 ,~FɖLPwN%쌪[<9THɻ~aNWTQHmB\`ܥ\#קZoy6enW{i%X# fQ' ˕0dG[S r8"2^8c ~[4NQe| vË!v7y-yn2{ /࠵v?D!{7lt i@&1GLPvv\m6Z d'dnqDcgj=x$q[fFu]tu|2HgH#.(d?qO=FP[:N88«J t1 9i 8hY ۣԛ\!U6@?,w3Zcě6\T^^aJyۯEaFZ.Ҕ2 iXo8 JHlL$9H\]^  j/kSSuӥ){Ri\sz_ʡs灵smٯ죪,>;P7j c>TYBHc-6PA#>_kXI%_ēAZilі=v18~p.-;Ҫk/8]A}۳X(~CTJh.@}@ pa^_>o9?Y0Kx]XiY[ %qqOv#vh/0ăt3Z-F6D7Kv5?4_Iن/񛘸,E2kXNOU?% YdF׼CL?oA'Wg=g˩@~TBJ~Ӏ\ޕb*TdoҔV}GHѨ8C#pQo+RIoM\ÍAZ _qiݿ W,h!2zZ<5=ۀt ֧ MPncm;9*~ [J\ɄmwE_Q,25}b,QUH*>5.Kt=\4c*QrI8|yޑd9A\eeïp?6;ړ3[*`I/i Z>>ḢHbN@ /֢eĭL\1 LrOi[x7$rz0%І-dífS5kx@ɇEhT= |ZݶoT-3oz˰>-L"s0 l BV@uDx,#0tnB!y + q )hnf dVE~TͩJ̶ڑvp=i{"/9.GҌ<˻rU^JEEFR"Z VÆ>OWc [!bp =1Jڗ(y:aۨ n25.2`3'WF"-g#'yhPX7Oᑁ1 څU:ϨZ y Up*'dEC[:YU*mˍ58Gtû9"[1#SNe=o?W./I9,.` R3p ?ѲzX??rْnE6 uhjgu)&4]ZY,\q1؃DEv0)3%RV׽J 8`o0(ӪQ^X/g)?jnvAy>>;˲Ӆ֠Z@V߽dp%:J&ыtə(u[/zzR-!CIN*"F V4F5O!*1CڪBHPiԇ%:/.nʹ,W7(v4TGaO-&ݟ)( SW~yq M!oGuy\ki8P D)V@3ɧP0CZ?{kxLQG \^ډDJU}zKu:8;|V8>[?:ebdOuRfh2RޔA!ݼkȄ[^4lGi_Raҋ1Ǜ{ְWy\jqɁ$ I_I–WPf+aeTsXh1%ؠ%w庆'˪rWtAR6ίa G:s懅\h0CpTViZsWHK=57WЈup%&E2Ṣ+~/)G7:z|RWWF&S (LQʎ̶IE琄`3&W?҅"|s/}E緇AKBuȯ:Yzo)xJZլDd~^ ԽM&bG7?6 S.4hI!KEkmqWt{-׾_C'u<[>Scv"`<:˶;r _|B QB]{nYd5YJ[]>5kV BUnYkRfy~1jǝض$ZOiKP|8b^AROp |Y!wf[Cޥk@ HRg_3У<&QFMl "&T~8diw$ QuQRg */H&L-z,?ti): dOdJxڶ?;!V8&Nyn$$ŽZ͇K6m l@fHq%DUP}^wivk"JDž"`=/⋱-@uj?,§+0ZRg[`T5A,v9{itX]#~ xr|;es]c$L\ <ƅcSNT+NX&G2&3c *:>pVAx@D0%,$;P5Vm yE`I+В8&8V@#dXd'ؐ-+1yY ]L\#`LmHD]|YI3-vFO49'Fc` e7uc|}x~Bz(b.~} n´zla%8q{ukĿ1&D \G, TPCv2;3ór VY6*t:=UI#n[.(F05A 9 V[^`V&"Ai D{Hh=l"AwheJbKX ƊKŠ25_az Dl÷\J\M؜':۩p; oN Ǽ<њ< t' ! ;:y3(\&c*.v|tAuz1x3"+ 4taZwe.d\#\3Zp }#ӼS2*yC֚97 It} {GF' 5PG +Ǣ=2?I84 WO,YKZ9}5n&ݾ=̘WrXgB:v:BʬKZ.I4} p=qỲET{8dl-_gBNKe뮜׉OV5xx~cbb uKμ⚍hg^>YΉӣl/ &si`.?`%9PنRE~a˩JξUS;g46~nKZ2YjzQ gQ/T?snnW}-@ŎYpCPIm+7E -!}~^PQ% luM[NG{UNcc)qy|NFwZ5_Q.~UIrگ4ȵaSy$$H3L CV#}^g_m~`uuÝ~ܧx'̵OZV=(|\Ut.)9(aY}iXum*]A~ž?Y {A/FUϼٮnP=1Um2WT-t Y4^;7%Tbo{p RGH $ [G =!p; I.<1ˡskޙAhwt-:0iGG~A'iJ1H-kZ fxCvPGgM*a/aW8WcJ#ۆb14Ux(㸋fg> BL5\i c=5I_V:b!k) cM,le:oϪ +$KXAӖ^)$USu>>(Nl8]&U) m'Ҫ r:lo Cp![栀 AІV K=_B)mNBp5t09y:xHjN=LZa.p Yg^"&PۆB(ܖ | on n+hMkZ_>đ1zu QIH_,u=޹( i#1]]:ČIO8;-%inPTAʟ,^-Ӕ7u*uZdDY]2@@~,H8C9Ȥs ~w тJ鈀'ղ}b"ʶ}K''Hm[H4,ܺXr)0 qZY]VfM|B2_̹\td܆YK4 CC~[H<pcVx}eu\!B"/k]Š<`)R NSunAfпsaZCGٱ&F4!;fra8Gc$u+~mL uz;;eF0hheZ\ϟJL!'H}5Qi p ݼ,  #tb9(K7E_Zxc%6x7kr:o}XC-#'MhH X{,C西&5>`.򄕣:YWƍ>N|x.$Uj7OV8VG7"U0վvs#ژRY#n/?@:JBw=o1Ƙ:dʓ wگJO[~YSmuE^;^y:TW;Ƣox"1`-̏ "vR&:8hX2)G ?nSTEpN~:CJ;{0o>cْ<דZCU5kS5 o`IEt#$Z9l5`b"!S+'F:o{Δt}4]jx(`NE4z`κ1zZ7#ڊweJEƧD5X-%s'R1`N!J٧+MVT}LKj\tLB됨I#PWuED%t{RiXcKdMhzU'9/LUYpЁ9K捳A2Z4H~FD6\`SQ-K xgg.e8 >ro7ѥxk4?E`QX@u_E嬲_cimwےV.] Osӵ!ERgJ}4/q-ҍt6G4,Ej*."h 2.Flb-S x _ 7Os:m zqOل'tu~?!_F߸wwYcaKwDN,0K7_b ݆y %c@$WE,1 wk+|j@*9Ҟc?cTV;S&SS820{TPꯋ(9Ir],} FH̞QNP"|B[OW)-C8[xӪP;C>&hs&<_c"^X!^`MaMɔKD\O_'H _{,.ܧc]~Eg8g$Lod6?/gή!r?U[iSDef$ 5LPn ]6W"{KHš/AQycTvBp_FG`j NJTU@\)j\~+osg-ƹ8;X})AK!9*὇{'&P2BޅOu/K[:kS3BtPe-5_΄^yCV$C2 vtϕ ܩlTo!! 8j&:IIr9fK`zC_*x)>YTyzL['TJ}_^%EÚ%f'Ѷ5wRSotP7D޸Th[^d#52ԮXAPo3RlB]Ov[*tUdɐY4>UUu޳T|kae7":FkTQ,%'O^|ӨwТXJ&=xwwUM&*5-e@ّxh}]]RAbi"Crh} yy}gRzQN`S֬>F%9hp,Sb:M#asMT4 0/ e5)k(K<0q"z a|sn]9JTVRUVjt6.  oV >ACpw4K4LawQ=HvD/U -f2VN$e{8VLrmwS>˞Iޗ;,cky_A2$g'EHyY4}1$5 Rvza͵V _4RV]%v0K&}w-K(w:: C˘H'HcD uXQFJ@|EV]<NQ0'_7BϤ<;H]ޝIK^ Z)0J ??ptS,GZ.|=\[Qd˖ο"U-8]9. dˋWuEfx^n;tm!wusD@y{BW;+8zQ$Իls2JA]-K*XD j[1nqj94T$g]Idb/Kv`"×Kv ˝-7HnK hڷ猻4SUP2[h9kRI_*(Lyf '>~(K<m4%.Zs@Fb3Ѧ.OxUU8)nwt ~Enh#Nw(v\k`BVۍU/,ϵדT7%A :2B)ض.~"[).ay@08 UG8N@-ĪVkN5EqevP:b+aWrX86 @f| 8-Fo@oȭ |O;@S-%WxPh9~v"#`]"`*Q!4:.J(bK1kV;̉dD*2z)54shrizm:e&/CztˎsۃNk:o۬5iQӥtӈ<ɈK }%J%<,4n}c\L}yP$Q;% !|5*ArN`1|)igex4ٛZwmL sd>N<ߠtu,zde$uV{΄4\Ems EW#aݿr??mT>1B'*DRdWi^8V -zv")(?yD.9 RӨSqc\( y>"r܁\I6>^/xmSxރ'pR'CxRCx\0CfDy71Q'`.:q6<#4kԶ2t`ms@66,,m?Sdfo5C/{J8G7?迢p xNG/$XvJ@nDA~1&| Rc | wLX/^AE<^zBp8I~:g@nhT@wH WM^:*SLfZmO5F? 7p@A.$SA9cT Qu}Ƴ 0/X%p Ӻ&<gZDnD/דU #t*ɊcGB& @̽ ' ńFVa_bdqx%KRkA&y9j$ J769Q>lS :ᇂ(IC`\dH[ X^4 evzu-gJ 54KVouo $[r8“& 4ǮoW4wE\ B7yAt:`C%F ! Rв9Kgfk /zQFk|!\(Ǹ_eMP>翠*V16 ,_ ) ׭L`1iP< q?,۴rVub8'"Q@I#{>Ӌezc 1h2&>lmN&]3,O -c9Swֹ9=7kJC=rʚA{;W .y/IPv,0x>Y Kn+)P#"`\,~G{,le. F7h= OObJV d㨡.I6]ӫ*)B\p7_q`t|3a  vNtPG̝\(]T񆲅CCI8{P01Ok5`x尭2I{BlX3үW}n52f i'PRy_o2o >G t$o3bBWgmI.HosJPxXw_7LŜ;jo6HE׹,ָCQp8^5ZM5O(1׫5w*n`&+/l*~nv2\S4Ӏ4CzWH83Qi5=qFK)gZa&qϬV+wv|i.#ݓpXu4|Ђ#8|=UU&ϡFQY7l?%w%i 8{J^wDj q.I-[8/&R~)F|`J?.Ҩ@<m9ou"uDP$}aTb8om-E=94V#P|u!> v_Aہ;4;APɧqvZr"ZGvl_eO"ZOL(J=ќyD΋q5^p֥=j㦺IQ8F x;hdn')8kb;;yڐqZ7g27 dB1ըMs D[<š5+౅8)eD-QKj<L^lGXWef ЦOP Ŧ/Wr];F˒Ixߚ;W"LⷋjȩN*ԡ(HbhQwu.r5p|1YO9+ (!:+hJԷο/+OAqnJX%yi~[s1҈'3{ )Er|(r gb ÍNoQ(AOn80%-2XV[lZH?οa@D]sv+Ƹc/ejHOUUJo CPȩT ^A/墀k )e@f}` ̽Y QEx)1$1m؟Z~~>dǟ/aF3裙6A8V\]Wk< lU>Θ]ߏi 2p1%9Nٵi O@Yh);ٌqj3I(JH@9b{kǘ<1ɐ8w1;CC[[?AݖC։^VÒn@~ ]̄Oe(7oc<1v$f6%D\@wƗB#fvAJK ^:X7 :jq9XEVӨt 3KU+Fe bk1(֓WPF2W"(A=եVWO5jAiq5!7wF\JSVBUVՙE<: QcTǪNw: L6[%"mHb! Mv*4oJ;@;naY8ȏ6D X`ȉNzI ۭbV-Lk A~V) ib)^Si9SvlG^jgY4qa9jֻNߗ8"m RУqD ;-.vQFt;QwW9 O{nG}Y]8\#j\]bJH.BH:qGsc 1O o9JF/fP}߽Wb $Tv~Iȟ'Zx:AmICqҵDb|d+Tb|3lTl/}% pQFM M$2U[&?E*~bСz\j9{%l'o̪8ۼrFPCNq>$յW9CycA54"cX½m0_jE/wT@^E1ܘ1{I =P>酹 J\1ͩn @QI^Q_1"Czѐ8Ji0Og7olw++<:wO\B#w!*]^ \xW!5րLxI}`MybUAl]%KV$2)@A&6Cv(ך^la:I[ߺqStmG۷D,d!f6 w_ٿ5$QaFxmuFbMI(4IuMm9"ou3jPwf|-)Nu W Ȇso=viZ[9쪰P٥j 1L)/񊾮x5kx6sRo~Rs 92B-l]Z7OJkݡKnx1&½(_v4Ж uy4ԧ%Oַav]"Pa4B16 %6Cv}gu<N킂ĺ& Dғ>ٹe(/2f>H ՝Yh%0$ & I[g7+,Ap~ߞԷ£k! !hXY#q2i:۲*Gx%jۜjݝ$ʣDKh77@: TH?w]߰2$&xU=:?g|i(hV `iW ?'4 r7FZ=~;rA{LfϪ1z@/s2EG3, C/n‡ |o46C5{*D s&Td{Z<hB~gW_nIXIg ~kOS:'zD a I:HľK)kߤûM#ݙ7]s&fp/hJqCspeKN'S ;8! :CnC'zRCBbI%Xc9/Ȑ(j fC؄ujy6L(#Á}}0u3Kx(?.@D+5yZRFUwz˿6X4pnޅ͟"](u$ `N# R3#HɻC!- 7cc[CAٙۜ@ j_ $fbIjBF M'&+0_&aedUT àD@FZ˕Og/l{]uB)n5E`/꫱BR;X!ޚ,d}i2i5 #=n$~n8읯 pX㕐vvwzYw:-/VyxѥgO<ȋNNg;QM9;sَ7WӻF .:}v>keNlP̰rOMR)Zt}) ;̒F٨ lyk^fu|$W0\OU_8X6a.^#!ZY29U*cMis?PTZ. ޫXR,nLLn* 8 FzwћbW4p2èҿ+;^ ߑnat_vfjH}8:.c + N]#G%* bÈT)Vc;TЦm p_K(tYh1^q6f34KZ侾'>i--U'BnwV-wT=pu%kuRρY iѻ~Zo!EY~ +=>=Sxɥe" ޚ g1;ߋh3*i- *Dڸ:R8e.ϝҩ)JXm&6 v,'~ޭK@̖l*yF9u?r * sʍ;l:G}u-+]yo4m2D?(dL2CMET~DW}"t0aruE~HDL@"C-E )$ z V$ЀFMu6Md~ ÓiܳjÐ{4.<AqC3Iia=@ UX1szK*"؄Һ` A"RXQ9<E>k g)(ǹm빆L3P>czWDE3 &o'TU"0R4ϖ1oOpm u;*vCu^4 AFR͞J|Ǫ*|scjn\:Ȗ/ז7ꇋ/*Ackշdci2Zs`BA|9SA0Rf 8#ENKS E8V<"Zm|$t'83\haVK|zLrjӚPN}l;z$ Hinp9a)'hڼJȖ.2☆7OQ|*n!Z1N'wq&u ȍc[5Sq m7$E>C Āod]4(>r~'C/R3yՕBo*8cLS<"4$$&`艶]qֈ{I(=xDTZ$. R!=c7GB{jv&f'+ xfpa6jk.DUzw((J=O=S@H6Yi|aw4[='Ez9!1`;ׄ5?eq@kycXZVH?5mJR?0w‘:3jXѻXr/:u u7!! cMYIr)7;xSeEG0;Tn_tOG'x?Q%Nϱ,&UM /smW*!GuoBo oo;\h]Kg4$AjgF!͑L+90?+͇E"u\ jS95 @7):B `: 䠨-p!a\*/A(y!rWrhk;.H(D΀Wq)-Ӡ)ML:ƭvԨgDQM%L1 1U -hKo_ɤq/=FϮHIkQrnjR6ŽoB7Fț H@hIgeo⦈DO[΢}{Q)Nyp+^@D+6ό~9p< MڛZȋgvm^ %9bjF'AObL¸^SXT8[.^w,l]繹yW9^ak^K=<_ռ.w1(g SpPpܮ!uƆF \t9\P?.]U{B-.<1bŕc~']ß5*Z']دxoǶrU%Ux]Dɓ̰nHxԞYg'RDahYaApr.n|ڎN<,UC:fF$ޫ nޕv5$yp.D̘inxJ[-bՄIB0:1DUNnaLPrw[dKZ't@]&yYE»o LZrFR+v(COnf>OrM,񳚺1Ӽ-6RQ':"v Y{8qYMn9@-7MC%J[V&VIx9d&Y*!D<0<%?Ezd^ܣW:\3 '{kӈ68f!xU1isJҘ`y 6ѮOH,`ğ%b:uQn#+3XA.EƮbOϻR B.0s]$!}Q+.9yڮ9p%9+N,PtOw&Dg>"<δk#iDX/"f41mLx7!>qU)ntB|K8 x#JwJ^泑L0Tm>s?5ϵ$Qae%1ڝ;|*/#lR2fY'?/C5.Z.H/(4Xz%;K˥]О^hyg+^RBDPͶ%,ԥ/h:z޳w%70XqR KE :zEpvHpz@|k)e^ }R+!.#`77'x:^h=ߋriq9/TnXM$KL /$舕ٱu&ߞw޽U C r8n<N܈nSy{O5XQ IH|H&&1kjSz; y4*A >oέ} D2 J0oذ*N]0)bj邘HɳV?@NSЗ;@C8emXg#RE=4nlmȔ]1% VaJ3c8 PQ}sDvy6]H42QgX^:kװ= h۪#nMp ;V!G?oKJ4-:L.Kp礸- )ɾqp" p߈)_qQݍ⅜(G&<e~OPT-FV:X/C9wr~ͅ*;AX"!:%δHP̣>૦Ӱ@| Wk![4_< .;*g0WaaNa8Y~]JKd Q_f!⊀ NeZxS+>Ю5LBoRq0Bvk];9lЫ AEJ N_C3TAOk/ HMP?t|'v>µùQIM@|<0'wiEb=[b+DyR%(sEz{ 6W)L/8q*;DZlg--V b@Vx+pQiW6݇NeFMppD#OJ7I -b&&gߏsɕZd;#YaI| A'5;+n)GcAYâ6t 7r9aH]g<`GyA K jSqʿڳ8,!ʊvǼv{BXԜXV -Y ʍabE\NIEh;`y^8 MO-y% &6OQ? i+Gm,WbMŹX ~Mul]컑u6#IOQY*ڷgt?GJB 7Zf%yd8PVNRKHоSmAegk3:8RPJ k¹}Cs\tl}O}"8Ĉ]g%̤z1}%<2LB}ќR׫ZroV|A-6vC-u;D *ڨdv,>[gAT {h$MU=B0QIUXCI2}]FeG˜ZAl|I4% Ȭ7V<# 2\ur\I}mQ:IBGfu>r Tt} e 2^ eʊMogs$Gx`PePe5wlXeJ<,nV+H0.ؔfj$|%3yl[Πi$е}k]'n7 %$L+B6BEA*ƯSGyy]jT 9ȫ4* x{Ԯ̶ Ll~>= ,Uri1-Bȳf;R&1Ϫ!)-+jK("CݾEXw\=,ţmA-IoTjnLY=XdA.>}wekY $+RcBuԝY gKGV!bj7K(32N<3ր U[]RW_IRu[ &z%.3L9@I\a?N@rxru=k#co(< kvW?1TR7˷YfErt:ơ !j_ۖ睢mҝxaTz# B$1Joq:'v7qaL|њ7E+Fԉte dGjԿV0*h*:sAfqDo7s^? tqR[AiRw_/琘;r0H7iТvPn2:<&!Lj|Qx,%3n:Z Qw^ܙ>Sn_/ƢluQ6)M Rm~Ȱ~#;ʉC-)>ғiFǏFWV#mUO$h痬B m3{N4Uv!/&w턤l-KzGcE {(nͭV?vWFojajz8afrGsno8;b-H>.Y|N의8^RBy+Ȉݷo'ȞAC{kI/1aTǕEv25k|rYgzȺUD;vPFrJFboBmD&Op4"Mk z zyM&| %R k~ϷT<ꖴ{=,]01}= rbUnN593‚(qH,8ck=ÁQdVh{l[$fu353yڟ`vZ{xb٣I +zLP"v #ꇕn-^W+ `#pKKSGR=NP=EBztNƮ|R6 |˥`j  pu'J />UIЧ2LJ%a+͕jBD<2LdDx%]> g!@9S1 d|2wQu_* i+WSPVr$!"1)FIោOk er"j=YZJZx~]`s\8PJў!Zb=V{qIVZyPib!@F^'q>:K]9iPbR`4,\T]-PH4-W)v"'7pG-ժ~ElU\ BWyDR1oex,0tBG>mիNy egQ/iPPYT(ȍnlmbW]hRǑ< y-UVzaF7B[OyjXl9!Yxa~)gS>=$C˂ckh, i|(S2U8S 4.~~@\e>Lً)UR+EFdO$OݖXPm'+ ;qa 5mT{BUӮў[L93PsUjK܅1]Qjgڶu4Mʾf;mPe_CipDžwuQ54{mf1sVN4xZ6a;$8z_&<؅ ;ρQoaP6[x &hCῇ$y8 B<W5T @ތRmgRA4n[m))}'>}ppd"L5&/Y i) ERHM¸P >9ڈ=.J4}t"Z::<{u!AtOT?-\ |eњ`WyMށh -'I6\qhEU|ѵ5d<4 ]oJzg%BsW#[?2ښ% WNNvbH`r% Xɼf&*ԇ@kGjwW}0ھAvҊ\UfR‡wq]Sꝯ 8eO1D *TRkze/kFbQx_)k |Thq!_pAH3䭪ɹds*«`?C\&kĻ#5“AHa ?r9kOGs_Ro5'Yx0ly4zU`xš`&\5 @,ww=/Jç 1x58lH<`} r\x.1E8 bLIZqCփ8//dnFkµTv0o#RoAzu0`5ړuԬYv>,kq6pEk,T~$-|<u۠:پ4l & ̛mb#tخxLw $bʇ2/Koa% Wh8}Nee ?j0 {@A 갟jH6 \e3QTAZ|hm@*Nd碹#vrYlh0D?' /61]Q,Kz+&XoI"6zVoM,__"V8!PW'o`$5ħuC~bDUwPR}#(н>|Fo01sS mv&ѹCEL4t50 F+mVP۪40N2!xM<D%9wyaL8ԃ"Z ;v8NӔ_;;[ٯ+kmGJsTO)m7<Fw%<5 lA'y˳٬*I ɪg.MWLޒԲ~\ %VŚGlDĻZ7t< sGua~#?UBrAE8\/,۱^Tq@ZkH>]ukBFJR "|cVo?TÐ0x5IO]bg!b} UN"37=I2*,`yFK^jp&17q'$7RNqULBڅ!o#zL.LY7!Q\Wqz(vA~ɞ/hze:)\W7`蟊QYL NpgW2z<)Sܕǚ-OP}Ģ ߲tbTE—xU_@\i=\ipa[z x5.G7$;j;M"yTKJ/g;CglJ[ 4rnqe&e3/C&q$&+r$O^Cp~ {:,]I>Ehn8W 4g.ATe"v=yuXWvq}Bdc*S tl*S!SA@5NmE6e @.8,x.oS_B,q/D^{ U1YF9lGzcWWY-F&UۚCH5J -e$ju@pudc @M&)16 Xu>OakȃB: NU`gYyyU?),ban*}YQa3VCC֣Ҋ2vc#Vьg=Bwh"ި" a-^4Q'ZU ~SMxe#DKV+|܅X~i}\Gl.@z F2)9y܃dП%@GHX -VMXp}T0.EĪ J3ww$g[&PEd4lCu֩A7]MzzZŌƻE|WXkkA9/T)$7n8_Guw*A]EGjbȭkטC(~{7h?K lV"ik c~>Ζ(t݃ Ҳ'1T_KƬ涫qgW2R/V1"S`bu9 GhzoA`I3z޾jn(7R pJE }+lwwa6W>4uI@ļ@x!Z{ l FㇴGZ\$ihUɮN  M_&sAF&CLkN>'+MyP~C-7,b d|5b}xZwrbGr[C|ãyrFԛ:5Shd9 0ƷemZ(S-UUpK ѩSEhmW4sbѴںl3iY%CC"[V~_W#Rϼm.J1&mhHs`?on&KoW䤡 e4p 4^bEQz-^eF\Ѥ@'TTB~.)i$"ʾ^$9 "' &kQr\AK' nG멋Ow+'v$'+~%~`'FȁC&ّ~TY͞S>^M+Lfa(sRAEGVg)$;|5p&>|jʁdB qpAKmgnt9+Km?R%׾ [ꯊC 4FKakeZf¦B93U*aG{'a D&I$r>=1F{ V˴Vip8ZMoŇ|FtU*izY퉿)nr+ J!t-Ϭ7d jUS(d) 5CU&E D; sN&BŤIal;DsDkg $ Ǹ]ܟU8ҲrmXIW6i!$"(mZCz4;waoKvBA鼨$- o-KbK\[ӓ b8>LL]_ `! VFohŹ/*Xmmv; p^J-ё`9ULNU7Қ(#d u$Pk))ݶ 5mмi]>8*};:j6/jᗱέ[f_We4$̅QJ鐄Ծ,'f~Mgir$5A<^ Xߜwx(LAmwd5Gϖ5Z|=>poTS,tgcEPB}', RR'aHPZ̸ ZKGio>uȐG5]kG`>h:)T% Y7lm =oCn7wESFͯ??14MfYIE`C:D4~C G'5z}>uF>1IQ+t~ѱTY`%?/n_k|d?[Ej?M]eK4k00ˤK\&"SvbqcOx2=>/w 3Cڏ^#/8ɕmC3n~#^ 1YŞikUHlaz'Hmid"7Bk|r( :Mn/aN^#ٗ-}u&ĔcO=3íqu!$ի*p<ĈPAnp;3Cb d\6&,\7v3+PL}/OX28oWDC -33g[J#x, ӥ{\8)-Mg*wYȫbc Ǒ)d2O9OBס<`&vs1mJCMSTW_h>3Md&qTY#Tt9/;`G $$>@ܜR&Qy,?(-L9Ni&*֭N0un P EJ!=.~}媽I$Ej+֚-J#]]?D#OayhۜlPT@)|tP[_YʌDIH (AY #k|[oPz922-ZD ȅɁxLUr7"ױ ,"@TLŬq 7eQ"l .lYD9o)pK{+f0,ei __FGB_ \X8B;T|A!>Gnɷ;pK.577|:,1fuGoBaK}A=4mvq"7*@"-enkviEEŞk#IemW$wAđ-b fFU2e)Lnx Ͽ'RXE; Yl5\FJ}Y,eƬ 1J?IDo2M%\GRUS7/D ж ޱ()AcvW]ߔs%i E'L[tu4Ak(*L@R6(ezb_! #*֌e4VP)2WP =݋<⧈psJ1DQx_ ˫!NLέY9~[Qn&fyv+ݗE Kcp}v5{= 2&_]*VW+e6E4I_ __M'{IR1eg >8 BV]ˬ5n~Ƴ$x\a SGtٵȖ!+`1?R\AdjyG6 p&>Ș q4~ A-2 ɾDZMipӶ1|R$ rA~OCe$!ڄ#QǨ(owAYrxȚwG>HXN$ӭZ$ 6x50A $"zdi;g;dzkzϫ"9Pp =EdۆLX)ۄ>a# m8~В>X=}yЎ3in ^BI^vRJ>#oLM:5$@< jc SӜ ggY5~bޙ2 QtP/ӈڸ6D|P/\`K$۲6.]]s3r{$.W◅U)}w4J.6NPՇ&0% !KTTL!^ӮEoM?iC*J0ys\ϑ(Fh)٣z2KƠ hr3`y7u O-SًS(s"_Y֌EђHhʊ}EV)?i?)*m_@Fړt[g ?r ){ELsbR"9PtPz%3LTl&8cY-p`[3J/{$/imIaW KTgnJ"2(k/c'`7/A׳ si }V! dg<:os^yGqUɕJPn!cPQA1ǘ:OFy;q~߇C[}Fid-E'"&oANGB#E!5R9E\HMi<lH%vZpP~5@<z@=E/|.1_PXZM[@.l& s׭[*-zy'XM>MP^\&񤒋7w96RkU̙뻂"B^? AXpXs'FFZ75zcLS*; $0hcdT)%_3b{Jc͋blI%]mCDm[F'o(2W&>w<1۶plu?v[w2g-I[~Ư?cu n.>#X: 9bTw?G~ST6w*W")Ugŵ\u2 m8cѡf=Ӹ&N~!O]'YGLC}og.=>Lm qyFRH\|Kƈ6%W!3҇Y:1ƭ;W"d JJ75I-sWWMLkf!kE]hk p[TrAO;L}v@bíZmA_y+<9qM&ßu\7I uf:X~a[Z+Gև /\Yik"LJ08WM"ަ~ņr@=ܔ)Q|_Ԩ?Yfwٚ~STs ݵ{mzqSvO7ãT& )j^+@:9NZ䀶k] f}CY h[JPQsn޻TJ_X„pU掭6xf7qw8),#*I^̚OeVl7/ػx5O5%~㬵v]WUH^hV۶}?rCD v9c5kdzxURUŦKM9Bz͆fr}Fmڵ({?@[MŽO/i=n"Q:w6ZD׿sth)~]K'@= l AEXƁ&(Fݦ ]YU͈dՓ)1ϲ6`#J oώi#`50A8ކ 9Nipxxd:@(HmM.0wSAZ"K{ 1pJ+I[Ș#0αmTy{gPOvv }J(쬌րq } ♁H#hX0W Rmlʻ?%''ѧ-lRă'9ȶRcUP,)f| tOFa:~zHBY,-'rKIK[vۇ27[̊֡[+y,OwDkOgZiOqPL^V,RjHphZ2WP.͖3CIFB 'n"6'I>[]bϻ(˜1J,݋T诇yax4f,m5NuY(!ΉLk ڷ}}~ah.dxO`rFSy=\?e0`sxo#vMMN|HKktDz{ڔtZğxM5%Wq%/\P?GЫI@r3rL0v96͒*oɎT*1Ũ,[+4sj WnO6C^{چߍ7=Hװh{·\Xd3`= $fF˔ Ҟ)ӦP7 {*B0S"Cf[e۵+` M%2s酣[mq;"=DIt3U!mxFY ouh큰$QpF1(/d O1jr'4h܃d .e/$:t)tz`Z9ۏOĸЌh9*bd^<"r~EYU-1?aUZRnq1H"4No-VB.p4 9,e.wO֥3!+U%&l߆88v=&˗<ʸ\I#Aw])bcRނ>~vzD~ "_d ΥVK i0#b=GVc8d5H҄Q93h6| ~1E8S@;c«rSd<+5tl=B/;Jyߤem<ݧ L:Q!>c-oZ#;Mcw=!-%08$C]6/&/OZKfyL։JZ&(iӉJYҵ6DjAnh3^< '_oθSH`rfni#80ı=gVg$>9nK]֫{N%;GSsixB4&R͋ _z1zvUM,Bo9'6f)؅? gcc%XUxä=D*7)AZ+ CG-w)p^g Yf*)'j TAOPAeLm|\"4 EW*l\bkؔ<BAb0i :rG JDI&:~l"}ov_jQMoshb2?'j@Af"e)-w'QtI霿cOM $ ;+X!]$s@I" P-s QkbSwۯ!QTkR+oflq " _dwQk A3gkXdU*X֭Gl !r_bxʠ ũN277<镇O?ƻ+caèVIC5N% FcUOwrCؾ\ami1 86D{B7ç3c\KՕ'iEdNl"'a/_6[sY/ I)Hs7صLɾ]';jYv<^$=,W0RnTiyEP).)3ivG(E!< E}~4Hu?9{%圤1x|UlQƼ5 y%Zؙ<_+Z캁Iھ1lk؛\H]_TtozǼG.҆_0,V[7U_Q,jׯ-9iTB()~Ɠf+rz;TgokĈ-ԭs;nɸpֿfc@w:Y艆"5(\֥Pd\eje l4ïtP26ȤuZ|^譊CqNLQf3Xj-w#&r>\kjձD BL:k^Ȃ+o1AhSDK|NZP3-LzvMY./ I;;&{~ko= 7}[JЫT' u\xf5݄8 uֳiU%tF$ @ɒn3\ Dʫ6X1v-iqspl.wJ5t_zpb4m# B&]O48)9*d)Rӓ.*Q>FZ^]zXP`>+_P ΀Mq U HsocΔظ Ex.,~&*ze+ $]~G2I9m6ܢrx(p3(4[{k=j̿TgT} (vl~lH d̈qrTk+UnI*2.INxpjRd;2SqvOEՐpZ˘԰(Cƞg^ۈ PaඁF7<'$#xȓ/>B8,X{桱49D?؉ܬ/$@j?\9&,vch7_eEdUiCPme(q +~3mc}،wWۿ'McuB'[;^(CdNc P,پ?YsX@p@;%B5Cy6!^B/6$+~NSOuO t.m\/w_Y(3=Ӥj?g?#Sl,w?^4nQ@Ez8{r%F]vhYHoKg6LT۱DP v6$K,{݇nI߉>}OԐY @ݫ&L,vQ/K'e\ F0[:uMVчR_\\epzNcO$צeI/4s]ҳO7#hP;ۦXYLs'Z 18 gAF |'M&nVD=RL;tE&u<?Z{sܗ=/+ 7[!ax`]Uzd}QhPXɿɰ-sdG ڿB)sȲ:ϼ?Q8dῷeóEwW /2tJҗv?, Zb 1Ė֚Sc(1AZ>xQ>:&eξ@_t q朐ԖKcdaP~(_ 9+I7A%U`>=}町f,-qN]35L9 N3fEcǀ0UnCmqXBj\ u-j!a7vS^k=Ἶ?GJط/Ȳ:kߡ*z@a 2a0wFJj,Vآ$Zs}r.ԜJ/nKYW]_^-zda8} ό Yw|$?ie8 DeE4/ѰV} ;\ &<=Ţl49\el |Y.nu4e2JR#EWFg5 /'s,4<\LM0oc!!CHpXy򚽋B=qfu$p`"dmLR=!hJN wUB)J)-Y@9ciWN(ltśop~_*1=Y#iiO$̠ţSUpS88ɋ=ySG|ܐZ&[QAv  fMa  G̀W8{  g.$^BwLQx=Y[BRwJĂT'Jņ $`Щ+'xTi ΩoذB͊RqMp+_nYA;{J` l;[Xqn;8:+dž1#h6䥟dg*o}]{v/nfb[d>:t#;G8|i_vߴN=*oddT".Rc&i|~kT9Mqxmq:hŵ%XevlL֍VD@+hs;^j~m eKrL@JsLV)elV c5׻^Zx.T;p_Gl̷B?!ĕJ 벷pZS: "Нv[~G&vxc5.b8-Ŝ*"cn:8%iah/KpWuqaү|H`CEdwQ' O( {k 3Gp4!$@l.5:t|l83 V+N*-I9hlDm4g<t?H+5J.XSW`e>EM Jv*4Iqeo2: p:V#X kA˕rxe*/RIהsYY6WS)vB9۾8!-$ _pkn]z`գ prHW;˨7{ ݿSM9qhLTdd ݄;BqY/R-N2l>ʲʐ>^(V.g.\ԟtG0C<:(Y``2KgӺlḈf:5-U~Eb4pzQ#[ ֏#٤~_Zpʞ{2.ߘGB> @e0_hI~͈͢gx[WGޣ_Jm $ʙU֮Ԏ1vPy(d3sQQjor{U .y'TQų5ITG7teŻTϕ$Իa^4b&9~g1BF<OgҚ=KcVYfňuZک&6'4n78OW"'~=vRVF \)s!{',iB|Lӎ &=9|7Vy|%t$㮂#u6IKX#:;Ʃ6#63 \JMK)7[ NB\(p妋 "L8|Vr:RYl>6Ǽ"?Op氨Svf J8": {  RF<6Ln>İCJ zGmpjS GVҦ̓c؍toPvרNDZFL+k{" Cpau 768p ?SNdx#ړ3F>6C,7l&!U'm >w>5;T#_`Sx:_4'<3&AUv4YH4ώxb\+ۿONAŠgi|(U4btwk9\%y6h ֋lXsg *ݛ-Ȥ w .O^nòm}\]帨J.A&}*uV ֖DLz3Gk\I;`xWHq^LABpqc:ɷカW]}ܲ@\&1)cyk9iGKL@r.JC8p0c>2ڭmxdaB}%L߃FБ$(r!2FD&f-kؔ7;OATwA/7uyㅄ&z8pܼ5ㅗr✦.ى Op/՞iK5=͂h,m}$qǕ!D} ֒ɣSA//.6Yr^,8i3K/I}e Y^o(1WJ'_(Ŝ{.6kf$U`NVe-Oaj8aLwɩv=ǐRk_B$bQx"4~Bxѫ,lsQђt 3ͪRJ~[!7ss,(QEvA+١F.< ZWAF ҡ9JfNyZM2,q+5ĬSЃ4lnx\+ K+322+Vw҆R/PvC\˪Y[>1#R2g 4,KCGW5Zg\d3 ;x&KrUyFƾcxmABfH+Tzτ ^Ea u\ SiZƖܕo z?1Nw*kݮuC'ɝ㬎ϖ&̩V"T+qh9 L1X8# d`Ν{*B `J*>-.>twt}r9CkXZ;-@(DKYWuzՅro/I THCӳ|{x5<˿ĥW9@2?9)Y|B>ء117~i&&/<p[9NTWZڟYN2-ř; L׏ .TEI74[ 7'">B׺_!HiB b£a,fqۀ]X/U-؇дg`4M-Y=<khGh46^ \Y0c=qf~#@~[82&]_*?W9JXk h"+u_!ێ=; 4ӰgǁV]B 'HjtېexTPjWE Qs1JY 8|,nO? hv F,C Ϧ ZQ퐘{6к ȵ m <{ (-$<wt5!ҶH@ -Yb쓡ecS-bl/\UTxx&p.4F(tr0e!cpkpC#$ ^kUw epy[qT|>a c"N 0⸚Vt:,O'f#&]fB^.irE+'߱4uJnm; 7=FHN*X0Wce+uOV1#'y^?;*&y^fɚ:´؈$3\JLk<ԧO®ȟݼ81_aC|ydR-PYsp R׬as^ 8==5uoN_~('hM߳Ń `3+- N9kOmj bCDҤhuhRwަ9GϤnB;&ݾ*OCS0080/=j%5$0o,g(XRT{\_/|aBS)y%qRi+Nr;.U|3Yxs 5û@`P/7ܷNCM)CܴU= о9ʠڄqfdg$KR;Z,_5KinHl<:tY>{h*6r=ǣO2:?̛gAc$DQu'wuCђ+M35ȓg~xTXB%7Y Z8o ;zڪ2l(ғ&49'*]2Q:i!)>@R4,>ߜ'uBQyX͕H%A•G"qc䰡*mbATWjI'>F`2Ev\ +j~؀ԁx{ m>_QK}(MaJw00e mˌCQuZ*΍:MD!/wo$RE$wk l>^XV*Uu>]2r>'4Si8M~a]MSNBA+j|| TCO?#Ұ^&d~1#^ƙDeL ؿ) 8 }[: %|*q _>d$G)Y%h$Jv~کOElcL`7HHaJE;+h^k4~՜r;M]ms0BFQf":o"Nb&M٤Pҧ 1' `tXKJˁ+.25Q0=""}=QP#/=ja?)PkK&+*Zi!I*]7,QH IB!kr:,4H OXG0峵Y(G e2q\uį"/M@J|d.w`2(FR*PĮu;F cV#eܞ(!:v )ic`$/^<nE8 -ZTH_K1՟Hv,h. LZbb&T߹_ H1IGR?dM+_at21 ENq3 Q29\>h&˺ ׊jo1{M_h4=Xo4Nmu6 sUϯ!sڦawd>hfV<&6AlH!WZ @;*|ZU&'Ûmm*MDF;''WņqqoHr$D!ώBO3Eu3x8 8Ѐx"!'_-2f5uVw$HDG`xRS1@ޞcǂ77l@QE'PYYYvdžf4Iw=My0{|[&ApXOccv-XR㧠N?X T<"LW,͢ C>\@eWs $VԤEɨ!d4!vPp|;aOp/"4b?, -q{x*|%#ڶQE­ qF|Y r~sXUYjowެP o`"d*旣/:Gبjq_#@~ {? Pl͛}ܔ3dTJ:v(CT/у\9A?jT쎔&A 33Xԟy|oS(&hܬx5ʚ3G; yڊOk4R9 mffBްr ^-8ojU|!8\\L}Ȉ,4>!ZZEh0RΙ\&cMA߭FQVd?: [/~cK 'tmUijP3Kע>_vU|+JEؒ}It^YZf uaP,2x]4 gnqD!_xt:<_yyUP+ImC@n@[]uj.J@. X;!Nǡvi9Mߏ!S x7ME5]E| F yЦS45"%\[i6ؕ#H׷dj0'\x>WQ鞑E M\ -Hrh1Is R5O$7B vnY54:um]?'_u4aNEVb90i="D* {o~l,ZDֆĘ)T.~>ՁY7$H q ;l%(/E?A#jNQ_&(LFߠ]՘ AZc4r0Rp8'Ӵ{mELlHI5q-5Le`<&rsàksCRSzNa;c,P'sb`ul=^LMϕYb ?<\fuBVBG1rfǭx\){_ۉii { Mи&J]À${y.X?g@ѠWfiSk2 r[ s>)=4Zb}$1hO>hԙT{ry b hT_$.Jަ_ڢYa-[[W‰"Xչ[jN՝iqz@*tp__֚>|Rƴk2~jcLqpNuJ>863D'ŵ]49$^lO-\_# 2暏URPMܙ<&!]_ILWk"@;U ԗ?U:L\R-fZ;RcqQj Y+Nӎy4Խ%*LL!*$sQ4j`(\.1WZgm3AIa!]_;A28%vx@(JW}wK>N v"M&Y2K'|nx+:K9^>[;4ڨ#1fZ!b_FP&(O3 TjVzYOl^>J԰FאF `ON.PJ\L*xTߧC?/ыxՓk<Gaf8s=~VBfO Yk㓄#(1 _o[AR~9լI˓ ˿'&{;Vsx!Iӧ CrUbJkcfd^!F ݆Aǯ6y{C3",CFo7#dM11|bdEaׁQyi衈 fdUz-|}Cmgu8 uͨ17Ml5cJFE[-]«#ۢB0w@VpܤgD9݇qMDy։~5ܝ0y5>o(HFD;]%Y͌+"0K}"RmmT?;wAh[6υ Ľ<ߨސ=ۛU;UcܝPz#8瘣j9 f@hA,۔`5 @%=0tЎ瀌fypJ]mG{$>v;R˲(>mdGyؑ(IɜƗ2S '&WIf#I|Ua.x!V+Gs.yC{5CJ-V]\Ҥ]@.~u19_A -57J:/~%8@_ߎIؓ9#D}(y ĴXS0n=![ZAU#(.0 !Li\1ƲQ$A$4"(ej"OO߭jo41M+;3C:SL$lI<;''JBغ䆹'OO]Ց(dVju|$K`#>LIl#^Z0P2'R0bɾ >Ruڥmh ~֫#%T0@_ޒ4 03/ ~"z #FVW%`Cj!Z8^ 6߭"zz_ ޔƪ @u6nDG{1HW5QҔU-O܏II LI,0u ]>VUg[1\-SQ8Z%eV(ⰧT,g%B[3av3?X +?ݿ [3mT4GYQ&yӈDkVE|z넢Ph(G$&{$V(sܴxݖ9txŴ{Gg  IP9x@TI+!; r샺w-NaGUۭ9~ք>;T;AMQd:gޠ,H:HE۝)oD^h}˷w,a?<2SJ`&dEt?r ,WGL-3N\;8652[ge|OiBj.TZs<.&a[v85!e+Ql~Ș& 7p/EG~I.e@UdM/>YėAYy Bg9SC!3(q;fVNJG 3zh΢5msֻc_ې+] )d{pKLIbMbhe#KIӞu{peddZcd2ADG`eC|RK W ;y57y};S"64t52 H^8NXY@,h3=(6渺+Q+6Ve; 0C,dHiEjZ73PQd Ct;-ZF?ꯄ硏:l^{vM8n)i//%0s׮ ;O &uɜ8ҳ #=;zWwxc+UW(Ezq\f'C kfI3.UZtc]k\R.s<BqmMzHn< Oᰲm_a)d2<Ȱh*R61a,Iװ3*-ӱ-‚#һ+؏ʛQ[7tc9 $sUgW-xEJ-d1j|vU,,7!IόYO"??/'{ zZchS)#a¶T "A?%6HvO:lh&)fg1eݜj8ɛѿ]E$rs9Z2RX ` XMxm6?8ZS LC<ӄzWp~=;y~q*'%S`v;Rvwxbt\ 7݂z͇*oKhRɲ gM%}勥}Z9B^3@!6WwPJ@oT *k 3^Z$uwƇIu/tCqѹ A!-f047ݾtzVaP H0#OƌR -XǑ:ԥE2~i=M8=$91pQEV[E:Co,*XD&>`:le+F91!7A*gF,D;vb*,jW2O[ZqZHn.0T?x(ڿ*@iv UOvW 9~Wy* NE:w%1Ԝ.Fr}cipD[+:hڪ 1@n$n'K. =MjF>gRrz0A鶵 [:Zy#!m#/L|~Xo=4]qوtY=Y:-] 9CcnO }UЅǦ);e3Rs6jQP49]# q}rJ\ܷYHX8Uz8 t&acu8pg'-}Nundt\M3^gŬWTxSЇ *%F:f&(R)E7bPT(m_9<+\LYӚp@u۪I"SޔwtmT*lڴA 8, g׽#0Rw䓴 {aXmѽRίcqZm{&db%'}[##H^mJ>.xH%mW$ ?,XIrz- }G+ wOiSYW&]o0)(. ͇ }YR\(̟՚X/-Ey1 iY-N=m}1K޶SCv%d lѢ*V9^csV޿E*S|;’(ʚm XIIsePɞ{\҆zfMLLzi+Ԧ<Oo˟t'#WFr"ͲbZ|F%_:ҨdsFZX?^,ͮt,wT;, oS O7_ P Mq3ðKrI;WHDo!L ؛nO޺Ȳ) z)Z?>lW8$'@ҕ6&it8!0(QK\k܋FfAl?5(q07g:p;⪱lOe] A]jB0/ދ3bKa2-5 )Ҕ .m ɖp|ɫݧroF.JqY.60@QWn2ёgƲ|&CCnGe4Aʽ+S%${>>%36$s?IzΈUR)> {ߵcBI3ާ83]Q0AzxQ(ֳۦ%q ej*KB4?$3˼:OXc2j3FEI%~./*`o; X aǼMzL}#zodb5QfYT)K5:E5*q,P{*wl,ޅyeYy Hg['`+bY]{stpCFˆ }85_XӔ7DEJ Tr8l&luFg7[ j&a,AS(znÒ1ˆNی(UB_;^AaGWgsIHQ86`jmwx~TJfiKw@ M|4tY' k|w{E$8c ii|3USfC-p}W JOnX唵FVko/O`t Gњ ^`Xj8sښI:bj77MW7U@ :1.x$Sk'à}ꖏ3x ʙj3KE$lQ*Ej™lkDpy{⪉i+wnm|Sn93|%k]W=$ݾܗ \JV0I}O:ɽ/L #um׼(z!?<\.B]J|h6)'Y[8)@9_!C:v˺ DRqđ{5o*{ضb?o\ĤB܍q&l hGn'/E!=9{TDj]|"HTZ jgx<=FDR&ict! 1Ѹ-*EB %}^uCM\O Z[&"gȿ;fqP^ʮA7隓,eq#+WAG 㮑sZj^-$o,/1\`H܇,8E=hR4#ekiG3h6lj芞pmXPMxEy mm;HrgDQ@nƾ:~;t/;-=ueI]$y:^!|›H,D(`9H&k12^<|KѢ,H>brv3|'Ư}p䑆$Y5.m~_H>D2v7TAQY!ڈ]Nz ^s:rEw\I:_A-Eљ__h1 zV7L,?*S5 DĿаJTzN6m 6F}`BNG hz7] :}_T6M>3?5zd7UzlݵeKFe@]3a´"'yr BBsiZ5v ^[X_Sxgb!IyHP3'o;K+1EE_G{֒fp[@5-ţ},dCFA^^''SռBpoo W2`)3Ydnž 8ZͰ$'*aj•4[jVyk)7_Ԇ织lgga-BR,xU4o-i%;,m1 jCKX 8?İ'blJΞ%wU!Cg4 Kv]\ZS@LGI!r r"Z+?ʺ@Ւ񋄠x?=}+ Ia>ٖY' 2N*Ex˓+ uO<<>k :idԬ j#`Iv@0.ajܾ*V ug u9M X0+wܔO "ivVYwD){ p H3v+M6 iԸ_%{Ԕ)]DX15@2U"m$OIt"J7l( $Xڽ6iSE|£FMwHL!>cI1m ` >}f<K5mh6*8ҙdD#Ye˃ ,8@$I6e5pQ䔞D=\vJ8>5ZqOL8SJ|1U#@Cj'APXzҹ4v+,I8Fґ*9,)닇}ܜB])zCf9LykrƙtVE&I1+ Ï'U 8~Y, Aǫj+Zj=]c?VXwPb|56 !WĄRsQh.@ⰱWoY6 z~4X2%*C>֛i6+nSͧ*YywdҢwkO{Ow@E. ,A9} nӧ%nl~idBK|ʜYNyw=.= |fL Nv唌5? y I"O6g ]ۛTE@?{эCf k '١3Ay+CñSﱔiK3|-@4>WiVQAxE3P•00:6,KߩfGۣ2=bAxCƨ#"-bcFVƪ|p2Ig8ZiOy^H赚/=د."KR54ҐL:\,fgݺ# c-Y66G0+Ԯ[s6:m|Y}mX2"Z8Gxxo,Wy&,_s@I h@NEƁ)*Pqt^67M:&*?wF6_3X5'nUrs cueOɾ= )/(Oj@bXm<^5isܟy.18I_ႜ?Q]#!#NN3,o&#]< BY+M6B3  E=C}hJw\e"Ԭ>P+1&sICoNYhul-M.->~rAADYL1o,2B!vӮIz TD9s6QecTQBJ.S<-J@9&a Ah|-,>XIm蓮f3pI71Yj ELݣS|D-TPp7i.V!ί@luHmqCD?#}V\p~hJ'kZP銈DtZA6|}FPi;qމ}Qǃ|/TcufӋ`$\4cAi3tzmė O-uik 2I@4"4'Z3WT_i5D#fGebRQYrˉrFg$x1"KCx