release version 0.4.6
This commit is contained in:
parent
e2676b4640
commit
138394ed86
4 changed files with 26 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -7,10 +7,10 @@
|
|||
# Master version number
|
||||
VER_MAJOR := 0
|
||||
VER_MINOR := 4
|
||||
VER_PATCH := 5
|
||||
VER_PATCH := 6
|
||||
|
||||
PROJECT := re
|
||||
VERSION := 0.4.5
|
||||
VERSION := 0.4.6
|
||||
|
||||
MK := mk/re.mk
|
||||
|
||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
libre (0.4.6) unstable; urgency=low
|
||||
|
||||
* version 0.4.6
|
||||
|
||||
-- Alfred E. Heggestad <aeh@db.org> Tue, 12 Nov 2013 20:00:00 +0100
|
||||
|
||||
libre (0.4.5) unstable; urgency=low
|
||||
|
||||
* version 0.4.5
|
||||
|
|
|
@ -1,3 +1,20 @@
|
|||
2013-11-12 Alfred E. Heggestad <aeh@db.org>
|
||||
|
||||
* Version 0.4.6
|
||||
|
||||
* bfcp: fix bitwise operator for bool (thanks Tomasz Ostrowski)
|
||||
|
||||
* dns: do not connect the UDP socket
|
||||
|
||||
* ice: fix deref of NULL-pointer (thanks Tomasz Ostrowski)
|
||||
|
||||
* rtp: add support for RTCP AFB (Application-layer Feedback)
|
||||
make RTCP decoding more robust
|
||||
|
||||
* udp: udp_connect() -- add peer address
|
||||
add udp_error_handler_set()
|
||||
|
||||
|
||||
2013-10-03 Alfred E. Heggestad <aeh@db.org>
|
||||
|
||||
* Version 0.4.5
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
%define name re
|
||||
%define ver 0.4.5
|
||||
%define ver 0.4.6
|
||||
%define rel 1
|
||||
|
||||
Summary: Generic library for real-time communications with async IO support
|
||||
|
|
Loading…
Add table
Reference in a new issue