mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-29 10:52:14 +08:00
85 lines
2.3 KiB
XML
85 lines
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY changelogs "https://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"?>
|
|
|
|
|
|
<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>May 24th, 2024</para>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>[zeckma] - Update to multiple packages.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>[zeckma] - Updated Steam's description.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>[zeckma] - Update to Wine-9.9.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>[zeckma] - Added Wine Short Descriptions.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>[zeckma] - Fixed blank deps in Networking.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>[zeckma] - Changed git-version.sh, testing deployment.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>[zeckma] - Last fix was a mistake, reverting!</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>[zeckma] - Added seatd to the book, needed for many compositors.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</listitem>
|
|
|
|
|
|
<listitem>
|
|
<para>May 23rd, 2024</para>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>[tester] - Create Changelog.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</listitem>
|
|
|
|
|
|
</itemizedlist>
|
|
</sect1>
|