Commit 2974954 Zhihang Yao
committed
1 parent cda7562 commit 2974954 Copy full SHA for 2974954
File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
- ### 5.2.1 -tba
4
+ ### 5.2.1 - 2022-07-29
5
5
6
6
#### Fixes
7
- * Fixed XXE vulnerabilities when parsing XML files. [ #258 ] ( https://github.com/3dcitydb/importer-exporter/pull/258 )
7
+ * Fixed XXE vulnerabilities when parsing XML files. [ #258 ] ( https://github.com/3dcitydb/importer-exporter/pull/258 )
8
+ * Fixed connection timeout issue in CityGML exports. [ #263 ] ( https://github.com/3dcitydb/importer-exporter/pull/263 )
9
+ * Fixed building of queries requiring ` SELECT DISTINCT ` statement. [ #264 ] ( https://github.com/3dcitydb/importer-exporter/pull/264 )
8
10
9
11
### 5.2.0 - 2022-05-23
10
12
Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ previous release of the 3D City Database Importer/Exporter under Apache License
47
47
48
48
Latest release
49
49
--------------
50
- The latest stable release of the 3D City Database Importer/Exporter is 5.2.0 .
50
+ The latest stable release of the 3D City Database Importer/Exporter is 5.2.1 .
51
51
52
- Download the software [ here] ( https://github.com/3dcitydb/importer-exporter/releases/download/v5.2.0 /3DCityDB-Importer-Exporter-5.2.0 .zip ) .
52
+ Download the software [ here] ( https://github.com/3dcitydb/importer-exporter/releases/download/v5.2.1 /3DCityDB-Importer-Exporter-5.2.1 .zip ) .
53
53
Previous releases are available from the [ releases section] ( https://github.com/3dcitydb/importer-exporter/releases ) .
54
54
55
55
System requirements
You can’t perform that action at this time.
0 commit comments