comparison setup.py @ 2322:77f41a7e3e03 maint-0.7 0.7.2

pre-release stuff
author Richard Jones <richard@users.sourceforge.net>
date Sun, 16 May 2004 23:44:32 +0000
parents 9899d1da5240
children 6805cd438c37
comparison
equal deleted inserted replaced
2321:c075edcc8153 2322:77f41a7e3e03
14 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 14 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
15 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" 15 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS"
16 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, 16 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
17 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 17 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
18 # 18 #
19 # $Id: setup.py,v 1.64.2.1 2004-05-10 01:55:10 richard Exp $ 19 # $Id: setup.py,v 1.64.2.2 2004-05-16 23:44:32 richard Exp $
20 20
21 from distutils.core import setup, Extension 21 from distutils.core import setup, Extension
22 from distutils.util import get_platform 22 from distutils.util import get_platform
23 from distutils.command.build_scripts import build_scripts 23 from distutils.command.build_scripts import build_scripts
24 from distutils.command.build import build 24 from distutils.command.build import build
217 If you're upgrading from an older version of Roundup you *must* follow 217 If you're upgrading from an older version of Roundup you *must* follow
218 the "Software Upgrade" guidelines given in the maintenance documentation. 218 the "Software Upgrade" guidelines given in the maintenance documentation.
219 219
220 This release fixes some bugs in the previous release: 220 This release fixes some bugs in the previous release:
221 221
222 - several temp files made it into the source distribution (sf bug 949243) 222 - anydbm sorting with None values (sf bug 952853)
223 - typo in roundup/instance.py 223 - roundup-server -g option not recognised (sf bug 952310)
224 - missing CRLF var in rfc822.py (sf patch 949471) 224 - HTML templating isset() inverted (sf bug 951779)
225 - fix user creation page 225 - otks manager missing (sf bug 952931)
226 - have roundup server pass though the cause of a "403 Forbidden" response 226 - mention DEFAULT_TIMEZONE requirement in upgrading doc (sf bug 952932)
227 - fix schema mutation in sqlite backends (thanks Tamer Fahmy) 227 - fix DateHTMLProperty so local() can override user timezone (sf bug
228 - make popup Javascript IE 5.0 friendly (thanks Marlon van den Berg) 228 953678)
229 - fix RDBMS import (thanks Tamer Fahmy) 229 - fix anydbm sort/group direction handling, and make RDBMS sort/group use
230 Link'ed "order" properties (sf bug 953148)
231 - fix Interval editing (sf bug 954891)
230 ''', 232 ''',
231 author = "Richard Jones", 233 author = "Richard Jones",
232 author_email = "richard@users.sourceforge.net", 234 author_email = "richard@users.sourceforge.net",
233 url = 'http://roundup.sourceforge.net/', 235 url = 'http://roundup.sourceforge.net/',
234 download_url = 'http://sourceforge.net/project/showfiles.php?group_id=31577', 236 download_url = 'http://sourceforge.net/project/showfiles.php?group_id=31577',

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