diff --git a/Makefile b/Makefile index 25d7207..e00429b 100644 --- a/Makefile +++ b/Makefile @@ -7,10 +7,10 @@ # Master version number VER_MAJOR := 0 VER_MINOR := 4 -VER_PATCH := 6 +VER_PATCH := 7 PROJECT := re -VERSION := 0.4.6 +VERSION := 0.4.7 MK := mk/re.mk diff --git a/debian/changelog b/debian/changelog index 657d499..a6cfe3d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libre (0.4.7) unstable; urgency=low + + * version 0.4.7 + + -- Alfred E. Heggestad Sun, 5 Jan 2014 20:00:00 +0100 + libre (0.4.6) unstable; urgency=low * version 0.4.6 diff --git a/docs/COPYING b/docs/COPYING index 30bdaea..505bfef 100644 --- a/docs/COPYING +++ b/docs/COPYING @@ -1,6 +1,6 @@ -Copyright (c) 2010 - 2012, Alfred E. Heggestad -Copyright (c) 2010 - 2012, Richard Aas -Copyright (c) 2010 - 2012, Creytiv.com +Copyright (c) 2010 - 2014, Alfred E. Heggestad +Copyright (c) 2010 - 2014, Richard Aas +Copyright (c) 2010 - 2014, Creytiv.com All rights reserved. diff --git a/docs/ChangeLog b/docs/ChangeLog index 21f2e12..0c5908b 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,3 +1,16 @@ +2014-01-05 Alfred E. Heggestad + + * Version 0.4.7 + + * build: added support for LLVM clang compiler + + * dns: added support for getting Android nameserver address + + * ice: minor debug tuning + + * sipsess: only send INFO when dialog is established + + 2013-11-12 Alfred E. Heggestad * Version 0.4.6 diff --git a/docs/README b/docs/README index 6b813c7..e4bf52c 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 - 2012 Creytiv.com +Copyright (C) 2010 - 2014 Creytiv.com Distributed under BSD license @@ -132,7 +132,7 @@ Supported compilers: * gcc (v2.9x to v4.x) * gcce * ms vc2003 compiler -* codewarrior +* clang Feedback: diff --git a/rpm/re.spec b/rpm/re.spec index 963dcf4..8300736 100644 --- a/rpm/re.spec +++ b/rpm/re.spec @@ -1,5 +1,5 @@ %define name re -%define ver 0.4.6 +%define ver 0.4.7 %define rel 1 Summary: Generic library for real-time communications with async IO support