Revision history for Alien-libuv
1.011 2019-04-24
- Update to the libuv v1.28.0 release
1.010 2019-04-10
- Revert the removal of NetBSD as a fix for it is in the works:
https://github.com/libuv/libuv/pull/2252
1.009 2019-04-09
- Update to the libuv v1.27.0 release
- Don't try to test on GNUkFreeBSD or NetBSD as the library isn't
supported there
1.008 2019-02-07
- Update to the libuv v1.25.0 release
- Re-add the previously removed build flags for Windows
1.007 2019-01-13
- Update to the libuv v1.24.1 release
- Remove some unnecessary build flags
- Add -msse2 flag
1.006 2018-08-28
- Update to the libuv v1.23.0 release
1.005 2018-08-09
- Don't even try to build on anything below Win7; It's broken.
1.004 2018-07-24
- Update to the libuv v1.22.0 release
- Deprecate all Windows versions prior to Windows 7 as per
https://github.com/libuv/libuv/blob/v1.x/SUPPORTED_PLATFORMS.md
- Switch to CMake when on Windows via Alien::cmake3
- Add a missing -lshell32 library inclusion to the libs and static_libs
- Add Perl 5.28 to the Strawberry tests on AppVeyor
1.003 2018-06-19
- Update library inclusions for building with MinGW on Windows.
- Add a contributing document.
1.002 2018-06-06
- Update to the libuv v1.20.3 release
1.001 2018-04-15
- Fix compiler flag typos for windows
1.000 2018-04-05
- Update to the libuv v1.20.0 release
- Bump to major version 1 to reflect same major version as libuv.
- Update the alienfile to add the various libs needed on Win32
- Update the alienfile to add the various cflags needed on Win32
0.017 2018-03-29
- Update to the libuv v1.19.2 release
0.016 2018-01-29
- Update to the libuv v1.19.1 release
0.015 2018-01-11
- Update to the libuv v1.18.0 release
0.014 2017-11-27
- Update to the libuv v1.17.0 release
0.013 2017-11-12
- Update to the libuv v1.16.1 release
0.012 2017-10-03
- Update to the libuv v1.15.0 release
- Support for NetBSD
0.011 2017-09-06
- Only require Alien::Autotools for a non-windows source build (Graham Ollis)
- Update to the libuv v1.14.1 release.
0.010 2017-08-24
- Production release with the changes from the three previous trial releases
0.009 2017-08-17 (TRIAL)
- Re-release to fix the bsd-tar headers in the tarball
0.008 2017-08-17 (TRIAL)
- Ensure the download URL for libuv is now over https as that's now default
- Bump libuv version to 1.14.0
0.007 2017-08-15 (TRIAL)
- Depend on Alien::Autotools now
- Cleanup the build on Windows a bit (hopefully speed up this process)
- Only require Alien::MSYS on Windows
0.006 2017-07-10
- Bump the share version to libuv v1.13.1
- Add a recommended test install of FFI::Platypus
- Diag out the install_type for better debugging later
0.005 2017-07-08
- Updated the requirements to include Alien::m4
- Update requirements of Alien::libtool, automake, and autoconf for some
corrections
0.004 2017-06-29
- Ensure we're at least using libuv v1.0.0. Prior versions of libuv handled
errors differently, causing problems for XS modules needing to deal with
both.
0.003 2017-06-27
- Bump prereqs for Alien:: tools
- Isolate dynamic libraries (Graham Ollis)
0.002 2017-06-26
- Use Alien::libtool (Graham Ollis)
- Use Alien::autoconf (Graham Ollis)
- Use Alien::automake (Graham Ollis)
- Fix install on BSD, OS X, and Windows (Graham Ollis)
0.001 2017-06-16
- initial version
- Does not yet work on Windows.