diff options
author | Russ Allbery <eagle@eyrie.org> | 2016-01-23 14:49:52 -0800 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2016-01-23 14:49:52 -0800 |
commit | d06e318c304a8c55277c616765a8a0502eb9207d (patch) | |
tree | baea0c0941ec16c811d135d5ad40401c957c3295 /NEWS | |
parent | 9db57ec57cf7bcc46c986c1bc67eb3fe41b7d08b (diff) |
Remove dead strlcpy and strlcat declarations
Remove stray references to strlcpy and strlcat that broke builds on
platforms where those functions are part of libc. Thanks to Karl
Kornel for the report.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ User-Visible wallet Changes +wallet 1.4 (unreleased) + + Remove stray references to strlcpy and strlcat that broke builds on + platforms where those functions are part of libc. Thanks to Karl + Kornel for the report. + wallet 1.3 (2016-01-17) This release adds initial, experimental support for using Active |