SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for twinkle-debuginfo-1.10~git20160520-1.2.x86_64.rpm :

* Wed Aug 31 2016 dimstarAATTopensuse.org- Drop bogus pkgconfig(Qt5Declarative) BuildRequires: the build system does not check for this.
* Fri May 20 2016 mkubecekAATTsuse.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 mkubecekAATTsuse.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 mpluskalAATTsuse.com- Use cmake macro- Add twinkle-no-return-in-nonvoid-function.patch- Use desktop file macros
* Tue Sep 29 2015 mkubecekAATTsuse.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 mkubecekAATTsuse.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 lmuelleAATTsuse.com- Add ilbc as build time requirement again; (boo#707856)
* Thu Sep 26 2013 jengelhAATTinai.de- Shift BuildRequires to explicitly use zrtpcpp2- Remove redundant %clean section
* Thu Jan 19 2012 anixxAATTopensuse.org- remove use of a broken, deprecated macro
* Tue Sep 27 2011 cooloAATTsuse.com- fix build with newer ld
* Sat Aug 20 2011 Werner.DittmannAATTt-online.de- Fix BuildRequires to fetch the new libzrtpcpp2
* Sun Jul 24 2011 Werner.DittmannAATTt-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 cooloAATTnovell.com- do not remove the original COPYING
* Mon Mar 08 2010 roAATTsuse.de- fix compiler warning about no-return-in-nonvoid-function
* Thu Feb 26 2009 rbosAATTopensuse.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 rbosAATTopensuse.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 rbosAATTopensuse.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 hvogelAATTsuse.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 ajAATTsuse.de- Add missing return values.
* Wed Mar 12 2008 crrodriguezAATTsuse.de- update to version 1.2 [bnc#370032] SIP over TCP- Automatic selection of IP address.
* On a multi-homed machine you do not have to select an IP address/NIC anymore.
* You can now start Twinkle when the network interface is down.- Support for sending a q-value in a registration contact.- Send DTMF on an early media stream.- Choose auth over auth-int qop when server supports both for authentication. This avoids problems with SIP ALGs.- Support tel-URI in From and To headers in incoming SIP messages.- Print a log rotation message at end of log when a log file is full.- Remove 20 character limit on profile names.- Reject an incoming MESSAGE with 603 if max. sessions == 0- Delivery notification when a 202 response is received on a MESSAGE.
* Fri Jan 18 2008 cooloAATTsuse.de- adding bison to buildrequires
* Thu Nov 08 2007 cooloAATTsuse.de- fix linking too
* Thu Nov 01 2007 cooloAATTsuse.de- fix compile, leaving the linking error to the experts
* Tue Oct 23 2007 mskibbeAATTsuse.de- Bug 327023 - twinkle-1.1-24.src.rpm. Translations broken. [was:Obsolete patches and german language file not up to date] o build with qt3 packages instead of qt4
* Tue Oct 09 2007 mskibbeAATTsuse.de- Bug 327023 - twinkle-1.1-24.src.rpm. Translations broken. [was:Obsolete patches and german language file not up to date]
* Fri Sep 28 2007 mskibbeAATTsuse.de- Bug 327023 - factory twinkle-1.1-20.src.rpm. Obsolete patches and german language file not up to date
* Thu Aug 02 2007 mskibbeAATTsuse.de- Update Twinkle (#296638)- update to version 1.1 which includes o French translation o Instant Messaging o a lot of bugfixes
* Thu Mar 22 2007 mskibbeAATTsuse.de- add ilbc support by requirering the ilbc package
* Thu Feb 22 2007 mskibbeAATTsuse.de- add zrtp support
* Thu Feb 15 2007 mskibbeAATTsuse.de- update to version 1.0 which includes o Local address book o Message waiting indication (MWI) o Voice mail speed dial o Call transfer with consultation o Attended call transfer o User identity hiding o Multi language support o Send BYE when a CANCEL/2XX INVITE glare occurs. o When call release was not immediate due to network problems or protocol errors, the line would be locked for some time. Now Twinkle releases a call in the background immediately freeing the line for new calls. o Escape reserved symbols in a URI by their hex-notation (%hex). o Changed key binding for Bye from F7 to ESC o When a lock file exists at startup, Twinkle asks if you want to override it o New command line options: --force, --sip-port, --rtp-port o Ring tone and speaker device list now also shows playback only devices o Microphone device list now also shows capture only devices o Validate audio device settings on startup, before making a call, before answering a call. o SIP_FROM_USER, SIP_FROM_HOST, SIP_TO_USER, SIP_TO_HOST variables for call scripts. o display_msg parameter added to incoming call script o User profile options to indicate which codec preference to follow o Twinkle now asks permission for an incoming REFER asynchronously. This prevents blocking of the transaction layer. o Highlight missed calls in call history o Support for G.726 ATM AAL2 codeword packing o replaces SIP extension (RFC 3891) o norefesub SIP extension (RFC 4488) o SIP parser supports IPv6 addresses in SIP URI\'s and Via headers o Support mid-call change of SSRC o Handling of SIGCHLD, SIGTERM and SIGINT on platforms implementing LinuxThreads instead of NPTL threading (e.g. sparc)
* Mon Jan 15 2007 mskibbeAATTsuse.de- Twinkle crashes once in a while (#229813)- Twinkle: DTMF gets disabled (#229814)- Twinkle: To/From/Subject labels are not cleared (#229816)
* Thu Oct 12 2006 mskibbeAATTsuse.de- update to version 0.9 which o Supports ZRTP and SRTP for secure voice communication o includes DTMF via SIP INFO o includes G.726 codec (16, 24, 32 and 48 kbps modes) o includes Option to hide display o Switch lines from system tray menu o Answer or reject a call from the KDE systray popup on incoming call o a lot of bugfixes
* Mon Jul 17 2006 mskibbeAATTsuse.de- fix compiler warnings (newline at end of line problem)- work arround for bug #187369 \"missing return statement\"
* Fri Jul 14 2006 mskibbeAATTsuse.de- update to version 0.8.1 which o Removed iLBC source code o fix some bugs o Added missing includes to userprofile.ui and addressfinder.h o Configure has new --without-speex option
* Thu May 18 2006 hvogelAATTsuse.de- update to version 0.7.1
* UTF-8 support to properly display non-ASCII characters
* Speex support (narrow, wide and ultra wide band)
* Support for dynamic payload numbers for audio codecs in SDP
* New SIP protocol option: allow SDP change in INVITE responses
* Fri Jan 27 2006 hvogelAATTsuse.de- export QTDIR
* Wed Jan 25 2006 mlsAATTsuse.de- converted neededforbuild to BuildRequires
* Fri Jan 13 2006 hvogelAATTsuse.de- update to version 0.5
* Thu Oct 27 2005 kkaempfAATTsuse.de- needs commoncpp2 for build now.
* Tue Oct 25 2005 hvogelAATTsuse.de- update to version 0.3.2
* Mon Aug 01 2005 mmjAATTsuse.de- update to 0.2.1 [#83902]
* Mon May 30 2005 roAATTsuse.de- rework neededforbuild
* Wed May 25 2005 hvogelAATTsuse.de- Initial package, Version 0.1
 
ICM