1
0
mirror of https://github.com/Yubico/yubikey-ksm.git synced 2025-02-20 21:54:21 +01:00

Updated versions post 1.7 release.

This commit is contained in:
Dain Nilsson 2012-12-21 13:44:54 +01:00
parent 4ff4cd8280
commit 2801b78268
2 changed files with 3 additions and 1 deletions

View File

@ -26,7 +26,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 = 1.7
VERSION = 1.8
PACKAGE = yubikey-ksm
CODE = .htaccess Makefile NEWS ykksm-config.php ykksm-db.sql \
ykksm-decrypt.php ykksm-export ykksm-gen-keys \

2
NEWS
View File

@ -1,3 +1,5 @@
* Version 1.8 unreleased
* Version 1.7 released 2012-12-21
* Replaced usage of 'mcrypt_ecb' as it is deprecated.