Skip to content

Commit

Permalink
Merge pull request #260 from TwinFan/Next
Browse files Browse the repository at this point in the history
fix/XPMP2: Sound crackling, freeze with TCAS
  • Loading branch information
TwinFan authored Nov 12, 2023
2 parents 032a4f8 + cad35cb commit 97a771b
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ else()
endif()

project(LiveTraffic
VERSION 3.4.2
VERSION 3.4.3
DESCRIPTION "LiveTraffic X-Plane plugin")

# Provide compile macros from the above project version definition
Expand Down
2 changes: 1 addition & 1 deletion Lib/XPMP2
4 changes: 2 additions & 2 deletions LiveTraffic.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@
LIVETRAFFIC_VERSION_BETA = 0;
LIVETRAFFIC_VER_MAJOR = 3;
LIVETRAFFIC_VER_MINOR = 4;
LIVETRAFFIC_VER_PATCH = 2;
LIVETRAFFIC_VER_PATCH = 3;
LLVM_LTO = NO;
MACH_O_TYPE = mh_dylib;
MACOSX_DEPLOYMENT_TARGET = 10.15;
Expand Down Expand Up @@ -896,7 +896,7 @@
LIVETRAFFIC_VERSION_BETA = 0;
LIVETRAFFIC_VER_MAJOR = 3;
LIVETRAFFIC_VER_MINOR = 4;
LIVETRAFFIC_VER_PATCH = 2;
LIVETRAFFIC_VER_PATCH = 3;
LLVM_LTO = YES;
MACH_O_TYPE = mh_dylib;
MACOSX_DEPLOYMENT_TARGET = 10.15;
Expand Down
6 changes: 6 additions & 0 deletions docs/Notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ TODO

Download History
==========
Download counter when providing v3.3.2: 184.182
Download counter when providing v3.3.1: 182.945
Download counter when providing v3.3.0: 179.678
Download counter when providing v3.2.2: 178.411
Download counter when providing v3.2.1: 177.364
Download counter when providing v3.2.0: 175.307
Download counter when providing v3.1.1: 173.345
Download counter when providing v3.1.0: 169.434
Download counter when providing v3.0.0: 164.625
Expand Down
21 changes: 20 additions & 1 deletion docs/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,32 @@ <h1 id="release-notes">Release Notes</h1>

<h2>v3</h2>

<h3>v3.4.2</h3>
<h3>v3.4.3</h3>

<P>
<b>Update:</b> In case of doubt you can always just copy all files from the archive
over the files of your existing installation.
</P>

<P>At least copy the following files, which have changed compared to v3.4.2:</P>
<ul>
<li><code>lin|mac|win_x64/LiveTraffic.xpl</code></li>
</ul>

<P>Change log:</P>

<ul>
<li>
Reduce audio crackling upon creation of planes.
</li>
<li>
Fix freeze in XP12.0.8 with TCAS on that was
<a href="https://forums.x-plane.org/index.php?/forums/topic/296584-livetraffic-freezes-xp-1208beta1-on-taking-over-tcas/">reported on Linux</a>.
</li>
</ul>

<h3>v3.4.2</h3>

<P>At least copy the following files, which have changed compared to v3.4.1:</P>
<ul>
<li><code>lin|mac|win_x64/LiveTraffic.xpl</code></li>
Expand Down

0 comments on commit 97a771b

Please sign in to comment.