Skip to content

Commit

Permalink
Release 19.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pal1000 committed Apr 26, 2019
1 parent a2c60c9 commit 9324304
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
6 changes: 3 additions & 3 deletions buildenvconf.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
| | |
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mesa3d.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down
13 changes: 11 additions & 2 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9324304

Please sign in to comment.