aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2025-02-18 12:42:21 +0000
committerWerner Koch <[email protected]>2025-02-18 12:42:21 +0000
commit0f84595a4bc706d3afb969d59618244c7db3b59f (patch)
tree98eb988a74bb2c7173135f63d886052a4ecb5089 /NEWS
parentPut full commit id into VERSION. (diff)
downloadlibassuan-3.0.2.tar.gz
libassuan-3.0.2.zip
Release 3.0.2libassuan-3.0.2
Diffstat (limited to '')
-rw-r--r--NEWS14
1 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5a188d3..c659638 100644
--- a/NEWS
+++ b/NEWS
@@ -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]
------------------------------------------------