[Pkg-privacy-commits] [onionshare] 12/33: version bump and updated changelog
Ximin Luo
infinity0 at debian.org
Mon Oct 19 14:15:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository onionshare.
commit ecc3ab33d0791a7f24fbae88378ca90581b0626a
Author: Micah Lee <micah at micahflee.com>
Date: Wed May 27 14:21:19 2015 -0400
version bump and updated changelog
---
CHANGELOG.md | 7 +++++++
install/onionshare.nsi | 6 +++---
version | 2 +-
3 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e6c542a..63c862a 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 88e9e71..c1d7bec 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 eb49d7c..39e898a 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.7
+0.7.1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionshare.git
More information about the Pkg-privacy-commits
mailing list