updated changelog for 0.4.8

This commit is contained in:
Alfred E. Heggestad 2014-04-11 16:52:48 +00:00
parent 5d9ee8b07a
commit edd8b3c06e
3 changed files with 40 additions and 2 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
libre (0.4.8) unstable; urgency=low
* version 0.4.8
-- Alfred E. Heggestad <aeh@db.org> Fri, 11 Apr 2014 19:00:00 +0100
libre (0.4.7) unstable; urgency=low
* version 0.4.7

View file

@ -1,3 +1,35 @@
2014-04-11 Alfred E. Heggestad <aeh@db.org>
* Version 0.4.8
* build: added support for Apple in cmake
* debian: update package
* aes: added AES (Advanced Encryption Standard) wrapper
* hmac: added a stateful HMAC wrapper
* http: added a HTTP client
* ice: minor API improvements
* msg: added a Generic message component library
(shared by SIP module and HTTP module)
* sdp: added sdp_media_laddr() to get local transport address
* sip: change struct sip_msg to use new struct msg_ctype
fixed a bug in parsing of Via headers
* sipsess: added sipsess_set_close_headers() to set any additional
SIP headers for BYE or BYE-response
* net: fixed a bug in net_rt_list() for darwin
* websock: added WebSocket Protocol (RFC 6455)
2014-01-05 Alfred E. Heggestad <aeh@db.org>
* Version 0.4.7

View file

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