15
0
forked from pool/python-evtx

Accepting request 707847 from home:pgajdos

- version update to 0.6.1
  * unit tests! also, travis integration with github project.
  * remove hacky python string templating solution to dealing with substitutions.
  * add .xml() and .lxml() to records.
  * lots of fixes to bring code in-line with pep8 and style guide.
  * fix a bunch of bugs due to bad data/encodings.
  * add support for CharacterReferenceNode
  * demonstrate unicode handling issue submitted by @stephensheridan in #37
  * fix hex32/64 node types, identified by @nbareil in #38
  * fix systemtime timestamp parsing, identified by @patatetom in #39

OBS-URL: https://build.opensuse.org/request/show/707847
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-evtx?expand=0&rev=12
This commit is contained in:
Cédric Bosdonnat
2019-06-05 13:46:12 +00:00
committed by Git OBS Bridge
parent 82e2ed292d
commit a2c8d4586c
4 changed files with 32 additions and 16 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jun 5 12:55:10 UTC 2019 - pgajdos@suse.com
- version update to 0.6.1
* unit tests! also, travis integration with github project.
* remove hacky python string templating solution to dealing with substitutions.
* add .xml() and .lxml() to records.
* lots of fixes to bring code in-line with pep8 and style guide.
* fix a bunch of bugs due to bad data/encodings.
* add support for CharacterReferenceNode
* demonstrate unicode handling issue submitted by @stephensheridan in #37
* fix hex32/64 node types, identified by @nbareil in #38
* fix systemtime timestamp parsing, identified by @patatetom in #39
-------------------------------------------------------------------
Fri Mar 15 07:02:51 UTC 2019 - Hans-Peter Jansen <hpj@urpla.net>