version bump and updated changelog

This commit is contained in:
Micah Lee 2015-05-27 14:21:19 -04:00
parent 2a1f57b994
commit ecc3ab33d0
3 changed files with 11 additions and 4 deletions

View File

@ -1,5 +1,12 @@
# OnionShare Changelog # OnionShare Changelog
## 0.7.1
* Fixed critical bug in OS X binaries that caused crashes on some computers
* Added Security Design document
* Minor bug fix with Windows code signing timestamp server
* Linux version uses HS dir that is allowed by Tor Browser Launcher's AppArmor profiles
## 0.7 ## 0.7
* Added code signing for Mac OS X * Added code signing for Mac OS X

View File

@ -6,7 +6,7 @@
!define INSTALLSIZE 31187 !define INSTALLSIZE 31187
!define VERSIONMAJOR 0 !define VERSIONMAJOR 0
!define VERSIONMINOR 7 !define VERSIONMINOR 7
!define VERSIONSTRING "0.7" !define VERSIONSTRING "0.7.1"
RequestExecutionLevel admin RequestExecutionLevel admin

View File

@ -1 +1 @@
0.7 0.7.1