Skip to content

Commit c086dba

Browse files
author
Richard Jones
committed
pre-release stuff
1 parent 60fcf22 commit c086dba

File tree

2 files changed

+7
-18
lines changed

2 files changed

+7
-18
lines changed

doc/announcement.txt

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,11 @@ Roundup is a simple-to-use and -install issue-tracking system with
22
command-line, web and e-mail interfaces. It is based on the winning design
33
from Ka-Ping Yee in the Software Carpentry "Track" design competition.
44

5-
0.7.10 is a bug fix release:
6-
7-
- reset ID counters if the database is cleared (thanks William)
8-
- apply IE caching "fix" to automatically serve up all pages expired
9-
- fix typo (sf patch 1076629)
10-
- fix hyperlinking of items (sf bug 1080251)
11-
- fix roundup-admin find command handling of Multilinks
12-
- fix some security assertions (sf bug 1085481) (see doc/upgrading.txt for
13-
notes)
14-
- don't set the title to nothing from incoming mail (thanks Bruce Guenter)
15-
- fix py2.4 strftime() API change bug (sf bug 1087746)
16-
- fix indexer searching with no valid words (sf bug 1086787)
17-
- updated searching / indexing docs
18-
- fix "(list)" popup when list is one item long (sf bug 1064716)
19-
- have RDBMS full-text indexer do AND searching (sf bug 1055435)
20-
- handle spaces in String index params in batching (sf bug 1054224)
5+
0.7.11 is a bug fix release:
6+
7+
- index args URL generation broken in .10 (sf bug 1096027)
8+
- handle NotModified for non-static files (sf patch 1095790)
9+
- fix permission lookup in query editing
2110

2211
If you're upgrading from an older version of Roundup you *must* follow
2312
the "Software Upgrade" guidelines given in the maintenance documentation.

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.30.2.10 2005-01-04 03:24:51 richard Exp $
18+
# $Id: __init__.py,v 1.30.2.11 2005-01-05 22:28:13 richard Exp $
1919

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

71-
__version__ = '0.7.10'
71+
__version__ = '0.7.11'
7272

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

0 commit comments

Comments
 (0)