about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-06-01 18:35:50 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-06-01 18:35:50 +0000
commit960f24933e64e2ae5989866ea675b069707d0353 (patch)
tree11048cf6a6d96a0b24ac0f18ac2aa6d8810f9562
parentd3774db0b4301880a834b41bbdc2044481b65e67 (diff)
downloadzsh-960f24933e64e2ae5989866ea675b069707d0353.tar.gz
zsh-960f24933e64e2ae5989866ea675b069707d0353.tar.xz
zsh-960f24933e64e2ae5989866ea675b069707d0353.zip
25127: note --disable-lfs/--disable-largefile incompatibility
-rw-r--r--ChangeLog5
-rw-r--r--README9
2 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cf52a1e4d..7d21a69ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-01  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 25127: README: note the changes in 25124 and 25126 as
+	an incompatibility.
+
 2008-06-01  Clint Adams  <clint@zsh.org>
 
 	* 25124, 25126: INSTALL, MACHINES, configure.ac, Src/zsh.h: work
diff --git a/README b/README
index 027865509..5375eb3a5 100644
--- a/README
+++ b/README
@@ -32,7 +32,14 @@ details, see the documentation.
 Possible incompatibilities
 ---------------------------
 
-Since 4.2:
+This section documents incompatibilities in the shell since the 4.2
+series of releases.
+
+The configuration option --enable-lfs to enable large file support has
+been replaced by autoconf's standard --enable-largefile mechanism.
+As this is usually used whenever necessary, this won't usually
+be noticeable; however, anyone configuring with --disable-lfs
+should configure with --disable-largefile instead.
 
 The configuration option --with-curses-terminfo has been replaced
 by the option --with-term-lib="LIBS" where LIBS is a space-separated