diff options
author | Werner Koch <[email protected]> | 2025-02-18 12:42:21 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2025-02-18 12:42:21 +0000 |
commit | 0f84595a4bc706d3afb969d59618244c7db3b59f (patch) | |
tree | 98eb988a74bb2c7173135f63d886052a4ecb5089 | |
parent | Put full commit id into VERSION. (diff) | |
download | libassuan-0f84595a4bc706d3afb969d59618244c7db3b59f.tar.gz libassuan-0f84595a4bc706d3afb969d59618244c7db3b59f.zip |
Release 3.0.2libassuan-3.0.2
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 2 deletions
@@ -1,6 +1,18 @@ -Noteworthy changes in version 3.0.2 (unreleased) [C9/A0/R_] +Noteworthy changes in version 3.0.2 (2025-02-18) [C9/A0/R2] ------------------------------------------------ + * Fix for FreeBSD to set the pid of assuan_peercred_t. + [rAdfa5e6532d] + + * Use socklen_t for the length of socket address. [T5924] + + * Fix errno setting on Widnows for assuan_sock_bind failure. [T7456] + + * New assuan_sock_get_flag "w32_error" to get the actual Windows + error after a system call and not just the mapped errno. [T7456] + + Release-info: https://dev.gnupg.org/T7163 + Noteworthy changes in version 3.0.1 (2024-06-24) [C9/A0/R1] ------------------------------------------------ diff --git a/configure.ac b/configure.ac index 6ede460..972e4a1 100644 --- a/configure.ac +++ b/configure.ac @@ -65,7 +65,7 @@ AC_INIT([mym4_package],[mym4_version],[https://bugs.gnupg.org]) # LIBASSUAN_LT_CURRENT=9 LIBASSUAN_LT_AGE=0 -LIBASSUAN_LT_REVISION=1 +LIBASSUAN_LT_REVISION=2 # If the API is changed in an incompatible way: increment the next counter. LIBASSUAN_CONFIG_API_VERSION=3 |