diff --git a/libqxmpp.changes b/libqxmpp.changes index a8d8779..667dcb9 100644 --- a/libqxmpp.changes +++ b/libqxmpp.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sun Mar 9 11:10:45 UTC 2014 - dap.darkness@gmail.com + +- update to 0.7.6+git.2014.03.09 + * Added QPair include just in case. + * Avoid keeping the source QDomDocument in QXmppElement. + Serialize the node instead of keeping QDomElement + with a ref to the original QDomDOcument. + * QXmppElement::sourceDomElement(). + * Namespace-based matching for known elements. + * Cover non-'x' extensions in tests. + * Support other extensions besides 'x' in QXmppMessage. + * Fixes to support Qt5. + * Re-order member initialization (silences GCC warning). + * Fixed possible memory leak in QXmppTransferManager. + * Added missing assert for connecting signal in QXmppStream. + * Fixed C-style pointer cast. + * Fixed uninitialized pointers in QXmppOutgoingClientPrivate. + * Fixed uninitialized pointer in QXmppCallPrivate. + * Fixed uninitialized pointer in QXmppRtpAudioChannelPrivate. + * Fixed uninitialized member in QXmppOutgoingClient. + * Fix QXmppServer incoming connections with Qt5 (issue 175). + ------------------------------------------------------------------- Mon Aug 19 17:07:28 UTC 2013 - dap.darkness@gmail.com diff --git a/libqxmpp.spec b/libqxmpp.spec index bdfe661..9d0ef47 100644 --- a/libqxmpp.spec +++ b/libqxmpp.spec @@ -1,7 +1,7 @@ # # spec file for package libqxmpp # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: libqxmpp -Version: 0.7.6 +Version: 0.7.6+git.2014.03.09 Release: 0 Summary: Qt XMPP Library License: LGPL-2.0+ diff --git a/qxmpp-0.7.6+git.2014.03.09.tar.gz b/qxmpp-0.7.6+git.2014.03.09.tar.gz new file mode 100644 index 0000000..419e4ad --- /dev/null +++ b/qxmpp-0.7.6+git.2014.03.09.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22d9000a0dda0bfd72fdf3ba0329ac5b82f05ef3ba5db3dcbb8dfcb16c021ecb +size 1103265 diff --git a/qxmpp-0.7.6.tar.gz b/qxmpp-0.7.6.tar.gz deleted file mode 100644 index 10a97c6..0000000 --- a/qxmpp-0.7.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4218582cfe09df1999532b25297264fce4f14ff87e5277a35b2e359716b6d240 -size 1070098