From 53fa177ff66980a3fd22159af964d78699199246 Mon Sep 17 00:00:00 2001 From: Richard Aas Date: Tue, 17 Mar 2015 10:21:03 +0000 Subject: [PATCH] version 0.4.12 --- Makefile | 4 ++-- debian/changelog | 6 ++++++ docs/COPYING | 6 +++--- docs/ChangeLog | 16 ++++++++++++++++ docs/README | 2 +- rpm/re.spec | 2 +- 6 files changed, 29 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 36fb0e9..8265895 100644 --- a/Makefile +++ b/Makefile @@ -7,10 +7,10 @@ # Master version number VER_MAJOR := 0 VER_MINOR := 4 -VER_PATCH := 11 +VER_PATCH := 12 PROJECT := re -VERSION := 0.4.11 +VERSION := 0.4.12 MK := mk/re.mk diff --git a/debian/changelog b/debian/changelog index 29d02dd..d416cec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libre (0.4.12) unstable; urgency=low + + * version 0.4.12 + + -- Alfred E. Heggestad Mon, 16 Mar 2015 20:00:00 +0100 + libre (0.4.11) unstable; urgency=low * version 0.4.11 diff --git a/docs/COPYING b/docs/COPYING index 505bfef..6c68ed7 100644 --- a/docs/COPYING +++ b/docs/COPYING @@ -1,6 +1,6 @@ -Copyright (c) 2010 - 2014, Alfred E. Heggestad -Copyright (c) 2010 - 2014, Richard Aas -Copyright (c) 2010 - 2014, Creytiv.com +Copyright (c) 2010 - 2015, Alfred E. Heggestad +Copyright (c) 2010 - 2015, Richard Aas +Copyright (c) 2010 - 2015, Creytiv.com All rights reserved. diff --git a/docs/ChangeLog b/docs/ChangeLog index 6d6a749..4785b50 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,3 +1,19 @@ +2015-03-16 Alfred E. Heggestad + + * Version 0.4.12 + + * ice: added ice_ prefix to some functions and types + fix bug in priority calculations (thanks to Daniel Ma) + + * mqueue: fix bug with leaking sockets on Windows-32 + + * rtp: fix bug with RTCP timestamp calculation + + * sip: export sip_transp_laddr() + + * tls: added more TLS methods + + 2014-12-09 Alfred E. Heggestad * Version 0.4.11 diff --git a/docs/README b/docs/README index 445e341..5ba97a6 100644 --- a/docs/README +++ b/docs/README @@ -2,7 +2,7 @@ README ------ libre - "Generic library for real-time communications with async IO support" -Copyright (C) 2010 - 2014 Creytiv.com +Copyright (C) 2010 - 2015 Creytiv.com Distributed under BSD license diff --git a/rpm/re.spec b/rpm/re.spec index 7eb3df9..9c36bf3 100644 --- a/rpm/re.spec +++ b/rpm/re.spec @@ -1,5 +1,5 @@ %define name re -%define ver 0.4.11 +%define ver 0.4.12 %define rel 1 Summary: Generic library for real-time communications with async IO support