Release 0.5.8 (#132)

This commit is contained in:
Alfred E. Heggestad 2018-04-17 11:15:30 +02:00 committed by Richard Aas
parent 13d9d72e03
commit 502ca455df
4 changed files with 27 additions and 3 deletions

View file

@ -7,10 +7,10 @@
# Master version number
VER_MAJOR := 0
VER_MINOR := 5
VER_PATCH := 7
VER_PATCH := 8
PROJECT := re
VERSION := 0.5.7
VERSION := 0.5.8
MK := mk/re.mk

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
libre (0.5.8) unstable; urgency=medium
* version 0.5.8
-- Alfred E. Heggestad <alfred.heggestad@gmail.com> Fri, 20 Apr 2018 16:00:00 +0200
libre (0.5.7) unstable; urgency=medium
* version 0.5.7

View file

@ -1,3 +1,21 @@
2018-04-20 Alfred E. Heggestad <alfred.heggestad@gmail.com>
* Version 0.5.8
* Project URL: https://github.com/creytiv/re
* build: update win32 files (thanks Encamy)
* aes: add support for AES-GCM (Galois Counter Mode)
* fmt: json/utf8: fix unescaping of unicode code points (#127)
add utf8_byteseq
* mqueue: set non-blocking mode for read/write file descriptors (#122)
* srtp: add support for AES-GCM cipher suite (RFC 7714)
2018-01-12 Alfred E. Heggestad <alfred.heggestad@gmail.com>
* Version 0.5.7

View file

@ -1,5 +1,5 @@
%define name re
%define ver 0.5.7
%define ver 0.5.8
%define rel 1
Summary: Generic library for real-time communications with async IO support