1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2024-11-29 00:24:13 +01:00

Release 2.41

This commit is contained in:
Nigel Williams 2020-03-14 10:07:47 +11:00
parent 19345b76ee
commit 40d230c66e
No known key found for this signature in database
GPG Key ID: 669BF2ED84BDDE8B
2 changed files with 10 additions and 2 deletions

View File

@ -25,7 +25,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
VERSION = 2.40
VERSION = 2.41
PACKAGE = yubikey-val
CODE = COPYING Makefile NEWS README ykval-checksum-clients \
ykval-common.php ykval-config.php ykval-db.php ykval-db.sql \

10
NEWS
View File

@ -1,4 +1,12 @@
* Version 2.40 (unreleased)
* Version 2.41 (released 2020-03-11)
* Redo release using the correct signing process.
* Version 2.40 (released 2020-03-03)
* Enhanced data validation to address YSA-2020-01.
* Re-indent everything according to PEAR standard.
* Version 2.39 (released 2016-11-01)