File telepathy-idle.changes of Package telepathy-idle
-------------------------------------------------------------------
Mon Sep 28 16:53:39 CEST 2009 - vuntz@opensuse.org
- Update to version 0.1.5:
+ Enhancements:
- Use automake 1.11's silent build option. Use
--enable-silent-rules to enable it.
- Implement Destroyable for IM channels.
- Implement o.fd.Tp.Connection.Interface.Requests.
- Allow parting MUCs with RemoveMembers.
+ Fixes:
- fdo#22291: Define _GNU_SOURCE not __USE_GNU to get
strnlen(3), which was causing a build failure on openSUSE,
which has a glibc from the future.
- fdo#22958: Don't explicitly return void in void functions as
Sun's C compiler doesn't support this.
- Drop telepathy-idle-glibc-header.patch: fixed upstream.
-------------------------------------------------------------------
Mon Jun 15 11:18:55 CEST 2009 - vuntz@novell.com
- Add telepathy-idle-glibc-header.patch to fix build with latest
glibc.
-------------------------------------------------------------------
Thu May 28 20:25:35 CEST 2009 - vuntz@novell.com
- Update to version 0.1.4:
+ Enhancements:
- Added a connection parameter for "username" (fdo#16499).
- Removed the default quit message advertising Idle
(fdo#20916).
+ Fixes:
- Parses nicknames in incoming messages more liberally, to
allow nicknames like "-bip" which are illegal but appear in
the wild.
- Uniquify connections' object paths to permit two connections
to the same server with the same username (fdo#17430).
-------------------------------------------------------------------
Sat Feb 21 21:03:37 CET 2009 - mboman@suse.de
- Update to version 0.1.3:
+ Added automated test infrastructure
+ Fixed a bunch of memory leaks reported by valgrind
+ handle buggy servers that don't quit properly
+ Fix parsing error that resulting in not receiving any messages
that started with a leading space (fdo#17390)
+ Handle user renames in room channels properly
+ Validate nicknames properly when attempting to create a new
connection
+ Fix bug where data was lost due to improper splitting of long
messages (fdo#17392)
+ Don't split utf-8 codepoints in half when splitting long
messages (fdo#13532)
+ Fix bug where a user named 'foo' that was a member of a channel
of the same name ('#foo') would have private messages delivered
to both the private chat and the group chat (fdo#19766)
+ Fix some infinite loop failures when connections fail
+ Fixed various warnings
- Remove export CFLAGS="$RPM_OPT_FLAGS" and export
CXXFLAGS="$CFLAGS". These are default
- Remove required versions for BuildRequires. We don't generally
use it in our .spec files
- Use %makeinstall instead of 'make install...'
- Use --libexecdir=%{_prefix}/lib/%{name} since upstream changed
-------------------------------------------------------------------
Thu Jul 24 13:15:27 EDT 2008 - hfiguiere@suse.de
- Initial checkin