changeset 4901:fa268ea457db

Add note about dropping support for Python v2.5 After some discussion on the roundup-devel mailing list it was agreed that support for Python v2.5 should be dropped in the v1.6 release of Roundup. Dropping support for Python v2.5 should allow a number of cleanups to the code base as well a provide and opportunity to start porting Roundup to Python v3.
author John Kristensen <john@jerrykan.com>
date Wed, 25 Jun 2014 13:19:42 +1000
parents 349a83aca61f
children a403c29ffaf9
files CHANGES.txt doc/upgrading.txt
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES.txt	Thu Jun 26 15:39:19 2014 +1000
+++ b/CHANGES.txt	Wed Jun 25 13:19:42 2014 +1000
@@ -6,6 +6,10 @@
 Each entry has the developer who committed the change in brackets.
 Entries without name were done by Richard Jones.
 
+**IMPORTANT** The v1.5.x releases of Roundup will be the last to support Python
+v2.5. Support for Python v2.5 will be dropped with the v1.6 release of Roundup,
+at which point users will need to run Roundup using either Python v2.6 or v2.7.
+
 
 2014-??-??: 1.5.1
 
--- a/doc/upgrading.txt	Thu Jun 26 15:39:19 2014 +1000
+++ b/doc/upgrading.txt	Wed Jun 25 13:19:42 2014 +1000
@@ -11,6 +11,10 @@
 0.6.8 though, you'll need to check the "0.5 to 0.6" and "0.6.x to 0.6.3"
 steps.
 
+**IMPORTANT** The v1.5.x releases of Roundup will be the last to support Python
+v2.5. Support for Python v2.5 will be dropped with the v1.6 release of Roundup,
+at which point users will need to run Roundup using either Python v2.6 or v2.7.
+
 Contents:
 
 .. contents::

Roundup Issue Tracker: http://roundup-tracker.org/