commit a147a72f3fc33b1977a8402f17a46b79db410018 Author: Yawning Angel yawning@schwanenlied.me Date: Wed Jul 12 19:47:14 2017 +0000
Bug 22901: Clarify/expand on the warnings for all the config settings.
I should have done this to begin with, and part of me wants to deprecate all of these options entirely, but people will complain. --- ChangeLog | 1 + data/ui/gtkui.ui | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog index d9679bb..b19afe9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ Changes in version 0.0.10 - UNRELEASED: * Bug 22829: Remove default obfs4 bridge riemann. * Bug 22853: Something in SelfRando is totally brain damaged. + * Bug 22901: Clarify/expand on the warnings for all the config settings.
Changes in version 0.0.9 - 2017-07-03: * Bug 22712: Suppress ATK Bridge initialization which will never work. diff --git a/data/ui/gtkui.ui b/data/ui/gtkui.ui index 1d8c4d5..c6cefb7 100644 --- a/data/ui/gtkui.ui +++ b/data/ui/gtkui.ui @@ -528,7 +528,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> - <property name="label" translatable="yes">Pulse Audio (UNSAFE)</property> + <property name="label" translatable="yes">Pulse Audio (UNSAFE: Security, Anonymity)</property> </object> <packing> <property name="expand">True</property> @@ -564,7 +564,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> - <property name="label" translatable="yes">Extra Audio/Video Codecs</property> + <property name="label" translatable="yes">Extra Audio/Video Codecs (UNSAFE: Security, Anonymity)</property> </object> <packing> <property name="expand">True</property> @@ -601,7 +601,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> - <property name="label" translatable="yes">Circuit Display</property> + <property name="label" translatable="yes">Circuit Display (UNSAFE: Anonymity)</property> </object> <packing> <property name="expand">True</property> @@ -637,7 +637,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> - <property name="label" translatable="yes">Modifiable Extensions</property> + <property name="label" translatable="yes">Modifiable Extensions (UNSAFE: Security, Anonymity)</property> </object> <packing> <property name="expand">True</property>
tor-commits@lists.torproject.org