ChangeLog in uttk-0.4.6.1 vs ChangeLog in uttk-0.4.6.2

- old
+ new

@@ -1,4 +1,32 @@ +2007-08-15 Nicolas Pouillard <nicolas.pouillard@gmail.com> + + Bump to dev-util/uttk-0.4_p2#Teenager. + Note that we still have problem with the distcheck of uttk + (other distchecks core_ex, ruby_ex, objective_command, + unified_matchers, works well but the uttk's one seems too big). + + * SPEC.yml, + * lib/uttk/version_id.rb, + * NEWS: Update. + * script/destroy, + * script/generate, + * lib/uttk/strategies/Jump.rb, + * Rakefile: Use gem instead of require_gem. + * lib/uttk.rb: Ditto, and require action_controller too. + * bin/uttk-unit: Update to activesupport. + * test/fixtures/binaries/segv: My binary :) + +2007-03-15 Nicolas Pouillard <nicolas.pouillard@gmail.com> + + Autoload of Streams, and CORE_EX_VENDORS. + + * lib/uttk.rb: + Treat Uttk::Streams like the others to allow the autoloading of + external plugins. + Move the CORE_EX_VENDORS definition. + * lib/uttk/streams.rb: Autoloading here is now useless. + 2006-10-19 Nicolas Desprès <nicolas.despres@gmail.com> Add tags rules. * Rakefile: Add emacs_tags, vim_tags and clean rules.