From c0167fa329ea932487cc261232986cd8bd13229b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@koumbit.org>
Date: Fri, 5 Oct 2012 11:14:55 +0200
Subject: [PATCH] announce 0.5

---
 debian/changelog | 12 ++++++++++++
 gpg.py           |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index fea2f44..9688e41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+monkeysign (0.5) unstable; urgency=low
+
+  * non-exportable signatures (--local) support
+  * simplify the monkeysign-scan UI
+  * rename monkeysign-scan to msign and monkeysign-cli to msign-cli to
+    avoid tab-completion conflict with monkeysphere executables, at the
+    request of Monkeysphere developers
+  * usability: make sure arguments are case-insensitive
+  * fix email format so it's actually readable
+
+ -- Antoine Beaupré <anarcat@debian.org>  Fri, 05 Oct 2012 11:14:37 +0200
+
 monkeysign (0.4) unstable; urgency=low
 
   * merge display and scanning of qrcodes
diff --git a/gpg.py b/gpg.py
index c63a83d..5183bfa 100644
--- a/gpg.py
+++ b/gpg.py
@@ -61,7 +61,7 @@ However, the implementation here has:
  2. a cleaner API
 """
 
-__version__ = '0.4'
+__version__ = '0.5'
 
 import os, tempfile, shutil, subprocess, re
 
-- 
GitLab