Skip to content

Commit

Permalink
Merge pull request #1401 from undingen/release_v060
Browse files Browse the repository at this point in the history
Update release notes for 0.6 & fix 'make package'
  • Loading branch information
undingen authored Nov 21, 2016
2 parents 567af9b + 5fe3e35 commit 255621b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,12 @@ See [travis-ci.org/dropbox/pyston/builds](https://travis-ci.org/dropbox/pyston/b

### Roadmap

##### v0.6: coming soon
##### v0.7: coming soon

##### v0.6: [released 11/21/2016](https://blog.pyston.org/2016/11/22/pyston-0-6-released/)
- focused on reducing the memory usage with the result that the peak memory usage on various benchmarks nearly halved.
- new bytecode
- lots of fixes for compatibility issues and other bugs

##### v0.5.1: [released 7/14/2016](https://blog.pyston.org/2016/07/14/pyston-0-5-1-released/)
- misc baseline JIT and inline cache improvements
Expand Down
2 changes: 1 addition & 1 deletion cmake/pyconfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ configure_file(from_cpython/Include/pyconfig.h.in include/python2.7/pyconfig.h)
# CMake sucks: it has no idea that pyconfig.h is something that can be installed.
# Just tell it to install whatever file is at that particular location, and rely on
# the rest of the build rules to ensure that it's made in time.
install(FILES ${CMAKE_BINARY_DIR}/from_cpython/Include/pyconfig.h DESTINATION include/python2.7)
install(FILES ${CMAKE_BINARY_DIR}/include/python2.7/pyconfig.h DESTINATION include/python2.7)

0 comments on commit 255621b

Please sign in to comment.