Skip to content

Commit 200eef0

Browse files
author
Richard Jones
committed
pre-release stuff
1 parent fb743df commit 200eef0

File tree

3 files changed

+13
-45
lines changed

3 files changed

+13
-45
lines changed

doc/announcement.txt

Lines changed: 6 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,6 @@
1-
This is the second beta release of Roundup version 0.7. It fixes some bugs
2-
in the previous beta release:
3-
4-
- mysql and postgresql schema mutation now handle added Multilinks
5-
- web CSV export was busted (as was any action returning a result)
6-
- MultiMapping deviated from the Zope C implementation in a number of
7-
places (thanks Toby Sargeant)
8-
- MySQL and Postgresql use BOOL/BOOLEAN for Boolean types
9-
- OTK generation was busted (thanks Stuart D. Gathman)
10-
- export and import now include journals (incompatible with export < 0.7)
11-
- added "download_url" method to generate a correctly quoted URL for file
12-
download links (sf bug 927745)
13-
- all uses of TRACKER_WEB now ensure it ends with a '/'
14-
- roundup-admin install checks for existing tracker in target home
15-
- grouping (and sorting) by multilink in RDBMS backends (sf bug 655702)
16-
- roundup scripts may now be asked for their version (sf rfe 798657)
17-
- sqlite backend had stopped using the global lock
18-
- better check for anonymous viewing of user items (sf bug 933510)
19-
- stop Interval from displaying an empty string (sf bug 934022)
20-
- fixed storage of some datatypes in some RDBMS backends
21-
22-
If you're upgrading from an older version of Roundup you *must* follow
23-
the "Software Upgrade" guidelines given in the maintenance documentation.
24-
25-
No, really, this is a BETA and if you don't follow the upgrading steps,
26-
particularly the bit about BACKING UP YOUR DATA, I'm NOT GOING TO BE HELD
27-
RESPONSIBLE. This release is NOT FOR GENERAL USE.
28-
29-
I would *greatly* appreciate people giving this release a whirl with a
30-
copy of their existing setup. It's only through real-world testing of
31-
beta releases that we can ensure that older trackers will be OK.
32-
33-
Version 0.7 introduces far too many features to list here. I've put
34-
together a What's New page:
1+
I'm proud to release this 7th major feature release of Roundup. Version 0.7
2+
introduces far too many features to list here so I've put together a What's
3+
New page:
354

365
http://roundup.sourceforge.net/doc-0.7/whatsnew-0.7.html
376

@@ -46,6 +15,9 @@ Some highlights:
4615
- database exports now include full journals
4716
- IMAP support in the mail gateway
4817

18+
If you're upgrading from an older version of Roundup you *must* follow
19+
the "Software Upgrade" guidelines given in the maintenance documentation.
20+
4921
Roundup requires python 2.1.3 or later for correct operation.
5022

5123
To give Roundup a try, just download (see below), unpack and run::

roundup/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: __init__.py,v 1.29 2004-04-18 06:14:26 richard Exp $
18+
# $Id: __init__.py,v 1.30 2004-05-05 02:05:59 richard Exp $
1919

2020
'''Roundup - issue tracking for knowledge workers.
2121
@@ -68,6 +68,6 @@
6868
'''
6969
__docformat__ = 'restructuredtext'
7070

71-
__version__ = '0.7.0b3'
71+
__version__ = '0.7.0'
7272

7373
# vim: set filetype=python ts=4 sw=4 et si

setup.py

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1717
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1818
#
19-
# $Id: setup.py,v 1.63 2004-04-25 22:19:14 richard Exp $
19+
# $Id: setup.py,v 1.64 2004-05-05 02:05:43 richard Exp $
2020

2121
from distutils.core import setup, Extension
2222
from distutils.util import get_platform
@@ -217,16 +217,12 @@ def main():
217217
If you're upgrading from an older version of Roundup you *must* follow
218218
the "Software Upgrade" guidelines given in the maintenance documentation.
219219
220-
No, really, this is a BETA and if you don't follow the upgrading steps,
221-
particularly the bit about BACKING UP YOUR DATA, I'm NOT GOING TO BE HELD
222-
RESPONSIBLE. This release is NOT FOR GENERAL USE.
220+
This release introduces far too many features to list here so I've put
221+
together a What's New page:
223222
224-
I would *greatly* appreciate people giving this release a whirl with a
225-
copy of their existing setup. It's only through real-world testing of
226-
beta releases that we can ensure that older trackers will be OK.
223+
http://roundup.sourceforge.net/doc-0.7/whatsnew-0.7.html
227224
228-
This release introduces far too many features to list here. Some
229-
highlights:
225+
Some highlights:
230226
231227
- added postgresql backend
232228
- trackers using postgresql or mysql backends may have many users

0 commit comments

Comments
 (0)