Changelog for
resiprocate-clicktocall-1.10.1-2.1.x86_64.rpm :
Sat Nov 21 13:00:00 2015 wrAATTrosenauer.org
- update to 1.10.1
* more proactive attempt to load trusted root certificates from the
path passed to the Security constructor
* support for radcli instead of the freeradius-client library
Tue Oct 6 14:00:00 2015 wrAATTrosenauer.org
- update to 1.10.0
- repro SIP proxy now includes:
- full presence server
- PostgreSQL support
- Include directive in the config file
- enhancements to the stack and proxy include:
- WebSocket authentication may now use
URL parameters instead of cookies, client certs or DIGEST
- better Syslog support
- TLS improvements (PFS, private key passphrases)
- better assertion handling (resip_assert)
- WSAPoll for Windows, allowing thousands of TCP connections
- removing transports at runtime
- added netns (Linux network namespace) support
- reworked spec file to support Fedora and openSUSE
- upstreamed all patches
Wed May 6 14:00:00 2015 wrAATTrosenauer.org
- update to 1.9.8
- accept asio versions higher than 1.10.1
Sat Jun 14 14:00:00 2014 wrAATTrosenauer.org
- update to 1.9.7
* resip/stack: TlsConnection: correctly handle OpenSSL error queue after SSL_read
* resip/stack: fix for forced target routing in TransactionState
* rutil: enhance command line parsing exceptions with additional details
* rutil: if a v6 address is passed to the GenericIPAddress sockaddr
constructor, ensure the entire v6 address is copied over properly.
Note: sockaddr is smaller than sockaddr_in6 - Thanks to Bjorn A for this fix
* rutil: accept case insensitive log level strings
* resip/dum: fix obscure bug in basicClient where if we don\'t use a
threaded stack processing does not function correctly - required
PollGrp to be passed to SipStack constructor
* resip/stack: fix for a use-after-free bug when adding multi-headers
to a list that has been copied, and then one of the headers is
accessed (but not necessarily parsed)
* resip/stack: Added accessor for TransactionUser FIFO so to obtain stats
* resip/stack: additional OpenSSL cleanup fn - reordered functions
to match order used in this post:
http://openssl.6102.n7.nabble.com/Cleanup-procedure-missing-some-calls-td37441.html
* reTurn: modified asio and boost include file ordering to avoid
multiply defined symbol errors on linking
* resip/recon: remove extra sleep definitions
* resip/stack: fix a bug with Keepalive processing that causes
transaction state leakage and potential traps
* rutil: syslog: use LOG_PID, avoid sending redundant data in log string.
1.9.6 Changes
* resip/recon: fixes a bug that makes it impossible to use codecs
with RTP clock rates other than 8000, makes Opus support possible
* autotools: minor tweaks to reduce warnings during build/linking
Sun Apr 6 14:00:00 2014 wrAATTrosenauer.org
- update to 1.9.5
* resip/recon: do not send DTMF as inband audio, can be troublesome
as sipXtapi echoes it back to caller (note: requires latest
sipXtapi code with startChannelTone patch)
* resip/recon: SipXHelper: map log entries from sipXtapi to reSIProcate logger
* resip/recon: safety checks when using dynamic_cast with ConversationProfile
* resip/recon: avoid changing payload IDs in the default ConversationProfile
* resip/recon: ensure libraries link with sipXtapi libs
* resip/recon: fix for case where DialogSet Profile is not an instance of
ConversationProfile
* resip/recon: per-participant tone support
* resip/recon: clarify DTMF API: tones represented by event code, API-user
durations in milliseconds
* reTurn: TurnAsyncSocket: fix for sending when not using TURN
* resip/stack: added allowed events to 489 errors
* resip/stack: Support for dtmf-relay content parsing for SIP INFO messages
* resip/recon: call onDtmfEvent when SIP INFO received, just as for RFC2833 DTMF
* resip/recon: call acceptNIT()/rejectNIT() after handling INFO message
* resip/recon: support for changing internal sample rate of sipXtapi
* resip/recon: allow UserProfile and extension headers to be specified
when creating a new remote participant
- do not start turn server as regular user but as root since the
daemon drops privileges and changes user meanwhile
Sun Mar 16 13:00:00 2014 wrAATTrosenauer.org
- update to 1.9.2
* rutil/dns: fix for Windows DNS Server use. Ignore Link Local DNS
Server entries.
* rutil: add extra ParseBuffer constructor for const char
*
* rutil: Data: ust strncmp in comparisons with const char
*
* adapt to work with asio v1.10.1 (still works with v1.4.x too)
* fix for spinning in DnsThread
* ensure mPollGrp is set before accessing it in AresDnsPollItem::resetPollGrp
* fix RegSyncClient so that it detects breaks in the socket
connection to the server - by using keepalives
* made EGAIN and EWOULDBLOCK processing the same in a few
additional spots
* add WinLeakCheck header to some new Websocket class files to aid
in leak detection on windows
* stop trying to write cert files in various places
* repro:
- WebAdmin: catch and log exceptions when starting
- fix issue with CommandServerList being deleted when not newed
if startup fails due to transport exception
- fixed up StackStatistics handling for when multiple command
servers are running (ie: v4 and v6 CommandServers)
- ensure we use the ServerText config setting to set the server
text headers in requests that traverse repro
* use threadsafe variant of localtime (localtime_r) on non-windows
based platforms
- require asio 1.10.1 or above
- restore sysvinit support to keep compatibility with SLES11/oS 11.4
Mon Mar 3 13:00:00 2014 jengelhAATTinai.de
- Kill download_files service; this takes way too long due to slow
Source URL.
- Trim filelist
Fri Feb 28 13:00:00 2014 gryffusAATThkfree.org
- update to 1.9.1
- package cleanup (remove sysvinit hooks)
Tue Jan 28 13:00:00 2014 wrAATTrosenauer.org
- update to 1.9.0rc2
Thu Jan 23 13:00:00 2014 wrAATTrosenauer.org
- update to 1.9.0rc1 for WebRTC support
- require cajun-jsonapi-devel
Wed Jan 22 13:00:00 2014 wrAATTrosenauer.org
- initial openSUSE package