Skip to content

Commit

Permalink
Changes for release (log2timeline#4869)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz authored Apr 10, 2024
1 parent c147919 commit 22fdeee
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 7 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 (20240317-1) unstable; urgency=low
plaso (20240409-1) unstable; urgency=low

* Auto-generated

-- Log2Timeline maintainers <[email protected]> Sun, 17 Mar 2024 10:07:18 +0100
-- Log2Timeline maintainers <[email protected]> Tue, 09 Apr 2024 16:16:41 +0200
2 changes: 1 addition & 1 deletion config/linux/ubuntu_install_plaso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ PYTHON_DEPENDENCIES="libbde-python3
# Additional dependencies for running tests, alphabetized, one per line.
TEST_DEPENDENCIES="python3-distutils
python3-fakeredis
python3-lib2to3
python3-lib2to3
python3-mock
python3-setuptools";

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 @@ -236,6 +236,14 @@ plaso.parsers.text\_plugins.syslog module
:undoc-members:
:show-inheritance:

plaso.parsers.text\_plugins.teamviewer module
---------------------------------------------

.. automodule:: plaso.parsers.text_plugins.teamviewer
:members:
:undoc-members:
:show-inheritance:

plaso.parsers.text\_plugins.viminfo module
------------------------------------------

Expand Down
7 changes: 5 additions & 2 deletions docs/sources/user/Parsers-and-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ tango_android_tc | Parser for Tango on Android TC SQLite database files.
twitter_android | Parser for Twitter on Android SQLite database files.
twitter_ios | Parser for Twitter on iOS 8 and later SQLite database (twitter.db) files.
windows_eventtranscript | Parser for Windows diagnosis EventTranscript SQLite database (EventTranscript.db) files.
windows_push_notification | Parser for Windows 10 push notification SQLite database (wpndatabase.db) files.
windows_timeline | Parser for Windows 10 timeline SQLite database (ActivitiesCache.db) files.
zeitgeist | Parser for Zeitgeist activity SQLite database files.

Expand Down Expand Up @@ -211,7 +212,9 @@ snort_fastlog | Parser for Snort3/Suricata fast-log alert log (fast.log) files.
sophos_av | Parser for Sophos anti-virus log file (SAV.txt) files.
syslog | Parser for System log (syslog) files.
syslog_traditional | Parser for Traditional system log (syslog) files.
teamviewer | Parser for TeamViewer log files.
teamviewer_application_log | Parser for TeamViewer application log file parser..
teamviewer_connections_incoming | Parser for TeamViewer connections_incoming.txt log files.
teamviewer_connections_outgoing | Parser for TeamViewer connections.txt log files.
viminfo | Parser for Viminfo files.
vsftpd | Parser for vsftpd log files.
winfirewall | Parser for Windows Firewall log files.
Expand Down Expand Up @@ -273,7 +276,7 @@ mactime | bodyfile
webhist | binary_cookies, chrome_cache, chrome_preferences, esedb/msie_webcache, firefox_cache, java_idx, msiecf, opera_global, opera_typed_history, plist/safari_history, sqlite/chrome_8_history, sqlite/chrome_17_cookies, sqlite/chrome_27_history, sqlite/chrome_66_cookies, sqlite/chrome_autofill, sqlite/chrome_extension_activity, sqlite/firefox_2_cookies, sqlite/firefox_10_cookies, sqlite/firefox_downloads, sqlite/firefox_history, sqlite/safari_historydb
win7 | custom_destinations, esedb/file_history, esedb/user_access_logging, olecf/olecf_automatic_destinations, recycle_bin, text/powershell_transcript, winevtx, win_gen, winpca_db0, winpca_dic
win7_slow | esedb, mft, win7
win_gen | bencode, czip/oxml, filestat, lnk, mcafee_protection, olecf, pe, prefetch, sqlite/google_drive, sqlite/skype, symantec_scanlog, text/gdrive_synclog, text/sccm, text/setupapi, text/skydrive_log_v1, text/skydrive_log_v2, text/winfirewall, usnjrnl, webhist, winjob, winreg
win_gen | bencode, czip/oxml, filestat, lnk, mcafee_protection, olecf, pe, prefetch, sqlite/google_drive, sqlite/skype, symantec_scanlog, text/gdrive_synclog, text/sccm, text/setupapi, text/skydrive_log_v1, text/skydrive_log_v2, text/teamviewer_application_log, text/teamviewer_connections_incoming, text/teamviewer_connections_outgoing, text/winfirewall, usnjrnl, webhist, winjob, winreg
winxp | recycle_bin_info2, rplog, win_gen, winevt
winxp_slow | esedb, mft, winxp

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__ = '20240317'
__version__ = '20240409'
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 = 20240317
version = 20240409
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 22fdeee

Please sign in to comment.