diff options
author | Tails developers <amnesia@boum.org> | 2012-08-19 19:59:02 +0200 |
---|---|---|
committer | Tails developers <amnesia@boum.org> | 2012-08-19 21:55:16 +0200 |
commit | e38016ebf31612afbe5420e959a392f540ba5357 (patch) | |
tree | ee58fae362b46043cdd8f1f9bf1141032d48c206 | |
parent | d671f912d6eba6b847652a066669de0ee3912358 (diff) |
Update version to 1.6~rc21.6-rc2
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | data/whisperback.desktop | 2 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | doc/whisperback.t2t | 2 | ||||
-rwxr-xr-x | setup.py | 2 | ||||
-rw-r--r-- | whisperBack/gui.py | 2 |
6 files changed, 19 insertions, 4 deletions
@@ -306,3 +306,12 @@ Bugfixes * UI: add a notebook to make technical details readable on small screen * Update copyright year * I18n: include POT file. + +1.6~rc2 +======= + +Minor imporvements +------------------ + + * Encryption: use GnuPGInterface instead of pyme + * Use an external keyring instead of a dedicated gnupg homedir diff --git a/data/whisperback.desktop b/data/whisperback.desktop index 6ff0c12..562754b 100644 --- a/data/whisperback.desktop +++ b/data/whisperback.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=1.6~rc1 +Version=1.6~rc2 Name=WhisperBack Comment=Send feedback via encrypted e-mail Type=Application diff --git a/debian/changelog b/debian/changelog index c13e55a..fe6eae9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +whisperback (1.6~rc2) unstable; urgency=low + + * new upstraem release + + -- Tails developpers <tails@boum.org> Sun, 19 Aug 2012 19:33:46 +0200 + whisperback (1.6~rc1) unstable; urgency=low * new upstream release diff --git a/doc/whisperback.t2t b/doc/whisperback.t2t index 05da8aa..fe419f1 100644 --- a/doc/whisperback.t2t +++ b/doc/whisperback.t2t @@ -1,6 +1,6 @@ WhisperBack Send feedback via encrypted e-mail -1.6~rc1 +1.6~rc2 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % WhisperBack - Send feedback in an encrypted mail @@ -58,7 +58,7 @@ build_extra.build_extra.sub_commands.insert(0, ("build_gtkbuilderi18n", None)) build_extra.build_extra.sub_commands.append(("build_man", None)) setup(name='whisperback', - version='1.6~rc1', + version='1.6~rc2', description='Send feedback in an encrypted mail', author='Tails developers', author_email='tails@boum.org', diff --git a/whisperBack/gui.py b/whisperBack/gui.py index aaf3e8f..cbcba70 100644 --- a/whisperBack/gui.py +++ b/whisperBack/gui.py @@ -27,7 +27,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. """ ######################################################################## -__version__ = '1.6~rc1' +__version__ = '1.6~rc2' LOCALEDIR = "locale/" PACKAGE = "whisperback" |