2 Commits

Author SHA1 Message Date
Jonas Stein
8aab4a2f81 Version bump to 2.0.1 2025-07-24 01:12:28 +02:00
Jonas Stein
f8acbddbd1 Fix typo in configure
Superflous ] dropped
2025-07-24 00:30:16 +02:00
3 changed files with 14 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2025-07-24 Jonas Stein <news@jonasstein.de>
* Version upgraded to 2.0.1
* Fix typo in configure. Superflous ]
2023-05-14 Jonas Stein <news@jonasstein.de>
* Version upgraded to 2.0.0
* define C++17 as minimal C++ version

View File

@@ -1,11 +1,11 @@
# SPDX-FileCopyrightText: 2022 stenc authors
# SPDX-License-Identifier: GPL-2.0-or-later
AC_INIT([stenc],[2.0.0])
AC_INIT([stenc],[2.0.1])
AC_CONFIG_SRCDIR([src/main.cpp])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AC_CONFIG_HEADERS([config.h])]
AC_CONFIG_HEADERS([config.h])
AC_CHECK_HEADERS
AC_CHECK_HEADERS([arpa/inet.h netinet/in.h])
# Checks for programs

View File

@@ -40,4 +40,12 @@
</references>
<cpe-23:cpe23-item name="cpe:2.3:a:stencproject:stenc:2.0.0:*:*:*:*:*:*:*"/>
</cpe-item>
<cpe-item name="cpe:/a:stencproject:stenc:2.0.1">
<title xml:lang="en-US">stenc 2.0.1</title>
<references>
<reference href="https://github.com/scsitape/stenc/releases">VERSION</reference>
<reference href="https://github.com/scsitape">VENDOR</reference>
</references>
<cpe-23:cpe23-item name="cpe:2.3:a:stencproject:stenc:2.0.1:*:*:*:*:*:*:*"/>
</cpe-item>
</cpe-list>