SHA256
1
0
forked from pool/binwalk
binwalk/binwalk.changes
Boris Manojlovic 064c20c538 Accepting request 200311 from home:vitezslav_cizek:branches:devel:tools
- update to 1.2.1
 * complete re-write in Python and includes new features and
   a scriptable Python module
 * several new features, including recursive scanning and extraction,
   strings and entropy analysis, and plugin support
 * major speed improvements and regex filter support,
   as well as bug fixes and signature updates
 * adds the --extract option and extends --dd, allowing auto extraction
   and auto decompression of extracted files
 * Improved signatures and scan speed

OBS-URL: https://build.opensuse.org/request/show/200311
OBS-URL: https://build.opensuse.org/package/show/devel:tools/binwalk?expand=0&rev=3
2013-09-24 09:06:17 +00:00

37 lines
1.4 KiB
Plaintext

-------------------------------------------------------------------
Mon Sep 23 13:13:57 UTC 2013 - vcizek@suse.com
- update to 1.2.1
* complete re-write in Python and includes new features and
a scriptable Python module
* several new features, including recursive scanning and extraction,
strings and entropy analysis, and plugin support
* major speed improvements and regex filter support,
as well as bug fixes and signature updates
* adds the --extract option and extends --dd, allowing auto extraction
and auto decompression of extracted files
* Improved signatures and scan speed
-------------------------------------------------------------------
Tue Oct 30 12:42:57 UTC 2012 - boris@steki.net
- updated to latest upstream 0.4.5
* Fixed magic file white space parsing bug.
* Fixed memory leak when more than one target file was specified.
* Added --dd option for auto-extraction of files.
* Bug fixes, signature updates
* Much improved scanning speed (thanks dannyb!).
* New options (--grep, --raw-bytes).
* Improved filtering.
* Various bug fixes and signature updates.
* Improved signature matching for SquashFS file systems.
* Added support for Linux block devices.
* Added support for building against libmagic.
* Added ability to optionally disable update features.
-------------------------------------------------------------------
Tue Aug 23 12:39:24 UTC 2011 - boris@steki.net
- Initial packaging of 0.3.8 version