@@ -18,8 +18,12 @@ to browse the changes between the tags.
1818
1919See docs/process.md for more on how version tagging works.
2020
21- 3.1.10
21+ 3.1.11
2222------
23+ - Bug fixes
24+
25+ 3.1.10 - 05/02/2022
26+ -------------------
2327
24283.1.9 - 04/21/2022
2529------------------
@@ -311,7 +315,6 @@ See docs/process.md for more on how version tagging works.
311315
3123162.0.25 - 06/30/2021
313317-------------------
314-
315318- Support for the 'shell' environment is now disabled by default. Running under
316319 ` d8 ` , ` js ` , or ` jsc ` is not something that most emscripten users ever want to
317320 do, so including the support code is, more often than not, unnecessary. Users
@@ -1852,7 +1855,7 @@ v1.37.11: 5/1/2017
18521855------------------
18531856 - Added missing SIGSTKSZ define after musl 1.1.15 update (#5149 )
18541857 - Fix emscripten_get_mouse_status (#5152 )
1855- - Fix _ mm_set_epi64x() function (#5103 )
1858+ - Fix ` _mm_set_epi64x() ` function (#5103 )
18561859 - Fix issue with number of gamepads connected at initial page load (#5169 , #5170 )
18571860 - Full list of changes:
18581861 - Emscripten: https://github.com/emscripten-core/emscripten/compare/1.37.10...1.37.11
@@ -2243,7 +2246,7 @@ v1.36.1: 3/8/2016
22432246 at each explicit JS side stack allocation call to allocate().
22442247 - Fixed an issue with -s SPLIT_MEMORY mode where an unsigned 32-bit memory
22452248 access would come out as signed. (#4150 )
2246- - Fixed asm.js validation in call handlers to llvm_powi_f* .
2249+ - Fixed asm.js validation in call handlers to ` llvm_powi_f* ` .
22472250 - Full list of changes:
22482251 - Emscripten: https://github.com/emscripten-core/emscripten/compare/1.36.0...1.36.1
22492252 - Emscripten-LLVM: https://github.com/emscripten-core/emscripten-fastcomp/compare/1.36.0...1.36.1
@@ -2258,7 +2261,7 @@ v1.36.0: 2/23/2016
22582261 correct value. (#4092 )
22592262 - Implemented new JS optimizer "Duplicate Function Elimination" pass which
22602263 collapses identical functions to save code size.
2261- - Implemented the _ Exit() function.
2264+ - Implemented the ` _Exit() ` function.
22622265 - Added support for SSE3 and SSSE3 intrinsics (#4099 ) and partially for SSE 4.1
22632266 intrinsics (#4030 , #4101 )
22642267 - Added support for -include-pch flag (#4086 )
@@ -2419,7 +2422,7 @@ v1.35.14: 12/15/2015
24192422
24202423v1.35.13: 12/15/2015
24212424--------------------
2422- - Updated -s USE_PTHREADS code generation to reflect that the SharedInt* Array
2425+ - Updated -s USE_PTHREADS code generation to reflect that the ` SharedInt*Array `
24232426 hierarchy no longer exists in the SharedArrayBuffer spec.
24242427 - Removed references to Atomic.fence() which no longer is part of the
24252428 SharedArrayBuffer specification.
@@ -2518,7 +2521,7 @@ v1.35.5: 11/4/2015
25182521------------------
25192522 - Removed Content-Length and Connection: close headers in POST requests.
25202523 - Migrate to using the native C++11-implemented optimizer by default.
2521- - Fixed call to glDrawBuffers(0, * ); (#3890 )
2524+ - Fixed call to ` glDrawBuffers(0, *); ` (#3890 )
25222525 - Fixed lazy file system to work with closure (#3842 )
25232526 - Fixed gzip compression with lazy file system (#3837 )
25242527 - Added no-op gracefully failing stubs for process spawn functions (#3819 )
@@ -2657,7 +2660,7 @@ v1.34.8: 9/9/2015
26572660
26582661v1.34.7: 9/5/2015
26592662-----------------
2660- - Fixed uses of i64* in side modules.
2663+ - Fixed uses of ` i64* ` in side modules.
26612664 - Improved GL support when proxying, and fake WebAudio calls when proxying.
26622665 - Added new main loop timing mode EM_TIMING_SETIMMEDIATE for rendering with
26632666 vsync disabled (#3717 )
@@ -2823,7 +2826,7 @@ v1.32.3: 5/15/2015
28232826 - Improved dynamic linking support.
28242827 - Added new option to file_packager.py to store metadata externally.
28252828 - Improved CMake support with CMAKE_CROSSCOMPILING_EMULATOR (#3447 ).
2826- - Added support for sysconf(_ SC_PHYS_PAGES) (#3405 , 3442).
2829+ - Added support for ` sysconf(_SC_PHYS_PAGES) ` (#3405 , 3442).
28272830 - Full list of changes:
28282831 - Emscripten: https://github.com/emscripten-core/emscripten/compare/1.32.2...1.32.3
28292832 - Emscripten-LLVM: https://github.com/emscripten-core/emscripten-fastcomp/compare/1.32.2...1.32.3
@@ -3059,7 +3062,7 @@ v1.29.10: 2/19/2015
30593062 - Improved the error message in abort().
30603063 - Fix main loop handling during emterpreter sync save/load.
30613064 - Handle emscripten_async_call and friends during sleep, by pausing all
3062- safeSet* () operations.
3065+ ` safeSet*() ` operations.
30633066 - Add support for Google WTF when building with --tracing.
30643067 - Improve emterpreter stability with fuzzing.
30653068 - Add an option to load the memory initializer file from a typed array (#3187 )
@@ -3083,7 +3086,7 @@ v1.29.9: 2/9/2015
30833086 otherwise minified, except that function names are kept intact, for use in
30843087 profilers and getting descriptive call stacks.
30853088 - The Module object is no longer written in global scope. (#3167 )
3086- - Added new emscripten_idb_ * API. (#3169 )
3089+ - Added new ` emscripten_idb_* ` API. (#3169 )
30873090 - Added new function emscripten_wget_data().
30883091 - Add support for GL_RED with GLES3/WebGL2. (#3176 )
30893092 - Added basic WebVR support. (#3177 )
@@ -3120,7 +3123,7 @@ v1.29.7: 1/28/2015
31203123
31213124v1.29.6: 1/23/2015
31223125-------------------
3123- - Fixed an issue where calling glGen* () when the GL context was lost might
3126+ - Fixed an issue where calling ` glGen*() ` when the GL context was lost might
31243127 throw a JS exception, instead a GL_INVALID_OPERATION is now recorded.
31253128 - Improve label handling in native optimizer.
31263129 - Full list of changes:
0 commit comments