4 Commits

Author SHA1 Message Date
Jonas Stein
704b5dd7dd Version bump to 2.0.1 2025-07-24 01:32:28 +02:00
Jonas Stein
1bb64e6408 Fix typo in configure
Superflous ] dropped
2025-07-24 00:47:42 +02:00
Jonas Stein
9a68c885f8 add thanks 2023-05-14 16:27:07 +02:00
Jonas Stein
3ed40cb71d ChangeLog for 2.0.0 2023-05-14 16:19:47 +02:00
3 changed files with 20 additions and 5 deletions

View File

@@ -1,10 +1,17 @@
xxxx-xx-xx
* Version upgraded to 2.x.x
* Removed KeyInfo; use standard library to parse hex strings
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
* build manpage with pandoc
* Add license information according to the SPDX standard
* Dropped AIX support. If you can test and develop code for AIX, please contact us.
* Added bash completion
* New syntax
* Added missing includes
* Special thanks to James Wilson, Paweł Marciniak, Christian Reiss and Alvaro Muñoz
2022-04-25 Jonas Stein <news@jonasstein.de>
* Version upgraded to 1.1.1

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>