##// END OF EJS Templates
Set version to 0.9.0....
Jean-Philippe Lang -
r3119:e4d06246cd6d
parent child
Show More
@@ -4,6 +4,118 Redmine - project management software
4 Copyright (C) 2006-2009 Jean-Philippe Lang
4 Copyright (C) 2006-2009 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7 == v0.9.0
8
9 * Unlimited subproject nesting
10 * Multiple roles per user per project
11 * User groups
12 * Inheritence of versions
13 * OpenID login
14 * "Watched by me" issue filter
15 * Project copy
16 * Project creation by non admin users
17 * Accept emails from anyone on a private project
18 * Add email notification on Wiki changes
19 * Make issue description non-required field
20 * Custom fields for Versions
21 * Being able to sort the issue list by custom fields
22 * Ability to close versions
23 * User display/editing of custom fields attached to their user profile
24 * Add "follows" issue relation
25 * Copy workflows between trackers and roles
26 * Defaults enabled modules list for project creation
27 * Weighted version completion percentage on the roadmap
28 * Autocreate user account when user submits email that creates new issue
29 * CSS class on overdue issues on the issue list
30 * Enable tracker update on issue edit form
31 * Remove issue watchers
32 * Ability to move threads between project forums
33 * Changed custom field "Possible values" to a textarea
34 * Adds projects association on tracker form
35 * Set session store to cookie store by default
36 * Set a default wiki page on project creation
37 * Roadmap for main project should see Roadmaps for sub projects
38 * Ticket grouping on the issue list
39 * Hierarchical Project links in the page header
40 * Allow My Page blocks to be added to from a plugin
41 * Sort issues by multiple columns
42 * Filters of saved query are now visible and be adjusted without editing the query
43 * Saving "sort order" in custom queries
44 * Url to fetch changesets for a repository
45 * Managers able to create subprojects
46 * Issue Totals on My Page Modules
47 * Convert Enumerations to single table inheritance (STI)
48 * Allow custom my_page blocks to define drop-down names
49 * "View Issues" user permission added
50 * Ask user what to do with child pages when deleting a parent wiki page
51 * Contextual quick search
52 * Allow resending of password by email
53 * Change reply subject to be a link to the reply itself
54 * Include Logged Time as part of the project's Activity history
55 * REST API for authentication
56 * Browse through Git branches
57 * Setup Object Daddy to replace test fixtures
58 * Setup shoulda to make it easier to test
59 * Custom fields and overrides on Enumerations
60 * Add or remove columns from the issue list
61 * Ability to add new version from issues screen
62 * Setting to choose which day calendars start
63 * Asynchronous email delivery method
64 * RESTful URLs for (almost) everything
65 * Include issue status in search results and activity pages
66 * Add email to admin user search filter
67 * Proper content type for plain text mails
68 * Default value of project jump box
69 * Tree based menus
70 * Ability to use issue status to update percent done
71 * Second set of issue "Action Links" at the bottom of an issue page
72 * Proper exist status code for rdm-mailhandler.rb
73 * Remove incoming email body via a delimiter
74 * Fixed: Custom querry 'Export to PDF' ignores field selection
75 * Fixed: Related e-mail notifications aren't threaded
76 * Fixed: No warning when the creation of a categories from the issue form fails
77 * Fixed: Actually block issues from closing when relation 'blocked by' isn't closed
78 * Fixed: Include both first and last name when sorting by users
79 * Fixed: Table cell with multiple line text
80 * Fixed: Project overview page shows disabled trackers
81 * Fixed: Cross project issue relations and user permissions
82 * Fixed: My page shows tickets the user doesn't have access to
83 * Fixed: TOC does not parse wiki page reference links with description
84 * Fixed: Target version-list on bulk edit form is incorrectly sorted
85 * Fixed: Cannot modify/delete project named "Documents"
86 * Fixed: Email address in brackets breaks html
87 * Fixed: Timelog detail loose issue filter passing to report tab
88 * Fixed: Inform about custom field's name maximum length
89 * Fixed: Activity page and Atom feed links contain project id instead of identifier
90 * Fixed: no Atom key for forums with only 1 forum
91 * Fixed: When reading RSS feed in MS Outlook, the inline links are broken.
92 * Fixed: Sometimes new posts don't show up in the topic list of a forum.
93 * Fixed: The all/active filter selection in the project view does not stick.
94 * Fixed: Login box has Different width
95 * Fixed: User removed from project - still getting project update emails
96 * Fixed: Project with the identifier of 'new' cannot be viewed
97 * Fixed: Artefacts in search view (Cyrillic)
98 * Fixed: Allow [#id] as subject to reply by email
99 * Fixed: Wrong language used when closing an issue via a commit message
100 * Fixed: email handler drops emails for new issues with no subject
101 * Fixed: Calendar misspelled under Roles/Permissions
102 * Fixed: Emails from no-reply redmine's address hell cycle
103 * Fixed: child_pages macro fails on wiki page history
104 * Fixed: Pre-filled time tracking date ignores timezone
105 * Fixed: Links on locked users lead to 404 page
106 * Fixed: Page changes in issue-list when using context menu
107 * Fixed: diff parser removes lines starting with multiple dashes
108 * Fixed: Quoting in forums resets message subject
109 * Fixed: Editing issue comment removes quote link
110 * Fixed: Redmine.pm ignore browse_repository permission
111 * Fixed: text formatting breaks on [msg1][msg2]
112 * Fixed: Spent Time Default Value of 0.0
113 * Fixed: Wiki pages in search results are referenced by project number, not by project identifier.
114 * Fixed: When logging in via an autologin cookie the user's last_login_on should be updated
115 * Fixed: 50k users cause problems in project->settings->members screen
116 * Fixed: Document timestamp needs to show updated timestamps
117 * Fixed: Users getting notifications for issues they are no longer allowed to view
118
7
119
8 == 2009-02-15 v0.8.1
120 == 2009-02-15 v0.8.1
9
121
@@ -3,8 +3,8 require 'rexml/document'
3 module Redmine
3 module Redmine
4 module VERSION #:nodoc:
4 module VERSION #:nodoc:
5 MAJOR = 0
5 MAJOR = 0
6 MINOR = 8
6 MINOR = 9
7 TINY = 7
7 TINY = 0
8
8
9 # Branch values:
9 # Branch values:
10 # * official release: nil
10 # * official release: nil
General Comments 0
You need to be logged in to leave comments. Login now