File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff 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+
297305New 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
Original file line number Diff line number Diff 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
77mkdir -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
99P4API=` echo /work/p4-api/p4api-20* `
1010
1111cd /work/p4-python
You can’t perform that action at this time.
0 commit comments