diff --git a/ChangeLog b/ChangeLog index 47baf1fab..e128d40f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,9 +12,13 @@ Only the first IP address in struct hostent is checked. IPv6 is untested. The change is based on a patch by Petter Reinholdtsen . + Return SANE_STATUS_ACCESS_DENIED if access was not granted instead + of SANE_STATUS_IO_ERROR. Removed isfdtype to avoid compilation problems. Added more debug output. Print function name in every DBG statement. Updated manual pages and saned.conf. + * net.c: Return SANE_STATUS_ACCESS_DENIED if access was not granted + instead of SANE_STATUS_IO_ERROR. 2001-01-06 Karl Heinz Kremer