Re: [Libusbx-devel] Announcing libusbx-1.0.17-rc1

2013-08-30 Thread Hans de Goede
Hi, On 08/30/2013 03:35 PM, Xiaofan Chen wrote: > On Fri, Aug 30, 2013 at 8:47 PM, Xiaofan Chen wrote: >> On Fri, Aug 30, 2013 at 4:14 PM, Xiaofan Chen wrote: >>> On Wed, Aug 28, 2013 at 5:35 PM, Hans de Goede wrote: I'm very happy to announce libusbx-1.0.17-rc1. You can download

Re: [Libusbx-devel] Announcing libusbx-1.0.17-rc1

2013-08-30 Thread Gisle Vanem
Good job, but there are some warnings from MSVC v16 when I'm using '-Wp64' in my CFLAGS. "enable 64 bit porting warnings". I'm on a 32-bit WIndows: libusb/core.c(692) : warning C4267: '=' : conversion from 'size_t' to 'ssize_t', possible loss of data libusb/os/windows_usb.c(173) : warning C426

Re: [Libusbx-devel] Announcing libusbx-1.0.17-rc1

2013-08-30 Thread Hans de Goede
Hi, On 08/30/2013 04:31 PM, Sean McBride wrote: > On Wed, 28 Aug 2013 11:35:33 +0200, Hans de Goede said: > >> You can download the 1.0.17-rc1 tarbal here: >> http://downloads.sourceforge.net/libusbx/libusbx-1.0.17-rc1.tar.bz2 >> >> Please give it a thorough testing, and report any issues you find

Re: [Libusbx-devel] Announcing libusbx-1.0.17-rc1

2013-08-30 Thread Sean McBride
On Wed, 28 Aug 2013 11:35:33 +0200, Hans de Goede said: >You can download the 1.0.17-rc1 tarbal here: >http://downloads.sourceforge.net/libusbx/libusbx-1.0.17-rc1.tar.bz2 > >Please give it a thorough testing, and report any issues you find. It builds on OS X 10.5.8 on PowerPC and on OS X 10.8.5 o

Re: [Libusbx-devel] Announcing libusbx-1.0.17-rc1

2013-08-30 Thread Xiaofan Chen
On Fri, Aug 30, 2013 at 8:47 PM, Xiaofan Chen wrote: > On Fri, Aug 30, 2013 at 4:14 PM, Xiaofan Chen wrote: >> On Wed, Aug 28, 2013 at 5:35 PM, Hans de Goede wrote: >>> I'm very happy to announce libusbx-1.0.17-rc1. >>> >>> You can download the 1.0.17-rc1 tarbal here: >>> http://downloads.source

Re: [Libusbx-devel] Announcing libusbx-1.0.17-rc1

2013-08-30 Thread Xiaofan Chen
On Fri, Aug 30, 2013 at 4:14 PM, Xiaofan Chen wrote: > On Wed, Aug 28, 2013 at 5:35 PM, Hans de Goede wrote: >> I'm very happy to announce libusbx-1.0.17-rc1. >> >> You can download the 1.0.17-rc1 tarbal here: >> http://downloads.sourceforge.net/libusbx/libusbx-1.0.17-rc1.tar.bz2 >> >> Please giv

Re: [Libusbx-devel] Announcing libusbx-1.0.17-rc1

2013-08-30 Thread Hans de Goede
Hi, On 08/30/2013 02:30 PM, Toby Gray wrote: > On 28/08/13 10:35, Hans de Goede wrote: >> Hi All, >> >> I'm very happy to announce libusbx-1.0.17-rc1. >> >> 2013-08-28: v1.0.17-rc1 >> * Hotplug callbacks now always get passed a libusb_context, even if it is >> the default context. Previously N

Re: [Libusbx-devel] Announcing libusbx-1.0.17-rc1

2013-08-30 Thread Toby Gray
On 28/08/13 10:35, Hans de Goede wrote: Hi All, I'm very happy to announce libusbx-1.0.17-rc1. 2013-08-28: v1.0.17-rc1 * Hotplug callbacks now always get passed a libusb_context, even if it is the default context. Previously NULL would be passed for the default context, but since the f

Re: [Libusbx-devel] Announcing libusbx-1.0.17-rc1

2013-08-30 Thread Xiaofan Chen
On Wed, Aug 28, 2013 at 5:35 PM, Hans de Goede wrote: > I'm very happy to announce libusbx-1.0.17-rc1. > > You can download the 1.0.17-rc1 tarbal here: > http://downloads.sourceforge.net/libusbx/libusbx-1.0.17-rc1.tar.bz2 > > Please give it a thorough testing, and report any issues you find. I di