Skip to content

Commit c2d08dd

Browse files
committed
Add latest changes
1 parent cf7cba9 commit c2d08dd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGES.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ Features:
5353
(anatoly techtonik)
5454
- Increase default height of classhelp windows from 400 to 600.
5555
(Thomas Arendsen Hein)
56+
- Date properties now can specify (on input) an explicit timezone suffix
57+
(similar to RFC 2822), e.g. +0200 for CEST or -0500 for EST. This also
58+
works in the XMLRPC interface. For examples see roundup.date.Date.
59+
(Ralf Schlatterbeck)
5660

5761
Fixed:
5862

@@ -133,7 +137,7 @@ Fixed:
133137
- Fix two line-break accidents in devel and responsive milestone.item.html
134138
(Thomas Arendsen Hein)
135139
- Fix broken images in legacy spec.html and original_overview.html, and
136-
restore web presence for "Roundups Design Document" (anatoly techtonik)
140+
restore web presence for "Roundup's Design Document" (anatoly techtonik)
137141
- Template jinja2: Updated URL to point to http://www.roundup-tracker.org/
138142
(Bernhard Reiter)
139143
- Security: Add mime-type whitelist for attachmens that can be safely
@@ -151,6 +155,9 @@ Fixed:
151155
continuation_ws = ' ' now for python 2.5 and 2.6. (Bernhard Reiter)
152156
- issue2550870 migrate use of 'rfc822' module to the 'email' module
153157
(Bernhard Reiter/John Kristensen)
158+
- Doctests for roundup.date.Date are now really executable and don't
159+
fail. Bug-Fixes in range properties, open intervals with 'to' didn't
160+
always work. (Ralf Schlatterbeck)
154161

155162

156163
2013-07-06: 1.5.0

0 commit comments

Comments
 (0)