added 0.4 to changelog

This commit is contained in:
Micah Lee 2014-08-20 17:47:07 -07:00
parent 4284476902
commit b946c2f20a

View file

@ -1,5 +1,14 @@
# OnionShare Changelog
## 0.4
* 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
* Cleaned up Tails firewall code
## 0.3
* Built a simple, featureful cross-platform GUI