-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
68 lines (56 loc) · 2.43 KB
/
Changes
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Revision history for Perl extension Sigrok::SerialPort.
0.3.1 2020-01-28
- change 'Moose' with 'Moo'
- change 'MooseX::Params::Validate' to 'Type::Tiny'
- add 'Function::Parameters' for public funcions and methods
- add a new Module 'Sigrok::SerialPort::Types' with all Types
- delete Types in 'Sigrok::SerialPort::Base'
- clean up of 'Maybe' in some 'attributes'
- fixing behavior of the return at 'undef' in the '_trigger ...' methods
0.3.0 2020-01-16
- change version numbering 'universum' from decimal AA.BBCC to semantic
versioning (https://semver.org/spec/v2.0.0.html)
- fixing 'GetPort' and 'ConfigureSerialPort' for example 'list-ports.pl'
- fixing '$EXTENDED_OS_ERROR' in module/sub 'Error.pm/SET_ERROR' on
'SP_ERR_FAULT'
0.02_08 2019-12-26
- adding Arduino Sketch 'serial.ino' in example folder
- change README.md to README.pod in the main directory (and update MANIFEST)
- change Makefile.pl for compatibility, now compatible with Perl 5.12.4 32bit
- reduce some warnings when executing make
- fixing test case 4 for 'sp_get_port_transport' for native serial port's
- fixing return undef value for config setter
- fixing test 'is_open' in data handling
- fixing output for example 'list-ports.pl'
0.02_07 2019-12-20
- rename 'xpv_len' to 'xpv_length' in XS for Perl64 5.22 (and other versions)
- fixing 'const' qualifier for: sp_set_config, sp_set_parity,
sp_set_config_parity, sp_set_rts, sp_set_cts, sp_set_dtr, sp_set_dsr,
sp_set_xon_xoff
- fixing explicit 'return undef' in array context to '()' for: cget,
configure, get_usb
0.02_06 2019-12-19
- fixing Makefile.PL and SerialPort.xs for the include file
- fixing README file for manuell installing
- fixing 'GetPort' in example 'list_ports.pl'
0.02_05 2019-12-06
- extending documentation
- create additional getter methods for signaling
0.02_04 2019-12-03
- extending documentation
- adding POD tests
- cleanup 'new/configure/cget/get_usb'
0.02_03 2019-12-01
- plattform tests for &Errno::'constants'
- bug fixing
0.02_02 2019-11-30
- use of $ERRNO/$! instead of 'croak/is_ok/return_code'
- adding package Sigrok::SerialPort::Error
- move 'Sigrok::SerialPort::Backend' to 'Sigrok::SerialPort'
0.02_01 2019-11-22
- extending documentation
- adding examples
0.02_00 2019-10-30
- SerialPort OOP Class, created with 'Moose'
0.01 2019-10-10
- original version; created by h2xs 1.23 with options -A SerialPort