Changelog for
telepathy-idle-0.2.2-54.111.x86_64.rpm :
* Sat Nov 07 2020 Bjørn Lie
- Update to version 0.2.2: + Enhancements: - Port tests to Python 3. - Adjust code Meson to use Python 3. + Fixes: Fix twisted tests for Meson.
* Sat Nov 07 2020 Bjørn Lie - Update to version 0.2.1: + Enhancements: - Port build tools to Python 3. - Add meson build system. + Fixes: - Properly handle long IRC messages. - Fix a critical message from GLib on disconnecting. - Fix message corruption on accident bling removal. - Update the certificate for tests. - Fix \"Invalid utf8\" test for Python 3. - Properly handle channels with a \'!\' at the start of name. - Properly handle modechars.- Drop telepathy-idle-dont-bling-non-bling.patch: Fixed upstream.- Align BuildRequires with what configure checks for: + Add pkgconfig(dbus-1), pkgconfig(dbus-glib-1), pkgconfig(glib-2.0), pkgconfig(gobject-2.0) and xsltproc. + Remove libxslt, python-xml.
* Sat Feb 22 2020 Bjørn Lie - Add telepathy-idle-dont-bling-non-bling.patch: ctcp: Don\'t bling the non-bling.- Modernize spec, add upstream URL.
* Wed Feb 28 2018 dimstarAATTopensuse.org- Modernize spec-file by calling spec-cleaner
* Thu Oct 03 2013 dimstarAATTopensuse.org- Update to version 0.2.0: + No code changes since 0.1.17.
* Wed Sep 18 2013 zaitorAATTopensuse.org- Update to version 0.1.17: + This is a release candidate for telepathy-idle 0.2, recommended for use with GNOME 3.10. + Dependencies: - GLib >= 2.32 - telepathy-glib >= 0.21 + Fixes: - Don\'t crash when a channel with multiple requests fails. - Add handle-name to RoomList properties (fdo#65614). - Kill async read when disconnecting (fdo#64923). - Fix tests with automake 1.13 (fdo#69258). - Stop using deprecated telepathy-glib API (fdo#64122, fdo#69311).
* Sun May 05 2013 zaitorAATTopensuse.org- Update to version 0.1.16: + Enhancements: - Add support for interactive TLS certificate validation, fixing the regression in 0.1.15 that self-signed certificates could not be used any more (fdo#57130).- Changes from version 0.1.15: + Fixes: - Validate TLS certificates properly, preventing man-in-the-middle attacks (CVE-2007-6746, fdo#63810). - Fix compilation and regression tests with GLib 2.36.- Drop libopenssl-devel BuildRequires: no longer needed.
* Sun Nov 18 2012 zaitorAATTopensuse.org- Update to version 0.1.14: + Parse PONG replies more leniently. bip\'s PONGs were rejected by 0.1.13.
* Thu Nov 15 2012 dimstarAATTopensuse.org- Update to version 0.1.13: + Enhancements: - Initial support for listing rooms (fdo#23005). - Chat room channels now respawn if you Close() them (fdo#24614). + Fixes: - Fix for \"make -j\" safety (fdo#54016). - Sending well-formed but invalid UTF-8 no longer gets Idle kicked off the bus (fdo#30741). - Idle now disconnects if it doesn\'t get a reply to its pings after a while (fdo#56589). - Don\'t wedge and stop sending messages in a situation we believe was triggered by a short-lived GIO bug (fdo#49163).
* Wed Aug 08 2012 dimstarAATTopensuse.org- Update to version 0.1.12: + Fixes: - Implement the the ActorHandle property on the Subject interface, to fix showing who changed the topic in Empathy - Idle no longer gets stuck in a 100% CPU loop when the connection is lost in some situations (fdo#48084) - Get rid of deprecated things (fdo#49600) - Renamed variables to avoid warnings with \"-Werror=shadow\" (fdo#51906)