mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-09 19:57:18 +08:00
45 lines
1.1 KiB
XML
45 lines
1.1 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 % general-entities SYSTEM "../../general.ent">
|
||
|
%general-entities;
|
||
|
]>
|
||
|
|
||
|
<sect1 id="bulletin" xreflabel="Bulletin">
|
||
|
<?dbhtml filename="bulletin.html"?>
|
||
|
|
||
|
|
||
|
<title>Bulletin</title>
|
||
|
|
||
|
<para>Current release: &version; – &releasedate;</para>
|
||
|
|
||
|
<sect2>
|
||
|
<title>Bulletin Entries:</title>
|
||
|
|
||
|
<!-- News template
|
||
|
<sect3>
|
||
|
<para>~ MMMM DD{nd,st,th}, YYYY</para>
|
||
|
<para>News.</para>
|
||
|
<para>- Name</para>
|
||
|
</sect3>
|
||
|
-->
|
||
|
|
||
|
<sect3>
|
||
|
<title>~ June 1st, 2024</title>
|
||
|
<para>This is the first Bulletin Entry!</para>
|
||
|
|
||
|
<para>
|
||
|
This was made in anticipation for a few updates to come out, making
|
||
|
changes that might be seen as weird or controversial. This offers as
|
||
|
a section to explain those changes. <xref linkend="changelog"/> doesn't
|
||
|
provide a good format to explain why commits and changes are being made,
|
||
|
but rather just what changes were made.
|
||
|
</para>
|
||
|
<para>- Zeckma</para>
|
||
|
</sect3>
|
||
|
|
||
|
</sect2>
|
||
|
|
||
|
</sect1>
|