source: introduction/welcome/changelog.xml@ 1b59807

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

Update to spidermonkey-115.8.0

  • Property mode set to 100644
File size: 3.0 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 Spidermonkey-115.8.0. Fixes
46 <ulink url="&blfs-ticket-root;19344">#19344</ulink>.</para>
47 </listitem>
48 <listitem>
49 <para>[renodr] - Enable support for Vulkan in ffmpeg again. Fixes
50 <ulink url="&blfs-ticket-root;19390">#19390</ulink>.</para>
51 </listitem>
52 <listitem>
53 <para>[renodr] - Update to jasper-4.2.1. Fixes
54 <ulink url="&blfs-ticket-root;19340">#19340</ulink>.</para>
55 </listitem>
56 <listitem>
57 <para>[renodr] - Update to Vulkan-Headers and Vulkan-Loader 1.3.279.
58 Fixes <ulink url="&blfs-ticket-root;19327">#19327</ulink>.</para>
59 </listitem>
60 <listitem>
61 <para>[renodr] - Update to giflib-5.2.2 (Security Update). Fixes
62 <ulink url="&blfs-ticket-root;19335">#19335</ulink>.</para>
63 </listitem>
64 <listitem>
65 <para>[bdubbs] - Update to unrar-7.0.7. Fixes
66 <ulink url="&blfs-ticket-root;18768">#18768</ulink>.</para>
67 </listitem>
68 <listitem>
69 <para>[timtas] - Update to xfce4-panel-4.18.6. Fixes
70 <ulink url="&blfs-ticket-root;19379">#19379</ulink>.</para>
71 </listitem>
72 <listitem>
73 <para>[timtas] - Update to xarchiver-0.5.4.23. Fixes
74 <ulink url="&blfs-ticket-root;19383">#19383</ulink>.</para>
75 </listitem>
76 <listitem>
77 <para>[timtas] - Update to xfce4-terminal-1.1.3. Fixes
78 <ulink url="&blfs-ticket-root;19380">#19380</ulink>.</para>
79 </listitem>
80 </itemizedlist>
81 </listitem>
82
83 <listitem>
84 <para>March 1st, 2024</para>
85 <itemizedlist>
86 <listitem>
87 <para>[bdubbs] - Release of BLFS-12.1.</para>
88 </listitem>
89 </itemizedlist>
90 </listitem>
91
92 </itemizedlist>
93</sect1>
Note: See TracBrowser for help on using the repository browser.