Skip to content

Commit 87045d5

Browse files
2023.2 patch 2 release code drop
P4Python 2023.2 pacth 2 release
1 parent 6a6ecaa commit 87045d5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

RELNOTES.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,14 @@ Key to symbols used in change notes below.
294294

295295
--------------------------------------------------------------------------
296296

297+
Bugs fixed in 2023.2 Patch 2 (2023.2/2581979) (2024/04/05)
298+
299+
#2558218 (Job #094891)
300+
Manylinux wheels now supports parallel threaded sync
301+
without requiring the execution of a copy of "p4".
302+
303+
--------------------------------------------------------------------------
304+
297305
New functionality in 2023.2 Patch 1 (2023.2/2543803) (2024/01/22)
298306

299307
(Job #118907)
@@ -326,7 +334,7 @@ New functionality in 2023.1 Patch 1 (2023.1/2477632) (2023/08/21)
326334

327335
--------------------------------------------------------------------------
328336

329-
Bugs fixed in 2023.1 Patch 1 2023.1/2477632) (2023/08/21)
337+
Bugs fixed in 2023.1 Patch 1 (2023.1/2477632) (2023/08/21)
330338

331339
#2475148 (Job #116894)
332340
Fixed an erroneous conditional statement in setup.py which resulted in

linux_build/build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export PATH=$PATH:/work/p4-bin/bin.linux26x86_64/
55

66
# Extract the p4api and set the P4API path var
77
mkdir -p /work/p4-api
8-
tar xvfz /work/p4-bin/bin.linux26x86_64/p4api-glibc2.3-openssl3.tgz -C /work/p4-api
8+
tar xvfz /work/p4-bin/bin.linux26x86_64/p4api-glibc2.12-openssl3.tgz -C /work/p4-api
99
P4API=`echo /work/p4-api/p4api-20*`
1010

1111
cd /work/p4-python

0 commit comments

Comments
 (0)