summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--Makefile.am3
-rw-r--r--configure.ac2
3 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index c5a95f5..95f2e4b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@
*.lo
*.bak
*.tar.gz
+*.sig
*.gcno
*.gcda
*.gcov
diff --git a/Makefile.am b/Makefile.am
index 35d8b3f..7dac75c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,6 +43,7 @@ upload-doc: all
endif
upload-release: $(DIST_ARCHIVES)
- scp $(DIST_ARCHIVES) anarchy.freedesktop.org:/srv/p11-glue.freedesktop.org/www/releases/
+ gpg --detach-sign --local-user 'stef@thewalter.net' $(DIST_ARCHIVES)
+ scp $(DIST_ARCHIVES) $(DIST_ARCHIVES).sig anarchy.freedesktop.org:/srv/p11-glue.freedesktop.org/www/releases/
EXTRA_DIST = config.rpath
diff --git a/configure.ac b/configure.ac
index afa2548..33b0b92 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.65)
AC_CONFIG_MACRO_DIR([m4])
AC_INIT([p11-kit],
- [0.2],
+ [0.3],
[https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue],
[p11-kit],
[http://p11-glue.freedesktop.org/p11-kit.html])