move bug info to bug tracker
authorDaniel Drake <dsd@gentoo.org>
Sat, 1 Aug 2009 08:10:15 +0000 (13:55 +0545)
committerDaniel Drake <dsd@gentoo.org>
Sat, 1 Aug 2009 08:11:11 +0000 (13:56 +0545)
Protection needed: http://www.libusb.org/ticket/4
Losing data: fixed in previous commit

BUGS [deleted file]
Makefile.am

diff --git a/BUGS b/BUGS
deleted file mode 100644 (file)
index 2d40b5a..0000000
--- a/BUGS
+++ /dev/null
@@ -1,10 +0,0 @@
-- Linux: Races are suspected to occur in multi-threaded applications when
-  cancelling transfers while there is an event handler in progress.
-  Variables like reap_action need protection. This needs some careful thought
-  and testing.
-
-- Linux: data can be lost when transfers are cancelled. libusb incorrectly
-  assumes that transfers are always empty when they are reaped after
-  cancellation. It should move the data to the correct point in the buffer --
-  while still inconvenient for the application developer, it's better than
-  losing it altogether.
index 8b90df0..284cdbb 100644 (file)
@@ -1,7 +1,7 @@
 AUTOMAKE_OPTIONS = dist-bzip2
 ACLOCAL_AMFLAGS = -I m4
 DISTCLEANFILES = ChangeLog libusb-1.0.pc
-EXTRA_DIST = TODO PORTING BUGS
+EXTRA_DIST = TODO PORTING
 SUBDIRS = libusb doc
 
 if BUILD_EXAMPLES