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:
parent
c4bd4b0bae
commit
88e6d8bfaa
1
Makefile
1
Makefile
@ -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
2
NEWS
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user