From f97c269e0cf19bb0fcf2fdb77820778653f58964 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 25 Jun 2012 18:01:23 +0200 Subject: [PATCH] NEWS about thread pool updates added --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 7eee079500..c5677e2c9c 100644 --- a/NEWS +++ b/NEWS @@ -24,6 +24,13 @@ strongswan-5.0.0 - Source routes are reinstalled if interfaces are reactivated or IP addresses reappear. +- The thread pool (processor_t) now has more control over the lifecycle of + a job (see job.h for details). In particular, it now controls the destruction + of jobs after execution and the cancellation of jobs during shutdown. Due to + these changes the requeueing feature, previously available to callback_job_t + only, is now available to all jobs (in addition to a new rescheduling + feature). + - In addition to trustchain key strength definitions for different public key systems, the rightauth option now takes a list of signature hash algorithms considered save for trustchain validation. For example, the setting -- 2.39.5