diff options
author | Daiki Ueno <dueno@redhat.com> | 2017-03-01 09:58:40 +0100 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2017-03-02 10:11:08 +0100 |
commit | 817a1c67c407850ab1756fdacb1c38e4bded5509 (patch) | |
tree | 09afa93d8603b5f6bd485b39d84b514ad0e70816 | |
parent | a827b55fed09b72ffd0e176c6630cb7b591c6e04 (diff) |
Release 0.23.5
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +0.23.5 (devel) + * Fix license notice of common/unix-peer.c [PR#58] + * Remove systemd unit files for now [PR#60] + * Build fixes for FreeBSD [PR#56] + 0.23.4 (devel) * Recognize query attributes defined in PKCS#11 URI (RFC7512) [PR#31, PR#37, PR#52] diff --git a/configure.ac b/configure.ac index 52c9067..3da26a7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.61) AC_INIT([p11-kit], - [0.23.4], + [0.23.5], [https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue], [p11-kit], [http://p11-glue.freedesktop.org/p11-kit.html]) |