Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed May 25, 2017
1 parent daa2dc4 commit 3d7ba93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,18 +121,18 @@ Further documentation is located at http://idstools.readthedocs.org.
Changelog
---------

unreleased
~~~~~~~~~~
0.6.1 - 2017-05-25
~~~~~~~~~~~~~~~~~~
- idstools-rulecat: handle zip archive files
- rules: handle msg with escaped semicolons
- rulecat: don't generate report summary if its not going to be logged
anyways (https://github.com/jasonish/py-idstools/issues/49)
- rulecat: Python 3 fixes
- rules: speed up parsing
- `Commit log <https://github.com/jasonish/py-idstools/compare/0.6.0...HEAD>`_
- `Commit log <https://github.com/jasonish/py-idstools/compare/0.6.0...0.6.1>`_

0.6.0
~~~~~
0.6.0 - 2017-03-29
~~~~~~~~~~~~~~~~~~
- idstools-u2eve - output packet records
- idstools-rulecat: allow --local to be specified multiple times
- idstools-rulecat: --ignore option to ignore filenames
Expand Down
2 changes: 1 addition & 1 deletion idstools/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.6.0"
version = "0.6.1"

0 comments on commit 3d7ba93

Please sign in to comment.