From c22f6094489cc85c1821f9bb2586ddfc009d3302 Mon Sep 17 00:00:00 2001 From: Joachim Metz Date: Mon, 26 Aug 2024 18:33:39 +0200 Subject: [PATCH] Changes for release (#4896) --- config/dpkg/changelog | 4 ++-- docs/sources/api/plaso.parsers.sqlite_plugins.rst | 8 ++++++++ docs/sources/api/plaso.parsers.text_plugins.rst | 8 ++++++++ docs/sources/user/Parsers-and-plugins.md | 5 ++++- plaso/__init__.py | 2 +- setup.cfg | 2 +- 6 files changed, 24 insertions(+), 5 deletions(-) diff --git a/config/dpkg/changelog b/config/dpkg/changelog index 20593d1f90..63d550ec43 100644 --- a/config/dpkg/changelog +++ b/config/dpkg/changelog @@ -1,5 +1,5 @@ -plaso (20240409-1) unstable; urgency=low +plaso (20240826-1) unstable; urgency=low * Auto-generated - -- Log2Timeline maintainers Tue, 09 Apr 2024 16:16:41 +0200 + -- Log2Timeline maintainers Mon, 26 Aug 2024 07:14:58 +0200 diff --git a/docs/sources/api/plaso.parsers.sqlite_plugins.rst b/docs/sources/api/plaso.parsers.sqlite_plugins.rst index eb2629dc37..1369339fa2 100644 --- a/docs/sources/api/plaso.parsers.sqlite_plugins.rst +++ b/docs/sources/api/plaso.parsers.sqlite_plugins.rst @@ -4,6 +4,14 @@ plaso.parsers.sqlite\_plugins package Submodules ---------- +plaso.parsers.sqlite\_plugins.android\_app\_usage module +-------------------------------------------------------- + +.. automodule:: plaso.parsers.sqlite_plugins.android_app_usage + :members: + :undoc-members: + :show-inheritance: + plaso.parsers.sqlite\_plugins.android\_calls module --------------------------------------------------- diff --git a/docs/sources/api/plaso.parsers.text_plugins.rst b/docs/sources/api/plaso.parsers.text_plugins.rst index e307c9ac35..e6264ff19c 100644 --- a/docs/sources/api/plaso.parsers.text_plugins.rst +++ b/docs/sources/api/plaso.parsers.text_plugins.rst @@ -52,6 +52,14 @@ plaso.parsers.text\_plugins.confluence\_access module :undoc-members: :show-inheritance: +plaso.parsers.text\_plugins.cri module +-------------------------------------- + +.. automodule:: plaso.parsers.text_plugins.cri + :members: + :undoc-members: + :show-inheritance: + plaso.parsers.text\_plugins.dpkg module --------------------------------------- diff --git a/docs/sources/user/Parsers-and-plugins.md b/docs/sources/user/Parsers-and-plugins.md index 653ea20ebf..484efdffb1 100644 --- a/docs/sources/user/Parsers-and-plugins.md +++ b/docs/sources/user/Parsers-and-plugins.md @@ -134,8 +134,10 @@ time_machine | Parser for MacOS TimeMachine plist files. Name | Description --- | --- +android_app_usage | Parser for Android app_usage SQLite database (app_usage) files. android_calls | Parser for Android call history SQLite database (contacts2.db) files. android_sms | Parser for Android text messages (SMS) SQLite database (mmssms.dbs) files. +android_turbo | Parser for Android turbo SQLite database (turbo.db) files. android_webview | Parser for Android WebView SQLite database files. android_webviewcache | Parser for Android WebViewCache SQLite database files. 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. aws_elb_access | Parser for AWS ELB Access log files. bash_history | Parser for Bash history files. confluence_access | Parser for Confluence access log (access.log) files. +cri_log | Parser for Container Runtime Interface log files. dpkg | Parser for Debian package manager log (dpkg.log) files. gdrive_synclog | Parser for Google Drive Sync log files. googlelog | Parser for Google-formatted log files. @@ -268,7 +271,7 @@ winreg_default | Parser for Windows Registry data. Name | Parsers and plugins --- | --- -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 +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 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 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 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 diff --git a/plaso/__init__.py b/plaso/__init__.py index 7cda0dd62d..9bb36550fd 100644 --- a/plaso/__init__.py +++ b/plaso/__init__.py @@ -6,4 +6,4 @@ of log2timeline. """ -__version__ = '20240409' +__version__ = '20240826' diff --git a/setup.cfg b/setup.cfg index 7b42909c22..8904d217d3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = plaso -version = 20240409 +version = 20240826 description = Plaso (log2timeline) - Super timeline all the things 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. long_description_content_type = text/plain