version 0.4.7

This commit is contained in:
Richard Aas 2014-01-05 12:01:12 +00:00
parent 59414ec20c
commit 370877e36b
6 changed files with 27 additions and 8 deletions

View file

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

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
libre (0.4.7) unstable; urgency=low
* version 0.4.7
-- Alfred E. Heggestad <aeh@db.org> Sun, 5 Jan 2014 20:00:00 +0100
libre (0.4.6) unstable; urgency=low
* version 0.4.6

View file

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

View file

@ -1,3 +1,16 @@
2014-01-05 Alfred E. Heggestad <aeh@db.org>
* 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 <aeh@db.org>
* Version 0.4.6

View file

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

View file

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