]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Release 2.0.1 v2.0.1
authorStephen Finucane <stephen@that.guru>
Sun, 3 Dec 2017 23:01:34 +0000 (23:01 +0000)
committerStephen Finucane <stephen@that.guru>
Sun, 3 Dec 2017 23:10:01 +0000 (23:10 +0000)
Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py
releasenotes/notes/patchwork-2-0-1-d6407dbe122e89b1.yaml [new file with mode: 0644]

index 6e5f15171b860f21fe51e2b10f56ddc6db6b037b..8ee59a1158f287c3a628ed1faf63afffdc5a6748 100644 (file)
@@ -19,7 +19,7 @@
 
 from patchwork.version import get_latest_version
 
-VERSION = (2, 0, 1, 'alpha', 0)
+VERSION = (2, 0, 1, 'final', 0)
 
 __version__ = get_latest_version(VERSION)
 
diff --git a/releasenotes/notes/patchwork-2-0-1-d6407dbe122e89b1.yaml b/releasenotes/notes/patchwork-2-0-1-d6407dbe122e89b1.yaml
new file mode 100644 (file)
index 0000000..bfa78d9
--- /dev/null
@@ -0,0 +1,12 @@
+---
+fixes:
+  - |
+    Handle requests for pages out of range.
+  - |
+    Fix SQL permissions scripts for tables and columns added in 2.0.
+  - |
+    Fix filtering of projects by name
+  - |
+    Fix "add to bundle" dropdown
+  - |
+    Performance improvements for the XML-RPC API