diff --git a/NEWS b/NEWS index af46a10..4ca3229 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,29 @@ +Changes from 1.2 to 1.3 +----------------------- + +* Fix up getcontext/swapcontext return values across a few ports. + Patches contributed for ARM and test suite by Volker Christian. + +* Add support for hard-float on ARM. + Patches contributed by Richard Campbell. + +* Align build system variables with those used by Automake. + Patch contributed by Ismael Luceno. + +* Fix sporadic parallel build failures. + Patches contributed by Jim Hauxwell. + +* Ensure frame pointers are omitted when using the C trampoline. + Patch contributed by Sören Tempel. + +* Define _XOPEN_SOURCE when building on Darwin. + Patch contributed by L. Pereira. + +* Add support for building the manpages with Meson. + Patch contributed by matoro. + +* Migrate build from _BSD_SOURCE to _DEFAULT_SOURCE. + Changes from 1.1 to 1.2 ----------------------- diff --git a/VERSION b/VERSION index ea710ab..7e32cd5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2 \ No newline at end of file +1.3