[Pkg-privacy-commits] [onionshare] 48/53: Version bump to 0.8, and updated changelog

Ulrike Uhlig u-guest at moszumanska.debian.org
Wed Dec 30 00:20:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

u-guest pushed a commit to branch debian
in repository onionshare.

commit 9428172571e10b61d938f2c8f1b30ffc8e057537
Author: Micah Lee <micah at micahflee.com>
Date:   Fri Dec 4 18:19:36 2015 -0800

    Version bump to 0.8, and updated changelog
---
 CHANGELOG.md           | 7 +++++++
 install/onionshare.nsi | 6 ++++--
 version                | 2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 63c862a..d8b0b6d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # OnionShare Changelog
 
+## 0.8
+
+* Add support for ephemeral hidden services
+* Stopped leaking sender's locale on download page
+* Add support for Tor Messenger as provider of Tor service
+* Minor bugfixes, code cleanup, and refactoring
+
 ## 0.7.1
 
 * Fixed critical bug in OS X binaries that caused crashes on some computers
diff --git a/install/onionshare.nsi b/install/onionshare.nsi
index 7081acc..716d3bf 100644
--- a/install/onionshare.nsi
+++ b/install/onionshare.nsi
@@ -5,8 +5,8 @@
 # change these with each release
 !define INSTALLSIZE 31616
 !define VERSIONMAJOR 0
-!define VERSIONMINOR 7
-!define VERSIONSTRING "0.7.1"
+!define VERSIONMINOR 8
+!define VERSIONSTRING "0.8"
 
 RequestExecutionLevel admin
 
@@ -91,6 +91,7 @@ Section "install"
     SetOutPath "$INSTDIR\locale"
     File "${BINPATH}\locale\de.json"
     File "${BINPATH}\locale\en.json"
+    File "${BINPATH}\locale\eo.json"
     File "${BINPATH}\locale\es.json"
     File "${BINPATH}\locale\fi.json"
     File "${BINPATH}\locale\fr.json"
@@ -220,6 +221,7 @@ FunctionEnd
         Delete "$INSTDIR\images\server_working.png"
         Delete "$INSTDIR\locale\de.json"
         Delete "$INSTDIR\locale\en.json"
+        Delete "$INSTDIR\locale\eo.json"
         Delete "$INSTDIR\locale\es.json"
         Delete "$INSTDIR\locale\fi.json"
         Delete "$INSTDIR\locale\fr.json"
diff --git a/version b/version
index 39e898a..aec258d 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.7.1
+0.8

-- 
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