File: CHANGES

package info (click to toggle)
libpoe-perl 2%3A1.3700-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,980 kB
  • sloc: perl: 22,867; makefile: 9
file content (25 lines) | stat: -rw-r--r-- 802 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
================================
2022-03-23 12:42:01 +0000 v1_370
================================

  commit 8d07be6dbc4b89c79f66c52b736895010f5f65dd
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Wed Mar 23 12:42:01 2022 +0000
  
    Version bump for release.

  commit f8587e83eae3bd5d9a1243841b50118d0b185dd7
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Tue Mar 22 14:46:48 2022 +0000
  
    Remove explicit call to setsid() in POE::Wheel::Run

    We are using make_slave_controlling_terminal() from IO::Pty since
    136f5dbab9d9 and that calls setsid() itself.

    Fixes to IO::Pty have unmasked this double call to setsid() which is
    generating a spurious warning on any use of a pty(-pipe) conduit. 

==============
End of Excerpt
==============