aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG2
-rw-r--r--Makefile.am4
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9cb6ea1..a7029f8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,7 +9,7 @@
Check previously unchecked return codes (Brian Aker).
Update headers to reflect the correct location (Brian Aker).
Addition of various TODO items.
- Update git tag to reference new GnuPG key (0xD255D3F5C868227F)
+ Update git tag to reference new GnuPG key
Key fingerprint = D2C6 7D20 E9C3 6C2A C5FE 74A2 D255 D3F5 C868 227F
Update tlsdate HTTPS user-agent to reflect proper version number
0.0.7 Sat 2 Nov, 2013
diff --git a/Makefile.am b/Makefile.am
index 93b73e0..65f2c02 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -94,10 +94,10 @@ debian_orig:
mv tlsdate-$(VERSION).tar.gz ../tlsdate_$(VERSION).orig.tar.gz
git-tag:
- git tag -u 0xD255D3F5C868227F -s tlsdate-$(VERSION)
+ git tag -u 0x1801A819 -s tlsdate-$(VERSION)
git-tag-debian:
- git tag -u 0xD255D3F5C868227F -s tlsdate-$(VERSION)-debian-${DEBIAN_VERSION}
+ git tag -u 0x1801A819 -s tlsdate-$(VERSION)-debian-${DEBIAN_VERSION}
git-push:
git push --tags