Skip to content

Commit

Permalink
Changes for release (#4896)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz authored Aug 26, 2024
1 parent d3c314d commit c22f609
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config/dpkg/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plaso (20240409-1) unstable; urgency=low
plaso (20240826-1) unstable; urgency=low

* Auto-generated

-- Log2Timeline maintainers <log2timeline-maintainers@googlegroups.com> Tue, 09 Apr 2024 16:16:41 +0200
-- Log2Timeline maintainers <log2timeline-maintainers@googlegroups.com> Mon, 26 Aug 2024 07:14:58 +0200
8 changes: 8 additions & 0 deletions docs/sources/api/plaso.parsers.sqlite_plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------------------------------------------

Expand Down
8 changes: 8 additions & 0 deletions docs/sources/api/plaso.parsers.text_plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------------------------------

Expand Down
5 changes: 4 additions & 1 deletion docs/sources/user/Parsers-and-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plaso/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
of log2timeline.
"""

__version__ = '20240409'
__version__ = '20240826'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c22f609

Please sign in to comment.