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

Added ChangeLog generation using git2cl.

This commit is contained in:
Dain Nilsson 2013-01-24 15:25:27 +01:00
parent c4bd4b0bae
commit 88e6d8bfaa
2 changed files with 3 additions and 0 deletions

View File

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

2
NEWS
View File

@ -1,5 +1,7 @@
* Version 2.20 unreleased * Version 2.20 unreleased
* Add ChangeLog generation using git2cl.
* Version 2.19 released 2012-07-05 * Version 2.19 released 2012-07-05
* Refactor database code, allowing for other underlying implementations * Refactor database code, allowing for other underlying implementations