From 6809ee79ef27fc3949e4458a4b6af302fb384495 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 29 Apr 2012 14:12:06 +0200 Subject: [PATCH] Release notes on conf changes --- ucw/doc/relnotes.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ucw/doc/relnotes.txt b/ucw/doc/relnotes.txt index 49ad7ee8..89d9c2c5 100644 --- a/ucw/doc/relnotes.txt +++ b/ucw/doc/relnotes.txt @@ -1,6 +1,24 @@ Release notes ============= +WIP +--- + +* The <> has been improved: +** Multiple instances of the configuration parser are supported. +** *Incompatible:* As there may be more instances, we can no longer use + global variables to control the configuration system. In particular, + `cf_need_journal` and `cf_pool` variables have been replaced by + functions <> and + <>. +** *Incompatible:* Loading of configuration files has been decoupled from + the getopt wrapper, so you might need to include `conf.h` for functions + which were previously declared in `getopt.h`. +** New functions have been added: + <>, + <>, and + <>. + 5.0 --- -- 2.39.5