diff --git a/debian/changelog b/debian/changelog index 3d0f20c..cf81a69 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libre (0.5.0) unstable; urgency=medium + + * version 0.5.0 + + -- Alfred E. Heggestad Fri, 25 Nov 2016 18:00:00 +0100 + libre (0.4.17) unstable; urgency=medium * version 0.4.17 diff --git a/docs/ChangeLog b/docs/ChangeLog index 2998167..f6f6e59 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,3 +1,32 @@ +2016-11-25 Alfred E. Heggestad + + * 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 * Version 0.4.17 diff --git a/docs/main.dox b/docs/main.dox index bc26689..ec71c54 100644 --- a/docs/main.dox +++ b/docs/main.dox @@ -4,7 +4,7 @@ * Development documentation for libre * * - * \include README + * \include README.md * * * \section modules modules diff --git a/mk/Doxyfile b/mk/Doxyfile index 0c9dcf6..1361b52 100644 --- a/mk/Doxyfile +++ b/mk/Doxyfile @@ -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 = diff --git a/rpm/re.spec b/rpm/re.spec index d248aca..0da429c 100644 --- a/rpm/re.spec +++ b/rpm/re.spec @@ -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