Project

General

Profile

News

Redmine: Redmine 1.2.2 released (4 comments)

Added by Jean-Philippe Lang about 13 years ago

Redmine 1.2.2 was released today and is available for download at Rubyforge.

This release fixes 16 defects and several security issues: a CSRF vulnerability reported by joernchen of Phenoelit and XSS vulnerabilities. Upgrade is recommended for all 1.2.x users.

Redmine: Redmine 1.2.0 released (7 comments)

Added by Jean-Philippe Lang over 13 years ago

Redmine 1.2.0 was released today and is available for download at Rubyforge.

This release brings many new features and improvements (including private issues, more customizable workflow, custom fields referencing users and versions, user deletion, time entries bulk edition) and fixes more than 60 defects. You can review the list of all changes here.

Note that Redmine now runs with Rails 2.3.11 (See RedmineInstall or RedmineUpgrade), you can install it with:

gem install rails -v=2.3.11

Thanks to all active contributors and translators who made Redmine 1.2.0 possible.

Redmine: Redmine 1.1.3 released

Added by Jean-Philippe Lang over 13 years ago

Redmine 1.1.3 has been released and is available at Rubyforge.

This release fixes more than 20 defects including an error that was occurring on concurrent wiki edits and the compatibility with IE9 (selection of issues and context menu).

Redmine: Redmine 1.1.2 bug/security fix released

Added by Jean-Philippe Lang over 13 years ago

Redmine 1.1.2 has been released and is available at Rubyforge.

This maintenance release for 1.1.x users includes 13 bug fixes since 1.1.1 and a security fix (XSS vulnerability affecting all Redmine versions from 1.0.1 to 1.1.1). As previous 1.0.x and 1.1.x releases, it still runs with Rails 2.3.5.

Redmine: Redmine trunk upgraded to Rails 2.3.11 (5 comments)

Added by Jean-Philippe Lang almost 14 years ago

Redmine development branch (aka trunk) now runs with the latest Rails 2.3.x release (2.3.11).
So if you're using Redmine trunk, don't forget to install the Rails 2.3.11 gem next time you update your Redmine source code:

gem install rails -v=2.3.11

Redmine: Redmine 1.1.1 released (6 comments)

Added by Jean-Philippe Lang almost 14 years ago

This 1.1.1 maintenance release fixes 19 defects and includes an upgrade to the latest stable release of Coderay, the syntax highlighter used in Redmine.

Those who use cgi/fastcgi to run Redmine should note that the default .htaccess included in the Redmine source code has been renamed to htaccess.fastcgi.example (see #7256). So if you were using it, don't forget to rename it back to .htaccess.

Redmine: Redmine 1.0.5 bug/security fix released (3 comments)

Added by Jean-Philippe Lang almost 14 years ago

Among 11 bug fixes, Redmine 1.0.5 solves the incompatibility with the i18n 0.5.0 gem. The appropriate i18n gem version (0.4.2) is now required, you can install it using:

gem install i18n -v=0.4.2
This release also fixes 3 security issues reported by joernchen of Phenoelit:
  • logged in users may be able to access private data (affected versions: 1.0.x)
  • persistent XSS vulnerability in textile formatter (affected versions: all previous releases)
  • remote command execution in bazaar repository adapter (affected versions: 0.9.x, 1.0.x)

All Redmine users are highly recommended to upgrade to this latest release.

(91-100/148)

Also available in: Atom