source: introduction/welcome/changelog.xml@ 79a6c292

12.0 12.1 12.2 gimp3 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128 xry111/xf86-video-removal
Last change on this file since 79a6c292 was 79a6c292, checked in by Thomas Trepl <thomas@…>, 19 months ago

Upgrade sqlite to 3.41.0

  • Property mode set to 100644
File size: 1.8 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 <listitem>
42 <para>March 2nd, 2023</para>
43 <itemizedlist>
44 <listitem>
45 <para>[thomas] - Upgrade sqlite-3.41.0. Fixes
46 <ulink url="&blfs-ticket-root;17687">#17687</ulink>.</para>
47 </listitem>
48 </itemizedlist>
49 </listitem>
50
51 <listitem>
52 <para>March 1st, 2023</para>
53 <itemizedlist>
54 <listitem>
55 <para>[xry111] - Seperate intel-vaapi-driver from libva into its
56 own section, and clarify it's used for "old" Intel GPUs.</para>
57 </listitem>
58 <listitem>
59 <para>[bdubbs] - Release of BLFS-11.3.</para>
60 </listitem>
61 </itemizedlist>
62 </listitem>
63
64 </itemizedlist>
65</sect1>
Note: See TracBrowser for help on using the repository browser.