From 0538000fff3e384c155369c7ff2431c8194fb314 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sat, 18 Jul 2020 15:14:30 +0800 Subject: [PATCH] Updated release notes for v0.3.3 release. --- changes/389.feature.rst | 1 - changes/420.bugfix.rst | 1 - changes/441.bugfix.rst | 1 - changes/442.doc.rst | 1 - changes/450.feature.rst | 2 -- changes/template.rst | 1 - docs/background/releases.rst | 21 +++++++++++++++++++++ 7 files changed, 21 insertions(+), 7 deletions(-) delete mode 100644 changes/389.feature.rst delete mode 100644 changes/420.bugfix.rst delete mode 100644 changes/441.bugfix.rst delete mode 100644 changes/442.doc.rst delete mode 100644 changes/450.feature.rst diff --git a/changes/389.feature.rst b/changes/389.feature.rst deleted file mode 100644 index f9a3dafb1..000000000 --- a/changes/389.feature.rst +++ /dev/null @@ -1 +0,0 @@ -WiX is now auto-downloaded when the MSI backend is used. diff --git a/changes/420.bugfix.rst b/changes/420.bugfix.rst deleted file mode 100644 index b08de8a38..000000000 --- a/changes/420.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Binary modules in Linux AppImages are now processed correctly, ensuring that no references to system libraries are retained in the AppImage. diff --git a/changes/441.bugfix.rst b/changes/441.bugfix.rst deleted file mode 100644 index d527183e3..000000000 --- a/changes/441.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -If pip is configured to use a per-user site_packages, this no longer clashes with the installation of application packages. diff --git a/changes/442.doc.rst b/changes/442.doc.rst deleted file mode 100644 index 42f441caa..000000000 --- a/changes/442.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Docker-using commands now check whether the Docker daemon is running and if the user has permission to access it. diff --git a/changes/450.feature.rst b/changes/450.feature.rst deleted file mode 100644 index 539c41ddb..000000000 --- a/changes/450.feature.rst +++ /dev/null @@ -1,2 +0,0 @@ -The ``upgrade`` command now provides a way to upgrade tools that Briefcase has -downloaded, including WiX, Java, linuxdeploy, and the Android SDK. diff --git a/changes/template.rst b/changes/template.rst index 454394306..efae4851a 100644 --- a/changes/template.rst +++ b/changes/template.rst @@ -5,7 +5,6 @@ {% if sections[section] %} {% for category, val in definitions.items() if category in sections[section]%} {{ definitions[category]['name'] }} - {{ underline * definitions[category]['name']|length }} {% if definitions[category]['showcontent'] %} diff --git a/docs/background/releases.rst b/docs/background/releases.rst index 975b172df..d6520f03d 100644 --- a/docs/background/releases.rst +++ b/docs/background/releases.rst @@ -4,6 +4,27 @@ Release History .. towncrier release notes start +0.3.3 (2020-07-18) +================== + +Features +-------- + +* WiX is now auto-downloaded when the MSI backend is used. (#389) +* The ``upgrade`` command now provides a way to upgrade tools that Briefcase has + downloaded, including WiX, Java, linuxdeploy, and the Android SDK. (#450) + +Bugfixes +-------- + +* Binary modules in Linux AppImages are now processed correctly, ensuring that no + references to system libraries are retained in the AppImage. (#420) +* If pip is configured to use a per-user site_packages, this no longer clashes + with the installation of application packages. (#441) +* Docker-using commands now check whether the Docker daemon is running and if + the user has permission to access it. (#442) + + 0.3.2 (2020-07-04) ==================