Codebase list emscripten / 370ccd4
prepare for release: update changelog and TODO Jonas Smedegaard 3 years ago
2 changed file(s) with 23 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
66 + closure-compiler (bug#916145)
77 * compile and ship upstream paper docs/paper.tex
88 * compile and ship upstream documentation website
9 * try test other with EMTEST_REBASELINE=1 to trigger regeneration of files,
10 store that as patch, and see if that makes more tests succeed.
0 emscripten (2.0.8~dfsg1-10) unstable; urgency=medium
1
2 * improve testsuite coverage:
3 + add patch 1007 to support skipping closure-compiler in tests,
4 stop excluding whole test files with closure-compiler tests,
5 and instead skip closure-compiler in tests
6 + add patch 1008 to avoid hardcoding tool name,
7 and stop excluding test files failing with versioned LLVM
8 * unfuzz patch 2007
9 * declare compliance with Debian Policy 4.5.1
10 * use dpkg make snippet to resolve parallel builds
11 * copyright:
12 + fix cover file licensed bzip2-1.0.6
13 + fix use license shortname LGPL-2+ for unversioned licensing
14 (not LGPL-1+ because that version does not exist)
15 + fix add license sections for LGPL-2.1 LGPL-3
16 * override more License-Reference lintian warnings
17 * fix override double-wildcard lintian warnings
18
19 -- Jonas Smedegaard <dr@jones.dk> Sun, 29 Nov 2020 15:47:38 +0100
20
021 emscripten (2.0.8~dfsg1-9) unstable; urgency=medium
122
223 * Revert to (build-)depend on llvm-11 or llvm