Skip to content

Commit d3e3ec3

Browse files
committed
Updated changelog and version to 2.6.4.
1 parent 11931c6 commit d3e3ec3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Version 2.6.4
2+
* Fixed crashes when reading X-Plane CIFP files with unknown approach type.
3+
* Fixed crash with older apt.dat files where runway name for VASI is missing.
4+
* Added support for all altitude restriction types.
5+
* Warnings now print full filename including path.
6+
* Fixed error where altitude restrictions were not recognized when given as flight levels.
7+
* Enabled support for older apt.dat files with version down to 850.
8+
19
Version 2.6.3
210
* Fixed error that caused a few hundred waypoints having invalid declination for X-Plane and FSX/P3D.
311
* Updated database minor version to 1 to indicate above change.

src/atools.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace atools {
2727

2828
QString version()
2929
{
30-
return "2.6.3";
30+
return "2.6.4";
3131
}
3232

3333
QString gitRevision()

0 commit comments

Comments
 (0)