]> source.dussan.org Git - redmine.git/commitdiff
updated changelog and doc files
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 27 Jan 2007 22:35:58 +0000 (22:35 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 27 Jan 2007 22:35:58 +0000 (22:35 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@198 e93f8b46-1217-0410-a6f0-8f06a7374b81

doc/CHANGELOG
doc/INSTALL
doc/UPGRADING

index 0373e46a1fe70134db99505447d86365c40c804b..05aaa801ded5acc6951dab18111d17a869593123 100644 (file)
@@ -7,11 +7,18 @@ http://redmine.rubyforge.org/
 \r
 == xx/xx/2006 v0.4.2\r
 \r
-* settings are now stored in the database (config_custom.rb no more used) and editable through the application in: Admin -> Settings\r
+* Rails 1.2 is now required\r
+* settings are now stored in the database and editable through the application in: Admin -> Settings (config_custom.rb is no longer used)\r
+* mail notifications added when a document, a file or an attachment is added\r
 * tooltips added on Gantt chart and calender to view the details of the issues\r
+* added missing fields to csv export: priority, start date, due date, done ratio\r
 * all icons replaced (new icons are based on GPL icon set: "KDE Crystal Diamond 2.5" -by paolino- and "kNeu! Alpha v0.1" -by Pablo Fabregat-)\r
 * added back "fixed version" field on issue screen and in filters\r
+* project settings screen split in 4 tabs\r
 * fixed: subprojects count is always 0 on projects list\r
+* fixed: setting an issue status as default status leads to an sql error with SQLite\r
+* fixed: unable to delete an issue status even if it's not used yet\r
+* fixed: filters ignored when exporting a predefined query to csv/pdf\r
 \r
 \r
 == 01/03/2006 v0.4.1\r
index 4afe11ad1775c1b5e99d024c4398b36b93fd8f6d..58a9d629825ed183fe5f51e9f316c767c0246047 100644 (file)
@@ -7,7 +7,7 @@ http://redmine.rubyforge.org/
 \r
 == Requirements\r
 \r
-* Ruby on Rails 1.1\r
+* Ruby on Rails 1.2\r
 * Iconv\r
 * A database (see compatibility below)\r
 \r
index f42b5b3524679df1f7d4650a2e3e679b1b57d6d3..d36547b3aa0fc302f8517ac82462795462f7cf5b 100644 (file)
@@ -5,7 +5,9 @@ Copyright (C) 2006-2007  Jean-Philippe Lang
 http://redmine.rubyforge.org/\r
 \r
 \r
-== From 0.3.0 and above\r
+Note that Rails 1.2 is required for version 0.4.2 and later\r
+\r
+== Upgrading from 0.3.0 and above\r
 \r
 1. Uncompress program archive in a new directory:\r
    tar zxvf <filename>\r