diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-03-02 01:32:34 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-03-02 01:32:34 +0000 |
commit | 7348b9594578377ab9313aa20237f0dc7c0048a2 (patch) | |
tree | 0992b5f4dac6b06739afefd92b583eea1fd10009 | |
parent | e81fe89a553960405172d473f6856931874c02c7 (diff) |
Tag LFS-7.3
git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/7.3@10179 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter06/procps.xml | 4 | ||||
-rw-r--r-- | general.ent | 6 | ||||
-rw-r--r-- | packages.ent | 10 | ||||
-rw-r--r-- | prologue/standards.xml | 4 |
5 files changed, 22 insertions, 12 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 7099a3404..7eacecc3d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>2013-03-01</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Upgrade to Linux-3.8.1. Fixes + <ulink url="&lfs-ticket-root;3295">#3295</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2013-02-27</para> <itemizedlist> <listitem> diff --git a/chapter06/procps.xml b/chapter06/procps.xml index f9370229a..cadbbd64b 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -81,8 +81,8 @@ <screen><userinput remap="test">pushd testsuite sed -i -e 's|exec which sleep|exec echo /tools/bin/sleep|' \ - -e 's|999999|&9|' config/unix.exp - sed -i 's|pmap_initname\\\$|pmap_initname|' pmap.test/pmap.exp + -e 's|999999|&9|' config/unix.exp + sed -i -e 's|pmap_initname\\\$|pmap_initname|' pmap.test/pmap.exp make site.exp DEJAGNU=global-conf.exp runtest popd</userinput></screen> diff --git a/general.ent b/general.ent index ffe5db057..72b684fc8 100644 --- a/general.ent +++ b/general.ent @@ -1,8 +1,8 @@ -<!ENTITY version "SVN-20130227"> -<!ENTITY releasedate "February 27, 2013"> +<!ENTITY version "7.3"> +<!ENTITY releasedate "March 1, 2013"> <!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.3"> -<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> +<!ENTITY generic-version "7.3"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> <!ENTITY lfs-ticket-root "http://wiki.linuxfromscratch.org/lfs/ticket/"> diff --git a/packages.ent b/packages.ent index d63a6f0ba..b7247bd6b 100644 --- a/packages.ent +++ b/packages.ent @@ -328,12 +328,12 @@ <!ENTITY linux-major-version "3"> <!ENTITY linux-minor-version "8"> -<!--<!ENTITY linux-patch-version "9">--> -<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">--> -<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> -<!ENTITY linux-size "69,326 KB"> +<!ENTITY linux-patch-version "1"> +<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> +<!-- <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> --> +<!ENTITY linux-size "69,3292 KB"> <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> -<!ENTITY linux-md5 "1c738edfc54e7c65faeb90c436104e2f"> +<!ENTITY linux-md5 "093b172f907d5455a6746418ad18f5bc"> <!ENTITY linux-home "http://www.kernel.org/"> <!ENTITY linux-ch8-du "540 - 800 MB"> <!ENTITY linux-ch8-sbu "1.0 - 5.0 SBU"> diff --git a/prologue/standards.xml b/prologue/standards.xml index 40acd3992..287e7bdc2 100644 --- a/prologue/standards.xml +++ b/prologue/standards.xml @@ -27,8 +27,8 @@ </listitem> <listitem> - <para><ulink url="http://refspecs.freestandards.org/LSB_4.0.0/">Linux - Standard Base (LSB) Core Specification 4.0</ulink></para> + <para><ulink url="http://refspecs.linuxfoundation.org/lsb.shtml">Linux + Standard Base (LSB) Specifications</ulink></para> <para>The LSB has five separate standards: Core, C++, Desktop, Runtime Languages, and Printing. In addition to generic requirements |