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