2
0
Simon Krajewski 11 жил өмнө
parent
commit
2802b08c74

+ 12 - 4
extra/CHANGES.txt

@@ -1,17 +1,25 @@
-2014-??-??: 3.1.1
+2014-03-15: 3.1.1
+
+	New features:
+
+	all : added -D deprecation-warnings
+	all : allowed \u escape sequences in strings
+	cs : implemented haxe.CallStack
 
 	Bugfixes:
 
 	all : fixed wrong handling of "" and null in haxe.io.Path.join
 	all : fixed invalid cast-to-self generation on some abstracts
 	all : removed @:to Dynamic from UInt to avoid issues in the Map selection algorithm
+	all : fixed various issues with UInt
+	all : fixed position setter in haxe.io.BytesInput
 	all : fixed various issues with member/static extension macros
-	all : disallowed member field initialization of classes without constructors
-	all : added -D deprecation-warnings
 	flash : fixed invalid override involving single-constraint type parameters
 	flash8 : fixed various bugs
-	js : disable Std.string optimization of basic type to avoid problems with null values
+	js : fixed a problem with Std.string(null) being optimized incorrectly
 	js : fixed custom generators
+	cpp : dealt with string literals that are too long for MSVC
+	cs : fixed various issues with -net-lib
 
 2014-03-04: 3.1.0
 

+ 15 - 15
extra/release-checklist.txt

@@ -1,15 +1,15 @@
-1. Make sure CHANGES.txt has a proper date set.
-2. Make sure `version` in main.ml has the correct value.
-3. Merge development branch into master.
-4. Wait for Travis to greenlight master.
-5. Tag master.
-6. Wait for builds.haxe.org to build master.
-7. If required, tell Caue to fix builds.haxe.org.
-8. Get https://github.com/waneck/hxbuilds/tree/master/release-helper
-9. Run it with the fileName corresponding to the latest master file name on builds.haxe.org.
-10. Upload generated files to some place.
-11. Update Haxe download page.
-12. Double-check that you got the links right.
-13. Regenerate and upload API documentation.
-14. Write announcement post.
-15. Post announcement post.
+- Make sure CHANGES.txt has a proper date set.
+- Make sure `version` in main.ml has the correct value.
+- Merge development branch into master.
+- Wait for Travis to greenlight master.
+- Tag master.
+- Wait for builds.haxe.org to build master.
+- If required, tell Caue to fix builds.haxe.org.
+- Get https://github.com/waneck/hxbuilds/tree/master/release-helper
+- Run it with the fileName corresponding to the latest master file name on builds.haxe.org.
+- Upload generated files to some place.
+- Update Haxe download page.
+- Double-check that you got the links right.
+- Regenerate and upload API documentation.
+- Write announcement post.
+- Post announcement post.