summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.rst
diff options
context:
space:
mode:
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
+
+