Skip to content

Commit afae115

Browse files
committed
Wipe entire disk (fixes #1)
1 parent 605f32c commit afae115

File tree

7 files changed

+2300
-2300
lines changed

7 files changed

+2300
-2300
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,3 +464,6 @@ sha256s.txt
464464
.*.scanned
465465
.*.released
466466
.*.tagged
467+
468+
*.opendb
469+

CHANGELOG.md

Lines changed: 42 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,42 @@
1-
## 1.3 (unreleased)
2-
3-
* Update Makefile
4-
5-
## 1.2 (07-Apr-2015)
6-
7-
* Add version number to executable
8-
* Add .rc and .ico files to build
9-
10-
## 1.1 (27-Mar-2015)
11-
12-
* Executables signed with StartSSL code signing certificate
13-
* Release zip files are gpg signed and sha256 hashed
14-
* Standardize build scripts
15-
* Update documentation
16-
17-
## 1.0 (22-Feb-2015)
18-
19-
* Improve option processing
20-
* Updated to Visual Studio 2013
21-
* Switch to MIT license
22-
23-
## 0.4 (25-Dec-2012)
24-
25-
* Works on mounted disks in Windows 7
26-
* Fixed -2 Windows RNG function in Windows 7
27-
* Added Bruce Schneier's wiping method (7 passes)
28-
* Added German BCI/VSITR wiping method (7 passes)
29-
* Other minor bugfixes
30-
31-
## 0.3 (10-Apr-2007)
32-
33-
* Require 'yes' to start wipe
34-
35-
## 0.2 (05-Mar-2007)
36-
37-
* Corrected a few minor grammatical errors
38-
39-
## 0.1 (27-Feb-2007)
40-
41-
* Initial release
1+
## 1.3 (18-Dec-2016)
2+
3+
* Wipe entire sector (fixes #1)
4+
* Update to Visual Studio 2015
5+
6+
## 1.2 (07-Apr-2015)
7+
8+
* Add version number to executable
9+
* Add .rc and .ico files to build
10+
11+
## 1.1 (27-Mar-2015)
12+
13+
* Executables signed with StartSSL code signing certificate
14+
* Release zip files are gpg signed and sha256 hashed
15+
* Standardize build scripts
16+
* Update documentation
17+
18+
## 1.0 (22-Feb-2015)
19+
20+
* Improve option processing
21+
* Updated to Visual Studio 2013
22+
* Switch to MIT license
23+
24+
## 0.4 (25-Dec-2012)
25+
26+
* Works on mounted disks in Windows 7
27+
* Fixed -2 Windows RNG function in Windows 7
28+
* Added Bruce Schneier's wiping method (7 passes)
29+
* Added German BCI/VSITR wiping method (7 passes)
30+
* Other minor bugfixes
31+
32+
## 0.3 (10-Apr-2007)
33+
34+
* Require 'yes' to start wipe
35+
36+
## 0.2 (05-Mar-2007)
37+
38+
* Corrected a few minor grammatical errors
39+
40+
## 0.1 (27-Feb-2007)
41+
42+
* Initial release

0 commit comments

Comments
 (0)