Skip to content

Commit 20716b4

Browse files
committed
Prepare release v1.4.1
1 parent 36dc4f7 commit 20716b4

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## InfclassR v1.4.1 - 2022-03-23
4+
5+
- Fixed poison grenades 'no healing' effect
6+
- Fixed a memory leak on map client map generation (AddEmbeddedImage())
7+
- Fixed uninitialized memory access (Teleports layer in CCollision)
8+
- Fixed a possible crash on map rotation (CInfClassInfected::GetDefaultEmote())
9+
- Fixed high CPU load from thread pool processing (CEngine and CJob backported from DDNet)
10+
311
## InfclassR v1.4.0 - 2022-03-13
412

513
General:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# FindICU introduced in CMake 3.7
44
cmake_minimum_required(VERSION 3.7)
55
project(InfclassR
6-
VERSION 1.4.0
6+
VERSION 1.4.1
77
)
88
set(VERSION_SUFFIX "")
99

ChangeLog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
InfclassR v1.4.1
2+
- Fixed poison grenades 'no healing' effect
3+
- Fixed a memory leak on map client map generation
4+
- Fixed uninitialized memory access (Teleports layer)
5+
- Fixed a possible crash on map rotation
6+
- Fixed high CPU load from thread pool processing
7+
18
InfclassR v1.4.0_rc1
29
- Fixed laser clipping
310
- Updated German translation (thanks Emrldy)

0 commit comments

Comments
 (0)