Google

Change Log

3.1.2 (2002-05-07)

  • [fix] config --without did not work.
  • [fix] wrong filenames were written to InstalledFiles.

3.1.1 (2002-01-11)

  • [CHANGE] changes "config --install-prefix" to "install --prefix"
  • [new] new config option --site-ruby-common
  • [new] new metaconfig interface set_config_default(n,v)

3.1.0 (2002-01-08)

  • [new] new config option --without-ext
  • [new] new config option --install-prefix
  • [new] new hook interface get_config(k), set_config(k,v)
  • [new] config option config file 'metaconfig'
  • [fix] setup.rb executes hooks in top directory (does not run hooks in packages/ dir. This is a feature.)

3.0.2 (2001-10-01)

  • did not work on Ruby 1.4.4 ... 1.6.3 (rbconfig['rubylidir'] does not exist.)

3.0.1 (2001-09-07)

  • new options -q, --quiet, --verbose
  • parametarizes 'setup.rb' in strings

3.0.0 (2001-08-28)

  • archive structure completely changed.
  • single package installer install.rb
  • restructs setup.rb
  • outputs installed file names into the file "InstalledFiles"
  • --with/--without accepts only package names.
  • "config -- --with-foo=bar" passes options to extconf.rb
  • supports customized site_ruby (thanks Akira Yamada)

2.2.1 (2001-08-01)

  • modify --with/--without (reported by Knu)

2.2.0 (2001-06-30)

2.1.0 (2001-06-30)

  • support parameterized config value (i.e. --prefix)
  • Developpers can hook any tasks. (thanks rubikitch)
  • support srcdir

2.0.4 (2001-04-07)

  • support Ruby 1.4

2.0.3 (2001-03-26)

  • ignore if Makefile is not exist when "make clean"
  • avoids windows' stat() bug

2.0.2 (2001-02-13)

  • ignore if Makefile is not exist when "make clean" (thanks rubikitch)
  • support DOS's drive letter

2.0.1 (2001-02-09)

  • does "make clean" on each SETUP
  • does not fork new ruby process when executing extconf.rb
  • config --rbconfig=file

2.0.0 (2000-12-19)

  • now setup.rb does not depend on amstd
  • install --no-harm
  • add templates

1.0.7 (2000-11-18)

  • allow --without=ext/*

1.0.6 (2000-08-27)

  • new option --make-prog=[make] (patched by Katsuyuki Komatsu)

1.0.5 (2000-08-27)

  • generates Makefile every time

1.0.4 (2000-07-13)

  • can pass directory name (like ext/cparse) for --with, --without

1.0.3 (2000-06-08)

  • new command dryrun (patched by rubikitch)

1.0.2 (2000-06-03)

  • update document

1.0.1 (2000-06-01)

  • modify syntax error (patched by rubikitch)
  • new command "clean" (patched by rubikitch)

1.0.0 (2000-05-30)

  • first release