aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 2 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]
------------------------------------------------
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