From 79a08f297b4a17dfd24e841c599f643a2d1cd422 Mon Sep 17 00:00:00 2001 From: Aleksey Sanin Date: Fri, 23 Oct 2020 11:00:23 -0700 Subject: [PATCH] Prepare for 1.2.31 release --- appveyor.yml | 2 +- configure.ac | 4 ++-- docs/api/xmlsec-version.html | 6 +++--- docs/index.html | 29 ++++++++--------------------- docs/news.html | 9 ++++++++- man/xmlsec1-config.1 | 2 +- man/xmlsec1.1 | 2 +- 7 files changed, 24 insertions(+), 30 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 00d15e2cf..e3a0091a2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,7 +12,7 @@ # You can check the whole build process in the logs, and any later commit will start # a new build using a fresh virtual machine. -version: '1.2.30-{build}' +version: '1.2.31-{build}' shallow_clone: true skip_branch_with_pr: true diff --git a/configure.ac b/configure.ac index b78caa41e..dcc2c700b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([xmlsec1],[1.2.30],[http://www.aleksey.com/xmlsec]) +AC_INIT([xmlsec1],[1.2.31],[http://www.aleksey.com/xmlsec]) XMLSEC_PACKAGE=xmlsec1 XMLSEC_VERSION_MAJOR=1 XMLSEC_VERSION_MINOR=2 -XMLSEC_VERSION_SUBMINOR=30 +XMLSEC_VERSION_SUBMINOR=31 XMLSEC_VERSION="$XMLSEC_VERSION_MAJOR.$XMLSEC_VERSION_MINOR.$XMLSEC_VERSION_SUBMINOR" XMLSEC_VERSION_INFO=`echo $XMLSEC_VERSION | awk -F. '{ printf "%d:%d:%d", $1+$2, $3, $2 }'` XMLSEC_VERSION_SAFE=`echo $XMLSEC_VERSION | sed 's/\./_/g'` diff --git a/docs/api/xmlsec-version.html b/docs/api/xmlsec-version.html index 915f5f44e..e69aa5671 100644 --- a/docs/api/xmlsec-version.html +++ b/docs/api/xmlsec-version.html @@ -78,7 +78,7 @@

version

Types and Values

XMLSEC_VERSION

-
#define XMLSEC_VERSION			"1.2.30"
+
#define XMLSEC_VERSION			"1.2.31"
 

The library version string in the format "$major_number.$minor_number.$sub_minor_number".

@@ -100,14 +100,14 @@

version

XMLSEC_VERSION_SUBMINOR

-
#define XMLSEC_VERSION_SUBMINOR		30
+
#define XMLSEC_VERSION_SUBMINOR		31
 

The library sub-minor version number.


XMLSEC_VERSION_INFO

-
#define XMLSEC_VERSION_INFO		"3:30:2"
+
#define XMLSEC_VERSION_INFO		"3:31:2"
 

The library version info string in the format "$major_number+$minor_number:$sub_minor_number:$minor_number".

diff --git a/docs/index.html b/docs/index.html index 150b5320d..c214dc624 100644 --- a/docs/index.html +++ b/docs/index.html @@ -439,7 +439,14 @@

XML Security Library

see the Copyright file in the distribution for details.

News

    -
  • April 21 2020
    +
  • October 29 2020
    + The XML Security Library 1.2.31 release includes the following changes: +
      +
    • Added configure option to ensure memset() securely erases memory (gcc).
    • +
    • Several other small fixes (more details).
    • +
    +
  • +
  • April 21 2020
    The XML Security Library 1.2.30 release includes the following changes:
    • Enabled XML_PARSE_HUGE for all xml parsers.
    • @@ -466,26 +473,6 @@

      XML Security Library

    • Several other small fixes (more details).
  • -
  • October 23 2018
    - The XML Security Library 1.2.27 release includes the following changes: -
      -
    • Added AES-GCM support for OpenSSL and MSCNG (snargit).
    • -
    • Added DSA-SHA256 and ECDSA-SHA384 support for NSS (vmiklos).
    • -
    • Added RSA-OAEP support for MSCNG (vmiklos).
    • -
    • Continuous build integration in Travis and Appveyor.
    • -
    • Several other small fixes (more details).
    • -
    -
  • -
  • June 5 2018
    - The XML Security Library 1.2.26 release includes the following changes: -
      -
    • Added xmlsec-mscng module based on Microsoft Cryptography API: Next Generation (vmiklos).
    • -
    • Added support for GOST 2012 and fixed CryptoPro CSP provider for GOST R 34.10-2001 in xmlsec-mscrypto (ipechorin).
    • -
    • Added LibreSSL 2.7 support (vishwin).
    • -
    • Upgraded documentation build process to support the latest gtk-doc.
    • -
    • Several other small fixes (more details).
    • -
    -
diff --git a/docs/news.html b/docs/news.html index e55ac8906..8dfc413a0 100644 --- a/docs/news.html +++ b/docs/news.html @@ -420,7 +420,14 @@

XML Security Library News

    -
  • April 21 2020
    +
  • October 29 2020
    + The XML Security Library 1.2.31 release includes the following changes: +
      +
    • Added configure option to ensure memset() securely erases memory (gcc).
    • +
    • Several other small fixes (more details).
    • +
    +
  • +
  • April 21 2020
    The XML Security Library 1.2.30 release includes the following changes:
    • Enabled XML_PARSE_HUGE for all xml parsers.
    • diff --git a/man/xmlsec1-config.1 b/man/xmlsec1-config.1 index e52897b64..58a8ed5bc 100644 --- a/man/xmlsec1-config.1 +++ b/man/xmlsec1-config.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6. -.TH XMLSEC1-CONFIG "1" "April 2020" "xmlsec1-config 1.2.30" "User Commands" +.TH XMLSEC1-CONFIG "1" "October 2020" "xmlsec1-config 1.2.31" "User Commands" .SH NAME xmlsec1-config \- detail installed version of xmlsec library .SH SYNOPSIS diff --git a/man/xmlsec1.1 b/man/xmlsec1.1 index 3587deabc..71296dd80 100644 --- a/man/xmlsec1.1 +++ b/man/xmlsec1.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6. -.TH XMLSEC1 "1" "April 2020" "xmlsec1 1.2.30 (openssl)" "User Commands" +.TH XMLSEC1 "1" "October 2020" "xmlsec1 1.2.31 (openssl)" "User Commands" .SH NAME xmlsec1 \- sign, verify, encrypt and decrypt XML documents .SH SYNOPSIS