Version: 3.4.7-bp150.1.3
* Fri Feb 23 2018 andy@onthewings.net
- Update to 3.4.7
* Backward compatible to Haxe 3.4.5.
* Fixed compiler cannot find std lib when executed by another
program.
* Fixed compiler failure for some output directories.
* Bugfixes to php, as3 targets as well as code completion.
* Detail available at https://github.com/HaxeFoundation/haxe/
blob/3.4.7/extra/CHANGES.txt#L1-L18
* Mon Feb 05 2018 andy@onthewings.net
- Update to 3.4.5
* Backward compatible to Haxe 3.4.4.
* Bugfixes and improvements to php and js targets as well as dce.
* Detail available at https://github.com/HaxeFoundation/haxe/
blob/3.4.5/extra/CHANGES.txt#L1-L16
- Compile haxelib as a valid binary using `nekotools boot -c ...`.
* Mon Oct 09 2017 andy@onthewings.net
- Updated to 3.4.4
* Backward compatible to Haxe 3.4.3.
* Fix flash target broken when compiled with OCaml 4.05.
* Detail available at https://github.com/HaxeFoundation/haxe/
blob/3.4.4/extra/CHANGES.txt#L1-L8
* Mon Oct 02 2017 jengelh@inai.de
- Trim filler wording from description.
* Tue Sep 26 2017 andy@onthewings.net
- Updated to 3.4.3
* Backward compatible to Haxe 3.4.2.
* Various fixes, mostly related to php output.
* Detail available at https://github.com/HaxeFoundation/haxe/
blob/3.4.3/extra/CHANGES.txt#L1-L20
* Thu Mar 23 2017 andy@onthewings.net
- Updated to 3.4.2
* Backward compatible to Haxe 3.4.0.
* Improvements:
+ Various fixes in cpp and php7 output.
+ Added source maps generation for php7.
* Detail available at https://github.com/HaxeFoundation/haxe/
blob/3.4.2/extra/CHANGES.txt#L1-L35
* Sat Feb 04 2017 andy@onthewings.net
- Updated to 3.4.0
* Backward compatible to Haxe 3.2.
* Improvements and new features:
+ Three new targets: 1. HashLink, 2. Lua, 3. PHP7
+ Major improvements to compiler services for IDE support
+ Improved C++ output.
+ Improved static code analysis.
+ New language additions: Any, import.hx, @:structInit, etc.
* Detail available at https://haxe.org/blog/haxe-3.4-release/
* Mon Nov 23 2015 andy@onthewings.net
- Updated to 3.2.1.
- Moved the haxe standard library files to _datadir.
- Generate man pages using help2man.
- Spec file clean-up.
* Clarified license.
* Manually cp files instead of using "make install".
* Added BuildRoot as suggested in openSUSE specfile guidelines.
* Sun Jun 07 2015 pvince81@opensuse.org
- Fix haxelib shell script to properly pass arguments
* Sat May 16 2015 dap.darkness@gmail.com
- Updated to 4.2.0:
* New features:
+ all: added @:noPrivateAccess to re-enable access
restrictions within @:privateAccess
+ cpp: some support for @:nativeGen metadata
* Bugfixes:
+ all: @:generic classes with constructor constraints detection
+ all: variable initialization check issue in loop condition
+ all: pattern matching on @:enum abstracts via field access
+ all: missing implicit casts in Map literals (#4100)
+ all: various minor issues in haxe.xml.Parser
+ all: class path issue when HAXE_STD_PATH is set (#4163)
+ js: DCE issue related to printing enums (#4197)
+ js: various issues with the new Bytes implementation
+ php: EOF handling in FileInput.readByte (#4082)
+ cs/java: Math.fround implementation (#4177)
+ cs/java: some cases of Std.parseInt failing (#4132)
+ cpp: compilation without -main (#4199)
* General improvements and optimizations:
+ all: --macro keep no longer causes types to be included
for compilation
+ php: support interpolation in php code
+ js: added variable number of arguments support
in js.html.* classes
+ js: refined new HTML externs
* Macro features and changes:
+ macro: [breaking] synced FClosure and FInstance
with the compiler updates
- %install section refactoring.
- general spec file clean-up.
* Sun May 10 2015 dap.darkness@gmail.com
- Added missing files to resolve builds issue.
- Fixed various warnings.
* Sat Jan 24 2015 prusnak@opensuse.org
- imported package from dmacvicar
- update to version 3.1.3