diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-11-21 13:28:57 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-11-21 13:29:14 -0400 |
commit | cee0978ee1de0055f2ca2472ba22a7f6c4a0ad2f (patch) | |
tree | 62e2382257d8200a265b4c8a3e12e18e5a62f864 /CHANGELOG | |
parent | fbb9a806651f3106b40c21280fad98e4c95d19c7 (diff) |
Linux standalone arm build no longer supports Linux kernels older than 2.6.28
As it was getting too expensive to patch out use of the "new" syscalls
We could revisit this if someone has hardware with an older kernel
that's still being maintained, but I've verified that the Synology
NAS that had used a too old kernel version has been updated to 2.6.32.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ git-annex (6.20171110) UNRELEASED; urgency=medium * Display progress meter when uploading a key without size information, getting the size by statting the content file. + * Linux standalone arm build no longer supports Linux kernels older than + 2.6.28, as it was getting too expensive to patch out use of the "new" + syscalls. -- Joey Hess <id@joeyh.name> Tue, 14 Nov 2017 16:14:20 -0400 |