summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.rst
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-10-02 06:51:13 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-10-02 06:51:13 +0200
commitc5fc6c6030d7d9d1b2af3d5165bebed3decd741b (patch)
treedfacccc9ae0747e53e53e5388b2ecd0623e040c3 /RELEASE_NOTES.rst
parent77dd64c0757c0191b276e65c24ee9874959790c8 (diff)
New upstream version 0.9.4upstream/0.9.4
Diffstat (limited to 'RELEASE_NOTES.rst')
-rw-r--r--RELEASE_NOTES.rst12
1 files changed, 11 insertions, 1 deletions
diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst
index 4fe5882..7581312 100644
--- a/RELEASE_NOTES.rst
+++ b/RELEASE_NOTES.rst
@@ -1,4 +1,4 @@
-Release Notes for Rapid Photo Downloader 0.9.1
+Release Notes for Rapid Photo Downloader 0.9.4
==============================================
- On some systems, Rapid Photo Downloader cannot use gstreamer to generate
@@ -16,3 +16,13 @@ Release Notes for Rapid Photo Downloader 0.9.1
You can purge the thumbnail cache via the Preferences dialog, accessed via
the main menu.
+ - For systems running Python 3.6, the recommended pyzmq version is now 16.0.2
+ or newer. If xterm or lxterminal are installed on systems with Python 3.6,
+ the automatic upgrade procedure will attempt to upgrade pymzq if necessary.
+ On Python 3.6 systems lacking either of these terminals, using the
+ install.py script will upgrade pyzmq. Alternatively, the following command
+ will upgrade pyzmq:
+
+ /usr/bin/python3 -m pip install -U --user --disable-pip-version-check pyzmq
+
+