File tree 4 files changed +33
-3
lines changed
4 files changed +33
-3
lines changed Original file line number Diff line number Diff line change 7
7
# Master version number
8
8
VER_MAJOR := 0
9
9
VER_MINOR := 5
10
- VER_PATCH := 5
10
+ VER_PATCH := 6
11
11
12
12
PROJECT := re
13
- VERSION := 0.5.5
13
+ VERSION := 0.5.6
14
14
15
15
MK := mk/re.mk
16
16
Original file line number Diff line number Diff line change
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
+
1
7
libre (0.5.5) unstable; urgency=medium
2
8
3
9
* version 0.5.5
Original file line number Diff line number Diff line change
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
+
1
25
2017-09-05 Alfred E. Heggestad <alfred.heggestad@gmail.com>
2
26
3
27
* Version 0.5.5
Original file line number Diff line number Diff line change 1
1
%define name re
2
- %define ver 0.5.5
2
+ %define ver 0.5.6
3
3
%define rel 1
4
4
5
5
Summary: Generic library for real-time communications with async IO support
You can’t perform that action at this time.
0 commit comments