version 0.4.15

This commit is contained in:
Richard Aas 2016-02-03 14:28:54 +00:00
parent a9ba99ae3e
commit c2d23f1b01
6 changed files with 37 additions and 7 deletions

View file

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

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
libre (0.4.15) unstable; urgency=medium
* version 0.4.15
-- Alfred E. Heggestad <aeh@db.org> Sat, 06 Feb 2016 04:15:00 +0100
libre (0.4.14) unstable; urgency=low
* version 0.4.14

View file

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

View file

@ -1,3 +1,27 @@
2016-02-06 Alfred E. Heggestad <aeh@db.org>
* 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 <aeh@db.org>
* Version 0.4.14

View file

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

View file

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