diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-09-22 23:47:23 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-09-22 23:47:23 +0000 |
commit | c794b3c953414fe5771e17458f5635aa462f9df3 (patch) | |
tree | b6db6e1c7ded795af1d0c764ca0dabacc55e4ab9 | |
parent | 8e8cfd9b2550bbca4be6f78b6bba239925bec7b7 (diff) |
Tag 7.67.6
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/tags/7.6@14371 af4574ff-66df-0310-9fd7-8a98e5e911e0
-rw-r--r-- | book/bookinfo.xml | 2 | ||||
-rw-r--r-- | general.ent | 14 | ||||
-rw-r--r-- | introduction/welcome/changelog.xml | 9 |
3 files changed, 17 insertions, 8 deletions
diff --git a/book/bookinfo.xml b/book/bookinfo.xml index 3ddaa7e882..80770eaf91 100644 --- a/book/bookinfo.xml +++ b/book/bookinfo.xml @@ -44,7 +44,7 @@ <revision> <revnumber>&version;</revnumber> <date>&pubdate;</date> - <revremark>Ongoing Release</revremark> + <revremark>Tenth Release</revremark> </revision> <revision> diff --git a/general.ent b/general.ent index 5d072b3e2d..f9ecd3f247 100644 --- a/general.ent +++ b/general.ent @@ -1,15 +1,15 @@ <!-- $LastChangedBy$ $Date$ --> -<!ENTITY day "21"> <!-- Always 2 digits --> +<!ENTITY day "23"> <!-- Always 2 digits --> <!ENTITY month "09"> <!-- Always 2 digits --> <!ENTITY year "2014"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> -<!ENTITY version "&year;-&month;-&day;"> -<!ENTITY releasedate "September 21st, &year;"> +<!ENTITY version "7.6"> +<!ENTITY releasedate "September 23rd, &year;"> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> -<!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -<!ENTITY lfs-version "development"> <!-- x.y|development] --> +<!ENTITY blfs-version "7.6"> <!-- svn|[release #] --> +<!ENTITY lfs-version "7.6"> <!-- x.y|development] --> <!ENTITY last-commit "$Date$"> <!-- Automatic update --> <!ENTITY lfs-domainname "linuxfromscratch.org"> @@ -20,7 +20,7 @@ <!ENTITY lfs-website "http://www.&lfs-domainname;"> <!-- downloads - root must not have an entity because it is needed for scripts change svn to x.y for release --> -<!ENTITY downloads-root "http://www.linuxfromscratch.org/blfs/downloads/svn"> +<!ENTITY downloads-root "http://www.linuxfromscratch.org/blfs/downloads/7.6"> <!ENTITY downloads-project "http://downloads.&lfs-domainname;"> <!ENTITY sources-anduin-http "http://anduin.&lfs-domainname;/sources/BLFS/svn"> <!ENTITY sources-anduin-ftp "ftp://anduin.&lfs-domainname;/BLFS/svn"> @@ -29,7 +29,7 @@ <!ENTITY files-anduin "http://anduin.&lfs-domainname;/files/BLFS/svn"> <!ENTITY hints-root "http://www.&lfs-domainname;/hints"> <!ENTITY patch-downloads "http://www.linuxfromscratch.org/patches/downloads"> -<!ENTITY patch-root "http://www.&lfs-domainname;/patches/blfs/svn"> +<!ENTITY patch-root "http://www.&lfs-domainname;/patches/blfs/7.6"> <!ENTITY errata "http://www.&lfs-domainname;/blfs/errata/&blfs-version;/"> <!ENTITY blfs-ticket-root "http://wiki.&lfs-domainname;/blfs/ticket/"> <!-- <!ENTITY lfs-root "http://www.&lfs-domainname;/lfs/view/&lfs-version;"> --> diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index ebf8b38438..8934db761f 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,15 @@ --> <listitem> + <para>September 23rd, 2014</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Release of BLFS-7.6.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>September 21st, 2014</para> <itemizedlist> <listitem> |