source: introduction/welcome/changelog.xml@ 8bd37c26

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 8bd37c26 was 8bd37c26, checked in by Thomas Trepl <thomas@…>, 9 months ago

Upgrade sqlite-3.43.0

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