mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
bump version (0.3.2) & append to CHANGELOG.md
This commit is contained in:
parent
6b385abfef
commit
eabf7a9c18
3 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 <micah.lee@theintercept.com>"]
|
||||
license = "MIT"
|
||||
|
|
|
@ -1 +1 @@
|
|||
0.3.1
|
||||
0.3.2
|
||||
|
|
Loading…
Reference in a new issue