summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrzemyslaw Pawelczyk <przemoc@gmail.com>2018-01-06 01:28:16 +0100
committerPrzemyslaw Pawelczyk <przemoc@gmail.com>2018-01-06 01:28:16 +0100
commit9c45845435699023ae9e55744892f84ba0a0366f (patch)
treebe52ebb0c5cc4ba2cde1f4ba82a494eef51a5185
parentccec0786aa3b0268635ae5d90082f2a19603c254 (diff)
NEWS: Mention recent PATH_MAX-related change.
See commit 16cde6c32fb3e0640ac01ca5d8ddea127f59106c for details.
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b451a56..da11575 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Latest stuff
+------------------------------------------------------------------------
+
+ * Support building on systems with undefined PATH_MAX, e.g. GNU Hurd.
+ Simple, but not ideal solution yet - PATH_MAX is assumed to be 4096.
+
+
v1.1.1a (2018-01-02)
------------------------------------------------------------------------