Skip to content

Commit 200d233

Browse files
author
Richard Jones
committed
pre-release stuff
1 parent b68d97c commit 200d233

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
This file contains the changes to the Roundup system over time. The entries
22
are given with the most recent entry first.
33

4-
2004-??-?? 0.7.12
4+
2005-05-02 0.7.12
55
Fixed:
66
- handle capitalisation of class names in text hyperlinking (sf bug
77
1101043)

doc/announcement.txt

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,18 @@ 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.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
5+
0.7.12 is a bug fix release:
6+
7+
- handle capitalisation of class names in text hyperlinking (sf bug
8+
1101043)
9+
- quote full-text search text in URL generation
10+
- fixed problem migrating mysql databases
11+
- fix search_checkboxes macro (sf patch 1113828)
12+
- fix bug in date editing in Metakit
13+
- allow suppression of search_text in indexargs_form (sf bug 1101548)
14+
- hack to fix some anydbm export problems (sf bug 1081454)
15+
- ignore AutoReply messages (sf patch 1085051)
16+
- fix ZRoundup syntax error (sf bug 1122335)
1017

1118
If you're upgrading from an older version of Roundup you *must* follow
1219
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.11 2005-01-05 22:28:13 richard Exp $
18+
# $Id: __init__.py,v 1.30.2.12 2005-05-02 00:36:04 richard Exp $
1919

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

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

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

0 commit comments

Comments
 (0)