##// END OF EJS Templates
Doc update for 0.5.1 release....
Jean-Philippe Lang -
r588:25f8c64f925d
parent child
Show More
@@ -5,7 +5,66 Copyright (C) 2006-2007 Jean-Philippe Lang
5 http://redmine.rubyforge.org/
5 http://redmine.rubyforge.org/
6
6
7
7
8 == 04/11/2007 v0.5.0
8 == 2007-07-15 v0.5.1
9
10 * per project forums added
11 * added the ability to archive projects
12 * added �Watch� functionality on issues. It allows users to receive notifications about issue changes
13 * custom fields for issues can now be used as filters on issue list
14 * added per user custom queries
15 * commit messages are now scanned for referenced or fixed issue IDs (keywords defined in Admin -> Settings)
16 * projects list now shows the list of public projects and private projects for which the user is a member
17 * versions can now be created with no date
18 * added issue count details for versions on Reports view
19 * added time report, by member/activity/tracker/version and year/month/week for the selected period
20 * each category can now be associated to a user, so that new issues in that category are automatically assigned to that user
21 * added autologin feature (disabled by default)
22 * optimistic locking added for wiki edits
23 * added wiki diff
24 * added the ability to destroy wiki pages (requires permission)
25 * a wiki page can now be attached to each version, and displayed on the roadmap
26 * attachments can now be added to wiki pages (original patch by Pavol Murin) and displayed online
27 * added an option to see all versions in the roadmap view (including completed ones)
28 * added basic issue relations
29 * added the ability to log time when changing an issue status
30 * account information can now be sent to the user when creating an account
31 * author and assignee of an issue always receive notifications (even if they turned of mail notifications)
32 * added a quick search form in page header
33 * added 'me' value for 'assigned to' and 'author' query filters
34 * added a link on revision screen to see the entire diff for the revision
35 * added last commit message for each entry in repository browser
36 * added the ability to view a file diff with free to/from revision selection.
37 * text files can now be viewed online when browsing the repository
38 * added basic support for other SCM: CVS (Ralph Vater), Mercurial and Darcs
39 * added fragment caching for svn diffs
40 * added fragment caching for calendar and gantt views
41 * login field automatically focused on login form
42 * subproject name displayed on issue list, calendar and gantt
43 * added an option to choose the date format: language based or ISO 8601
44 * added a simple mail handler. It lets users add notes to an existing issue by replying to the initial notification email.
45 * a 403 error page is now displayed (instead of a blank page) when trying to access a protected page
46 * added portuguese translation (Joao Carlos Clementoni)
47 * added partial online help japanese translation (Ken Date)
48 * added bulgarian translation (Nikolay Solakov)
49 * added dutch translation (Linda van den Brink)
50 * added swedish translation (Thomas Habets)
51 * italian translation update (Alessio Spadaro)
52 * japanese translation update (Satoru Kurashiki)
53 * fixed: error on history atom feed when there�s no notes on an issue change
54 * fixed: error in journalizing an issue with longtext custom fields (Postgresql)
55 * fixed: creation of Oracle schema
56 * fixed: last day of the month not included in project activity
57 * fixed: files with an apostrophe in their names can't be accessed in SVN repository
58 * fixed: performance issue on RepositoriesController#revisions when a changeset has a great number of changes (eg. 100,000)
59 * fixed: open/closed issue counts are always 0 on reports view (postgresql)
60 * fixed: date query filters (wrong results and sql error with postgresql)
61 * fixed: confidentiality issue on account/show (private project names displayed to anyone)
62 * fixed: Long text custom fields displayed without line breaks
63 * fixed: Error when editing the wokflow after deleting a status
64 * fixed: SVN commit dates are now stored as local time
65
66
67 == 2007-04-11 v0.5.0
9
68
10 * added per project Wiki
69 * added per project Wiki
11 * added rss/atom feeds at project level (custom queries can be used as feeds)
70 * added rss/atom feeds at project level (custom queries can be used as feeds)
@@ -37,7 +96,7 http://redmine.rubyforge.org/
37 * fixed: table_name pre/suffix support
96 * fixed: table_name pre/suffix support
38
97
39
98
40 == 02/18/2007 v0.4.2
99 == 2007-02-18 v0.4.2
41
100
42 * Rails 1.2 is now required
101 * Rails 1.2 is now required
43 * settings are now stored in the database and editable through the application in: Admin -> Settings (config_custom.rb is no longer used)
102 * settings are now stored in the database and editable through the application in: Admin -> Settings (config_custom.rb is no longer used)
@@ -65,12 +124,12 http://redmine.rubyforge.org/
65 * fixed: crash when a new user try to edit its "my page" layout
124 * fixed: crash when a new user try to edit its "my page" layout
66
125
67
126
68 == 01/03/2007 v0.4.1
127 == 2007-01-03 v0.4.1
69
128
70 * fixed: emails have no recipient when one of the project members has notifications disabled
129 * fixed: emails have no recipient when one of the project members has notifications disabled
71
130
72
131
73 == 01/02/2007 v0.4.0
132 == 2007-01-02 v0.4.0
74
133
75 * simple SVN browser added (just needs svn binaries in PATH)
134 * simple SVN browser added (just needs svn binaries in PATH)
76 * comments can now be added on news
135 * comments can now be added on news
@@ -107,7 +166,7 http://redmine.rubyforge.org/
107 * fixed: non public projects were shown on welcome screen even if current user is not a member
166 * fixed: non public projects were shown on welcome screen even if current user is not a member
108
167
109
168
110 == 10/08/2006 v0.3.0
169 == 2006-10-08 v0.3.0
111
170
112 * user authentication against multiple LDAP (optional)
171 * user authentication against multiple LDAP (optional)
113 * token based "lost password" functionality
172 * token based "lost password" functionality
@@ -138,12 +197,12 http://redmine.rubyforge.org/
138 * Fixed: incorrect versions sorting
197 * Fixed: incorrect versions sorting
139
198
140
199
141 == 07/12/2006 - v0.2.2
200 == 2006-07-12 - v0.2.2
142
201
143 * Fixed: bug in "issues list"
202 * Fixed: bug in "issues list"
144
203
145
204
146 == 07/09/2006 - v0.2.1
205 == 2006-07-09 - v0.2.1
147
206
148 * new databases supported: Oracle, PostgreSQL, SQL Server
207 * new databases supported: Oracle, PostgreSQL, SQL Server
149 * projects/subprojects hierarchy (1 level of subprojects only)
208 * projects/subprojects hierarchy (1 level of subprojects only)
@@ -160,7 +219,7 http://redmine.rubyforge.org/
160 * Fixed: SQL error in "issue reports" view with PostgreSQL (rev5)
219 * Fixed: SQL error in "issue reports" view with PostgreSQL (rev5)
161
220
162
221
163 == 06/25/2006 - v0.1.0
222 == 2006-06-25 - v0.1.0
164
223
165 * multiple users/multiple projects
224 * multiple users/multiple projects
166 * role based access control
225 * role based access control
@@ -169,4 +228,4 http://redmine.rubyforge.org/
169 * documents/files repository
228 * documents/files repository
170 * email notifications on issue creation and update
229 * email notifications on issue creation and update
171 * multilanguage support (except for error messages):english, french, spanish
230 * multilanguage support (except for error messages):english, french, spanish
172 * online manual in french (unfinished) No newline at end of file
231 * online manual in french (unfinished)
@@ -30,15 +30,17 redMine is a flexible project management web application written using Ruby on R
30 * Issue tracking system
30 * Issue tracking system
31 * Fully customizable workflow
31 * Fully customizable workflow
32 * Documents/files repository
32 * Documents/files repository
33 * Forums
33 * News management
34 * News management
34 * Per project Wiki
35 * Per project Wiki
35 * Time tracking
36 * Time tracking
36 * SVN browser and diff viewer
37 * Repository browser and diff viewer
37 * Email notifications
38 * Email notifications
38 * Custom fields for projects, users and issues
39 * Custom fields for projects, users and issues
39 * Multiple LDAP authentication support
40 * Multiple LDAP authentication support
40 * User self-registration support
41 * User self-registration support
41 * Multilanguage support
42 * Multilanguage support
43 * Multiple repositories support
42 * Multiple databases support
44 * Multiple databases support
43
45
44
46
@@ -66,3 +68,10 may not be provided for these versions.
66 * Andy Wu (chinese simplified translation)
68 * Andy Wu (chinese simplified translation)
67 * Thomas L�ber (german translation)
69 * Thomas L�ber (german translation)
68 * Daniel Weinand (german translation)
70 * Daniel Weinand (german translation)
71 * Joao Carlos Clementoni (portuguese translation)
72 * Cyril Mougel (side by side diff)
73 * Nikolay Solakov (Bulgarian translation)
74 * Linda van den Brink (Dutch translation)
75 * Pavol Murin (Wiki attachments)
76 * Thomas Habets (Swedish translation)
77 * Ralph Vater (CVS adapter)
@@ -2,7 +2,7 module Redmine
2 module VERSION #:nodoc:
2 module VERSION #:nodoc:
3 MAJOR = 0
3 MAJOR = 0
4 MINOR = 5
4 MINOR = 5
5 TINY = 0
5 TINY = 1
6
6
7 STRING= [MAJOR, MINOR, TINY].join('.')
7 STRING= [MAJOR, MINOR, TINY].join('.')
8
8
General Comments 0
You need to be logged in to leave comments. Login now