From 22bd0404f255d4013ad2dae1438906d5e90cfc14 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 2 Jan 2021 23:58:03 +0000 Subject: Prepare for 2.3.4.0 --- INSTALL | 2 +- NEWS | 6 ++++++ doc/index.html | 4 ++-- doc/upgrade.html | 7 +++++++ package/info | 2 +- src/libs6dns/s6dns_message_parse_question.c | 10 +++++++--- 6 files changed, 24 insertions(+), 7 deletions(-) diff --git a/INSTALL b/INSTALL index c8bdd2f..d3521d0 100644 --- a/INSTALL +++ b/INSTALL @@ -6,7 +6,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.9.3.0 or later: http://skarnet.org/software/skalibs/ + - skalibs version 2.10.0.0 or later: http://skarnet.org/software/skalibs/ This software will run on any operating system that implements POSIX.1-2008, available at: diff --git a/NEWS b/NEWS index ac69396..906d2ae 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ Changelog for s6-dns. +In 2.3.4.0 +---------- + + - New function: s6dns_message_parse_question(). + + In 2.3.3.0 ---------- diff --git a/doc/index.html b/doc/index.html index 9fdc636..7af0349 100644 --- a/doc/index.html +++ b/doc/index.html @@ -46,7 +46,7 @@ point in the future.
  • A POSIX-compliant system with a standard C development environment
  • GNU make, version 3.81 or later
  • skalibs version -2.9.3.0 or later. It's a build-time requirement. It's also a run-time +2.10.0.0 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the skalibs library.
  • @@ -60,7 +60,7 @@ requirement if you link against the shared version of the skalibs library.

    Download