diff --git a/Makefile b/Makefile index f7e7913..eaf04ac 100644 --- a/Makefile +++ b/Makefile @@ -7,10 +7,10 @@ # Master version number VER_MAJOR := 0 VER_MINOR := 4 -VER_PATCH := 16 +VER_PATCH := 17 PROJECT := re -VERSION := 0.4.16 +VERSION := 0.4.17 MK := mk/re.mk diff --git a/debian/changelog b/debian/changelog index 7e55d32..8524d2f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libre (0.4.17) unstable; urgency=medium + + * version 0.4.17 + + -- Alfred E. Heggestad Thu, 23 Jun 2016 23:00:00 +0100 + libre (0.4.16) unstable; urgency=medium * version 0.4.16 diff --git a/docs/ChangeLog b/docs/ChangeLog index c8c4927..3ca2489 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,3 +1,22 @@ +2016-06-23 Alfred E. Heggestad + + * Version 0.4.17 + + * build: add USE_OPENSSL_AES and USE_OPENSSL_HMAC + + * dns: add key to dns_rrlist_sort() + add dns_rrlist_sort_addr + + * tls: add tls_set_ciphers() + add tls_set_servername() + + * sip: fix for stateless SIP requests + sort DNS RR entries by a fixed key + + * stun: fix bug with 8-bit and 16-bit attributes on certain + platforms, such as MIPS + + 2016-04-27 Alfred E. Heggestad * Version 0.4.16 diff --git a/rpm/re.spec b/rpm/re.spec index cc288ef..d248aca 100644 --- a/rpm/re.spec +++ b/rpm/re.spec @@ -1,5 +1,5 @@ %define name re -%define ver 0.4.16 +%define ver 0.4.17 %define rel 1 Summary: Generic library for real-time communications with async IO support