Skip to content

Commit d57ea80

Browse files
alfredhrichaas
authored andcommitted
release 0.5.2 (#54)
1 parent 2a39fc7 commit d57ea80

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-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 := 1
10+
VER_PATCH := 2
1111

1212
PROJECT := re
13-
VERSION := 0.5.1
13+
VERSION := 0.5.2
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.2) unstable; urgency=medium
2+
3+
* version 0.5.2
4+
5+
-- Alfred E. Heggestad <alfred.heggestad@gmail.com> Sat, 08 Apr 2017 12:00:00 +0200
6+
17
libre (0.5.1) unstable; urgency=medium
28

39
* version 0.5.1

docs/ChangeLog

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2017-04-08 Alfred E. Heggestad <alfred.heggestad@gmail.com>
2+
3+
* Version 0.5.2
4+
5+
* Project URL: https://github.com/creytiv/re
6+
7+
* build: add Debian/kFreeBSD+Hurd (thanks Vasudev Kamath)
8+
9+
* ice: make enum ice_role type public
10+
11+
* main: fix build for Solaris 11
12+
13+
* srtcp: use unsigned for encrypted bit
14+
15+
* tls: add tls_openssl_context() accessor function
16+
17+
118
2017-02-04 Alfred E. Heggestad <alfred.heggestad@gmail.com>
219

320
* Version 0.5.1

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

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

0 commit comments

Comments
 (0)