Skip to content

Commit

Permalink
2023.2 patch 2 release code drop
Browse files Browse the repository at this point in the history
P4Python 2023.2 pacth 2 release
  • Loading branch information
hjain-perforce committed Apr 17, 2024
1 parent 6a6ecaa commit 87045d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion RELNOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,14 @@ Key to symbols used in change notes below.

--------------------------------------------------------------------------

Bugs fixed in 2023.2 Patch 2 (2023.2/2581979) (2024/04/05)

#2558218 (Job #094891)
Manylinux wheels now supports parallel threaded sync
without requiring the execution of a copy of "p4".

--------------------------------------------------------------------------

New functionality in 2023.2 Patch 1 (2023.2/2543803) (2024/01/22)

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

--------------------------------------------------------------------------

Bugs fixed in 2023.1 Patch 1 2023.1/2477632) (2023/08/21)
Bugs fixed in 2023.1 Patch 1 (2023.1/2477632) (2023/08/21)

#2475148 (Job #116894)
Fixed an erroneous conditional statement in setup.py which resulted in
Expand Down
2 changes: 1 addition & 1 deletion linux_build/build-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export PATH=$PATH:/work/p4-bin/bin.linux26x86_64/

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

cd /work/p4-python
Expand Down

0 comments on commit 87045d5

Please sign in to comment.