From: Jean-Philippe Lang Date: Sun, 16 Sep 2012 12:44:38 +0000 (+0000) Subject: Updates for 2.0.4 release. X-Git-Tag: 2.0.4~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=45b297f3ae77c1e8e7fc40cd8ffd1cce7a51640a;p=redmine.git Updates for 2.0.4 release. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.0-stable@10393 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/doc/CHANGELOG b/doc/CHANGELOG index c6ee3bd33..96335e5a5 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,28 @@ Redmine - project management software Copyright (C) 2006-2012 Jean-Philippe Lang http://www.redmine.org/ +== 2012-09-16 v2.0.4 + +* Defect #10818: Running rake in test environment causes exception +* Defect #11209: Wiki diff may generate broken HTML +* Defect #11217: Project names in drop-down are escaped twice +* Defect #11262: Link is escaped in wiki added/updated notification email +* Defect #11307: Can't filter for negative numeric custom fields +* Defect #11325: Unified diff link broken on specific file/revision diff view +* Defect #11341: Escaped link in conflict resolution form +* Defect #11365: Attachment description length is not validated +* Defect #11511: Confirmation page has broken HTML when a project folding sub project is deleted +* Defect #11533: rake redmine:plugins:test doesn't run tests in subdirectories +* Defect #11541: Version sharing is missing in the REST API +* Defect #11550: Issue reminder doesn't work when using asynchronous delivery +* Defect #11776: Can't override mailer views inside redmine plugin. +* Defect #11789: Edit section links broken with h5/h6 headings +* Feature #11338: Exclude emails with auto-submitted => auto-generated +* Patch #11299: redmine:plugins:migrate should update db/schema.rb +* Patch #11328: Fix Japanese mistranslation for 'label_language_based' +* Patch #11448: Russian translation for 1.4-stable and 2.0-stable +* Patch #11600: Fix plural form of the abbreviation for hours in Brazilian Portuguese + == 2012-06-18 v2.0.3 * Defect #10688: PDF export from Wiki - Problems with tables diff --git a/doc/INSTALL b/doc/INSTALL index 7021dc671..34c471d1e 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -13,7 +13,7 @@ http://www.redmine.org/ * A database: * MySQL (tested with MySQL 5.1) - * PostgreSQL (tested with PostgreSQL 8.4) + * PostgreSQL (tested with PostgreSQL 9.1) * SQLite3 (tested with SQLite 3.6) Optional: @@ -38,7 +38,10 @@ Optional: 3. Create an empty utf8 encoded database: "redmine" for example 4. Configure the database parameters in config/database.yml - for the "production" environment (default database is MySQL) + for the "production" environment (default database is MySQL and ruby1.8) + + If you're running Redmine with MySQL and ruby1.9, replace the adapter name + with `mysql2` 5. Generate a session store secret diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 9dd157a78..115a733c2 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -4,7 +4,7 @@ module Redmine module VERSION #:nodoc: MAJOR = 2 MINOR = 0 - TINY = 3 + TINY = 4 # Branch values: # * official release: nil