Version: 1.10.1-bp150.1.3
* Mon Oct 24 2016 mkubecek@suse.cz
- update to version 1.10.1
* stability fixes (calling Qt methods from wrong thread)
* set PA role to phone to pause music playback automatically
* French translation updates
* remove obsolete commoncpp2 dependency
- DTMF-event-type-cleanup.patch:
drop (merged into upstream)
- Revert-Replaced-Boost-regex-dependency-with-C-11-reg.patch:
refresh
* Wed Aug 31 2016 dimstar@opensuse.org
- Drop bogus pkgconfig(Qt5Declarative) BuildRequires: the build
system does not check for this.
* Fri May 20 2016 mkubecek@suse.cz
- update to current git snapshot (commit 4627d49d5e2d)
* fix build against Qt 5.6
* drop Qt4 compatibility
* fix build against ucommon 7.0
* allow build against system libgsm
* crash fixes
* digest authentication case sensitivity fix
* other minor fixes (UI, spelling, translations)
- build against system libgsm
- fix-build-with-ucommon-7.0.patch:
deleted (merged into upstream)
- twinkle-no-return-in-nonvoid-function.patch:
replace by DTMF-event-type-cleanup.patch (more complex, intended
for upstream)
- Revert-Replaced-Boost-regex-dependency-with-C-11-reg.patch:
refresh
* Thu Jan 07 2016 mkubecek@suse.cz
- fix-build-with-ucommon-7.0.patch:
fix build with ucommon 7.0
- reorder patches so that the optional gcc 4.8 workaround comes
after normal patches
* Thu Oct 08 2015 mpluskal@suse.com
- Use cmake macro
- Add twinkle-no-return-in-nonvoid-function.patch
- Use desktop file macros
* Tue Sep 29 2015 mkubecek@suse.cz
- fix Leap 42.1 build
Leap 42.1 sets suse_version to 1315 but it already has ilbc-devel
split out of the main package unlike 13.2. Add some more specfile
hacks to fix the build. This version builds correctly on 13.1,
13.2, Factory and Leap.
* Sat Jul 18 2015 mkubecek@suse.cz
- update to version 1.9.0
* migration to Qt5 and cmake
* added in-call OSD
* remember window geometry and state
* visual feedback when entering DTMF from keyboard
* support past into DTMF window
* remove boost dependency (if gcc >= 4.9)
* eliminated some GUI freezes/stalls
- dependencies and build phase cleanup
- twinkle-ucommon.diff:
removed (no longer needed)
- Revert-Build-fix-for-a-probably-broken-std-match_res.patch:
Revert-Replaced-Boost-regex-dependency-with-C-11-reg.patch:
use boost regex for gcc 4.8 distributions (std::regex is broken
in gcc 4.8)
* Tue May 26 2015 lmuelle@suse.com
- Add ilbc as build time requirement again; (boo#707856)
* Thu Sep 26 2013 jengelh@inai.de
- Shift BuildRequires to explicitly use zrtpcpp2
- Remove redundant %clean section
* Thu Jan 19 2012 anixx@opensuse.org
- remove use of a broken, deprecated macro
* Tue Sep 27 2011 coolo@suse.com
- fix build with newer ld
* Sat Aug 20 2011 Werner.Dittmann@t-online.de
- Fix BuildRequires to fetch the new libzrtpcpp2
* Sun Jul 24 2011 Werner.Dittmann@t-online.de
- add patch to modify Twinkle to use the new GNU uCommon/commoncpp libraries
- remove dependency to common C++ library
- merged the small non-void patch into the ucommon patch
* Mon Jun 06 2011 coolo@novell.com
- do not remove the original COPYING
* Mon Mar 08 2010 ro@suse.de
- fix compiler warning about no-return-in-nonvoid-function
* Thu Feb 26 2009 rbos@opensuse.org
- Integration with Diamondcard Worldwide Communication Service
(worldwide calls to regular and cell phones and SMS).
- Show number of calls and total call duration in call history.
- Show message size while typing an instant message.
- Show "referred by" party for an incoming transferred call in systray popup.
- Option to allow call transfer while consultation call is still in progress.
- Improved lock file checking. No more stale lock files.
- Opening an IM attachment did not work anymore.
- Link with ncurses library
* Sat Jan 31 2009 rbos@opensuse.org
* Update to 1.4.1
* No sound when Twinkle is compiled without speex support.
* Compiling without KDE sometimes failed (cannot find -lqt-mt).
* Configure script did not correctly check for the readline-devel package.
* The twinkle-return.patch is no longer needed, the patch is part of
twinkle itself now.
* Mon Jan 26 2009 rbos@opensuse.org
* Update to 1.4
* Service route discovery during registration.
* Codec preprocessing: automatic gain control, voice activation detection,
noise reduction, acoustic echo cancellation (experimental).
* Support tel-URI as destination address for a call or instant message.
* User profile option to expand a telephone number to a tel-URI instead
of a sip-URI.
* Add descending q-value to contacts in 3XX responses for the redirection
services.
* AKAv1-MD5 authentication.
* Command line editing, history, auto-completion.
* Ignore wrong formatted domain-parameter in digest challenge.
* Match tel-URI in incoming call to address book.
* Determine RTP IP address for SDP answer from RTP IP address in SDP offer.
* Show context menu's when pressing the right mouse button instead of
after clicking.
* Swedish translation
* Resampled ringback tone from 8287 Hz to 8000 Hz
* Text line edit in the message form looses focus after sending an IM.
* Twinkle does not escape reserved symbols when dialing.
* Deregister all function causes a crash.
* Twinkle crashes at startup in CLI mode.
* Twinkle may freeze when an ALSA error is detected when starting
the ringback tone and the outgoing call gets answered very fast.
* User profile editor did not allow spaces in a user name.
RFC 3608 - Session Initiation Protocol (SIP) Extension Header Field
for Service Route Discovery During Registration
* Tue Sep 09 2008 hvogel@suse.de
- Update to 1.3.2
* gcc 4.3 fixes
* Disable file attachment button in message window when destination
address is not filled in
* Updated russian translation
* Send file attachment with instant message.
* Show timestamp with instant messages.
* Instant message composition indication (RFC 3994).
* Persistent TCP connections with keep alive.
* Do not try to send SIP messages larger than 64K via UDP.
* Xsession support to restore Twinkle after system shutdown/startup.
* Call snd_pcm_state to determine jitter buffer exhaustion (some ALSA
implementations gave problems with the old method).
* SDP parser allows SDP body without terminating CRLF.
* SIP parser did not allow white space between header name and colon.
* With "send in-dialog requests to proxy" enabled and transport
mode set to "auto", in-dialog requests are wrongly sent via TCP.
* Crash when a too large message is received.
* Comparison of authentication parameters (e.g. algorithm) were case-sensitive.
These comparisons must be case-insensitive.
* SDP parser could not parse other media transports than RTP/AVP.
* Twinkle sent 415 response instead of 200 OK on in-dialog INFO without body.
* Twinkle responds with 513 Message too large on an incoming call.
* ICMP error on STUN request causes Twinkle to crash.
* Add received-parameter to Via header of an incoming request if it contains
an empty rport parameter (RFC 3581)
* Twinkle did not add Contact header and copy Record-Route header
to 180 response.
* Tue May 06 2008 aj@suse.de
- Add missing return values.