summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-12-30 09:52:49 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-12-30 09:52:49 +0000
commitbabb14dd9406e038bde2c19db2bceb51b0a0f581 (patch)
tree4f950a628ad9697e688ce2fc5bf038b23d080859 /doc
parent3b901415430c5f757f096a914c48408d6d420ee6 (diff)
downloadredmine-babb14dd9406e038bde2c19db2bceb51b0a0f581.tar.gz
redmine-babb14dd9406e038bde2c19db2bceb51b0a0f581.zip
Doc updates for 0.8.0 final release.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/0.8-stable@2204 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGELOG22
-rw-r--r--doc/INSTALL2
2 files changed, 23 insertions, 1 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG
index 05d553cd6..bfc15e0a4 100644
--- a/doc/CHANGELOG
+++ b/doc/CHANGELOG
@@ -5,6 +5,28 @@ Copyright (C) 2006-2008 Jean-Philippe Lang
http://www.redmine.org/
+== 2008-12-30 v0.8.0
+
+* Setting added in order to limit the number of diff lines that should be displayed
+* Makes logged-in username in topbar linking to
+* Mail handler: strip tags when receiving a html-only email
+* Mail handler: add watchers before sending notification
+* Adds a css class (overdue) to overdue issues on issue lists and detail views
+* Fixed: project activity truncated after viewing user's activity
+* Fixed: email address entered for password recovery shouldn't be case-sensitive
+* Fixed: default flag removed when editing a default enumeration
+* Fixed: default category ignored when adding a document
+* Fixed: error on repository user mapping when a repository username is blank
+* Fixed: Firefox cuts off large diffs
+* Fixed: CVS browser should not show dead revisions (deleted files)
+* Fixed: escape double-quotes in image titles
+* Fixed: escape textarea content when editing a issue note
+* Fixed: JS error on context menu with IE
+* Fixed: bold syntax around single character in series doesn't work
+* Fixed several XSS vulnerabilities
+* Fixed a SQL injection vulnerability
+
+
== 2008-12-07 v0.8.0-rc1
* Wiki page protection
diff --git a/doc/INSTALL b/doc/INSTALL
index 13502f8d0..72cb50896 100644
--- a/doc/INSTALL
+++ b/doc/INSTALL
@@ -7,7 +7,7 @@ http://www.redmine.org/
== Requirements
-* Ruby on Rails 2.1
+* Ruby on Rails 2.1.2
* A database:
* MySQL (tested with MySQL 5)
* PostgreSQL (tested with PostgreSQL 8.1)