Skip to content

Commit

Permalink
[VERSION] 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rentzsch committed Jul 5, 2020
1 parent 0dcbe7d commit deb8180
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ Indeed you could. I prefer a minimal focused tool whose operation is fixed, its

## Version History

### v1.3.2: 2020-07-05 [download](https://github.com/rentzsch/stressdrive/releases/download/1.3.2/stressdrive-mac-1.3.2.zip)

- [CHANGE] Target oldest supported macOS (10.6). ([rentzsch](https://github.com/rentzsch/stressdrive/commit/0dcbe7d8bb356b379276370c54879b9ba75884b3))

### v1.3.1: 2020-07-04 [download](https://github.com/rentzsch/stressdrive/releases/download/1.3.1/stressdrive-mac-1.3.1.zip)

- [DEV] [OpenSSL v1.1.0 now requires dynamic allocation]() of cipher contexts via `EVP_CIPHER_CTX_new()`. ([rentzsch](https://github.com/rentzsch/stressdrive/commit/b3462490ef6817d89b55f6f6eb209d2319e8d842))
Expand Down
6 changes: 3 additions & 3 deletions stressdrive.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// stressdrive.c 1.3.1
// Copyright (c) 2011-2018 Jonathan 'Wolf' Rentzsch: http://rentzsch.com
// stressdrive.c 1.3.2
// Copyright (c) 2011-2020 Jonathan 'Wolf' Rentzsch: http://rentzsch.com
// Some rights reserved: http://opensource.org/licenses/mit
// https://github.com/rentzsch/stressdrive

Expand Down Expand Up @@ -123,7 +123,7 @@ void SHA1_Finish(unsigned char *digest, SHA_CTX *ctx, const char *name) {

int main(int argc, const char *argv[]) {
if (argc != 2) {
fprintf(stderr, "stressdrive v1.3.1\n");
fprintf(stderr, "stressdrive v1.3.2\n");
#ifdef __APPLE__
fprintf(stderr, "Usage: sudo %s /dev/rdiskN\n", argv[0]);
#else
Expand Down

0 comments on commit deb8180

Please sign in to comment.