version 0.4.17
This commit is contained in:
parent
1859673efc
commit
e7c0c85a86
4 changed files with 28 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -7,10 +7,10 @@
|
|||
# Master version number
|
||||
VER_MAJOR := 0
|
||||
VER_MINOR := 4
|
||||
VER_PATCH := 16
|
||||
VER_PATCH := 17
|
||||
|
||||
PROJECT := re
|
||||
VERSION := 0.4.16
|
||||
VERSION := 0.4.17
|
||||
|
||||
MK := mk/re.mk
|
||||
|
||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
libre (0.4.17) unstable; urgency=medium
|
||||
|
||||
* version 0.4.17
|
||||
|
||||
-- Alfred E. Heggestad <aeh@db.org> Thu, 23 Jun 2016 23:00:00 +0100
|
||||
|
||||
libre (0.4.16) unstable; urgency=medium
|
||||
|
||||
* version 0.4.16
|
||||
|
|
|
@ -1,3 +1,22 @@
|
|||
2016-06-23 Alfred E. Heggestad <aeh@db.org>
|
||||
|
||||
* Version 0.4.17
|
||||
|
||||
* build: add USE_OPENSSL_AES and USE_OPENSSL_HMAC
|
||||
|
||||
* dns: add key to dns_rrlist_sort()
|
||||
add dns_rrlist_sort_addr
|
||||
|
||||
* tls: add tls_set_ciphers()
|
||||
add tls_set_servername()
|
||||
|
||||
* sip: fix for stateless SIP requests
|
||||
sort DNS RR entries by a fixed key
|
||||
|
||||
* stun: fix bug with 8-bit and 16-bit attributes on certain
|
||||
platforms, such as MIPS
|
||||
|
||||
|
||||
2016-04-27 Alfred E. Heggestad <aeh@db.org>
|
||||
|
||||
* Version 0.4.16
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
%define name re
|
||||
%define ver 0.4.16
|
||||
%define ver 0.4.17
|
||||
%define rel 1
|
||||
|
||||
Summary: Generic library for real-time communications with async IO support
|
||||
|
|
Loading…
Add table
Reference in a new issue