Skip to content

Commit 2ca338a

Browse files
Add changes, update download link (#2608)
1 parent 63f1c86 commit 2ca338a

File tree

2 files changed

+73
-2
lines changed

2 files changed

+73
-2
lines changed

CHANGES.txt

Lines changed: 72 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,81 @@
11
--------------------
2-
5.0-beta7
2+
5.0-beta8
33
--------------------
44

55
See https://github.com/premake/premake-core/wiki/What's-New-in-5.0
66
for the complete list of changes from the Premake 4.x series.
77

8+
Since 5.0-beta7:
9+
* PR #2492 [fix] Use same interface and behavior (escaping) across toolsets for getdefines/getundefines (@Jarod42)
10+
* PR #2493 Prep for migrating premake-ninja into core (@nickclark2016)
11+
* PR #2498 Bump the github-actions group across 1 directory with 7 updates (@dependabot)
12+
* PR #2501 Update Coding-Conventions.md (@PCForrest)
13+
* PR #2502 Added macOS arch support to GCC and Clang for gmake and gmakelegacy (@LORgames)
14+
* PR #2503 Bump actions/setup-node from 4 to 5 in the github-actions group (@dependabot)
15+
* PR #2504 Added support for Visual Studio 2026 (@nickclark2016)
16+
* PR #2505 Implements C++23 for Visual Studio non-makefile projects (@nickclark2016)
17+
* PR #2506 Bump vmactions/netbsd-vm from 1.1.9 to 1.2.0 in the github-actions group (@dependabot)
18+
* PR #2507 Fixed tools output of MSC in the gmake generator (@LORgames)
19+
* PR #2508 Fixed include flags for MSC (@LORgames)
20+
* PR #2509 Added ability for toolsets to specify tool output extensions (@LORgames)
21+
* PR #2510 Fixed clean when using CMD as the shell (@LORgames)
22+
* PR #2512 Enhance omitframepointer.md documentation (@PerikiyoXD)
23+
* PR #2514 Bump vmactions/freebsd-vm from 1.2.3 to 1.2.4 in the github-actions group (@Jarod42)
24+
* PR #2516 Fix Bootstrapping on Apple Silicon (@thomashope)
25+
* PR #2517 Fix markdown formatting issues in docs (@thomashope)
26+
* PR #2520 Add support for MIPS (64-bit, Little Endian) (@AOSC-Tracking)
27+
* PR #2523 Add premake icon as resource for windows (@Jarod42)
28+
* PR #2525 Bump actions/setup-node from 5 to 6 in the github-actions group (@dependabot)
29+
* PR #2527 Bump the github-actions group with 2 updates (@dependabot)
30+
* PR #2529 Handle disablewarnings for visual studio with clang (@Jarod42)
31+
* PR #2530 Bump the github-actions group with 2 updates (@dependabot)
32+
* PR #2531 Handle fatalwarnings for specific warnings (not 'All') for visual studio with clang (@Jarod42)
33+
* PR #2533 Enable enablewarnings for visual studio (@Jarod42)
34+
* PR #2535 Bump the github-actions group with 6 updates (@dependabot)
35+
* PR #2541 Updated Bootstrap.bat and Bootstrap.mak to support VS2026 (@LORgames)
36+
* PR #2542 Fixed visibility flag output for VS Android projects (@LORgames)
37+
* PR #2544 Fixed curl type warnings (@LORgames)
38+
* PR #2545 Bump vmactions/freebsd-vm from 1.2.6 to 1.2.7 in the github-actions group (@dependabot)
39+
* PR #2547 Bump actions/checkout from 5 to 6 in the github-actions group (@dependabot)
40+
* PR #2549 add "Fast" option to LinkTimeOptimization API which enables LTCG:incremental for vs2010, and behaves as "On" for other toolsets (@withmorten)
41+
* PR #2550 Bump the github-actions group with 6 updates (@dependabot)
42+
* PR #2554 Ninja exporter for premake core (@nickclark2016)
43+
* PR #2556 Bump vmactions/freebsd-vm from 1.2.8 to 1.3.0 in the github-actions group (@dependabot)
44+
* PR #2557 Fix bugs with custom commands and links (@nickclark2016)
45+
* PR #2559 Remove Deprecated Flags (@nickclark2016)
46+
* PR #2560 Fix PCH deps for Ninja incremental builds (@nickclark2016)
47+
* PR #2561 Remove NoFramePointer from docs (@nickclark2016)
48+
* PR #2562 [cleanup] replace local function endswith with string.endswith (@Jarod42)
49+
* PR #2563 Deprecate Maps flag (@nickclark2016)
50+
* PR #2564 Add dedicated multi-processor compilation API (@nickclark2016)
51+
* PR #2565 Add dedicated enable 64 bit checks API (@nickclark2016)
52+
* PR #2566 Bump the github-actions group with 3 updates (@dependabot)
53+
* PR #2567 Deprecate NoBufferSecurityCheck Flag (@nickclark2016)
54+
* PR #2568 Deprecate NoImplicitLink flag (@nickclark2016)
55+
* PR #2570 Add GCC support to VS on Linux (@nickclark2016)
56+
* PR #2571 Add support for externalincludedirs to VS Linux (@redorav)
57+
* PR #2572 Link library dependencies respect exporter defaults (@nickclark2016)
58+
* PR #2573 Remove sysincludedirs, debuggerflavor fields (@nickclark2016)
59+
* PR #2575 Deprecate NoLocalCopy flag (@nickclark2016)
60+
* PR #2576 Booststrap vs clang (@Jarod42)
61+
* PR #2577 Bump the github-actions group with 5 updates (@dependabot)
62+
* PR #2579 Allow for absolute runpath directories (@nickclark2016)
63+
* PR #2581 Bump the github-actions group with 6 updates (@dependabot)
64+
* PR #2582 Deprecate all flags but "ExcludeFromBuild" (@nickclark2016)
65+
* PR #2583 Deprecate NoRuntimeChecks, add dedicated API (@nickclark2016)
66+
* PR #2584 Deprecate ExcludeFromBuild flag (@nickclark2016)
67+
* PR #2585 Explicit separation between excludefrombuild and buildaction None (@nickclark2016)
68+
* PR #2586 Remove remaining usages of flags in Premake (@nickclark2016)
69+
* PR #2588 Fix build on Hurd. (@Dariqq)
70+
* PR #2590 Normalize documentation, remove dead APIs and doc files (@nickclark2016)
71+
* PR #2591 Unify Architectures, Fix Aliases (@nickclark2016)
72+
* PR #2592 Bump vmactions/freebsd-vm from 1.3.4 to 1.3.6 in the github-actions group (@dependabot)
73+
* PR #2594 Utilize existing tool version functionality for toolchainversion (@nickclark2016)
74+
* PR #2597 Ensure deterministic embed order. (@Dariqq)
75+
* PR #2603 Bump the github-actions group with 4 updates (@dependabot)
76+
* PR #2605 Remove non-core APIs, normalize FloatABI values (@nickclark2016)
77+
* PR #2606 fix xcode 26 -Ofast deprecation warning (@artamonovoleg)
78+
879
Since 5.0-beta6:
980
* PR #2455 Added premake manager extension to extensions.md (@lolrobbe2)
1081
* PR #2458 Fix optimize('Debug') for xcode project generator (@artamonovoleg)

website/src/pages/download.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { Column, Container, Row } from '../components/Grid';
66
import Sponsors from '../components/Sponsors';
77

88

9-
const LATEST_VERSION = '5.0.0-beta7';
9+
const LATEST_VERSION = '5.0.0-beta8';
1010

1111

1212
const DownloadLink = ({ arch }) => {

0 commit comments

Comments
 (0)