From 71010be44aaa1086f6417198b46c22266b3d605a Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 9 Feb 2017 18:05:00 +0100 Subject: [docs] add changelog-next file --- docs/changelog-next.rst | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 docs/changelog-next.rst (limited to 'docs') diff --git a/docs/changelog-next.rst b/docs/changelog-next.rst new file mode 100644 index 00000000..c5430b54 --- /dev/null +++ b/docs/changelog-next.rst @@ -0,0 +1,28 @@ +0.x.x - ++++++++++++++++++++++++++++++++ + +Please add lines to this file, they will be moved to the CHANGELOG.rst during +the next release. + +There are two template lines for each category, use them as reference. + +I've added a new category `Misc` so we can track doc/style/packaging stuff. + +Features +~~~~~~~~ +- `#1234 `_: Description of the new feature corresponding with issue #1234. +- New feature without related issue number. + +Bugfixes +~~~~~~~~ +- `#1235 `_: Description for the fixed stuff corresponding with issue #1235. +- Bugfix without related issue number. + +Other +~~~~~ +- #8762: Add a systemd service file +- `#1236 `_: Description of the new feature corresponding with issue #1236. +- Some change without issue number. + +Known Issues +~~~~~~~~~~~~ -- cgit v1.2.3 From ccb280703ba851265702b8a92cdedb294cc93608 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 14 Feb 2017 23:40:29 +0100 Subject: [feature] authenticate as anonymous if no token in header and serve / banner and robots to anon users. instead of returning 401 for all cases, I treat the unauthenticated case as a special case, and switch the service tree apart. this allows to serve a different resource tree to unauthenticated users. the new URLs are registered with the mapper. I don't really like that dependency, could be handled by twisted alone, but meh. - Resolves: #8764 --- docs/changelog-next.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/changelog-next.rst b/docs/changelog-next.rst index c5430b54..9d5f6297 100644 --- a/docs/changelog-next.rst +++ b/docs/changelog-next.rst @@ -10,6 +10,9 @@ I've added a new category `Misc` so we can track doc/style/packaging stuff. Features ~~~~~~~~ +- Refactor authentication code to use twisted credential system. +- `#8764 `_: Allow unauthenticated + users to retrieve the capabilties banner. - `#1234 `_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. -- cgit v1.2.3 From 11416de633f355cbed1380404ef2807fd82b1e19 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 16 Feb 2017 23:03:53 +0100 Subject: [docs] add crypto preamble to changelog --- docs/changelog-next.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/changelog-next.rst b/docs/changelog-next.rst index 9d5f6297..1da32789 100644 --- a/docs/changelog-next.rst +++ b/docs/changelog-next.rst @@ -1,4 +1,4 @@ -0.x.x - +0.9.3 - +++++++++++++++++++++++++++++++ Please add lines to this file, they will be moved to the CHANGELOG.rst during @@ -13,6 +13,7 @@ Features - Refactor authentication code to use twisted credential system. - `#8764 `_: Allow unauthenticated users to retrieve the capabilties banner. +- `#8758 `_: Add blob size to the crypto preamble - `#1234 `_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. -- cgit v1.2.3 From 3eefcb7d138ef41932a748ae729bfa0b629758d2 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 6 Mar 2017 00:43:51 +0100 Subject: [pkg] write changelog for 0.9.3 --- docs/changelog-next.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/changelog-next.rst b/docs/changelog-next.rst index 1da32789..52540f8e 100644 --- a/docs/changelog-next.rst +++ b/docs/changelog-next.rst @@ -1,4 +1,4 @@ -0.9.3 - +0.9.4 - +++++++++++++++++++++++++++++++ Please add lines to this file, they will be moved to the CHANGELOG.rst during @@ -10,10 +10,6 @@ I've added a new category `Misc` so we can track doc/style/packaging stuff. Features ~~~~~~~~ -- Refactor authentication code to use twisted credential system. -- `#8764 `_: Allow unauthenticated - users to retrieve the capabilties banner. -- `#8758 `_: Add blob size to the crypto preamble - `#1234 `_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. @@ -24,7 +20,6 @@ Bugfixes Other ~~~~~ -- #8762: Add a systemd service file - `#1236 `_: Description of the new feature corresponding with issue #1236. - Some change without issue number. -- cgit v1.2.3