Re: [Libusbx-devel] [libusbx] Release libusbx v1.0.16 (#118)

2013-07-11 Thread Hans de Goede
Closed #118. --- Reply to this email directly or view it on GitHub: https://github.com/libusbx/libusbx/issues/118 -- See everything from the browser to the database with AppDynamics Get end-to-end visibility with applicati

[Libusbx-devel] Announcing libusbx-1.0.16 final

2013-07-11 Thread Hans de Goede
Hi All, I'm very happy to announce the official libusbx-1.0.16 release! Highlights of changes since 1.0.15: --- * As Nathan Hjelm already announced in his "libusb and libusbx merging" mail, Nathan has taken over libusb maintenance and this release is a combined eff

Re: [Libusbx-devel] [libusbx] Release libusbx v1.0.16 (#118)

2013-07-11 Thread Hans de Goede
libusbx-1.0.16 has just been released, closing. --- Reply to this email directly or view it on GitHub: https://github.com/libusbx/libusbx/issues/118#issuecomment-20800913 -- See everything from the browser to the database

Re: [Libusbx-devel] Releasing 1.0.16 ...

2013-07-11 Thread Hans de Goede
Hi, On 07/09/2013 09:11 PM, Pete Batard wrote: > On 2013.07.09 14:51, Hans de Goede wrote: >> Headsup: unless there are any objections I plan to release 1.0.16 coming >> Thursday. > > Sounds good to me. Make sure the milestone is updated if that's not > already the case. If needed, I can upload t

Re: [Libusbx-devel] Releasing 1.0.16 ...

2013-07-11 Thread Pete Batard
On 2013.07.11 10:55, Hans de Goede wrote: > The 1.0.16 release has been done. If you can upload the docs that would > be great! Thanks for the release. Docs and Windows binaries are now up. > Also can you perhaps take care of updating the freecode.com entry ? I'll do that later on. But, even as

Re: [Libusbx-devel] Releasing 1.0.16 ...

2013-07-11 Thread Toby Gray
On 11/07/13 14:07, Pete Batard wrote: > On 2013.07.11 10:55, Hans de Goede wrote: >> The 1.0.16 release has been done. If you can upload the docs that would >> be great! > Thanks for the release. Docs and Windows binaries are now up. > > I've now added the Windows CE binaries. Regards, Toby

[Libusbx-devel] [PATCH 1/1] Windows: fd_to_winfd() shouldn't treat fd 0 as invalid

2013-07-11 Thread Simon Haggett
fd_to_winfd() currently returns INVALID_WINFD if fd is 0, but usbi_create_fd() can legally assign an fd number of 0 if poll_fd[0] is not already occupied. Transfers which are assigned an fd number of 0 for their event handle are then unable to have their event handle retrieved later on. Normally,

[Libusbx-devel] Configure - Error with libusbx 1.0.16

2013-07-11 Thread Jens Gutsche
Hi,   i have seen a new version on http://www.libusb.org/wiki but i cannot configure it.   Here is the console output:   bash-3.2$ ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libdir=/usr/lib --disable-static --enable-shared -disable-udev checking for a BSD-compatible ins

Re: [Libusbx-devel] Configure - Error with libusbx 1.0.16

2013-07-11 Thread Xiaofan Chen
On Fri, Jul 12, 2013 at 2:34 AM, Jens Gutsche wrote: > Hi, > > i have seen a new version on http://www.libusb.org/wiki but i cannot > configure it. > > Here is the console output: > > bash-3.2$ ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin > --libdir=/usr/lib --disable-static --e

Re: [Libusbx-devel] Configure - Error with libusbx 1.0.16

2013-07-11 Thread Nathan Hjelm
On Jul 11, 2013, at 6:34 PM, Xiaofan Chen wrote: > On Fri, Jul 12, 2013 at 2:34 AM, Jens Gutsche wrote: >> Hi, >> >> i have seen a new version on http://www.libusb.org/wiki but i cannot >> configure it. >> >> Here is the console output: >> >> bash-3.2$ ./configure --prefix=/usr --bindir=/usr

Re: [Libusbx-devel] Configure - Error with libusbx 1.0.16

2013-07-11 Thread Xiaofan Chen
On Fri, Jul 12, 2013 at 8:46 AM, Nathan Hjelm wrote: > On Jul 11, 2013, at 6:34 PM, Xiaofan Chen wrote: >> The netlink support is not well tested as far as I know. > > It works but it looks like in this case the headers are not usable. We really > should stress that netlink support is only meant

Re: [Libusbx-devel] Configure - Error with libusbx 1.0.16

2013-07-11 Thread Xiaofan Chen
On Fri, Jul 12, 2013 at 8:34 AM, Xiaofan Chen wrote: > On Fri, Jul 12, 2013 at 2:34 AM, Jens Gutsche wrote: >> Hi, >> >> i have seen a new version on http://www.libusb.org/wiki but i cannot >> configure it. >> >> Here is the console output: >> >> bash-3.2$ ./configure --prefix=/usr --bindir=/usr/