From 472daf78169e4b9324ab222e97b1d1cbeb3890df Mon Sep 17 00:00:00 2001 From: Rolf Bensch Date: Wed, 2 Oct 2013 19:04:44 +0200 Subject: [PATCH] update installation description for 1.0.25git --- ChangeLog | 2 ++ README.linux | 16 ++++++++-------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index d2bf9ff03..98c8773a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +2013-10-02 Rolf Bensch + * README.linux: Update Installation description for 1.0.25git. 2013-09-30 m. allan noah * ChangeLog*, configure*, doc/releases.txt: diff --git a/README.linux b/README.linux index d650d48fe..9011b7213 100644 --- a/README.linux +++ b/README.linux @@ -86,10 +86,10 @@ Step by step install on Linux 2.6.* and 3.*, both with udev: Register new installed SANE dynamically linked shared object library. $ sudo ldconfig -v | grep libsane - libsane.so.1 -> libsane.so.1.0.24 - libsane.so.1 -> libsane.so.1.0.22 + libsane.so.1 -> libsane.so.1.0.25 + libsane.so.1 -> libsane.so.1.0.23 - This example shows that the system first find version 1.0.24 and then 1.0.22. + This example shows that the system first find version 1.0.25 and then 1.0.23. This is the correct order. If your system first find the old version and then the new installed one, @@ -133,17 +133,17 @@ Step by step install on Linux 2.6.* and 3.*, both with udev: 4.1. Check the used backend version: - The programs must use the installed SANE backend version, e.g. 1.0.24. + The programs must use the installed SANE backend version, e.g. 1.0.25. $ scanimage -V - scanimage (sane-backends) 1.0.24git; backend version 1.0.24 + scanimage (sane-backends) 1.0.25git; backend version 1.0.25 - This example shows that backend and scanimage are version 1.0.24. + This example shows that backend and scanimage are version 1.0.25. $ /usr/bin/scanimage -V - scanimage (sane-backends) 1.0.20; backend version 1.0.24 + scanimage (sane-backends) 1.0.23; backend version 1.0.25 - This example shows that an old scanimage (1.0.20) uses the backend 1.0.24. + This example shows that an old scanimage (1.0.23) uses the backend 1.0.25. If you want to use xsane, start xsane and check the used version with CTRL - i.