From 3c64050d6acc641279c73ef95705157540119e14 Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Mon, 23 Jun 2014 15:50:58 +0200 Subject: [PATCH] Prepare for 0.19.0 release. --- debian/changelog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/debian/changelog b/debian/changelog index f8d40914..d87f198b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +spreed-webrtc-server (0.19.0) precise; urgency=low + + * Implemented authenticated sessions. + * Implemented contacts. + * Implemented aggregated sessions in buddy list. + * Implemented contact and attestation tokens to fetch contact + details/sessions with such a token. + * Tokens are now AES encrypted where appropriate. + * New ui workflow to take your own picture in settings. + * Fixed plugins for english language. + * Implemented event hub in appData. + * Updates to various base libraries. + * Added support for external plugins. + * Added support to inject additional settings from plugins. + * Translation updates to German, Chinese and Japanese. + * Multiple bug fixes. + * Improved build system autoconf detections. + + -- Simon Eisenmann Mon, 23 Jun 2014 15:44:30 +0200 + spreed-webrtc-server (0.18.1) precise; urgency=low * Added autoconf/automake support.