Skip to content

Commit 856043b

Browse files
alfredhrichaas
authored andcommitted
release 0.5.9 (#153)
1 parent 38e17f9 commit 856043b

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-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 := 8
10+
VER_PATCH := 9
1111

1212
PROJECT := re
13-
VERSION := 0.5.8
13+
VERSION := 0.5.9
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.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+
17
libre (0.5.8) unstable; urgency=medium
28

39
* version 0.5.8

docs/ChangeLog

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
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+
124
2018-04-20 Alfred E. Heggestad <alfred.heggestad@gmail.com>
225

326
* Version 0.5.8

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.8
2+
%define ver 0.5.9
33
%define rel 1
44

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

0 commit comments

Comments
 (0)