mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-24 23:09:42 -05:00
version bump and updated changelog
This commit is contained in:
parent
2a1f57b994
commit
ecc3ab33d0
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user