weechat-ruby-3.4.1-bp154.1.28 >  A b|U}!M@eeeȣꎕG , IT]\F .rnH3}qvs./}`hY|nn,Ua/Z7C^Z5j[DWT",/!֬["ռrYJK+])`2Ll#2ф<0V5`w.ڊdHwI-CLiAmt*u7/3 Op009f61b2a054e9730c9629699267d3a517e2dcf39ce1be28956e3f64665b842d9d7b7f6b718c867242dd64d080d7bf7151b7e06bĉb|U}!M@eeeCb9ѐUD)Op>?d  C (4 : @ L   ,Pp&(K8T+9+:x+FFG`HlIxX|Y\]^b$cd6e;f>l@uTv`wx$y0z<LPVCweechat-ruby3.4.1bp154.1.28Ruby Scripting Support for weechatSupport for weechat scripts written in the Ruby language.b|U\obs-power8-02SUSE Linux Enterprise 15 SP4openSUSEGPL-3.0-or-laterhttps://bugs.opensuse.orgProductivity/Networking/IRChttps://weechat.orglinuxppc64le MA큤b|UXb|U\b.M44be55f94a5895f03983d3e68602751da4f88de9318b3509a3c3a7f96edfe56d3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986rootrootrootrootrootrootweechat-3.4.1-bp154.1.28.src.rpmweechat-rubyweechat-ruby(ppc-64)@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libruby2.5.so.2.5()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)weechat3.0.4-14.6.0-14.0-15.2-13.4.14.14.3b/.@bOap@aj``D@`>_@_@^^Nt^J@^4]{]m@]m@\s[@[ @[M@Z@Z@Z;@YYOY@XEX{d@WW_W8dVVŲ@V@VGU{@U@UTT@T@T@TmAndreas Stieger Christophe Giboudeaux Dirk Müller Dirk Müller Maximilian Trummer Maximilian Trummer Dirk Müller Maximilian Trummer Maximilian Trummer Maximilian Trummer Maximilian Trummer Ondřej Súkup Maximilian Trummer Maximilian Trummer Adriaan Struys Adriaan Struys Ondřej Súkup jbrielmaier@suse.deOndřej Súkup mimi.vx@gmail.comjengelh@inai.demimi.vx@gmail.commimi.vx@gmail.comtchvatal@suse.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.combwiedemann@suse.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.com- update to 3.4.1: * core: set again TLS verification functions after options weechat.network.gnutls_ca_system and weechat.network.gnutls_ca_user are changed (boo#1197083)- Add upstream patch: * 0001-ruby-add-detection-of-Ruby-3.1.patch- update to 3.4: * core: add support of static arrays in hdata * core: add command /toggle * api: add parameters pointers, extra_vars and options in function hdata_search * api: add user variables in evaluation of expressions with "define:name,value" * api: add IRC message parameters "param1" to "paramN" and "num_params" in output of irc_message_parse * irc: allow quotes around IRC message in command /server fakerecv * trigger: hide key and password in command "/msg nickserv setpass nick key password" * trigger: add support of option "-server" when hiding passwords in command /msg nickserv register * core: fix memory leak in evaluated expression "split:number,seps,flags,xxx" when multiple "strip_items" are given * core: fix random integer number with large range in evaluation of expressions on GNU/Hurd * core: fix access to integer/long/time arrays in hdata * api: fix search of option when the section is not given in functions config_search_option and config_search_section_option * irc: fix join of channels with long name (issue #1717) * irc: fix parsing of parameters in all IRC messages (issue #1666) * irc: fix parsing of CAP message when there is no prefix (issue #1707) * irc: fix parsing of TAGMSG message when there is a colon before the channel * doc: remove tester's guide * doc: add dark theme (automatic, following browser/desktop settings) * doc: make build reproducible * doc: disable web fonts * doc: switch from prettify to pygments for syntax highlighting * core: add build with CMake and Ninja in CI- update to 3.3: * core: change key kbd:[Alt+h] to kbd:[Alt+h], kbd:[Alt+c] * core: add options "hotlist_remove_buffer", "hotlist_restore_buffer" and "hotlist_restore_all" * core: add option "certs" in command /debug * core: add options "-o", "-ol", "-i" and "-il" in command "/plugin list" * api: add split of string and shell arguments in evaluation of expressions with "split:number,seps,flags,xxx" and "split_shell:number,xxx" * api: add `${re:repl_index}` to get the index of replacement in function string_eval_expression * api: add random integer number in evaluation of expressions with "random:min,max" * api: add function string_cut * api: add function file_copy * api: remember insertion order in hashtables * api: add keys/values with tags in output of irc_message_parse_to_hashtable * irc: add option "-parted" in command /allchan * irc: allow signals "irc_raw_in" and "irc_in" to eat messages * irc: implement IRCv3.2 SASL authentication, add command /auth, reconnect by default to the server in case of SASL authentication failure * irc: add support of capability "message-tags" and TAGMSG messages * irc: enable all capabilities by default (if supported by server and WeeChat), change default value of option irc.server_default.capabilities to "*" * irc: add options irc.look.display_account_message and irc.look.display_extended_join * irc: add command /setname, add support of message and capability "setname" * irc: always set realname in nicks even when extended-join capability is not enabled * irc: add support of FAIL/WARN/NOTE messages * irc: drop support of DH-BLOWFISH and DH-AES SASL mechanisms * typing: new plugin "typing": display users currently writing messages on IRC channel/private buffers * core: fix decoding of attributes in basic ANSI colors * api: fix function string_match with joker in the string if multiple words matched in input string * irc: fix send of empty JOIN when connecting to a server with only parted channels * irc: fix SASL authentication when AUTHENTICATE message is received with a server name * irc: remove unneeded message about Diffie-Hellman shared secret exchange during SSL connection to server * irc: escape/unescape IRC message tags values * irc: set notify level to "private" for received WALLOPS * script: fix move of installed script on another filesystem * core: switch to PHP 8.0 in CI * core: add build on macOS in CI * core: fix build on macOS (issue #1662) * lua: add detection of Lua 5.4 * php: add support of PHP 8.0 and 8.1 (issue #1599, issue #1668)- update to 3.2 - main changes: * use XDG directories by default (config, data, cache, runtime) * add support of IRC SASL mechanisms SCRAM-SHA-1, SCRAM-SHA-256 and SCRAM-SHA-512 * automatically load system certificates without giving a hardcoded path to the file with certificates * add options to customize commands executed on system signals received (SIGHUP, SIGQUIT, SIGTERM, SIGUSR1, SIGUSR2) * add bar item "tls_version" and buflist format * add signals "cursor_start" and "cursor_end" * add function crypto_hmac in API * add translated string in evaluation of expressions with "translate:xxx" * add info "weechat_daemon" * add Python stub for WeeChat API * add variables "${tg_shell_argc}" and "${tg_shell_argvN}" in command trigger evaluated strings * many bugs fixed. - for all changes, please visit: https://weechat.org/files/changelog/ChangeLog-3.2.html- update to 3.1 - New features * core: add options weechat.look.hotlist_update_on_buffer_switch and weechat.look.read_marker_update_on_buffer_switch (issue #992, issue #993) * core: add option sec.crypt.passphrase_command to read passphrase from an external program on startup, remove option sec.crypt.passphrase_file (issue #141) * core: improve debug in command /eval: display more verbose debug with two "-d", add indentation and colors * core: add options "setvar" and "delvar" in command /buffer, rename option "localvar" to "listvar" * core: add buffer local variable "completion_default_template" (evaluated) to override the value of option "weechat.completion.default_template" (issue #1600) * core: add option "recreate" in command /filter * core: add raw string in evaluation of expressions with "raw:xxx" (issue #1611) * core: add evaluation of conditions in evaluation of expressions with "eval_cond:xxx" (issue #1582) * api: add info_hashtable "secured_data" * irc: add info "irc_is_message_ignored" * irc: add server option "default_chantypes", used when the server does not send them in message 005 (issue #1610) * trigger: add variable "${tg_trigger_name}" in command trigger evaluated strings (issue #1580) - Bug fixes * core: fix quoted line in cursor mode (issue #1602) * core: fix wrong size of the new window after vertical split (issue #1612) * core: do not remove quotes in arguments of command /eval as they can be part of the evaluated expression/condition (issue #1601) * core: display an error when the buffer is not found with command /command -buffer * buflist: add option buflist.look.use_items to speed up display of buflist (issue #1613) * irc: add bar item "irc_nick_prefix" * irc: fix separator between nick and host in bar item "irc_nick_host" * irc: fix completion of commands /halfop and /dehalfop - Documentation * do not build weechat-headless man page if headless binary is disabled (issue #1607)- update to 3.0.1: * exec: fix search of command by identifier * spell: fix refresh of bar item "spell_suggest" when the input becomes empty (issue #1586) * spell: fix crash with IRC color codes in command line (issue #1589)- update to 3.0 - New features * api: add optional list of colors in infos "nick_color" and "nick_color_name" (issue #1565) * api: add argument "bytes" in function string_dyn_concat * api: add function string_color_code_size (issue #1547) * exec: add option "-oerr" to send stderr to buffer (now disabled by default) (issue #1566) * fset: add option fset.look.auto_refresh (issue #1553) * irc: add pointer to irc_nick in focus of bar item "buffer_nicklist" (issue #1535, issue #1538) * irc: allow to send text on buffers with commands /allchan, /allpv and /allserv * irc: evaluate command executed by commands /allchan, /allpv and /allserv (issue #1536) * script: add option script.scripts.download_enabled (issue #1548) * trigger: add variable "tg_argc" in data set by command trigger (issue #1576) * trigger: add variable "tg_trigger_name" in data set by all triggers (issue #1567, issue #1568) - Bug fixes * core: set "notify_level" to 3 if there is a highlight in the line (issue #1529) * core: do not add line with highlight and tag "notify_none" to hotlist (issue #1529) * irc: remove SASL timeout message displayed by error after successful SASL authentication (issue #1515) * irc: send all channels in a single JOIN command when reconnecting to the server (issue #1551) * script: do not automatically download list of scripts on startup if the file is too old (issue #1548) * spell: properly skip WeeChat and IRC color codes when checking words in input (issue #1547) * trigger: fix recursive calls to triggers using regex (issue #1546) * trigger: add ${tg_tags} !!- ,notify_none, in conditions of default trigger "beep" (issue #1529) - Tests * core: add tests on GUI line functions - Build * core: disable debug by default in autotools build * tests: fix compilation with CppUTest ≥ 4.0- new .desktop file from weechat sources - update to 2.9 - New features * core: add bar option "color_bg_inactive": color for window bars in inactive window (issue #732) * core: add Alacritty title escape sequence support (issue #1517) * core: display notify level for current buffer with command /buffer notify (issue #1505) * core: count only visible nicks in bar item "buffer_nicklist_count", add bar items "buffer_nicklist_count_groups" and "buffer_nicklist_count_all" (issue #1506) * core: set default size for input bar to 0 (automatic) (issue #1498) * core: add default key Alt+Enter to insert a newline (issue #1498) * core: add flag "input_multiline" in buffer (issue #984, issue #1063) * core: add a scalable WeeChat logo (SVG) (issue #1454, issue #1456) * core: add base 16/32/64 encoding/decoding in evaluation of expressions with "base_encode:base,xxx" and "base_decode:base,xxx" * core: add case sensitive wildcard matching comparison operator (==* and !!*) and case sensitive/insensitive include comparison operators (==-, !!-, =-, !-) in evaluation of expressions * core: add default key Alt+Shift+N to toggle nicklist bar * core: add command line option "--stdout" in weechat-headless binary to log to stdout rather than ~/.weechat/weechat.log (issue #1475, issue #1477) * core: reload configuration files on SIGHUP (issue #1476) * api: add pointer "_bar_window" in hashtable sent to hook focus callback (issue #1450) * api: add info_hashtable "focus_info" (issue #1245, issue #1257) * api: rename function hook_completion_get_string to completion_get_string and hook_completion_list_add to completion_list_add * api: add functions completion_new, completion_search and completion_free * api: add hdata "completion_word" * buflist: add default key Alt+Shift+B to toggle buflist * buflist: add options enable/disable/toggle in command /buflist * buflist: evaluate option buflist.look.sort so that sort can be customized for each of the three buflist bar items (issue #1465) * irc: add support of UTF8MAPPING (issue #1528) * irc: display account messages in buffers (issue #1250) * python: add WeeChat sharedir python directory to PYTHONPATH (issue #1537) * relay: increase default limits for IRC backlog options * relay: add command "handshake" in weechat relay protocol and nonce to prevent replay attacks, add options relay.network.password_hash_algo, relay.network.password_hash_iterations, relay.network.nonce_size (issue #1474) * relay: add command "completion" in weechat relay protocol to perform a completion on a string at a given position (issue #1484) * relay: add option relay.network.auth_timeout * relay: update default colors for client status * relay: add status "waiting_auth" in irc and weechat protocols (issue #1358) * trigger: evaluate arguments of command when the trigger is created (issue #1472) - Bug fixes * core: fix command /window scroll_beyond_end when buffer has fewer lines than chat height (issue #1509) * core: force buffer property "time_for_each_line" to 0 for buffers with free content (issue #1485) * core: don’t collapse consecutive newlines in lines displayed before the first buffer is created * core: don’t remove consecutive newlines when pasting text (issue #1500) * core: don’t collapse consecutive newlines in bar content (issue #1500) * core: fix WEECHAT_SHAREDIR with CMake build (issue #1461) * core: fix memory leak in calculation of expression on FreeBSD (issue #1469) * core: fix resize of a bar when its size is 0 (automatic) (issue #1470) * api: fix use of pointer after free in function key_unbind * api: replace plugin and buffer name by buffer pointer in argument "modifier_data" sent to weechat_print modifier callback (issue #42) * buflist: add "window" pointer in bar item evaluation only if it’s not NULL (if bar type is "window") * exec: fix use of same task id for different tasks (issue #1491) * fifo: fix errors when writing in the FIFO pipe (issue #713) * guile: enable again /guile eval (issue #1514) * irc: use new default chantypes "#&" when the server does not send it * irc: add support of optional server in info "irc_is_nick", fix check of nick using UTF8MAPPING isupport value (issue #1528) * irc: fix add of ignore with flags in regex, display full ignore mask in list of ignores (issue #1518) * irc: do not remove spaces at the end of users messages received (issue #1513) * irc: fix realname delimiter color in WHO/WHOX response (issue #1497) * irc: reuse a buffer with wrong type "channel" when a private message is received (issue #869) * python: fix crash when invalid UTF-8 string is in a WeeChat hashtable converted to a Python dict (issue #1463) * relay: add missing field "notify_level" in message "_buffer_line_added" (issue #1529) * relay: fix slow send of data to clients when SSL is enabled * trigger: only return trigger’s return code when condition evaluates to true (issue #592) * trigger: fix truncated trigger command with commands /trigger input|output|recreate * trigger: do not hide values of options with /set command in cmd_pass trigger - Documentation * add includes directory * merge 53 auto-generated files into 11 files * fix broken literal blocks in Japanese docs with Firefox (issue #1466) - Tests * core: add CI with GitHub Actions, move codecov.io upload to GitHub Actions * core: switch to Ubuntu Bionic on Travis CI, use pylint3 to lint Python scripts * core: run tests on plugins only if the plugins are enabled and compiled * irc: add tests on IRC color and channel functions - Build * javascript: disable build by default and remove Debian packaging of JavaScript plugin (issue #360) * core: make GnuTLS a required dependency * core: fix build with CMake 3.17.0 * core: fix build with cygport on Cygwin- update to 2.8 - New features * core: add variable "old_full_name" in buffer, set during buffer renaming (issue #1428) * core: add debug option "-d" in command /eval (issue #1434) * api: add functions crypto_hash and crypto_hash_pbkdf2 * api: add info "auto_connect" (issue #1453) * api: add info "weechat_headless" (issue #1433) * buflist: add pointer "window" in bar item evaluation * irc: add support of fake servers (no I/O, for testing purposes) * relay: accept hash of password in init command of weechat protocol with option "password_hash" (PBKDF2, SHA256, SHA512) * relay: reject client with weechat protocol if password or totp is received in init command but not set in WeeChat (issue #1435) - Bug fixes * core: fix memory leak in completion * core: flush stdout/stderr before forking in hook_process function (issue #1441) * core: fix evaluation of condition with nested "if" (issue #1434) * irc: split AUTHENTICATE message in 400-byte chunks (issue #1459) * irc: copy temporary server flag in command /server copy * irc: add nick changes in the hotlist (except self nick change) * irc: case-insensitive comparison on incoming CTCP command, force upper case on CTCP replies (issue #1439) * irc: fix memory leak when the channel topic is changed * logger: fix crash when logging is disabled on a buffer and the log file was deleted in the meanwhile, when option logger.file.info_lines is on (issue #1444) * php: fix crash when loading script with PHP 7.4 (issue #1452) * relay: update buffers synchronization when buffers are renamed (issue #1428) * script: fix memory leak in read of script repository file if it has invalid content * script: fix unexpected display of scripts list in buffer with command /script list -i * xfer: send signal "xfer_ended" after the received file has been renamed (issue #1438) - Tests * scripts: fix generation of test scripts with Python 3.8 * unit: add tests on IRC protocol functions and callbacks * unit: add tests on function secure_derive_key * unit: add tests on functions util_get_time_diff and util_file_get_content - Build * core: fix Cygwin build * guile: add detection of Guile 3.0.0 (issue #1442) * irc: fix build with GnuTLS < 3.1.0 (issue #1431) * php: add detection of PHP 7.4 * ruby: add detection of Ruby 2.7 (issue #1455)- update to 2.7.1 - Bug fixes * irc: fix crash when receiving a malformed message 352 (who) * irc: fix crash when a new message 005 is received with longer nick prefixes * irc: fix crash when receiving a malformed message 324 (channel mode) (CVE-2020-8955) - removed CVE-2020-8955.patch: fixed upstream- fix boo#1163889 - CVE-2020-8955 , add patch CVE-2020-8955.patch- update to 2.7 - New features * core: add option weechat.look.nick_color_hash_salt to shuffle nick colors (issue #635) * core: add different icons sizes (16x16 to 512x512) (issue #1347) * core: add file weechat.desktop * core: add reverse of string for screen in evaluation of expressions with "revscr:" * core: add length of string (number of chars and on screen) in evaluation of expressions with "length:xxx" and "lengthscr:xxx" * core: add calculation of expression in evaluation of expressions with "calc:xxx" (issue #997) * core: add optional default path (evaluated) in completion "filename" * core: add support of modifiers in evaluation of expressions with "modifier:name,data,string" * api: add modifier "color_encode_ansi" (issue #528) * api: add modifier "eval_path_home" * irc: add filters on raw buffer (issue #1000) * irc: add option irc.look.display_pv_warning_address to display a warning in private buffer if the remote nick address has changed (issue #892) * irc: add server option "ssl_password" (issue #115, issue #1416) * irc: add "user" in output of irc_message_parse (issue #136) * irc: add options irc.color.message_kick and irc.color.reason_kick (issue #683, issue #684) * logger: add option logger.file.color_lines (issue #528, issue #621) * script: add options "-ol" and "-il" in command "/script list" to send translated string with list of scripts loaded, display "No scripts loaded" if no scripts are loaded * xfer: add option xfer.file.download_temporary_suffix with default value ".part" (issue #1237) - Bug fixes * core: set buffer name, short name and title only if the value has changed * core: fix scrolling up in bare mode when switched to bare mode at the top of the buffer (issue #899, issue #978) * core: optimize load of configuration files * core: fix window separators not respecting window splits (issue #630) * core: fix cursor mode info when prefix_align is none and with words split across lines (issue #610, issue #617, issue #619) * core: add support of reverse video in ANSI color codes * core: fixed segfault during excessive evaluation in function string_repeat (issue #1400) * buflist: fix extra spaces between buffers when conditions are used to hide buffers (regression introduced in version 2.6) (issue #1403) * irc: do not automatically open a channel with name "0" (issue #1429) * irc: remove option irc.network.channel_encode, add server option "charset_message" to control which part of the IRC message is decoded/encoded to the target charset (issue #832) * irc: use path from option xfer.file.upload_path to complete filename in command "/dcc send" (issue #60) * logger: fix write in log file if it has been deleted or renamed (issue #123) * python: send "bytes" instead of "str" to callbacks in Python 3 when the string is not UTF-8 valid (issue #1389) * relay: send message "_buffer_title_changed" to clients only when the title is changed * xfer: fix memory leak when a xfer is freed and when the plugin is unloaded - Tests * unit: add tests on GUI color functions - Build * core: fix build on Haiku (issue #1420) * core: fix build on Alpine * core: remove file FindTCL.cmake * core: display an error on missing dependency in CMake (issue #916, issue #956) * debian: disable Javascript plugin on Debian Sid and Ubuntu Eoan * debian: build with Guile 2.2 * guile: add support of Guile 2.2, disable /guile eval (issue #1098) * python: add detection of Python 3.8- update to 2.6 * use Python 3 by default * add support of 32767 color pairs * add option "close" in command /window * add infos "term_colors" and "term_color_pairs" * add infolist "buflist" with list of buffer pointers * evaluate option exec.command.shell, change default value to "${env:SHELL}" * add filters "h=xxx" and "he=xxx" to filter options by description in fset buffer (translated or in English) * make command char optional in server option "command" * remove default aliases /ame and /amsg * many bugs fixed.- add obsolete for weechat-aspell- update to 2.5 * the "aspell" plugin has been renamed to "spell", a more generic term, because it supports aspell and also enchant * add support of UNIX socket * fix memory leaks * more bugfixes and new options - change subpackage 'weechat-aspell' to 'weechat-spell' to reflect plugin namechange- update to 2.4 * add command line option "-t" (or "--temp-dir") * add support of Time-based One-Time Password (TOTP) * add option exec.command.shell to customize the shell used with /exec -sh * add support of close frame in websocket connection- remove guile bindings as they are not compatible with guile-2.2 Upstream work for guile-2.2: https://github.com/weechat/weechat/issues/1098 part of boo#1117121 - obsoletes weechat-guile- update to version 2.3 * add hook "line" * add option "-P" (or "--plugins") to customize the plugins to load at startup * allow multiple options "-r" ("--run-command") in command line arguments * allow allow partial buffer name and multiple arguments in command /buffer close * allow specifying buffer number/name for /buffer localvar * allow creation of temporary variables with the regex in trigger plugin * add real IP in client description in relay plugin * add repeat of string in evaluation of expressions with "repeat:count,string" * many bugs fixed.- update to 2.2 * add support of list options in curl * allow merge of buffers by name in command /buffer * add reverse of string in evaluation of expressions with "rev:" * add indexed ban list and completion for /unban and /unquiet (IRC plugin) * add support for IRCv3.2 Client Capability Negotiation * add support for IRCv3.2 invite-notify * add support for IRCv3.2 chghost, add options irc.look.smart_filter_chghost and irc.color.message_chghost * add option xfer.network.send_ack * add support of Python 3.7 * fix memory leaks scripting plugins * many bugs fixed.- Ensure neutrality of description. - Use -exec over xargs.- update to 2.1 - build python plugin against python3 * core: add binary weechat-headless to run WeeChat without interface, with optional daemon mode (command line option "--daemon") * core: add options "-newbuffer", "-free" and "-switch" in command /print * core: add option "-y" in command /print, add support of buffers with free content * core: add option "add" in command /buffer * core: add option weechat.completion.partial_completion_templates to force partial completion on specific templates * api: add hashtable with variables in plugin structure * irc: add server option "split_msg_max_length" * logger: add option logger.file.fsync * logger: add option logger.look.backlog_conditions) * scripts: add configuration file for each script plugin * scripts: add "eval" option in script commands and info "xxx_eval" * scripts: add infos "xxx_interpreter" and "xxx_version" in script plugins * scripts: add option "version" in script commands * api: add time in info "date" (WeeChat compilation date/time) * irc: allow ${irc_server.xxx} and ${server} in server evaluated options * script: change default value of option script.look.sort from "p,n" to "i,p,n" * scripts: display the script name in stdout/stderr output from scripts * core: fix regression on execution of hook_print callbacks- update to 2.0.1 * python: fix arguments status/gnutls_rc/sock in hook_connect() callback * python: fix argument fd in hook_fd() callback * core: add flag "input_get_empty" in buffer * core: add signals "buffer_filters_enabled" and "buffer_filters_disabled" * core: support loading of plugins from path in environment variable "WEECHAT_EXTRA_LIBDIR" * alias: add infolist "alias_default" (list of default aliases) * buflist: add two new bar items ("buflist2" and "buflist3") using the same format configuration options * buflist: add option buflist.look.add_newline * fset: new plugin "fset" (fast set of WeeChat and plugins options) * core: make value optional in command /buffer set * core: allow floating point and hexadecimal numbers in comparison of evaluated values * core: add option weechat.look.save_config_with_fsync * api: add support of prefix "quiet:" in function key_unbind() to quietly remove keys * api: add argument "recurse_subdirs" in function exec_on_files() * script: add local variable "filter" in the script buffer * core: do not change the chat prefix size when a filtered line is added * core: fix display of nicks in nicklist when they are in a group with sub-groups * core, plugins: check return code of strftime function * core: fix cast of time_t (to "long long" instead of "long") * core: call the config hook when options are renamed or removed * api: change type of arguments status/gnutls_rc/sock in hook_connect() callback from string to integer (in scripts) * api: change type of argument fd in hook_fd() callback from string to integer (in scripts) * buflist: remove recursive evaluation of extra variables * guile: return integer (0/1) instead of boolean in API functions * guile: fix return value of static strings in API functions * irc: do not clear nicklist when joining an already joined channel if the option irc.look.buffer_open_before_join is on * irc: fix CTCP PING reply when the option irc.ctcp.ping is set to non-empty value * lua: fix boolean return value (as integer) in API functions * relay: fix parsing of CAP command without arguments in irc protocol, send ACK only if all capabilities received are OK and NAK otherwise * core: fix build with ncurses and separate tinfo- Version update to 1.9.1: * Security update to fix CVE-2017-14727 bsc#1060140- update to 1.9 * improve speed of nicklist bar item callback * add auto scroll of buflist bar with new option buflist.look.auto_scroll * add option buflist.format.name * add variables ${format_name}, ${current_buffer} and ${merged}@@ in buflist * display a warning in buflist when the script buffers.pl is loaded * add server/channel pointers in trigger IRC callbacks * add API functions config_option_get_string and hdata_compare * fix bind of Space key * many bugs fixed. * buflist.format.name * buflist.look.auto_scroll * F1/F2: scroll buflist bar- update to 1.8 * add option weechat.completion.nick_case_sensitive * add wilcard matching operator, cut of string and ternary operator in evaluation of expressions * add resize of window parents with /window resize [h/v]size * add plugin "buflist" (bar with list of buffers) * add arraylist and dynamic string functions in API * add option "open" in command /server * add signal "irc_server_lag_changed" and store the lag in the server buffer (local variable) * add aspell options to control delimiters in suggestions * add option "-include" in commands /allchan, /allpv and /allserv * many bugs fixed.- Update to version 1.7.1 * irc: fix parsing of DCC filename CVE-2017-8073 (boo#1036467)- Update to version 1.7 * New features + core: add option weechat.look.align_multiline_words + core: add optional command prefix in completion templates "commands", "plugins_commands" and "weechat_commands" + core: add optional arguments in completion template, sent to the callback + core: add option "time" in command /debug + api: add info "uptime" (WeeChat uptime) + api: add info "pid" (WeeChat PID) + fifo: add file fifo.conf and option fifo.file.path to customize FIFO pipe path/filename + irc: add server option "usermode" + irc: add tag "self_msg" on self messages * Improvements + core, xfer: display more information on fork errors + core: add a slash before commands completed in arguments of /command, /debug time, /key bind, /key bindctxt, /mute, /repeat, /wait + core: add a warning in header of configuration files to not edit by hand + alias: add a slash before commands completed in arguments of /alias + exec: add option "-oc" in command /exec to execute commands in process output, don’t execute commands by default with "-o" + irc: evaluate content of server option "ssl_fingerprint" + irc: change default value of option irc.network.lag_reconnect from 0 to 300 + trigger: do not hide email in command "/msg nickserv register password email" * Bug fixes + core: fix deadlock when quitting after a signal SIGHUP/SIGQUIT/SIGTERM is received + core: fix display of empty lines in search mode + api: fix crash in function string_expand_home() when the HOME environment variable is not set + exec: fix memory leak in display of process output + irc: fix option "-temp" in command /server + irc: fix close of server channels which are waiting for the JOIN when the server buffer is closed + irc: fix buffer switching on manual join for forwarded channels + irc: add missing tags on CTCP message sent + lua: fix integers returned in Lua >= 5.3 + relay: make HTTP headers case-insensitive for WebSocket connections + relay: set status to "authentication failed" and close immediately connection in case of authentication failure in weechat and irc protocols + script: reload a script after upgrade only if it was loaded, set autoload only if the script was auto-loaded- update to version 1.6 - removed weechat-doc subpackage, ( BuildRequires dep missing ) * New features: + core: add optional argument "lowest", "highest" or level mask in command /input hotlist_clear + core: add option "cycle" in command /buffer + api: add "extra" argument to evaluate extra variables in function string_eval_expression() + relay: add option relay.network.allow_empty_password + trigger: add support for one-time triggers Improvements + core, irc, xfer: display more information in memory allocation errors + api: remove functions printf_date() and printf_tags() + irc: rename server options "default_msg_{kick|part|quit}" to "msg_{kick|part|quit}", evaluate them + relay: allow escape of comma in command "init" (weechat protocol) Bug fixes + core, irc, xfer: refresh domain name and name server addresses before connection to servers (fix connection to servers after suspend mode) + api: fix return of function string_match() when there are multiple masks in the string + api: fix crash in function network_connect_to() if address is NULL + api: fix connection to servers with hook_connect() on Windows 10 with Windows subsystem for Linux + api: fix crash in function string_split_command() when the separator is not a semicolon + irc: fix socket leak in connection to server + irc: fix display of service notice mask (message 008) + irc: fix NULL pointer dereference in 734 command callback + relay: return an empty hdata when the requested hdata or pointer is not found + xfer: fix crash on DCC send if option xfer.file.auto_accept_nicks is set Documentation + switch to asciidoctor to build docs and man page- fix typo in %if conditional- update to 1.5 * New features: + core: add Portuguese translations + core: change default value of option weechat.look.nick_color_hash to "djb2" + core: move nick coloring from irc plugin to core, move options irc.look.nick_color_force, irc.look.nick_color_hash and irc.look.nick_color_stop_chars to core, add info "nick_color" and "nick_color_name", deprecate info "irc_nick_color" and "irc_color_name" + core: move irc bar item "away" to core, move options irc.look.item_away_message and irc.color.item_away to core + api: add support of functions in hook_process + api: add pointer in callbacks used in scripting API + irc: add option irc.network.sasl_fail_unavailable + irc: add multiple targets and support of "-server" in command /ctcp + ruby: add detection of Ruby 2.3 + trigger: add "recover" in default triggers cmd_pass/msg_auth, and "regain" in default trigger "msg_auth" * Bugs fixed: + core: fix nick coloring when stop chars and a forced color are used: first remove chars then look for forced color + core: check that pointers received in arguments are not NULL in buffers and windows functions + core: fix truncation of buffer names in hotlist + core: fix update of window title under Tmux + core: fix detection of Python shared libraries + api: fix number of arguments returned by function string_split() when keep_eol is 2 and the string ends with separators + irc: fix first message displayed in raw buffer when the message is modified by a modifier + irc: add missing completion "*" for target in command /msg + irc: fix /msg command with multiple targets including "*" + lua: fix crash when a lua function doesn’t return a value and a string was expected + relay: do not execute any command received in a PRIVMSG message from an irc relay client + relay: fix the max number of clients connected on a port, allow value 0 for "no limit" + relay: fix decoding of multiple frames in a single websocket message, send PONG on PING received in a websocket frame + relay: fix command "input" received from clients with only spaces in content of message (weechat protocol) + script: force refresh of scripts buffer after download of scripts list + xfer: fix DCC file received when the terminal is resized- Fix build-compare - include .changes file as Source so that .src.rpm can be rebuilt- fix sle12 conditional- add weechat.keyring and verify source tarball by gpg- Version bump to 1.4 + New features: * core: add a parent name in options, display inherited values if null in /set output, add option weechat.color.chat_value_null * core: add tag "term_warning" in warnings about wrong $TERM on startup * core: add option weechat.look.paste_auto_add_newline * core: display a more explicit error when a filter fails to be added * api: add function string_hex_dump() * api: add argument "length" in function utf8_is_valid() * alias: display completion in /alias list * fifo: add /fifo command * irc: evaluate content of server option "addresses" * irc: move option irc.network.alternate_nick into servers (irc.server.xxx.nicks_alternate) * irc: track real names using extended-join and WHO * irc: add support of SNI (Server Name Indication) in SSL connection to IRC server * irc: use current channel and current server channels first in completions "irc_server_channels" and "irc_channels" * irc: add support of "cap-notify" capability * irc: add command /cap * irc: add hex dump of messages in raw buffer when debug is enabled for irc plugin (level 2 or more) * logger: display system error when the log file can not be written * relay: add option relay.irc.backlog_since_last_message * script: add completion with languages and extensions, support search by language/extension in /script search * script: add option script.scripts.download_timeout * doc: add Czech man page and quickstart guide * tests: check if all plugins are loaded + Bugs fixed: * core: fix execution of empty command name ("/" and "/ " are not valid commands) * core: fix memory leak when using multiple "-d" or "-r" in command line arguments * core: don’t complain any more about "tmux" and "tmux-256color" $TERM values when WeeChat is running under tmux * core: fix truncated messages after a word with a length of zero on screen (for example a zero width space: U+200B) * api: fix handle of invalid escape in function string_convert_escaped_chars() * alias: do not allow slashes and spaces in alias name * irc: fix channel forwarding when option irc.look.buffer_open_before_{autojoin|join} is on * irc: add a missing colon before the password in PASS message, if the password has spaces or begins with a colon * irc: fix charset decoding in incoming private messages * irc: display the arrow before server name in raw buffer * irc: fix display of messages sent to server in raw buffer * irc: fix display of invalid UTF-8 chars in raw buffer * relay: display the arrow before client id and protocol in raw buffer * ruby: fix load of scripts requiring "uri" * ruby: fix Ruby detection when pkg-config is not installed * tests: fix locale used to execute tests- Version bump to 1.3: * core: add completion "colors" (issue #481) * core: start/stop search in buffer at current scroll position by default, add key Ctrl+q to stop search and reset scroll (issue #76, issue #393) * core: add option weechat.look.key_grab_delay to set the default delay when grabbing a key with Alt+k * core: add option weechat.look.confirm_upgrade (issue #463) * core: allow Ctrl+c to exit WeeChat when the passphrase is asked on startup (issue #452) * core: allow pointer as list name in evaluation of hdata (issue #450) * core: add signal "signal_sighup" * api: add support of evaluated sub-strings and current date/time in function string_eval_expression() and command /eval * api: add function string_eval_path_home() * alias: add options "add", "addcompletion" and "del" in command /alias, remove command /unalias (issue #458) * irc: add option irc.network.channel_encode (issue #218, issue #482) * irc: add option irc.color.topic_current (issue #475) * irc: evaluate content of server option "nicks" * logger: evaluate content of option logger.file.path (issue #388) * relay: display value of HTTP header "X-Real-IP" for websocket connections (issue #440) * script: rename option script.scripts.dir to script.scripts.path, evaluate content of option (issue #388) * xfer: evaluate content of options xfer.file.download_path and xfer.file.upload_path (issue #388) * many bug fixes- Ensure we use system CA ca-bundle.pem file by hardcoding it - Remove patch: * weechat-capath.patch- Version bump to 1.2: - add options to customize word chars (for detecting word boundaries) - add a welcome message on first WeeChat run - add options to customize quoted messages (in cursor mode) - add support of environment variables in evaluated expressions - add IRC SASL mechanism "ecdsa-nist256p-challenge" - add support of SHA-256 and SHA-512 algorithms in IRC server option "ssl_fingerprint" - add support of IRC capability "account-notify" - remove "freenode" server from default config - new script plugin for javascript - many bugs fixed. - Refreshed patch: * weechat-capath.patch- Version bump to 1.1.1: * core: fix random error when creating symbolic link weechat-curses on make install with cmake (bug #40313) * core: fix crash when a root bar has conditions different from active/inactive/nicklist (closes #317) * irc: don’t close channel buffer on second /part when option irc.look.part_closes_buffer is off (closes #313) * irc: fix /join on a channel buffer opened with autojoin but which failed to join * irc: send QUIT to server and no PART for channels when the server buffer is closed (closes #294) * irc: fix order of channel buffers opened when option irc.look.server_buffer is set to "independent", irc.look.buffer_open_before_autojoin to "on" and irc.look.new_channel_position to "near_server" (closes #303) * irc: fix crash in buffer close when server name is the same as a channel name (closes #305)- Recommend lang package and perl/python scripting support as bare iron weechat is bit boring- Make this build on SLE12- Version bump to 1.1: - complete inline commands in input - allow incomplete commands if unambiguous - improve speed of completions - add bar item and signals for mouse status - use bar conditions on root bars - add option "reorder" in command /server - open irc channel buffers before the join is received from server - add server option "sasl_fail" - add support for color codes 16-99 in IRC messages - disable SSLv3 by default - add support of IRC capability "extended-join" - add options "stop" and "start" in command /relay - use HTTPS by default in script plugin for downloads - add option "restore" in command /trigger - evaluate and replace regex groups at same time in trigger (new and incompatible format) - many bugs fixed.- Remove sle11 support as now I don't need it anymore - Use %cmake macro properly - Document that there are tests that need extra pkg - Split documentation into -doc subpackageobs-power8-02 16523154843.4.1-bp154.1.283.4.1-bp154.1.28ruby.soweechat-rubyCOPYING/usr/lib64/weechat/plugins//usr/share/licenses//usr/share/licenses/weechat-ruby/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP4/standard/dadc13d3849d0d2bd9b30c6205ef7e9c-weechatcpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=ad317911ba170e66568cd6e507318698913d80d1, strippeddirectoryASCII textRRR{tputf-8de962d9eb7d47c01029f3dd2b52809fcb37152a7df3f63189f2f65ec7e62ff41? 7zXZ !t/M] crv9w WETkd_ ixPs]l6zsHgr~ئJS]D 1 h?てZTa|aXԲs9 vh ?vs𐓢=RmMZlA"9UTzJmXT.skSH1%D# B>}iU{D}` h +L|j+{.Tr4>اBX~S#kƕNӶfO36햣Ӗ|fmsb>'.o.78ρŋer1Oid\2/Ɓ;gj*"ЯdAdBo-rz)9!nf3.l==1wFq! U}<1LUg)Of`SQyP ^VqjRJ 9Ntx `ٟʏ ^BE=ׯ W&H0J M Y_LRذ!sYJz( wY^P Fmhk4.8X,\eOsP*y%~Se E\sM}-zLVk$1 7 x @_munf?d&M^ >п vӮma$qQYrLi&eZZ-~W _ 9whYj)(^fC o\Z*ʹG &m0:JM[.P|U>C{,la/ħ3'7t~h *S6Fy4QՑ2Usi YZұۜ)a]ppHm! o"D*( 0ptގ=B2 |5-#u7S~^ '%[vq~etrҨZ=Q[~>gijyl䘈h7,F,f;iN*` hN IB*-,[Og#i🩘] Mڡ'sƔ6GNBlUmprT@SyE'Fi$%Xͭ6sua`1Y,ܩtqZ@t SC>[ NO-1 ˒9;*\LBPWv*ՠV]N910%O]\nfx -qKTS_0±/ Ѧ_{b]ϸmN&|ba1/u .{bXʫ.Z̰;CT7cSd[UR~Q1egKa.\k힒l*Ae MPzi%5 ;Xs RNBș׶ZkPl$&v %#TFQId$_w+,Ű{1,%cB-oP-ݘ+ܳ#yFr;á[yoR{nJ t2fjRyՋ5D~&?%ku /e=W bdo.{6 錾~Ĩ% tYhJ%nPuƏ_;VT.y숽: 3XXi+eu%YXWy/z)2låFd$7j3zAȓ-̷|:Dͪon % `nrE17[{7J#:.9ˇ=d7  3U%tIۗ[O ÝiQ[J`ӄ ɈS[ ڠq ciGS?FQ;srtbTXy$w3`O\@l3DM3߷SR ||jnSvі}E# 7 TQ]{W|@"D@N,+ ֛pYQiQ 8f{Ժ|a?9[˯+r&PM~V}Lw tE"J୆?86s! vI}d2[ ZP.g]4LF?MQA6fy-o6+0l"}:h^  _B}Q-MwdAvF,Mq5w7v2k53A OBN{@P(Xs%wg䊺 uDUhX_=<4R,M:(D K^!_TFI#"qGKɤ)c ^M;dŲU4=&}.Ozo.yGUٺ2,--yI~xU%Ќ~x${,xgH_N03(a| /}m/^[Rh.#"9ӂpP>[r`3댅([@/&׆i4&Y0ד 6kG NKP*d~g4kl{Kg,XZۣ<[.;|;ұܾ V-B:v6Vg[&|cUxG*Qs08e'ʉ`^}B +"f&!d!!beD^:QbM5k#{{yѥƀ4 ]O/HmY476tO5cvn;~޲B.7!f${ VlT)OHXK~J-%~>I3i?nZdalg pѪ4D pIǨRJ5dBzY$2*`{@u"5q,bՎ0xmG&Zϱ-.">*f,9X2B>'U%QoMe-CYi^yj50zSi1|TBR@~EԵ ƘCi~ 42|5g/CQʠϖНQ-W5 Bu/F>\0J*ͪ*x)[ﳕ]젓6G+h'''>knL»G7h,v +]u 5`jxɷ'q<)uzT)Owff#B]}b_cP*ulShYU趎U@*htCk%%%*ߖ@tD[c&FL@8|I+Pb)2Lzz K jdK+(H5ylCN~%If4LWW X5}h- O7#Bz1H,%(6I=(=o2IjyTXȗvΣ?=H &F@F <(]nC6-L읫AEy"w8W{A*ЏaN?+KD?¡Ufݭ75'wy#=.@L7sf_ldtk|%nUA Ĩ(9!XS/"Þݾ:kW|`6G0MGY܎ӌETanqx U {`9[bIHЖ3]`&3G/K:`TЮp 3Smh;,*΄VzB0Em#2ɧc;4vx˜ZzxIh)r;F c4^޷?HY&4/DZ&sB^]ӽlk#/*2 {Oؠxtw~5Zo`p өXǀ9YW`cOxl]".F~aYY#K4XÿBW#AA2g(\Mߺ Ncb #J坎z#`a"ݗ͙aa:ܪ< b,$ʋ]''e֥DBlF&.HCągvI z^fvTip8Q0'Μ}.M evvR5Jip 0]=1N1bRluŧpP~q$ݪȍAM*\DҚ o{.n;Kogi[̆ ,q bȚۙm55.lh?j ;DOqXp˧C{;‹ O},iX#>zXFM3.ݾD5#uX!=Nۘf*Jh d]5f!19ATJ#ǙES|QlYGj/^ztńyeH86ݍrWJT(u8ئX5R9DsMkCS_^}bc&c'1XZFxv="#!%&ΆOHc "橰+2I4 k]kЬJyD~^V`[;T8 K0 {ۼeeYP\alj,b6 0ף z1 h(21rr Ex6Y 7V~`gRe$jثL2,K;f 94t-^3rIeGmgHN\f׸.0^L$ڦPр|Љ>f|pK`Pܤ"W7ı#:z6\~x_^bZx*U;F`9|'튟战*~P-КC_ukgk> 5o@7-ͧ*8cUL3hl vt!j+1=ԙ#x(FD8N!=Bq{,k#C>4{q='bnYx J9Mz@uoļ4] A &86j\ies;6Q;!o rIz=v^`\->@%-.U4JR炭0t0IG8/." 5FxzE0"W2?1 [{s.U y#V*؞N߽wYϴ]%R":|+K :am.Q*؍4î3?a&+9_ EwJµ,2 %d s7no q|.^klEp7;_wiok6dO ?cԮMrZSsuC3Ak8bfyC\c ճ{֍ëPdl 7~aҞϤS?!;>|~DV' o='1&Զ}[2!^a\IsGzo.*E UB`"4>D3YgMh|n`])^#p>:ps 렡- fOKx W=93܁_0lDCx6NOyiO3zXzg#2}۞~} s@1u?h'7J۱VBx^e+ @YlP^Æj,V@j?KZ4ϷD^-{j7\ r5{Gsֽf2)pD>]bPSR&*ja^*a(PΊ4L"jHIaPJ0(Kc[aRe lnHQ-cO1]d46p'~|x#bI~9!f0OT:VUuՐo˿j!_3ƔL8vc|¾efb`@ Α8_vhzsO77hpxk=XBGբQ+ +9NjqRV.Is!G<_)R딪%`d!CnZ_pr8>$sgZ3Ź6[]#;&bt=ãCS7Yƅ7jfxgʴ d eћe-7)1bƱlF_@8o>H{]c &t'WĴ*߽ji~NajЏ=R_3h+9,z s`^l^֦v.0g~f[_Ѳ_8mmVv@h7Lv|<@rM[$f`ǃ"IIa!Fcc.U!w>rN/}?̣=@a| w|,#jJ.yu<re{c \%|@#v66% G[i`tOᑑw5Ց4`^EJ^gUYxbx->?ڕSOdZXa^8=qd]޳ޢS[jKAܡ!\v>eF361Ĵ; s }~42J2f8Կ{pN Y3t5ᐷMqj8acoJrG9éICץo`cr OK{(H?Guo-%(B %ׂqP # HCeق$vQLde_:l86=:+C#{ 'R`/] |Ϧl7r3)kfU6`%OٽӶ~DEzڀdJfs~xEmXQ;,]gr .G mWiYrFi<e\U"F7N[770Uf 8:HE![)]a*9ׅW~n-z JF RW MY!ׁFs+fGV0], '=YP^E/ D~@r A'dFi"2%IWO6jڡȋlH,"ZFtIb$%l^=g @)|x5]q]Ch eym47QTYAڶ@L>x'O]62+rgt~Q獟_d<8t4pUkiBi#+#H˪C>_'&M%ؘpJ"gCr`0s cADZw-7_$#%<8uDZ. G8Jn!> S 9sD) ȑ ;=΀Ҷ'a׆6-y8KVq WM)b4+M{W}uyo8^l_ŠxQSFX\oLKk;3B9M~v#~僮ŅyJ&ŋYRNvAb='( \1 '5cw'WQ#B7SFRuéH/U$`ori*8G_jd)`1&- E`NV [lFӻgd&ra(UvldE&h B+yz[oZP;zlשIm_6Ef)Iaːͪ|6 zOIkCÒ~Րr+ )MUͦ,ul9? +3"S0tJ!_\0zr dzcR^,(%Q6%D?,1''IKge\| r88kP] !v,҉ ʝr.n9d.XG}]J6_do@ځ*yy^!jzV^=6^H7 &b{įIk#4!RXuq h"KU+B*=xrt 3!v#G+Fs㳖n}!UbZ=ܞʙ_\ѫ/:gd:B Fxu'~24'Z."@h6<h*[<yGVz3ZDϹ/H1Xąy1{|5{zVSC3~T6v!謥{N ,zY$'K|~B5TI+^`U { ?_ކWAǒbq *Fmfs[?T E7:pZdbhx*$J?A_:.SZ1wO)u[whn:6Ɛߓ-=g@^רaI*A˃.lsU 20+TKFީHʎ;r(.<nwT=.ϪTp7[#?x\"Cܣ[E& #S$-42dMNzIO:y  ;9gm 7Xĵux-YDqĸ< B`/ϥlT;C#}(u@hupˆpLGlIx¯DZw')+dlh% rKG^Y )O0l$4ȤEt ko<z@!~iGi'Eӫ|Ios &(?R"huf@\-X3i9l%cxq:n@Sk;(6|l6(LP{&ʏuLCXEH'j{lqh[d̗ /Ghg%CAĹ@V[ BpS !-},BG.}62ᖀpwN5mc=j`z!s`1W&BHkm Ƹ-ű]|ݚJ NX5An;KTKU!7s3p8ȺPMTvnD/ 5"xOCG2S8_i?i匄͞1u{7<| t;|D;aq V)Ï  &jiGt0Q5zuI|.-ᢂ=xP)C<$a pLׂwAq[0#wKk1?uɩ d<)dX 8v"m;5}br<t3M>_|xÇ7߃!ϣbdpMe8߯?aA8< ^ )h5W-:"lO_ R|mm|^ūXn@qGBI| bɝ'4khɓ.-HF9!wfyTC!x}Y?fnȕ\(5W"7kr(p WQ̕fe;!ѷKf-s7[޸yQ6/BHǡ(m$9o&PyTlXugC%tϾ_D:QÁA';/q#W<'SQ3x2/iy"aJEş$QkMܻ5DɈupzGH=߸.pg 3U<?j񆼪֛=^ssm%pKcݒUo5Ъs2w>%6ϼr?JDu "<:d^|vWY|^ -\xPN6SB%v;cCH3PzXۏb;La\>43mIW]"Ve buu^uE0c4cԢuwa@dx~dKSVͦNԝx|̉QTd6Zog2X84jaPnX HNH,MmIb!ca^$IcBVPV:l"rj5vZlY(Xq`́9f=XDcwXgK41UѧB#ks~(Iت4 ئjn[dKdɷ`|ȓ.Kh̲UJWԡ J a߻W$W3`+DRB3*NX!ݑoюM'.p21"Ǻ^&y*| $*a vl430n"U\+a6 Ă' ⬪Pq@?xh[?ȧQsG4D&WyĸNC?g3(5u<|x_F|?u}e]}`)t ,ujG63JpC41+ŒF q$Am7XUCІ) FL hk^]F>k {=L.Zdc)NDM ?[] xȀ q/WKqD() TSŬU"0?pض:_ 'A-jn΍S O7|ZA~Wl#,B?DJJI[A#0v6BmJ|bDg3RőQTSWt oZĄ gg@F_TgcZ4rO!:\}UI0 2p#1NSP*~G{vk<>aј|P[50;9wx[6ș36s~VR뇳BܛAdRn=>S bih..rz] u%wlDU~}d` HEV:E{Sr߁;Q4oV:r&(EY^*L!l>;(M1+fYlyK<8[p&VQIҫxE)Iz`ecDTiL3 K,1v9v'`Ӥ[PU eЬ7j+W`+Vt %=| ZC`G[E& 2EZq]+$= Q,Auoūb^ggj":=?JRzoWP$ĵ[:M9\Uo{Uĭ q .hxG]kxa6wJ8+hv4ݓ@$oi8{: zETev^^ӧ%;qwK2Us2[傏t MDVv1")*ZAXg[΍R/ðA?A`C(-LEo8ϧ+ZRoX,0Oݕ2ޑ_J&șbo M^@/lV*-k/k%nH ˊ[|%'@P1!gcd!n[ XN;2ȺWN뇿JrCQc4"T {O5y Q_2 YGOcƦ# l{|Q?A1&_|b)ȁ%y ׋rD.p1lt0v,T7 t(sߚ*%-=#<ojU⽓7i K#@|j:_6W|w|߃,#8¼ asÍe_UV+7t er!$.7?b#5SMi@c-7D憞޿ "/E}'9/^S&[:Sei.o~h?%zV2ȧ̑ 7ęϾi >;&1v7mY["J:YgD"%1ʃ_F>.otDk֥)ݠ_9WGr'ŠD$ؿa඿!]LJXYz$DEb_Avu.K ̴~E54%Cjl`pjDȡRƆq'`"ˤ M-0vGTH`_mQd'[С y/ =uY:>N/Y~f{lL?EcqAXv(I͹zPv%o9X.4.sǗ0:gG0|1W EPU$ '.E9]u/߉2{ΏI(8md\GW(|M}Ж0F"Qv51zyRCý;RBW%*budjG$!scGk%f[JF LY5ccHt1g#lOVwZi7Tz: TS8N8>hW+gpB| ZW]n[>l#"5?7oRB3T|¼4I&cuAt:N8g!XlGXdXaF9*<՟% aYHV%E`:KT4qt .k) KBCqTkܽycXc BaCu'91zc 鏪[%HS]`{+yiq:A:AqW~&U׬;\azRE[ 9oj|$A)z&A{9'0VK[Lm$e2r >іʹe VRWO tHqZGU5շ;EʃE^m\-NeQt?,%"y,0 auWB$(gKv&W!ۅ43#\+*}_Ҍjpŀkā(o53SuƤ)!*{RG aO (gfڶڦK{鈱DZXY;ބkcee3عt4j>pIKBQmI4YPL97#Qm4g:3Tߝh M .+G4y)"һ&s.f6‘/FM=M\@ۀlmPkۢ nhqUkǏV. %ߊﵱG Q#)s"iuU*5]@Wo2^;f`StKn 4+=G͡){ G,')hܖP4):s o mW&d;r) 1:02TnXVit([f:i.Z`qݪ&ɟ zBbu@z|?ϮлK?v;(u8beZu]݅Ҷ#Np4I_] a=f[U "Yα]M2TszZE*:e]~@M9OZ||BXu3m)*gxYmt1Oy 507Ƕ?7:-hM>||lƿYq!Ԍ-IFo9;aXSj[5y*]XJX%oFOf#;-dFW7tDR {!2;3WGNL w(ƌ'OPҞ2Eu6L1—X(u]&GRǵB8ejq;W;M$Zls'A<'>WmZ}Z|[X(P+h)@Na #Jz"Y\EJ?d-yS]Vz0u͵е&?RϮ_WW !/5U|%/v~IP^o9Y{~RPJm5Jcck,uiӓ@,P90suKMҸ? =A8B2BM\Uvke茮Z<2jl)DQ5jDsv&4"_RN6^4'/؞1ɞo¦ݥ( \Tp . kBõ.jK#7 A^o֘@) 46JI%l? Y'8)JFϥaxL2#8mcaߴ?2lH*!ߵ_> j 8$/5~N:Wcwyl v` 3ec LT91~ԝSW]Հ+.i}Zi^+xML'E"4uGyS0€|OG̔ ugY_sh2POj9"zF4{aI~DQA|P@mz`eWh35M44Z'?77Xdड़; QJ9f3UF.7 ̭5Rv p$KB0\y5ۈn 1'w:y+;/)@iQ]H1N֢a {uץ9F}-ΧLtj߯Qh̢UT\DS%{6p q̔v8ۺBC*UZX x!?4WZۤZΈM/+ [hn&Hڀ&}?[m&esN`ׅ樼nVZѳ3‘iXZ&:3=)IO]T*zGfLU>fZa7=febdhW3#ʴI׺ARX@ۙlG "֧~ҶZń[S1AbZD4BRmzw>/TRVec] $)[(_Ne_<1YQ Jh@I S5]5 @ns=SO5_\ ՗)kfC™DJ ~u,RqjiJiI(ҼWi^5(q@N[7t' >88U4tkZeBHo\-=/|04<Ϫ%s|ۍ3f/ ,a="6Z? ~_~O凹eҒ %VN::Kz4SNFm:;N*QYl-(1eo^̖qd̰8H|(3ܷ~58[L0(ė2ᵂl$5u4䵓J%/%$0 Rzxi 啁帪kNcw')>C˷J9=Yp&85/nX4 fj0Zkh%cSʑB">RUdPM=Tm1ED Sn1vP$Jٴ۩LJ!T0I-žc,j„kU[Р H>#TB24ƚ/'ٍNӼb~{hT65/Gqc`(dxc1#}нiAge ,#cدǵCqm{%9|ҕ59MtBsNi31 K #\5{vA 6j(|δQ'\Ɣ_^J3PdTPIILeW x5tHIέ;t3cÝIFl(Ũ GXLoxTʸ\EѢ`4k D8$&jUX~t8iLqzMogŘXz]+LWfI<1Bߑbc]#.l5$t[#7.#$tJ1Kuj kZN%1ko:6d\v>=&am՟({3`kg7}d[74F0XyG"H/Lm5 ::/QkqʴlhLL-<ᨂw[kPS$:XX=_ ifi,|x3fR=z x,2lKZe؊ԜsQś.E, ?$ʄۄ/Ɖ;0[Pf,Oxm>?@X;)=MPvvI%]?{bb1eްyPo^fP$nRG1jS׻5販-{[$3H3 ٗR aѣ'V% B%Cԛ$ȠN9K$M.'D4Lci=Ƚwf~^j*~EՅa q"R='tap|EߏXǾ(wh2t EqcC* Sb-FGvtÔKH%3<]* ф3{g\ـ*4Vy(oXЪ%'[njoWqA+ПIF}:nޚ-Ѝ n8ס4;r}>ahdS^^0b9it˭V=ŭ<韘_wQ̉,6)x#*VLz*5E.6m#!ɏ%pfсZ$Ϋk2d#d"UM Lh WDOzY+!>YIa#X9Zcd&+xάߤ z!Q>}!˵Ѝ xn~3_ @ XtXtCY‡Ʉϋ+Ű&zv'A :gU)Tml6 i{*=˩ uGZ5mSEHrH:Ŭ3@aRbhzCvWK-˭#I;|MS6ôԪkSa;ob[ =L]s0ݺ-=a66 y*VNa4^hv3_@):!]?gR|VWg+Haaz/UƤ" t"l[czӜ47pt`OmZ)g->ëf`Ţ]Y#2@0D 2ilְ)Œzu3A @ p GA,:6~ƬSwzA&P B̃T~pףiXeSSՎVRݱ2[twc[_:R~80s`پ6a))?1n h Ij!F XH3.Y~2CGd* P>^(sQMCUTApP,>(C$bG3yL4k0ӳҝ6[<8nfEߟmhN%rϠ NȎ}SQ#tFhw&_}l|66Qm3Gb ַmRr!߷iĸn.YtkX&xq3ѢXEBp8#4kF) iB Et j5)y?4K?v:-ի5h:m9ǣS nZW8MZh`q9}ס("@ԩLDmM>g4x~WRZej[eئO,)X( CL<^QxT#9 0 9ڽUhil4jLRR2t_g6OGl㕇/SyYJ;Udy(5As=9[Z=x;<>.d=OI*_K ڿWda(F V6$~M.+3vAlns6{\mcukqQ}pN t26ѝbLA/6IWv@F7Tszɞ+~JP0f\O^eNbET=~a_o_fL'G.b@.Qn\iG#ŹeeǞЅN9pϥc?ڕj–Vӌp-KɪYpLQ:'(;>5zߕ'ZB+P4l2Dγ"ZH||ѫ&'X{KrrI9H !}Cӫebg *0 SoȺ5}eЦ BD7P_]B2g< Xk k K3# ȸ^I`2n*1|lljP<=I;V }Ϧ,n%PUݟz/}Baˀ?~W$E+dձ郸P&bjf4푋uBm 7u@ 7fˊ</Gz#O; eAOJ+KmcwN+BΗb6ũzI016 .&JRd1B<{Pp"T}0HA_:K j=;̈҄|<0=ҟy+*5 G nБ;CψxѡZ *=䑷4*ٚJJ]<%1ӳ^& ½iLT`,s6O0=S{GR.d{ݧ\ц K4~ngx6yb80 'NԚ8d#E jNb=&9ܖiF2T_3̗vΥኅb5:=J d>'\Gc/=/K;T1.t].7j0-)[P|hM 7 iG>ҷ!ʖ nS]yq%JBGǎr9S o3 1Ʋ$Iǯc^}x/GeT$g_BCD0pyݵpT\+n {'w3R<%ѼI:7vH o #[ٕmZ80A-1Dy*'ךp5y m8<CtYN>*h'>% սL2֏.l*DbVz]Q>d-|7#X5pȸC眒s+=1:3g Oxwe$z9L#*QO*VئYHOrPmP6m꽕&fˡk #9ÞE_0T渵X @#PV)oux ,k h払@q̯9u!)<]wpU/.vH8 -Qn\6~GV[PEQ7:PLhek|9}8T69zj#I9q"_:6d~*c3f 2] :/[k&h]j ޥ8ND"LI9fbM&!WQm&-leMBZ 7jpQ+p_dݔF:,̳g]_n/K Q˜@]1dz_mN{ -t~4y64sd;DQtJ@S:j)_S?SρԳ @QǪ^~.qbHnf *ә_@D\y`EoLM-P__`Eѯ-)bRPpxf|"{Ү=ΏEε@RY <,mH V423py"C@; n`| e^Y];Nqr18*{k]9}V>T4\,br>Yb9sEd4{awvJBib #$L[a|[ -y  Oa6w$߰{%Lix%FwN @Zf+G踩e+ó*$j4!m)WI0"p Y_?3qsУY$J4t&zSJVa;Ne ?, ]ͿwA<:Gu6i{&#.FGgeVPn)-YNh!-",!7?q*$%ؑ[(D{3WqM>gHȝPc?A6Y~zR@hwdW*YzFqrk.eQQ%YǩX4{'bu*TMLϛnt3>#u]~磒dpAc@to}>±IVyk`&cһk8K CX~eO>UEӸT")v Ur+uqɪC}[~&cXy(:vȭLY4 gA}}5b<6w\![ J6KRo5e0ĕf򖯷+"5?yհM}gKUPsfz έӒ}-MNUCQe XY >ˆaWD,]-cUآ_j3r[MX'nLؤМ #h_Ԁ$r"NVkd&_iLCJb!b}JGB=S<t~P?Aneu6E؜b $S`*o^5 `s8)~*, %`Ma('ygMcF/q5w87op5@VOz+ KZ,yȝH*&[#gl3GV|gq- 3)3'}.tB4O+nгBp^eƓPJ7+``DJUlVK}7h T08Z07\+'aPj ^W|a9#5fۘJiGPr3 )48&F\׌ܘA (M (SRc_vODyxkULBPwOAX6lSFR4dK "J0"mGȏzAZdr:CRS%o}x%CizPe0ubS&SfEAO>s."zGT5\.F'H 8Hi[.<.\'쇌|1{<ؐ[ &ɥJʔ1C>Z)Ad!8~ONUhԺHMNIu0½GIg Z鮜1N? ' F8^J}h9c"`S?L2|XIāR2Z?Z1+pk~Wu,N HtL iwcyAwlhܐYњ~X|5 %SEyn ~Qjf̬3U]}C'k]K>A<֔ƽ^[uşۺ*IX] ݌ |S<jE-*G~")7& ;=f%?͢(w8T$KIr=jrm3 S ꮄmY,QS SΑe:uCX !+c*$o?Tt.c4XX3hF^>J'պo(vr?.0uAӀa!X2H{Mf!V\EIM)R01k,L4nF3_VnȭWIBҁlKtz@0rr@%?Q>d0>!j^"Vm^]N} ~H6rjUn^ŷ:c'!~W-K3*tDrߌgJ;oa{=~F>X.>T*$X5Ȕu(U@wy79{ N7sn\o(f+:}jc ݩ@ n D@VzH~rpxISY͍du2z^D$DŪ_d_pt  O{!K>S&7ies`}ņ?cLA(-}XzvU~XfGF [+, 2i`4垓 Od{|O甏Ȋ^RhSq]oS! uȡPsL[(pH>7 # 킷۞Vn>Ꮎ- s:R9'IYQ ͼ4df!;fSZ(72bPAe:5nJ:*}8+df[tkMqH)XIъewcם6E_yٱj=]8L7:3HmJpIR3Hv?.8@EAU;K7J~;d}^sN `ݳuJ6FQώ~ Iɴ6.0%3xB /E7x-ǖuhbkF0^-rw~%&,N9 %gAA51J-Z)} VveLmTGi-CXp- n#tѣq,4J8¨<7L.ơ"1`oPn[#Z$[vI~޸l1zX+ i1ߵŒa-ϴx-{ܡ`- p6Zj0EXھM\34,ѽ8ud(6~ϫeC/ Є[s`!t~NF%q8EYVWjy5lpf' ʹ45=+ZD+tƂFyfY$YVBQK 2C/K˃$Ybv1«B*#(V5س_{3I6fhta3%<咢q8ryC5mOtM ts  \Qu[}7uF7CðٚuTƕ^b6,ZR^#gq$o?/cޅ9CYkĪuڢ2 v~T2|иnxY>Z-AϭNu첊9NuI?y{A[YN! [4n!^_j:,ӟ6 ( U`|mqޕ\$'Y zѮ+ eDy2NЩFI'y3EJ]%TIvec'f ~Gpuṉ,+ɇN|mOU0rۛA:Q>gU溺s{ 1oRs͹R@ɒɕE\a?s'i*5B:wEmL&kӅNF!ߍq;]yoU\Dbxc/JŧOaM CwEIZ,){倞C/k%lHTfa0|^c%#~+T ?aë0} }.`~QBaPGE+~uZ t+*6#e&(;Ny\?ʨ'H6>HXVؔ̉["󕂂dVb>DZ,Rޑp̈#PB勵y Eu=U:: 2L2[bDԁ{ vCX@I&(gQ*b;ٜTR\|hC25V䍳bNZ/N,J͍|{sS l2/XPYޜ:F.%M9$]%m}[S(=A^h+ATTlH퉨϶óGIO+u&r<'V)iKرFo1Y"OoĹY{Ϟ:Km1h|GFOȄΡ]^XROzÁgU|.}P zd\h|oT]ڕw}vۿ$GXq0`n>k̆x{Iy5;=e#uM'Hd6QGyV(Ȋ&.?P3#ƵXNU(0eҾyfIHn= -\Cp].~si:.ӻG=@)?kgE4wr\t6r%!s#Ҍ{Dy/]c0>:H`]Hhh#f@pCHwP^JKgy~wtg0eSGg/妦¼Љ|'6sǨkYD똪h"p B q!$&v%B< ьC;4!.tzÕEoNU3=S8Rb$ jTkۣq!vpY3Po5x%= IYh{k2FFJMN٠ޚ;Z:T2?ߠe砉e53ՎU*=,F%ĨSwmOM ~r0JKۘno{"`|{~]>)!D8e̫mb[z 'Uf"BZ NB萢L$j 6gVby?H)ͨxHˊc2m?rHKDTG6ckh}` }lmWi%> Uq'#uܙW~+ZGQ$_01mI馥K;]3 B Z9KGk:ߗuDovrWY>y,?B@&`΂!P$ϢҎ8S,XW ze&Qw/Zw^vVugrh& ۹7)zO.'32ɹ\eO)b{ȡĄ"- ڇ G9_]w3'{8MB{xSJeΈ1 T]Bi_`}nvZ=>=yVǾPۑhүHWl@~qu"Lbc)(P~! Hzc(bR)aZ9 貖̥Ý{Aa0 &ԭCTC{2VcsLfM$?]9 {%y2ոb)qZaZoF 5)AMMؼ,>>'&]և6`^րD+WJenu5pwujԯ_4B A= u\ɜ7iU㺉O98$}".\%*N٘~fu$XB;j"hnJ@l^8lHaD(9ASDe!JZDn- RY=]0a_V[rrFlnQ;X%.r a6,r : 2[(Au#u"y>er [dFяdf]d5gYY*{euu]m|D I#KNn=xQ =̷#wqWqg2W#;\1:# wD^U:1m(ߢr6r7(5⪴ x"JE_ph/H^ x]ojό v#|ڷykdbGS_rޏ5b>fV8[.cf1"yrP<50/GaĀA9}_ŀiUZŒ*(5/u5T5o 4ͼP&Bڱudds̤6;os@ԕW I8!Dpxb-}0Ej;|3ۄ5c5^:8lq8F̓mw/ǜc\nuuN\ ~xd:2}=~ NϷ E TϤr)?ݨ4Ьo榩l)31* !ebNwNlTEaT{48~A}"}{o]`$Ұ%yb>WH e#0Eye;wIeG=NeĒt}X"| `i q4`'S)FaЗ"JBHOVau6-I^{kX"#?#^)O%_n~I:LYb@%yM688x;_`'Nw ]2ŗ G1+T^$.~A=eyrOd1\ &"?=ݧҀG2"Zg>3 L e ;5I7J$mz]>yCxS#E̬5F/e X22齎H-1,,~u/J˪Xļ(V \*^~K_Z{"r!ܚC=d]Kl?E F60@d̊޹ nx8RtVB}B)Ib7pŹ5{ES~],+Y `qjΣM 䍤٦T9NًUm_)-*uB}"C"c1u8i$3'|:s/䚽;. *OGЋF; }@LWfXogDbwJDnZ22veC)Xeh<8LDdJLhXvu rd խ8 $VΥ5`tjUG=sD `F tݯW]XDJ{ǖU)/^H5|>"j! IwywPK*ةH`|oTkysnةk_<xShW IiG!DڼMW@0o ΋tt6gxo=l#uSPW>vPԥ뺕b-dZ9$Yni$V~NM\!;kCx8=v p&ow kP^DWIIQQ 1vג>ācoX^T&2b}Ⱥ!t3B; a;t6\I]r}8#fT1f.^Ce0*+hli4/T^ G]-h 6IocIsXWhSS1tظMΙ%C#JPۤ%q 3SDrtG/Ϋt&|GGcQJC .NͶD"PQBsRAXyW{sۊb%:L3}ŒAp<Ⱥ3{M_mDm}Fj &a>@_*S\=d$AđO[g9WțcDҎY 7bPA "OOAb)Cl?t(|փBB+if6v,pTo_J_~<| PPUQh^)7 ..穃KDf2^@Z65!&)ކc)K9+-b-IVC\^W5b͋h58{u0S+q32CP7+c{[MݟZ^{H^- u3O.|vhqri!uH ?Xgo>[Z^>YaURԚ0U*]LyS[ ǿ6<Hn25VPp'AO=s7 {9xz)i?AU֎;a[%!A P;dlU/N.M jԟ|gJ"ÙLBoGz O3Lbp8O){3 ?vz m+`rоt@a36N#IڤfcMdteDPdTٕ:W8_boHUȎr yNz)`(+?@]Un@:lkl夲E&|\~f8z:[=E4mGLpHrlS][ت$k9õP jUW˦ 0)k@ 09TۀU#ϊG&_!Q,pttllABm3(r{7`bSkBiDާ85?M;lйJ|ǧtKdY}[l~m-W'v=aFi9䲄=3= @Q5HkiȵEnPicOHSި &3c)x֔9*?$X h [yjT269 d≟o[oUo\G[шden\ARtU$f`Qau`[{NIcGTjWݩU-V؏!,󢒪&촿 ꏫMޭeuۍ Xmz[ޘ >G7uW xq2 bgN ^b{%)z]?+^ߦjnEa_2q6LszU{ύ: l?j&d9W75Nh\NHȮ ?]H:*ۣ T,aL/>4}2.W.Fh벒i (L8G1&-GZ*T04S+ 3A"js?bnV8'>!uY^3ݨlk_e"A95ūJW2/Mm^F?xўgUnׂ1=&re?93ǁ+Q5/o&@घ;4WY,]WxZ¡Z&Um,W+*f^#+*_onAk2]Ns3:r$_fF%r ٨KCbh{)\G[!d?fZPwx\ 1 b_q qKPȔ eu77%(o`\ܗntUxzqzM(GIW:쳌 bwez#WAEMҎ 0iDT ۢ)gNNj,f Y>*l5f_ܢ:Q f㠢heƽNmo~Ml(lfG26RJ;qƷ}, v!hB\{IGKIRW7>x=7踇/ŽRE756LJN v+ I/(f~^*[Aq*QŖ>X}xT06zxe=Hi)5/ /^֣74<qZY?}z]Y ?.^0X$/QGCa`Ѭ+v1 cn{Rp=Ą K݊UgnC}TsPNQ,K$x71 \BW. ;(5aJ cd{4+ iog)YvX]궶,I_~.ϟ(9A5*\mh1S>}_p#D.f"x,v`DjtdXɫ ijpg17Yqq-BҠL2&5v/Nh8RI\KKX?5ڝ"R17˧;1݁M$ MJ#G"*MoP2"fuFl?KBk_n:r)/8/ Ī|j FlI`AbLQjݱam`H%B n .‚=g’ދuqZ[k=ʶR+n%HynԵ,d.ڭ_'e2ۡG "cAU&DwQvسbyebd. 2>:lVt'Mr|uj[J]w\;l$k֘\Q mg p;!ۿҟv-[8=}}.S73[ )#!w _٬do#֥ӖNH,8Qt&/yU7h~%r{HTs1BbVZ%hqt!RonԽ-7|[d==Y=w)p;pA'{!-Sb'O85@5\*u 85n4 nH#/ux`J,y?n//<o{JוhM#Up.@] e ФH>t$ʝ1z Ϭaē^W]D}ad6}nI»WqeS,JZ_י_~_ġ蘎G6`]X7˅la״jLKYJΠہjnYsGKh ?DqpwIP>/-wv=gC QF!H k"̣u ︉pHUAebԻ_TJcCq R Ln)C6uj.OȦ#G8FmCƵ0: X\i "e i>""՟NTMRE+7Yi`XSΟr;4VPU-a =FYeG`4sW;V۱FiRکi>Gm/TyD:/;o I KL;0d&Lmϒ^ayIT \ hzZJbsJ 1Ukڙ˧am 8 WȷP9o{s0a{|~!7º"mGQ/ I<=-*hXJ/K-Op9Ծ ﯓy@& (Vpi d5Wh\G⎰!K`=(%ږ~{o' {*[I͒lHjU) j{?ˡ,ʿuK5{=, [X4<2P~(<̯8MMxF.JɹFޅ]`2qxj4A*cFz |r' C 2cN"<ߩh96{8+L=\_4ו] _̝JhUg7q1e(bK \v;q5ag_¼mOEiq 5,+ }# _Qك}` 7OUW1F닇ƝhȧAM*ӧ. J.v$alS.sT8edg"-E0p18c[L|Ac%O¼fa`ߕKʁxe}Uh%-Zɼ .;NQ ׫&;:k-ƦH&6 * j6Զtog%SE@ mDozhە=)SP{{^9͓B港xё 1$I]govp k%)ce *>V_79$Q8jMka@mn p  _8YP1haě-ET/D~BkkRpnң/t&elmhEZNΧrʾTlԲqr)# }iJkH")2 C:{ꐪ zJ\aBzKCp6FN{Oy$2rv*5)>Ō)6N :TqJѺR]o7$#QF\S N-j_9 %NjՍignN3:rar'&3t~tO-e~( I#~kH2r+9x89mA.lgldaOH\,Ka?0 *ғu ' %Ϫ&ΥtB\2Rj mn\nX(P忱>$G/Ȼ%sٗkMV V~:Im. DBrRi ׭䵶Dž y/_vR蚞$BVQk~HMV(Pҝ,YJWk[,4"ֺ0#["| Xo\Y .vGP6{nvϘ.jU(G7e8& /ҹFu5ѡHay%p B_8ݔTc /W#>0_Dq6MAj`H,GRTyGj6ߜ1,?"[cWRa9roU9Qy踴F[ф?щQǗh:.]*J p4)ĪK*Rp3JD8mKAdGVx1y+(6$wH@5|dMxBhq2#сoE@\/v)EnM&&NjN~;O< -`6\B/7}Z@κs#dmz9'ۍ.EZslflFґkEJ $$mp:-w9'rc*N]2- `5s"/B'd&Z(|Wx-n]]XsQf٨XGpi~umvǬQxsѪ&ƉM M,zLtK>~'vMbܜ qX$ȪnQ4k SE<Ÿm>,ǚ\6{A$~m.S_Ul&]q0שC: خÞ!^}p?H-\vRAzk84a5N ( !i6y uɢS8;΁tAoo۝ uC-?bW~ "tܱ!!7%Q(2 /*a~P*.CeK>tHB@. }pey[OxȯaLL+mHMh:sS7J }d덺ޢyU̟ +G̐s*)bB}W2{5MA@H9)zB@Ac@CdAyb6IM^F^H̀AtT˗J}B~|hw$F=-Ŭz^.ji28 o` dagBE/i2X]EQTK,1A/1L%HafaejKdڏTZx,\ƈ'@9'XrJH7#?mF!?\m gKΗz}= lKmy׬H]LKVw>LP}ɉN;&!!R헻ϐx}os"ssgB?peAUzj }m܄ lNzh=HͰ>AܝbiDl\Qg{3MnޢUn';[/'/#$8ץ$ =4I9Y'9s|τAG mXQ/촧ȒC|GHyE%jLXhs%;ѥ9sd,(`Ǝ"'er6wó/8ع"v쐖GYRUWK7;z.?lq(r2`{l54;CY:T/-Oȧgyqw%߼SV3,R4gľ?hw[=]24ްN6}ITL{Y,[.t%i =c<3Övc J(o&B%b-Oj uQe/ #*nŰ(?M8qG9Ui=ۗHl!GS")4@'dp}t@ٴ6\p'W?Z#43<_$Pgmne vdI>6ԃf~9?6ٰnO]5װ>] ARu%1B%wz4q$`)ٴ:{?o_ %HbTVdPAJN,fBͦSZWM rhOpS㴙pnRCz e4" fT;od_̰ɀ%5X2uJ0 Me}=36)?0[q]b^6*8Ip,gBPw26 ),ʼnaʔ*[cE(h߷ Q7Hi; =Ӽ{k͡mxPkK'B G^: x 5l'_G7IMDT]mpㆶ; Ig,+J+ʊ6}K&K7Sw"BQh5č?$4`iX0GxGpiIOt#Mv0OF?权/9w]$GMm\ ,Ve8})OT-!|hwNj(6 1M(`*@mgLw~&&1=2LU;>92}Sm :dT3L evWivYu@g[dxw<\lfha|HKM.w5䌣6ΕrKG ;Ŧ[q >嗒F'Ou [r3l}MLi;wڰ,=__T*'h}rxF#1_X>Z9 ;:1Vg ᇔUa.:ӀIx8N?~*?rIAM",FHh9<2LIZ3դjGMT$ f*8+M? U$ם|5jsˈ)<1p{AdGv/1ԙai+?lă%/=|G[HOC+8o"gY?]`ETY#"ߡ_џ|q0}Rx]0x o|BG3;4Tͳ-n/&Xm7\x>ZeHfT2͖[!]W ":ɮ-M5/-q絓tMbeF2zahe7X* LT}QQ9ѣgM(_}Caß?'\,)svIHsG뽇RZV (hxv^7 m&ncڟZVHr\_@ICmE6H{&೬ՑlXJ%cd6?|M=h.swVǀ'xC({Zy#I64%"OG6^o `-!cx?:ץ.)?1WKn gLB6 Tnu2G Fz[frmTEjpƖ#~TG#v~u/-L^,:f?>pz*"ޓ撥sv20i\˂$h~,F*Ef0';TF ˱:S?wr.7V.^ 6W+|B͡4\dÆsr@dK5O4c^Ł]L+at6\}HĕxfI %>pmZFAW:J32Ov̱Rce+f0ӧj95}7'bi_sgy}wwյAđo2 o̅d7Q}]S|Bt!Ӿb4ʧk.Fnz~r9yG'd[_N`[(,_KI0I< quQ,t9٩@vzq:wo;oAKjG"7k%~3 (wH /?_X)*\Q)G${L'bu۴9)KHDXE`-Z5AP^G.rqɋ6D0-J6M|PBC:عhvo"4KxcL^YTE- 1VEPD(8Eh# &X^mD@ь*Kw#;.ԯ bhW)LwB5孌n,?.ҮVyEa{g9 W] X( ޸#\ ӭuҿ+͏!ASGe&Tq{) A?e:tp^gCZ R=yi+aԄd33uZ:4:N'[k]t/ƝNvw"d oՈ8,Z,Xq5l)G\ nķX#< &l(JtG.i$WhIWȦ4>ny%fe݉/Y|۲v!u3;FBt:su>[6Z:+ o4c֌E Z Bu, sFWiRڸbvMrxԥ+YkaC{v})1 z5 N!;.htdDˈ.]>u?2) :@V0Ʊ鱊 CV׷_7;6KKݥߚ}ܗ8:4~:Ϋi#(KߞX F o͢;A)U46 >ia]#uq5`0(ز >l=^%%_Zϼd2 0Rr49+hتy&/u+韛g. nU`yG(jʾt dd&S#p2P/C.f&"gzzqm[U}Tw1Mu‚v<2Tw{!STU5 HP/]Mu!ϊ1״`<=sVhd?{hl R N ihU@k:Lkf.Q O(c0,x@bg&LNKw<sT=k^8CrՒ;2*G1JIa2vXe $h=㵗TS-FWY#}(!"iџbߒhAB,~wBgiQbJ&[?7 }aK.[Ǔ-m@8Ltt0_^~laL*ics,79]L1-dܸYoMYd1e;B(y!м.ނR6t-Ǩa@6!QH l= b M_X^ ?r5f!F'/ ] []@s%@#Y^(vX]ā:1M w8$p ^30.3-hkNԃwlfO`w6 :Z >* Ic xDt-.Lq"]p좻7cw92Ye=;OZȬQ2%uxU-Hh 2\n֢",,o2 >܎.>j Hb݉tENy8+* 9sƖc} IZa^㪘5,a=| N5"RHǻ+HfpO  ^ޱYx#)P+.d獟R gJ5fU89s`f5` 2ǬMYgx&=Akﻂi,Q]<yJ޳M8r>.!O+'8 e4Ƒi /˿&[J \~~, Ӕ* K2 34CwƋÄ: |Ld[-;ؗh6-S3ՙ 'r0#E?fDnPzgP$o6"啦\WX뫮/| k} @6c=1Ӻ[϶:^[5qYX=u`%JƱ3#*xz!N؏/;&&q|/Q iv w~Lȣ>i$ .@N4Ɲ/;dnen"CzU7/l?eɚ\n1B&2abP|M_GVRMa})$GXFo(cA7`3xO88dwoңQ0"oÒr10'||%INpx7õ߄BN/"ϐq|-nLq>}9,ԩIO\G*.o!'^H{ |ؠ'N=%"q¢|-{i`7?Jaj&t1*#ށ䚱U"'TA'=?WJ*ZCg:d|NjHMih~rVBn  3YfgwŒhǏQ٣/T$Nd|XlJ(Ƹ!B]wTthV&SJNw.usw+.vHuf+S_o#3#N`mmawx6MDV S΋%)~)ڋdcXO_Ѫ8/B,wu@hcy6ꮛ+hAL<&T-@Iiw?䞞ȴ} J?g+WQRUŌ\Lpy:74x5/8M387èPRKV9đW kBSj*~kN ׆ڌw7/Mvqm _#إg3F)HŤ,$ ¹9>ᨗ6&l׋a!#SB6 Ƒ$zQU()!2P R!؏yxcG#awU/;Fi7sd(o%IU |1}wGH|v=S'臾 FLj2;%x6͒y_p0̘AOŹ#Qɖ&Y nXfxTP|Y/CWzH{*VF^M#_ؔ^|r|Xw8 -a~% 8ߔOUN8Um~oԾ$~DM_J\mZg4K]vmB*'rn½!B |дy3¶Npq-tЛ-Y?XߗƏ._gzo?di^{{ x[l⃪٣S^õ[#CW} hErà 9wҰb@isg`/di ӑY3\2!ZSo~F2`yXoO0j/uIȽtF̢_{9CӼ05yKqn}b昏. OőwN_,y _p$PȼօVd *B܅qGcAc\'_{O<"r ʲ_bq=q5_UYTT!9u#o@&GNDb)Z'yϰ|Ѿ xm@4i/b=s! OOV럒(ӕzB:' I+&ްD&:h_tLQ5%80x#_DZm@Y k@V-m4Ÿ*λMJ=Ḟ!S@r;ѪXt d1vlBBX^@085{)iA5Ѥ>QewL{ ABg&WHkx_Eno@*01i@sNP+"J׃).c*%1Na.ZTR@miqrn:+ˇ+$TOqEba +p,f"{0KȪ"3_2Sz(NS4iН:RJ>qmg{GK-x;?P'MT3BNŋmרmDwpW$z$ SQxVrgLn$\L,} 0 .^uX:Dc_mtM6PJi?hr lTIc <4PK0J_b=R8E5[1u=!̂;Uu~׬INYZBdmGAGle( ea%U&ŲXt8*r ^U,[}xXEsZ-?, ċ_M$<$#(y W]ۏ<ǎwa.\iU*X|L6eHXCeWymFs y>OFR!b}$S^h޺a*G]ORF=w %AЊm3EE} hnl0b80Ժ+;£\ _9 :q+ Wf1~W FZ1/Ɋl;qTԙSDAsiDF6R6oXևO}]0co5&n7ޚAiGxu^ EBLSZ<&%{dxw |j+Th뇆50E?y V\'ߚˠs֏k>!b(@y@o9R.-S] %8lEЭz-HXxܫKp݇u,VܴnǕD,B@z vvQB Vk8N+g߂N.n:*(mhPRc_Ac)NGw'95=UolNRUH<1(Sd)V|-ս9}ϱ #A,CR".lݐ$І D:ס+ tG?ͥ-+f;W0=)dO5Ӻ|waϜj{X|69V x15ii=z{Eo*-L~ŔlhN^yDn,[{,"p*^y p+ഀ_&^&PvUF՜D S3lc 0lh{Aa&4JިP#ڧߥsy)g)F҈/":me@n)4+־"m`+6Ʀ.w L(2S$-(}%<. TQ\.ErTc8p _~J+io @NSP$Yl Ohb@dq?ƃAir(qƒM>lute !I?A+/HgZ3QKo\AW<8߫X\R9:Ѱ?\p<-E !g5W S}qtu4u\-H  G0߰/b!}\,iiUڎ2sPfFsxX(I8ۮoF.ze>v?~k~蹆f`3A`Yud ևl%S1SJ%BҸR0rUukuiRLʔ>\Uw_AhU~PO/59r *uwX?E(6O%Xu5Eǚpf|?ʷBX$Kh=i|_ZzexȈpB;8VJ{N#a JÉ R a[t~{EeS=~<^hpt2݁IьeD4W!S~%YBJhOXXL 5,TPQUI~0'e׊0d1i>:h{>ʈqùK0 A0wGΧʹ]0#',S*h4P|NuJ"J ŋW3,~}ۀ*myl#F5rPl,H,S&mii.0oln6,zpex[sKલBȋXAfmk 2΋'PVM1N**Qe# h pe8q_2Y9# XUWnjطJ0F'Gz( #= W߂4j?7z; 5pB$*u% S87S{.O3~[K`eo9뉹{<ʸ}֢TNKӁ}&4P;[C y)Aй(1Lf[Mx!L)ݠN {Rm׬)r#Ju3G:_qNakO~cr_QaŔ>B>M{=e;t淉zC#$ \;$Z[.b&D4{*mՇ: wؔNۆȳfac8yF* ӟ"qƉT)4%C7w}mHfH%r1*fMƞO!ij(ǫGҹo {0-h'Q&Wl/A)O#LIdK_] ColmhI fAyK YZ