add release date

This commit is contained in:
Ilan Schnell 2013-02-01 14:16:38 -06:00
commit 4fb7549243

View file

@ -1,11 +1,12 @@
2013-??-?? 0.10.2:
2013-02-01 0.10.2:
--------------------
* change default to link dynamically to LLVM use:
$ export LLVMPY_DYNLINK=0 # link statically
$ export LLVMPY_DYNLINK=1 # link dynamically
$ unset LLVMPY_DYNLINK # tries to link dynamically if LLVM shared
# objects are found and statically otherwise
* fix llpython for Python 2.6 support.
* fix llpython for Python 2.6 support
2013-01-25 0.10.1:
--------------------