Skip to content

Commit c22f609

Browse files
authored
Changes for release (#4896)
1 parent d3c314d commit c22f609

File tree

6 files changed

+24
-5
lines changed

6 files changed

+24
-5
lines changed

config/dpkg/changelog

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
plaso (20240409-1) unstable; urgency=low
1+
plaso (20240826-1) unstable; urgency=low
22

33
* Auto-generated
44

5-
-- Log2Timeline maintainers <[email protected]> Tue, 09 Apr 2024 16:16:41 +0200
5+
-- Log2Timeline maintainers <[email protected]> Mon, 26 Aug 2024 07:14:58 +0200

docs/sources/api/plaso.parsers.sqlite_plugins.rst

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ plaso.parsers.sqlite\_plugins package
44
Submodules
55
----------
66

7+
plaso.parsers.sqlite\_plugins.android\_app\_usage module
8+
--------------------------------------------------------
9+
10+
.. automodule:: plaso.parsers.sqlite_plugins.android_app_usage
11+
:members:
12+
:undoc-members:
13+
:show-inheritance:
14+
715
plaso.parsers.sqlite\_plugins.android\_calls module
816
---------------------------------------------------
917

docs/sources/api/plaso.parsers.text_plugins.rst

+8
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ plaso.parsers.text\_plugins.confluence\_access module
5252
:undoc-members:
5353
:show-inheritance:
5454

55+
plaso.parsers.text\_plugins.cri module
56+
--------------------------------------
57+
58+
.. automodule:: plaso.parsers.text_plugins.cri
59+
:members:
60+
:undoc-members:
61+
:show-inheritance:
62+
5563
plaso.parsers.text\_plugins.dpkg module
5664
---------------------------------------
5765

docs/sources/user/Parsers-and-plugins.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,10 @@ time_machine | Parser for MacOS TimeMachine plist files.
134134

135135
Name | Description
136136
--- | ---
137+
android_app_usage | Parser for Android app_usage SQLite database (app_usage) files.
137138
android_calls | Parser for Android call history SQLite database (contacts2.db) files.
138139
android_sms | Parser for Android text messages (SMS) SQLite database (mmssms.dbs) files.
140+
android_turbo | Parser for Android turbo SQLite database (turbo.db) files.
139141
android_webview | Parser for Android WebView SQLite database files.
140142
android_webviewcache | Parser for Android WebViewCache SQLite database files.
141143
appusage | Parser for MacOS application usage SQLite database (application_usage.sqlite) files.
@@ -189,6 +191,7 @@ apt_history | Parser for Advanced Packaging Tool (APT) History log files.
189191
aws_elb_access | Parser for AWS ELB Access log files.
190192
bash_history | Parser for Bash history files.
191193
confluence_access | Parser for Confluence access log (access.log) files.
194+
cri_log | Parser for Container Runtime Interface log files.
192195
dpkg | Parser for Debian package manager log (dpkg.log) files.
193196
gdrive_synclog | Parser for Google Drive Sync log files.
194197
googlelog | Parser for Google-formatted log files.
@@ -268,7 +271,7 @@ winreg_default | Parser for Windows Registry data.
268271

269272
Name | Parsers and plugins
270273
--- | ---
271-
android | android_app_usage, chrome_cache, filestat, sqlite/android_calls, sqlite/android_sms, sqlite/android_webview, sqlite/android_webviewcache, sqlite/chrome_8_history, sqlite/chrome_17_cookies, sqlite/chrome_27_history, sqlite/chrome_66_cookies, sqlite/skype
274+
android | android_app_usage, chrome_cache, filestat, sqlite/android_app_usage, sqlite/android_calls, sqlite/android_sms, sqlite/android_turbo, sqlite/android_webview, sqlite/android_webviewcache, sqlite/chrome_8_history, sqlite/chrome_17_cookies, sqlite/chrome_27_history, sqlite/chrome_66_cookies, sqlite/skype
272275
ios | jsonl/ios_application_privacy, plist/ios_identityservices, sqlite/imessage, sqlite/ios_netusage, sqlite/ios_powerlog, sqlite/ios_screentime, sqlite/kik_ios, sqlite/twitter_ios, text/ios_lockdownd, text/ios_logd, text/ios_sysdiag_log
273276
linux | bencode, czip/oxml, jsonl/docker_container_config, jsonl/docker_container_log, jsonl/docker_layer_config, filestat, olecf, pls_recall, sqlite/google_drive, sqlite/skype, sqlite/zeitgeist, systemd_journal, text/apt_history, text/bash_history, text/dpkg, text/gdrive_synclog, text/googlelog, text/popularity_contest, text/selinux, text/syslog, text/syslog_traditional, text/vsftpd, text/xchatlog, text/xchatscrollback, text/zsh_extended_history, utmp, webhist
274277
macos | asl_log, bencode, bsm_log, cups_ipp, czip/oxml, filestat, fseventsd, mac_keychain, olecf, plist, spotlight_storedb, sqlite/appusage, sqlite/google_drive, sqlite/imessage, sqlite/ls_quarantine, sqlite/mac_document_versions, sqlite/mac_notes, sqlite/mackeeper_cache, sqlite/mac_knowledgec, sqlite/skype, text/bash_history, text/gdrive_synclog, text/mac_appfirewall_log, text/mac_securityd, text/mac_wifi, text/macos_launchd_log, text/syslog, text/syslog_traditional, text/zsh_extended_history, utmpx, webhist

plaso/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
of log2timeline.
77
"""
88

9-
__version__ = '20240409'
9+
__version__ = '20240826'

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = plaso
3-
version = 20240409
3+
version = 20240826
44
description = Plaso (log2timeline) - Super timeline all the things
55
long_description = Plaso (log2timeline) is a framework to create super timelines. Its purpose is to extract timestamps from various files found on typical computer systems and aggregate them.
66
long_description_content_type = text/plain

0 commit comments

Comments
 (0)