summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.rst
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-07-06 22:55:18 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-07-06 22:55:18 +0200
commit14f84dc139317de4cfc02ff36c2ad799b060dbaf (patch)
tree5163e8e596302e570a2e39c62d7a9df0e1490e28 /RELEASE_NOTES.rst
parent18afe3e2ebdb10bbc542d79280344d9adf923d2f (diff)
parent083849161f075878e4175cd03cb7afa83d64e7f5 (diff)
Updated version 0.9.0 from 'upstream/0.9.0'
with Debian dir 04f2bb3e026e2a983dcac5cdcc35c9dd8f6b91ab
Diffstat (limited to 'RELEASE_NOTES.rst')
-rw-r--r--RELEASE_NOTES.rst33
1 files changed, 33 insertions, 0 deletions
diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst
new file mode 100644
index 0000000..71e51e4
--- /dev/null
+++ b/RELEASE_NOTES.rst
@@ -0,0 +1,33 @@
+Release Notes for Rapid Photo Downloader 0.9.0
+==============================================
+
+ - On certain Linux distributions the program's icons may be missing,
+ including icons for menus. To resolve this problem, from the command line
+ issue the following command:
+
+ python3 -m pip install --user PyQt5
+
+ This command will upgrade the version of PyQt and Qt for your user (the
+ rest of the system will be unaffected). When Rapid Photo Downloader is next
+ run, the icons should be displayed.
+
+ - On some systems, Rapid Photo Downloader cannot use gstreamer to generate
+ video thumbnails. These systems include Fedora 24 and Fedora 25, Ubuntu
+ 16.10 and 17.04, LinuxMint 18.1, and openSUSE 42.2 and openSUSE Tumbleweed.
+
+ - On systems with version 0.18 of libraw, Rapid Photo Downloader cannot
+ render thumbnails for raw images that don't have embedded thumbnails,
+ such as DNG files from Android phones. Rapid Photo Downloader uses rawkit
+ to interface with libraw, and rawkit 0.5.0 is incompatible with libraw
+ 0.18.
+
+ - When running the program from the command line, if you see a message
+ something like this:
+
+ You are using pip version 8.1.1, however version 9.0.1 is available.
+ You should consider upgrading via the 'pip install --upgrade pip' command.
+
+ This message can be ignored. However, if you do want to upgrade pip, the
+ safest way to upgrade is like this:
+
+ python3 -m pip install --upgrade --user pip