From 198faf7bf15042ae1598c79d2700db66cfe1f33c Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Sat, 21 Apr 2012 19:43:48 +0000 Subject: [PATCH] update ChangeLog for v0.4.1 --- docs/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/ChangeLog b/docs/ChangeLog index ee446fa..301e2c7 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,3 +1,24 @@ +2012-04-21 Alfred E. Heggestad + + * Version 0.4.1 + + * updated doxygen comments for sdp and tls + + * dns: dnsc_srv_set: copy DNS servers to fixed-size array + + * fmt: added str_isset() + added fmt_param_exists() + + * rtp: fix lock protection of RTCP txstat during read + + * sdp: sdp_media_align_formats: move unsupported codecs to end of list + + * sip: limit startline to max 8192 bytes + limit tcp buffersize to max 65536 bytes + + * tcp: limit the size of the tcp send queue + + 2011-12-25 Alfred E. Heggestad * Version 0.4.0