Skip to content

Commit

Permalink
Release 18.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pal1000 committed Nov 28, 2018
1 parent 3e2310b commit 49dd345
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ bin/*.tmp
lib/
include/
*.7z
*.tmp
8 changes: 4 additions & 4 deletions buildenvconf.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ OS | Windows 10 October 2018 Update Pro x64
| | |
|-|-|
Edition | 2017 Community
Version | 15.9.0
Version | 15.9.2
Windows 10 SDK Version | 10.0.17763.1
Windows 10 SDK install method | standalone
### LLVM
| | |
|-|-|
LLVM Version | 7.0.0
CMake version | 3.12.4
CMake version | 3.13.0
CMake ARCH | x64
Ninja version | 1.8.2
LLVM build configure x64[1] | cd llvm-7.0.0.src & md buildsys-x64-MT & cd buildsys-x64-MT & cmake -G "Ninja" -DLLVM_TARGETS_TO_BUILD=X86 -DCMAKE_BUILD_TYPE=Release -DLLVM_USE_CRT_RELEASE=MT -DLLVM_ENABLE_RTTI=1 -DLLVM_ENABLE_TERMINFO=OFF -DCMAKE_INSTALL_PREFIX=../x64-MT ..
Expand All @@ -43,7 +43,7 @@ pywin32 / pypiwin32 version | 224
scons version | 3.0.1
Mako version | 1.0.7
MarkupSafe version | 1.1.0
wheel version | 0.32.2
wheel version | 0.32.3
### winflexbison
| | |
|-|-|
Expand All @@ -53,7 +53,7 @@ Flex version | 2.6.4
### Git version control
| | |
|-|-|
Git For Windows portable | 2.19.1.1
Git For Windows portable | 2.19.2.1
### Mesa3D
| | |
|-|-|
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 "18.2.5"
#define MyAppVersion "18.2.6"
#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 @@ -7,7 +7,7 @@
- [OpenGL context configuration override](#opengl-context-configuration-override)

# Downloads
Mesa 18.2.5 builds are now available in [releases section](https://github.com/pal1000/mesa-dist-win/releases)
Mesa 18.2.6 builds 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
9 changes: 9 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 18.2.6
- Updated Mesa3D to [18.2.6](https://www.mesa3d.org/relnotes/18.2.6.html).
### Build environment updates
- wheel 0.32.2 -> 0.32.3;
- Visual Studio 15.9.0 -> 15.9.2;
- Git 2.19.1.1 -> 2.19.2.1;
- cmake 3.12.4 -> 3.13.0.
### gitignore
- Ignore .tmp files.
# 18.2.5
- Updated Mesa3D to [18.2.5](https://www.mesa3d.org/relnotes/18.2.5.html).
### Documentation
Expand Down

0 comments on commit 49dd345

Please sign in to comment.