source: introduction/welcome/changelog.xml@ 83db4d3

ken/TL2024 lazarus trunk xry111/llvm18
Last change on this file since 83db4d3 was 83db4d3, checked in by Douglas R. Reno <renodr@…>, 4 months ago

Update to Vulkan-Headers and Vulkan-Loader 1.3.279

  • Property mode set to 100644
File size: 2.5 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 <listitem>
42 <para>March 2nd, 2024</para>
43 <itemizedlist>
44 <listitem>
45 <para>[renodr] - Update to Vulkan-Headers and Vulkan-Loader 1.3.279.
46 Fixes <ulink url="&blfs-ticket-root;19327">#19327</ulink>.</para>
47 </listitem>
48 <listitem>
49 <para>[renodr] - Update to giflib-5.2.2 (Security Update). Fixes
50 <ulink url="&blfs-ticket-root;19335">#19335</ulink>.</para>
51 </listitem>
52 <listitem>
53 <para>[bdubbs] - Update to unrar-7.0.7. Fixes
54 <ulink url="&blfs-ticket-root;18768">#18768</ulink>.</para>
55 </listitem>
56 <listitem>
57 <para>[timtas] - Update to xfce4-panel-4.18.6. Fixes
58 <ulink url="&blfs-ticket-root;19379">#19379</ulink>.</para>
59 </listitem>
60 <listitem>
61 <para>[timtas] - Update to xarchiver-0.5.4.23. Fixes
62 <ulink url="&blfs-ticket-root;19383">#19383</ulink>.</para>
63 </listitem>
64 <listitem>
65 <para>[timtas] - Update to xfce4-terminal-1.1.3. Fixes
66 <ulink url="&blfs-ticket-root;19380">#19380</ulink>.</para>
67 </listitem>
68 </itemizedlist>
69 </listitem>
70
71 <listitem>
72 <para>March 1st, 2024</para>
73 <itemizedlist>
74 <listitem>
75 <para>[bdubbs] - Release of BLFS-12.1.</para>
76 </listitem>
77 </itemizedlist>
78 </listitem>
79
80 </itemizedlist>
81</sect1>
Note: See TracBrowser for help on using the repository browser.