diff --git a/Makefile b/Makefile index 9f468d36..65da3f62 100644 --- a/Makefile +++ b/Makefile @@ -7,10 +7,10 @@ # Master version number VER_MAJOR := 0 VER_MINOR := 5 -VER_PATCH := 1 +VER_PATCH := 2 PROJECT := re -VERSION := 0.5.1 +VERSION := 0.5.2 MK := mk/re.mk diff --git a/debian/changelog b/debian/changelog index 3a40709a..4318fdfb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libre (0.5.2) unstable; urgency=medium + + * version 0.5.2 + + -- Alfred E. Heggestad Sat, 08 Apr 2017 12:00:00 +0200 + libre (0.5.1) unstable; urgency=medium * version 0.5.1 diff --git a/docs/ChangeLog b/docs/ChangeLog index 0dc79108..6fc4c5f7 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,3 +1,20 @@ +2017-04-08 Alfred E. Heggestad + + * Version 0.5.2 + + * Project URL: https://github.com/creytiv/re + + * build: add Debian/kFreeBSD+Hurd (thanks Vasudev Kamath) + + * ice: make enum ice_role type public + + * main: fix build for Solaris 11 + + * srtcp: use unsigned for encrypted bit + + * tls: add tls_openssl_context() accessor function + + 2017-02-04 Alfred E. Heggestad * Version 0.5.1 diff --git a/rpm/re.spec b/rpm/re.spec index 16cef58c..972ca68b 100644 --- a/rpm/re.spec +++ b/rpm/re.spec @@ -1,5 +1,5 @@ %define name re -%define ver 0.5.1 +%define ver 0.5.2 %define rel 1 Summary: Generic library for real-time communications with async IO support