Skip to content

Commit 4cc3f66

Browse files
committed
Update Release - Version 0.9.13
* Update Copyright to 2025 * Update pyesedb.so
1 parent 43f9567 commit 4cc3f66

17 files changed

Lines changed: 37 additions & 19 deletions

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project are documented in this file.
44

5+
## [0.9.13] - 2025-06-03 (RELEASED)
6+
7+
### Changed
8+
9+
- Updated all copyright notices and file versions
10+
- ESEDB library
11+
- Latest Python ESEDB library based on [libesedb](https://github.com/libyal/libesedb) commit d959e1e
12+
13+
## [0.9.12] - 2025-06-03 (RELEASED)
14+
15+
### Changed
16+
17+
- Updated ReadMe documentation on Type 1 image processing
18+
- Type 1 image processing as per v0.9.11 has a "out-of-order" CMY structure. The CMY channels were found to be reversed (YMC). The K channel is actually an Alpha transparency channel. Then, the structure is "YMCA" (apparently a joke).
19+
- ESEDB library:
20+
- Latest Python ESEDB library based on libesedb commit 800a5f0
21+
22+
523
## [0.9.11] - 2022-02-21 (RELEASED)
624

725
### Changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
from setuptools import setup
33
from src.vinetto import version
44

5-
# Utility function to read the README file
6-
# Used for the long_description. It's nice, because now 1) we have a top level
7-
# README file and 2) it's easier to type in the README file than to put a raw
8-
# string in below ...
5+
# Utility function to read the ReadMe.md file...
6+
# Used for the long_description. It's nice, because now:
7+
# 1) we have a top level ReadMe.md file and
8+
# 2) it's easier to type in the ReadMe.md file than to put a raw string in below
99
def read(fname):
1010
return open(os.path.join(os.path.dirname(__file__), fname)).read()
1111

src/vinetto/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Vinetto : a forensics tool to examine Thumb Database files
77
Copyright (C) 2005, 2006 by Michel Roukine
8-
Copyright (C) 2019-2022 by Keven L. Ates
8+
Copyright (C) 2019-2025 by Keven L. Ates
99
1010
This file is part of Vinetto.
1111

src/vinetto/data/HtmlReportTemplate.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
Vinetto : a forensics tool to examine Thumb Database files
88
Copyright (C) 2005, 2006 by Michel Roukine
9-
Copyright (C) 2019-2022 by Keven L. Ates
9+
Copyright (C) 2019-2025 by Keven L. Ates
1010
1111
This file is part of Vinetto.
1212

src/vinetto/error.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
Vinetto : a forensics tool to examine Thumb Database files
88
Copyright (C) 2005, 2006 by Michel Roukine
9-
Copyright (C) 2019-2022 by Keven L. Ates
9+
Copyright (C) 2019-2025 by Keven L. Ates
1010
1111
This file is part of Vinetto.
1212

src/vinetto/esedb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Vinetto : a forensics tool to examine Thumb Database files
77
Copyright (C) 2005, 2006 by Michel Roukine
8-
Copyright (C) 2019-2022 by Keven L. Ates
8+
Copyright (C) 2019-2025 by Keven L. Ates
99
1010
This file is part of Vinetto.
1111

src/vinetto/lib/pyesedb.so

-1.69 MB
Binary file not shown.

src/vinetto/processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Vinetto : a forensics tool to examine Thumb Database files
77
Copyright (C) 2005, 2006 by Michel Roukine
8-
Copyright (C) 2019-2022 by Keven L. Ates
8+
Copyright (C) 2019-2025 by Keven L. Ates
99
1010
This file is part of Vinetto.
1111

src/vinetto/report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Vinetto : a forensics tool to examine Thumb Database files
77
Copyright (C) 2005, 2006 by Michel Roukine
8-
Copyright (C) 2019-2022 by Keven L. Ates
8+
Copyright (C) 2019-2025 by Keven L. Ates
99
1010
This file is part of Vinetto.
1111

src/vinetto/tdb_catalog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Vinetto : a forensics tool to examine Thumb Database files
77
Copyright (C) 2005, 2006 by Michel Roukine
8-
Copyright (C) 2019-2022 by Keven L. Ates
8+
Copyright (C) 2019-2025 by Keven L. Ates
99
1010
This file is part of Vinetto.
1111

0 commit comments

Comments
 (0)