File: Changes

package info (click to toggle)
libio-termios-perl 0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 140 kB
  • sloc: perl: 427; makefile: 2
file content (57 lines) | stat: -rw-r--r-- 1,756 bytes parent folder | download
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
Revision history for IO-Termios

0.10    2024-07-10
        [CHANGES]
         * Module style updates:
            + Use perl 5.14 `package NAME VER` syntax
            + Use Test2::V0 instead of Test::More + Test::LongString

0.09    2020-09-03 22:48
        [CHANGES]
         * Added ->setflags convenience function for setting multiple flags at
           once
         * Added support for INLCR, IGNCR, ICRNL, IGNBRK, BRKINT and PARMRK
           flags

0.08    2019-09-09 18:24:10
        [CHANGES]
         * Added `-upgrade` import option

0.07    2018-10-09 22:18:32
        [CHANGES]
         * Added support for OPOST flag
         * Added cfmakeraw()

        [BUGFIXES]
         * Declare dependency on perl 5.10+ because of // operator (RT125619)

0.06    2018-06-04 23:04:40
        [CHANGES]
         * Support additional `sysopen()` flags to IO::Termios->open()

0.05    2016/06/06 01:37:24
        [CHANGES]
         * Opportunistically use Linux::Termios2 if available for arbitrary
           baudrate support
         * Name tiocmbic / tiocmbis correctly

        [BUGFIXES]
         * Fix the sense of the ICANON mode documentation
         * select() for readability of O_NONBLOCK handles before sysread
           during unit tests

0.04    2013/12/23 10:58:30
        [CHANGES]
         * Added wrapper methods for modem line control bits
         * Added more documentation to mention "serial ports"

0.03    2013/12/20 21:10:33
        [CHANGES]
         * Added ->set_mode and ->get_mode convenience methods
         * Added $modestr parameter to IO::Termios->open() constructor

0.02    CHANGES:
         * Added accessors for CREAD, CLOCAL and HUPCL c_cflags flags.

0.01    First version, released on an unsuspecting world.