version 0.4.16

This commit is contained in:
Richard Aas 2016-04-30 06:21:34 +00:00
parent 05c9422f2d
commit c936a774dc
4 changed files with 25 additions and 3 deletions

View file

@ -7,10 +7,10 @@
# Master version number
VER_MAJOR := 0
VER_MINOR := 4
VER_PATCH := 15
VER_PATCH := 16
PROJECT := re
VERSION := 0.4.15
VERSION := 0.4.16
MK := mk/re.mk

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
libre (0.4.16) unstable; urgency=medium
* version 0.4.16
-- Alfred E. Heggestad <aeh@db.org> Wed, 27 Apr 2016 20:00:00 +0100
libre (0.4.15) unstable; urgency=medium
* version 0.4.15

View file

@ -1,3 +1,19 @@
2016-04-27 Alfred E. Heggestad <aeh@db.org>
* Version 0.4.16
* build: fix warnings about DEFAULT_SOURCE with new glibc
* lock: fix debian build without HAVE_PTHREAD_RWLOCK
* rand: add arc4random (based on patch from Dmitrij D. Czarkoff)
* rtcp: adjust mbuf positions for RTCP_PSFB_AFB decoding
* tls: add tls_cipher_name()
add dtls_set_mtu()
2016-02-06 Alfred E. Heggestad <aeh@db.org>
* Version 0.4.15

View file

@ -1,5 +1,5 @@
%define name re
%define ver 0.4.15
%define ver 0.4.16
%define rel 1
Summary: Generic library for real-time communications with async IO support