From 43fd6a2a72d5f776ac489bf590670265baca1593 Mon Sep 17 00:00:00 2001 From: rst0git <9142901+rst0git@users.noreply.github.com> Date: Wed, 1 Jan 2025 12:04:05 +0000 Subject: [PATCH] Release v1.2.5.2 Signed-off-by: rst0git <9142901+rst0git@users.noreply.github.com> Changelog: - Remove unused files from testdata (5079) [Andy Fingerhut] - Added support for 128 bit constants usage in dpdk backend (5074) [maheswari-s] - Ignore typeless structs in unstructured annotations (5058) [Chris Dodd] - Clean up clang-format and add a .clangd configuration. (5075) [Fabian Ruffy] - Introduce the SKB metadata extern (4916) [vbnogueira] - Add a bf-asm command line option in addition to environment variables. (5070) [Fabian Ruffy] - Remove obsolete implicit attribute (5062) [John Cater] - Update to use Bazel 7.4.1. (5071) [John Cater] - Remove dynhash library variable from Tofino library dependencies. (5072) [Fabian Ruffy] - Fix missing indentation of bfasm-related commands. (5069) [Fabian Ruffy] - Clean up Tofino dynamic hash library. (5059) [Fabian Ruffy] - Mark RTTI methods as const / pure, so compiler could optimize subsequent calls, if necessary. (5049) [Anton Korobeynikov] - Add checks to annotation getters. (5052) [Fabian Ruffy] - Add a flag to enable bf-asm for open-p4studio (5056) [Prathima Kotikalapudi] - Remove unnecessary file lists from Tofino CMake and enable linting for Tofino and P4Testgen. (5039) [Fabian Ruffy] - Fix FlattenLogMsg not properly working on nested structures (5036) [Jiri Havranek] - Fix incorrect annotation parsing in Tofino. (5051) [Fabian Ruffy] - Docs: Changelogs for (5045) [Adarsh Rawat] - Remove empty v1.def (5029) [Fabian Ruffy] --- Version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Version.txt b/Version.txt index 58d8c37e09..3bada59d0a 100644 --- a/Version.txt +++ b/Version.txt @@ -1 +1 @@ -1.2.5.1 +1.2.5.2