Redmine 1.2.0 released
Redmine version: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.
点赞0
评论
由 X Steffen 在 超过 13 年 之前添加
After upgrading to 1.2.0 the webbrowser shows only pure HTML code. What’s wrong?
由 (RedmineUP) Kirill 在 超过 13 年 之前添加
May be you should refresh sessions
由 Krynicki Zygmunt 在 超过 13 年 之前添加
OpenID authentication is broken in this release
由 Tomeo Emanuele 在 超过 13 年 之前添加
After upgrading to 1.2.0, Mongrel could not start.
In this case refer here: http://www.redmine.org/issues/7688
由 Mauro Eduardo 在 超过 13 年 之前添加
I have the same problem as Steffen. I refreshed sessions as described in the upgrade instructions.
由 Agafonov Oleg 在 超过 13 年 之前添加
Steffen Ph, Eduardo Mauro
That’s “plain/text” compatibility bug with mongrel and rails 2.3.11. See issues #7688 and #8476 for more info and patch.
由 X Steffen 在 超过 13 年 之前添加
Thanks, i will try the update next weekend.