diff options
author | Tails developers <amnesia@boum.org> | 2012-12-13 10:58:32 +0100 |
---|---|---|
committer | Tails developers <amnesia@boum.org> | 2012-12-13 11:02:03 +0100 |
commit | 4b9eeb80e0ee057a2a4aaba683256d633c149e29 (patch) | |
tree | 96ea53adb4cd016aa0fa33223862076a76b4632a | |
parent | c8a1b4a9b6a02617c39ef13c58104ee9df08105d (diff) |
WhisperBack 1.6.41.6.4
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | data/whisperback.desktop | 2 | ||||
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | doc/whisperback.t2t | 2 | ||||
-rwxr-xr-x | setup.py | 2 | ||||
-rw-r--r-- | whisperBack/gui.py | 2 |
6 files changed, 20 insertions, 4 deletions
@@ -355,4 +355,11 @@ Minor improvements * l10n: update Euskadi translation. +1.6.4 +===== + + * Update Spanish translation from Transifex. + * Update Portuguese (Brazil) translation from Transifex. + * Import new translations (Hebrew and Latvian) from Transifex. + * update-version.sh: fix typo in DEBFULLNAME. diff --git a/data/whisperback.desktop b/data/whisperback.desktop index 33e5bd0..6fc5a87 100644 --- a/data/whisperback.desktop +++ b/data/whisperback.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=1.6.3 +Version=1.6.4 Name=WhisperBack Comment=Send feedback via encrypted e-mail Type=Application diff --git a/debian/changelog b/debian/changelog index 1f9a6a6..d23df54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +whisperback (1.6.4) devel; urgency=low + + * Update Spanish translation from Transifex. + * Update Portuguese (Brazil) translation from Transifex. + * Import new translations (Hebrew and Latvian) from Transifex. + * update-version.sh: fix typo in DEBFULLNAME. + + -- Tails developers <tails@boum.org> Thu, 13 Dec 2012 10:57:59 +0100 + whisperback (1.6.3) testing; urgency=low * Update Euskadi translation. diff --git a/doc/whisperback.t2t b/doc/whisperback.t2t index 1e4a74f..22bd388 100644 --- a/doc/whisperback.t2t +++ b/doc/whisperback.t2t @@ -1,6 +1,6 @@ WhisperBack Send feedback via encrypted e-mail -1.6.3 +1.6.4 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % 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.3', + version='1.6.4', 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 1bcad93..3ceab96 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.3' +__version__ = '1.6.4' LOCALEDIR = "locale/" PACKAGE = "whisperback" |