source: introduction/welcome/changelog.xml@ c226321

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 c226321 was c226321, checked in by Pierre Labastie <pierre.labastie@…>, 10 months ago

Update to gpgme-1.22.0

  • Property mode set to 100644
File size: 2.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>[pierre] - Update to gpgme-1.22.0. Fixes
47 <ulink url="&blfs-ticket-root;18436">#18436</ulink>.</para>
48 </listitem>
49 <listitem>
50 <para>[pierre] - Update to vala-0.56.13. Fixes
51 <ulink url="&blfs-ticket-root;18434">#18434</ulink>.</para>
52 </listitem>
53 <listitem>
54 <para>[pierre] - Update to sphinx-7.2.5 (python module). Fixes
55 <ulink url="&blfs-ticket-root;18427">#18427</ulink>.</para>
56 </listitem>
57 <listitem>
58 <para>[pierre] - Update to cmake-3.27.4. Fixes
59 <ulink url="&blfs-ticket-root;18422">#18422</ulink>.</para>
60 </listitem>
61 <listitem>
62 <para>[pierre] - Update to sphinxcontrib-serializinghtml-1.1.9
63 (python module dependency), now required by sphinx-7.2.</para>
64 </listitem>
65 </itemizedlist>
66 </listitem>
67
68 <listitem>
69 <para>September 1st, 2023</para>
70 <itemizedlist>
71 <listitem>
72 <para>[bdubbs] - Release of BLFS-12.0.</para>
73 </listitem>
74 </itemizedlist>
75 </listitem>
76
77 </itemizedlist>
78</sect1>
Note: See TracBrowser for help on using the repository browser.