weechat-tcl-3.4.1-bp154.1.28 >  A b|!M@eee1~*zFIE56]]KP^;UrdԽ0wb!|H lEK)U룊YkgD;Q;V}Dlir3R>2jmЦ狶WjވzryklV(shڧs/o]Nsߩ;&Ƃ/;E <6fyD3{k*`6ky_72<~~÷N$BtH{^g j G>p>?d  A|  , 2 8 D  $H p X (8+94+:+FzGHIXY\]^bQcdcehfklmuvw4x@yLz`ptzCweechat-tcl3.4.1bp154.1.28Tcl Scripting Support for weechatSupport for weechat scripts written in the Tcl language.b|s390zl22ESUSE Linux Enterprise 15 SP4openSUSEGPL-3.0-or-laterhttps://bugs.opensuse.orgProductivity/Networking/IRChttps://weechat.orglinuxs390xHMA큤b|b|b.M998b185fa37253099bc792dfb908473432a30fc88199478de300d0aeb69588c83972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986rootrootrootrootrootrootweechat-3.4.1-bp154.1.28.src.rpmweechat-tclweechat-tcl(s390-64)@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libtcl8.6.so()(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 subpackages390zl22 16523309503.4.1-bp154.1.283.4.1-bp154.1.28tcl.soweechat-tclCOPYING/usr/lib64/weechat/plugins//usr/share/licenses//usr/share/licenses/weechat-tcl/-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-weechatcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=cdd200cb4d24486d51d9311244685ff2c5ae4121, strippeddirectoryASCII textRRRRR$IUutf-88a7776929e0a687e72cfa0611010f527672f34f39876de6e6ce9e1e80977ba4b? 7zXZ !t/G] crv9w WܱZ5z}2yf"ctzf@IsDFx(&8o^#؂]Edbؠn,ZE 6iǕFu!d|21TZ񐩆d {Q FlV!ׯEabO={-{S#@Ru iOVX,P`jӐyIdϻ&%~fLbLfj ۫\\aůb 8o7U#z0c U.?aJS/fJMNljFAAqSuQ5;~;K9il/m z@imhT*Op~ dK lpO:D=NXT$Ͳ?+=>>3*]~i,~-XwYಎ;,ɀFŘ# ?tI]~&sU KcItM*]km1#˅3[XHh4N1.ԝ' 7LȽ=Cyİ9Stc.< E[:=1!9ujwZ5N~/`h.ڏق\èw!:FT8*tuȫS/\c`+/Ro‡AZXqlTlb/ɓ,vS.  975Yכ}cA=|D#yt_7lS nt?ag$3u4 ::}W>s!Jq:Lk5P͢N?:3l՗ tИhil6q8Sko}&(R'hv2S 8\uww+p\Xegs[YGm7 ;wmCo?S/֏Emxv&ɷg(+&LϬ`}l[C6d *a͔w~/N2]\>=먉#,vT{)J=J){ד`akțݾ;YiU@UX_ U8=FfRtd|9$2J&_Ӷ#O*` gby>N;:P[(-(O=@ZPS+M$4?QhNvw }%H!$ð 8#;K\  u?Cu+ʽڐIC, "Sy ;?#VR]S6vX0rWJ>k/+e3ȡ+冓p$7ͺs֍o 07)&4Teg#>`ONedUV/a3@;D&s5W"fE#B2Ρ#_(Y"+rJ]Gm\FB3Nyr,uՙd9R$W>('IIU,7.閶WC=ʁGc^zAlጛ ^sGIe=T,Ns]4g ]{>7;L;ȏXk}qAū?.m)ϟYa! |gߎ;̮2"h2cte_+L `Vd C$bꮮX"p*H%̀z@+:m59NN֯)bf[ʍEOy9>@s|ov=i>)ʼnTP:PQ`J 7ͫNBNj)|ib;E;l|~N 3idw%*,"njxb8t16[fWϐɡxFSZ~ɡФ":3TrNBaڬg$$ ;wX\yJD30|Lb6C8B]#ȍṊ"_. .L}<j3nJshs$|3l.޻>b'mܩY[ GfL@ ^q h)-[ϲSZ\}Ic`}']|'ě};.te M# 'YX-sf)#ѓ k٦tz-^aKW4nNpFr}s=@UAQpjS\GoYlU-qu&H6W)Wے?[ZT7TNSyu4sQ@b{=l$2*v5&\ƳM/HbW~ Յ7H'-=04}1_Mh,?L0!x =abMe] $yԉFG/Ww lI׽fqH۠ ɬ1=GW4fsU+E,苜i ~u|=dI ~ްq68~?Aܓ[h[D|= Iu~zl^]r+غV7&bQXwW*ta?N5_pl߬))ϤgeAaLY (E6rM ZVM>`T^u& M٫ MN#j֞S[BK(,n:I|L =U+%Gm+4~ץ^IբB: Z ѕ_kh:ޗ\m4(pkVY'!\'D̂zTt־ىPPm]ݷNxh(A6[H4fS?Yk oEJSyNG-C.N5@xp ؎̈́mv:T;Zv =֧u”*CO?Hb ʱvz:xp+M3Bx!w(u }?FaUJK EپW&qK9stұZVT>¸ެ%A8Cl|jj3+CKk;ӄ]akRxeuQ4W71zu/=MSK۸Dzg?z'[)R1{oyH24j?|._[}0$#t8ADF!>M~C:IPyS% }md!\;HmP3DCkV9F.O&\KW'U V$0m'W0 9A͗3i'2F 0x։jiݞoݍdsa 657>ڏɦmt5wXYZz*ñlpiJW}kukERc%Wۤ3t!2+ a|Fe4Kg(x}(Ef|c]?} KF(&+iØ. Kż\QQ˛_l(@$0xP,0 XL)Q.\c/~ᆰZŪ1nSX\EG{nP.9UDg&:^]g&nlСzs`cWU*ڮ&PiA)3iZ*C|*LsGc,OP&go D:AFux 8#R%W}~3|O)MX<]b*D@=WXO Kr8[qB,S 50&Q5A2?}+X^8- fN'AR!/SN1+_`5ZxP6ܤ^-PF!WU/G6X/f0uLB # ) )R*? 6+a}8vBp:4bOڕd[8C*3M=4ƭ<d\ĴO7URR\. Bj_g^P &j;)Z!̑1Zxf>$BI@vSxbMjO{l!yr@D vdVA/.S7ty$$MF3 ~c[fB{C~j!nλ%=Y!I6>t9.>DVwX=RrHJXW|oGCN.P|3/L{ߊکLMUM2nvj£^k#p>JwW;9~KTa=pϱOݗ??ޅثs|b7Lt͓&;wK꛽fw*x1p`[0%A_?Qu:J␹Dž=go-S0<.wܰad5p^@Wb칿ɀ &rV& 0_⾷ qϝQ<[ 떭 Q1 y3f0^hU׊-0U|X1; b4]E5ɮN4 3Rn8;Eby<&l<0L9-^E>/Ees0U=XW[SdS$8jWtUs~kt*Bu7,${KC-RSd8"=QrL\&s)"Cnj#8{ ]`ㆦ% 6V %#ĝ4{o}:u=mό!{H%yZ =V BlvP^+b:('"VDΒ6 y-n}}jå%TmU Ul0؟umGvS5Rzs7`/)UU.}B煫vЯ禤1FvG(qvwH13yqA8-@UrwYŽIyfSzzD${pWT&d.FϺ?㮁_2[xʩ:&AwHb_LJRr{hc2 ѹXp)LXSE'W5C];։Ҭuz7khtL|ǍrA-><)HN\Hʫ>4%&O?wX:xliXt%~&I#F3"E'>Iϙן=15V0a!-_4YGP&kQ#39)hz""%&5t D~hG[^PQbyk=37K.JTSsAaCAP%e+i'ԗP''p?v8\K4 00 5qD~zx $SS},6ks{.p !NVNS<1pۅ2-x7/e_ P;fځTGC[OEȗm7}Grx 1W2$CzN"h('9Uݞ3L{+~۱Y>TUjBެImZ[CP{Yv-QӐW]kͶ_k^.T;S(uކYC]Ց¤qfnY=;t`k50M slG}_+l%O +-I; )/Sw8A/ />cnV~ e7'v6(Gj- 6LݻEX 4V' .1a*` {|.`A62)>DjZ VƳ]9tB9-¸BԱO^Dz{|gEM 1nw4O;x uqDWt (Tr >Oy VvBnp1+O oT5[z8 [:9%`v/ 0y}m %PD zP~Xt0an[mO;КUTiހ;2~7I$ϴfZ:w <߁21(5тIŀ ?QA[^і"fMpV|^훘`b ]k=ί*4hJbYGzU14]Z/ud8Qgf w1n= \-\4ƠX͢ڝ~V6yQ%$וm Z*2 kJxo1 6?4՚&u'&7LrWȃq&֦k=&no]Q >^W:LӚK7+m);k^rvZ[1JZW8OiOϿs~_-Ci.)KW6K:Uc^_!G.azeL(VqUrֈuO{پM\V,\jDjM򺿳dq[h#(cor Jv<pqC/չd(XA8W<sHnZh е:F.0pVv78<Ѕ9hD~]g<3~tёEueha 弋iV1ĈhE1ȀI%pfK+|9ٔk?|4騧@" [օԺgɀ\Lފ XO)(FLդh;>&-$1ÚȡTugqGh+رѿ4J~7M`u͝2{OOi2`47eA& ;dW٥Y!ѐPĉ.A<$gg!/ lpOItW ؟**P[Ykx/rgXN U늟 s>ʚQq̰p{u:d0,#$^i``6i!F*(.8h@s!f,c8EotWRJ f 6ut0 Y 3N-* /`Y * ByPGATCef9flm_+qH).XES+!2= 2JPVbeΫܶ^ ׼J7cBp^,ִ# "^XzA/=;S@Cښg@&Ī!pL9_0 ?n@Ys>`)!cw3x;Ilv^n2Dt< B2Y5#iP]x'pvD|hdn}V-NE ;2poǁ&4 Gpd̟"iы<˻F2=u{CH94Q&隴rͨ | =!ϟŲr ʥyFh46e#P9F= L xz ;W$\ ,td.oyK]TR D-"d:Jz2c K@*Zz-ҝڸ[AL wx, BM3m*;p8=\ 6&a6׶qK`;믟tapMz~wN Jq?4᳴!&w3׃%; Ĉk&A~!RE©f{% *.)+Z9ta8 $&^Y~Ϡ'IYYC0eg+w[->$ ъ,6&:!rߋj'S(s#e9@1:ZTIY&pa) zΉ&%=*db={<{EEl媖ż* 8"*Yl?lU3 k9,kxfUF8ZHB}|&)FX5ï>%CRx~xz < Dop>L*W;g0>Av|$(?ڗ"rk,IZ2x@їNI;gEVN-P{l%g2 UtWd2ZN%ͅj1}6%c#n%dXR[M="2Ɋf&=gP& H}1lKUM;u5"s%u:ͦYbIC6b/UYq!~Y$E q}yOY_Z$LO]&AKj/Oy$Tx?&%%‚'\Ze FNʸ 4uXl%u9W{ gh5;av4F p+']qk>~s鉇Ќ{ٺr^eZN|j}F(%̻N!O=wF*$ACgoc:wuE@j䃁Cެ.@ѯa Vh`W&S2nL5g(3#q1JfC. Yӱ%r~RQ'o'v inU >y9ʀ4/*,۲igvzi98zr6N sAΙ ;䚻*Ydn a` wZz7SPFjx(u)n;lqjmb6YDЃ'o};7^IėE8u" }˚;xa\4~2(a[j鎾<ޡ,-GR0!mJs1w,lR봄Ně}M?Q'$DdJs̺!=tJjKR߸UDd|/{ 5POc@%drАfҚa,OCT^d2:EsigRP(;qfwɋ5DlÿeQf| @}gG~S3@VG&|8 ^1vf t),(PDB_bewyqj-ra~./\ %POC=:S,Py[gC6苯FA~PdwR7̈́pH2pbF%õLyVQcy'be$d$wAG>D!觙vk BroqGk|>6M-ﲏ/y )\/s;XWO13,j% NG{ w3}1mh7ݜ8OKs;{TeA]6ÏɂKh˱fI@7]ř\Z&5C.-^Dջؑ7M& α }8ӡHASwz`q%qKҩc@'DI=I[Xǣιcm_ B&)IyE(|DR7VȺ~oHE?W 76lJ@xt&*;.&+hǿ{,kg T]ryӿ[)s1e@%w0Z V F1 $ ad[P,qe8p G ) CK܌u^Z }7768yBmd_`fLcp{!&e+2^T.y<K`n瘶R珷$K[< MVtBVO7F, PORw0t NdU6\EقO7jp *V-uǦB~tejv]'m"~hc**:5/;K/.!8PvRLfH6(@ ؔ@M(p,Kǥ3vƺcVaMeܽL^$,X 21YPZ7+esN#fkD^GR K_tzǾi;p.66DA&܏2ԑ,JjTfTcaWZa Ԃ#tQkфu;p X}7݆]JğOs" qcb0q 0I׹,*1Ӕ T fkN C c*]BJy_m }ЍK'=E6_iȊ=/6C‚2Vh)65/SX :%s c cN1PfB8kSoUB. H5M {B{7t7U  W?R"l`R#['`{:NjEC{1$lଌ  fd /TY려,~L>xn)!,o$ʸQ Wh|G3BHPlf1&"^95rLX4+eawQ 2 _%$iM߹Q0l zQm֨jH{bOǿYvND{T]rjcJ'۰& 'ӆ569㿠?FX$ӯL,t͙Kfb)AY!JY1\SˢDсrJ$}ܿK )9\)EQfz!n6K4 7L8`zoN;`:H;wmAnG݁l+"eQ) wߟEgjVJk= 5*V:La"f S6.#nqW 9VlА[ |WݓBj_^ ]2H?G|ok] N:aBX Qpl暻) XU[\gP¶&=\p?[kȴN[YU ! OnV &WqGZddx},6ѠKf˪7VHa~^#E;AmvKBÀ?ɋa0HV@xBG QY\xWlɼ>>@Xfmq6hc|_q C2 B(W)7پKǤAIZx3;hU>]G/﫝S_~"ED\^Eiݜ#v(u9u(wJ)V\#K͜!졓( r}魍ңJX$,7T"Gf71Gݻm<Lyw 9@I]rpAuaXi|Iin{ouJgynu=έxf1OF# x8N>pm>no͟ox^Z_r؍Ks^!kAW#h$[DYAfF7-2&=iI_vymğG6 F<ًј)1g  ROe7)¸O$c–+{sB-QʼnDa띾c1:wPu K#K7G]XOpv;z;no_H4\ Tu ˤvb†{wd?$S0(xa6-J\Xdd 0{UuCVMs%3m&aM&bT>w ļQ>0luu½Ha_!%^,t[d`<eoS/[nLz EZ]T}zݟc[,ar#-CPT3 e|ͨ0xYzF9g_B<z]Կ86 \B?ڔv5_[\A`$@~/DvYsߎeA𸐁5gEܽVaL9*"n&PS:Q(<* B0&6%RTg_ľYx)ȗE1ѹXM"f GشU}֩N{HVEDJmv *'MI:9qs iwTxgv5:s9@UPrוbgovK\3$eX!z:'S1J^ K5=Iw(ty7<~bO"E9YN]N*&H3!h 6ݥ:/<{Ö`W1iq^*)pݴy K1HXd*lS%.! lJoOTrWכ"ǐH:( WjT>yoQNٟn~u1]z"ͪ|L*k##OP6$hiq+ݜ0ެc= `q(p,Mb4RL{m0;"gx?uD4L@C"ɏ]7'G[6ز4p SaK*HP3g#:ޛݜ"?xs>py4܈ ~ wNe%vm Rիt vQWLek}C{Kc#XUe m -"m1v=ϟ29/bA+R2C?'%j9JY!kaP'~z|zδ+Up;z-D\2zt"dʚQTle,Ѭ)??.-4+ErDIH'^a  |`i+$+E>?nI9J^#9`-F $GpIgZ}C?fOX/ i)xlziwm݄yug2&2@1]I<+?[8rP(?K,# *)spG8֌h ;67S [-OMwxm~ hM??Fk1"d':o*7|JgQx.8 (cgb;;%eabs>`WJi@B~ZtR$($uvDqһwF3ҌF0ҫPNkCCH["'@y?܊? UbVr$%~h9z) CZ/Yej;ڦiJ.ZVR+ƃMwYnl,T<ߥ|17hMF2~z֘X"Gw{R jP a~$>^x"ћ}FDnD{_Va}:*&Th敄):H=Y6&j0G][Pڒ%őaLWE5䙵ݫ+˭3Y{ ~Cx\g>lf4>D g5}&_{hX=qFUG31!R& ȋF/^bW-'`OJ}3&+8Fwi'3H>:X@g+w,Sh} ["XS}{k9KFO,%.1g\})ѥ$,nXwkƻ_ґ5:^MJJ3;' 5̬3 qEs!ïކ{ 6tdVڊn^<"XNM<\֍Cv%?  2tt ![%-PH^jErH1D[ d|YZ}Cz\N(X= ABJǫw35 ہ(b.+W_U.xMho^t=@ Bγm5:mTX"zI쏕?yU?&KEքh3ceJ/[ xEvXC'ߑ8\E?5&Dʱbgl-mjC2ma]ި$*А{Fr\۫20N$ϲވzƅ|!Nz .2-[ %z^mX' k܄/c>jLWM-?N<҂|}\CI.g8f!e7:+u|PʗXա r㠶Ą !RHL  [gָЫaEpä6@#e^eC+~XD jJvH`VjUMUi =4w{\ibR׺]ЦygL?-1d]H On4ǽC)kv0BҮCd]:]z>̉! a |vӛ*>6Ts&*YZ(vq.@"MgLxQ> /ePdg_<:za]S֗J{41Hb'Hcg;'ꟇHZ{p1h[xAnPD 7Fb~k~QYwq8$SKlV{5ײq$}EK#bK؁?7mAsB6 Uֳ$p;DIQϻ<4̦OaAR ?-j7%!+^7ӆy~4c3TLa7zK9oYUЛoA#Y?ςŕ3B^4"fPOS@;>G oRFEd[JiӅ2=ӿ΋@gnuM|*:} !WkU_b} uI.X`AR}[#!SkV gõ-OAlh_uz}$ 0~$fD k{]y˲i l ,bd-|aVcWS 3+737g+%7?XgтP/ (h a[ u7 4eWa:LiDAg Ea##:T6IR .49,k`.~4Na0s;m.Q9Kd:VQסQ OEG=~UhUm %%>s?ҷ2Y+TP8@ré+U 5YLXR[aԩ@;/)w"٩k~[wڤɗ' 5N+M;?jsR28Vڙ*qʐzTlf>"7%/Ox'߈^_C:)5snQ$%^qߒ2u>ңobBLJo{h9Fr丒5A.H$/*`WXϑY=ŕu֊?s x-{-g*”ȫ֩'eu:{2DaWװOxBUi"O ݏPfKeY]!M;H%GDUJ8zr&}k^g'a_K M_"OT)(nhu zÌ"Frq[SXLnz5v`ڜww61ȑ߳sAQf[PH1ɗU=tGUA Dv9scbȠw}- ߇cQIj^]qAʼ2U䟯  /JH 0kPiiĩ0&:]S,K`ז_7M A7Gd N] $V:ڑ+Mk85pCd fhQ{a)t\:$G[Iy񲎍RץƣccsS? 1o +hy)FS\6ddtJ cii9KTR3);Rr 6D*6 PxȘdLݿʡAmk^Qנt<9 yGYHK tiwz(Z 30[o>% Hے W-`%a-uTXЄNϝ*¿, ?yU ,q%C^ _<: xWJlWƂƁFK& W[y;}C1"Wnld}i;$ADl8jj̬Ηe97ȕL}:7NL=9Wqx4nOڤckjUfpE#BO8 ߭mDST6Q~;~[?rKzXoVe=9K42șn#,MnkRN.QUuH[НCpqwKIAi# >n$M54@ev.pb?iq蛾-.y9nsm4EIOcnTZ'&`q7'sW4?u$Io GK>bWPA0ͦC0ȓj4 8-$a:+u u2-W4g&DKi +.-]JtaAᅾSK}>uT.gkWφs7Gq؂bCâ]aoBlްYMN鷵szBZXCM;% q2jSɭ`2ݴvKlJa].¬ )Ye aK>˫)J3gxz19@ ڮ"&lo3T0,8ƨii +u `)K8i(0@ϥQQŐz&yXI=/&뼺I!~l6 "uR/I/Ņ?B'47X} o%J˻(kԗj{"y) E#˔T]Vu*$Y2\ ]]ǦOu%[q8@gB۽qÁ*ƱVVA["d ^˓.Q7vYԷM1bSc3\-70WE=épFFE+(EDITF*'+DTՉPEK44m"Yx}ɍ hi!gtQF)S|i7aQ '0mvOxl{Z6r%KG^ ͭGM k|,t~[]̵݁g (H#׷C N٘Lb#+k" )cRu78kj>te72GjL3S?9>Ks-/,qהsn$SBK@~puzpfJuz-4oH[2 kB%bw@2Ъ_%A}֕`5\⊵ P-DX='sc^"|Cds}} 3s7Ԣv ,WX$^HNV7\ 'wlG$qA«uݮXmLn)9jJ6$|[=BuS c⧲Tyl#j8lɵwFC\nL&$RXezT).D7Y7ƱMj!f2w/#0sfM>jx -E+52+,`&,\h,>{e]AfDd%0) ǯgV58NOM{Vrnv: z 0i3% $]cMpnKxzQ:;,qJj#d,ddjNtrh rDi0 ދgIyqq<z4[S*ҟ#+**W2!G!P^+sTLWW{?ٌ=>䑰\o^(5X:IG&Do~J oTmS)^٥5#5~{u{w+pf1tCLMx햴FC#z$?)oJKacǘS83:ң$Қ[H(8Eq?E 7W*TA$"D>_ C.$*!13Rt/7%" vI%xWnK''77Nq":T;2ϔw'2Y۴A.Yvu؍ mtb[bKs+AΨS=H/f*wW| .*`"ȧPl #SroiU Be+\RSh~VZ 2`爿Mȹ!sϖt&xr&uCЁuHg{ua=ƲZ~Se$=VҝvϤIñIX%:&+^C",wb_gVOxN~/;149 Yi/)IZDH!áy=`y4*kFZ/3=)f&uXe['wv>h MA6X߲!Wϟe(wz]Ʃ^y +3 M4 1ʛK'  S~7yGLPA.`~/m˙sId) z@]b|HR*3Oklst>2GoJDM(/;6Mq>O9q8l 8LBPE&?@X˅beT*otmvG2)NxU8rkRgYz]JHQGhRFVW!C:USt=$S+-WSK#\̓UìEK;+UY4j~P*Be?X\k6MAe}(vP?;~y ed=<.'!d#N&A)\z\s-)sC,Ӗ{1cw:W-~xo׼`PWWA;\%/e)[l`t'K Ax':/d,J#Q)x%oޕCu9d7CŎ-78W[1AP5DT'Njk߶Vb`$>HAJ L:_EB~ILH@:qG"eM<=? cI,XTǵaxݻ^=b&1| 940oqm27/w?Ti›6zpCo}yՐ{΢5Te:b#!9e SN:z>,$$'ms \O#p?e=B|2OJ TDGYf a>=Vȸ +7"\3I# 5mxi?%`l6:4G`KcRFq[j-C*]<Gu(SnK|b'6 ϔctH=u7VDҏF;"U O0n`ZbE3u0 g/`O>/nTU@|22S[`&yPj2n8*hh8٤ B&A%&c'QwL|V1J¬vdYJ9{u4Ӯ%/Gf :y? Q@)žY{NJ=X`8~ʃPaZqpTf[|*qB.s\"c XJôE<$naNR*VW [ =Q}n_Es Lv T$ /k\>f$g3kv]&ь@-#j| #!h\k)H<;P;%Ӱ-`q}flE&,4A0*| _Ј+[d#wL+.oU[VMdGHڊ+NtPW4ֶ4MKj&løWKg/YO5HS>ȡ،#F#ǰvSi!$YX"Z~ѭbG̳ke|LdZXD䝩z$gUWXqUĸ)cCdR<' ܗO93p3x҂"Pڹ9q} jT@KB^H@0iE'ww=0[ N Hs9gO}_}fq5M2vQ~I,j 3.brQpC~R?=0$ah!<afsy-q(eiYxD])OiJ@ n6`c @ ne3%.ᬭN~2tX`\m#\*<5.0"ɩ(C"K I  EP^(z2l-zv(Z|0/Y,Z$N  Y<-p,5"oO$KQ$ǟ].9|]k[M! VY3vUg`]!ǕZMBG tsÞr=D P !Bo90eA/{gz*@ ,]=.xjm*&alf ϴ]8Bf' w3F|MƲ#]w]v8{L7c7[ۤn|T]8څ$Jܦ6 M3 ӽչzB;X.2:Mpty뵶. Pu&ŕH\MG[#hgAD*Q)F|}) "Rbav׌^܍{Q  X XckF-ӫiU!N˄}K'+4Mg]L(X]gLhq`kc7i / $>Q]΃п[FN}OjO~ߐ y~tO#94[X|ö%7\3}*&5]T_o㔽*)tEN, R!Tu m!/WN,ǂpl.T,},1yK.<8H[(2H5 JyΨ߬xpb=3a7  u1q5ƶ.Uo蒁ݝ7>X?tԐ#igVRggv;wj<̚4fI_LJU.rvd'־E8WKxVhyLw"7=Z.xHoxJ;>ɸ"oeݮpL0ɄJUy*o#"<$>]i:bjqJ+'![^بpDamFKIC|:!j=r,ʑQ2AN1ۣb(%'J e"('tgiLRJId;% +hz7O/]Q%Ěqayp6Z >ڷ;I.!C@9p4:  3EmpvكEFPw>3`~>梦ھISEh)K d2g?VH{°=;լE5a%&f}X-,^6ѣ8"%Rv9P-޵byK-ٟR?@߅ry#I$ gGj䨚Y u][FL1iUnI/`}T݋4pAc^}Hp=Diwf2c<Oē98[,r(,VDE #b⹫]mLjIc ŦfA>DedQ7842 l. }S3('k"f;oȼpL^!2r)_8GT)YvN!|OU(!UɬN7_ٻ-ڦRs;% = ^y7ZITjR{Ƴ'BT{}dqN kB$IrKM<6X! HP;F5-PYAo{ߛ8+(HepyofIVKF"fi^mbCW-/'0\ש" H;@$N;RwI[4%)6bGܨVs=KV? NjRR4ލpK*'X˜O O(Z=Aʹ%cA-6spXт< bo's.R^'LF=dk{76ZPZT"I' -PĐ^`\2NS ] !/D^ia&5D&pRY`jKwA8cq(%j;e'z!CaȣdXF0=Λ 'R=Wܞ86O~oO@b(C9#GXTߙGu<^ " vv5LL"E ȗooXVpcαJ0#\m@Ū@=*8lHf36dKW4YŠ;&[ <\~! 4/WMPbOǤŏlBYC5T\biPW+fPE?;/IoA x Ѯ]zbGbs8oa7\(_y~9h'Bna?~^b56$/L;e.ԱU"@bMپ84^JW!:MeK[>{t4Wmb, z~Ҩ͐9j ^iϡM$e z7(c\ ~VUmVKb>]̄]"[Lo0Y8р; (xӦIvtȮdpϖ6zulJ >P:px gukIVL@i39ւ(?$-]ѡތ&/LS@6}@"//SugQ3h2X5tnO٧$9KmQŪ)~d':}VNp6ִa4T:ŐO-*\i!ˆ~@(O򃴀pbEzN t֪HM KT~ 8˃)"E-4Lw1r&e9/ D-'>{=N\+W%oZK15[a/Ȉ tm?'À)&R]zWt<'7Dt|Q=hk^x*uD'ѻhiSө;Pd\GdX ~C1*jBjiR`S=e/)["[쪍X.و1:vv4;|]UϰdK?v\p(_Qo>V0`qs70_yhH>jF e㲟]LYhAxuvV 9qu7QFyKxg MunzTe>|~+*%nP$u#U>˰[]tB+M#>͑nnZjc^hAwE3WstyEMqRhli6̉H q^bМ)t)h.'{l7P=3h KShW:ūq9UJȘC"lbcK|*5fdM1\e.EIiþPŎ ǝnt 0,v M)'W$AM-*gʨycB~0/߿N;셬 I%@L"q:`iYiw/aɩOH[t[+/FK6>+@Vӵg念Vnmhܓit< <8rנﳊ$<IzyVĕWWj}Gvt;:ȕ%bđ0{CD~EÓܪSm! *ŽP@"spR"~@CQ! M u&4XkN"`d!Ƒ+Un_Tce3Îc2p0cԞݘF1]0׳?5@Mÿ&'в3+1nCp-\Fq̹<<~u3qBHۦnO8e_:ӷDȹgHc[0h哾tƼ'%A"nY?WVB 7NEvd/U[ TSV=6 K5fx] YK#%mxD,=fKb-{gemvpx[vQ>3)jn-UqRilBX*@qGJꌌfI6BW.`b -:zVڤ_ud?0~:Do-vZCx u1UI!.rJ&nAbS!bٔ# w w{e Lօr-q!PY+TppL҉F̲.%v.o2`Scɗ*x?!J+ QVDI™:%(-2!|wU@pF^KG$p&/} Ʊw9z0Z$8+x32 i ʔCm?\&LybNӘ,7%wadxpN ZM$q%Bg*;+Iyн2@+_-q˕c̩ӵ@K3{؏T<bCћ&JfefhVг=)b Yi6UN=Pzͮ}LhlT:\Eq5${-265Y))OdGը?Eߒ-+f?Y;,D(jq}@ #춳TCck*2һяִY3Z?1CT/|cgV"`aocv 'z'#V8l׵zB3JYվZ˂ 4xE WZ;HYO+S;$9y覝5;3 K&V>"_?|*rv_S8im ң7dzwh3b`0ŲZR"i"/ (P"L-8y!V(= j'n]S` zwu Ǔe !g^mMs۶MxEzW=t"xK~Cm,%\=LL05{}I^Gkya&nOO/$ *MeQȊJp: 0í #* iܸ;% sIEh;hڵIsYE\#% jjdzCSJQz,v-'~*M"Gcf[(tKONF2 i)ӈJDTc3]NX⅃>=+|:oj 6tTr&-/r׉(&NԐ BTf A5)& Wu=z>+ *!2ᔂ 4&Pkwf7eA4w^u&w Elsr,vssG-B=OS!G\æ1c6/i-t<'fX/[fct\𢡊^|3Z&Aky+RB^ɡC)˹\tzlm@% e~/ь*NEGT%Tu=[6"7P9^AG'EzEEG0ŒWFWm6}SދH5ՉilpW,T֞LE{ѽ_C-Rhy =upWA槬 O)f٘DJ 1V{R\AB ث.ۯEmTU45AP8F7YO#y‹1f$;t ΦY3S6ѼT&vM4Cdn<:蚄ae+8*261bt7Uy nqm>~@[՞eXA1!Nܸj@qh^Sj2]@;m<Ҷuuob 0+/Tڸ[6[Zf+.6z XM>{xyHiwc6fͪ!s d%Ŕ@oac!а#va<$qF 8X<\s pnN59꧴Xo:#Oᳳk)ʭS7CXPSܒ*mq֬,_Kdp؃-6Axe >YY 5Gh_h7ch]cSw%@^+9Jyc$P~@Jȃ,B!ŕ8v^UXJ]/Hi4r72X7vKߠdeTfvSƌt$t9?HeׄB񰰃fX!* a-J(Ɍ"2P7ASٍ)T}Uz֧m nbЌBH?:AvKNOR2ڱKR)RQz7跑Ċ6 2CgmY;VW?cLy,nTkXg"#H1tI)IBig}AG+ɬ`,{Q ߝh OWֿ6V#3|&-N>68\9\,PD]U&7]vY޸_1_xu7P)ΣuZ[F8|z:B\9Lȍ(zAU"SO_f\q:LVmʊ>pH08njBh,b:~dI>P:]dOF]Q:K[c&M:8<[!]Ɯ@*E9kqnJ=BN; I3G`v ~thNZY8:$jS6?hd4]YEVG /5qH BJFs LeՉdxqu@Y?ꞥ[U!sCyU3r:%>;ze- uyWD9C><%E/,6Jͩ]Pƛ֤vHJ2T4x|%-@pEM,Glr簙?;3~$1X_ ^Q&& @;5S;!; FMEj 24rlC=XD`%I 7e2r}c2/ ~ _]%̥!)@"^E-奣#j\ri! ޗ ̖89zM|K`?ap(ܮĻ6bʽ [x"GW].uX<cL?_rb%Y3BU;0%E>~10߹S󭵚YEw(3}(Ux)>mxPkmJjNfNdU3:0q7"ą&`r8r_N ez6= !k'QAC2'͡IJF?&w%FtroppQNÂ8 tR(bpZq4?ggx`GO{PHO: Kq~B.K O Sjmz$#uW8d5xa|sIb8 .}G llŠ6D=- ȧ##♦Jxu&2찑,Qv1駌AymR76c̈́L\Wm,Kgq;,RоO+BZJ Ǐo} rU_&!2עBغ>5Y{U^4 yqM)c>ufN{7תWpGں+H]nW$ !,J䣏kl ]x!O֣3IO.k9٘Ue)Uܠ^AߐEf=^@dǃs3%Wka/q:m%vLS:<aGPp'$dkF)T;%N"V`_ T( 4EH&y(dģh~YZ|I{shf1ioZBo;z>9@|^:;wrHV,Yo :鑺kaڵ @wu-^k*tfD =Kt/Ft@7?oLZ8a C‹q*jw\-{ GpU=%L?TQۇ8!,*)|G]]h: u\&=Abp Jov6JkStV!Ä!HؿFkl^}li*-$񽸖aSʩ9_wE#*Gx,iuA dDZD\ed7ކɻj2 n8&;EobAJUhLh^ 1f"b/ ,.(D"(cOézwa,*c|mIEI4% 8"^z`N%.&?w13Oii|%û@*X4H+;O`'#N]d܃``*fs 9%}TVtkkg)^j y!X lkܹDc=&99%ฺn۽ סeA.|s#+n~t ^Λ1!=Lיִ6%!Jm,WSlw9ZNX%е^Bdmȭb\i>!? BwǏar(Tj;LjzWP,7BUpB 5WMv_ʎyITT1 VdzD,nJ?D5Iy:f^[MrMOٟE4BP> n@de[Kȳ4e;k><'y,5i.ggr$È~= v" Gs;83nLt7l;~%qIQ !d߬ձ[aԦJlE|R:V{ ()}X S6qQ3U#T XDU5Ӱ n cSKE!Ӽn_أrp(}5M%].ԍ 83 rQ.~`Uy]V-6o 85I \W!btڝRcֈ:W1}PifTP񶆀M b2ɓN 8B{ И_V4r5fJ|J<@NAEĢK5b[og߭ 1Tt-G뢎]!+dܙȗO32[}uhr'4H~ LY1\J2˸:8mI͙gwr+ώC:[5A9IN$A@F>0a1#0.*jolDꂎ55}.Ts@in Yuscڲj,Fg?UVKqN'e1]cڄk_w&Xz>t_@CL#Y[_ngSJTaLZu?h907PPdn}t{GPT9b?>e LK\"P+3_>2t]qL,7lBEbİHN\57ew]h9Aѧ"L:' k*ΐfwR͕EWe[XV:Q ~ēf|7K8EmUb:i U;qiYµgfch46VKtӃ5PߠN˲WNέsxՊi;UBKa\A y] LUp;fώ^fflŏ7u('fKh9F$X>2sX„6|tO3` = 1P}ÅNƨrӊӑ A^(;jyLj\Y`14NR0d,] +eb g,k3v5Я"˦!4:pSx*5Oɿ/I Z)#cC#ѓ+O|pK[QH$^l1Eġw@+l%ǯ‹73K)B0`.K z`>`Yٷ} x(A0hfpqQT M%$<Q؉.T_æ?{9yQ=iKS׹(5&o)[NKfD KGٌv~("K8Qm_gx.ZI[AvXIgi΍_>}8JoZ``cTiU.YvȂ6h)S}mdxv7|gi/Vp,y~יeؒ>+;qstJ `A [iiK75:50{1[Gf0Su 1ha}pA ;RG+qg]d8r\@.?T𼗡Xڏ7Lǐdj0J |j*|=wh w䵢g1ZOˏZvZRI01*17\TJ+UNՍ"JU(((!Hiz03vqŁ=cئHUq@ZݝZ]C? Gzu ;/&Hyl|=#3f[AZ#cA;JUedsxُ$VBZ=X '1ֻ/ wN`> MX }bMxu,BXdEGw663EEJ>1TggiݖSE6&wض$ڋ'm O4.xU- LQ|!Eݕ(Xg1&Ѯ ]$f>o+—0joCl$-ʌ86H)@1d;k*oA[z#S7ˮ] ҭ<5+=NJRRO:pffFPڣoNnU _lѣ(r,ӎk#p8NHD &etC좴v`%+\ۖ$cܦiXL\U>f)Z+0qdʢy" %%pwHcTΪ'qdTD9F?;Ox},_Ł)jʎnjz#>UT,!Ǹ/ (.d[yH :ς&OV Hj~{.aɌnnt):\W1eā9ֺLn ~ NuF-A,sasPK=ob-jXV~v-ĭJ#Yιi 3 %B˭'H K(NXں#)Pu(MAˠQlg(Bly2Vw, {[QARCI4Ϡ\k|4'AX+@Sw%k 2f|ԇZ%"kJx"syL >/fE kH W?%!z}.; ^.MUWXYTidhhV8̍/ 3 z~~as3٣*ꃀ\' %")f`ϡ}3*ZLCgz=.\^/OB3қ;G%rօJ?Jvl5˦6TN%&F UZJ)]WCV3mtFӷxpMجYOŨk }&soK/q$B )zqdRےtWc W{O.r˷XVy`~KtS#ӋjEyyf:td03  ' CҽsDH:ev}w$➭Z55N4`AX uHn=7P>H)zG[%fq^OWEݏGg-ǥ>|ƒBw;05bO㾻X≠c&($#O?O`h ub0ᯥk Y\֒HAΓ<%tiAKBva*w$^q(vI Vg{yzwW+3ydM3k/$#U)Ķ~yz"Ed%Ǹ"uX*:x]GHϴݐ}Fݛ/L%^+Dy'Y5ZqQn(TMgsQ '@>O3{N7vM-(*\}Z C4}{[GbmexTʗ[4MC g]w)/7@Cr}J<?Sn!WqWhCyF[b+ ^v" I~jG2B-XsgKY_rXVV&\J0 j,&6in!>ȓM /$V, уk*}Tg>圖h9[^b67Cl~{,"x2*zߎ}]w$'+/OpAڟ ~8npl&0Q.=Ly8?vu. ="=:<&NC/woCxC;xrLJ2ǭE?>o@*4K7}Z6g'2F+.^l9h;J8=LeC<8dZM$̫aL0EAE-OY-7s*pb $N{\& M@p/[=ym.(jaCy(IƣY,RFz  f!IFΝ\ŸW8UXxlq_Sv [VONm G@BZ sJ1nDŽ( 7%^)U3"lWb7ڤyr6sd#0e " 1'8vkb!G)݌!=R(4Mؚ-d<1mXh(y)Qg~0 h%8E;X+ c]wI `QnIO5b7:^EI{,G_Mui43dm5܇eL2JQ,ۺ yurM]O,M/V41x}V<|D2l1:IgXLN Zm-m&ciE6[Ha ё\k6js|6 l 8dLβXHʜOUP1 ."E1w}>}@mh*Q A9g?B懥yw鿖]Ϋ-қvewGgA8 W ʣ<Ēs¶]rjvkE;;2{~8A#=S5H9-KIk1[X:d p(h \|_*{4? xy̨" (IR͝gHf/XԚ}||qe( =J]%6,OzHwT-bYTt!RQÖHre*1]٥Ld1gn)H 5iEv2`EBxOuՉ-G@o&!Jc> ˭seݒ-*_ *^Θ`*;%|:hܒΫaI# CYC;_+Sb.L\MU~Do;HZϩi~Fڏ+\z Oƛ>l΀%-{+MVrQo;vF^oK/q' hN? ilEQm tG,uBSc"5w{)3c3$>27q*Ope |";xNc )Uݲ{+* Q%CX`A1 k| {Z88u}X<\[ S[qH_r*gm u Y9^q)TK.m6N؞*~I^CCqmG{5gd,x@2H\G<\޹˨򾺰TfU_cy;*l@5ɨ@DCbf3*`@m8m0P_Lw1Z!))LJc (8 Ha)&wfM$q ]}PxtQ42ұ}}8q!0HecN >{`ڗUp\|O"p!wuxi8eL/k/nR!ǞMgl_6 liIkʹ*51>S6x?{*?-D4;dl՚ߋZ=ÅpJe%56/A g!~ݩ ( r3G?8"cY5KE${jˍJ0N)Ͻ&TP6VKf[~xI7P`'v<>eC]?~9Z}FJ K9AՎ펅eLKBnId0YmώǩPQALՕѦ$Bf$#x-/$w:3,\=vS["UF iBkgQD[xPXCAlHn0 3*t҄d/9G a3[?gq[c`ʨVVflo)X=kYĹVjD1I$cBJ=$G |8TFz ♐{,$RpMS(Z RJMGz5% p"78ؾWU(#_!>"O&SC%V,D3V'< 9oֿ+!z0x3ݩ fG!w()#QO[\|T4UɦSb UPA%jI̐kj]j*4@第_RDSl5ox CF`M !$ Te!iBK^qƣƘ!W}GC'Vlșuc+GZS-)Yo^ bž@gt<)n!S24;mlmN3I h1f0т;vͰB}՛c[!c;|E&rR|3>ڳVoC |JeƧl{a'ދ?D aQA_N]IS}T봙g1?eJ"z5hɝ0b 0DꂗfܚWnqj溭5BUFc|LHVDQC?E+Kvnե+O`EI:.=)З8SF'R显썓cFftf\9V@!0oJ*;ן5sfu{6 ~y%mƊBsԌl1.VSX^} { t8׍h O¨v7-A0{3ìPRCx<`B]46VCt, Q"նB5> 7O?ɒͷ&߸t` g59[CTn7_ q!^x-ѵ`wgαlvr=bō}-j?Vjo."ji#\C]p#%#WOO mQ&f#͕^ánRq!_\̧kޟ.85@&JNET^*9$[p'p14.kۆI<&\A6;G$NI(B,+Z~jC#tнㄈy+kLHfBl'S,