source: introduction/welcome/changelog.xml@ 6ff67392

trunk
Last change on this file since 6ff67392 was 6ff67392, checked in by Bruce Dubbs <bdubbs@…>, 2 weeks ago

Update to c-ares-1.33.1.

  • Property mode set to 100644
File size: 2.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2
3<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
4 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
5 <!ENTITY changelogs "https://www.linuxfromscratch.org/blfs">
6 <!ENTITY % general-entities SYSTEM "../../general.ent">
7 %general-entities;
8]>
9
10<!-- vim: set expandtab: -->
11
12<sect1 id="changelog" xreflabel="Change Log">
13 <?dbhtml filename="changelog.html"?>
14
15
16 <title>Change Log</title>
17
18 <!-- <para>Please note that the Change Log only lists which editor was
19 responsible for putting the changes into SVN; please read the
20 <xref linkend="credits"/> page in Chapter 1 for details on
21 who wrote what.</para> -->
22
23 <para>Current release: &version; &ndash; &releasedate;</para>
24
25 <itemizedlist>
26 <title>Changelog Entries:</title>
27
28<!-- Changelog template
29 <listitem>
30 <para>MMMM DD{nd,st,th}, YYYY</para>
31 <itemizedlist>
32 <listitem>
33 <para>[name] - Changelog entry.</para>
34 </listitem>
35 <listitem>
36 <para>[name] - Another changelog entry.</para>
37 </listitem>
38 </itemizedlist>
39 </listitem>
40 -->
41
42 <listitem>
43 <para>September 3rd, 2024</para>
44 <itemizedlist>
45 <listitem>
46 <para>[bdubbs] - Update to c-ares-1.33.1. Fixes
47 <ulink url="&blfs-ticket-root;20268">20268</ulink>.</para>
48 </listitem>
49 <listitem>
50 <para>[bdubbs] - Update to nfs-utils-2.7.1. Fixes
51 <ulink url="&blfs-ticket-root;20261">20261</ulink>.</para>
52 </listitem>
53 <listitem>
54 <para>[bdubbs] - Update to libinput-1.26.2 (Xorg input driver). Fixes
55 <ulink url="&blfs-ticket-root;20250">20250</ulink>.</para>
56 </listitem>
57 </itemizedlist>
58 </listitem>
59
60 <listitem>
61 <para>September 2nd, 2024</para>
62 <itemizedlist>
63 <listitem>
64 <para>[bdubbs] - Update to IO-Socket-SSL-2.089 (Perl Module). Fixes
65 <ulink url="&blfs-ticket-root;20286">20286</ulink>.</para>
66 </listitem>
67 <listitem>
68 <para>[bdubbs] - Archive Qt5.</para>
69 </listitem>
70 </itemizedlist>
71 </listitem>
72
73 <listitem>
74 <para>September 1st, 2024</para>
75 <itemizedlist>
76 <listitem>
77 <para>[bdubbs] - Release of BLFS-12.2.</para>
78 </listitem>
79 </itemizedlist>
80 </listitem>
81
82 </itemizedlist>
83</sect1>
Note: See TracBrowser for help on using the repository browser.