Fix binary generation and prepare for 0.2.1 release

Change-Id: Ifd34ded0147a2848c24f5a70cfcb7081358fe997
diff --git a/make-osx-bundle.py b/make-osx-bundle.py
index 6677d32..ca34843 100755
--- a/make-osx-bundle.py
+++ b/make-osx-bundle.py
@@ -409,3 +409,5 @@
     print ' * Signing .dmg with identity `%s\'' % options.codesign
     codesign(fn)
     print ''
+
+Popen('tail -n +3 RELEASE_NOTES.md | pandoc -f markdown -t html > build/release-notes-%s.html' % ver, shell=True).wait()