From 41eb4ebdaa4ae7578c37252b7074df5fda945d0d Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Wed, 27 Jan 2016 11:16:55 +0100 Subject: [PATCH] 2016-01-27 version 0.4.8 - FIX: finish Debian8 packaging - FIX: add missing entry to reason table which could cause SIGSEGV - FIX: add public domain base64.[ch] (#18) - NEW: experimental support for payload decryption with per/user secret keys - FIX: ignore SIGPIPE - NEW: API endpoint /version returns Recorder version --- Changelog | 8 ++++++++ version.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 349a870..fbb5a31 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,12 @@ +2016-01-27 version 0.4.8 +- FIX: finish Debian8 packaging +- FIX: add missing entry to reason table which could cause SIGSEGV +- FIX: add public domain base64.[ch] (#18) +- NEW: experimental support for payload decryption with per/user secret keys +- FIX: ignore SIGPIPE +- NEW: API endpoint /version returns Recorder version + 2016-01-11 version 0.4.7 - NEW: Beacon messages are now handed to the Websocket server - UPD: locations API returns data in `data` (no longer in `locations`) diff --git a/version.h b/version.h index 8c6c46d..a1ea1d7 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.4.7" +#define VERSION "0.4.8"