version 0.4.9
This commit is contained in:
parent
1fe7e2a1f6
commit
6eeb2ec372
4 changed files with 42 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -7,10 +7,10 @@
|
|||
# Master version number
|
||||
VER_MAJOR := 0
|
||||
VER_MINOR := 4
|
||||
VER_PATCH := 8
|
||||
VER_PATCH := 9
|
||||
|
||||
PROJECT := re
|
||||
VERSION := 0.4.8
|
||||
VERSION := 0.4.9
|
||||
|
||||
MK := mk/re.mk
|
||||
|
||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
libre (0.4.9) unstable; urgency=low
|
||||
|
||||
* version 0.4.9
|
||||
|
||||
-- Alfred E. Heggestad <aeh@db.org> Wed, 18 Jun 2014 19:00:00 +0100
|
||||
|
||||
libre (0.4.8) unstable; urgency=low
|
||||
|
||||
* version 0.4.8
|
||||
|
|
|
@ -1,3 +1,36 @@
|
|||
2014-06-18 Alfred E. Heggestad <aeh@db.org>
|
||||
|
||||
* Version 0.4.9
|
||||
|
||||
* aes: clear openssl error queue in error cases
|
||||
|
||||
* bfcp: disabled support for DTLS-transport
|
||||
|
||||
* hmac: clear openssl error queue in error cases
|
||||
|
||||
* http: make response parsing a bit more robust
|
||||
|
||||
* main: make use of openssl's multi-threading API
|
||||
|
||||
* rtcp: added Round-Trip Time (RTT) field to struct rtcp_stats
|
||||
fix some rounding errors
|
||||
|
||||
* sa: added padding buffer to struct sa union
|
||||
|
||||
* sdp: improved handling of unsupported transport protocols
|
||||
and sub-sequence offer/answer exchanges
|
||||
|
||||
* srtp: added support for Secure Real-time Transport Protocol (SRTP)
|
||||
(RFC 3711 and RFC 6188)
|
||||
|
||||
* sys: rand -- clear openssl error queue in error cases
|
||||
|
||||
* tls: added support for generating self-signed certificates
|
||||
added support for the SRTP-extension using openssl
|
||||
clear openssl error queue in error cases
|
||||
improved DTLS api
|
||||
|
||||
|
||||
2014-04-11 Alfred E. Heggestad <aeh@db.org>
|
||||
|
||||
* Version 0.4.8
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
%define name re
|
||||
%define ver 0.4.8
|
||||
%define ver 0.4.9
|
||||
%define rel 1
|
||||
|
||||
Summary: Generic library for real-time communications with async IO support
|
||||
|
|
Loading…
Add table
Reference in a new issue