Skip to content

Commit

Permalink
Prepare for release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gotthardp committed Jul 30, 2021
1 parent 1719114 commit 02a52d5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
SSCEP Release history
========================================

v0.9.1 (2021-07-31)
* Fixed missing Host header (@papperlapapp)
* Fixed multiple numeric overflows (@ziemleszcz)

v0.9.0 (2021-02-08)
* Added -E options for aes128, aes192 and aes256.
Per RFC8894, plain aes is equal to aes128. (Before 0.9.0 it was aes256.)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0
0.9.1
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([sscep],[0.9.0],[[email protected]])
AC_INIT([sscep],[0.9.1],[[email protected]])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([foreign subdir-objects dist-bzip2])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
Expand Down
2 changes: 1 addition & 1 deletion scripts/sscep.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

Name: sscep
Version: 0.9.0
Version: 0.9.1
Release: 1
Summary: Simple SCEP client
License: BSD
Expand Down
2 changes: 1 addition & 1 deletion src/sscep.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
#include <openssl/ssl.h>
/* Global defines */

#define VERSION "0.9.0"
#define VERSION "0.9.1"

/* SCEP operations */
#define SCEP_OPERATION_GETCA 1
Expand Down

0 comments on commit 02a52d5

Please sign in to comment.