From 932430409476e988eeaeb79c22b008eb45235e9a Mon Sep 17 00:00:00 2001 From: pal1000 Date: Thu, 25 Apr 2019 17:34:33 -0700 Subject: [PATCH] Release 19.0.3 --- buildenvconf.md | 6 +++--- mesa3d.iss | 2 +- readme.md | 2 +- releasenotes.md | 13 +++++++++++-- 4 files changed, 16 insertions(+), 7 deletions(-) diff --git a/buildenvconf.md b/buildenvconf.md index ae9bf345..918063d2 100644 --- a/buildenvconf.md +++ b/buildenvconf.md @@ -20,7 +20,7 @@ OS | Windows 10 April 2019 Update Pro x64 |-|-| Edition | 2019 Community Version | 16.0.2 -Windows 10 SDK Version | 10.1.18362.1 +Windows 10 SDK Version | 10.0.18362.1 Windows 10 SDK install method | standalone ### LLVM | | | @@ -37,8 +37,8 @@ LLVM build execute[3] | ninja install-llvm-config install-LLVMIRReader install-L |-|-| Version | 2.7.16 ARCH | x64 -pip version | 19.0.3 -setuptools version | 41.0.0 +pip version | 19.1 +setuptools version | 41.0.1 pywin32 / pypiwin32 version | 224 scons version | 3.0.5 Mako version | 1.0.9 diff --git a/mesa3d.iss b/mesa3d.iss index c5789024..d7b0758c 100644 --- a/mesa3d.iss +++ b/mesa3d.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Mesa3D software rendering drivers for Windows" -#define MyAppVersion "19.0.2" +#define MyAppVersion "19.0.3" #define MyAppPublisher "Pal100x" #define MyAppURL "https://github.com/pal1000/mesa-dist-win" #define MyAppExeName "mesa-{#MyAppVersion}-setup.exe" diff --git a/readme.md b/readme.md index 6f67b347..1090ada5 100644 --- a/readme.md +++ b/readme.md @@ -9,7 +9,7 @@ - [OpenGL context configuration override](#opengl-context-configuration-override) # Downloads -Mesa 19.0.2 builds with Visual Studio and MSYS2 Mingw-w64 are now available in [releases section](https://github.com/pal1000/mesa-dist-win/releases). +Mesa 19.0.3 builds with Visual Studio and MSYS2 Mingw-w64 are now available in [releases section](https://github.com/pal1000/mesa-dist-win/releases). # Note for enterprise environments IT security policy may restrict or even outright prohibit running 3rd-party unsigned executables. If this is the case you can extract Mesa3D drivers using [7-Zip](https://www.7-zip.org/). diff --git a/releasenotes.md b/releasenotes.md index b3a035b3..cf4cee10 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -1,8 +1,17 @@ -# Next release +# 19.0.3 +- Updated Mesa3D to [19.0.3](https://www.mesa3d.org/relnotes/19.0.3.html). ### Build script - Fixed a critical bug causing build script to abort execution when MSYS2 is missing; - Compatibility update for Windows 10 Version 1903: Remove Python UWP installer from PATH - [#23](https://github.com/pal1000/mesa-dist-win/issues/23); -- Make sure initial MSYS2 required double update only occurs once by looking for a specific MSYS package needed by Mesa3D build that is not included in a fresh install of MSYS2. +- Make sure initial MSYS2 required double update only occurs once by looking for a specific MSYS package needed by Mesa3D build that is not included in a fresh install of MSYS2; +- Avoid a harmless error when Visual Studio is not installed. +### Build environment updates +- Host OS 10.0.17763 -> 10.0.18362; +- Visual Studio 16.0.1 -> 16.0.2; +- Windows SDK 10.0.17763.132 -> 10.0.18362.1; +- cmake 3.14.1 -> 3.14.3; +- setuptools 41.0.0 -> 41.0.1; +- pip 19.0.3 -> 19.1. # 19.0.2 - Updated Mesa3D to [19.0.2](https://www.mesa3d.org/relnotes/19.0.2.html). ### Debug