@@ -10,8 +10,8 @@ the detection of similar objects by comparing their hash values. Note that
10
10
the byte stream should have a sufficient amount of complexity. For example,
11
11
a byte stream of identical bytes will not generate a hash value.
12
12
13
- ## What's (relatively) New in TLSH 4.12.0
14
- 16/09 /2024
13
+ ## What's (relatively) New in TLSH 4.12.x
14
+ 08/10 /2024
15
15
16
16
Release version 4.10.x - a Python clustering tool.
17
17
- See the directory tlshCluster.
@@ -20,6 +20,11 @@ I am going to try to make 4.12.0 a release version and build a py-tlsh Python li
20
20
4.12.0 includes:
21
21
Merge pull request #137 - this fixed a memory leak in py-tlsh
22
22
Merge pull request #134 - this improved the ifdef WINDOWS to be more portable
23
+ 4.12.1 includes:
24
+ Merge pull request #146 - Remove call to sprintf() to avoid warnings
25
+ Merge pull request #141 - py_ext: use PyVarObject_HEAD instead of PyObject_HEAD_INIT
26
+ Merge pull request #138 - Build: Define default options only on "default"
27
+ Merge pull request #136 - Bug Fix+Portability: Improve portability by integral division
23
28
24
29
2020
25
30
- adopted by [ Virus Total] ( https://developers.virustotal.com/v3.0/reference#files-tlsh )
@@ -291,12 +296,13 @@ TLSH similarity is expressed as a difference score:
291
296
292
297
# Current Version
293
298
294
- ** 4.12.0 **
299
+ ** 4.12.1 **
295
300
<PRE >
296
- 16/09/2024
297
- document what has changed since **4.11.2** on 23/10/2021
298
- Merge pull request #137 - this fixed a memory leak in py-tlsh
299
- Merge pull request #134 - this improved the ifdef WINDOWS to be more portable
301
+ 08/10/2024
302
+ Merge pull request #146 - Remove call to sprintf() to avoid warnings
303
+ Merge pull request #141 - py_ext: use PyVarObject_HEAD instead of PyObject_HEAD_INIT
304
+ Merge pull request #138 - Build: Define default options only on "default"
305
+ Merge pull request #136 - Bug Fix+Portability: Improve portability by integral division
300
306
</PRE >
301
307
302
308
# Change History
0 commit comments