update changelog (refs #30)

This commit is contained in:
Alfred E. Heggestad 2016-11-25 19:39:06 +01:00
parent 6907d760f0
commit 1ef18d6dc8
5 changed files with 38 additions and 3 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
libre (0.5.0) unstable; urgency=medium
* version 0.5.0
-- Alfred E. Heggestad <alfred.heggestad@gmail.com> Fri, 25 Nov 2016 18:00:00 +0100
libre (0.4.17) unstable; urgency=medium
* version 0.4.17

View file

@ -1,3 +1,32 @@
2016-11-25 Alfred E. Heggestad <alfred.heggestad@gmail.com>
* Version 0.5.0
* Project URL: https://github.com/creytiv/re
* build: add Dragonfly BSD (thanks Dmitrij D. Czarkoff)
remove support for Symbian OS
* aes: add support for OpenSSL version 1.1.0
* dns: dns/resolv cleanup (#11)
(thanks Dmitrij D. Czarkoff)
* hmac: add support for OpenSSL version 1.1.0
* main: remove support for ActiveScheduler (SymbianOS)
* tls: add support for OpenSSL version 1.1.0
add tls_set_certificate_pem()
add tls_set_certificate_der()
add dtls_peer()
add dtls_set_peer()
add tls_flush_error to dump openssl errors
(thanks to Lennart Grahl)
* udp: add udp_helper_find()
2016-06-24 Alfred E. Heggestad <aeh@db.org>
* Version 0.4.17

View file

@ -4,7 +4,7 @@
* Development documentation for libre
*
*
* \include README
* \include README.md
*
*
* \section modules modules

View file

@ -93,7 +93,7 @@ EXCLUDE = test.c \
EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS = */.svn/*
EXAMPLE_PATH = docs
EXAMPLE_PATH = .
EXAMPLE_PATTERNS = *
EXAMPLE_RECURSIVE = NO
IMAGE_PATH =

View file

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