Updated CHANGES and CONTRIBUTORS from commit logs
This commit is contained in:
parent
ff4689b3c0
commit
6c8162f6ef
23
CHANGES.txt
23
CHANGES.txt
@ -7,6 +7,15 @@ for the complete list of changes from the Premake 4.x series.
|
||||
|
||||
Since 5.0-alpha1:
|
||||
|
||||
* Many new debugger APIs
|
||||
* New API: endian()
|
||||
* New API: fpu()
|
||||
* New API: gccprefix()
|
||||
* New API: pic()
|
||||
* New API: runtime() (Tom van Dijck)
|
||||
* New API: undefines()
|
||||
* New API: disablewarnings(), enablewarnings(), fatalwarnings()
|
||||
* Added Visual Studio 2015 support (Tom van Dijck)
|
||||
* filter() now accepts field value aliases in the conditions
|
||||
* Fixed _ACTION and _OPTIONS filter prefixes
|
||||
* Main application logic can now be extended by modules
|
||||
@ -16,13 +25,15 @@ Since 5.0-alpha1:
|
||||
* Visual Studio .user files are now only generated if not empty
|
||||
* Xcode4 exporter is now available
|
||||
* Modules may now be loaded on demand where feasible
|
||||
* New API: gccprefix()
|
||||
* New API: undefines()
|
||||
* New API: disablewarnings(), enablewarnings(), fatalwarnings()
|
||||
* New API: debugconnectcommands(), debugstartupcommands()
|
||||
* New API: debugremotehost(), debugport(), debugremoteprotocol()
|
||||
* New API: debugsearchpaths()
|
||||
* os.outputof() now returns command exit code as second value
|
||||
* Added AVX2 to vectorextensions()
|
||||
* Checks to prevent self-linking (Mark Chandler)
|
||||
* Added path.replaceextension() (M Skibbe)
|
||||
* Made clean functions overridable
|
||||
* Migrated x32/x64 to x86/x86_64
|
||||
* Added new debugger selection APIs
|
||||
* Fixed handling of ../ sequences in path.normalize() (Tom van Dijck)
|
||||
* Added table.tostring() (Tom van Dijck)
|
||||
* Added .editorconfig file
|
||||
* Added string.sha1() (Tom van Dijck)
|
||||
* Added verbosef() and --verbose flag (Tom van Dijck)
|
||||
|
@ -7,16 +7,15 @@ in here too)!
|
||||
Original design and implementation:
|
||||
Jason Perkins <starkos@industriousone.com>
|
||||
|
||||
Main Contributors
|
||||
Manu Evans <https://github.com/TurkeyMan>
|
||||
|
||||
Builds and Infrastructure:
|
||||
Mihai Sebea <http://twitter.com/mihai_sebea>
|
||||
* Nightly binary packages
|
||||
* Nightly Jenkins builds and error reports
|
||||
|
||||
Patch contributors:
|
||||
Manu Evans <https://github.com/TurkeyMan>
|
||||
* new APIs for specifying remote debugging parameters
|
||||
* new APIs for enabling and disabling specific warnings
|
||||
* new API for undefining symbols
|
||||
Mark Chandler <https://bitbucket.org/mchandler_blizzard>
|
||||
* Prevent self-linking
|
||||
Mihai Sebea <http://twitter.com/mihai_sebea>
|
||||
@ -26,3 +25,9 @@ Patch contributors:
|
||||
Renaud Guillard <https://bitbucket.org/noresources>
|
||||
* add library search paths argument to os.findlib()
|
||||
* return command exit code from os.outputof()
|
||||
Tom van Dijck <tvandijck@blizzard.com>
|
||||
* additional string and table functions
|
||||
* path.normalize() improvements
|
||||
* Visual Studio 2015 support
|
||||
* runtime()
|
||||
* verbosef()
|
||||
|
@ -3,12 +3,12 @@ PREMAKE RELEASE CHECKLIST
|
||||
|
||||
PREP
|
||||
|
||||
* Make sure CHANGES.txt and CONTRIBUTORS.txt is up to date
|
||||
|
||||
* Create working branch for release prep
|
||||
|
||||
* Make sure branch passes all tests on all platforms
|
||||
|
||||
* Update CHANGELOG.txt as needed
|
||||
|
||||
* Prep release announcement for forums
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user