@@ -101,32 +101,17 @@ def main():
101101 description = "A simple-to-use and -install issue-tracking system"
102102 " with command-line, web and e-mail interfaces. Highly"
103103 " customisable." ,
104- long_description = '''In this release
105- ===============
106-
107- 1.4.7 is primarily a bugfix release which contains important security
108- fixes:
109-
110- - a number of security issues were discovered by Daniel Diniz
111- - EditCSV and ExportCSV altered to include permission checks
112- - HTTP POST required on actions which alter data
113- - HTML file uploads served as application/octet-stream
114- - Handle Unauthorised in file serving correctly
115- - New item action reject creation of new users
116- - Item retirement was not being controlled
117- - Roundup is now compatible with Python 2.6
118- - Improved French and German translations
119- - Improve consistency of item sorting in HTML interface
120- - Various other small bug fixes, robustification and optimisation
121-
122- Though some new features made it in also:
123-
124- - Provide a "no selection" option in web interface selection widgets
125- - Debug logging now uses the logging module rather than print
126- - Allow CGI frontend to serve XMLRPC requests.
127- - Added XMLRPC actions, as well as bridging CGI actions to XMLRPC actions.
128- - Optimized large file serving via mod_python / sendfile().
129- - Support resuming downloads for (large) files.
104+ long_description = '''
105+ 1.4.8 fixes some regressions:
106+
107+ - bug introduced into hyperdb filter (issue 2550505)
108+ - bug introduced into CVS export and view (issue 2550529)
109+ - bugs introduced in the migration to the email package (issue 2550531)
110+
111+ And adds a couple of other fixes:
112+
113+ - handle bogus pagination values (issue 2550530)
114+ - fix TLS handling with some SMTP servers (issues 2484879 and 1912923)
130115
131116If you're upgrading from an older version of Roundup you *must* follow
132117the "Software Upgrade" guidelines given in the maintenance documentation.
0 commit comments