Opened 9 months ago

Closed 9 months ago

Last modified 9 months ago

#21585 closed enhancement (fixed)

apr-1.7.6

Reported by: Bruce Dubbs Owned by: thomas
Priority: normal Milestone: 12.4
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (4)

comment:1 by thomas, 9 months ago

Owner: changed from blfs-book to thomas
Status: newassigned

Changelog should be updated here: https://downloads.apache.org/apr/CHANGES-APR-1.7

Unfortunalty, it is not yet done.

comment:2 by thomas, 9 months ago

Fixed in [fb6b091384]

comment:3 by thomas, 9 months ago

Resolution: fixed
Status: assignedclosed

comment:4 by Douglas R. Reno, 9 months ago

Here's the changelog:

Changes for APR 1.7.6

  *) test/testsock.c (test_get_addr): Fix test to portably switch
     the socket to non-blocking mode using apr_socket_timeout_set().
     Also make the test SKIP for the case where the connect() completes
     synchronously. [Ivan Zhakov]

  *) network_io/win32/sockets.c: (apr_socket_connect): Copy the remote
     address by value rather than by reference.  This ensures that the
     sockaddr object returned by apr_socket_addr_get is allocated from
     the same pool as the socket object itself, as apr_socket_accept
     does; avoiding any potential lifetime mismatches. [Ivan Zhakov]

  *) CMake: Install include/apr_encode.h. [Ivan Zhakov]

  *) CMake: Fix installation PDB files with multi-config generators.
     [Ivan Zhakov]
Note: See TracTickets for help on using tickets.