##// END OF EJS Templates
Updates for 0.9.4 release....
Jean-Philippe Lang -
r3613:a499efd3288a
parent child
Show More
@@ -8,6 +8,40 http://www.redmine.org/
8 8
9 9 Adds context menu to the roadmap issue lists
10 10
11 == 2010-05-01 v0.9.4
12
13 Filters collapsed by default on issues index page for a saved query
14 Fixed: When categories list is too big the popup menu doesn't adjust (ex. in the issue list)
15 Fixed: remove "main-menu" div when the menu is empty
16 Fixed: Code syntax highlighting not working in Document page
17 Fixed: Git blame/annotate fails on moved files
18 Fixed: Failing test in test_show_atom
19 Fixed: Migrate from trac - not displayed Wikis
20 Fixed: Email notifications on file upload sent to empty recipient list
21 Fixed: Migrating from trac is not possible, fails to allocate memory
22 Fixed: Lost password no longer flashes a confirmation message
23 Fixed: Crash while deleting in-use enumeration
24 Fixed: Hard coded English string at the selection of issue watchers
25 Fixed: Bazaar v2.1.0 changed behaviour
26 Fixed: Roadmap display can raise an exception if no trackers are selected
27 Fixed: Gravatar breaks layout of "logged in" page
28 Fixed: Reposman.rb on Windows
29 Fixed: Possible error 500 while moving an issue to another project with SQLite
30 Fixed: backslashes in issue description/note should be escaped when quoted
31 Fixed: Long text in <pre> disrupts Associated revisions
32 Fixed: Links to missing wiki pages not red on project overview page
33 Fixed: Cannot delete a project with subprojects that shares versions
34 Fixed: Update of Subversion changesets broken under Solaris
35 Fixed: "Move issues" permission not working for Non member
36 Fixed: Sidebar overlap on Users tab of Group editor
37 Fixed: Error on db:migrate with table prefix set (hardcoded name in principal.rb)
38 Fixed: Report shows sub-projects for non-members
39 Fixed: 500 internal error when browsing any Redmine page in epiphany
40 Fixed: Watchers selection lost when issue creation fails
41 Fixed: When copying projects, redmine should not generate an email to people who created issues
42 Fixed: Issue "#" table cells should have a class attribute to enable fine-grained CSS theme
43 Fixed: Plugin generators should display help if no parameter is given
44
11 45
12 46 == 2010-02-28 v0.9.3
13 47
@@ -4,7 +4,7 module Redmine
4 4 module VERSION #:nodoc:
5 5 MAJOR = 0
6 6 MINOR = 9
7 TINY = 3
7 TINY = 4
8 8
9 9 # Branch values:
10 10 # * official release: nil
General Comments 0
You need to be logged in to leave comments. Login now