[Fxruby-commits] CVS: FXRuby ANNOUNCE,1.26.2.1,1.26.2.2 ANNOUNCE.in,1.1.2.1,1.1.2.2 setversions.rb,1
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <ly...@us...> - 2002-05-15 15:31:37
|
Update of /cvsroot/fxruby/FXRuby In directory usw-pr-cvs1:/tmp/cvs-serv19986 Modified Files: Tag: release10 ANNOUNCE ANNOUNCE.in setversions.rb Log Message: Index: ANNOUNCE =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ANNOUNCE,v retrieving revision 1.26.2.1 retrieving revision 1.26.2.2 diff -C2 -d -r1.26.2.1 -r1.26.2.2 *** ANNOUNCE 30 Apr 2002 19:05:50 -0000 1.26.2.1 --- ANNOUNCE 15 May 2002 15:12:22 -0000 1.26.2.2 *************** *** 11,17 **** http://prdownloads.sourceforge.net/fxruby/FXRuby-1.0.10.tar.gz ! A binary installer for Windows, compatible with the mswin32-based versions of Ruby 1.6.x for Windows, is also available for download here: http://prdownloads.sourceforge.net/fxruby/FXRuby-1.0.10-win32.exe Note that this release of FXRuby depends on FOX version 1.0.0 (or later), which --- 11,21 ---- http://prdownloads.sourceforge.net/fxruby/FXRuby-1.0.10.tar.gz ! A binary installer for Windows, compatible with the mswin32-based versions of Ruby 1.6.x for Windows, is available for download here: http://prdownloads.sourceforge.net/fxruby/FXRuby-1.0.10-win32.exe + + and a Linux RPM (for Ruby 1.6) is available for download here: + + http://prdownloads.sourceforge.net/fxruby/FXRuby-1.0.10-1.i386.rpm Note that this release of FXRuby depends on FOX version 1.0.0 (or later), which Index: ANNOUNCE.in =================================================================== RCS file: /cvsroot/fxruby/FXRuby/Attic/ANNOUNCE.in,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** ANNOUNCE.in 10 May 2002 05:04:01 -0000 1.1.2.1 --- ANNOUNCE.in 15 May 2002 15:12:22 -0000 1.1.2.2 *************** *** 11,17 **** @@FXRUBY_SRC_URL@@ ! A binary installer for Windows, compatible with the mswin32-based versions of Ruby 1.6.x for Windows, is also available for download here: @@FXRUBY_WIN32_URL@@ Note that this release of FXRuby depends on FOX version 1.0.0 (or later), which --- 11,21 ---- @@FXRUBY_SRC_URL@@ ! A binary installer for Windows, compatible with the mswin32-based versions of Ruby 1.6.x for Windows, is available for download here: @@FXRUBY_WIN32_URL@@ + + and a Linux RPM (for Ruby 1.6) is available for download here: + + @@FXRUBY_LINUX_URL@@ Note that this release of FXRuby depends on FOX version 1.0.0 (or later), which Index: setversions.rb =================================================================== RCS file: /cvsroot/fxruby/FXRuby/setversions.rb,v retrieving revision 1.15.2.3 retrieving revision 1.15.2.4 diff -C2 -d -r1.15.2.3 -r1.15.2.4 *** setversions.rb 10 May 2002 19:56:52 -0000 1.15.2.3 --- setversions.rb 15 May 2002 15:12:23 -0000 1.15.2.4 *************** *** 19,22 **** --- 19,23 ---- "@@FXRUBY_SRC_URL@@" => "http://prdownloads.sourceforge.net/fxruby/FXRuby-" + fxruby_version + ".tar.gz", "@@FXRUBY_WIN32_URL@@" => "http://prdownloads.sourceforge.net/fxruby/FXRuby-" + fxruby_version + "-win32.exe", + "@@FXRUBY_LINUX_URL@@" => "http://prdownloads.sourceforge.net/fxruby/FXRuby-" + fxruby_version + "-1.i386.rpm", "@@FOX_HOME_URL@@" => "http://www.fox-toolkit.org", "@@FOX_SRC_URL@@" => "ftp://ftp.fox-toolkit.org/pub/fox-" + fox_version + ".tar.gz" |