From: Stephen Finucane Date: Thu, 3 Mar 2016 14:54:29 +0000 (+0000) Subject: docs: Release v1.1.0 X-Git-Tag: v1.1.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be6cc3c2dbb58fada64569014aa3528b7886be4f;p=thirdparty%2Fpatchwork.git docs: Release v1.1.0 This release is now ready. Update the respective references. Signed-off-by: Stephen Finucane --- diff --git a/CHANGELOG.md b/CHANGELOG.md index fb8f1fac..cc206cd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added +- N/A + +## [1.1.0] - 2016-03-03 + +### Added + - Python 3 support - Web UI overhaul - Check feature, which can be used to report the status of tests @@ -67,7 +73,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). **NOTE:** 1.0.0 was the first release of patchwork adopting semantic versioning. For information on *"0.9.0"* and before, please refer to Git logs. -[Unreleased]: https://github.com/getpatchwork/patchwork/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/getpatchwork/patchwork/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/getpatchwork/patchwork/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/getpatchwork/patchwork/compare/v0.9.0...v1.0.0 [0.9.0]: https://github.com/getpatchwork/patchwork/compare/c561ebe...v0.9.0 diff --git a/docs/deployment.md b/docs/deployment.md index aae8a46e..f53d27ff 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -115,8 +115,8 @@ The first requirement is patchwork itself. It can be downloaded like so: We will install this under `/opt`, though this is only a suggestion: - $ tar -xvzf v1.0.0.tar.gz - $ sudo mv v1.0.0 /opt/patchwork + $ tar -xvzf v1.1.0.tar.gz + $ sudo mv v1.1.0 /opt/patchwork **NOTE:** Per the [Django documentation][ref-django-files], source code should not be placed in your web server's document root as this risks the possibility