From kou at cozmixng.org Sun Sep 18 03:32:23 2011 From: kou at cozmixng.org (Kouhei Sutou) Date: Sun, 18 Sep 2011 16:32:23 +0900 (JST) Subject: [test-unit-users-en:00060] [ANN] test-unit 2.4.0 Message-ID: <20110918.163223.828865773617403754.kou@cozmixng.org> Hi, test-unit 2.4.0 has been released. Web: http://test-unit.rubyforge.org/ Install: gem install test-unit Changes: h2. 2.4.0 - 2011-09-18 h3. Improvements * Supported Travis CI. #5 [Suggested by James Mead] * Added Gemfile. #6 [Suggested by James Mead] * [ui][console] Supported notification in show-detail-immediately. * [ui][console] enable --show-detail-immediately by default. * [ui] Added --max-diff-target-string-size option. * [ui][console] Supported 256 colors. h3. Fixes * Added missing fixture file. #7 [Reported by grafi-tt] * [ui][console] Added missing the last newline for progress level. * Supported correct backtrace for redefined notification. * Don't handle Timeout::Error as pass through exception on Ruby 1.8. #8 [Reported by Marc Seeger (Acquia)] h3. Thanks * James Mead * grafi-tt * Marc Seeger (Acquia)