Commit fef07ad1 authored by Stefan Behnel's avatar Stefan Behnel

merge 0.21.x branch into master

parents b1b001e5 9fe404cc
...@@ -49,3 +49,6 @@ c1a18ab6b0808e87f68d2f9d914c01934510aef5 0.18b1 ...@@ -49,3 +49,6 @@ c1a18ab6b0808e87f68d2f9d914c01934510aef5 0.18b1
52beb5b16df5b8a92bb6c8c47faf42370d73cb0f 0.19b2 52beb5b16df5b8a92bb6c8c47faf42370d73cb0f 0.19b2
4818f5b68eb4b4ea6ad7e415f6672b491e2461bc 0.19rc1 4818f5b68eb4b4ea6ad7e415f6672b491e2461bc 0.19rc1
48407fa3f3c9da84ab3dc103a6a2b1ca4c1beb2a 0.19 48407fa3f3c9da84ab3dc103a6a2b1ca4c1beb2a 0.19
58fc9a3feb83f571623a492256885d21945decb4 0.21.1
58fc9a3feb83f571623a492256885d21945decb4 0.21.1
d05a4acd45fca9bdc12cef82890ca569fbaae1a5 0.21.1
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
Cython Changelog Cython Changelog
================ ================
Latest 0.21.1 (2014-10-18)
====== ===================
Features added Features added
-------------- --------------
...@@ -53,6 +53,8 @@ Bugs fixed ...@@ -53,6 +53,8 @@ Bugs fixed
if the already created module was used later on (e.g. through a if the already created module was used later on (e.g. through a
stale reference in sys.modules or elsewhere). stale reference in sys.modules or elsewhere).
* ``cythonize.py`` script was not installed on MS-Windows.
Other changes Other changes
------------- -------------
......
# cython.* namespace for pure mode. # cython.* namespace for pure mode.
__version__ = "0.21.1pre" __version__ = "0.21.1"
# BEGIN shameless copy from Cython/minivect/minitypes.py # BEGIN shameless copy from Cython/minivect/minitypes.py
......
...@@ -28,6 +28,7 @@ clean: ...@@ -28,6 +28,7 @@ clean:
@rm -f core */core @rm -f core */core
@rm -f Cython/Compiler/*.c @rm -f Cython/Compiler/*.c
@rm -f Cython/Plex/*.c @rm -f Cython/Plex/*.c
@rm -f Cython/Tempita/*.c
@rm -f Cython/Runtime/refnanny.c @rm -f Cython/Runtime/refnanny.c
@(cd Demos; $(MAKE) clean) @(cd Demos; $(MAKE) clean)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment