Changeset 7348b95


Ignore:
Timestamp:
03/02/2013 01:32:34 AM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
7.3
Children:
9f403c63
Parents:
e81fe89
Message:

Tag LFS-7.3

git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/7.3@10179 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    re81fe89 r7348b95  
    3838
    3939    <listitem>
     40      <para>2013-03-01</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[bdubbs] - Upgrade to Linux-3.8.1. Fixes
     44          <ulink url="&lfs-ticket-root;3295">#3295</ulink>.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    4050      <para>2013-02-27</para>
    4151      <itemizedlist>
  • chapter06/procps.xml

    re81fe89 r7348b95  
    8282<screen><userinput remap="test">pushd testsuite
    8383  sed -i -e 's|exec which sleep|exec echo /tools/bin/sleep|' \
    84          -e 's|999999|&amp;9|'                    config/unix.exp
    85   sed -i 's|pmap_initname\\\$|pmap_initname|' pmap.test/pmap.exp
     84         -e 's|999999|&amp;9|'                       config/unix.exp
     85  sed -i -e 's|pmap_initname\\\$|pmap_initname|' pmap.test/pmap.exp
    8686  make site.exp
    8787  DEJAGNU=global-conf.exp runtest
  • general.ent

    re81fe89 r7348b95  
    1 <!ENTITY version "SVN-20130227">
    2 <!ENTITY releasedate "February 27, 2013">
     1<!ENTITY version "7.3">
     2<!ENTITY releasedate "March 1, 2013">
    33<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "7.3">
    5 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
     5<!ENTITY generic-version "7.3"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
    66
    77<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
  • packages.ent

    re81fe89 r7348b95  
    329329<!ENTITY linux-major-version "3">
    330330<!ENTITY linux-minor-version "8">
    331 <!--<!ENTITY linux-patch-version "9">-->
    332 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">-->
    333 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">
    334 <!ENTITY linux-size "69,326 KB">
     331<!ENTITY linux-patch-version "1">
     332<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
     333<!-- <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> -->
     334<!ENTITY linux-size "69,3292 KB">
    335335<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    336 <!ENTITY linux-md5 "1c738edfc54e7c65faeb90c436104e2f">
     336<!ENTITY linux-md5 "093b172f907d5455a6746418ad18f5bc">
    337337<!ENTITY linux-home "http://www.kernel.org/">
    338338<!ENTITY linux-ch8-du "540 - 800 MB">
  • prologue/standards.xml

    re81fe89 r7348b95  
    2828      </listitem>
    2929      <listitem>
    30         <para><ulink url="http://refspecs.freestandards.org/LSB_4.0.0/">Linux
    31         Standard Base (LSB) Core Specification 4.0</ulink></para>
     30        <para><ulink url="http://refspecs.linuxfoundation.org/lsb.shtml">Linux
     31        Standard Base (LSB) Specifications</ulink></para>
    3232
    3333        <para>The LSB has five separate standards: Core, C++, Desktop,
Note: See TracChangeset for help on using the changeset viewer.