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

Added ChangeLog generation to make dist.

This commit is contained in:
Dain Nilsson 2013-01-21 11:31:08 +01:00
parent 6632cce106
commit e4da82363b
2 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,7 @@ $(PACKAGE)-$(VERSION).tgz: $(FILES) $(MANS)
cp $(CODE) $(PACKAGE)-$(VERSION)/
cp $(MANS) $(PACKAGE)-$(VERSION)/
cp $(DOCS) $(PACKAGE)-$(VERSION)/doc/
git2cl > $(PACKAGE)-$(VERSION)/ChangeLog
tar cfz $(PACKAGE)-$(VERSION).tgz $(PACKAGE)-$(VERSION)
rm -rf $(PACKAGE)-$(VERSION)

2
NEWS
View File

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