version 0.4.10

This commit is contained in:
Richard Aas 2014-10-20 12:41:59 +00:00
parent 88e8339947
commit 1746d1f202
6 changed files with 41 additions and 5 deletions

View file

@ -7,10 +7,10 @@
# Master version number
VER_MAJOR := 0
VER_MINOR := 4
VER_PATCH := 9
VER_PATCH := 10
PROJECT := re
VERSION := 0.4.9
VERSION := 0.4.10
MK := mk/re.mk

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
libre (0.4.10) unstable; urgency=low
* version 0.4.10
-- Alfred E. Heggestad <aeh@db.org> Sun, 19 Oct 2014 19:00:00 +0100
libre (0.4.9) unstable; urgency=low
* version 0.4.9

View file

@ -1,3 +1,33 @@
2014-10-19 Alfred E. Heggestad <aeh@db.org>
* Version 0.4.10
* dns: added support for using multi-threaded libresolv
(thanks to Thomas Klausner)
(thanks to Dmitrij D. Czarkoff for testing on OpenBSD)
* dtls: added support for sending DTLS over e.g. TURN
(this is done by adding 4 bytes of headroom in the packet)
* ice: added ice_set_conf()
continue checklist if send fails (thanks to SnakE)
* mbuf: added mbuf_shift()
* sdp: added sdp_media_session_rattr()
added extmap decoding RFC 5285 (thanks to Jose Carlos Pujol)
* sip: added struct sip_contact and related functions
* sipevent: added support for URI in contact-user, used for GRUU
(thanks to Juha Heinanen)
* sipreg: added "gruu" to list of Supported extensions
* sipsess: added support for URI in contact-user, used for GRUU
(thanks to Juha Heinanen)
2014-06-18 Alfred E. Heggestad <aeh@db.org>
* Version 0.4.9

View file

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

View file

@ -1,5 +1,5 @@
/**
* @file netbsd/srv.c Get DNS Server IP using libresolv
* @file bsd/srv.c Get DNS Server IP using libresolv
*
* Copyright (C) 2010 Creytiv.com
*/

View file

@ -1,5 +1,5 @@
/**
* @file util.c ICE Utilities
* @file ice/util.c ICE Utilities
*
* Copyright (C) 2010 Creytiv.com
*/