ChangeLog.md in ffi-libc-0.1.0 vs ChangeLog.md in ffi-libc-0.1.1

- old
+ new

@@ -1,5 +1,12 @@ +### 0.1.1 / 2021-09-22 + +* Removed `sys_errlist` and `sys_nerr` variables, as they have been removed + from glibc (see: + https://sourceware.org/pipermail/libc-announce/2020/000029.html). +* Load `libc` via `FFI::Library::LIBC`. + ### 0.1.0 / 2013-08-15 * Require ffi ~> 1.0. * Added `alarm`. * Added `clock`. @@ -22,10 +29,10 @@ ### 0.0.5 / 2011-05-11 * Skip `clearenv`, `memrchr`, `stdin`, `stdout` and `stderr` if they cannot be loaded (thanks FreneticEntropy and mephux). * The `libc` installed on OSX lacks these functions/global-variables. -* Opt into [test.rubygems.org](http://test.rubygems.org/). +* Opt into `test.rubygems.org`. ### 0.0.4 / 2011-02-03 * Require ffi >= 0.6.0, <= 1.1.0: * JRuby requires ffi >= 1.0.0.