version 0.4.4
This commit is contained in:
parent
3065f6a280
commit
7a47164d4e
4 changed files with 33 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -7,10 +7,10 @@
|
|||
# Master version number
|
||||
VER_MAJOR := 0
|
||||
VER_MINOR := 4
|
||||
VER_PATCH := 3
|
||||
VER_PATCH := 4
|
||||
|
||||
PROJECT := re
|
||||
VERSION := 0.4.3
|
||||
VERSION := 0.4.4
|
||||
|
||||
MK := mk/re.mk
|
||||
|
||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
libre (0.4.4) unstable; urgency=low
|
||||
|
||||
* version 0.4.4
|
||||
|
||||
-- Alfred E. Heggestad <aeh@db.org> Tue, 27 Aug 2013 20:00:00 +0100
|
||||
|
||||
libre (0.4.3) unstable; urgency=low
|
||||
|
||||
* version 0.4.3
|
||||
|
|
|
@ -1,3 +1,27 @@
|
|||
2013-08-27 Alfred E. Heggestad <aeh@db.org>
|
||||
|
||||
* Version 0.4.4
|
||||
|
||||
* base64: added base64_print()
|
||||
|
||||
* http: added HTTP (Hypertext Transfer Protocol) parser
|
||||
|
||||
* ice: cleanup and minor bug fixes
|
||||
|
||||
* main: added external mutex for re_main() loop
|
||||
|
||||
* sdp: added sdp_media_set_alt_protos()
|
||||
added sdp_media_proto()
|
||||
|
||||
* stun: make API compatible with C++
|
||||
fix endianess-bug in STUN attributes
|
||||
|
||||
* sys: sys_rel_get() detect new kernels
|
||||
|
||||
* tls: fingerprint: add SHA-256
|
||||
proper error handling, call ERR_clear_error()
|
||||
|
||||
|
||||
2013-05-05 Alfred E. Heggestad <aeh@db.org>
|
||||
|
||||
* Version 0.4.3
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
%define name re
|
||||
%define ver 0.4.3
|
||||
%define ver 0.4.4
|
||||
%define rel 1
|
||||
|
||||
Summary: Generic library for real-time communications with async IO support
|
||||
|
|
Loading…
Add table
Reference in a new issue