]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/dnsmasq/0012-CHANGELOG-re.-inotify.patch
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
[ipfire-2.x.git] / src / patches / dnsmasq / 0012-CHANGELOG-re.-inotify.patch
CommitLineData
6644c1c7
MT
1From ad946d555dce44eb690c7699933b6ff40ab85bb6 Mon Sep 17 00:00:00 2001
2From: Simon Kelley <simon@thekelleys.org.uk>
3Date: Mon, 15 Dec 2014 17:52:22 +0000
d54a2ce4 4Subject: [PATCH 12/78] CHANGELOG re. inotify.
6644c1c7
MT
5
6---
7 CHANGELOG | 4 ++++
8 1 file changed, 4 insertions(+)
9
10diff --git a/CHANGELOG b/CHANGELOG
11index 68252924e743..9174b0bd75dc 100644
12--- a/CHANGELOG
13+++ b/CHANGELOG
14@@ -7,6 +7,10 @@ version 2.73
15 DNSSEC in use, the original rationale for this has long gone.
16 Thanks to Anders Kaseorg for spotting this.
17
18+ Use inotify for checking on updates to /etc/resolv.conf and
19+ friends under Linux. This fixes race conditions when the files are
20+ updated rapidly and saves CPU by noy polling.
21+
22
23 version 2.72
24 Add ra-advrouter mode, for RFC-3775 mobile IPv6 support.
25--
262.1.0
27