You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 line
4.1 KiB

11 年之前
10 年之前
10 年之前
10 年之前
11 年之前
11 年之前
11 年之前
11 年之前
11 年之前
11 年之前
11 年之前
11 年之前
11 年之前
11 年之前
11 年之前
11 年之前
11 年之前
  1. ## Version History
  2. #### 0.4.0-20131217
  3. * python-build: Fix broken build of CPython 3.3+ on Darwin
  4. * python-build: Not build GNU Readline uselessly on Darwin
  5. #### 0.4.0-20131216
  6. * python-build: Add new CPython releases; 3.3.3 (#80)
  7. * python-build: Add new CPython releases candidates; 3.4.0b1
  8. * python-build: Add new PyPy releases; pypy-2.2.1, pypy-2.2.1-src
  9. * python-build: Update default setuptools version (1.3.2 -> 2.0)
  10. * python-build: Imported recent changes from ruby-build v20131211
  11. * pyenv: Fix pyenv-prefix to trim "/bin" in `pyenv prefix system` (#88)
  12. #### 0.4.0-20131116
  13. * python-build: Add new CPython releases; 2.6.9, 2.7.6 (#76)
  14. * python-build: Add new CPython release candidates; 3.3.3-rc1, 3.3.3-rc2
  15. * python-build: Add new PyPy releases; pypy-2.2, pypy-2.2-src (#77)
  16. * python-build: Update default setuptools version (1.1.6 -> 1.3.2)
  17. * python-build: Imported recent changes from ruby-build v20131030
  18. #### 0.4.0-20131023
  19. * pyenv: Improved [fish shell](http://fishshell.com/) support
  20. * python-build: Add new PyPy releases; pypy-2.1, pypy-2.1-src, pypy3-2.1-beta1, pypy3-2.1-beta1-src
  21. * python-build: Add ancient versions; 2.4, 2.4.1, 2.4.3, 2.4.4 and 2.4.5
  22. * python-build: Add alpha releases; 3.4.0a2, 3.4.0a3, 3.4.0a4
  23. * python-build: Update default pip version (1.4 -> 1.4.1)
  24. * python-build: Update default setuptools version (0.9.7 -> 1.1.6)
  25. #### 0.4.0-20130726
  26. * pyenv: Fix minor issue of variable scope in `pyenv versions`
  27. * python-build: Update base version to ruby-build v20130628
  28. * python-build: Use brew managed OpenSSL and GNU Readline if they are available
  29. * python-build: Fix build of CPython 3.3+ on OS X (#29)
  30. * python-build: Fix build of native modules of CPython 2.5 on OS X (#33)
  31. * python-build: Fix build of CPython 2.6+ on openSUSE (#36)
  32. * python-build: Add ancient versions; 2.4.2 and 2.4.6. The build might be broken. (#37)
  33. * python-build: Update default pip version (1.3.1 -> 1.4)
  34. * python-build: Update default setuptools version (0.7.2 -> 0.9.7)
  35. #### 0.4.0-20130613
  36. * pyenv: Changed versioning schema. There are two parts; the former is the base rbenv version, and the latter is the date of release.
  37. * python-build: Add `--debug` option to build CPython with debug symbols. (#11)
  38. * python-build: Add new CPython versions: 2.7.4, 2.7.5, 3.2.4, 3.2.5, 3.3.1, 3.3.2 (#12, #17)
  39. * python-build: Add `svnversion` patch for old CPython versions (#14)
  40. * python-build: Enable mirror by default for faster download (#20)
  41. * python-build: Add `OPENSSL_NO_SSL2` patch for old CPython versions (#22)
  42. * python-build: Install GNU Readline on Darwin if the system one is broken (#23)
  43. * python-build: Bundle patches in `${PYTHON_BUILD_ROOT}/share/python-build/patches` and improve patching mechanism (`apply_patches`).
  44. * python-build: Verify native extensions after building. (`build_package_verify_py*`)
  45. * python-build: Add `install_hg` to install package from Mercurial repository
  46. * python-build: Support building Jython and PyPy.
  47. * python-build: Add new CPython development versions: 2.6-dev, 2.7-dev, 3.1-dev, 3.2-dev, 3.3-dev, 3.4-dev
  48. * python-build: Add new Jython development versions: jython-2.5.4-rc1, jython-2.5-dev, jython-2.7-beta1, jython-dev
  49. * python-build: Add new PyPy versions: pypy-1.5{,-src}, pypy-1.6, pypy-1.7, pypy-2.0{,-src}, pypy-2.0.1{,-src}, pypy-2.0.2{,-src}
  50. * python-build: Add new PyPy development versions: pypy-1.7-dev, pypy-1.8-dev, pypy-1.9-dev, pypy-2.0-dev, pypy-dev, pypy-py3k-dev
  51. * python-build: Add new Stackless development versions: stackless-2.7-dev, stackless-3.2-dev, stackless-3.3-dev, stackless-dev
  52. * python-build: Update default pip version (1.2.1 -> 1.3.1)
  53. * python-build: Update default setuptools version (0.6.34 (distribute) -> 0.7.2 ([new setuptools](https://bitbucket.org/pypa/setuptools)))
  54. #### 0.2.0 (February 18, 2013)
  55. * Import changes from rbenv 0.4.0.
  56. #### 0.1.2 (October 23, 2012)
  57. * Add push/pop for version stack management.
  58. * Support multiple versions via environment variable.
  59. * Now GCC is not a requirement to build CPython and Stackless.
  60. #### 0.1.1 (September 3, 2012)
  61. * Support multiple versions of Python at a time.
  62. #### 0.1.0 (August 31, 2012)
  63. * Initial public release.