OSDN Git Service

Doc files updated for 0.5.0 release
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 11 Apr 2007 15:33:27 +0000 (15:33 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 11 Apr 2007 15:33:27 +0000 (15:33 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@443 e93f8b46-1217-0410-a6f0-8f06a7374b81

doc/CHANGELOG
doc/INSTALL
doc/README

index d631e30..75dff3a 100644 (file)
@@ -5,10 +5,36 @@ Copyright (C) 2006-2007  Jean-Philippe Lang
 http://redmine.rubyforge.org/\r
 \r
 \r
-== xx/xx/2007 v0.4.3\r
-\r
-* japanese translation added (thanks to Satoru Kurashiki)\r
+== 04/11/2007 v0.5.0\r
+\r
+* added per project Wiki\r
+* added rss/atom feeds at project level (custom queries can be used as feeds)\r
+* added search engine (search in issues, news, commits, wiki pages, documents)\r
+* simple time tracking functionality added\r
+* added version due dates on calendar and gantt\r
+* added subprojects issue count on project Reports page\r
+* added the ability to copy an existing workflow when creating a new tracker\r
+* added the ability to include subprojects on calendar and gantt\r
+* added the ability to select trackers to display on calendar and gantt (Jeffrey Jones)\r
+* added side by side svn diff view (Cyril Mougel)\r
+* added back subproject filter on issue list\r
+* added permissions report in admin area\r
+* added a status filter on users list\r
+* support for password-protected SVN repositories\r
+* SVN commits are now stored in the database\r
+* added simple svn statistics SVG graphs\r
+* progress bars for roadmap versions (Nick Read)\r
+* issue history now shows file uploads and deletions\r
+* #id patterns are turned into links to issues in descriptions and commit messages\r
+* japanese translation added (Satoru Kurashiki)\r
+* chinese simplified translation added (Andy Wu)\r
+* italian translation added (Alessio Spadaro)\r
+* added scripts to manage SVN repositories creation and user access control using ssh+svn (Nicolas Chuche)\r
+* better calendar rendering time\r
+* fixed migration scripts to work with mysql 5 running in strict mode\r
 * fixed: error when clicking "add" with no block selected on my/page_layout\r
+* fixed: hard coded links in navigation bar\r
+* fixed: table_name pre/suffix support\r
 \r
 \r
 == 02/18/2007 v0.4.2\r
index 461989f..e653acb 100644 (file)
@@ -8,7 +8,6 @@ http://redmine.rubyforge.org/
 == Requirements\r
 \r
 * Ruby on Rails 1.2.2\r
-* Iconv\r
 * A database (see compatibility below)\r
 \r
 Optional:\r
index 85bb92e..d0cf252 100644 (file)
@@ -23,7 +23,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 \r
 == Main features\r
 \r
-redMine is a project management software written using Ruby on Rails.\r
+redMine is a flexible project management web application written using Ruby on Rails.\r
 \r
 * Multiple users/multiple projects\r
 * Fully customizable role based access control\r
@@ -31,13 +31,15 @@ redMine is a project management software written using Ruby on Rails.
 * Fully customizable workflow\r
 * Documents/files repository\r
 * News management\r
+* Per project Wiki\r
+* Time tracking\r
 * SVN browser and diff viewer\r
 * Email notifications\r
 * Custom fields for projects, users and issues\r
 * Multiple LDAP authentication support\r
 * User self-registration support\r
-* Multilanguage support (english, french, german, spanish)\r
-* Multiple databases support: MySQL, PostgreSQL, Oracle, SQL Server, SQLite\r
+* Multilanguage support\r
+* Multiple databases support\r
 \r
 \r
 == User documentation\r
@@ -61,3 +63,6 @@ may not be provided for these versions.
 * Todd McGrath (help with english translation)\r
 * Satoru Kurashiki (japanese translation)\r
 * Alessio Spadaro (italian translation)\r
+* Andy Wu (chinese simplified translation)\r
+* Thomas Löber (german translation)\r
+* Daniel Weinand (german translation)\r