diff --git a/Makefile b/Makefile index c52e8aa..d2c6602 100644 --- a/Makefile +++ b/Makefile @@ -7,10 +7,10 @@ # Master version number VER_MAJOR := 0 VER_MINOR := 4 -VER_PATCH := 14 +VER_PATCH := 15 PROJECT := re -VERSION := 0.4.14 +VERSION := 0.4.15 MK := mk/re.mk diff --git a/debian/changelog b/debian/changelog index 8035aa7..f3ba7f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libre (0.4.15) unstable; urgency=medium + + * version 0.4.15 + + -- Alfred E. Heggestad Sat, 06 Feb 2016 04:15:00 +0100 + libre (0.4.14) unstable; urgency=low * version 0.4.14 diff --git a/docs/COPYING b/docs/COPYING index 6c68ed7..7ed0978 100644 --- a/docs/COPYING +++ b/docs/COPYING @@ -1,6 +1,6 @@ -Copyright (c) 2010 - 2015, Alfred E. Heggestad -Copyright (c) 2010 - 2015, Richard Aas -Copyright (c) 2010 - 2015, Creytiv.com +Copyright (c) 2010 - 2016, Alfred E. Heggestad +Copyright (c) 2010 - 2016, Richard Aas +Copyright (c) 2010 - 2016, Creytiv.com All rights reserved. diff --git a/docs/ChangeLog b/docs/ChangeLog index c8ce0ad..ff3b4f5 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,3 +1,27 @@ +2016-02-06 Alfred E. Heggestad + + * Version 0.4.15 + + * build: fix warnings about DEFAULT_SOURCE with new glibc + fix compile error for mingw32 (thanks Dmitrij D. Czarkoff) + + * aes: handle buffers with zero length + + * dns: add support for multiple DNS name-servers on Android + + * hmac: add support for HMAC-SHA256 + + * rtp: fix packet-loss calc when first packet has seq=0 + + * srtp: split error code in ENOSR and ENOMEM + + * stun: keepalive: handle method BINDING only + + * telev: add a maximum queue size + + * uri: fix a potential read buffer overflow + + 2015-10-24 Alfred E. Heggestad * Version 0.4.14 diff --git a/docs/README b/docs/README index 8d0bfee..f811238 100644 --- a/docs/README +++ b/docs/README @@ -2,7 +2,7 @@ README ------ libre - "Generic library for real-time communications with async IO support" -Copyright (C) 2010 - 2015 Creytiv.com +Copyright (C) 2010 - 2016 Creytiv.com Distributed under BSD license diff --git a/rpm/re.spec b/rpm/re.spec index bf32089..2a05aae 100644 --- a/rpm/re.spec +++ b/rpm/re.spec @@ -1,5 +1,5 @@ %define name re -%define ver 0.4.14 +%define ver 0.4.15 %define rel 1 Summary: Generic library for real-time communications with async IO support