Skip to content

Commit 81e6f8e

Browse files
committed
docs: Prepare for 2.1.0-rc1
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 <[email protected]>
1 parent 8d6cc05 commit 81e6f8e

File tree

5 files changed

+27
-7
lines changed

5 files changed

+27
-7
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ of community projects.
5757
:maxdepth: 2
5858
:caption: Release Notes
5959

60-
releases/unreleased
60+
releases/eolienne
6161
releases/dazzle
6262
releases/cashmere
6363
releases/burlap

docs/releases/eolienne.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
v2.1 Series ("Eolienne")
2+
========================
3+
4+
.. release-notes::
5+
:earliest-version: v2.0.0

docs/releases/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on the release process, refer to :doc:`/development/releasing`.
99
.. toctree::
1010
:maxdepth: 2
1111

12-
/releases/unreleased
12+
/releases/eolienne
1313
/releases/dazzle
1414
/releases/cashmere
1515
/releases/burlap

docs/releases/unreleased.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
prelude: |
3+
The key part of this release is a major performance fix -
4+
denormalising the project field into patch model so that counting a
5+
project's patches doesn't require a JOIN. This requires a migration
6+
and so isn't suitable for a stable backport. Event listing in the API
7+
has also been sped up by refactoring the queries.
8+
9+
This release also includes the feature development that had accured in
10+
the mean time, and numerous bug fixes.
11+
12+
The REST API version has been bumped to 1.1.
13+
issues:
14+
- Series parsing in the presence of parallel mail processing is still
15+
unreliable.
16+
- Several more minor issues can be browsed on our `issue tracker
17+
<https://github.com/getpatchwork/patchwork/issues>`_.
18+
fixes:
19+
- A nasty race condition bug that could cause patches in a series to be
20+
dropped has been fixed.

0 commit comments

Comments
 (0)