diff --git a/TODO b/TODO index 293f8e1ad..272422407 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -TODO (2000-12-17) +TODO (2000-12-23) ******** todo ******** @@ -27,10 +27,6 @@ backends - microtek * check net/saned - - net backend segfaults sometimes when connected to localhost. Enabling - debug output sometimes prevents segfaults. Cause of the problem: - Copying SANE_TYPE_STRINGs up to their maximum size in - SANE_Option_Descriptor (strings may be shorter then size). - sometimes saned+net freezes right after a scan - don't just ignore the byte-order for the image data (needed to support depths > 8 bits/channel) @@ -48,7 +44,7 @@ backends * pnm: add more options for testing (e.g. arrays and read-only options) * dc210 and jpeg stuff: move sanei_* functions to sanei/ (if they are - necssary). + necessary). * nec: Remove references to sharp backend (grep for "JX"). @@ -118,7 +114,10 @@ misc Maybe something like --network-client-only or --disable-local-devices. ******** done ******** - +* net backend segfaults sometimes when connected to localhost. Enabling + debug output sometimes prevents segfaults. Cause of the problem: + Copying SANE_TYPE_STRINGs up to their maximum size in + SANE_Option_Descriptor (strings may be shorter then size). * compilation of most backends break with OS/2 and gcc because the option -ansi doesn't seem to like sigset_t ? * Check for shm.h in configure