source: introduction/welcome/changelog.xml@ 54befef7

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 54befef7 was 54befef7, checked in by Thomas Trepl <thomas@…>, 9 months ago

Fix double 'Fixes' and remove a double entry of thunar in the chglog

  • Property mode set to 100644
File size: 3.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
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, 2023</para>
44 <itemizedlist>
45 <listitem>
46 <para>[thomas] - Update to thunar-4.18.7. Fixes
47 <ulink url="&blfs-ticket-root;18497">#18497</ulink>.</para>
48 </listitem>
49 </itemizedlist>
50 </listitem>
51
52 <listitem>
53 <para>September 2nd, 2023</para>
54 <itemizedlist>
55 <listitem>
56 <para>[bdubbs] - Archive reiserfsprogs. Fixes
57 <ulink url="&blfs-ticket-root;18354">#18354</ulink>.</para>
58 </listitem>
59 <listitem>
60 <para>[thomas] - Update to sqlite-3.43.0. Fixes
61 <ulink url="&blfs-ticket-root;18457">#18457</ulink>.</para>
62 </listitem>
63 <listitem>
64 <para>[thomas] - Update to traceroute-2.1.3. Fixes
65 <ulink url="&blfs-ticket-root;18475">#18475</ulink>.</para>
66 </listitem>
67 <listitem>
68 <para>[pierre] - Update to sphinx_rtd_theme-1.3.0 (python module).
69 Fixes <ulink url="&blfs-ticket-root;18440">#18440</ulink>.</para>
70 </listitem>
71 <listitem>
72 <para>[pierre] - Update to git-2.42.0. Fixes
73 <ulink url="&blfs-ticket-root;18439">#18439</ulink>.</para>
74 </listitem>
75 <listitem>
76 <para>[pierre] - Update to libqalculate-4.8.0. Fixes
77 <ulink url="&blfs-ticket-root;18438">#18438</ulink>.</para>
78 </listitem>
79 <listitem>
80 <para>[pierre] - Update to brotli-1.1.0. Fixes
81 <ulink url="&blfs-ticket-root;18437">#18437</ulink>.</para>
82 </listitem>
83 <listitem>
84 <para>[pierre] - Update to gpgme-1.22.0. Fixes
85 <ulink url="&blfs-ticket-root;18436">#18436</ulink>.</para>
86 </listitem>
87 <listitem>
88 <para>[pierre] - Update to vala-0.56.13. Fixes
89 <ulink url="&blfs-ticket-root;18434">#18434</ulink>.</para>
90 </listitem>
91 <listitem>
92 <para>[pierre] - Update to sphinx-7.2.5 (python module). Fixes
93 <ulink url="&blfs-ticket-root;18427">#18427</ulink>.</para>
94 </listitem>
95 <listitem>
96 <para>[pierre] - Update to cmake-3.27.4. Fixes
97 <ulink url="&blfs-ticket-root;18422">#18422</ulink>.</para>
98 </listitem>
99 <listitem>
100 <para>[pierre] - Update to sphinxcontrib-serializinghtml-1.1.9
101 (python module dependency), now required by sphinx-7.2.</para>
102 </listitem>
103 </itemizedlist>
104 </listitem>
105
106 <listitem>
107 <para>September 1st, 2023</para>
108 <itemizedlist>
109 <listitem>
110 <para>[bdubbs] - Release of BLFS-12.0.</para>
111 </listitem>
112 </itemizedlist>
113 </listitem>
114
115 </itemizedlist>
116</sect1>
Note: See TracBrowser for help on using the repository browser.