@@ -67,7 +67,7 @@ of community projects.
:maxdepth: 2
:caption: Release Notes
- releases/unreleased
+ releases/eolienne
releases/dazzle
releases/cashmere
releases/burlap
new file mode 100644
@@ -0,0 +1,5 @@
+v2.1 Series ("Eolienne")
+========================
+
+.. release-notes::
+ :earliest-version: v2.0.0
@@ -7,7 +7,7 @@ on the release process, refer to :doc:`/development/releasing`.
.. toctree::
:maxdepth: 2
- /releases/unreleased
+ /releases/eolienne
/releases/dazzle
/releases/cashmere
/releases/burlap
deleted file mode 100644
@@ -1,5 +0,0 @@
-Unreleased
-==========
-
-.. release-notes::
- :earliest-version: v2.0.0
new file mode 100644
@@ -0,0 +1,18 @@
+---
+prelude: >
+ The key part of this release is a major performance fix -
+ denormalising the project field into patch model so that counting a
+ project's patches doesn't require a JOIN. This requires a migration
+ and so isn't suitable for a stable backport. Event listing in the API
+ has also been sped up by refactoring the queries.
+
+ This release also includes the feature development that had accured in
+ the mean time, and numerous bug fixes.
+issues:
+ - Series parsing in the presence of parallel mail processing is still
+ unreliable.
+ - Several more minor issues can be browsed on our `issue tracker
+ <https://github.com/getpatchwork/patchwork/issues>`_.
+fixes:
+ - A nasty race condition bug that could cause patches in a series to be
+ dropped has been fixed.
Patchwork v2.1.0 will be Eolienne. Move the "unreleased" notes to eolienne. We'll add a new 'unreleased' right after tagging the final 2.1.0 Signed-off-by: Daniel Axtens <dja@axtens.net> --- docs/index.rst | 2 +- docs/releases/eolienne.rst | 5 +++++ docs/releases/index.rst | 2 +- docs/releases/unreleased.rst | 5 ----- releasenotes/notes/prelude-2_1-9fb70d76c5c835d4.yaml | 18 ++++++++++++++++++ 5 files changed, 25 insertions(+), 7 deletions(-) create mode 100644 docs/releases/eolienne.rst delete mode 100644 docs/releases/unreleased.rst create mode 100644 releasenotes/notes/prelude-2_1-9fb70d76c5c835d4.yaml