Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix/XPMP2: Sound crackling, freeze with TCAS #260

Merged
merged 1 commit into from
Nov 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading