[Pkg-privacy-commits] [onionshare] 60/66: Version bump to 0.9, and updated changelog
Ulrike Uhlig
u-guest at moszumanska.debian.org
Wed Apr 13 22:17:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
u-guest pushed a commit to branch master
in repository onionshare.
commit afd359f419e7eb9ebc72b925b9e05bdd88e887bb
Author: Micah Lee <micah at micahflee.com>
Date: Tue Apr 12 18:06:00 2016 -0700
Version bump to 0.9, and updated changelog
---
CHANGELOG.md | 13 +++++++++++++
install/onionshare.nsi | 4 ++--
resources/version.txt | 2 +-
3 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2f8e632..048ea8c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# OnionShare Changelog
+## 0.9
+
+* Slugs are now shorter and human-readable, with rate limiting to URL guessing
+* Uses a new slug each time the server restarts
+* Added estimated time remaining progress indicator
+* Fixed frozen window while waiting for hidden service to start
+* Displays version number in both GUI and CLI
+* Closing window causes downloads to stop immediately
+* Web server listens in ports 17600-17650, for future Tails support
+* Updated translations
+* Ported from Python 2 to Python 3 and from Qt4 to Qt5
+* Ported from py2app and py2exe to PyInstaller
+
## 0.8.1
* Fixed crash in Windows 7
diff --git a/install/onionshare.nsi b/install/onionshare.nsi
index d5a6f97..33c79b2 100644
--- a/install/onionshare.nsi
+++ b/install/onionshare.nsi
@@ -5,8 +5,8 @@
# change these with each release
!define INSTALLSIZE 60866
!define VERSIONMAJOR 0
-!define VERSIONMINOR 8
-!define VERSIONSTRING "0.8.1"
+!define VERSIONMINOR 9
+!define VERSIONSTRING "0.9"
RequestExecutionLevel admin
diff --git a/resources/version.txt b/resources/version.txt
index 6f4eebd..b63ba69 100644
--- a/resources/version.txt
+++ b/resources/version.txt
@@ -1 +1 @@
-0.8.1
+0.9
--
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