##// END OF EJS Templates
Doc updates for 0.8.0 final release....
Jean-Philippe Lang -
r2202:babb14dd9406
parent child
Show More
@@ -5,6 +5,28 Copyright (C) 2006-2008 Jean-Philippe Lang
5 5 http://www.redmine.org/
6 6
7 7
8 == 2008-12-30 v0.8.0
9
10 * Setting added in order to limit the number of diff lines that should be displayed
11 * Makes logged-in username in topbar linking to
12 * Mail handler: strip tags when receiving a html-only email
13 * Mail handler: add watchers before sending notification
14 * Adds a css class (overdue) to overdue issues on issue lists and detail views
15 * Fixed: project activity truncated after viewing user's activity
16 * Fixed: email address entered for password recovery shouldn't be case-sensitive
17 * Fixed: default flag removed when editing a default enumeration
18 * Fixed: default category ignored when adding a document
19 * Fixed: error on repository user mapping when a repository username is blank
20 * Fixed: Firefox cuts off large diffs
21 * Fixed: CVS browser should not show dead revisions (deleted files)
22 * Fixed: escape double-quotes in image titles
23 * Fixed: escape textarea content when editing a issue note
24 * Fixed: JS error on context menu with IE
25 * Fixed: bold syntax around single character in series doesn't work
26 * Fixed several XSS vulnerabilities
27 * Fixed a SQL injection vulnerability
28
29
8 30 == 2008-12-07 v0.8.0-rc1
9 31
10 32 * Wiki page protection
@@ -7,7 +7,7 http://www.redmine.org/
7 7
8 8 == Requirements
9 9
10 * Ruby on Rails 2.1
10 * Ruby on Rails 2.1.2
11 11 * A database:
12 12 * MySQL (tested with MySQL 5)
13 13 * PostgreSQL (tested with PostgreSQL 8.1)
General Comments 0
You need to be logged in to leave comments. Login now