diff options
author | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2018-01-06 01:28:16 +0100 |
---|---|---|
committer | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2018-01-06 01:28:16 +0100 |
commit | 9c45845435699023ae9e55744892f84ba0a0366f (patch) | |
tree | be52ebb0c5cc4ba2cde1f4ba82a494eef51a5185 /NEWS | |
parent | ccec0786aa3b0268635ae5d90082f2a19603c254 (diff) |
NEWS: Mention recent PATH_MAX-related change.
See commit 16cde6c32fb3e0640ac01ca5d8ddea127f59106c for details.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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) ------------------------------------------------------------------------ |