summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2019-05-04 16:16:07 +0200
committerMarcus Meissner <marcus@jet.franken.de>2019-05-04 16:16:07 +0200
commita04d39677f138097441a1e1e19aa23b365649ba9 (patch)
tree9d593eda85dfa824d15864f81b7ce0bae7bd72d7 /NEWS
parenta05afd0036364a9d27b449f7924bc00a61187691 (diff)
downloadlibgphoto2-a04d39677f138097441a1e1e19aa23b365649ba9.tar.gz
disable camera libraries for very old cameras by default.
They can be re-enabled for installation by ./configure --with-camlibs=all,outdated
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 23 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0d12789e4..ecd09886a 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,29 @@ ptp2:
translations:
* updated danish
+all:
+* The camlibs for cameras (and driver) older than 15 years have been
+ default disabled for installation, to speed up libgphoto2 startup
+ and also reduce attack surface against malicious USB devices.
+
+ See OUTDATED.txt in git for notes.
+
+ You can reenable them using:
+
+ ./configure --with-camlibs=all,outdated
+
+ or by the camlib driver name (sample: jd11):
+
+ ./configure --with-camlibs=all,jd11
+
+ To get the lists of all camera libraries use:
+
+ ./configure --help
+
+ If you still have an old camera using one of these camlibs in active
+ use, please report this to the devteam so we can reenable it per
+ default.
+
------------------------------------------------------------------------------
libgphoto2 2.5.22 release