kopia lustrzana https://gitlab.com/sane-project/backends
2000-11-23 Henning Meier-Geinitz <hmg@gmx.de>
* NEWS: Updated for SANE 1.0.4. Please check. * README.aix: Removed paragraph about shared libs not working. * README.linux: Added paragraph about excessive warnings due to glibc bug (from Peter Kirchgessner). * TODO: Removed entry about shared libs not working on AIX. Added entry about PTAL checks. Removed entry about DBG and microtek2. Added entry about dc210 and jpeg functions. Added entry about using strchr() instead of index(). * sane.lsm: Added NEC. * backend/microtek2.c: (from karsten.festag@t-online.de (Karsten Festag)) Use DBG instead of printf/fprintf. Use #include "../sane/include/..." instead of #include "sane/...". Fixed warnings.DEVEL_2_0_BRANCH-1
rodzic
c1810ab59d
commit
8dde881f41
16
TODO
16
TODO
|
@ -1,4 +1,4 @@
|
|||
TODO (2000-11-21)
|
||||
TODO (2000-11-23)
|
||||
|
||||
******** todo ********
|
||||
|
||||
|
@ -24,7 +24,6 @@ backends
|
|||
|
||||
* use DBG(...) instead of fprintf(stderr, ...)
|
||||
- microtek
|
||||
- microtek2
|
||||
|
||||
* check net/saned
|
||||
- net backend segfaults if saned isn't started (or timed out)
|
||||
|
@ -45,6 +44,9 @@ backends
|
|||
|
||||
* artec: O_SYNC is not Posix? Problems with porting to OS/2?
|
||||
|
||||
* dc210 and jpeg stuff: move sanei_* functions to sanei/ (if they are
|
||||
necssary).
|
||||
|
||||
doc
|
||||
---
|
||||
* add sane manpage
|
||||
|
@ -102,9 +104,6 @@ misc
|
|||
(x). Defining something like EXTERN(x) x seems to work. Same for dc210.c
|
||||
Something like --disable-jpeg for configure would be nice.
|
||||
|
||||
* build on AIX does only work for static libraries. The shared libraries
|
||||
seem to overwrite each other.
|
||||
|
||||
* move .desc files for backends that are not included in SANE to
|
||||
different directory (e.g. backends and external-backends)?
|
||||
|
||||
|
@ -127,7 +126,14 @@ misc
|
|||
|
||||
* libdl is used in dll backend but -ldl is not added to LDFLAGS?
|
||||
|
||||
* Add test for PTAL to acinclude.m4/configure.in
|
||||
|
||||
* use strchr() instead of index() in sanei_auth, scanimage, saned, and
|
||||
mustek_pp to avoid problems when icluding strings.h or string.h.
|
||||
|
||||
******** done ********
|
||||
* build on AIX does only work for static libraries. The shared libraries
|
||||
seem to overwrite each other.
|
||||
* add sanei_authorize (function for all backends)
|
||||
* make authorization_callback work in net-backend and saned. Try to
|
||||
avoid plain text passwords?
|
||||
|
|
Ładowanie…
Reference in New Issue