From ef861a994d7a996d712a226e38bad6c847c29bc7 Mon Sep 17 00:00:00 2001 From: Joachim Metz Date: Thu, 20 Dec 2018 01:50:42 +0100 Subject: [PATCH] Updated version and AUTHORS (#2266) --- AUTHORS | 18 ++++++++++++++++++ config/dpkg/changelog | 4 ++-- plaso/__init__.py | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index d03a57cacf..bf65d7d16f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -38,5 +38,23 @@ Romain Gayon (romaing@google.com) Eric (ej.infotech@gmail.com) Hilko Bengen (bengen@hilluzination.de) Ken Macleod (Kenmacleod2013@gmail.com) +dc3.plaso (dc3.plaso@gmail.com) Jesus Aguilar (jesus@jaguilar.me) Vladimir Macko (vlejd@google.com) +James Nettesheim (james.nettesheim@gmail.com) +Benoit Sevens (benoit.sevens@gmail.com) +Ramses de Beer (rbdebeer@google.com) +chima uzoekwe (34069182+chimau@users.noreply.github.com) +John Galvin (john.galvin@narbondel.org) +Emanuele Pucciarelli (puccia@gmail.com) +teeshop (teeshop@users.noreply.github.com) +GalacticMaster (34439944+GalacticMaster@users.noreply.github.com) +infosecjosh (lewis.joshua@gmail.com) +Everest Stefan Munro-Zeisberger (evmunro1@gmail.com) +Antoine (ant1@users.noreply.github.com) +Ryan Benson (ryan@obsidianforensics.com) +Pasquale Stirparo (pstirparo@gmail.com) +Guy Lewin (Guy@lewin.co.il) +Jonas Plum (cugu@users.noreply.github.com) +Samuele Pilleri (pillerisamuele@gmail.com) +Tory Cullen (tory.cullen@gmail.com) diff --git a/config/dpkg/changelog b/config/dpkg/changelog index 74eef7e2cc..a26e386a78 100644 --- a/config/dpkg/changelog +++ b/config/dpkg/changelog @@ -1,5 +1,5 @@ -plaso (20181215-1) unstable; urgency=low +plaso (20181219-1) unstable; urgency=low * Auto-generated - -- Log2Timeline maintainers Sat, 15 Dec 2018 17:21:02 +0100 + -- Log2Timeline maintainers Wed, 19 Dec 2018 20:00:23 +0100 \ No newline at end of file diff --git a/plaso/__init__.py b/plaso/__init__.py index ae1c2c9d9f..0111c1ea21 100644 --- a/plaso/__init__.py +++ b/plaso/__init__.py @@ -8,4 +8,4 @@ from __future__ import unicode_literals -__version__ = '20181215' +__version__ = '20181219'