summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2015-05-27 14:21:19 -0400
committerMicah Lee <micah@micahflee.com>2015-05-27 14:21:19 -0400
commitecc3ab33d0791a7f24fbae88378ca90581b0626a (patch)
tree4c82b96a613e326e3cf3dc15858a437c64afb3d6
parent2a1f57b994198a149e52baec15be4ebdddeccf11 (diff)
downloadonionshare-ecc3ab33d0791a7f24fbae88378ca90581b0626a.tar.gz
onionshare-ecc3ab33d0791a7f24fbae88378ca90581b0626a.zip
version bump and updated changelog
-rw-r--r--CHANGELOG.md7
-rw-r--r--install/onionshare.nsi6
-rw-r--r--version2
3 files changed, 11 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e6c542a4..63c862ab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/install/onionshare.nsi b/install/onionshare.nsi
index 88e9e716..c1d7bec0 100644
--- a/install/onionshare.nsi
+++ b/install/onionshare.nsi
@@ -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"
diff --git a/version b/version
index eb49d7c7..39e898a4 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.7
+0.7.1