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+
4921Roundup requires python 2.1.3 or later for correct operation.
5022
5123To give Roundup a try, just download (see below), unpack and run::
0 commit comments