version 0.4.12
This commit is contained in:
parent
1dfceb2dc0
commit
53fa177ff6
6 changed files with 29 additions and 7 deletions
4
Makefile
4
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
|
||||
|
||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
libre (0.4.12) unstable; urgency=low
|
||||
|
||||
* version 0.4.12
|
||||
|
||||
-- Alfred E. Heggestad <aeh@db.org> Mon, 16 Mar 2015 20:00:00 +0100
|
||||
|
||||
libre (0.4.11) unstable; urgency=low
|
||||
|
||||
* version 0.4.11
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,19 @@
|
|||
2015-03-16 Alfred E. Heggestad <aeh@db.org>
|
||||
|
||||
* 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 <aeh@db.org>
|
||||
|
||||
* Version 0.4.11
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue