From f4e7e2b961886662e79df5fd738140a7d0e5fb8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@koumbit.org> Date: Sun, 22 Jul 2012 13:40:35 -0400 Subject: [PATCH] announce 0.2 --- debian/changelog | 15 +++++++++++++++ gpg.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 537e6ab..5b32b02 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +monkeysign (0.2) unstable; urgency=low + + * only load information from private keys when doing key detection + * add debugging in key choosing algorithm + * import private keyring even in dry-run + * properly import re, fixing a crash + * add usage for monkeysign-scan + * fixup modules list so that the package actually works + * make this not crash completely if there's no video + * improve short description so that it matches 'key signing' + * fix dependencies + * fix typo, noticed by micah + + -- Antoine Beaupré <anarcat@debian.org> Sun, 22 Jul 2012 13:38:00 -0400 + monkeysign (0.1) unstable; urgency=low * Initial Release. diff --git a/gpg.py b/gpg.py index e15eb05..1b12556 100644 --- a/gpg.py +++ b/gpg.py @@ -61,7 +61,7 @@ However, the implementation here has: 2. a cleaner API """ -__version__ = '0.1' +__version__ = '0.2' import os, tempfile, shutil, subprocess, re -- GitLab