From 312f53009244923bdfd790f212bb263992144cbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 9 May 2018 13:38:06 +0200 Subject: [PATCH 1/4] chg: Bump misp-objects --- pymisp/data/misp-objects | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymisp/data/misp-objects b/pymisp/data/misp-objects index 956e649..b5f352e 160000 --- a/pymisp/data/misp-objects +++ b/pymisp/data/misp-objects @@ -1 +1 @@ -Subproject commit 956e6493158565426c228bf1dadb3c60a738288e +Subproject commit b5f352e8c219f41557609bd9a1dcccea59a7d89a From 0e57697b7cd4c8aaa8a052d2efe38635bd906aa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 9 May 2018 13:39:14 +0200 Subject: [PATCH 2/4] chg: Version bump --- pymisp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymisp/__init__.py b/pymisp/__init__.py index 22d2e1b..dbcc6ac 100644 --- a/pymisp/__init__.py +++ b/pymisp/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.4.90' +__version__ = '2.4.91' import logging import functools import warnings From fdf32b35f8353e48a53129a2a98d9d42dd605bec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 9 May 2018 13:40:06 +0200 Subject: [PATCH 3/4] chg: Bump changelog. --- CHANGELOG.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 693b669..4f27d1e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -2,6 +2,29 @@ Changelog ========= +v2.4.90.1 (2018-05-09) +---------------------- + +New +~~~ +- Properly implement the Email object creator. [Raphaël Vinot] + +Changes +~~~~~~~ +- Version bump. [Raphaël Vinot] +- Bump misp-objects. [Raphaël Vinot] +- Bump misp-objects. [Raphaël Vinot] +- Normalize the RestResponse calls. [Raphaël Vinot] + +Fix +~~~ +- Properly get and decode the body of the email. [Raphaël Vinot] +- Provide the extension of the EML file to attach. [Raphaël Vinot] +- Properly handle attachments. [Raphaël Vinot] +- Test cases & attributes automatically getting an UUID. [Raphaël Vinot] +- Typo in the *feed methods. [Raphaël Vinot] + + v2.4.90 (2018-04-25) -------------------- @@ -22,6 +45,7 @@ New Changes ~~~~~~~ +- Bump changelog. [Raphaël Vinot] - Bump version. [Raphaël Vinot] - Bump misp-objects. [Raphaël Vinot] - Add more examples. [Raphaël Vinot] From fef26e47a27f52d13f264a54d9f6322dc824f9e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 9 May 2018 13:42:14 +0200 Subject: [PATCH 4/4] fix: Wrong version --- pymisp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymisp/__init__.py b/pymisp/__init__.py index dbcc6ac..70f7a3a 100644 --- a/pymisp/__init__.py +++ b/pymisp/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.4.91' +__version__ = '2.4.90.1' import logging import functools import warnings