From eaa057d48fa5f2272772554d059c36ad5718afd1 Mon Sep 17 00:00:00 2001 From: Jim Garlick Date: Wed, 20 Aug 2014 16:34:25 -0700 Subject: [PATCH] prep for 2.6.0 release --- META | 4 ++-- NEWS | 24 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/META b/META index e21e8be..6eb20a4 100644 --- a/META +++ b/META @@ -1,4 +1,4 @@ Name: scrub -Version: 2.5.3 +Version: 2.6.0 Release: 1 -Date: 2014-05-20 +Date: 2014-08-20 diff --git a/NEWS b/NEWS index a034943..d1dcff4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,27 @@ +======================================================================== +scrub-2.6.0 Release Notes 2014-08-20 +======================================================================== + +* Added support for multiple file/device arguments [Peter Hyman] + +* Added --dry-run option + +* Handle incorrect octal esc in custom pattern (issue 28) + +* Dont truncate custom pattern in display (issue 27) + +* Add 'verify' pattern: Quick Fill with 0x00 and verify (issue 22) + +* Add unit test coverage for -X, --dry-run, multiple files. + +* Untrack and ignore generated files in git (issue 15) + +* Project repository: migrated source/releases to github, restored + pre-v2.2 history from sourceforge; retain Google Code issue tracker + and wiki for now. + +* Doc update: README.md, tests/README, AUTHORS, source code headers. + ======================================================================== scrub-2.5.3 Release Notes 2014-05-20 ========================================================================