Browse Source

Merge branch 'v1.2.2-release-prep'

pull/222/head
Sami Vaarala 10 years ago
parent
commit
e6aaba3b1f
  1. 3
      Makefile
  2. 13
      RELEASES.rst
  3. 3
      doc/release-checklist.rst
  4. 3
      website/download/download.html

3
Makefile

@ -622,6 +622,9 @@ test262cat: test262-es5-tests
emscripten:
# https://github.com/kripken/emscripten
# Master is OK because not a critical dependency
# Setup is complicated because needs matching fastcomp which
# you must provide yourself and add to ~/.emscripten:
# http://kripken.github.io/emscripten-site/docs/building_from_source/building_fastcomp_manually_from_source.html
$(GIT) clone --depth 1 https://github.com/kripken/emscripten.git
cd emscripten; ./emconfigure

13
RELEASES.rst

@ -919,6 +919,19 @@ Released
* Fix duk_push_nan() NaN normalization bug which caused segfaults when using
MSVC on x86 and potentially on other 32-bit platforms (GH-168)
1.2.2 (2015-06-02)
------------------
* Fix harmless MSVC warnings when using DUK_OPT_FASTINT on x86 (GH-172)
* Fix compile error from array fast path when using low memory options
(GH-174)
* Fix harmless MSVC warnings for size_t casts on x64 (GH-177)
* Fix potential NULL pointer dereference in duk_is_dynamic_buffer() and
duk_is_fixed_buffer() when index is outside of value stack (GH-206)
Planned
=======

3
doc/release-checklist.rst

@ -229,6 +229,9 @@ Checklist for ordinary releases
- Check git describe output from dist ``README.rst``, ``src/duktape.h``,
and ``src/duktape.c``. It should show the release tag.
- This should be done in a fresh checkout to minimize chance of any
uncommitted files, directories, etc affecting the build
* Check source dist contents
- Check file list

3
website/download/download.html

@ -24,7 +24,8 @@
<tr><td class="reldate">2015-03-17</td><td class="filename"><a href="duktape-1.1.2.tar.xz">duktape-1.1.2.tar.xz</a></td><td class="description">maintenance release</td><td class="hash">XXX</td></tr>
<tr><td class="reldate">2015-04-03</td><td class="filename"><a href="duktape-1.1.3.tar.xz">duktape-1.1.3.tar.xz</a></td><td class="description">maintenance release</td><td class="hash">XXX</td></tr>
<tr><td class="reldate">2015-04-05</td><td class="filename"><a href="duktape-1.2.0.tar.xz">duktape-1.2.0.tar.xz</a></td><td class="description">debugger, script timeout, performance</td><td class="hash">XXX</td></tr>
<tr class="latest"><td class="reldate">2015-04-08</td><td class="filename"><a href="duktape-1.2.1.tar.xz">duktape-1.2.1.tar.xz</a></td><td class="description">maintenance release</td><td class="hash">XXX</td></tr>
<tr><td class="reldate">2015-04-08</td><td class="filename"><a href="duktape-1.2.1.tar.xz">duktape-1.2.1.tar.xz</a></td><td class="description">maintenance release</td><td class="hash">XXX</td></tr>
<tr class="latest"><td class="reldate">2015-06-02</td><td class="filename"><a href="duktape-1.2.2.tar.xz">duktape-1.2.2.tar.xz</a></td><td class="description">maintenance release</td><td class="hash">XXX</td></tr>
</tbody>
</table>

Loading…
Cancel
Save