From 6f8fbb7c7beb601a3854e7317dd215d8efc6349f Mon Sep 17 00:00:00 2001 From: Jason Perkins Date: Sat, 10 Oct 2015 17:02:43 -0400 Subject: [PATCH] Update support files for release --- CHANGES.txt | 17 +++++++++++++++++ CONTRIBUTORS.txt | 1 + src/host/premake.c | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index b16e0545..0d4eb4f8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -5,6 +5,23 @@ See https://github.com/premake/premake-core/wiki/What's-New-in-5.0 for the complete list of changes from the Premake 4.x series. +Since 5.0-alpha5: + +* New API: ignoredefaultlibraries() +* New: Support LLVM platform toolset in Visual Studio +* New: Add framework folder path support +* Fix: Improved path.normalize() handling of DOS drive letters (StiX) +* Fix: os.match...() now supports more complex patterns +* Fix: Only generate project files if changed +* Fix: Improve handling of user platform names in Visual Studio +* Fix: Duplicate ".lib" extensions in Visual Studio +* Fix: Improve handling of mixed case command line options +* Fix: Remove `/E` option from Windows copy operations +* Fix: Multiple externalproject() calls to same project +* Fix: Improved determinism of generated project elements +* Fix: Set platform toolset for emtpty Visual Studio projects +* Fix: Better ".." handling for path.join() + Since 5.0-alpha4: * New: Rename solution() to workspace() diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 63cf4c75..5949ae07 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -10,6 +10,7 @@ Original design and implementation: Main Contributors Blizzard Entertainment (contact tvandijck@blizzard.com) Manu Evans + Sam Surtees Builds and Infrastructure: Mihai Sebea diff --git a/src/host/premake.c b/src/host/premake.c index 2be283cd..9d6fbe1d 100644 --- a/src/host/premake.c +++ b/src/host/premake.c @@ -14,7 +14,7 @@ #endif -#define VERSION "5.0.0-dev" +#define VERSION "5.0.0-alpha6" #define COPYRIGHT "Copyright (C) 2002-2015 Jason Perkins and the Premake Project" #define PROJECT_URL "https://github.com/premake/premake-core/wiki" #define ERROR_MESSAGE "Error: %s\n"