source: introduction/welcome/changelog.xml@ 7b66ed2

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7b66ed2 was 7b66ed2, checked in by Pierre Labastie <pieere@…>, 3 years ago

Fix a header file in python for certain use cases;
For usage of python3 for cracklib python bindings

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24326 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY changelogs "http://www.linuxfromscratch.org/blfs">
5 <!ENTITY % general-entities SYSTEM "../../general.ent">
6 %general-entities;
7]>
8
9<!-- vim: set expandtab: -->
10
11<sect1 id="changelog" xreflabel="Change Log">
12 <?dbhtml filename="changelog.html"?>
13
14 <sect1info>
15 <othername>$LastChangedBy$</othername>
16 <date>$Date$</date>
17 </sect1info>
18
19 <title>Change Log</title>
20
21 <!-- <para>Please note that the Change Log only lists which editor was
22 responsible for putting the changes into SVN; please read the
23 <xref linkend="credits"/> page in Chapter 1 for details on
24 who wrote what.</para> -->
25
26 <para>Current release: &version; &ndash; &releasedate;</para>
27
28 <itemizedlist>
29 <title>Changelog Entries:</title>
30
31<!-- Changelog template
32 <listitem>
33 <para>MMMM DD{nd,st,th}, YYYY</para>
34 <itemizedlist>
35 <listitem>
36 <para>[name] - Changelog entry.</para>
37 </listitem>
38 <listitem>
39 <para>[name] - Another changelog entry.</para>
40 </listitem>
41 </itemizedlist>
42 </listitem>
43 -->
44 <listitem>
45 <para>March 2nd, 2021</para>
46 <itemizedlist>
47 <listitem>
48 <para>[pierre] - Force usage of python3 for cracklib bindings.</para>
49 </listitem>
50 <listitem>
51 <para>[pierre] - Fix a header file in python, so that
52 <command>#include &lt;python&python3-majorver;/Python.h&gt;</command>
53 works.</para>
54 </listitem>
55 <listitem>
56 <para>[thomas] - Fix a seccomp issue in OpenSSH on non-x86_64 platforms.</para>
57 </listitem>
58 <listitem>
59 <para>[ken] - Update to nss-3.62. Fixes
60 <ulink url="&blfs-ticket-root;14684">#14684</ulink>.</para>
61 </listitem>
62 <listitem>
63 <para>[bdubbs] - Update to xorgproto-2021.3. Fixes
64 <ulink url="&blfs-ticket-root;14711">#14711</ulink>.</para>
65 </listitem>
66 <listitem>
67 <para>[bdubbs] - Update to libinput-1.17.0 (Xorg Driver). Fixes
68 <ulink url="&blfs-ticket-root;14706">#14706</ulink>.</para>
69 </listitem>
70 <listitem>
71 <para>[bdubbs] - Update to IO-Socket-SSL-2.070 (Perl module). Fixes
72 <ulink url="&blfs-ticket-root;14716">#14716</ulink>.</para>
73 </listitem>
74 <listitem>
75 <para>[bdubbs] - Update to libqmi-1.28.0. Fixes
76 <ulink url="&blfs-ticket-root;14697">#14697</ulink>.</para>
77 </listitem>
78 <listitem>
79 <para>[bdubbs] - Update to ibus-1.5.24. Fixes
80 <ulink url="&blfs-ticket-root;14693">#14693</ulink>.</para>
81 </listitem>
82 </itemizedlist>
83 </listitem>
84
85 <listitem>
86 <para>March 1st, 2021</para>
87 <itemizedlist>
88 <listitem>
89 <para>[timtas] - Update to icewm-2.2.0. Fixes
90 <ulink url="&blfs-ticket-root;14720">#14720</ulink>.</para>
91 </listitem>
92 <listitem>
93 <para>[bdubbs] - Release of BLFS-10.1.</para>
94 </listitem>
95 </itemizedlist>
96 </listitem>
97
98 </itemizedlist>
99</sect1>
Note: See TracBrowser for help on using the repository browser.