diff options
author | Tails developers <amnesia@boum.org> | 2012-11-07 12:25:10 +0100 |
---|---|---|
committer | Tails developers <amnesia@boum.org> | 2012-11-07 15:39:16 +0100 |
commit | 7011b3bfef960c6b74eba8887619cf9ddf0d6f7f (patch) | |
tree | 9f1159523a92a5baa98792f666bb0948b6f15644 | |
parent | 9e1db6db086dfa4f5a8c8dc0b6d516348acc3925 (diff) |
Update version to 1.6.21.6.2
-rw-r--r-- | ChangeLog | 11 | ||||
-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, 21 insertions, 4 deletions
@@ -338,3 +338,14 @@ Bugfixes * Fix error output when calling send a 2nd time +1.6.2 +===== + +Minor improvements +------------------ + + * I18n: Import German translation from Transifex. + * I18n: Import Hebrew translation from Transifex. + * I18n: Import Hungarian translation from Transifex. + * I18n: Import Italian translation from Transifex. + * I18n: Import Korean translation from Transifex. diff --git a/data/whisperback.desktop b/data/whisperback.desktop index 60cfb5b..1b43030 100644 --- a/data/whisperback.desktop +++ b/data/whisperback.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=1.6.1 +Version=1.6.2 Name=WhisperBack Comment=Send feedback via encrypted e-mail Type=Application diff --git a/debian/changelog b/debian/changelog index 697df67..3cc16ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +whisperback (1.6.2) unstable; urgency=low + + * new upstream release + + -- Tails developpers <tails@boum.org> Wed, 07 Nov 2012 12:34:56 +0000 + whisperback (1.6.1) unstable; urgency=low * new upstream release diff --git a/doc/whisperback.t2t b/doc/whisperback.t2t index ae160f6..bac19c1 100644 --- a/doc/whisperback.t2t +++ b/doc/whisperback.t2t @@ -1,6 +1,6 @@ WhisperBack Send feedback via encrypted e-mail -1.6.1 +1.6.2 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % 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.1', + version='1.6.2', 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 aa7da5d..9f5cf72 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.1' +__version__ = '1.6.2' LOCALEDIR = "locale/" PACKAGE = "whisperback" |