From 8ae36792da282858fa2d15b766bc252078361936 Mon Sep 17 00:00:00 2001 From: Richard Aas Date: Wed, 10 Dec 2014 08:23:20 +0000 Subject: [PATCH] version 0.4.11 --- Makefile | 4 ++-- debian/changelog | 6 ++++++ docs/ChangeLog | 20 ++++++++++++++++++++ docs/README | 1 + rpm/re.spec | 2 +- 5 files changed, 30 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f157138..36fb0e9 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/debian/changelog b/debian/changelog index 84b62d4..29d02dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libre (0.4.11) unstable; urgency=low + + * version 0.4.11 + + -- Alfred E. Heggestad Tue, 9 Dec 2014 20:00:00 +0100 + libre (0.4.10-2) unstable; urgency=low * version 0.4.10-2 diff --git a/docs/ChangeLog b/docs/ChangeLog index c98e88a..6d6a749 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,3 +1,23 @@ +2014-12-09 Alfred E. Heggestad + + * 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 * Version 0.4.10 diff --git a/docs/README b/docs/README index e112dc9..91c3a94 100644 --- a/docs/README +++ b/docs/README @@ -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 diff --git a/rpm/re.spec b/rpm/re.spec index b429230..7eb3df9 100644 --- a/rpm/re.spec +++ b/rpm/re.spec @@ -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