File tree 4 files changed +32
-3
lines changed
4 files changed +32
-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 := 8
10
+ VER_PATCH := 9
11
11
12
12
PROJECT := re
13
- VERSION := 0.5.8
13
+ VERSION := 0.5.9
14
14
15
15
MK := mk/re.mk
16
16
Original file line number Diff line number Diff line change
1
+ libre (0.5.9) unstable; urgency=medium
2
+
3
+ * version 0.5.9
4
+
5
+ -- Alfred E. Heggestad <alfred.heggestad@gmail.com> Sat, 1 Sep 2018 10:00:00 +0200
6
+
1
7
libre (0.5.8) unstable; urgency=medium
2
8
3
9
* version 0.5.8
Original file line number Diff line number Diff line change
1
+ 2018-09-01 Alfred E. Heggestad <alfred.heggestad@gmail.com>
2
+
3
+ * Version 0.5.9
4
+
5
+ * Project URL: https://github.com/creytiv/re
6
+
7
+ * build: Added support for 64-bit MINGW (#131)
8
+ (thanks Alexander Ushakov)
9
+
10
+ fixed inline issue when compiling VS as C++ (#143)
11
+ (thanks TheSil)
12
+
13
+ * jbuf: zero out jbuf_stat on jbuf flush (#147)
14
+ (thanks Christian Spielberger)
15
+
16
+ * net: remove net_conn api (old and unused) (#145)
17
+ fix bug in net_if_getname (#144)
18
+
19
+ * sip: get local TCP address in establish handler (#146)
20
+
21
+ * tls: add AES-GCM to DTLS-SRTP (#141)
22
+
23
+
1
24
2018-04-20 Alfred E. Heggestad <alfred.heggestad@gmail.com>
2
25
3
26
* Version 0.5.8
Original file line number Diff line number Diff line change 1
1
%define name re
2
- %define ver 0.5.8
2
+ %define ver 0.5.9
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