summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2015-07-23 17:04:20 +0200
committerAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2015-07-23 17:26:13 +0200
commitf733133c835193a884edcf34e5daff6365745d21 (patch)
treec43aa445f574bb1e15843b00388914f5f7c0b9b7 /doc
parentc7e67299381df961ff8274e9b53827c2bddbb47b (diff)
downloadbcfg2-f733133c835193a884edcf34e5daff6365745d21.tar.gz
bcfg2-f733133c835193a884edcf34e5daff6365745d21.tar.bz2
bcfg2-f733133c835193a884edcf34e5daff6365745d21.zip
Options/Types: Fix database OPTIONS parsing
This is mostly from 257eb0c17 and 16d3e04cb to allow for setting arbitrary database options since some settings require nested dictionaries, etc. This got lost during merge from maint into master because of the completely different Options parsing.
Diffstat (limited to 'doc')
-rw-r--r--doc/releases/1.4.0pre2.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/releases/1.4.0pre2.txt b/doc/releases/1.4.0pre2.txt
index a5c10777a..195f81df0 100644
--- a/doc/releases/1.4.0pre2.txt
+++ b/doc/releases/1.4.0pre2.txt
@@ -31,6 +31,11 @@ backwards-incompatible user-facing changes
This fixes potentially long client runs when comparing files that have
diverged significantly.
+* The database options in the config (options and reporting_options in database
+ section) now have to be literal python dictionaries.
+
+ This allows to set arbitrary options with nested settings.
+
Thanks
------