Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7f5823d

Browse files
committed
NEWS update and version bump for v3.8.2
1 parentdf8baf8 commit7f5823d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

‎NEWS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
3.8.2 - 2024-01-04
2+
* Fixed testsuite compatibility with Net::DNS 1.39 and higher.
3+
* Fixed "gdnsd daemonize" (was universally broken in 3.8.1)
4+
* Fixed an unlikely race in the daemon replacement sequence, which under
5+
systemd may have caused the replacement to be flagged as an alien main
6+
PID, with varying consequences depending on the systemd version (in
7+
recent ones, just a harmless error message apparently)
8+
* Fixed another process mgmt issue that caused a ~15s delay near the end
9+
of the daemon's clean shutdown, iff extmon monitoring is used.
10+
* Fixed a small memory leak that happens if a file parsed by the extfile
11+
plugin has bad syntax
12+
* extfile also no longer pointlessly loads or parses files which are not
13+
actually used to control any resource
14+
* Several minor QA tooling updates, and several minor QA-driven patches
15+
of little consequence (e.g. constification, simplifications for
16+
analysis, etc)
17+
118
3.8.1 - 2023-02-22
219
* Fixed several obscure and unlikely bugs which could be triggered when
320
there's a failure to launch a replacement daemon. There were two

‎configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
m4_define([PKG_V_MAJOR],[3])
22
m4_define([PKG_V_MINOR],[8])
3-
m4_define([PKG_V_PATCH],[1])
3+
m4_define([PKG_V_PATCH],[2])
44
m4_define([PKG_V_EXTRA],[])
55
m4_define([PVER],[PKG_V_MAJOR().PKG_V_MINOR().PKG_V_PATCH()PKG_V_EXTRA()])
66

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp