Merge branch 'release-5.0.0-alpha6'

This commit is contained in:
Jason Perkins 2015-10-11 10:11:03 -04:00
commit 0752850219
3 changed files with 21 additions and 5 deletions

View File

@ -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()

View File

@ -10,6 +10,7 @@ Original design and implementation:
Main Contributors
Blizzard Entertainment (contact tvandijck@blizzard.com)
Manu Evans <https://github.com/TurkeyMan>
Sam Surtees <s.surtees@lorgames.com>
Builds and Infrastructure:
Mihai Sebea <http://twitter.com/mihai_sebea>

View File

@ -9,8 +9,9 @@ PREP
* Update version in src/host/premake.c and commit
* Prep release announcement for forums from change log
* Push release branch to GitHub; wait for CI to pass
* Prep release announcement for forums from change log
RELEASE
@ -18,7 +19,7 @@ RELEASE
* On each platform, run `premake5 package <release branch name> binary`
* Merge working branch to release and tag
* Merge working branch to release and tag; push with tags
* Create new release on GitHub from CHANGES.txt; upload files
@ -28,9 +29,6 @@ RELEASE
* Post annoucement to @industrious on Twitter
* Add release to Freshmeat
http://freshmeat.net/projects/premake
CYCLE