Changeset 6201485


Ignore:
Timestamp:
10/18/2018 03:57:46 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e513dde
Parents:
a4c24de
Message:

rustc-1.29.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20638 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra4c24de r6201485  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "15">                   <!-- Always 2 digits -->
     3<!ENTITY day          "18">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 15th, &year;">
     9<!ENTITY releasedate  "October 18th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/rust.xml

    ra4c24de r6201485  
    77  <!ENTITY rust-download-http "https://static.rust-lang.org/dist/rustc-&rust-version;-src.tar.gz">
    88  <!ENTITY rust-download-ftp  " ">
    9   <!ENTITY rust-md5sum        "42bcdc69536ab7a04bfead2ddade1edd">
    10   <!ENTITY rust-size          "102 MB">
     9  <!ENTITY rust-md5sum        "6790c24fe5e8fb5a5f7efbfbcc6fea65">
     10  <!ENTITY rust-size          "101 MB">
    1111  <!ENTITY rust-buildsize     "6.5 GB (679 MB installed) including 270MB of ~/.cargo files for the user building this (add 1.4GB if running the tests)">
    1212  <!ENTITY rust-time          "27 SBU (add 13 SBU for tests, both with 4 processors)">
  • introduction/welcome/changelog.xml

    ra4c24de r6201485  
    4343-->
    4444    <listitem>
     45      <para>October 18th, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Update to rustc-1.29.2. Fixes
     49          <ulink url="&blfs-ticket-root;11254">#11254</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>October 16th, 2018</para>
    4656      <itemizedlist>
  • packages.ent

    ra4c24de r6201485  
    338338<!ENTITY ruby-patch-version           "1">
    339339<!ENTITY ruby-version                 "&ruby-minor-version;.&ruby-patch-version;">
    340 <!ENTITY rust-version                 "1.29.1">
     340<!ENTITY rust-version                 "1.29.2">
    341341<!ENTITY scons-version                "3.0.0">
    342342<!ENTITY slang-version                "2.3.2">
Note: See TracChangeset for help on using the changeset viewer.