Skip to content

Commit 502ca45

Browse files
alfredhrichaas
authored andcommitted
Release 0.5.8 (#132)
1 parent 13d9d72 commit 502ca45

File tree

4 files changed

+27
-3
lines changed

4 files changed

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

1212
PROJECT := re
13-
VERSION := 0.5.7
13+
VERSION := 0.5.8
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.8) unstable; urgency=medium
2+
3+
* version 0.5.8
4+
5+
-- Alfred E. Heggestad <alfred.heggestad@gmail.com> Fri, 20 Apr 2018 16:00:00 +0200
6+
17
libre (0.5.7) unstable; urgency=medium
28

39
* version 0.5.7

docs/ChangeLog

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
2018-04-20 Alfred E. Heggestad <alfred.heggestad@gmail.com>
2+
3+
* Version 0.5.8
4+
5+
* Project URL: https://github.com/creytiv/re
6+
7+
* build: update win32 files (thanks Encamy)
8+
9+
* aes: add support for AES-GCM (Galois Counter Mode)
10+
11+
* fmt: json/utf8: fix unescaping of unicode code points (#127)
12+
add utf8_byteseq
13+
14+
* mqueue: set non-blocking mode for read/write file descriptors (#122)
15+
16+
* srtp: add support for AES-GCM cipher suite (RFC 7714)
17+
18+
119
2018-01-12 Alfred E. Heggestad <alfred.heggestad@gmail.com>
220

321
* Version 0.5.7

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

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

0 commit comments

Comments
 (0)