Project

General

Profile

Redmine 2.2.0 and 2.1.5 released

Added by Jean-Philippe Lang over 11 years ago

I am proud to announce that the new feature release Redmine 2.2.0 is available for download at Rubyforge. Here are the highlights:

  • Private comments in issues
  • Ability to allow subtasks in subprojects or other projects (can be turned on/off with a configurable scope)
  • Issue relations improvements:
    • Precedes/Follows relations take care of non working days when rescheduling issues (non working days can be configured in the application settings)
    • Precedes/Follows relations now also move following issues when rescheduling an issue earlier
    • A new relation "Copied from/to" is automatically added when copying issues
    • You can now filter issues against their relations
    • Relations can be displayed on the issue list
  • Issue list improvements:
    • The order of the group column can now be set
    • An option lets you display the full issue descriptions on the issue list
  • REST API additions: wiki pages, roles, priorities, user Impersonation

You can review all the changes in the Changelog. Redmine 2.1.5 is a maintenance release for the 2.1.x branch.

Thanks to all contributors!


Comments

Added by Patrick Z over 11 years ago

I upgraded from 2.1.4 to 2.2.0 and I had to add the line:

gem 'libv8', '~> 3.11.8'

to the Gemfile - else bundle install didn't work - don't know if this is my mistake or a "minor bug".

Added by Patrick Z over 11 years ago

Can't edit posts.
Anyway, without the line ruby racer could not be installed:

An error occurred while installing therubyracer (0.11.0), and Bundler cannot continue.
Make sure that `gem install therubyracer -v '0.11.0'` succeeds before bundling.

And: Thanks for your work!

Added by Daniel Lopez over 11 years ago

Awesome! We have updated the stacks at http://bitnami.org/stack/redmine for those of you that want to give it a quick try (the stacks are self contained, so they won't interfere with your current setup is all you want to do is give a new version of Redmine a try)