mirror of
https://github.com/Yubico/yubikey-val.git
synced 2024-11-29 00:24:13 +01:00
Changed release format of NEWS for consistency.
This commit is contained in:
parent
ee1f040b00
commit
65fa839d6e
2
Makefile
2
Makefile
@ -106,7 +106,7 @@ release: dist
|
||||
echo " make release KEYID=2117364A"; \
|
||||
exit 1; \
|
||||
fi
|
||||
@head -1 NEWS | grep -q "Version $(VERSION) released `date -I`" || \
|
||||
@head -1 NEWS | grep -q "Version $(VERSION) (released `date -I`)" || \
|
||||
(echo 'error: You need to update date/version in NEWS'; exit 1)
|
||||
gpg --detach-sign --default-key $(KEYID) $(PACKAGE)-$(VERSION).tgz
|
||||
gpg --verify $(PACKAGE)-$(VERSION).tgz.sig
|
||||
|
46
NEWS
46
NEWS
@ -1,9 +1,9 @@
|
||||
* Version 2.21 unreleased
|
||||
* Version 2.21 (unreleased)
|
||||
|
||||
* Fixed a problem that caused ykval-queue to terminate if the database
|
||||
was not available initially.
|
||||
|
||||
* Version 2.20 released 2013-01-31
|
||||
* Version 2.20 (released 2013-01-31)
|
||||
|
||||
* Add ChangeLog generation using git2cl.
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
|
||||
* Added man pages for executables.
|
||||
|
||||
* Version 2.19 released 2012-07-05
|
||||
* Version 2.19 (released 2012-07-05)
|
||||
|
||||
* Refactor database code, allowing for other underlying implementations
|
||||
than PDO. Add a PDO and an Oracle (through php_oci) implementation.
|
||||
@ -33,11 +33,11 @@
|
||||
|
||||
* Add munin plugin for statistics.
|
||||
|
||||
* Version 2.18 released 2012-06-15
|
||||
* Version 2.18 (released 2012-06-15)
|
||||
|
||||
* Logging misstakes that broke 2.17 fixed.
|
||||
|
||||
* Version 2.17 released 2012-06-15
|
||||
* Version 2.17 (released 2012-06-15)
|
||||
|
||||
* Logging improvements.
|
||||
use ykval-verify/ykval-sync correctly for whole flow
|
||||
@ -52,20 +52,20 @@
|
||||
|
||||
* Add munin plugin for response types.
|
||||
|
||||
* Version 2.16 released 2012-06-13
|
||||
* Version 2.16 (released 2012-06-13)
|
||||
|
||||
* Improved logging.
|
||||
|
||||
* Improved performance of large sync queues.
|
||||
|
||||
* Version 2.15 released 2012-05-24
|
||||
* Version 2.15 (released 2012-05-24)
|
||||
|
||||
* Add export/import scripts for clients table.
|
||||
|
||||
* Insert default values in $sl and $timeout if they are empty.
|
||||
And they will be empty if the client didn't request them.
|
||||
|
||||
* Version 2.14 released 2012-05-22
|
||||
* Version 2.14 (released 2012-05-22)
|
||||
|
||||
* Add support for reconnecting to database after errors.
|
||||
|
||||
@ -73,19 +73,19 @@
|
||||
|
||||
* Detect timeouts and errors in munin checks.
|
||||
|
||||
* Version 2.13 released 2012-05-16
|
||||
* Version 2.13 (released 2012-05-16)
|
||||
|
||||
* Fix signature checking broken in 2.12 and for dvorak OTPs.
|
||||
|
||||
* Fixes for ykval-checksum-clients.php
|
||||
|
||||
* Version 2.12 released 2012-05-09
|
||||
* Version 2.12 (released 2012-05-09)
|
||||
|
||||
* Fix using 'fast' or 'secure' as sync level.
|
||||
|
||||
* Fix database setup script to make nonce max 40 characters.
|
||||
|
||||
* Version 2.11 released 2011-11-16
|
||||
* Version 2.11 (released 2011-11-16)
|
||||
|
||||
* Silence PHP warnings. Patch from Hiroki Nose.
|
||||
|
||||
@ -101,7 +101,7 @@
|
||||
|
||||
* Fix two remaining non-portable uses of rowCount.
|
||||
|
||||
* Version 2.10 released 2011-08-18
|
||||
* Version 2.10 (released 2011-08-18)
|
||||
|
||||
* Don't echo (unsanitized) OTP/NONCE values back to client when
|
||||
sending error codes. Reported by Paul van Empelen.
|
||||
@ -144,18 +144,18 @@
|
||||
A) the client can be tricked into sending a crafted NONCE or ID
|
||||
value.
|
||||
|
||||
* Version 2.9 released 2011-05-09
|
||||
* Version 2.9 (released 2011-05-09)
|
||||
|
||||
* Support multiple IP authorizations in ykval-revoke.php.
|
||||
|
||||
* Version 2.8 released 2011-01-06
|
||||
* Version 2.8 (released 2011-01-06)
|
||||
|
||||
* Support YubiKey OTPs filtered through a US Dvorak keyboard layout.
|
||||
|
||||
* Added ykval_-vallatency Munin probe to measure latency to other
|
||||
validation instances, for both IPv4 and IPv6.
|
||||
|
||||
* Version 2.7 released 2010-09-12
|
||||
* Version 2.7 (released 2010-09-12)
|
||||
|
||||
* Sanity check input OTP variable to avoid any chance of SQL injections.
|
||||
Reported by Ricky Zhou.
|
||||
@ -165,14 +165,14 @@
|
||||
|
||||
* Log whether HTTPS is used or not.
|
||||
|
||||
* Version 2.6 released 2010-08-02
|
||||
* Version 2.6 (released 2010-08-02)
|
||||
|
||||
* Don't use rowCount in ykval-revoke, there seems to be some problem
|
||||
with the rowCount function.
|
||||
|
||||
* Add Munin plugin to measure KSM latency and queue length.
|
||||
|
||||
* Version 2.5 released 2010-05-17
|
||||
* Version 2.5 (released 2010-05-17)
|
||||
|
||||
* Fix undefined warnings, issue #8.
|
||||
|
||||
@ -188,29 +188,29 @@
|
||||
|
||||
* Add files COPYING and AUTHORS.
|
||||
|
||||
* Version 2.4 released 2010-03-16
|
||||
* Version 2.4 (released 2010-03-16)
|
||||
|
||||
* Fix bug in ykval-checksum-clients.php when used with PostgreSQL.
|
||||
|
||||
* Version 2.3 released 2010-03-12
|
||||
* Version 2.3 (released 2010-03-12)
|
||||
|
||||
* Add ykval-checksum-clients.php, see doc/SyncMonitor.wiki.
|
||||
|
||||
* Version 2.2 released 2010-02-22
|
||||
* Version 2.2 (released 2010-02-22)
|
||||
|
||||
* Minor cleanups and fixes.
|
||||
|
||||
* Add ykval-revoke.php service, see doc/RevocationService.wiki.
|
||||
|
||||
* Version 2.1 released 2010-01-29
|
||||
* Version 2.1 (released 2010-01-29)
|
||||
|
||||
* Minor cleanups and fixes.
|
||||
|
||||
* Version 2.0 released 2010-01-18
|
||||
* Version 2.0 (released 2010-01-18)
|
||||
|
||||
* Major re-design to support a new architecture with replicated
|
||||
servers.
|
||||
|
||||
* Version 1.1 released 2009-11-19
|
||||
* Version 1.1 (released 2009-11-19)
|
||||
|
||||
* Stable release of non-replicated server.
|
||||
|
Loading…
Reference in New Issue
Block a user