Skip to content

Commit

Permalink
Merge pull request #142 from cofyc/v0.4.1
Browse files Browse the repository at this point in the history
release v0.4.1
  • Loading branch information
cofyc authored Feb 27, 2018
2 parents fb61224 + 969a3ed commit 0bff18d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@

## Table of Contents

* [v0.4.1](#v041)
* [v0.4.0](#v040)
* [v0.3.0](#v030)
* [v0.2.2](#v022)
* [v0.2.1](#v021)
* [v0.2.0](#v020)

## v0.4.1

- find_cert() should search in all certs, fixes #139.
- filter_signed_certs() should converts serial to uint32_t before comparison.
- --cert-file-expire-days supports 'd', 'h', 'm', 's' suffixes

## v0.4.0

- Use sodium_malloc() for the DNS query/response buffers
Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
#ifndef VERSION_H
#define VERSION_H

const char *the_version = "0.4.0-5.g100b339";
const char *the_version = "0.4.1";

#endif

0 comments on commit 0bff18d

Please sign in to comment.