Compare commits
4 Commits
stenc-2.0.
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
704b5dd7dd | ||
|
|
1bb64e6408 | ||
|
|
9a68c885f8 | ||
|
|
3ed40cb71d |
13
ChangeLog
13
ChangeLog
@@ -1,10 +1,17 @@
|
|||||||
xxxx-xx-xx
|
2025-07-24 Jonas Stein <news@jonasstein.de>
|
||||||
* Version upgraded to 2.x.x
|
* Version upgraded to 2.0.1
|
||||||
* Removed KeyInfo; use standard library to parse hex strings
|
* 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
|
* define C++17 as minimal C++ version
|
||||||
* build manpage with pandoc
|
* 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.
|
* Dropped AIX support. If you can test and develop code for AIX, please contact us.
|
||||||
* Added bash completion
|
* 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>
|
2022-04-25 Jonas Stein <news@jonasstein.de>
|
||||||
* Version upgraded to 1.1.1
|
* Version upgraded to 1.1.1
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
# SPDX-FileCopyrightText: 2022 stenc authors
|
# SPDX-FileCopyrightText: 2022 stenc authors
|
||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# 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])
|
AC_CONFIG_SRCDIR([src/main.cpp])
|
||||||
AM_INIT_AUTOMAKE([foreign subdir-objects])
|
AM_INIT_AUTOMAKE([foreign subdir-objects])
|
||||||
|
|
||||||
AC_CONFIG_HEADERS([config.h])]
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AC_CHECK_HEADERS
|
AC_CHECK_HEADERS
|
||||||
AC_CHECK_HEADERS([arpa/inet.h netinet/in.h])
|
AC_CHECK_HEADERS([arpa/inet.h netinet/in.h])
|
||||||
# Checks for programs
|
# Checks for programs
|
||||||
|
|||||||
@@ -40,4 +40,12 @@
|
|||||||
</references>
|
</references>
|
||||||
<cpe-23:cpe23-item name="cpe:2.3:a:stencproject:stenc:2.0.0:*:*:*:*:*:*:*"/>
|
<cpe-23:cpe23-item name="cpe:2.3:a:stencproject:stenc:2.0.0:*:*:*:*:*:*:*"/>
|
||||||
</cpe-item>
|
</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>
|
</cpe-list>
|
||||||
|
|||||||
Reference in New Issue
Block a user