source: introduction/welcome/changelog.xml@ ba902771

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

Update to pyparsing-3.1.4 (Python module).

  • Property mode set to 100644
File size: 2.7 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 pyparsing-3.1.4 (Python module). Fixes
47 <ulink url="&blfs-ticket-root;20271">20271</ulink>.</para>
48 </listitem>
49 <listitem>
50 <para>[bdubbs] - Update to taglib-2.0.2. Fixes
51 <ulink url="&blfs-ticket-root;20270">20270</ulink>.</para>
52 </listitem>
53 <listitem>
54 <para>[bdubbs] - Update to c-ares-1.33.1. Fixes
55 <ulink url="&blfs-ticket-root;20268">20268</ulink>.</para>
56 </listitem>
57 <listitem>
58 <para>[bdubbs] - Update to nfs-utils-2.7.1. Fixes
59 <ulink url="&blfs-ticket-root;20261">20261</ulink>.</para>
60 </listitem>
61 <listitem>
62 <para>[bdubbs] - Update to libinput-1.26.2 (Xorg input driver). Fixes
63 <ulink url="&blfs-ticket-root;20250">20250</ulink>.</para>
64 </listitem>
65 </itemizedlist>
66 </listitem>
67
68 <listitem>
69 <para>September 2nd, 2024</para>
70 <itemizedlist>
71 <listitem>
72 <para>[bdubbs] - Update to IO-Socket-SSL-2.089 (Perl Module). Fixes
73 <ulink url="&blfs-ticket-root;20286">20286</ulink>.</para>
74 </listitem>
75 <listitem>
76 <para>[bdubbs] - Archive Qt5.</para>
77 </listitem>
78 </itemizedlist>
79 </listitem>
80
81 <listitem>
82 <para>September 1st, 2024</para>
83 <itemizedlist>
84 <listitem>
85 <para>[bdubbs] - Release of BLFS-12.2.</para>
86 </listitem>
87 </itemizedlist>
88 </listitem>
89
90 </itemizedlist>
91</sect1>
Note: See TracBrowser for help on using the repository browser.