mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
862d4ce81f
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16499 af4574ff-66df-0310-9fd7-8a98e5e911e0
69 lines
1.7 KiB
XML
69 lines
1.7 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY changelogs "http://www.linuxfromscratch.org/blfs">
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
]>
|
|
|
|
<!-- vim: set expandtab: -->
|
|
|
|
<sect1 id="changelog" xreflabel="Change Log">
|
|
<?dbhtml filename="changelog.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Change Log</title>
|
|
|
|
<!-- <para>Please note that the Change Log only lists which editor was
|
|
responsible for putting the changes into SVN; please read the
|
|
<xref linkend="credits"/> page in Chapter 1 for details on
|
|
who wrote what.</para> -->
|
|
|
|
<para>Current release: &version; – &releasedate;</para>
|
|
|
|
<itemizedlist>
|
|
<title>Changelog Entries:</title>
|
|
|
|
<!-- Changelog template
|
|
|
|
<listitem>
|
|
<para>MMMM DD{nd,st,th}, YYYY</para>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>[name] - Changelog entry.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>[name] - Another changelog entry.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</listitem>
|
|
|
|
-->
|
|
|
|
<listitem>
|
|
<para>October 3rd, 2015</para>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>[pierre] - Update to PHP-5.6.14. Fixes
|
|
<ulink url="&blfs-ticket-root;6990>#6990</ulink>.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
<para>October 1st, 2015</para>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>[bdubbs] - Release of BLFS-7.8.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
</sect1>
|