Skip to content

Commit fe4ba7f

Browse files
committed
1.35.0 release
New features: - toolchain: add arc gcc-12+ support with architecture-specific overrides (Anders Roxell) - target: add dtbs_check for schema validation (Anders Roxell) - Add support for korg-clang-22 (Nathan Chancellor) - target: add binrpm-pkg support (Anders Roxell) Bug fixes: - tuxmake/target: Add LLVM=1 to kselftest builds when using clang (Ben Copeland) - target/kselftest: Work around kselftest parellel build issue (Ben Copeland) - target: fix bindeb-pkg support (Anders Roxell) - runtime: docker: Update base version for clang-android to debian13 (Nathan Chancellor) - docker: fix equivs Maintainer field for newer dpkg-source (Anders Roxell) - docker: fix pip install on older Debian versions (Anders Roxell) - docker: fix gcc symlinks when base image has newer gcc (Anders Roxell) Documentation updates: - README: add table of contents and clean up readme2index.sh (Anders Roxell) Container images: - Update korg-clang-21 to 21.1.4 (Nathan Chancellor) - support: docker: Dockerfile.base: add 'libxxhash-dev' (Alok Ranjan) - Update korg-clang-21 to 21.1.5 (Nathan Chancellor) - Update korg-clang-21 to 21.1.6 (Nathan Chancellor) - runtime: docker: target_hosts: build for amd64 only (Anders Roxell) - support: docker: change REGISTRY to DOCKER_REGISTRY (Alok Ranjan) - support: docker: push images to tuxmake registry (Alok Ranjan) - Update korg-clang-21 to 21.1.7 (Nathan Chancellor) - Update korg-clang-21 to 21.1.8 (Nathan Chancellor) - Update README.md to reference GitHub instead of GitLab (Ben Copeland) - docker: add binutils-dev for x86_64 objtool build (Ben Copeland) - docker: Remove manual pahole build from Dockerfile.build (Alok Ranjan) - docker: Set CC=clang when building pylibfdt in clang images (Anders Roxell) - docker: Remove jsonschema version pin for dtschema (Anders Roxell) - docker: clang-android: Update to r584948b (22.0.1) (Nathan Chancellor) - Update korg-clang-22 to 22.1.0-rc2 (Nathan Chancellor) - docker: skip equivs fake gcc package when building natively (Anders Roxell) Testing/infrastructure: - pyproject: update maintainers (Anders Roxell) - Reformat code for black 26.1.0 (Anders Roxell) - Add GitHub Actions CI workflow (Ben Copeland) - Dockerfile.ci-archlinux: add CI container image for archlinux (Anders Roxell) - Dockerfile.ci-debian: add CI container image for debian (Anders Roxell) - Dockerfile.ci-fedora: add CI container image for fedora (Anders Roxell) - ci: add ci-image builds for debian, fedora and archlinux (Anders Roxell) - ci: add workflow_dispatch so ci-images can be triggered from UI (Anders Roxell) - ci: add tuxpkg workflow for package builds (Anders Roxell) - ci: add package repository to pages deployment (Anders Roxell)
1 parent 15ecf94 commit fe4ba7f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tuxmake (1.34.0-1) UNRELEASED; urgency=medium
1+
tuxmake (1.35.0-1) UNRELEASED; urgency=medium
22

33
* Initial release
44

tuxmake.PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname=tuxmake
2-
pkgver=1.34.0
2+
pkgver=1.35.0
33
pkgrel=1
44
pkgdesc='Thin wrapper to build Linux kernels'
55
url='https://tuxmake.org/'

tuxmake.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: tuxmake
2-
Version: 1.34.0
2+
Version: 1.35.0
33
Release: 0%{?dist}
44
Summary: Thin wrapper to build Linux kernels
55
License: Expat

tuxmake/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Thin wrapper to build Linux kernels
33
"""
44

5-
__version__ = "1.34.0"
5+
__version__ = "1.35.0"

0 commit comments

Comments
 (0)