summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-10-21 12:05:58 +0100
committerStephen Finucane <stephen@that.guru>2019-06-17 15:05:03 +0100
commit90e85f9de201ede696d6d30b65f5eb49c34af665 (patch)
tree24acc3386262f55eaaf5bd4ba0f3a2430bc493b4 /releasenotes
parent5ee0c0fdb0fc85f6e03ed55b04c918fa2ee0659b (diff)
downloadpatchwork-90e85f9de201ede696d6d30b65f5eb49c34af665.tar
patchwork-90e85f9de201ede696d6d30b65f5eb49c34af665.tar.gz
Remove pwclient
Let's start managing this via a separate project, which will allow the client to evolve separately from the server. No redirect is added for the old '/pwclient' URL as it seems wiser to return a HTTP 404 error code. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/remove-pwclient-2ad030cdc1425e80.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/remove-pwclient-2ad030cdc1425e80.yaml b/releasenotes/notes/remove-pwclient-2ad030cdc1425e80.yaml
new file mode 100644
index 0000000..6c81f80
--- /dev/null
+++ b/releasenotes/notes/remove-pwclient-2ad030cdc1425e80.yaml
@@ -0,0 +1,8 @@
+---
+upgrade:
+ - |
+ ``pwclient`` is no longer packaged with Patchwork. Instead, it is developed
+ as a separate project on `GitHub`__ and available from `PyPI`__.
+
+ __ https://github.com/getpatchwork/pwclient
+ __ https://pypi.org/project/pwclient/