release libre version 0.5.6 (#91)
This commit is contained in:
parent
5bb8c0712e
commit
29cfc5225e
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 := 5
|
||||
VER_PATCH := 5
|
||||
VER_PATCH := 6
|
||||
|
||||
PROJECT := re
|
||||
VERSION := 0.5.5
|
||||
VERSION := 0.5.6
|
||||
|
||||
MK := mk/re.mk
|
||||
|
||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
libre (0.5.6) unstable; urgency=medium
|
||||
|
||||
* version 0.5.6
|
||||
|
||||
-- Alfred E. Heggestad <alfred.heggestad@gmail.com> Mon, 6 Nov 2017 15:00:00 +0100
|
||||
|
||||
libre (0.5.5) unstable; urgency=medium
|
||||
|
||||
* version 0.5.5
|
||||
|
|
|
@ -1,3 +1,27 @@
|
|||
2017-11-06 Alfred E. Heggestad <alfred.heggestad@gmail.com>
|
||||
|
||||
* Version 0.5.6
|
||||
|
||||
* Project URL: https://github.com/creytiv/re
|
||||
|
||||
* build: Update ar flags; use deterministic mode (#79)
|
||||
|
||||
* http: added support for chunked transfer encoding (#90)
|
||||
|
||||
* ice: Added functions to get selected candidates. (#72)
|
||||
(thanks Joachim Bauch)
|
||||
|
||||
* json: improved performance for mypower10 (#88)
|
||||
(thanks Chris Owen)
|
||||
|
||||
* mqueue: Pack struct of mqueue messages. (#62)
|
||||
(thanks Joachim Bauch)
|
||||
|
||||
* odict: use int instead of enum to avoid vararg promotion (#81)
|
||||
|
||||
* tls: add dtls_recv_packet() (#89)
|
||||
|
||||
|
||||
2017-09-05 Alfred E. Heggestad <alfred.heggestad@gmail.com>
|
||||
|
||||
* Version 0.5.5
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
%define name re
|
||||
%define ver 0.5.5
|
||||
%define ver 0.5.6
|
||||
%define rel 1
|
||||
|
||||
Summary: Generic library for real-time communications with async IO support
|
||||
|
|
Loading…
Add table
Reference in a new issue