version 0.4.11

This commit is contained in:
Richard Aas 2014-12-10 08:23:20 +00:00
parent 6fee0d5896
commit 8ae36792da
5 changed files with 30 additions and 3 deletions

View file

@ -7,10 +7,10 @@
# Master version number
VER_MAJOR := 0
VER_MINOR := 4
VER_PATCH := 10
VER_PATCH := 11
PROJECT := re
VERSION := 0.4.10
VERSION := 0.4.11
MK := mk/re.mk

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
libre (0.4.11) unstable; urgency=low
* version 0.4.11
-- Alfred E. Heggestad <aeh@db.org> Tue, 9 Dec 2014 20:00:00 +0100
libre (0.4.10-2) unstable; urgency=low
* version 0.4.10-2

View file

@ -1,3 +1,23 @@
2014-12-09 Alfred E. Heggestad <aeh@db.org>
* Version 0.4.11
* build: export USE_TLS and USE_DTLS flags in re.mk makefile
detect sysctl.h and epoll.h for multi-arch platforms
dont use libresolv for openbsd
* main: check that maxfds is less than FD_SETSIZE (for select method)
* dtls: added udp-socket accessor and function to set handlers
* stun: added support for DTLS-transport
added doxygen comments
* tls: added function to set certificate from a string
* turn: added support for DTLS-transport
2014-10-19 Alfred E. Heggestad <aeh@db.org>
* Version 0.4.10

View file

@ -116,6 +116,7 @@ Features:
* RFC 6156 - TURN Extension for IPv6
* RFC 6188 - The Use of AES-192 and AES-256 in Secure RTP
* RFC 6455 - The WebSocket Protocol
* RFC 7350 - DTLS as Transport for STUN
* Symmetric RTP
* ITU-T G.711 Appendix I and Appendix II
* draft-ietf-bfcpbis-rfc4582bis-08

View file

@ -1,5 +1,5 @@
%define name re
%define ver 0.4.10
%define ver 0.4.11
%define rel 1
Summary: Generic library for real-time communications with async IO support