release 0.5.2 (#54)

This commit is contained in:
Alfred E. Heggestad 2017-04-06 21:28:27 +02:00 committed by Richard Aas
parent 2a39fc7a9e
commit d57ea80f4e
4 changed files with 26 additions and 3 deletions

View file

@ -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

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
libre (0.5.2) unstable; urgency=medium
* version 0.5.2
-- Alfred E. Heggestad <alfred.heggestad@gmail.com> Sat, 08 Apr 2017 12:00:00 +0200
libre (0.5.1) unstable; urgency=medium
* version 0.5.1

View file

@ -1,3 +1,20 @@
2017-04-08 Alfred E. Heggestad <alfred.heggestad@gmail.com>
* 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 <alfred.heggestad@gmail.com>
* Version 0.5.1

View file

@ -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