Skip to content

Commit 36d711c

Browse files
committed
Updated ChangeLog for 1.7.9 - 1.8.2.
1 parent 5016d1c commit 36d711c

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

ChangeLog

+33
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,39 @@ Current trunk code
1212
- To see a list of commits in the active development branch 'incoming', which have not yet been packaged in a release, see
1313
https://github.com/kripken/emscripten/compare/1.7.8...incoming
1414

15+
v1.8.2: 1/4/2013
16+
------------------
17+
- Fixed glGetFramebufferAttachmentParameteriv and an issue with glGetXXX when the returned value was null.
18+
- Full list of changes: https://github.com/kripken/emscripten/compare/1.8.1...1.8.2
19+
20+
v1.8.1: 1/3/2013
21+
------------------
22+
- Added support for WebGL hardware instancing extension.
23+
- Improved fastcomp native LLVM backend support.
24+
- Added support for #include filename.js to JS libraries.
25+
- Deprecated --compression emcc command line parameter that manually compressed output JS files, due to performance issues. Instead, it is best to rely on the web server to serve compressed JS files.
26+
- Full list of changes: https://github.com/kripken/emscripten/compare/1.8.0...1.8.1
27+
28+
v1.8.0: 12/28/2013
29+
------------------
30+
- Fix two issues with function outliner and relooper.
31+
- Full list of changes: https://github.com/kripken/emscripten/compare/1.7.9...1.8.0
32+
33+
v1.7.9: 12/27/2013
34+
------------------
35+
- Added new command line parameter --em-config that allows specifying a custom location for the .emscripten configuration file.
36+
- Reintroduced relaxed asm.js heap sizes, which no longer need to be power of 2, but a multiple of 16MB is sufficient.
37+
- Added emrun command line tool that allows launching .html pages from command line on desktop and Android as if they were native applications. See https://groups.google.com/forum/#!topic/emscripten-discuss/t2juu3q1H8E . Adds --emrun compiler link flag.
38+
- Began initial work on the "fastcomp" compiler toolchain, a rewrite of the previous JS LLVM AST parsing and codegen via a native LLVM backend.
39+
- Added --exclude-file command line flag to emcc and a matching --exclude command line flag to file packager, which allows specifying files and directories that should be excluded while packaging a VFS data blob.
40+
- Improved GLES2 and EGL support libraries to be more spec-conformant.
41+
- Optimized legacy GL emulation code path. Added new GL_FFP_ONLY optimization path to fixed function pipeline emulation.
42+
- Added new core functions emscripten_log() and emscripten_get_callstack() that allow printing out log messages with demangled and source-mapped callstack information.
43+
- Improved BSD Sockets support. Implemented getprotobyname() for BSD Sockets library.
44+
- Fixed issues with simd support.
45+
- Various bugfixes: #1573, #1846, #1886, #1908, #1918, #1930, #1931, #1942, #1948, ..
46+
- Full list of changes: https://github.com/kripken/emscripten/compare/1.7.8...1.7.9
47+
1548
v1.7.8: 11/19/2013
1649
------------------
1750
- Fixed an issue with -MMD compilation parameter.

0 commit comments

Comments
 (0)