diff options
author | Barry Warsaw <barry@python.org> | 2011-06-04 00:02:47 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2011-06-04 00:02:47 (GMT) |
commit | 16ec24a1920dd4e94e2890032b5c4160621d526d (patch) | |
tree | b1222fde01e4cb336002e8319ee1467d3b16c86c /Misc | |
parent | 9c53584ebdb45c27d4b9c7cb7235bc5bb77c610f (diff) | |
download | cpython-16ec24a1920dd4e94e2890032b5c4160621d526d.zip cpython-16ec24a1920dd4e94e2890032b5c4160621d526d.tar.gz cpython-16ec24a1920dd4e94e2890032b5c4160621d526d.tar.bz2 |
Replay svn r88850.v2.6.7
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 22 | ||||
-rw-r--r-- | Misc/RPM/python-2.6.spec | 2 |
2 files changed, 6 insertions, 18 deletions
@@ -5,13 +5,12 @@ Python News What's New in Python 2.6.7? =========================== -*Release date: XXXX-XX-XX* +*Release date: 2011-06-03* -Core and Builtins ------------------ +*NOTE: Python 2.6 is in security-fix-only mode. No non-security bug fixes are + allowed. Python 2.6.7 and beyond will be source only releases.* -Library -------- +* No changes since 2.6.7rc2. What's New in Python 2.6.7 rc 2? @@ -38,13 +37,6 @@ What's New in Python 2.6.7 rc 1? *Release date: 2011-05-06* -*NOTE: Python 2.6 is in security-fix-only mode. No non-security bug fixes are - allowed. Python 2.6.7 and beyond will be source only releases.* - - -Core and Builtins ------------------ - Library ------- @@ -57,11 +49,7 @@ What's New in Python 2.6.6? *Release date: 2010-08-24* -Core and Builtins ------------------ - -Library -------- +* No changes since 2.6.6rc2. What's New in Python 2.6.6 rc 2? diff --git a/Misc/RPM/python-2.6.spec b/Misc/RPM/python-2.6.spec index 06f1311..b29552b 100644 --- a/Misc/RPM/python-2.6.spec +++ b/Misc/RPM/python-2.6.spec @@ -39,7 +39,7 @@ %define name python #--start constants-- -%define version 2.6.7rc2 +%define version 2.6.7 %define libver 2.6 #--end constants-- %define release 1pydotorg |