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
## 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
* Added code signing for Mac OS X

View File

@ -6,7 +6,7 @@
!define INSTALLSIZE 31187
!define VERSIONMAJOR 0
!define VERSIONMINOR 7
!define VERSIONSTRING "0.7"
!define VERSIONSTRING "0.7.1"
RequestExecutionLevel admin
@ -42,7 +42,7 @@ ${EndIf}
!system "$\"${NSISDIR}\makensis$\" /DINNER onionshare.nsi" = 0
!system "$%TEMP%\tempinstaller.exe" = 2
!system "signtool.exe sign /v /d $\"Uninstall OnionShare$\" /a /tr http://timestamp.globalsign.com/scripts/timstamp.dll $%TEMP%\uninstall.exe" = 0
# all done, now we can build the real installer
OutFile "..\dist\OnionShare_Setup.exe"
SetCompressor /FINAL /SOLID lzma
@ -55,7 +55,7 @@ Function .onInit
!endif
setShellVarContext all
!insertmacro VerifyUserIsAdmin
!insertmacro VerifyUserIsAdmin
FunctionEnd
Section "install"

View File

@ -1 +1 @@
0.7
0.7.1