diff options
author | Tails developers <amnesia@boum.org> | 2013-02-14 17:58:32 +0100 |
---|---|---|
committer | Tails developers <amnesia@boum.org> | 2013-02-14 17:58:32 +0100 |
commit | 0a2bcf139a434badeb350571eac09db0f680ede1 (patch) | |
tree | b4094fbce253cb1ee1ece4c28014193df18633e4 | |
parent | 2aeaf5f23282142071bb8ecb7cedf0de03453ca1 (diff) |
Releasing WhisperBack 1.6.51.6.5
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | data/whisperback.desktop | 2 | ||||
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | doc/whisperback.t2t | 2 | ||||
-rwxr-xr-x | setup.py | 2 | ||||
-rw-r--r-- | whisperBack/gui.py | 2 |
6 files changed, 17 insertions, 4 deletions
@@ -363,3 +363,9 @@ Minor improvements * Import new translations (Hebrew and Latvian) from Transifex. * update-version.sh: fix typo in DEBFULLNAME. +1.6.5 +===== + + * Don't translate the bug report template. + * Update Spanish and Korean translations, import new Polish translation. + diff --git a/data/whisperback.desktop b/data/whisperback.desktop index 6fc5a87..1acc25f 100644 --- a/data/whisperback.desktop +++ b/data/whisperback.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=1.6.4 +Version=1.6.5 Name=WhisperBack Comment=Send feedback via encrypted e-mail Type=Application diff --git a/debian/changelog b/debian/changelog index d23df54..739639f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +whisperback (1.6.5) testing; urgency=low + + * Don't translate the bug report template. + * Update Spanish and Korean translations, import new Polish translation. + + -- Tails developers <tails@boum.org> Thu, 14 Feb 2013 17:57:41 +0100 + whisperback (1.6.4) devel; urgency=low * Update Spanish translation from Transifex. diff --git a/doc/whisperback.t2t b/doc/whisperback.t2t index 22bd388..01c71b1 100644 --- a/doc/whisperback.t2t +++ b/doc/whisperback.t2t @@ -1,6 +1,6 @@ WhisperBack Send feedback via encrypted e-mail -1.6.4 +1.6.5 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % 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.4', + version='1.6.5', 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 99fc7ff..eb4c52b 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.4' +__version__ = '1.6.5' LOCALEDIR = "locale/" PACKAGE = "whisperback" |