diff --git a/Makefile b/Makefile index 49670bd..4626516 100644 --- a/Makefile +++ b/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 diff --git a/debian/changelog b/debian/changelog index a78a05b..bd137b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libre (0.4.9) unstable; urgency=low + + * version 0.4.9 + + -- Alfred E. Heggestad Wed, 18 Jun 2014 19:00:00 +0100 + libre (0.4.8) unstable; urgency=low * version 0.4.8 diff --git a/docs/ChangeLog b/docs/ChangeLog index 58f0783..6116ea7 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,3 +1,36 @@ +2014-06-18 Alfred E. Heggestad + + * 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 * Version 0.4.8 diff --git a/rpm/re.spec b/rpm/re.spec index b87a575..d386c9a 100644 --- a/rpm/re.spec +++ b/rpm/re.spec @@ -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