From fbd95ddc0d11e7dcd7e2f1ae7ac673e96e5d638a Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Wed, 2 Jan 2019 10:30:28 -0100 Subject: [PATCH] changelog+appinfo Signed-off-by: Maxence Lange --- CHANGELOG.md | 12 ++++++++++++ Makefile | 2 +- appinfo/info.xml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d42e0f64..ed7f08df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +### 0.1.2 + +- [global] Fix Host Header on proxy setup +- [global] Delete object by objectId, not just by its Type+Id +- [global] Remove the ending slash from Id on webfinger +- [global] rewrite the exception handling during upstream request +- [global] Blind key rotation +- [request] Manage Update/Person and use signature date as creation on Person creation/update +- [request] check the status of queued request before forking process +- [request] fixing Accept header for Diaspora +- [UX] Integration of internal notification object in the stream. + ### 0.1.1 diff --git a/Makefile b/Makefile index 5d0d7e83..ee57d123 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ cert_dir=$(HOME)/.nextcloud/certificates github_account=nextcloud branch=master codecov_token_dir=$(HOME)/.nextcloud/codecov_token -version+=0.1.1 +version+=0.1.2 diff --git a/appinfo/info.xml b/appinfo/info.xml index cd9e5fc8..00d26eda 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -18,7 +18,7 @@ **🕸 Open standards:** We use the established ActivityPub standard! ]]> - 0.1.1 + 0.1.2 agpl Maxence Lange Julius Härtl