finch-2.7.9-1.2.2<>,M*͸/=„ +T5|M22ezR8`[ifxKθjs Q;(N]f}pjY¾26+I¡̧qz ӕn;tyl'M.1|읛&qYtXcD`v*%-,vZcw/͋U`y Í ;85îٺLo^'vA@A=sM?ADY0?rl|-fA>0)DG2y>::?*d  R$(04BKR k   ( `  $j P( 8 $G9 @G:G>@BFG,HdIĜXĬ Y Z[\ ]D^b%cƘdeflzCfinch2.7.91.2.2Text-Based User Interface for Pidgin Instant Messaging ClientA text-based user interface for using libpurple. This can be run from a standard text console or from a terminal within X Windows. It uses ncurses and our homegrown gnt library for drawing windows and text.M'build24 5openSUSE 11.2openSUSEGPLv2+http://bugs.opensuse.orgProductivity/Networking/Instant Messengerhttp://www.pidgin.im/linuxx86_64J)KX:p)J JII?@I@IIIl@I@I{Ik0IcGI[^I+H @He@H@H@H|@HhH!Gu@GG@G@GZ@GQLG9G2@G3G@G@FFFōF@FF @F@FF@FnF^FZ@FIFHO@FC @dimstar@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgchristoph.miebach@web.delchiquitto@novell.comchristoph.miebach@web.dedimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgpgajdos@suse.czsbrabec@suse.czvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgsbrabec@suse.czsbrabec@suse.czdimstar@opensuse.orgaj@suse.devuntz@opensuse.orgriggwelter@opensuse.orgsbrabec@suse.czvuntz@novell.comsbrabec@suse.czclaes.backstrom@fsfe.orgclaes.backstrom@fsfe.orgvuntz@novell.comvuntz@novell.comsbrabec@suse.czsbrabec@suse.czsbrabec@suse.czvuntz@novell.commboman@suse.devuntz@novell.commauro@suse.de jpr@novell.commsuman@suse.dero@suse.devuntz@novell.commaw@suse.demaw@suse.desbrabec@suse.czsbrabec@suse.czmaw@suse.decoolo@suse.demaw@suse.demaw@suse.desbrabec@suse.czmaw@suse.dejames@usr-local-bin.orgmaw@suse.demaw@suse.demaw@suse.desbrabec@suse.czsbrabec@suse.czsbrabec@suse.czmauro@suse.desbrabec@suse.czro@suse.demaw@suse.decoolo@suse.demaw@suse.desbrabec@suse.czmaw@suse.demaw@suse.dero@suse.desbrabec@suse.czsbrabec@suse.czsbrabec@suse.czsbrabec@suse.czsbrabec@suse.cz- Update to version 2.7.9: + MSN: - Fix a crash when receiving short packets related to P2Pv2. (bnc#661497, CVE-2010-4528).- Update to version 2.7.8: + General: - Fix the exceptions in purple-remote on Python 2.6+. + Pidgin: - When a conversation has reached the maximum limit on the number of smileys, display the text representation of the smiley properly when it contains HTML-escapable characters (e.g. "<3" was previously displayed as "<3"). - Drop dependency on GdkGC and use Cairo instead. - New UI hack to assist in first-time setup of Facebook accounts. - Don't hide the buddy list if there is no notification area in which to put the icon. + libpurple: - Fix multipart parsing when '=' is included in the boundary for purple_mime_document_parse. + AIM and ICQ: - Buddies who unset their status message will now be correctly shown without a message in your buddy list. + Gadu-Gadu: - Updated our bundled libgadu and minimum requirement for external libgadu to 1.9.0. + MSN: - Stop showing ourselves in the list of endpoints that can be disconnected. - Allow full-size display names, by not escaping (most) non-English characters. - Fix receiving messages from users on Yahoo and other federated services. - Correctly remove old endpoints from the list when they sign out. - Add option to disable connections from multiple locations. - Correctly update your own display name in the buddy list. - Correctly show ourselves as offline in the buddy list when going invisible. - Correctly update your own icon in the buddy list. - Remove struct packing for better portability. + XMPP: - Terminate Jingle sessions with unsupported content types. - Own the directories for the mhr locale, until bnc#659001 is resolved.- Drop pidgin-nonblock-aim.patch: Does not apply and seems obsoleted. Part of bnc#569271.- Update to version 2.7.7: + General: - Allow multiple CA certificates to share the same Distinguished Name (DN). Partially fixes remaining MSN issues. - The GNUTLS SSL plugin now discards any certificate (and all subsequent certificates) in a chain if it did not sign the previous certificate. Partially fixes remaining MSN issues. Fixes bnc#655477. - Open requests related to a file transfer are now closed when the request is cancelled locally. + AIM and ICQ: - AIM should now connect if "Use clientLogin" is turned off and the "Server" field is set to anything other than "login.oscar.aol.com" or "slogin.oscar.aol.com". - Fix a crash on connection loss. Fixes(bnc#655675).- Update to version 2.7.6: + General: - Included Microsoft Internet Authority 2010 and Microsoft Secure Server Authority 2010 intermediate CA certificates to our bundle. This fixes the "Unable to validate certificate" error for omega.contacts.msn.com (bnc#655477). + Pidgin: - Avoid a use-after-free race condition in the media code (when there's an error reported by GStreamer). + AIM and ICQ: - SSL option has been changed to a tri-state menu with choices for "Don't Use Encryption", "Use Encryption if Available", and "Require Encryption". - Fix some possible clientLogin URL issues introduced in version 2.7.5. - Don't show a ": Ok" connection error when using clientLogin. - Cleaned up some debug output for improved readability. + MSN: - Added support for MSNP16, including Multiple Points of Presence (MPOP) which allows multiple simultaneous sign-ins. - Added extended capabilities support (none implemented). - Merged the work done on the Google SoC (major rewrite of SLP code) - Reworked the data transfer architecture. (http://developer.pidgin.im/wiki/SlpArchitecture) - Lots of little changes. - Don't process zero-length DC messages. - Fixed a bunch of memory leaks. - Prevent a use-after-free condition. + XMPP: - Avoid a double-free in the Google Relay (V/V) code. - Avoid double error message when failing a file transfer. - Password-related information is printed out for SASL authentication when the PURPLE_UNSAFE_DEBUG environment variable is set. - Authentication mechanisms can now be added by UI's or other plugins with some work. This is outside the API/ABI rules! - Fixed a few printf("%s", NULL) crashes for broken OSes. + Windows-Specific Changes: - Build the Pidgin Theme Editor plugin (finally). - Untarring (for themes) now works for non-ASCII destination paths.- Update to version 2.7.5: + General: - Added Verisign Class 3 Public CA - G2 root CA. + Pidgin: - Properly differentiate between bn and bn_IN in the Translation Information dialog. + AIM and/or ICQ: - Display the "Authorize buddy?" mini dialog when the requester has an empty nickname. - New ICQ accounts default to proper ICQ servers. Old accounts using one of the old default servers will be silently migrated to use the proper servers. - ICQ accounts using clientLogin now use the correct ICQ servers. This is separate from the server settings mentioned above. - '<' should no longer cause ICQ status messages to be truncated in some locations. - Fix sending messages to chat rooms. + Bonjour: - Don't crash when attempting to log into a Bonjour account and init failed. + Windows-Specific Changes: - Quote the path stored in the registry when the "run at startup" option in the Windows Pidgin Options plugin is used. - Disable mono plugins on openSUSE 11.4. It does not work and is unmaintained by upstream (they are surprised it builds).- Update to version 2.7.4: + General: - Fix search path for Tk when compiling on Debian Squeeze. - purple-remote now expects and produces UTF-8. - Add Deutsche Telekom, Thawte Primary, and Go Daddy Class 2 root CAs - Fix CVE-2010-3711 by properly validating return values from the purple_base64_decode() function before using them. - Fix two local crash bugs by properly validating return values from the purple_base16_decode() function before using them. + libpurple: - Fall back to an ordinary request if a UI does not support showing a request with an icon. Fixes receiving MSN file transfer requests including a thumbnail in Finch. - Fix an invalid memory access when removing UPnP mappings that could cause sporadic crashes, most notably when MSN Direct Connections are enabled. - Add a sentence to the certificate warning for expired certificates suggesting the user check their computer's date and time. + Pidgin: - Add support for the Gadu-Gadu protocol in the gevolution plugin to provide Evolution integration with contacts with Gadu-Gadu IDs. - Remap the "Set User Mood" shortcut to Control-D, which does not conflict with the previous shortcut for Get Buddy Info on the selected buddy. - Add a plugin action menu (under Tools) for the Voice and Video Settings plugin. - Use GRegex for the debug window where available. This brings regex filtering to the debug window on Windows. - Add Google Chrome and Chromium to the list of possible browsers on non-Windows systems. - The "Manual" browser option is now stored as a string. It is no longer necessary to specify a full path to the browser command. - The Send To menu can now be used if the active account in the conversation becomes disabled or inactive. - xdg-open is now the default browser for new users on non-Windows platforms. + XMPP: - Unify the connection security-related settings into one dropdown. - Fix a crash when multiple accounts are simultaneously performing SASL authentication when built with Cyrus SASL support. - Restore the ability to connect to XMPP servers that do not offer Stream ID. - Added support for using Google's relay servers when making voice and video calls to Google clients. - Fix detecting file transfer proxies advertised by the server. - Advertise support for Google Talk's JID Domain Discovery extension in all cases again (changed in 2.7.0), not just when the domain is "gmail.com" or "googlemail.com" - Improved handling of adding oneself to your buddy list when using Non-SASL (legacy) authentication. - Generate a connection error instead of just stalling when the _xmppconnect TXT record returns results, but none of them result in a valid BOSH URI. + Yahoo/Yahoo JAPAN: - Stop doing unnecessary lookups of certain alias information. This solves deadlocks when a given Yahoo account has a ridiculously large (>500 buddies) list and may improve login speed for those on slow connections. - Fix sending SMS messages. The lookup host changed on us. - Improvements for some file transfer scenarios, but not all. - Drop pidgin-browser-default.patch: fixed upstream.- Update to version 2.7.3: + For a complete overview of changes, see NEWS file. Here are some highlights (excluding many bug fixes). + Pidgin: - Re-arrange media window to make it more netbook-friendly. + Finch: - Rebindable 'suggest-next-page' and 'suggest-prev-page' actions for textboxes. - Rebindable 'dropdown' action for comboboxes. + MSN: - Support for web-based buddy icons. + MXit: - Many improvements. + Yahoo/Yahoo JAPAN: - Proxy handling improvements. - Fix file transfers that get stuck with "Waiting for transfer to begin". - Changes from version 2.7.2: + Fix crashes, including CVE-2010-2528. - Changes from version 2.7.1: + Pidgin: - Restore the tray icon's blinking functionality. + MSN: - Support for direct connections, enabling faster file transfers, smiley and buddy icon loading. + MXit: - Add the standard MXit emoticons. - Increment protocol version to v6.0. - Changes from version 2.7.0: + Pidgin: - Add UI for sending attentions (buzz, nudge) on supporting protocols. - Make the search dialog unobtrusive in the conversation window. - The Recent Log Activity sort method for the Buddy List now distinguishes between no activity and a small amount of activity in the distant past. - Add a menu set mood globally for all mood-supporting accounts. - Default binding of Ctrl+Shift+v to 'Paste as Plain Text' in conversation windows. - The 'Message Timestamp Formats' plugin allows changing the timestamp format from the timestamps' context menu in conversation log, and allows forcing 12-hour timestamps. - Show file transfer thumbnails for images on supporting protocols (MSN). + Bonjour: Add support for IPv6. + AIM and ICQ: - X-Status (Custom ICQ status icon) support. - Support sending and receiving HTML-formatted messages for ICQ. + MSN: - Support for version 9 of the MSN protocol has been removed. - Support file transfer thumbnails (previews) for images. - Fix CVE-2010-1624. + Finch: - New action 'history-search', with default binding ctrl+r, to search the entered string in the input history. - Drop upstream included patches: + pidgin-directconn-argfix.patch + pidgin-oscar-clientlogin.patch + pidgin-oscar-portability.patch + pidgin-bnc550170-qq-2008only.patch (bnc#569271) + includes.patch (bnc#569271#6) - Add pidgin-mono-buildfix.patch: fix build of mono plugin loader. - Remove the conditional checks for openSUSE 10.2 and 10.3, simplifying the spec file a lot. - Pass --enable-gevolution to configure to actually activate the plugin - Split out pidgin-evolution package containing the evo plugin.- Add pidgin-oscar-clientlogin.patch to fix connection issues to OSCAR networks (ICQ). Patch from upstream commit 0e3079d15adeb12c1e57ceaf5bf037f9b71c8abd.- Add pidgin-oscar-portability.patch to fix build / portability issues. Reported upstream at http://developer.pidgin.im/ticket/11484.- Updated to version 2.6.6: + libpurple: - Fix a quirk in purple_markup_html_to_xhtml that caused some messages to be improperly converted to XHTML. - Set "controlling-mode" correctly when initializing a media session. Fixes receiving voice calls from Psi. - When looking up DNS records, use the type of record returned by the server (instead of the type we asked for) to determine how to process the record. - Fix an issue with parsing XML attributes that contain "<br>". See ChangeLog.API for more details. + General: - Correctly disable all missing dependencies when using the - -disable-missing-dependencies option. + Gadu-Gadu: - Fix display of avatars after a server-side change. + AIM: - Allow setting and displaying icons between 1x1 and 100x100 pixels. Previously only icons between 48x48 and 50x50 were allowed. + MSN: - Fix CVE-2010-0277, a possible remote crash when parsing an incoming SLP message. - File transfer requests will no longer cause a crash if you delete the file before the other side accepts. - Received files will no longer hold an extra lock after completion, meaning they can be moved or deleted without complaints from your OS. - Buddies who sign in from a second location will no longer cause an unnecessary chat window to open. - Support setting an animated GIF as a buddy icon. - Numerous code cleanups and memory savings. + MySpace: - Fix a leak and crash when retrieving buddy icons. + XMPP: - Less likely to send messages to a contact's idle/inactive resource. Previously, if a message was received from a specific resource, responses would be sent to that resource until either it went offline or a message is received from another resource. Now, messages are sent to the bare JID upon receipt of any presence change from the contact. - Added support for the SCRAM-SHA-1 SASL mechanism. This is only available when built without Cyrus SASL support. - When getting info on a domain-only (server) JID, show uptime (when given by the result of the "last query") and don't show status as offline. - Fix getting info on your own JID. - Wrap XHTML messages in

, as described in XEP-0071, for compatibility with some clients. - Don't do an SRV lookup for a STUN server associated with the account if one is already set globally in prefs. - Don't send custom smileys larger than the recommended maximum object size specified in the BoB XEP. This prevents a client from being disconnected by servers that dislike overly-large stanzas. - Fix receiving messages without markup over an Openfire BOSH connection (forcibly put the stanzas in the jabber:client namespace). - The default value for the file transfer proxies is automatically updated when an account connects, if it is still the old (broken) default (from 'proxy.jabber.org' to 'proxy.eu.jabber.org'). - Fix an issue where libpurple created duplicate buddies if the roster contains a buddy in two groups that differ only by case (e.g. "XMPP" and "xmpp") (or not at all). + Yahoo: - Don't send and tags. - Support PingBox. PingBoxes will appear as pbx/PingBoxName. + Pidgin: - Fix CVE-2010-0423, a denial of service attack due to the parsing of large numbers of smileys. - Correctly size conversation and status box entries when the interior-focus style property is diabled. - Correctly handle a multiline text field being required in a request form. - Search friends by email-addresses in the buddy list. - Allow dropping an image on Custom Smiley window to add a new one. - Prompt for confirmation when clearing a whiteboard (doodle) session. - Use the "hand" cursor when hovering over usernames in chat history to indicate that the username is an actionable item. - Double-clicking usernames in chat history will open an IM with that user. - Put an icon on the "Filter" button in the debug window. - Don't treat "/messages/like/this " as commands. - Explicitly mark user interaction when inserting smilies from the toolbar so "Undo" correctly removes these smilies. - Clicking "New" or "Saved" in the status selector menu while typing a status message no longer keeps the status entry area stuck in "typing" mode forever. - Show tooltips for ellipsized conversation tabs. On older systems, tooltips will show for all tabs. - The File Transfers and Debug Window windows are no longer created as dialogs. These windows should now have minimize buttons in many environments in which they were previously missing (including Windows). - Smiley themes with Windows line endings no longer cause theme descriptions not to be displayed in the theme selector. + Finch: - Fix CVE-2010-0420, a possible remote crash when handling chat room buddy names. - Rebindable 'move-first' and 'move-last' actions for tree widgets. So it is possible to jump to the first or last entry in the buddy list (and other such lists) by pressing home or end key (defaults)- Updated to version 2.6.5: + libpurple: - TLS certificates are actually stored to the local cache once again (accepting a name mismatch on a certificate should now be remembered) + General: + Build-time fixes for Solaris. + AIM and ICQ: - Messages from some mobile clients are no longer displayed as Chinese characters (broken in 2.6.4) + MSN: - Fix an issue allowing a remote user to download arbitrary files from a libpurple client. (CVE-2010-0013, bnc#567799) + XMPP: - Do not crash when attempting to register for a new account on Windows. - Fix file transfer with clients that do not support Entity Capabilities (e.g. Spark) - Disabled GNOME keyring integration for openSUSE (bnc#566286).- Change gnome-keyring-devel BuildRequires to libgnome-keyring-devel on 11.3 and later, following the module split upstream.- Fix build in Factory by not owning /usr/share/locale/ms_MY which is now owned by the filesystem package.- Update to version 2.6.4: + libpurple: - Actually emit the hold signal for media calls. - Fix building the GnuTLS plugin with older versions of GnuTLS. - Fix DNS TXT query resolution. - Don't send Proxy-Authorization headers to HTTP proxy servers until we've received a "407 Proxy Authentication Required" response from the server. - Added "MXit" protocol plugin, supported and maintained by the MXit folks themselves. + General: - New 'plugins' sub-command to 'debug' command (i.e. '/debug plugins') to announce the list of loaded plugins. - Always rejoin open chats after an account reconnects. + AIM and ICQ: - Better rate limit calculations and other improvements. - More detailed error messages when messages fail to send. - The simultaneous login account option is respected when using the clientLogin authentication method. - Fix offline message retrieval (broken in 2.6.3) - Fix handling of markup on some messages (broken in 2.6.2) - Fix SSL when clientLogin is enabled. - Fix sending and receiving Unicode characters in a Direct IM + MSN: - Fix various crashes. - Don't forget display names for buddies. - Fix more FQY 240 connection errors. - Cache our own friendly name as the server no longer does that for us. + XMPP: - Fix some crashes. - Users connecting to Google Talk now have an "Initiate Chat" context menu option for their buddies. - Resolve an issue when connecting to iChat Server when no resource is specified. - Try to automatically find a STUN server by using an SRV lookup on the account's domain, if no prefs is set for this. - Only show the "send a file" option if the buddy supports one of the file transfer methods supported by libpurple. - Keep the avatar on the server if one is not set locally. + Yahoo: - Fix sending /buzz. - Fix blocking behavior for federated (MSN/OCS/Sametime) service users. - Add support for adding OCS and Sametime buddies. OCS users are added as "ocs/user@domain.tld" and Sametime users are added as "ibm/sametime_id". + Finch: - The TinyURL plugin now creates shorter URLs for long non-conversation URLs, e.g. URLs to open Inbox in Yahoo/MSN protocols, or the Yahoo Captcha when joining chat rooms. - Fix displaying umlauts etc. in non-utf8 locale. + Pidgin: - The userlist in a multiuser chat can be styled via gtkrc. - Add a hold button to the media window. - Fix a bug where the conversation backlog stops scrolling in a very busy chat room. - In the Conversation "Send To" menu, offline buddies appear grayed out (but are still selectable). + Pidgin Preference and Preference Window Changes: - General reorganization of the preference window. - Removed the "Use font from theme" and "Conversation Font" preferences. This can be controlled from the Pidgin GTK+ Theme Control plugin. - The Browser and Proxy tabs show appropriate GNOME-specific messages and allow launching the correct applications to change the relevant GNOME preferences if found. - Do not use the Tango and NLD icon themes for 11.2 and later. This was discussed with Jakub Steiner.- Fixed openssl-certs dependency problem in SLE10.- Single spec for all SUSE products in all build systems. - Updated to Pidgin 2.6.3: * Fix a crash when performing DNS queries on Unixes that use the blocking DNS lookups. * Fixed incorrect Oscar memory access by a specially crafted SIM IM client contacts message (bnc#548072, pidgin#10481, CVE-2009-3615). * Fix blocking and other privacy list problems. - Migrate all QQ accounts to QQ2008 (bnc#550170). - Update may include these security fixes: - Fixed XMPP crash when receiving a message with a custom smiley from a client that doesn't actually support custom smileys. (bnc#536602, CVE-2009-3085) http://www.pidgin.im/news/security/index.php?id=37 - Fixed MSN remote denial of service via handwritten Ink message (bnc#536602, pidgin#10159, CVE-2009-3084) http://www.pidgin.im/news/security/index.php?id=38 - Fixed MSN remote denial of service via an SLP invite message that lacks certain required fields (bnc#536602, pidgin#10048, CVE-2009-3083) http://www.pidgin.im/news/security/index.php?id=39 - Fixed IRC TOPIC message DoS (bnc#537214, IS-2009-001, CVE-2009-2703, Bugtraq#36277). http://www.pidgin.im/news/security/index.php?id=40 - Fixed incorrect Oscar memory access by a specially crafted SIM IM client contacts message (bnc#548072, pidgin#10481, CVE-2009-3615). http://www.pidgin.im/news/security/index.php?id=41 - Re-added NLD artwork by Hans Petter Jansson (hpj@novell.com).- Add pidgin-bnc548072.patch, fixes crash with oscar (ICQ) protocol bnc#548072.- Cleanup BuildRequires.- Remove Tango and NLD themes: the upstream theme is following the tango guidelines now.- Update to version 2.6.2 + libpurple - Fix --disable-avahi to actually disable it in configure, as opposed to just making the warning non-fatal. - Fix using GNOME proxy settings properly. + IRC: - Fix parsing of invalid TOPIC messages. (CVE-2009-2703) + MSN: - Sending custom smileys in chats is now supported. - Ink messages are now saved when using the HTML logger. - Fix a crash when receiving some handwritten messages. - Fix a crash when receiving certain SLP invite messages. - Chats with multiple people should no longer spontaneously disconnect. + XMPP: - Prompt the user before cancelling a presence subscription. - Escape status messages that have HTML entities in the Get Info dialog. - Fix connecting to XMPP domains with no SRV records from Pidgin on Windows. - Fix typing notifications with Pidgin 2.5.9 or earlier. - Fix connecting using BOSH and legacy authentication (XEP-0078). - Adding buddies of the form "romeo@.../Resource" are handled properly. In addition, it is no longer possible to add buddies of the form "room@.../User", where room@... is a MUC. - Don't crash when receiving "smileyfied" XHTML-IM from clients that don't support bits of binary (ie. when getting an empty in return) - Fix bug where SSL/TLS was not required even though the "require SSL/TLS" preference checked when connecting to servers that use the older iq-based authentication. (CVE-2009-3026) + Yahoo!: - Accounts now have "Use account proxy for SSL connections" option. + Finch - Properly detect libpanel on OpenBSD. - Remove IO watches in gnt_quit. + Pidgin - Fix the auto-personize functionality in the Buddy List. - Set the window icon for the media window to an icon corresponding to the type of call (headphone or webcam). - Customized sound files are no longer reset whenever opening the Preferences dialog. - The buddy list should now immediately refresh upon changing the icon theme.- Updated to version 2.6.1: * Voice and Video support. * Theme support. * Yahoo: Separate plugin for Yahoo Japan, SMS support. * XMPP: voice and video support, service discovery, support for BOSH, idle time reporting, attention support, in-band bytestreams file transfer as, custom smiley support, updated support for buddy icons. * Support for IDN. * Several security fixes (CORE-2009-0727, CVE-2009-2694, bnc#527100).- Split the support for tcl plugins in libpurple-tcl, to not force installation of tcl.- Updated to version 2.5.8: * ICQ: + Fix misparsing a web message as an SMS message. * MSN: + Increase NS command history size to prevent crashes on buddy lists that have a lot of buddies on other networks like Yahoo! * MySpace: + Accounts with empty buddy lists are now properly marked as connected. + Fix receiving messages from users of MySpace IM's web client. * Yahoo: + Fixed phantom online buddies. They should now properly disappear when signing out. + Fixed the crashes some users were seeing with cn.scs.msg.yahoo.com in 2.5.7. + Fixed compiling on systems with glib 2.4.x or older. + Fixed an issue with file transfers. This may not resolve all issues, but it should resolve at least some of the most common ones. + The pager server will automatically update to scsa.msg.yahoo.com if the user empties the field or if it is scs.msg.yahoo.com. This should ease the pain of transition to the new login method. * XMPP: + Fix an incompatibility betweeen Prosody and libpurple clients.- Add pidgin-fix-installation.patch to fix build with automake 1.11- Update to version 2.5.7: + Yahoo Protocol 16 support, including new HTTPS login method; this should fix a number of login problems that have recently cropped up. + Only display the AIM "Unable to Retrieve Buddy List" message once per connection. + Blocking MSN users not on your buddy list no longer disconnects you. + When performing operations on MSN, assume users are on the MSN/Passport network if we don't get network ID's for them.- Update to version 2.5.6: + libpurple: - Improve sleep behavior by aggregation of longer timeouts on second boundaries to allow better power saving. - Fix various crashes on exit. - Make XML parsing more resilient to interactions with other libraries. This, along with the fix for libxml2 bgo#564217, fixes the crashes on connect in XMPP with recent gst-plugins-bad. - Many security related fixes. + IRC: - Correctly handle WHOIS for users who are joined to a large number of channels. - Notify the user if a /nick command fails, rather than trying fallback nicks. + MSN: - Fix a race condition causing occasional Pidgin crashes. - Fix some errors about the friendly name changing too fast caused by MSN/Yahoo integration buddies. + XMPP: - Less likely to pop up a new conversation window in disregard of the "Hide new IM conversations" preference. + Yahoo: - Fix a crash when sending very long messages. - Fix a bug where UTF-8 status messages get garbled when going idle.- Respin pidgin-gnome-keyring.patch that doesn't apply with new patch package.- Added support for translation-update-upstream (FATE#301344).- Updated to version 2.5.5: libpurple: * Fix a crash when removing an account with an unknown protocol id. * Beta support for SSL connections for AIM and ICQ accounts. To enable, check the "Use SSL" option from the Advanced tab when editing your AIM or ICQ account. (Paul Aurich) * Fix a memory leak in SILC. (Luke Petre) * Fix some string handling in the SIMPLE prpl, which fixes some buddy name handling and other issues. (Paul Aurich, Marcus Sundberg) * Implement support for resolving DNS via the SOCKS4 proxy (SOCKS4a). ICQ: * Fix retrieval of status messages from users of ICQ 6.x, Miranda, and other libpurple clients. (Daniel Ljungborg) * Change client ID to match ICQ Basic 14.34.3096. This fixes publishing of buddy icons and available messages. * Properly publish status messages for statuses other than Available. ICQ 6.x users can now see these status messages. (Daniel Ljungborg) * Fix receipt of messages from the mobile client Slick. (David Jedelsky) MSN: * Fix transfer of buddy icons, custom smileys, and files from the latest Windows Live Messenger 9 official client. (Thomas Gibson-Robinson) * Large (multi-part) messages are now correctly re-combined. * Federated/Yahoo! buddies should now stop creating sync issues at every signin. You may need to remove duplicates in the Address Book. See the FAQ for more information. Thanks to Jason Lingohr for lots of debugging and testing. * Messages from Yahoo! buddies are no longer silently dropped. * We now save and use the CacheKey for ABCH SOAP requests. * Don't try to parse Personal Status Messages or Current Media if they don't exist. * Convert from ISO-8859-1 encoding to UTF-8 when no charset is specified on incoming messages. This should fix some issues with messages from older clients. * Force sending the font "Segoe UI" if outgoing formatting doesn't specify a font already. * Queue callbacks when token updates are in progress to prevent two token update attempts from trampling each other. * Fixed a crash on Windows when removing a buddy's alias. * Update the Address Book when buddies' friendly names change. This prevents seeing an outdated alias or not seeing an alias at all for buddies who are offline when you sign in. * Update tokens for FindMembership and ABFindAll SOAP requests. * We no longer try to send empty messages. This could happen when a message contained only formatting and that formatting was not supported on MSN. * Buddies on both the Allow and Block list are now automatically removed from the Allow list. Users with this problem will now no longer receive an ADL 241 error. The problematic buddy should now appear on the buddy list and can be removed or unblocked as desired. XMPP: * Resources using __HOSTNAME__ substitution will now grab only the short hostname instead of the FQDN on systems which put the FQDN in the hostname. (Matěj Cepl) * No longer send a 'to' attribute on an outgoing stanza when we haven't received one. This fixes a registration bug as described in ticket pidgin#6635. Pidgin: * Tooltip windows now appear below the mouse cursor. (Kosta Arvanitis) * Tooltip windows now disappear on keypress events. (Kosta Arvanitis) * Tooltip windows no longer linger when scrolling the buddy list. (Kosta Arvanitis) Finch: * Allow rebinding keys to change the focused widget (details in the man-page, look for GntBox::binding)- Default browser is xdg-open, not mozilla (bnc#472219). - libpurple: Requires openssl-certs.- Remove non-upstream translations: they'll get out-of-date.- Update to version 2.5.4: + libpurple * Fix a connection timeout with empty Gadu-Gady buddy lists * Don't ignore namespace information when parsing XMPP data * Fix a crash that occurred when retrieving certain Offline Messages on MSN. * Extended purple-url-handler to handle "gtalk" URI's * Fix the hang on exit in Network Location Awareness for Windows XP and Windows Vista + MSN * Change Contact Server to temporarily fix connection problems + XMPP * Support for XEP-0191 blocking * Don't put SASL PLAIN or IQ Auth passwords in debug logs * Fix removal of avatars (both PEP and vCard), we weren't removing them correctly before + Pidgin * Fix a crash in the Add Account dialog when changing protocols under certain circumstances + Finch * Redirect stderr outputs to the debug window * Fix rebinding actions with the arrow-keys and tab + Windows-specific changes * Fix the "Hang on Exit" issue that a number of users encountered * Updated GTK+ to 2.14.6 + Translation updates- Mark pidgin-nonblock-aim.patch as PATCH-NEEDS-REBASE since it's not applied. - Remove libao-devel and perl-XML-Parser BuildRequires. - Remove tests for non-supported versions of openSUSE. - Don't rename sr@latin to sr@Latn since @latin is the right way. - Enable parallel build. - Consolidate removing of la files in one place. - Recompress pidgin-po.tar.gz with bzip2. - Remove pidgin-64bit-buildhack.patch which wasn't used anymore.- Translations update.- Fix keyring patch so the keyring paths actually get used (bnc #327391)- Update to version 2.5.3: + Misc. bug fixes + Custom smileys for the XMPP protocol - Spec file cleanup for a few RPMLINT warnings.- comment out libpurple2-mono on ppc64 for the moment to fix build (no native mono on ppc64)- Fix build: + add pam-devel buildrequires + don't specify the nss/nspr include path, so that they get automatically detected with pkg-config. Else, the build fails.- Update to version 2.5.1: + Misc. bug fixes, including MSN login and AIM tooltips.- Require pcre-devel to build.- Update to version 2.5.0: * number of bug fixed and good stuff * MSNP protocol 15 support and many improvements * custom smileys (MSN) * Configure option --with-system-ssl-certs (openSUSE new default) * Add SSL Certificates support to the NSS SSL plugin. (bnc#415679, CVE-2008-3532, pigdin#6500) * Fixed XMPP endless loops. * IRC /ctcp command * Allow for auto-detection of incoming UTF-8 formatted text. * Improved visibility of Custom buddy icons feature. * Resize down large incoming custom smileys. * Alias based offer to add new buddies into the same contact. * Minor smiley style update. * Group and Chat buddy list entries can now be given custom buddy icons. * Finch menu improvements and tab-completion for commands in conversation windows. * Finch support for '/msgcolor' command.- Update to version 2.4.3: * Setting your buddy icon once again works for Yahoo! accounts. * Fixes in the Yahoo! protocol to prevent a double free, crashes on aliases, and alias functionality. * Fix crashes in the bonjour protocol. * Always use UTF-8 for Yahoo! (needed for Yahoo! Japan) * Fix a crash when the given jabber id is invalid. * Make the IRC "unknown message" debugging messages UTF-8 safe. * Fix connecting to ICQ. * Fix a memleak when handling jabber xforms. * Various memory leak fixes. * Fix MSN malformed SLP message integer overflow (bnc#406416, CVE-2008-2927, RedHat#453764) - Fix of MSN file transfer failed receiver file open DoS (bnc#404163, pidgin#6246, CVE-2008-2955, BUGTRAQ:20080626 Pidgin 2.4.1 Vulnerability, FRSIRT:ADV-2008-1947, SECUNIA:30881)- Update to version 2.4.2: + Usability imprvements in typing notification, buddy icon, and imput area size + Memory leaks + MSN buddy list synchronisation improvements + For a blow-by-blow account, see http://developer.pidgin.im/query?status=closed&milestone=2.4.2 - Respin the following patches: pidgin-gnome-keyring.patch and pidgin-check.patch.- also provide gaim-devel to fix update- Update to version 2.4.1: + http://developer.pidgin.im/query?status=closed&milestone=2.4.1 + libpurple: * Treat AIM Unicode messages as UTF-16 rather than UCS-2; this should have no functional effect, other than continued support on systems which have dropped UCS-2 conversions * Add support for setting buddy icons on Gadu-Gadu * Fix a crash when clearing the buddy icon for an account on XMPP * Fix a crash during login for some ICQ accounts * Prefer more available resources on XMPP when priorities are equal * Fix incorrectly marking some Yahoo! contacts as blocked * Improved handling of UTF-8 group names on ICQ (beret) * Fix a crash when starting if you have a Zephyr account * Increase XMPP ping timeout to 120 seconds, to prevent poor network connections from timing out unnecessarily * Don't crash on XMPP forms with empty default values * Fix issues with CHAP authentication for SOCKS5 proxies + Pidgin: * Remove a workaround for older versions gstreamer that was causing crashes on some non-Linux systems such as HPUX * Fix some cases of the conversation input entry area being 1 pixel high * Fix for displaying channel & buddy names in conversation window when they have '&' in them * Some memory leak fixes, especially in the Text Replacement plugin * Rectangular but non-square buddy icons have rounded corners in the buddy list + Finch: * Fix compiling with Glib older than 2.6 * Ensure existing conversations selected from the 'Send IM' dialog are given focus * Move the tooltip on the left of the buddylist if there's not enough room on the right to show it.- Fix the build when against newer versions of intltool.- Update to version 2.4.0: - Backend * Added support for offline messages for AIM accounts * Fixed various problems with loss of status messages when going or returning from idle on MySpaceIM * Bonjour protocol now uses Avahi instead of Howl * Partial support for viewing ICQ status notes * Support for /notice on IRC * Support for Yahoo! Messenger 7.0+ file transfer method * Support for retrieving full names and addresses from the address book on Yahoo! Japan * The AIM/ICQ server-side preference for "allow others to see me as idle" is no longer unconditionally set to "yes" * Fix SSL certificate checks for renewed certificates * Fix the ability to set vCard buddy icons on Google Talk/XMPP * D-Bus fixes on 64bit * Fixed retrieval of buddy icons and setting of server-side aliases on Yahoo! and Yahoo! Japan with a HTTP proxy server * Fixed an MSN bug that would leave you appearing offline when transferred to different server - Pidgin frontend * Input text area in conversation windows auto-resizes * Added the ability to theme conversation name colors through the GTK+ theme * Fixed having multiple alias edit areas in the infopane * Save the conversation "Enable Logging" option per-contact * Typing notifications are now shown in the conversation area - Finch frontend * More colors is now used * The default keybinding for dump-screen is now M-D * New navigating between the higlighted windows bindings alt+tab and alt+shift+tab * Recently signed on (or off) buddies blink in the buddy list * New action 'Room List' in the action list can be used * The 'Grouping' plugin can be used for alternate grouping * Added a log viewer * Added the ability to block/unblock buddies * Fixed a bug preventing finch working on x86_64- Fix installation of Serbian (Latin script) translation data.- Update to version 2.3.1: + http://developer.pidgin.im/query?status=closed&milestone=2.3.1 + libpurple: * Fixed a number of MSN bugs introduced in 2.3.0, resolving problems connecting to MSN and random local display name changes * Going idle on MySpaceIM will no longer clear your status and message. * Idle MySpaceIM buddies should now appear online at login. * Fixed crashes in XMPP when discovering a client's capabilities * Don't set the current tune title if it's NULL (XMPP/Google Talk) * Don't allow buddies to be manually added to Bonjour * Don't advertise IPv6 on Bonjour because we don't support it * Compile fixes for FreeBSD and Solaris * Update QQ client version so some accounts can connect again * Do not allow ISON requests to stack in IRC, preventing flooding IRC servers when temporary network outages are restored * Plug several leaks in the perl plugin loader * Prevent autoaccept plugin overwriting existing files- Update to version 2.3.0: + http://developer.pidgin.im/query?status=closed&milestone=2.3.0 + libpurple: * real usernames shown in system log * honor a PURPLE_DISABLE_DEPRECATED define to allow plugins to catch deprecated functions earlier rather than later. * Thanks to a patch from Intel, the Bonjour prpl now supports file transfers using XEP-0096 and XEP-0065. This should enable file transfers between libpurple clients and Gajim clients, but will not work with iChat or Adium as they use a different file transfer implementation. * XMPP password changes that return errors no longer cause the saved password to be changed. * XMPP file transfer support has been enhanced to support sending files through a proxy when the server supports discovering a a bytestream proxy. This should make file transfers much more reliable. The next release will add support for manually specifying a proxy when the server doesn't advertise one. + pidgin: * If a plugin says it can't be unloaded, we now display an error and remove the plugin from the list of saved plugins so it won't load at the next startup. Previously, we were ignoring this case, which could lead to crashes. * Mark dialog windows as transient for appropriate parent windows to help window managers do the right thing (Gabriel Schulhof) * Connection errors are now reported in mini-dialogs inside the buddy list, rather than as buttons in the buddy list and with dialog boxes. If several accounts are disabled when you sign on elsewhere, you can now re-enable them all with a single click. * Added tooltips to the Room List window to show full topics * Added buttons in preferences to access GNOME network and browser preferences configuration dialogs when running under GNOME * If you alias a buddy to an alias that is already present within a particular group, we now offer to merge the buddies into the same contact. * A music emblem is now displayed in the buddy list for a buddy if we know she is listening to some soothing music. * Added a 'Move to' menu in buddy list context menu for moving buddies to other groups as an alternative to dragging. * Group headings are now marked via an underline instead of a different color background. * It is now possible to mark a chat on your buddy list as "Persistent" so you do not leave the chat when the window or tab is closed. * The auto-join option for chats is now listed in the "Add Chat" dialog along with the new persistence option. * Closing an IM no longer immediately closes your conversation. It will now remain active for a short time so that if the conversation resumes, the history will be retained. A preference has been added to toggle this behavior. * The "Smiley" menu has been moved to the top-level of the toolbar. * Pidgin's display is now saved with the command line for session restoration. (David Mohr) * ICQ Birthday notifications are shown as buddy list emblems. * Plugin actions are now available from the docklet context menu in addition to the Tool menu of the buddy list. * The manual page has been heavily rewritten to bring it in line with current functionality. + Finch: * If a plugin says it can't be unloaded, we now display an error and remove the plugin from the list of saved plugins so it won't load at the next startup. Previously, we were ignoring this case, which could lead to crashes. * It's possible to bind key-strokes to specific menuitems in the windows. Read the 'Menus' section in the man-page for details. * 'transpose-chars' operation for the entry boxes. The default key-binding is ctrl+t. * 'yank' operation for the entry boxes. The default binding is ctrl+y. - Updated build requirements.- Add pidgin-directconn-argfix.patch.- Update to version 2.2.2 (thanks to James, Ivan, and Michel for the good work in GNOME:Community!) + New protocol plugins + XMPP enhancements + Certificate management + Various and sundry fixes and UI improvements - Remove obsolete pidgin-stringcompare.patch - Update pidgin-nonblock-common.patch.- Fixed build by providing of lang package in older products.- Fixed BuildRequires in Build Service.- libpurple requires dbus-1-python (#329734).- Update to version 2.1.1 + Fixed bug bnc #308639- Dropped gaim-compat package, fixed provides/obsoletes (#296952).- fix requires: require libpurple-lang instead of pidgin-lang- Use %lang_package -n libpurple instead.- split out pidin-lang as required by other packages- Use %fdupes - s#%run_ldconfig#/sbin/ldconfig# in %post and %postun - Split out -lang subpackage.- Updated to version 2.1.0: * start with new UI concepts * largely re-designed conversation window * fixed some ICQ internationalization issues * enable using SILC Toolkit 1.1 * lots of bug fixed- Change some obsoletes and provides stuff.- Add includes.patch, fixing the build when new versions of evolution-data-server are installed.- avoid string compare with char literal (use strcmp)- Updated to version 2.0.1: * Over 100 bugs fixed.- Fixed devel dependencies.- Compile with SILC protocol support. - Integrated patches ported by Martin Szulecki. - Fixed NSS/NSPR detection. - Split gaim compatibility binaries. - Removed obsolete media files.- Fixed autoreconf. - Fixed Provides/Obsoletes. - Require basic SASL plugins required for Jabber.- New SuSE package, version 2.0.0 (successor of gaim). Spec file based on work of James Ogley./sbin/ldconfig/sbin/ldconfiggaim-unstable-textbuild24 1294438378==v@8@@@H@P@XA=qAA7=R2.7.9-1.2.22.7.9-1.2.22.0.0finchfinchgntclipboard.sogntgf.sognthistory.sogntlastlog.sognttinyurl.sogrouping.sogntirssi.sos.solibgnt.so.0libgnt.so.0.0.0finch.1.gz/usr/bin//usr/lib64//usr/lib64/finch//usr/lib64/gnt//usr/share/man/man1/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:11.2:Update:Test/standard/434255b689c3050c8b47b1442c379767-pidgincpiolzma2x86_64-suse-linux-DS=H?`]"k%P+-_<1 ;2?C?n=:Xcd@:(.yk[ijxCz1dŧv?\ o:azJACiME2f=o)Aa?0hKlچ0n$l&.A,2Lw 6ڂjpZ}%̳*xC6+T#\?(`90ظLPLGopG-KO-ӬlWy[NDGSE90J4gZ"g~0L%All26o{~O"D*=.26:v^f>Q ].}.Y-Q0_׹9/Ӧ8M[Coe3-ɮʞ+Sr)$DD>2Q%%ZKR⚌&Q-qC_AcJͤí Ieq^/K+}vh 6`}u@ qP9aV7&ZV;KƜI> -f;LFm*Zߟ1s6ddU)}1Y#"~ 8ܔnps8:H#"TAl+Ӌn30O'|O/o~N|4k]s;u`wWg3 >%vTC DQ駖S|9œv`R vv(fIϒ@0Oq{kg3}5Bi$5h˵9M pFƬji9\ԓ 5Ng<*u.0B5m9R}*b=ABEyjS9jb2pՎ^+6SgBue[]X\,1]_u'8'ܑH C4?2/0H̃Llh g=:>b5<{+q(uO[k}b>m˯ZaؕS⩁$yL<*Fbh"^ ,RB@UDv繓`s[HQAQx42qs3I83ܗ"c9I `xVJ"\ q*o&X M/P2W] {Tlvc{>]?NPM u+^x}Y-#q޽e8e $,մ|pXNݒ`2_Ven6r}gYc!8S^d(O/kjhD")+Zt_ bQ!K[,QLnICZE^Ju%T6Zɼ4TJrh%Rf7î".II88:Vg:CZcI1R32= f5> `:!́h6U&=SS-iaV0h&vn>JiZ8Jsjw:N)W vX SK- νp+v3Zp/Bib&&tLOȇk1$k>fQR@=Qg۝cw b\邪I-\zT `8O<9l!% pDG6 82zi]>qm,RGJ4tT4C]q8n%ǷO7ruW'0 e66fk O=[?횏 B wT$ͬ rzҒ/s ;gR38f~x>4y{XMYP=ԛV䗛g[Cr,۟#PaIRo'h>! Hqђ'{aRXP3@5CKU "_π˺NA.ቼ0d,qH)~1pY} A(1aw1`!wlBB枭QWJX P1DSwo 1Iͧx:)f1T?b_e Ʌ:w˕mHYzkɃզ.a)^R{\!7,{؆$eҴDm"D43*1KWd]i\w]Mfs:j-F E'4geE+(&Sj 9ZI 77x?H',G=ZyƂObӘ]¾) XYPsFS*l"he"rsAa]'cͻr ;52%5p,i7˃TgXn\m?\`eW>P jɊ(Kcy`d'&gVi?WΗ /P_(l7s1:h[+k:_ʹtǖ*#Ji{HYR%:^ă ~Z"]W/C1"%?[_kρz8Ջoq19Ȗ2cHJiaȬA"o~b_?\AG!qeEF~>dK߄9S/q ʆeUu6PasoV;TwT x$'R6k^U)uaW0lyq14An.5cebd) ,;-1 ~?~d6ĦXhX'Ws<~[]sМNo͒U[/awtP9+- x^"7,2 ]!HSn`!eR}bem~⅚b30xYeԺ|dA[sVӟ\ ~NT3:']ALTZ kiy 어L c9c;%'ܓ]VDCzξP~`~ P{>Y_kHzĐ9EOӕ\ePT@[KRolsr"Vkr9Q(ϡY&l!S0 ]?szylo)?("G1ԿdOue;7'Btx*߽ $&XwUAeAib9arv<'t^ͤk*s >;3MfL2Aв+mj>e3(Q;n 0́MGbkIŬm8}*POeyNڧUxK_eB7oahVּH. E6KvTk(\QO,:m}rb`s`_|Qi+V;4v.l6j)2U"3NsQHqN97[Xԫk)^3Ue޿{"ֲ:٢0,ng)^aKטoViR }vZm/tLp"ն VGǕq;{)j܊z,v?͏/"JݤaHcdYp.K1m|R꥕m~]B_G'89(n6$^*dɻa4]^X.|7Dm0]S;{h[%X%>!(RGF⃦6m[WR5I:Pףg1†69} PaET,ǽ ư֙H@)ٚ?0в7Xj8'XiA4lZ{[AJ> r0>=+0ڽ<9 t<?rA6u}3I&".`2o"QїZz)S 7[8r͊ؾk)$@èa6@B$EDDH7x|P;t55U /t^^n}Fi?tYi%PB "92I"h$'L@1m PVy=vNy&w\:+Nam-n(dW6yq--]+Ď"V$$ | &wGJ^(B C[UZ~U.05ww]<@A,XI1X='B%u>ŋ<] 0e(͏؜XZdR _ SV_MeEZsrJ=2jw<}$Ǔ#7[e .!HoԨ< z:2fBМT~2,V,i {Ui&?5ɑ4ZP68ʎ 0"e-+;5\D}4ٿRRRA_2Q./\;UO1@8+eW9M2I4y{s \t`_;AESxqayER-%#GR[r;,ҭxD]@ T/u3eF0(V_Wjҿ49ZYGV=􉦀<({( LwV'XXRZbJ4H/AynפQn퐄Wݞn'N"ٸhkå_Vݺ0 nk&R qQQ!\(KӖR}r~:a"t5ecx!+Sַ{2sµf+c+xV9 zLL/;vUfPr8͌җ-U41qŨ\0za{-D h]šX' W,:Į(WjvğdЋ_Xj;TkAřRŝ^"CȿnRIsXh⧙ks /e̕Y!WrFYI5jT}޸ 7p&Jo-~۳Wq8i5vSnp}ҹ 1s4n7/,1ՐePL2Pl+$ [0T@1'אi2kɃA ]/@i&7\!ɊYfjZ2,Gfǚ<1J&MO8Ɨ.Y˩0N!D`n0G{uco;Yp#:WKZrf7En747UGEz𺻌G8ΒBz%\<&,C.LlK5>4~A(`-f0.-b>r*h:j[ 6$%9QhG\#ʹ.[!8PDq:%SvU @}~JHD>Au]%Nߺt=zg3t@7jHp(9£ˈ} ۇվwIƫ7mcG4Nĥ}3s6VV(%ZIlfrp彲qt@G6%CPJ5ĴdM{.8fAY)ގY/h8 vt6jć3>\mBh*3`U{a:dB ZoxE {$(k2YE3PRK9˃UG7A@9?"SR)n/ϙ&4==" V=Y31;'I[ ; \hWZ]Sˢ 54mt'x#F̓$}ɰq ]f9'zknO;JGODvkbxkhB d*x,)CGc3:'M Cn}}2گ,BсQ7]{pmOFo~<(mh˱P]1d"}؀Dd.ɗpз]Qm` >mW1y351loX EED%//:lU/FO5It(P]8-T|O9•e/`ciq=A&|Afuu +ibHԀ"P#hubD %Q &{ 5Xo,uG'/9y_wy ,Doն ьM&E=@3SQvV\tp.?ĝJ 1|oJ50CqѬR[ أQ?Fwƽޥ]-dp K1Io]{nAXNXM-rlk߲d /VSPӷ&7AĠG%%b S!>~!,M "Bj %9%+ hzi ueK0Qq"B>V{W#w/深8|hد@ϣx6{_Z^M}ZɗeRЀ __xO ouL)s{$X[e=±DhN>w|̈́c;H‚ 6-X]߹-#nʬȱ4UY[H-cJ f-ƤED6yG}8#ޖ.ItCЁ=i3HIiv8u;@4_\/Vdoq?=,denjJ(1+}P4\dŕKI(I&P;`Ntf\ߘ(W#u(g( Ôۀk1-{ճhn=7@q ȐhmkFߵݶlߴDm<歗Í !0l( ^k=S UKJE Q.1`^ͅ"˯*enbJ_laC2Uj-ө6x>uϱ4:^$A5Wٺ#HVTh} C=|  XM =οq'X(X>%y+wj mInz0D`ڂ 3lS$ &i :yNm f#12;.{rir`׆"X(-ARñ.Dž2_C箖[V;zm 2nwȥekFZwKZ?gN^n]p>$|ز$>jzc(zlf rDi[yτh$*dc+yQ6NcA+;f LUJG2Y߸HW ұb4M_xF LeOႦHsw΍M#Oo4HM [0%!hN1vtJ~lR ښ6B:ꧦ s~12.)4Tۢ+f-Ba>W$]D# ce*% aٕF0xn PֹPvawszUw)7Eٿ*ntfՃDBpkA|K 1`ugzTqAœ^. -=*k/(D3kj#ވ06zx[;8C4˦102x՜&a*EծIBΈɜM͑&kTLYuQ(ў-VUh6X=ѯw%k9jMOȳ vwVwƓZ Fwa-yu/:orxé$|`k\`SKC+Z2c5Vu5-6\3ly>#IøWu-v אK FF3 9ܢ f|10yJ !kXZdBT=-$S`ͼv6e+u?ڽ\@ɡgM g*_^\Yҷ-fw=YQg\Eruj0 ܷ'p/ ai^r,ő rlH؃kl)J$ ؿ+M5]Mr=[عʹ|O.Taf1 K| zR3$7COk{P[63A3` xdB>؎"\JieJl/,gC@4C3IuPz'{n~/WSœ\ʥ ''[%=Lp[uVXCK\zZA@o;LUVwd֊ ;@Xk==-?>"V YZ ;k~om?s>Vr0AVbm*V.s Vrm /TFeKX&<F[bQ& %gi9qgU鮌nzEo"1PB0Ƕsܬ@11U2Uo2y\6uf? œyۆF(oP'UfmCEdG;FC%} J64gܧU@pUjr6 W/b=qU:"v;/;l*/:߲&TWSa~(:njuil@%[ *c,2OL5f,̬Xuw.PZ<8la'Go%n@(༽Tŋ s }نu25{ 93 8āRIL\Ó_{\uiɃ3ȡ=FlzQ&ÅחRb_]& C5&OE}&ߙ$`bR'3${Υ]~хSYWܙ)OpN%Wì%:Hc A`˔:hj^_!MP1j;c&vCx}u L?]de%-JPQ - u䤊GL(c>|>Vގ3HnTνe&tpF&7;#!IW-1" /ZcuqҬՂ;y0ǠZ8±d vvӛUK|Q*;n!VgA4](lx__*G7Ηے"TXUO;ڥ-2\JbO!$Jiﲕ ށ\@#PG>"92k$ txAi4hR꜏3h$ \/T1xاnK }(lm=ΖWEvEn3 ˊůBU6m[t;c0KN_P5Hvj)>ċVF~0dJf1€p ._;9/ lc  A3H0[Ƹ qK󰃀P UКåwޠW{:TI–-~#R'B oǶ9V9׺VV~2Қ ÒZ-{: PqdP䄯ZJIa 7$ڹCp,ѹEp$ wq/1K≀~p9R?/ӎy%87 ϷQ"̔Q^8q.D[F} '/^CpDЧ=#q*zd!1gɂB?_6g5ћljiyX}ޢDM;)^BrܠZTl>hׇHy.&eBtwߥ|N/ fWpev% Hmjz$=GK CCY&B*̑F-V+k!uqaW-1O:;1.#wqp}P_s;*f$/ւ _@!\%N4oiIC \鹈EaB,m7O>mRt]br٩¡|?w͐is t_rO I% W{LjWg\Z?ӊ/P,E@[scؽQ9k!a.9K9Z+A2x \s&nf @/{2un)ܡ^w!g6ʹMPnr)o6^6ۅ;м/ё8;3VU9V? /qtknsVnDMC{ZHG -t)ݴ9jꄾf¨-;D6.=7o7஛, d>UxAY0𷎆r3HYOX:_iM 6gDZ}E zY}JR;8p૤LU&I2fj#)Cd s 㖾GRaM? :JGY!?5iS-Ž uqR&؉H24Qx|?/IoӶ;MjFUt8Ud&hg)(l^G"\pM9]:cT % 3;w3MLvSZ+) oQ)ǍqGc=~qn1jH  -]}D (|?"LJu)h/lg˾ips簕3IذVbŤKg'kLR MKMsS\ y#bЕ ZQe'תpK#*7B!n6@sr_{_`(BS,5j>SgVs-/ƚ7"kRM0}-N=G6[<(tK]rsPG!RpR>R:c1;ڎl; #j%V>"щYI2P`Jopjo!G jʵq2sRgam({{K}%gZO爫D} E1PW/j +D)YM-Z8hpd&HH%]Q5p /dlˈ~}% jiNDsL7kIj˶`vjVA)IF X|XZm?[*Cwϛ<㻢ne7!y݂Z #pf;=TZ2}%fE.XJQ/>C{k׽Yk m%Fg,儌m?0L1_:UȬ NQ@˸}GEs'c/{'X5\60$sXR3bӯ;]@v/p𛑣o f} 8nVru,7(c9P_)E(ɒK8D r2Si<(r}-N`d,Hp&)(n],-\TPkޓ#!=b$"ѳYIX́BQFm-qYěXq` D)k3N5yg!-X na:we*ΞaSMR6 sbe} zNOq{{ 5!2iRS^(ZvVc92%5?ԝ]wyZ" d03?2iɐgX̋9u'4, t+_J$e4ʄ:Wir$I[35ӽQQUGm½ꝹޭӗV=jCq? gQ*=ɇn^i*ͷWy /h~90+~bNS-}"vߗ}js\itc/}]K o5`/WèuІÖ_[Y2 GiPӆ.PKHc ʿ~ =8'8A K0$j7|P}[:w ĵGc)N>!wVw9 6;Ŵ^4 g}CMva0vUHj?c>}%t?аg>gtaCJg!g2h(>hzTS]r$Zj 7AWLN5qA7\*)X|vU*^?,^`+g<Hmͣ҅ Z2؀@y@q]q ý '›oG.bƃ qTfX1SMJfSֵӗ]!d>*W}ҟ!tiG2 E:7)|]OH dެpࣂa}U4vT.H% Ӥn3 <;X;@6-.Lcs`zqz"s\̝R-%Lm_Dj{p=_ wpҎ^U`xZ p4:3ŁVʏ)ĝezR$6Mw$fvK:I{מWߨ8#mfy'f2bod$l$cHyY8ip9ɐs=PȎԄ<ȇNبr#ntB&R9Q1^IiSPͺɫI~׶d9]lw"1:߁-UM´SChd1 KF<3nJ-06P (} &ivk<FyAJδR:Jʷa ęzuI!6eM$y[x,NV̓|<RW>B"C,Qp)s묔o&-|㷩8g9D<_e 3fr,VAK(+F?G ȹ @szKS`cIްsN#"<6M:ɰ V37U8m+`#ȫrrz>_|>Ը0nXh$RDPit'Qy1KּRK n|\kWD7㵴tސjD/l3,Ukk])g,m Et1=ŝre)azkfɁ!$"ýǦ.J?]w^G|ۧ8g!>G5Q !LM6.c0Z]`VJދy12ƭPٟ};nG`]($'B]U!GFvK,+-gp#ToGK?>qj{sOXuV_W/p}*q7~eavQtFoep^= aKOӧP,Fh`rreyqKy"Ih{pca!<^P, Os}؝{«`XG _`3))a4;QH 8 S%?(FE[#yj t5?NPq'u}̅FzQP0>i7/8TERDX3K"p=r!B[Uƙv&l4ڲ" FB2Pt2jACݪ MW")FZz/[2ܤƀ BL"):P e'mpVxiBr|ss9a9<6-SLTGNXG0#qZN*/V>fITz./A$tr$ןF\ X_tiě[/7[:7|+H? ;cGeSZV]jwCBWܭW8uJOuD͈V:iHìhs-T7 d+0Rvqz7TSP~uٶȞUHߍٻI2zKp |F4>,3=XAi",yM ǰWxKB?^:yXp_Ƌl~,!cf\0cKCj١Tl}q(<ռ[֦ѕs5FW $zc})EZvs[rzg)tJ|Ul0`CVd68}KwG@s* a%Lv>+(W^|M[w'<8y2+#X=gҭoVsn--!Raƈ򲜸ʱ&K [護]uO>AF+*RUaHBF"~;g[..kC3G0/K.UMJK g>d-l|pċ[ΙYl>EX~}cdu9F황:S8QNE>4@ pYA8LiT&v/t_f賗8LU'Yda)1z6K3V5 oK9[ol`Z 1ǫ[4qݟrqDmmjK,cV rG͒ r,n.A-͆:.Y\nЅlDMZ3Ǝ'/MghHebP5mծV]R# !?w~Zt`%k]Ο?g3#r *N2(2Sgdyco |n̑)%~πl>c*_3 s|/Z)H} ٩$wx? rw(+a­T5`fg,$/)d8Ib܀6 cBxVyfp.SƯꄎSH_ M HY_8kFV_Q7>_9W@3઒f@"A]W+5J3'RC b|* !n':?p+»r[dpTI Q@lD MT_Vg*hU8̿W qۤ1 5{1S>WK TBAKaK5 WjnyW 6wjɓX=&=pi ENr&gSO&N`DKm;tyBiSFo< .\ǽrߡu&YsjGeGw$ 8lш1N8S57%EtjIK np9wJvB^bƲ8Y]&uB߃B5HCd NNTBLFʩ!gORq"$WF8;젝ᐞI ,HGcBہ|lVV1aCSGz9>ite$Ǘƛci1 .WtzoYRWߒX TqJsOBBT$ɿ0k+J-{ƀ.ʳ,جgM2V3~ޒC"Hkc4RDeX0#r4̵eÝ{H[7 `!{j$.C$-jpR?aGpy'.Z[HTm` d4ukҜ r¶Lsi7[U-7;|*ush R8Njc~+2Dk3u\eŊ ml3څ8e%8t+pdOq8%r$z9VhI aE!Sh..w|5nN|d#rMND2 w>ͤvJ" م?: 򝺀&F7$ hɴE50sZM*-tEQ`dP: >ItxM=] B|9C-t^*z$ӱnUM@_<_Bg{<8JGL`߮b A,;o9 }WcVE5L*6< )K!Tb@9ߒZhOLI*H3:l|ph(<'ailE! tWG_^9DsKɷ#8"(T0kTl=@Lڮw>]2R΄)JIg`"rWKp7jMvMho"/ w܎a>IFk}dugwD"/ur.)7^*{ln&SLg!rV<+uwSD[2$N^3"P&~ L%eۏ/ ^%O%Mdu"2: 1)nKCnj׉pI^du&04 v4hxHīO!}e2*FZ̵4^y1+Q}Xөc5H0$OxJm>4>IZuk;ɑ29kN-Z8Qku*4BCC*:cN Qmf+v?eG\}CyQE'+iE zYsb0$P|n#]EHY$FmA _dh= w>tmdE~ 0몀*Xv*3\+ETmcZ8!nڬ|y-K-ve 2e+ f ܦb?#$;m B;f9fgö˂RퟲWi.Z@{ƊNi^w1_GEEK}I= >%O_ pBóPp2XnaИJD%0ˀ%w)l%#d$6`ac8 $ȳlg嫑^SC($Rc(79ZZy #<7iMSdZ-_01rjJS%. l 6zh^mvG5Z>"6QrW}5݇5`Bt}J 0l\7dg/x8~K'߱7s\fǼ}&SPx 8x'6t=E:5ݑi`rä̪? Cv5|Hr|E,lM tpo$ }w\It80MJSA KC xPQsrRLF# d.1Ig~#GU(ºJks=9R2܋ܬٱzzGG+N'G_i(7#E4ꄬ23[(GȕֈvVKBX7Q[(_ <.fzu+Yw57Fh{`l'2B_PIf9t>Wozp!-ZNq{=S21#ϙ#CH vYTa2BLf&kɝ`_/zZ=K&1 rú 0Y`YK urA 1.35 NPep ~? + cz4F4c>6IhkiaIV `ZކI5uy!Gaoǔ‘NbCJsp'h6M*{j6Ǡ#4M4X!2YݒpՐ~"o޵wI*V,T?e^WFC. Eox[j.}`|[H#R]Am%1U,w.}apj 3a{jZY9\|4 =c`Yph0MlcJmeFJ.4N6W[8þj"WRXj]EϫIDj>Y4MUF#`6% od OyWu&K|ܼ46zذkZХmX/v[d!d%h^`{ס:`"h)MŞ IW֮DNM[Oݻ'CH=!S@cv$H[^ׄ|\_'C=Ey'S6h_ٙYTJ&ՑMӕÙ޼=JH;H;$XRmZ@>-E狀$I_i.nBx>2w%]XZGFb/ #ml Nj\Q?^#_f7H+K"ץ 6B~U ԟv+.VmUގ0o;B5cC}W$QȘx1m733ݸؔDi{0y,B§quv*-H~zCOe9`nV~4lNE@NºB;Dgz$|)5>ӛ:aCB?;JqGxh V^!1ie*1[@+>>gR I%n32C;%nn;q}&Ly&`Z]\i4;]"`n։&ȏ4>oc`]迶5D !tAx#K `Db^͇I%Lfx '-Gӏ/,^+wIA>Bw+vQ=g}|ny&Nt~A=?& ރ}1޽߫\1+1Ho0v FP}agR|%,݉i |͖P#Tw3R @iQ{{ʛX(o#Mn oma-gINR',P У<O{ `G+D3OUoJ`4f|O{71ٟYO]3[iּ coh7wHoX\츧գFBVu]؀qn& djRicVql&mQ?_i6lRLjeB"[U<-?Y#bXi0ܺ@MQ?cw@KV o~ĬF7:Rp0(?Ě:RY5'SE+e,H}2+3etUץ^י¡M˝#@ "!0&qQvEqA]s?FJ&Sk15 s,^}Fm4]FpGrg?w6oI }2xg]"B@jΝDx(y!ujG"+j(v Az& gP4ȅ`(!@R ͗TDŽt)`[Y_w]1^,s8u{6gƹ+܍8*yHq7d=~&Խ9pJꦉ,fvHaKŵ w7$0X:ʛLhJ*0l;?9?knH)t`E{Gu2W}xS%>Yޮoza~Tc9BYv;kEdQJI'65{ ?u+MLecAي^yݝ"Um==u]k2YӁ?w4ՂRh]t\ 76De@cv?,k[OTkFKlҼm*('s(f0j9_*7ѢׇةɃѵ֑c*8ޘ||TQ[^M,%lȇ6zۘktsJ+hgȚ_3iLе|ʧ@-{Mk4 p~8ݰ mZ|ݔ:XYkapf=6|{]X{瑒k9%:֋_8x!&/<=ICoa+EB2@NoK\Ds mu҈XRΈ$ap*Y2k[~bI!CM?%MhX"z~ؿ߁xsk l$Wcjag`X6IvCRunQŻԭ7>]z9?VJ9~9p'+d rj,qP<vIy=6I: s JREZYAk Αl2;+s<π ϸ9rj^2Zn 0ٽ-,,@lf%!a3G/Kgj'0/G"j{Cm\ci¿l-k~N ;!nlBx;:2~Κ 6:Xiadp*AD@PFcm4|64Ԭs q+z%/FWe{Pou@}| q3ҡ,HsMtd \dӭ7Q#L}]0PnT)!BsWDҐ0aB=C/`*S>via=p–5T`};W%gʺk61QN'( (EToÛ'pG;+f &-l"w:d㯃˺xs&*hQ7a ]$G/|y|MHm3=Bʧb}X–alF{nC- ԿPwqw!̱Ƽ|ګ qNzxV*F^"BM/B؆*9|fPL۝pnN8Eva#.[Y=PB  ri)/By>xǺpѹj;a_~9Xku1f~QsJd0u@ʂN4.U_8=r0}Aں"ɐLwPH}dF5Fc?yD':/ ~mm)I .}|m>n>oxgG#0*8' ~ZL6qd :z3gDB ӋP<.h;/p O;'ms 8ԹWFyNƹto2YQ DŸGPEc:_مB0R;G"#\LlPIީЦ]p"Z"e+vTX4qi׳L6y"Y0n ^>M)fX& kāb qfEkx#LHTpKkAkɴL %CkQ>ٺ ۋZ2g#k7_l{lgS5jt&L:=C+ѨgB(E֫CŕIQWR̗ºEjL{Z`|>Q7U),@=[l<$0E2qu!kf l\`c$#p<>6^_-AP_!|ot6t^$vVQdV]M)"`o#B*l3%FHA)KVcN 9c<lz:ìW۵|<N}2/ s4bDHOLC'5cplS7}[Q[졂{TNCLXvI*^+1b P4IkPh[ud'̢;+4NSZFDM1Pb4""=rDcSwe,čOkԗph:h+}uпw OE)葹h; y/^io0f<)ԝ:-΁A!m, <-9Ѯ]*kWq9A^bБQ_Ϳ6[$b \ Y[w/U+$XҲ"8$2*5<?cv5=8{w)QڰB93lS.OUM<൦v8XsPL%,Vs E<bŸ"O ȵ Op{H'~}g6tx G\.(?LָO1 cf3ɮ}ˀ;D<)i,_Җ2H}w1Nԭ[]﫠 uI]-xs0> UHSҐvR ?^?} -%1Ǝ+2N|%ި%X8HZ,ݟ@O^2\Fļ1}GULݹ:x>:CkK6q?b|kԡӯ:YOGV7Tw k7cḘU_ktISb]  ߶") 5cJOR(+J2#-_9+QTuOn<]eAy41?G333ĝOٶ=@RSM?{IR Qhqn?ɑ.ʊA$DoPf1OKRrXqx|gtM z' ulXlz<;5U7v3|B&N;6b*žrj=sޔIXngPU<X3_ )XcZ%y,G&) o&ˉ9,7"ֱ:wccX4;,7jF|~y.tR iCXdSnzJ$dbhIz 5i%Ѳ%Rk,W4MM`u}Oy#i@ȗ/;f@q ީ+G-~0{oḲ [S"ŚK"8ꦇNi>mza~XyNR/#^ SPRcVKwk`B/YeCn,VE.dQęM&ve CNHQ_op/owBF3LǟT z5>B sq#[ƀ9bEM-vvӟ2eWPA@gb{vc^@61f;荃Wv' 57eQDO3(ui?4x q?l=&!ؘL]DwgiaG>g0/l '3ѦjD޲I}۞bQwےT_D<}P1Mp뺼B2)%$b;Tz$uq$X$ʺ] RhDX/C MҘE9ߍėQ~nSbD\|:842%/ΙJ1؄I te0KLWg-ʹf%ϦͿEv4ּjOzGb:H,\3Z!{&7C~uֈq ,KY鰴A~h360`Cp04I/aƒI:qe'sI_MRƹyxN-fۖTy@Y+ÜlFHEڷGlBv]v0\(/l}qOePAp'gio؟ bظVRz- w\ZS:X]LU7 y^ML<&N:Tm=kGFS3o{1C}#9ӆg+>7$jriU 1H9 Sn3I74eYQk挻k'=:GshȟcX->atWy쩁d IWhoVTNרG׳bv) ]cSJ L} CmO1*uxЅh-V|\VL[}#(G/r`֯oW gQE+tΒ$\iy;";`}R{OCr6}צz^|:)6WQCu[de(F}sTK,(7 Q .MҵnV8<~`JK\Z jZmiL3q[RG:>y6U]ɷ%~o^ĉ<[|U[vnǩ b -8^9wb.A\:7,Bd;MwV^IxiebѷCjڣ2I"u ^RZS,0C/k(JQOvl*hFgԡJFS#5P⽺ f^v̴g*/еRk5=c:'u'p C$o]-Ƅ/ZJU'ɋ.({1!Ote㖆Xڰc!RD5Cl8$.!/;0CA|y{dX-~dپs=aGt`^JԹEJڂzBڄŽyDILgvQuK[ #0(O$ @8l*}<`SXUo_+Nً1p:PRmujĭIrtQֳU@ [\v< {2InM-Oq(9;Jk/b?ts!?Ygv'ȆCNԚ{bB vg}X jy`+9a[_h_V" .r^^t!%8aDy ya⦫,Xkb "To(UUqn|D[ nUa7 ^U yՃكm6<:|9̏aZ,lBAzh#l,G'Aʊ&_%l㫌=A/a_YL/s\$DT%7s[ps!-#/Sslʷ?!$agK~_" *!c3WkuqVƈՃ,Zk dgq fS9x1p$RD=3'Cl&_տjoQE@R#C=03}RO֜b,F3ϭb6+]#?H,ǩ89#h K[u8fZȂ8PR_%RN )h43${ζHKQ+jCIeGs@Ǔ@WbjIΛІv7㌶Rd>DwzJl?h !Xr D>n{,D0_|q\ IIf^/R7bkdf|"0sUxogu6|T,IrƢǡW:RezX<5݅{q6)Gv?9}w\)S_7Կwh)2>&o%A|7pW=`v+U(-)Q2 c)ReY{l dk PqT,KcK8 ~ I(2!75jt9ZS_ B"-7p\;f_oBBd"u/sSŷR ~Bi F rPq l؂Љ' w A@;$9_$L~;*bRڕ80?]ґӓMV#]^nVFpCEP1 ~x\Ң|{ͼca!Yo`SCꙨH1L\lBۂޣu^q sJH&=xac-J\-(%׏YD\ǒwO'(Oŭe۔?7>L*Ye ybW21ϔ+f:s%`,Ep3lgL׋>#C QaցQQ-îjv^vK/ [O3DiObdP[[jxNFK!LޅTDf/@5z5d8.Vg8j MҷCADO횫{!:4B>(2HGzf* o 3y`A Oh`qL{uvrOc9פK T bʑhn NJ'.>R6Uw85Obꢜ養v"+9 mQEIued<_>^5r!;<$U eNKEHEt=nuat+s5*]|+M<"(c`岩o$LdG!rmO\~Qi=@#ƞɆ=yXciīڇ! dL9U^@0IJU")K[Qgǭ@ @bPըo3h8JОf"G{7YfQ|`P@n^xm-!U6> 'o&՛uaA+l= |! XS/Ɓ6z)ۺ&W^׾g6$@wƆm6 y;pb:R+:ČcA1\!( rKkvH1z!7K,6NNͳq4$0s8uT mʟ3VBd6}U8]!kx'%b/;p$]чfK ۭmaC3#ٚď Q"@z5̼ a OASxo?PΞQI&z-ypJ!/bAjSҰf(%!:|!k*^3OÿIKd Ba gILjMѰZ`g Krzt[Wݘab(Io/F3lwWtXyїz1&Q򻰱a6@H)Lm3WNMm|uJZeO%HWu)շ!CF%5ʒGbE:S8lMt8~J3"J*cCbw$W3A#+Lge`H.o "ËH=I 7"ŒO>gG9 CQUk՝ !BqWT< ˾h/&aai9W6nh4f/SP͕:c)X(qZ7M<̴2ik͐`܉\>I%|!PmkJc1E ` ;UIlt~E֙4qי2KX U/.&ɯ`8Gʖm>c1=` rrSHMUkuWQN"+> r^C=y:5 q%D oX]0{'` hσʜzaStWJbe%Z~1FgzF0KL# gc'$>G bSH2Y15+ Q3NьgYe]Cpjde7?r t$`tTҙfbJT Iu͜X1^Cn#ZM"*Uq?Ƚ&+nSp>~1^H +3PO$ Uç)A$?L'!gP Wï;b-SV'S̫>ᳲm0(X(͉j&c3]yFha10(6DY޴w|uvEiz(Bn0Ȧ>-~ޖ&VnFi^#=}Q145q˙J#*J#B> x_.;NuKM msD+[O[ꘞT!1ZVkuZ*sygeVM;q i \ ~lj=M3MYnP|C,l Ov h`mQLGYLDcs{[M0+M ˴2ܝoi>_Hbj.Wy:$6J"R.`vY{`%"BzK%HL?K[)B@ HJ-EQJ_MP:h8nB3me$6f-vaѸdeg /0.OZKݷ½3w%JZ0%o9 dNJxl$nͼМIr!Lǜd)?;W5w\4O\jZ 'ܕ@) 8hw"c^zI`gbP nǃ6Q[o=qnT% hH+DF}oK?f6-  .GPwFE@9eƂEN|S}%s-NȘDm+وB&Nb\D:K(7DŽe qNJy iSRF =}-%t0תI^hE~Uc.X\θާyX|YyKLpmoeO|ΏiQCӨL zL'>h'o̊xpG3+?q\w'ߒ1Ö\M0iw4Np%_\H>.1IV !S} ޶a4eʼn?׋<2ȡL?56 `ĞK*T+{PQl ~ڪ|d"֎yGщCle8Ҷ-"QaM}#嫛猀^물]x oR $lT̨* E^غWYФ}-BF 'lQ"IZos9f5O-=16>QpE+U7ߝ)t.54n%ơ2jn4=:M޽^5ip쿕J|ϧ(ݳ+Ē+e yE ގȵ_)sJGfA&ΘdTt!b|g8%v'Μ}/6aK&ȸ$w-z!7H+UO@ X4%;BuͽKnp1+(?\J9rA͙|TɅgLҦ#0J a8@ Ɔ3u2d~~j+yJ`ͳ~::X @'Pth|/nڻhMKi.,$J0=/A'Whh/1 [Mi6QӃNe4j{WhڄrQ:[!@V6ZF5CK9IN!chLڦ6P-DDnl6I<\yݠJ\i2 g2@H˓ q-w8Hͯ;0: TBNyJF|v흇(3<`ޕ17֖a_7j"I0s*ҹW "|bC♽PR^ڳCJ{"#ͤ\c`V6] ?/ЪoYN~yG{5T>nooZ@v Zdy^EޒT{Ci#PewlU`^RBL OgltMg%O̓9oϼA kcq^%XO|$.wMT0o\hLƉ1DNk?S%UQ fWIV=cck)^VJEJLql^-@+Q~&R$ob@竒luҁx,2+q:9C5K%i>=2_-GK!P3c:T`GnrVȐ?twg`@{!?#{qO50<-\pt1g{$I߇kvBf+*,n}~ɖM<;3W f-=m'\/CUmξ Qübp:9W<|#Z m?׋pK=a_ c  ;!=k0IRőkz_/ppH)*@9+hme zJ+t ¨*IǡDVFYIqYi ǥMx=Ɨ0Sߧ: loimg3FEFG3h>"WlP m+gԟ$+Ԛ_5ݱ g8 qvlY}EiDBn  P#Vbu)-W$.p,6}{`$`J5@%{I8=MJDuSBeIxPߧi*4 ౐*ڑCqCHox_x3颙UZq ){ېYtZ a\<9mbBt Sֶ+VF質+\f&rC ZY4'v^ 3)y e#K"W4hI8fܪ%<$IG L$:z &q9NNu[%o*sm) Қ]iӸv) .Q!U]dŮ+YSHG VjpGIdx;J!*bi$o:_g)}f-+ukR/1qnd͉}@Da5UE'+k ˔A  +2k2yzSuoxd,5Qd_a$xL"!XU' H]tp/5Y3dZQGj`"s5k%>#F*{/sz /Ȏ"9 NsE'OWn7lEiVfЖEzϰ1;KXNJt N&TC5Zg|Znhj@/.yx]r,7{bW+Xcb秷=uoIlzSg@z_|uǡ,R?*ij58uկaN!޷Y}׀.5xsV[Zd-[=&2~+gw[@xѳ60cg  :פ)0:,xcPJp6?0kҙI%}yz]ey7ٶl$!}+$ G@]S.Ye,$ _Q܆xzF Q6rsIcVox(24lCJǫm%<-9c !j-skKAߘX;P*WTupgK,-| c9%ҥԸ<2i aĖ3bM]2G#ЁHc?_#!Qi&R.S/MH&8z2ZLSkz ߪPq+/,Tt5ڃԳPC>5 0.@qGh1O 9Jj]۪?y2 A{>ߋz/WK7x!<,;IK{U $oAh%- ir{eh9ْ6PvPƴ$B-#I*l6GjVa7M4FygS}rӴgaISЛʷ:ڛ)Xq 5z__WǏ` Ox}9p'jSxi.RY|baZ'*Zdb\/-gBBIS-$<-*,kK઒Ef54Fy3W<{>]nRν戾u( :zT+Sp2,I2K"`]_箾|Wшn'm~T+[Zzc y;hYZ{.BTƆaB4Xe^o~n(J6Z] -BtF9!l0ʧ+a%bh@JzjrjK R^V7Po$>֋jKi""**v|Ԛ4B q5.{TWB*?dXU1̟ZarO*ux/qXGxB"/2}5 ʳ3B#3ԬaV6/尗q*sQ=Ph $ț3JQ~aťQKwG1>rI`(iޗf*-"wSpԐYΦ'Ϸ_k PT5^6Ί7){t8v=ë]h'CG& 3=ޙZvViU3sϗM߸rX\ !E ^@Գ"QY0(Y%rV y.AP{E(s Xi_N])tVFavq}^=;xW)Q OiIm1YY62gU''&=`wV|FoMf sNo o,Qr}u}HzWr36H;]|W }_+!Iˬ}X'=b!r 4w'+0B?i\ujw r~Lw}{4Xsyy虐DCU)~fCI*3=V!Ї?v{$φ,eL@]|Xv=~_GaU֯ދk\<Q6F C>%tsGY9A~j;USz9K"bcI2 EwI0:R : x6WCN|a_2V>W&ֲαjIF@EGEq4bS* I!|7L 1uw䫹I2-=e`ܩ=b&#~eUF2&w[˴PDV%TTB#s.DE|o!׭bݩ3H'X ĪҊ[DNqdQ4Pb oWbv9Xz<"VM;32cxy՜2 @z+?{rL<=@~'ǔ?(b)8«#O'AGdYBEx‹ $jC|c2حWjZ搂w5-qޚEZ]2}֠C(Lhl)PEE]^hmx`ۈ$e;K6@O  pSs8%hm Q(-忶Ow8Xj᠎/FW+a1K?kY?RJgXLt :x*MfKܐK%j[yTj}799ޥTZIqb[UDذ &y08 ٙe "(5+,0J́7tH גQmsy{T e ɿAҥ8NhLErGNZ1LcW߻M) jG@| V#aQαmf`!1X=2 PhUB*o.S!S%zlߕ{wHWC@-$ s$vӛY-U3XN+̓6>m : N@rdk:i]uIgˋetnL?bX"܊47 *N:Ll"h7|'9X@xwZ35Yr!iX4O.@]ey$0[stuvb+ѣgqx@NUd1l72mƄ>2 ˎLl}&b%)SLF7Zk `$="GQ҃×z2i,}ԩ1W{m !dtXLS ebУeD8(k_ad~yz7;: ZKHԬ)[i`YAhhzj|ٺIL 1ת ^p!sÎxL$0v/l5>RcNޔ˼p&˜d-?J__,[0Ks,|ĭtӿX:ds)9Z}}egu{شeO1K(ESfP1x_UJKɣ&鍉W-4'rdg,-\|e3MK85 Ve簽P_7J$K &zP;Ke͖}"w(tԏ;Z,K-&*/El{7Q[\)›B~U-48?t3xfB^.`l>u'\Рh鼊n"V@Sw654pL"OPW`R:97A-c ixrn_PɇHAF똬h [cꎱc@NAv^ZMů(E[۾IUѳ"PuҐl_YuZQF~Y+ xHqYirM$0{7#{ji.pt@Ɖ+[sf;u^ձCk/g`q=let62J+׫.%ab Ǚ/wVSluNL]/Gۧ) H_|cȞ:u.k1CC_%D|4r`M*5D?lWxJ dh:f!Hw`A%Ms5c~>tYf /Tǵ7{9D&U.DNgnhDD\2%s O6(Pg 9Xjk dkb 'ceOxy 腽*eN汰-fG41P笱kx%* :>um3+H@o`c$m4mTؙk|)`n@Xz3AAA",m(1WWP\i76eF3 cJU;o|e [im|ˬ9*:4;$pŸ4`WCʗ`t\}URqd. k ~8&GH#gyG6V-/'LoUn|&KaKRA Ϳ[CX y#o/"z­ʫg;2_njV3,uCaPL~ʲl eԘ> "_SNW,g矑_XnFTKB_E`Z4G8hYL*4/Ôt+ڥ%D7E6ͯWV.0x nQH"d';?t,#Mf9V[7=]v*[ 6O38ik ig2d> @L qM]7LܓzVsbT RDvo:%E!g}As_K pG#ulu0-Gc(iGAuҺEhCƯ(8=GVYɋW;\ccWfocǹ{&C,P"SU"(6..ou-SZ"{VhqLY hW+{jc̑ۙ/BIQGך:jlZ57'g&-M,P1z{YsyUm1knzK,ڝăm`ā}$)B ;@|!M-9*+`[)hR() 6.vw:JS'=c/cޟҞXT~J1<qҬmV.D~dGxdV$I4q+|8cX 9wCmt-͉z4ǐiYFJ>Zs#-JZ i+?fV69z[꼏]3)k$Bg`X K#S6.@PPP D,fjDNQFCVrrZk 1cI=XtZEmS-6=|yL9kvЋSr\14":&!4s<ճ 7֞FavN芤6`(uJ׿R/;q $Kfb16Q^BFMp"ZC6:k?lL<|&/_^牰 v=/*e+f*{SzoL̷q{՛:cY2Pgךg/y;t:J ÒW_^^:iћ9ZRV 1+c@TڦM&0U/GS/l !2, MռmEeE #z9 Iݶ$#Zީmx',xɖm$/o u)9QI9I4t:< Vc?/객DwIiG ` kf_ wjpv Knpձx ~yѼXx.fBTN@{>uƎg\J8ҠQ(oq?:K#V39 2*e=5×SLD^1S{WVĶU\>.suf]y>(|w֋dWkrv^LxiJ S𹧜x}a30vY|QGuH#ifӱ m?&#c=+5EK<~1.؊p0/-[nH4pg8jR6DjmY+&)J8$B~bŪ5;`qil@LkMwWұg%l.u )w+u?ĞHj~"G 8ֳ6_`څF%D:J6xu'OtnpNT᠆>).8zRNF[&F~NrPSLS Yk[6Ofޥ~fLCMJ-"YH\Wm7*Ѳt׭Q|mQ DҗeB W:ṭ!੼YHmsjD>;)Y9k`hAUk4Ż9wtjG1B#ٕL~v X{iF!4v)70%}L s^VnB$۠rct!6\Sp~3A|:)V/5"?“4 o b["az^=i`l؊qZ9ں_m&TMa,^^< ȏu.>cYrU,i%n%eee^T~4C#|,<mFKRw]5\gVv?fy|&!O]c9to/:Ż(]TC#Z(OAdk_g˧J_bVVmLjmO~(7-Nݜݾ"aLrѯNW09*>} O#wI&luJ2 /8܏{Dd,7hrVvVT_8o %qp{?H(˳Pme2:Հ,bLxMܛ{i1Km@W;$,?a &p{ ^R)^X 75on.a˷Y g>&\r$'nd.Wye]g)]0^v^uL |L¨ҩ],t@"`+ pְݞHw_ɔ!m Cc&A5dzcAL0al4b F@z=iwn3'D0+Hra[d2M11#N "4 GAɤ ՠ?k<2 ?*y,AJ,F[Fz5uh`ZV M{~3Y}af&8٥hPj͹d( ҭGynhMfd F'u/%bLn~war}QJP(^[l ! c>Otd~UY/J9d.$ .ǸM`t]2zqrW!T,m.f+f-̤5ёiXo>2)} $Px; K1A]K7MKI:&+='K!uAgWuXӾ_y9Fь{@sr{Q۟l֗O$ hF™+3d-j?2KOgm q䨽K o[Q#U%P0/8H=8j)B-Jm\I 9 CCʐ,ڬwڅkf=ɨ.EP h;e;|_ˆqy9y:hU _<r-DSM ;!'v=l|o*K܈q|,FY|*(swa ^!3pmP"dY1߂Di4^o|P\4!;iE*E$gkF6((Xj73 W" /qEוGˬ(T8;tMM79I~f i9Eq5 z2:} 5P$񳺛19Ҷ}_U>2'FGGt2߭s$b v1?Ϫ4_$4 %ΆUa}[(!4ɻoF }od*b!?V !qDߙͼJFg[b>CA'pTU6] ~cO_O [}fSp!Փ0,KCmnKrvT$C#Sd0W4ZwD҉/LV,6T…a+NONeNv7uP[Æħ2 lO|u DSk^3׫eDC^!+LQ"^Zm 9U2 EO^̇5ur;:%Ww>>[wˍ@irSJPqRǾ'Lcg6ܝ,LH۞1_Q]TM1Qض^jRh!.cGF1}gHpb>=0 ReY8[rVˎU@ۿN_upS=çr]1V,V l8ldK;&lbԸ*'ƫd7nh§c-GJJ9l"mnGjVH(Tꔮ94LrRP?m`Wd̀s$K] ~,l0ji_W>}#xKwR܈egR[Ο)fNPGqjY9/0Fbe[#6Jtq#KޕK6/0UkBV|)mc7Wp'jk"mBz: ζd֔ٯ))3`4]9}M!|~OMt}) #2ŀrb̄L۶va⌦,C(#xm3'6nߟi&p$E8 ;3ximC`q용nN1qL7sCs hwt~],늡wQˤzZGjG򦽶gL_~rkul3n_qU7u;y \ɦ|0k2݃*4(RcK>l(pEQ ] - 3tjX8*v$-JE'Yڕt .͸ hȺQ_m6̓(@ۚiڎ@QM绸Wފ -/\1Hn~F8_Zr[_4Ae}E:|: \+`[nGx+t5n:bO`wle=|׻~~5zkhd68}r"ȱG` 4PaeLj,+;4\D8 G6ZUT, <(M=DF-tsVrť?qa%fhK,'4fHQ64 %l%c}_ 2L 0x =BP+>bʵ H( 8v.mݞu5oK\R8q(7;Jqz:2xG:> h}gD#4j_>M^DV#v{kݐ)Vps%@4-έPQب~[1gj$]-U wHiANMFB >R+cI 4ECc(HѨ6k:$Q2Q٣\0.Z e7Bv)az^\+__V`IYKF?"#qP ?[I,\kdv?g3 )UaܺsT̍D[&CRrz|nbզWf#]+ēyo׋+2!ʨ Zgj my Y7:Ң?,g9.=B\JBuk:ḱ^{C׈UwzY]PFyFa5oUHjVc 8vNZ!/z`˔`/(iri:-2MjcAIqG5zYX'xͫ^<O3t)أab[dJԣ5{{B3Ah‚xTL6 SLUmW7}@ f 9F\`›ߴN?3z0kB/SyfCv[gtiB@1tIb;qĕAVwa^O0Պd0[ K k?#ؓ[ b0T֌ +{c1V2R p䱭5j^(F)&9q4t("Tjd>Ll']DuVtRJY$Y؛NͶj}KJ6t1V hY9Sd(אk_͇}yѣ)ԶyꇈQ2?qZVxYd3x'S# o'].zXۼ=?$W}dVacdARq}}ޮD&."eڔ}JNYNuHO 0Қ[^HCx]0l H9|\57&Tnkh.FVmU"E_ێ{|k#L|:B'r /hQIەrYhܗ$Ng"LqDcsNMB"s~_au޼ۊ4^_֊6B+I#O\jP ;>l6~G z#>QDVa }@>9np #I%QvSl8e)@w9xD?"Fri[e6U;)Dq wA׾ʜ=K fokz>ȳ!RDNߙR)갅^6e}@ZV]٩E91LT)/'7DZp7H%4^̠݃>V=}c.Q[*siV)7`ʀg~ة*fBpPQjV\wlQ ּ]3̏Px+3D h,'b­.3Y2X5n+ֵ[2cm7FBh ȖNv.Z 9%ȰXS,EaAB^S缡[Cq ogn4Wtutr3o>LsIc:-|N$i1'B0Cr)Vnrxm U ӣj_k: -"nL-&"Px-qHF (&Eo5YKoGWC5)5!#sͺѢ/@`D  # aP+X;]0TlЙ 8wf 3Խ ( "dg3&^)Oƒ$|uLTLP-Nt&U$i v#z wWNs '>x^} A.\U޳,ߟ_=_qTY}R၅_c+_M~U=Aی۸W3K ޡwt,5[źd>2|౜ l;s#)#D{*!Wl+~+͒x>J.Tt?3o^ҁޞ]He.e3kA|j"dDQNbOn+E]ߗ=\<:ˆ}}CTPDo@YYoIx15RORe Br91YmmmP׽]0ic¦,~/H^nT癶yG#ؠ[M5-(4e jk]踋fd~Y=) YnQ5;(Iha0Ǥf*bM'ۻrէ=ORpi&bǡf.᭣jL_‚`J u|_ϝ7ǹf4D=u3tSlW>)qsb j|Z`ş-q,]3V!y+z-4<")b^T =Vh6d,}WaVRZDD*+s3lʬb5hM]V ސoqџ?uB<9DvɈқ味BXyXQ'k*\2nWSfVi^EeipE_Wzb]F΁0D&hpu"i&t~s0&)-Tb ⓎJܳNU-9OUCgM TB#+s6n{Sk|݌ڞϷ$AɑjDe!P.hT,-5\+S9a+t;6$"aA^ɥ_/ܜyHPx"+:YMpL>^nq)&ZdYP$ 1Ʃ@װk *:]Fi&PPO_egkА!;)&IF{JVWފ2W{66z|h, vmosmf5bƢ@]9;,CBQl,knFR dUԙ l$/UOW)mrnMRU0mi$hܧ-I|(?SI9Ն?4켃N%5q&i o ˤzUYә|^ֶoQQ P.iPV[5x1gUCgR)`9 @}w8~X gAjQ=>[P+nWn1w;TY@o7:eؚK{A?2Z2=Ѳ, om. =ܨ1RN`KlOq}uI<)ïST\.N&(_?I^=JuJ׳f߈JG|v +6퍂<(ʟnQƌTE&Fmd3G/4]LGBp]*{M@ <@<6wBNref,`AVc1ޤqS6Qx *k_T>p0p)\h!^Xpp/pѿOrVD!D>F2qab5km ` ͔pAU+ʮAP)"[Ii%Ō ڳޮ([O LM9R\zMyNQ57R*K!5,~ r rF/nf !_-A_$xL_:/aPדNNp(AIRh2S%q{PC=WUR&UV`Lh@y&W0*"ȑۗ끂d?oA=S ME1Ӕ5HnuHjW&:\_@\0!RlEtO`0yz8a1lX۴d.i (y d1r ;p1м's%UM4Xs\Q멚X 셭fdʷ A047󿆸x*П٬WEC eEHAmڅ`k8Ï93[B^YiVN><p6d@gP}1ƱfΨ[[L6k$a2Ys!f/(!6s3 xR"U^ H]XCѴr+nnh$x(VFnٖm4YL=21S@%~S/XqK4 C5V#EX4?eQRE36Ycnj0K: MGZ rOWc,6Pt6 ^\|mvN4in CLϵwP0~twMkhwurJi^|?`N5Gybi9$ҁCwqr9cʶ$fJQ#f:+:QS"4R<7ܚ=p;Z by^k{Y\eeD?.'T\W{=VIj>a4 -wM|QxPZwQ'(qؓ'ZjGho5crg}-\kvv2~#]D:Z<#nmq=oN$êLJ_[ul8=iWe{NAQ@u|%r4=cJt֯h[0q-g, ;xo|_#0Tp / V8XGJ4vX2O^~8-L²1rםtI-fSgA߫A0ޘأ~5I!Ybٞ!5̊Ǔ}QY5G_ZZJOBd$&' nt n7FՁq|2w,tGP ^=3]#;-WGTC׺szT`Or⶿(1[jsaj%CP;9^zQ@~{Xziba`+o]7z{@EPOhB9P=y[Cr5I!WU3B:y'{-pΈnLz95*BQ1P&,V[DەH yt7걡nS@ʎ]zX}Hv1$W:[9Hi@ GQ)!;LM\xȚu֛; (Y$hP&Jr#Si3XX#PAڰ%TNl@e+<7JC'Tz1=&|)8P'[JV= sx qo'S2ʿi;QM+؋iš|fب+Y\a7! %XcZԿ݃V`mI [ŪnLc$.o3XN3+ٴ96quN ܵTseS+/rE_ޱ)u|ы '24>f}4[uϡa8h=F#Ŗml<'cC7I"O5avoYGk<*О*kT$Ear,SU:΀zb`ꥆOClT;VzŇʨAAȾ-絺_^dX8 l:lFhDS]]O֢0ض Xyx8cmU=SYscn#adX:3"/uC?or@F*;O<]=xiX.l`W"dZ0 OsT_=6] nZ cmPMh\?E DS]Ƚba.E3B<,r2퐓ϔLPY5&622äx-Gv;/k#;jU V(}79/)s A뿣2ER:.@g$2Ȯ|F7AB˅n,] 3NmIj  .D?Ȍoʾ8y8kﺑ̗>cxl|Xssοz =Cup[_?|X9Ov9!gOAy!{]E?X #tD8p <5g'Wm7,SZ<)RV1)S29{?\ei,9\:9nA 9#ןX]͹݀.]]Nдp9,WŃuLaÖꕮy̻'rehZa}w\x .$%u>",2Ov*VYV~'ZΔ2mm\`Y*/㔙U%B5u"w|]G?'oj*G~Kps#$_*䥟EyfleRi@I^> 09|&!?lUQ[eO!;;BԇJu(ЉFƥo J35'&Ă/)^<][.cAPaFkEiN܏wwW!\%V*F[-v|ц; k{@7R1_Ρtf]x=qG!Aʼѯ[5p=F ogYu;j JxWZ\Kar]4]v# ued#}vC &mlZ9er ȼ:~,vDn䘒:OK \ӸuSdBAL6?z;ౠ-1wA11zk3; * `,퉡f ṗGc^#[e7vȱ:XdJSzzV~HݼҀww\܂)k"6t{W@(J:D+u{l^Ke0Yd#J㗗@nGZ!.! 0X3>4b(1Yﮂ]y!29OW+<5<#=Q.ďu`BA,֣iu;/mh%F Ŀ>0|'&uU*>͝M]ٓ'\!VG48pF H9>;/S%j Bn`>p8"çrκwJ#XDZH 瘦\:.:j ` 2qM0}ܜ'pK~?z<\Rf3Jc U~IUEy*:tM舘m;85 5i4s^& ²mٍ=4KvBVMa=O2ICk'n 6'lUQbRn#/*6B"%0<;abLnܼ@\)akSKjb{2-m̄/u@w(.3IiB ynv߁4j98Σs^]IENP`H^Mgx~W:M aKV5 C /ŁiM5cKv1I h(sDzB͘e"=&t~kN';jᕊJQyf7bA!"[_}xnOz&[QwGRCj誌AR==7#c7]1⩤I{@BS#?D q[/Rj%g\cf]Qo{@MpF^Av4&[7z=.Z#. k})z.%kJuM9g(fK!нC׌]pY^cg/%l$cX(? dkU&TpPd-V`-K懮D^)E%C!tGaمJˌU`'&ˑȴDܷF2)=%tg?Ԃ KWw1gh vdSxmf$?CW=?f I뤕 b[\P[}u2A:_/ im)ĻJ@Daomb;ooq1}bfIjG˰1w:e<2-^x5ϡ-ع)#J=mlC8%jslm>5X|xλ2x`ΐL0-]@V;%ذ~^֭ٔufT^}6̝_a(w_;41 y@>$Y$yD׿2>p,pDNlu`ŸnEb_q-82DJA'";1lġz<<BWz8 'bk~e7G5Q&'y>ud&_U-*C .cbhwv+UYP&f>ֳ,i{5 :u_P]0 /R,6ϛccڐiBS³'@˞Ķɶɏ^ 22XZZjO~^>|vIzow%UoE6avݨ5Dcn8= bj6-8s *hF e&hn?t~*Ktkt!yCygS>O__ gN/L~\Ou(8I%_j~٪۽rՀkuCn>xI04+vb$48GV-z7d}&9@?}63 pe%j!4+,tn^ĽWzGZ}=;rPkSJ S*ok}E~:gYZrhkS-[¤LlI%]p(yC`6yRxkx 4J]j/z`foѳmo 1.^54Ę(º}e>I{F1ǟ֑8CYϜi#d7\]"6'WﭫY#PAxa$!|/Mko7!;vw 0K&--Zݮ|'~Բ?EKAOd׷T4ۭ^>VF.V@+H˳χɩة~(Z/| !5pqBMg&%KŇGS w_0.Qsވ!`op $M} @ar&$MawG=Z)׆Xqh5gG󇠪 pA7Ɯ 0Kմ;1B\npx )Ia#s >W\wO6b|i?Л$a 0QĮ託.GWfz^^ȘD`Nt03$LBoFB6lR쟶̜lwܢxxCTLG"]\@f5\6W.id&@ dhy/6PVxػ='^'=C#עŰh neb,H#`9vWNn"}3%xFhŧǕ0|F/9đy\/nX[GJ "oʹВ]5}93l#)o&oY $xr7`>ho-] eؗQp[<\r\4*@/QF1&3D#p_!x&_2xc Ø(ym%\xJ2besU/%LL n.e 4& x$`\l2R]þ2՝?VW Ƿ]c0lśB{5Rw$ǒfb/(WV+w[z IYX@neBו߫&K);R]q;uXfV"Sz3K]UY c3 Ʋ3΍dUP/\]ϰ;@5lJ+japdT.Lo^M"?X!t[WW4|5F-t!Fĵ}&.y e]w'6׮w)P&wJ3)zWO^U/Osw'7uv:0ÁyL)4fs`ײtz "3 paߌ5;D /Wu nBMWʇb! ^Y$ Qݲ"2jk1Ǫew^b^k`i2:4 H=$cjk7*`:Rv.!&L Q9 !}R.OW3<]?uorLE0o&O畘8SuC#gVLmsI8{K랄f!<ØWΏQ_&H-^̴W|r=N@=<͵)p8Z:|OnDu6nٛAJ:5mdꬱ7 on7Zա<¤x~^9qng|P)iu̓7Z?2{nlŬ``*/9)OgVڪ20+2@Lw !"[E=`qCҾz@_cYYy-$66".fohT$H@c.y8>˸>a /N D[Qn~Pd"V;kej; o{~~rIH%u XyH"v'4hR7H*{m}QfX&.wsFum9۬1|i! DV膮H#7oh;pƂIU%VhmS71ԛO@%@\>Zaie.0UNdE#^ [`nhFfeς K k ʈc`gAyN‚.(W*&ԅY\o5 `+HEx,\ۀO? np&iEv,_'74'$V;MV{/y?2H=U"w+@N8#0O;XSHn~b% :ܸ?eP+l}G)r#: NE\VDl5H"33dj`mqCMdx/f{%9f>_ .S,fk6( ,DV m x\,o `qKrAn[uKl3=ybΰ9:ԕ+M{vwOݕS R2Y5 QĆ\l>52s&j?oi\GoTxL9xٝ"YPUe[Dg`5`d.Nu3rP^\u)Q JͅR-48GAAXJxSt7;dUt'vT&@qgte(b"*v]m!2/| 9䤚 BE6}, >HۑxqS4kU b_7®u S0,WX6uU Z&jNy\ JKİ\xa=^l#AD4MiHVhc6/߶ŪίxjQk_;`\7e+o(;4oG }MyDc|xDqIceIzɅOǐWgx:Pl}AѬ8ְ߅?m / s4 VFNɬ6,#atH[o; 0+8ȐGQ!Uml{ '騧],3J'X^k'.}9F@RC/꽣k@G;<礽JPY]Iuk˲h=(ۯG#H |` K_Ԕ!v?`\fsCE!ROɪ5Z2DH/ -Жd{8ՅVvt]3HyAV2NR&t̋Zs J) ^ԟՁz&E-pz^bfuB|N : 7#}c{|J%z؜ʴlvBq3!Z"HeF!KKG9Ig[\> ҆d}=DJ:}g1$@QȞ1@ ¡av Vb/ޙsap*"2"ج\cR-gpS PN^{d7@?!NNZlnb<0^!XX'd;sGye%d4hLuWw &tqP.)XLOt=:˷ҊL \mڢx.st3?~GOJM71ׁ sr~ b^"NVKuÁJO}-I#ܘ=k s2kDȑ$Q4t5;0W8ի[^(f]Nվ ep XKt_5u4'=-QK[d?7)LB|_"kj jx w oiAcY'h<HcdnwE,rvPx|+ xQ|-P$O`5'%3x k.s߫Dn{ʮt7M D+\"/Fgnt4aXZMY‚cuJf:AoM-9%m\,.S%M J4J9qX3NvSI<\1Fp] (p?y8ɲr` R>;m A-z;\SxP(cFZV){n:I<ȨS䘳N{ţv4BLe2QX>هĄjo[rYjN;NU"ŵU~?G!^T # Ѡ~7IG/X 6L]nI {"R`$ |⻨8MyN]a#@d*GTj){=ßm$\QOQBhv=<>#d7$y)[U鍧3rE\ysk.]hT)Y4 LW:6n 9<)I.y$Gs­G͑Gvw;}X;i[v4h<*g]VCh$eWܿa`6M+=IX.ŌY%2pe,+p8 >&~"UX$LY\9 ٬ 3_ զM{t A"k9ԟ{Du0= 3¤ZRZxRNfԮfyM&ia+; fmԭ\3$0ivo9ܚebd=g ^F@" .񙕧ƾe*diLݑI#P^ӻA==_ЫrwB\Ԩwc'-vsUU Z/1QDcL^-~R#{m 0v{[}/)ٛiK5'[%S7|`٠`ݗHz!@h+Ftw1C9+9PG f%o2!x3KLaG C|^MYAFZ;yk)Ҍ_DQ8+\Uӎ^lgt+g B,I^pE!5e``@i=ƥ.w]rawhts[Z.fRAṵa uUj7w2}Ҳ/jٟ4VƳ~exD$\E[U|k 0JNd|ٝɍ,nPo-?۔4GYEjq'LF70w9{mMt}S$N,}ѳHy]F  CBɧȡxT9_(9dDJr45Ɖ/MC5&zAJWYRs$o>Xpڇt/}Ew0&(Ȗ{x$d,QfsWw<T\߫_(c mw[Q+-ez𶱤i&AjCdye.! 2sWN3+ܯdV.Qg)~{xf`5FO4C=*$Ҫ,03ej\nZ %UI=- >ױ2rt]I] um{]7"6,v}5]6rl~'߈1)de ,w TmN# Ûq=,,634U85pm^ ;0?Ͻc$Da +fʁyDֻvh;/X4n#$\W3kEh@l&v_'}|qԈ>_1$ 7E?۫!7ы˫w.^W*9z/L)Q0R#{dRP"&! gu1vBsM9saD 20+TN'k%]RRViB-,_&X>S[-i*ǣ|nП;Od!JE$Q?GVz9ct"Dc&au|¶7dn%D5gr/a[} ʔ>F׹[5)k򀎪xpIfL=؂}6 ivq+&Ӄ2%FC&quZz~#")WK |%kl;oMM>/j/;.Ob<)HP sϑ+'!:⋛zZCxtO3[\9-6Ж`e>.Z84؜+ƕDg>CvHD-b̚ ;h}+DZ=qսE:dצՇBDJy̐[;9Pk] Px){fDv`pSГgH͉ I=4Z vd-#NQhfCLQ9ī0 _wqY@ ͷK;ujwR&o·e @Bv@e~N8XۆƲGP{ XpS(( 42g i?G>fϲꆻHͺ(>4&bV~4ޥYCҘ-&zU*L0z,wmwj/|b+~48\>Kf yQֱ8b 4Qm=WLlct^1 Q(+ߋxg$A'~uixң.iQI]ͧ(;W*Zr4b\VH^:ltX;WpgkD{'EB/"_xzB׾+Ok>+H|HN-Em8&" }x` =+/i|fxy4pC/ M&GC]eBlFX3|)s(zo,oXy?#>s@^l(-le zi2"p$M6q306mD٢gnMrf].lS1rb4 .TM:"SRjG MVѠ;d+a cWIu(@l}.̈́ۜS8⬪Zmi Mw  jS)m7';!}~16PPZ-aUɱijpd@v\O[%3|L gp&6B8'iYGxŽCσViT (5&yO#ǂRB 6AAg%xld =_|ߚ/ħ>޵~:>I/8QS`9yWJ "N.V`8ˇمr