Skip to content

Commit 29cfc52

Browse files
alfredhrichaas
authored andcommitted
release libre version 0.5.6 (#91)
1 parent 5bb8c07 commit 29cfc52

File tree

4 files changed

+33
-3
lines changed

4 files changed

+33
-3
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
# Master version number
88
VER_MAJOR := 0
99
VER_MINOR := 5
10-
VER_PATCH := 5
10+
VER_PATCH := 6
1111

1212
PROJECT := re
13-
VERSION := 0.5.5
13+
VERSION := 0.5.6
1414

1515
MK := mk/re.mk
1616

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
libre (0.5.6) unstable; urgency=medium
2+
3+
* version 0.5.6
4+
5+
-- Alfred E. Heggestad <alfred.heggestad@gmail.com> Mon, 6 Nov 2017 15:00:00 +0100
6+
17
libre (0.5.5) unstable; urgency=medium
28

39
* version 0.5.5

docs/ChangeLog

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
2017-11-06 Alfred E. Heggestad <alfred.heggestad@gmail.com>
2+
3+
* Version 0.5.6
4+
5+
* Project URL: https://github.com/creytiv/re
6+
7+
* build: Update ar flags; use deterministic mode (#79)
8+
9+
* http: added support for chunked transfer encoding (#90)
10+
11+
* ice: Added functions to get selected candidates. (#72)
12+
(thanks Joachim Bauch)
13+
14+
* json: improved performance for mypower10 (#88)
15+
(thanks Chris Owen)
16+
17+
* mqueue: Pack struct of mqueue messages. (#62)
18+
(thanks Joachim Bauch)
19+
20+
* odict: use int instead of enum to avoid vararg promotion (#81)
21+
22+
* tls: add dtls_recv_packet() (#89)
23+
24+
125
2017-09-05 Alfred E. Heggestad <alfred.heggestad@gmail.com>
226

327
* Version 0.5.5

rpm/re.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%define name re
2-
%define ver 0.5.5
2+
%define ver 0.5.6
33
%define rel 1
44

55
Summary: Generic library for real-time communications with async IO support

0 commit comments

Comments
 (0)