about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2020-01-03 20:08:42 +0000
committerDaniel Shahaf <danielsh@apache.org>2020-01-06 02:29:30 +0000
commit2dac9c5d204a98a1cc512a4397901b8b9727fc80 (patch)
treed8b601fd8d0ffeb2b809d18d3e7a009f7cf9fc26 /README
parentd9dd1b63e510057d16123a6deb4e4782884883d7 (diff)
downloadzsh-2dac9c5d204a98a1cc512a4397901b8b9727fc80.tar.gz
zsh-2dac9c5d204a98a1cc512a4397901b8b9727fc80.tar.xz
zsh-2dac9c5d204a98a1cc512a4397901b8b9727fc80.zip
45213: Make --enable-gdbm default to false, rather than default to true with an unavoidable warning.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index a3701abe5..bcec3def1 100644
--- a/README
+++ b/README
@@ -33,6 +33,10 @@ details, see the documentation.
 Incompatibilities since 5.7.1
 -----------------------------
 
+Build-time change: The default value of the --enable-gdbm configure
+argument has changed from "yes" to "no".  Thus, the zsh/db/gdbm module will
+not be built unless --enable-gdbm is passed explicitly.
+
 The history expansion !:1:t2 used to be interpreted such that the 2
 was a separate character added after the history expansion.  Now
 it is an argument to the :t modifier.