aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2014-08-20 17:51:03 -0700
committerMicah Lee <micah@micahflee.com>2014-08-20 17:51:03 -0700
commitee560e2d05dda3cb2f812f3909e0d05b4658d378 (patch)
tree44dbe994d7bb1b50a39ac081879c64286c0566b1 /CHANGELOG.md
parentb946c2f20adc813deec66f62e4fede79356429d2 (diff)
downloadonionshare-ee560e2d05dda3cb2f812f3909e0d05b4658d378.tar.gz
onionshare-ee560e2d05dda3cb2f812f3909e0d05b4658d378.zip
added 0.5 to changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3ff9e7e6..f400efd6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,15 @@
# OnionShare Changelog
+## 0.5
+
+* Removed webkit GUI altogether, and refactored GUI with native Qt widget
+* In Tails, launches separate process as root for Tor control port and firewall stuff, everything else runs as amnesia
+* Fixed itsdangerous dependency bug in Debian Wheezy and Tails
+* Guesses content type of file, responds in HTTP header
+
## 0.4
-* Fixed critical XSS bug that could deanonymize user
- https://micahflee.com/2014/07/security-advisory-upgrade-to-onionshare-0-4-immediately/
+* Fixed critical XSS bug that could deanonymize user: https://micahflee.com/2014/07/security-advisory-upgrade-to-onionshare-0-4-immediately/
* Added CSP headers in GUI to prevent any future XSS bugs from working
* Hash urandom data before using it, to avoid leaking state of entropy
* Constant time compare the slug to avoid timing attacks