From be6111f21805536c13874c870823b7e3981204e6 Mon Sep 17 00:00:00 2001 From: lsh123 Date: Thu, 11 Jul 2024 17:13:16 -0400 Subject: [PATCH] Prepare for xmlsec 1.2.40 release (#814) --- configure.ac | 4 ++-- docs/api/xmlsec-version.html | 6 +++--- docs/download.html | 2 +- docs/index.html | 10 ++++++++++ docs/news.html | 10 ++++++++++ man/xmlsec1-config.1 | 2 +- man/xmlsec1.1 | 2 +- 7 files changed, 28 insertions(+), 8 deletions(-) diff --git a/configure.ac b/configure.ac index f66964288..ac9db4a96 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.39],[http://www.aleksey.com/xmlsec]) +AC_INIT([xmlsec1],[1.2.40],[http://www.aleksey.com/xmlsec]) XMLSEC_PACKAGE=xmlsec1 XMLSEC_VERSION_MAJOR=1 XMLSEC_VERSION_MINOR=2 -XMLSEC_VERSION_SUBMINOR=39 +XMLSEC_VERSION_SUBMINOR=40 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 1a5577a13..a05cca3f6 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.39"
+
#define XMLSEC_VERSION            "1.2.40"
 

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        39
+
#define XMLSEC_VERSION_SUBMINOR        40
 

The library sub-minor version number.


XMLSEC_VERSION_INFO

-
#define XMLSEC_VERSION_INFO        "3:39:2"
+
#define XMLSEC_VERSION_INFO        "3:40:2"
 

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

diff --git a/docs/download.html b/docs/download.html index 153179946..7c94aa8d6 100644 --- a/docs/download.html +++ b/docs/download.html @@ -50,7 +50,7 @@

Download

Stable releases.

  • -Sources for latest version.
  • +Sources for latest version.
  • Windows binaries for XMLSec Library (as well as LibXML2, LibXSLT and OpenSSL) from Igor Zlatkovic.
  • diff --git a/docs/index.html b/docs/index.html index bc0b1dbce..150f6886b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -67,6 +67,16 @@

    XML Security Library

    see the Copyright file in the distribution for details.

    News

      +
    • July 11 2024
      + The XML Security Library 1.2.40 release includes the following changes: +
        +
      • (xmlsec-core) Fixed functions deprecated in LibXML2 2.13.1 (including disabling HTTP support by default).
      • +
      • (xmlsec-nss) Increased keys size in all tests to support NSS 3.101.
      • +
      • (windows) Added "ftp" and "http" flags in 'configure.js' (both are disabled by default).
      • +
      • Several other small fixes (more details).
      • +
      +
    • +
    • December 12 2023
      The XML Security Library 1.2.39 release includes the following changes:
        diff --git a/docs/news.html b/docs/news.html index 6010c4635..592750998 100644 --- a/docs/news.html +++ b/docs/news.html @@ -48,6 +48,16 @@

        XML Security Library News

    +
  • July 11 2024
    + The XML Security Library 1.2.40 release includes the following changes: +
      +
    • (xmlsec-core) Fixed functions deprecated in LibXML2 2.13.1 (including disabling HTTP support by default).
    • +
    • (xmlsec-nss) Increased keys size in all tests to support NSS 3.101.
    • +
    • (windows) Added "ftp" and "http" flags in 'configure.js' (both are disabled by default).
    • +
    • Several other small fixes (more details).
    • +
    +
  • +
  • December 12 2023
    The XML Security Library 1.2.39 release includes the following changes:
      diff --git a/man/xmlsec1-config.1 b/man/xmlsec1-config.1 index 294e2352f..bc6abbe9b 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.49.3. -.TH XMLSEC1-CONFIG "1" "December 2023" "xmlsec1-config 1.2.39" "User Commands" +.TH XMLSEC1-CONFIG "1" "July 2024" "xmlsec1-config 1.2.40" "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 1942f232f..364392bae 100644 --- a/man/xmlsec1.1 +++ b/man/xmlsec1.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. -.TH XMLSEC1 "1" "December 2023" "xmlsec1 1.2.39 (openssl)" "User Commands" +.TH XMLSEC1 "1" "July 2024" "xmlsec1 1.2.40 (openssl)" "User Commands" .SH NAME xmlsec1 \- sign, verify, encrypt and decrypt XML documents .SH SYNOPSIS