Skip to content

Commit cad35cb

Browse files
committed
fix/XPMP2: Sound crackling, freeze with TCAS
1 parent 9f08466 commit cad35cb

File tree

5 files changed

+30
-5
lines changed

5 files changed

+30
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ else()
1818
endif()
1919

2020
project(LiveTraffic
21-
VERSION 3.4.2
21+
VERSION 3.4.3
2222
DESCRIPTION "LiveTraffic X-Plane plugin")
2323

2424
# Provide compile macros from the above project version definition

LiveTraffic.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@
790790
LIVETRAFFIC_VERSION_BETA = 0;
791791
LIVETRAFFIC_VER_MAJOR = 3;
792792
LIVETRAFFIC_VER_MINOR = 4;
793-
LIVETRAFFIC_VER_PATCH = 2;
793+
LIVETRAFFIC_VER_PATCH = 3;
794794
LLVM_LTO = NO;
795795
MACH_O_TYPE = mh_dylib;
796796
MACOSX_DEPLOYMENT_TARGET = 10.15;
@@ -896,7 +896,7 @@
896896
LIVETRAFFIC_VERSION_BETA = 0;
897897
LIVETRAFFIC_VER_MAJOR = 3;
898898
LIVETRAFFIC_VER_MINOR = 4;
899-
LIVETRAFFIC_VER_PATCH = 2;
899+
LIVETRAFFIC_VER_PATCH = 3;
900900
LLVM_LTO = YES;
901901
MACH_O_TYPE = mh_dylib;
902902
MACOSX_DEPLOYMENT_TARGET = 10.15;

docs/Notes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ TODO
33

44
Download History
55
==========
6+
Download counter when providing v3.3.2: 184.182
7+
Download counter when providing v3.3.1: 182.945
8+
Download counter when providing v3.3.0: 179.678
9+
Download counter when providing v3.2.2: 178.411
10+
Download counter when providing v3.2.1: 177.364
11+
Download counter when providing v3.2.0: 175.307
612
Download counter when providing v3.1.1: 173.345
713
Download counter when providing v3.1.0: 169.434
814
Download counter when providing v3.0.0: 164.625

docs/readme.html

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,32 @@ <h1 id="release-notes">Release Notes</h1>
128128

129129
<h2>v3</h2>
130130

131-
<h3>v3.4.2</h3>
131+
<h3>v3.4.3</h3>
132132

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

138+
<P>At least copy the following files, which have changed compared to v3.4.2:</P>
139+
<ul>
140+
<li><code>lin|mac|win_x64/LiveTraffic.xpl</code></li>
141+
</ul>
142+
143+
<P>Change log:</P>
144+
145+
<ul>
146+
<li>
147+
Reduce audio crackling upon creation of planes.
148+
</li>
149+
<li>
150+
Fix freeze in XP12.0.8 with TCAS on that was
151+
<a href="https://forums.x-plane.org/index.php?/forums/topic/296584-livetraffic-freezes-xp-1208beta1-on-taking-over-tcas/">reported on Linux</a>.
152+
</li>
153+
</ul>
154+
155+
<h3>v3.4.2</h3>
156+
138157
<P>At least copy the following files, which have changed compared to v3.4.1:</P>
139158
<ul>
140159
<li><code>lin|mac|win_x64/LiveTraffic.xpl</code></li>

0 commit comments

Comments
 (0)