mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Updated to ruby-1.8.7-p72.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7705 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
1c9daf55ce
commit
ada99804ae
10
general.ent
10
general.ent
@ -3,13 +3,13 @@ $LastChangedBy$
|
||||
$Date$
|
||||
-->
|
||||
|
||||
<!ENTITY day "31"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "12"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2008">
|
||||
<!ENTITY day "01"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "01"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2009">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
<!ENTITY releasedate "December &day;st, &year;">
|
||||
<!ENTITY releasedate "January &day;st, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->
|
||||
@ -221,7 +221,7 @@ $Date$
|
||||
<!ENTITY php-version "5.2.3">
|
||||
<!ENTITY Python-version "2.6.1">
|
||||
<!ENTITY python-majorver "2.6">
|
||||
<!ENTITY ruby-version "1.8.6-p111">
|
||||
<!ENTITY ruby-version "1.8.7-p72">
|
||||
<!ENTITY tcl-version "8.5.6">
|
||||
<!ENTITY tk-version "8.5.6">
|
||||
|
||||
|
@ -8,10 +8,10 @@
|
||||
-->
|
||||
<!ENTITY ruby-download-http " ">
|
||||
<!ENTITY ruby-download-ftp "ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-&ruby-version;.tar.bz2">
|
||||
<!ENTITY ruby-md5sum "e1d38b7d4f1be55726d6927a3395ce3b">
|
||||
<!ENTITY ruby-md5sum "0b215c46b89b28d7ab8d56d96e72d5b9">
|
||||
<!ENTITY ruby-size "3.9 MB">
|
||||
<!ENTITY ruby-buildsize "115 MB">
|
||||
<!ENTITY ruby-time "2.1 SBU">
|
||||
<!ENTITY ruby-buildsize "151 MB">
|
||||
<!ENTITY ruby-time "2.2 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="ruby" xreflabel="Ruby-&ruby-version;">
|
||||
|
@ -40,6 +40,15 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<listitem>
|
||||
<para>January 1st, 2009</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Updated to ruby-1.8.7-p72.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>December 31st, 2008</para>
|
||||
<itemizedlist>
|
||||
|
Loading…
Reference in New Issue
Block a user