mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-25 07:19:41 -05:00
version bump and updated changelog
This commit is contained in:
parent
2a1f57b994
commit
ecc3ab33d0
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
@ -42,7 +42,7 @@ ${EndIf}
|
|||||||
!system "$\"${NSISDIR}\makensis$\" /DINNER onionshare.nsi" = 0
|
!system "$\"${NSISDIR}\makensis$\" /DINNER onionshare.nsi" = 0
|
||||||
!system "$%TEMP%\tempinstaller.exe" = 2
|
!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
|
!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
|
# all done, now we can build the real installer
|
||||||
OutFile "..\dist\OnionShare_Setup.exe"
|
OutFile "..\dist\OnionShare_Setup.exe"
|
||||||
SetCompressor /FINAL /SOLID lzma
|
SetCompressor /FINAL /SOLID lzma
|
||||||
@ -55,7 +55,7 @@ Function .onInit
|
|||||||
!endif
|
!endif
|
||||||
|
|
||||||
setShellVarContext all
|
setShellVarContext all
|
||||||
!insertmacro VerifyUserIsAdmin
|
!insertmacro VerifyUserIsAdmin
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
Section "install"
|
Section "install"
|
||||||
|
Loading…
Reference in New Issue
Block a user