##// END OF EJS Templates
Updates for 1.0.4 release....
Jean-Philippe Lang -
r4332:c78f442095b9
parent child
Show More
@@ -4,6 +4,31 Redmine - project management software
4 4 Copyright (C) 2006-2010 Jean-Philippe Lang
5 5 http://www.redmine.org/
6 6
7 == 2010-11-28 v1.0.4
8
9 * #5324: Git not working if color.ui is enabled
10 * #6447: Issues API doesn't allow full key auth for all actions
11 * #6457: Edit User group problem
12 * #6575: start date being filled with current date even when blank value is submitted
13 * #6740: Max attachment size, incorrect usage of 'KB'
14 * #6760: Select box sorted by ID instead of name in Issue Category
15 * #6766: Changing target version name can cause an internal error
16 * #6784: Redmine not working with i18n gem 0.4.2
17 * #6839: Hardcoded absolute links in my/page_layout
18 * #6841: Projects API doesn't allow full key auth for all actions
19 * #6860: svn: Write error: Broken pipe when browsing repository
20 * #6874: API should return XML description when creating a project
21 * #6932: submitting wrong parent task input creates a 500 error
22 * #6966: Records of Forums are remained, deleting project
23 * #6990: Layout problem in workflow overview
24 * #5117: mercurial_adapter should ensure the right LANG environment variable
25 * #6782: Traditional Chinese language file (to r4352)
26 * #6783: Swedish Translation for r4352
27 * #6804: Bugfix: spelling fixes
28 * #6814: Japanese Translation for r4362
29 * #6948: Bulgarian translation
30 * #6973: Update es.yml
31
7 32 == 2010-10-31 v1.0.3
8 33
9 34 * #4065: Redmine.pm doesn't work with LDAPS and a non-standard port
@@ -1112,7 +1137,7 http://www.redmine.org/
1112 1137 * Search engines now supports pagination. Results are sorted in reverse chronological order
1113 1138 * Added "Estimated hours" attribute on issues
1114 1139 * A category with assigned issue can now be deleted. 2 options are proposed: remove assignments or reassign issues to another category
1115 * Forum notifications are now also sent to the authors of the thread, even if they don�t watch the board
1140 * Forum notifications are now also sent to the authors of the thread, even if they don�t watch the board
1116 1141 * Added an application setting to specify the application protocol (http or https) used to generate urls in emails
1117 1142 * Gantt chart: now starts at the current month by default
1118 1143 * Gantt chart: month count and zoom factor are automatically saved as user preferences
@@ -1120,7 +1145,7 http://www.redmine.org/
1120 1145 * Added wiki index by date
1121 1146 * Added preview on add/edit issue form
1122 1147 * Emails footer can now be customized from the admin interface (Admin -> Email notifications)
1123 * Default encodings for repository files can now be set in application settings (used to convert files content and diff to UTF-8 so that they�re properly displayed)
1148 * Default encodings for repository files can now be set in application settings (used to convert files content and diff to UTF-8 so that they�re properly displayed)
1124 1149 * Calendar: first day of week can now be set in lang files
1125 1150 * Automatic closing of duplicate issues
1126 1151 * Added a cross-project issue list
@@ -1132,7 +1157,7 http://www.redmine.org/
1132 1157 * Added some accesskeys
1133 1158 * Added "Float" as a custom field format
1134 1159 * Added basic Theme support
1135 * Added the ability to set the �done ratio� of issues fixed by commit (Nikolay Solakov)
1160 * Added the ability to set the �done ratio� of issues fixed by commit (Nikolay Solakov)
1136 1161 * Added custom fields in issue related mail notifications
1137 1162 * Email notifications are now sent in plain text and html
1138 1163 * Gantt chart can now be exported to a graphic file (png). This functionality is only available if RMagick is installed.
@@ -1165,7 +1190,7 http://www.redmine.org/
1165 1190 * Added Korean translation (Choi Jong Yoon)
1166 1191 * Fixed: the link to delete issue relations is displayed even if the user is not authorized to delete relations
1167 1192 * Performance improvement on calendar and gantt
1168 * Fixed: wiki preview doesn�t work on long entries
1193 * Fixed: wiki preview doesn�t work on long entries
1169 1194 * Fixed: queries with multiple custom fields return no result
1170 1195 * Fixed: Can not authenticate user against LDAP if its DN contains non-ascii characters
1171 1196 * Fixed: URL with ~ broken in wiki formatting
@@ -1176,7 +1201,7 http://www.redmine.org/
1176 1201
1177 1202 * per project forums added
1178 1203 * added the ability to archive projects
1179 * added �Watch� functionality on issues. It allows users to receive notifications about issue changes
1204 * added �Watch� functionality on issues. It allows users to receive notifications about issue changes
1180 1205 * custom fields for issues can now be used as filters on issue list
1181 1206 * added per user custom queries
1182 1207 * commit messages are now scanned for referenced or fixed issue IDs (keywords defined in Admin -> Settings)
@@ -1217,7 +1242,7 http://www.redmine.org/
1217 1242 * added swedish translation (Thomas Habets)
1218 1243 * italian translation update (Alessio Spadaro)
1219 1244 * japanese translation update (Satoru Kurashiki)
1220 * fixed: error on history atom feed when there�s no notes on an issue change
1245 * fixed: error on history atom feed when there�s no notes on an issue change
1221 1246 * fixed: error in journalizing an issue with longtext custom fields (Postgresql)
1222 1247 * fixed: creation of Oracle schema
1223 1248 * fixed: last day of the month not included in project activity
@@ -4,7 +4,7 module Redmine
4 4 module VERSION #:nodoc:
5 5 MAJOR = 1
6 6 MINOR = 0
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