From: Martin Mares Date: Sun, 29 Apr 2012 12:12:06 +0000 (+0200) Subject: Release notes on conf changes X-Git-Tag: v5.99~165 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=6809ee79ef27fc3949e4458a4b6af302fb384495;p=libucw.git Release notes on conf changes --- 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 ---