From eabf7a9c18fff1f1ef121b9c4d9462bc34286b32 Mon Sep 17 00:00:00 2001 From: deeplow Date: Thu, 25 Aug 2022 09:23:40 +0100 Subject: [PATCH] bump version (0.3.2) & append to CHANGELOG.md --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- share/version.txt | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2aea6f..813bd45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## Dangerzone 0.3.2 +- Bug fix: some non-ascii characters like “ would prevent Dangerzone from working ([issue #144](https://github.com/freedomofpress/dangerzone/issues/144)) +- Bug fix: error where Dangerzone would show "permission denied: '/tmp/input_file'" ([issue #157](https://github.com/freedomofpress/dangerzone/issues/157)) +- Security: limit container capabilities, run in container as non-root and limit privilege escalation ([issue #169](https://github.com/freedomofpress/dangerzone/issues/169)) + + ## Dangerzone 0.3.1 - Bug fix: Allow converting documents on different mounted filesystems than the container volume diff --git a/pyproject.toml b/pyproject.toml index d3320ab..58231e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dangerzone" -version = "0.3.1" +version = "0.3.2" description = "Take potentially dangerous PDFs, office documents, or images and convert them to safe PDFs" authors = ["Micah Lee "] license = "MIT" diff --git a/share/version.txt b/share/version.txt index 9e11b32..d15723f 100644 --- a/share/version.txt +++ b/share/version.txt @@ -1 +1 @@ -0.3.1 +0.3.2