# HG changeset patch # User Richard Jones # Date 1138944479 0 # Node ID f3c6e8ac902380d9b6a5e9887092d2b61da66e30 # Parent 27700fe2d7c6f119f14f2f2f2ae0c4dc9f4a0ecd *** empty log message *** diff -r 27700fe2d7c6 -r f3c6e8ac9023 doc/announcement.txt --- a/doc/announcement.txt Fri Feb 03 05:25:27 2006 +0000 +++ b/doc/announcement.txt Fri Feb 03 05:27:59 2006 +0000 @@ -1,12 +1,12 @@ I'm proud to release this, the 1.0.1 release of Roundup. -In this release: +Features in this release: -Feature: - scripts/import_sf.py will import a tracker from Sourceforge.NET - added hasRole('Role Name') to HTMLUser -Fixed: +Fixed in this release: + - SQL generation for sort/group by separate Link properties (sf bug 1417565) - fix timezone offsetting in email Date: header diff -r 27700fe2d7c6 -r f3c6e8ac9023 setup.py --- a/setup.py Fri Feb 03 05:25:27 2006 +0000 +++ b/setup.py Fri Feb 03 05:27:59 2006 +0000 @@ -16,7 +16,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: setup.py,v 1.85 2006-02-03 04:12:35 richard Exp $ +# $Id: setup.py,v 1.86 2006-02-03 05:27:59 richard Exp $ from distutils.core import setup, Extension from distutils.util import get_platform @@ -351,13 +351,13 @@ If you're upgrading from an older version of Roundup you *must* follow the "Software Upgrade" guidelines given in the maintenance documentation. -In this release: +Features in this release: -Feature: - scripts/import_sf.py will import a tracker from Sourceforge.NET - added hasRole('Role Name') to HTMLUser -Fixed: +Fixed in this release: + - SQL generation for sort/group by separate Link properties (sf bug 1417565) - fix timezone offsetting in email Date: header