File: Changes

package info (click to toggle)
libusb-libusb-perl 0.09-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 396 kB
  • sloc: perl: 727; makefile: 3
file content (35 lines) | stat: -rw-r--r-- 955 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Revision history for Perl extension USB::LibUSB.

0.09 2019-09-10
    - Pod fix

0.08 2019-09-09
    - Doc fixes
    - Travis: test latest perl versions

0.06 2019-02-27
    - Fix data structure of libusb_config_descriptor: Support multiple interfaces

0.05 2017-09-29
    - Add driver installation docs for Windows
    - document 'last_retval' method

0.04 2017-09-21
    - Fix documentation of bulk_write and interrupt_write
    - Makefile.PL: Check libusb version with pkg-config

0.03 2017-08-27
    - Add missing functions to @EXPORT list
    
0.02 2017-08-24
    - Add repo data to META
    
0.01 2017-08-23
	- first CPAN release
    - on PrePAN: http://prepan.org/module/nYfNhvSqeCm
    - Implement all portable features of libusb-1.0 including USB 3.0 descriptors
    - Not yet implemented: Async interface, hotplug events, polling
    - Raw XS interface: USB::LibUSB::XS
    - More High-level interface: USB::LibUSB (currently uses Moo for OO)