version 0.4.3

This commit is contained in:
Richard Aas 2013-04-29 12:51:32 +00:00
parent 9c5dd83781
commit c549e90c67
3 changed files with 33 additions and 4 deletions

View file

@ -7,10 +7,10 @@
# Master version number
VER_MAJOR := 0
VER_MINOR := 4
VER_PATCH := 2
VER_PATCH := 3
PROJECT := re
VERSION := 0.4.2
VERSION := 0.4.3
MK := mk/re.mk

View file

@ -1,3 +1,32 @@
2013-04-27 Alfred E. Heggestad <aeh@db.org>
* Version 0.4.3
* bfcp: added udp
* dns: added doxygen comments
* fmt: added str_cmp()
* mbuf: make mbuf_get_left() and mbuf_get_space() more robust
* mod: fixed a bug in mod_find()
* mqueue: move handler to mqueue_alloc()
* sa: fix building on some Windows platforms
* sdp: added sdp_session_lbandwidth()
added sdp_media_set_fmt_ignore()
* stun: make stun_msg_vencode() public
unlink element from attribute-list in destructor
* tcp: make fd handling more robust
* tls: added tls_get_remote_fingerprint()
2012-08-10 Alfred E. Heggestad <aeh@db.org>
* Version 0.4.2

View file

@ -1,6 +1,6 @@
%define name re
%define ver 0.4.2
%define rel 1c
%define ver 0.4.3
%define rel 1
Summary: Generic library for real-time communications with async IO support
Name: %name