diff --git a/.tito/packages/lorax b/.tito/packages/lorax index 8532f327f..a3e90a49f 100644 --- a/.tito/packages/lorax +++ b/.tito/packages/lorax @@ -1 +1 @@ -41.3-1 ./ +42.0-1 ./ diff --git a/lorax.spec b/lorax.spec index 2727f8c93..da7fee46b 100644 --- a/lorax.spec +++ b/lorax.spec @@ -4,7 +4,7 @@ %global forgeurl https://github.com/weldr/lorax Name: lorax -Version: 41.3 +Version: 42.0 Release: 1%{?dist} Summary: Tool for creating the anaconda install images License: GPL-2.0-or-later @@ -171,6 +171,14 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_datadir}/lorax/templates.d/* %changelog +* Mon Sep 09 2024 Brian C. Lane 42.0-1 +- New lorax documentation - 41.3 (bcl@redhat.com) +- ltmpl: Remove * from docstring (bcl@redhat.com) +- docs: Update intersphinx and add _static dir (bcl@redhat.com) +- docs: Document --rootfs-type options (bcl@redhat.com) +- Adjust Lorax templates for Xorg to Wayland switch (jkonecny@redhat.com) +- creator: Change rootfs description to match cmdline argument (bcl@redhat.com) + * Tue Jul 16 2024 Brian C. Lane 41.3-1 - Accept but ignore the old --squashfs-only argument (awilliam@redhat.com) diff --git a/setup.py b/setup.py index 1a2ceade3..cab0b071e 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ data_files.append(("/usr/bin", ["src/bin/image-minimizer", "src/bin/mkksiso"])) setup(name="lorax", - version="41.3", + version="42.0", description="Lorax", long_description="Tools for creating bootable images, including the Anaconda boot.iso", author="Martin Gracik, Will Woods , Brian C. Lane ",