]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
docs: Prepare for 2.1.0-rc1
authorDaniel Axtens <dja@axtens.net>
Thu, 5 Apr 2018 16:26:53 +0000 (02:26 +1000)
committerDaniel Axtens <dja@axtens.net>
Mon, 7 May 2018 16:32:20 +0000 (02:32 +1000)
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
docs/releases/eolienne.rst [new file with mode: 0644]
docs/releases/index.rst
docs/releases/unreleased.rst [deleted file]
releasenotes/notes/prelude-2_1-9fb70d76c5c835d4.yaml [new file with mode: 0644]

index 9cbd6ebe9a20517f7dabbdfcf0d0291c3eaac0aa..4ebe5da01bb526331c0666f4fae3cc08f9fe4723 100644 (file)
@@ -57,7 +57,7 @@ of community projects.
    :maxdepth: 2
    :caption: Release Notes
 
-   releases/unreleased
+   releases/eolienne
    releases/dazzle
    releases/cashmere
    releases/burlap
diff --git a/docs/releases/eolienne.rst b/docs/releases/eolienne.rst
new file mode 100644 (file)
index 0000000..26f4f39
--- /dev/null
@@ -0,0 +1,5 @@
+v2.1 Series ("Eolienne")
+========================
+
+.. release-notes::
+   :earliest-version: v2.0.0
index 3549e30a1c333081e41e65ae5386aecd4f54cf69..2691c5e173340c23546efef8b944f22eba3e524f 100644 (file)
@@ -9,7 +9,7 @@ on the release process, refer to :doc:`/development/releasing`.
 .. toctree::
    :maxdepth: 2
 
-   /releases/unreleased
+   /releases/eolienne
    /releases/dazzle
    /releases/cashmere
    /releases/burlap
diff --git a/docs/releases/unreleased.rst b/docs/releases/unreleased.rst
deleted file mode 100644 (file)
index a18f1e6..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Unreleased
-==========
-
-.. release-notes::
-   :earliest-version: v2.0.0
diff --git a/releasenotes/notes/prelude-2_1-9fb70d76c5c835d4.yaml b/releasenotes/notes/prelude-2_1-9fb70d76c5c835d4.yaml
new file mode 100644 (file)
index 0000000..19318b2
--- /dev/null
@@ -0,0 +1,20 @@
+---
+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.
+
+    The REST API version has been bumped to 1.1.
+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.