Redmine 3.2.2 / 3.1.5 リリース
2016年5月5日(中央ヨーロッパ時間)、Redmine 3.2.2 / 3.1.5がリリースされました。いずれもmaintenance releaseであり、3月にリリースされたRedmine 3.2.1 / 3.1.4に対するバグ修正等が中心です。
なお、今回のリリースには5月3日に公表されたImageMagickの脆弱性(通称ImageTragick、任意のOSコマンドを実行可能)の回避策(r15362)が含まれています。ImageMagickのバージョンアップや設定変更などの対策が実施できない場合はRedmine 3.2.2または3.1.5へのアップデートを実施してください。
- Defect #22305: Highlighting of required and read-only custom fields broken in Workflow editor.
ワークフロー画面のフィールドの権限タブで必須入力のカスタムフィールドがハイライトされない - Defect #22331: bundler error: Ruby 1.9.3 = "mime-types-data requires Ruby version >= 2.0."
Ruby 1.9.3使用時、mime-types-dataがRuby 2.0以降を要求するためbundle update
でエラー発生 - Patch #22721: Check that the file is actually an image before generating the thumbnail
ImageMagickの脆弱性(ImageTragick)に対処するためサムネイル作成時にファイルが本当に画像かどうかマジックバイトをチェックする処理を追加 (r15362)
- Defect #5156: Bulk edit form lacks estimated time field
チケットの一括編集のフォームに予定工数を追加 - Defect #22105: Responsive layout. Change menu selector in responsive.js.
レスポンシブレイアウトでメニューを制御するCSSセレクタを修正 - Defect #22134: HTML markup discrepancy ol and ul at app/views/imports/show.html.erb
HTMLの記述誤り(ol → ul) - Defect #22196: Improve positioning of issue history and changesets on small screens
レスポンシブレイアウトのチケット画面の「関連するリビジョン」のレイアウトが乱れる - Defect #22342: When copying issues to a different project, subtasks /w custom fields not copied over
チケットを異なるプロジェクトにコピーするとき、カスタムフィールドを持つ子チケットがコピーできない - Defect #22354: Sort criteria defined in custom queries are not applied when exporting to CSV
チケットをCSVにエクスポートするとき、カスタムフィールドで定義されたソート順が無視される - Defect #22583: CSV import delimiter detection broken
CSVからのチケットインポートで区切り文字の自動検出が動作していない - Patch #22278: Revision Graph and Table should work with vertical-align: middle
リビジョングラフの表示を調整 - Patch #22296: Add collision option to autocomplete initialization
チケット番号による補完の表示がレスポンシブレイアウトで乱れる - Patch #22319: Fix German
"error_invalid_csv_file_or_settings"
typoerror_invalid_csv_file_or_settings
のドイツ語翻訳のtypo修正 - Patch #22336: Revision Table does not scroll horizontally on small screens
リポジトリ画面のリビジョンの一覧をレスポンシブレイアウトでも全体を参照できるよう横スクロールを追加
- アナウンス (redmine.org)