diff options
author | Tails developers <amnesia@boum.org> | 2012-08-18 21:52:47 +0200 |
---|---|---|
committer | Tails developers <amnesia@boum.org> | 2012-08-18 22:17:07 +0200 |
commit | 8274d95ffc6e040547031ca597810fa56f493290 (patch) | |
tree | a8426f0f9c843379a18147113c1eda7e82e5acd9 | |
parent | cb5c1db2319eb1df9fea199de2297bba59acf9ff (diff) |
Update version to 1.6~rc11.6-rc1
-rw-r--r-- | ChangeLog | 30 | ||||
-rw-r--r-- | data/whisperback.desktop | 2 | ||||
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | doc/whisperback.t2t | 2 | ||||
-rwxr-xr-x | setup.py | 2 | ||||
-rw-r--r-- | whisperBack/gui.py | 2 |
6 files changed, 39 insertions, 4 deletions
@@ -276,3 +276,33 @@ Bugfixes Bugfixes -------- * Fix link to bug reporting documentation which have moved + +1.6~rc1 +======= + +New features +------------ + * Allow to use arbitrary gnupg homdir + * Load help from the config file instead of hardcoding it + * Sanitize debugging info + + +Minor improvements +------------------ + * UI: reword optional PGP key field label + * UI: add a tool tip to the PGP key button + * UI: upgrade file for GTK+ 2.20 (squeeze version) + * UI: add a button to display help index + * Hide website sidebar and title in embedded viewer + * I18n: import translations for Arabic, Spanish, Euskara, French, Dutch, + Polish, Portuguese and Russian + * Doc: include basic release documentation and script + * UI: make tails-version window scrollable + * UI: add a frame for help + * UI: space widgets according to GNOME HIG + +Bugfixes +-------- + * UI: add a notebook to make technical details readable on small screen + * Update copyright year + * I18n: include POT file. diff --git a/data/whisperback.desktop b/data/whisperback.desktop index c396137..6ff0c12 100644 --- a/data/whisperback.desktop +++ b/data/whisperback.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=1.5.1 +Version=1.6~rc1 Name=WhisperBack Comment=Send feedback via encrypted e-mail Type=Application diff --git a/debian/changelog b/debian/changelog index bc8a074..c13e55a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +whisperback (1.6~rc1) unstable; urgency=low + + * new upstream release + + -- Tails developpers <tails@boum.org> Sat, 18 Aug 2012 21:47:13 +0200 whisperback (1.6~alpha1) unstable; urgency=low diff --git a/doc/whisperback.t2t b/doc/whisperback.t2t index bf1bdaa..05da8aa 100644 --- a/doc/whisperback.t2t +++ b/doc/whisperback.t2t @@ -1,6 +1,6 @@ WhisperBack Send feedback via encrypted e-mail -1.5.1 +1.6~rc1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % 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.5.1', + version='1.6~rc1', 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 5ef148f..d13e719 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.5.1' +__version__ = '1.6~rc1' LOCALEDIR = "locale/" PACKAGE = "whisperback" |