Skip to content

Commit

Permalink
prepare for v0.5.0 tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
tomato42 committed Feb 6, 2011
1 parent 7d3b8c6 commit 9675ac7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v 0.5.0 - 2011-02-06
--------------------

* add support for ATA VERIFY command to allow testing drives over USB,
FireWire and behind SAS backplanes
* fix crash with specific sized drives

v 0.4.0 - 2010-10-07
--------------------

Expand Down
2 changes: 1 addition & 1 deletion hdck.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const struct version_t {
const int major;
const int minor;
const int revision;
} version = {0, 4, 0};
} version = {0, 5, 0};

/** structure representing program status */
struct status_t {
Expand Down

0 comments on commit 9675ac7

Please sign in to comment.