From 0fc96894e5ea8e5ebdc8f1d1d70aebccf7e3ec98 Mon Sep 17 00:00:00 2001 From: rst0git Date: Thu, 1 Sep 2022 12:03:15 +0000 Subject: [PATCH] Release v1.2.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changelog: - Update protobuf installation instructions link (3501) [Bili Dong] - Handle table.apply().hit correctly in ubpf backend (3498) [Mihai Budiu] - fixing bug for loop with one parser state only (3492) [VolodymyrPeschanenkoIntel] - Update README.md (3497) [Sean M. Collins] - Dpdk Backend: Fix support for non-zero action arguments for default action in a table using action selector (3496) [Usha Gupta] - Fix action param processing (3493) [Usha Gupta] - Fix incorrect CFG generated for BMV2 backend for switch statements (3490) [Mihai Budiu] - Fix bug related to varbits width (3487) [Mihai Budiu] - Delete keys that are empty tuples (3489) [Mihai Budiu] - Support GCC-style options for writing dependencies to a file. (3484) [Ben Pfaff] - Support inverted ranges (3482) [Mihai Budiu] - Improve generation of unique strings (3350) [Dávid Bolvanský] - missing return [Chris Dodd] - Dpdk Backend: Allow non-constant arguments to mirror_packet extern (3473) [Usha Gupta] - Log/IndentCtl sanity/cleanup [Chris Dodd] - readme: Update supported Ubuntu versions (3476) [Radostin Stoyanov] - Fix ir_frontend_midend_control_plane build target (3475) [Ali Kheradmand] - Remove GMP dependency from BUILD.bazel (3474) [Ali Kheradmand] - Dpdk backend: optional and range match kinds translate to wildcard match for dpdk (3472) [Usha Gupta] --- Version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Version.txt b/Version.txt index 30fc71040a8..079554d3d79 100644 --- a/Version.txt +++ b/Version.txt @@ -1 +1 @@ -1.2.3.0 +1.2.3.1