Skip to content

Commit 3e9825c

Browse files
committed
Release 4.2.2.3 (Lisias) for KSP >= 1.2
1 parent 0df7082 commit 3e9825c

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
*Lasciate ogne speranza, voi ch'intrate*
33
- - -
44

5+
* 2022-0719: 4.2.2.3 (Lisias) for KSP >= 1.2
6+
+ More resilient handling of a potentially corrupted (or old) cache.
57
* 2022-0716: 4.2.2.2 (Lisias) for KSP >= 1.2
68
+ Removes a memory leak, and promotes some key functions reusability.
79
+ Mitigates false positives while checking the ConfigCache, aiming to avoid the need of "deleting the cache when something weird happens" after load.

CHANGE_LOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
*Lasciate ogne speranza, voi ch'intrate*
33
- - -
44

5+
* 2022-0719: 4.2.2.3 (Lisias) for KSP >= 1.2
6+
+ More resilient handling of a potentially corrupted (or old) cache.
57
* 2022-0716: 4.2.2.2 (Lisias) for KSP >= 1.2
68
+ Removes a memory leak, and promotes some key functions reusability.
79
+ Mitigates false positives while checking the ConfigCache, aiming to avoid the need of "deleting the cache when something weird happens" after load.

ModuleManager.122.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"MAJOR":4,
99
"MINOR":2,
1010
"PATCH":2,
11-
"BUILD":2
11+
"BUILD":3
1212
},
1313
"KSP_VERSION":{
1414
"MAJOR":1,

ModuleManager.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"MAJOR":4,
99
"MINOR":2,
1010
"PATCH":2,
11-
"BUILD":2
11+
"BUILD":3
1212
},
1313
"KSP_VERSION_MIN":{
1414
"MAJOR":1,

0 commit comments

Comments
 (0)