diff --git a/README.md b/README.md index b47ac12..f7de0fc 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Provides implementations for: + Linux + NetBSD + OpenBSD -+ Solaris ++ Solaris and illumos + Windows Other platforms use an implementation that always returns an error. @@ -40,6 +40,10 @@ Pull requests for other OSs happily considered! ## Versions +### v1.0.14 + ++ [Fix panic when interface not set in Solaris `netstat -rn` output.](https://github.com/jackpal/gateway/pull/42) + ### v1.0.13 + Add tools/check-cross-compile.sh to check that the code compiles for various OSs.