Skip to content

Commit

Permalink
Release 18.0.2.600-1.
Browse files Browse the repository at this point in the history
Move Meson enabling patch into a branch.
  • Loading branch information
pal1000 committed Apr 28, 2018
1 parent fb5b9d5 commit fb1897a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 33 deletions.
4 changes: 2 additions & 2 deletions buildenvconf.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ OS | Windows 10 Version 1709 Pro x64
| | |
|-|-|
Edition | 2017 Community
Version | 15.6.6
Version | 15.6.7
Windows 10 SDK Version | 10.0.16299.91
Windows 10 SDK install method | standalone
### LLVM
Expand All @@ -38,7 +38,7 @@ LLVM build execute[3] | ninja install
Version | 2.7.14
ARCH | x64
pip version | 10.0.1
setuptools version | 39.0.1
setuptools version | 39.1.0
pywin32 / pypiwin32 version | 223
scons version | 3.0.1
Mako version | 1.0.7
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.0.1.600-1"
#define MyAppVersion "18.0.2.600-1"
#define MyAppPublisher "Pal100x"
#define MyAppURL "https://github.com/pal1000/mesa-dist-win"
#define MyAppExeName "mesa-{#MyAppVersion}-setup.exe"
Expand Down
28 changes: 0 additions & 28 deletions patches/enablemeson.patch

This file was deleted.

2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- [Manual OpenGL context configuration](#manual-opengl-context-configuration)

# Downloads
Mesa 18.0.1 builds are now available in [releases section](https://github.com/pal1000/mesa-dist-win/releases)
Mesa 18.0.2 builds are now available in [releases section](https://github.com/pal1000/mesa-dist-win/releases)

# Package contents
The following Mesa3D drivers are shipped in each release:
Expand Down
4 changes: 3 additions & 1 deletion releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Upcoming release
# 18.0.2.600-1
### Build script
- Python packages update: Use grid format pip list and skip pypiwin32 as well. This fixes the known issue from 18.0.1.600-1;
- Python launcher interface - handle too old Python versions gracefully;
Expand All @@ -9,6 +9,8 @@
- Always get, store and use Python location in DOS format to simplify many things and make Python launcher PATH override apply only when needed.
### Environment updates
- pip 10.0.0 -> 10.0.1
- Visual Studio 15.6.6 -> 15.6.7
- setuptools 39.0.1 -> 39.1.0
# 18.0.1.600-1
### Deployment
- Per app deployment: Make text fit into Windows 7 default Command Prompt size.
Expand Down

0 comments on commit fb1897a

Please sign in to comment.