Merge remote-tracking branch 'origin/web/release-3.12.1'
[tails.git] / debian / changelog
blob3411b491f6b2c844a0a34b7ed84bf0de167330ea
1 tails (3.12.1) unstable; urgency=medium
3   * Security fixes
4     - Upgrade Tor Browser to 8.0.6 (MFSA-2019-04; Closes: #16437).
5     - Upgrade LibreOffice to 1:5.2.7-1+deb9u5 (DSA-4381).
6     - Upgrade cURL to 7.52.1-5+deb9u9 (DSA-4386).
7     - Upgrade Qt 5 to 5.7.1+dfsg-3+deb9u1 (DSA-4374).
8     - Upgrade OpenSSH to 1:7.4p1-10+deb9u5 (DSA-4387).
10  -- Tails developers <tails@boum.org>  Tue, 12 Feb 2019 21:25:14 +0100
12 tails (3.12) unstable; urgency=medium
14   * Major changes
15     - Make the USB image the main supported way to install Tails (refs: #15292).
16       On first boot, grow the system partition to a size that's a factor
17       of the size of the boot medium and randomize GUIDs (Closes: #15319).
18     - Upgrade Linux to 4.19, version 4.19.13-1 (Closes: #16073, #16224).
19       Fixes CVE-2018-19985, CVE-2018-19406, CVE-2018-16862, CVE-2018-18397,
20       CVE-2018-18397, CVE-2018-18397, CVE-2018-18397, CVE-2018-19824,
21       CVE-2018-14625.
22     - Remove Liferea (Closes: #11082, #15776).
23     - Upgrade to the Debian Stretch 9.6 point-release.
25   * Security fixes
26     - Upgrade Tor Browser to 8.0.5 (MFSA-2019-02; Closes: #16388).
27     - Upgrade Thunderbird to 60.4.0 (DSA-4362-1; Closes: #16261).
28     - Upgrade OpenSSL to 1.0.2q-1~deb9u1 (DSA-4355-1).
29     - Upgrade libarchive to 3.2.2-2+deb9u1 (DSA-4360-1).
30     - Upgrade GnuTLS to 3.5.8-5+deb9u4 (CVE-2018-10844, CVE-2018-10845).
31     - Upgrade libgd3 to 2.2.4-2+deb9u3 (CVE-2018-1000222, CVE-2018-5711).
32     - Upgrade libmspack to 0.5-1+deb9u3 (CVE-2018-18584, CVE-2018-18585).
33     - Upgrade libopenmpt to 0.2.7386~beta20.3-3+deb9u3 (CVE-2018-10017).
34     - Upgrade libx11 to 2:1.6.4-3+deb9u1 (CVE-2018-14598, CVE-2018-14599,
35       CVE-2018-14600).
36     - Upgrade libxcursor to 1:1.1.14-1+deb9u2 (CVE-2015-9262).
37     - Upgrade NetworkManager to 1.6.2-3+deb9u2+0.tails1 (CVE-2018-15688).
38     - Upgrade wpa to 2:2.4-1+deb9u2 (CVE-2018-14526).
39     - Upgrade zeromq3 to 4.2.1-4+deb9u1 (CVE-2019-6250).
40     - Upgrade APT to 1.4.9 (DSA-4371-1).
41     - Upgrade GhostScript to 9.26a~dfsg-0+deb9u1 (DSA-4372-1).
43   * Bugfixes
44     - Fix Totem's access to the Internet when it's started from the Applications
45       menu.
46     - Rename HTP pools to avoid confusion (Closes: #15428).
47     - Fix memory erasure on shutdown with systemd v239+, by mounting
48       a dedicated tmpfs on /run/initramfs instead of trying to remount /run
49       with the "exec" option (Closes: #16097).
50     - Make the KeePassX wrapper dialog translatable.
51     - Fix detection of first Thunderbird run.
53   * Minor improvements and updates
54     - Upgrade tor to 0.3.4.9-1~d90.stretch+1.
55     - Upgrade Mesa to 18.2.6-1~bpo9+1, libdrm to 2.4.95-1~bpo9+1,
56       and libglvnd to 1.1.0-1~bpo9+1.
57     - Upgrade firmware-linux and firmware-nonfree to 20190114-1.
58     - Upgrade amd64-microcode to 3.20181128.1.
59     - Upgrade intel-microcode to 3.20180807a.2~bpo9+1.
60     - Remove the boot readahead feature (Closes: #15915).
61       In most supported use cases, it did not improve boot time anymore,
62       or even increases it.
63     - Require TLS 1.2 in our Upgrader and tails-security-check (Closes: 11815).
64     - Enable O_CREAT restriction in /tmp directories for FIFOs and regular
65       files (Closes: #16072).
66     - Upgrade systemd to 240-4~bpo9+0tails1 (Closes: #16352).
67       Fixes CVE-2018-16864, CVE-2018-16865, and CVE-2018-16866.
68     - Upgrade Enigmail to 2.0.8-5~deb9u1 (Closes: #15657).
69     - Upgrade Torbirdy to 0.2.6-1~bpo9+1 (Closes: #15661).
70     - Modify Torbirdy configuration in a way that's easier to maintain.
71     - Tell the user they need to use sudo when they attempt to use su
72       (Closes: #15583).
74   * Build system
75     - Make the build of the USB image reproducible (Closes: #15985).
76     - Allow specifying which set of APT snapshots shall be used during
77       the build, with the APT_SNAPSHOTS_SERIALS build option (Closes: #15107).
78     - Fix more GIDs and display more information when changing UIDs or GIDs
79       fails (Closes: #16036).
80     - Remove obsolete patches, refresh remaining ones to apply on top
81       of currently installed packages version.
82     - Disable irrelevant recurring jobs in Vagrant build box (refs: #16177)
83       that increase the chance of FTBFS due to mksquashfs being reaped
84       by the OOM killer.
85     - Adjust for recent GnuPG error'ing out when it has no controlling terminal.
87   * Test suite
88     - Adjust test suite for USB image:
89       - Add tests that exercise behavior on first boot from a device
90         installed using the USB image (Closes: #16003).
91       - Drop tests for use cases we don't support anymore with the introduction
92         of the USB image (refs: #16004).
93       - Adjust remaining tests to focus on main supported use cases,
94         i.e. Tails installed from a USB image (refs: #16004.
95     - In scenarios where we simulate MAC spoofing failure, test safety-critical
96       properties even if the desktop notification is buggy (refs: #10774).
97     - Update expected title for our Redmine (Closes: #16237).
98     - Update expected image for OpenPGP key search.
100  -- Tails developers <tails@boum.org>  Mon, 28 Jan 2019 13:26:26 +0100
102 tails (3.11) unstable; urgency=medium
104   * Security fixes
105     - Upgrade Tor Browser to 8.0.4-build2 (Closes: #16193).
106     - Upgrade Thunderbird to 60.3.0-1~deb9u1.0tails1 (Closes: #16118).
107     - Thunderbird: unconditionally disable Autocrypt, as it is not safe in
108       its current state (See: #15923, Closes: #16186).
109     - Upgrade Linux to 4.18.20 and aufs to 4.18.11+-20181119
110       (Closes: #16145).
111     - Upgrade cURL to 7.52.1-5+deb9u8 (DSA-4331).
112     - Upgrade Ghostscript to 9.26~dfsg-0+deb9u1 (DSA-4336, DSA-4346).
113     - Upgrade Perl to 5.24.1-3+deb9u5 (DSA-4347).
114     - Upgrade Policykit to 0.105-18+deb9u1 (DSA-4350).
115     - Upgrade Samba to 2:4.5.12+dfsg-2+deb9u4 (DSA-4345).
116     - Upgrade OpenSSL to 1.1.0j-1~deb9u1 (DSA-4348).
117     - Upgrade libtiff to 4.0.8-2+deb9u4 (DSA-4349).
119   * Bugfixes
120     - Tails Upgrader:
121       · Improve support for incremental upgrades to avoid issues with
122         partially applied upgrades (Closes: #14754).
123       · Add a prompt after the IUK has been downloaded so the user can
124         control when the network will be disabled; previously this was
125         done without users having a say, possibly leading to confusion and
126         lost work (Closes: #15282).
127     - Thunderbird: always set locale according to environment (Closes: #16113).
129   * Minor improvements and updates
130     - Remove packages which were needed for getTorBrowserUserAgent
131       (Closes: #16024).
132     - Fix persistence configuration window opening on full screen
133       (Closes: #15894).
134     - Time sync: don't temporarily increase tor's log level when using
135       bridges/PTs (Closes: #15743).
136     - Warn about non-free software depending on the host operating system
137       and/or virtualization stack (Closes: #16195).
139   * Build system
140     - Create USB image after building the ISO, and include it in build
141       artifacts (Closes: #15984, #15985, #15990).
142     - Release process: adapt to IDF v2 (Closes: #16171).
144   * Test suite
145     - Add new Using "VeraCrypt encrypted volumes" feature, with scenarios
146       split into two parts: "Unlock VeraCrypt Volumes" and "GNOME Disks"
147       (Closes: #14469, #14471, #15238, #15239).
148     - Reintroduce "Clock is one day in the future in bridge mode" test
149       (Closes: #15743).
150     - Make starting apps via GNOME Activities Overview more robust
151       (Closes: #13469).
152     - Check for "Upgrading the system" and adjust to "Upgrade successfully
153       downloaded" new UI (See: #14754, #15282).
155  -- Tails developers <tails@boum.org>  Mon, 10 Dec 2018 20:37:06 +0100
157 tails (3.10.1) unstable; urgency=medium
159   * Declare that Enigmail is compatible with Thunderbird 60.*.
161  -- Tails developers <tails@boum.org>  Tue, 23 Oct 2018 01:30:00 +0200
163 tails (3.10) unstable; urgency=medium
165   * Security fixes
166     - Harden sudo config to avoid potential future privilege escalation
167       (Closes: #15829).
168     - Upgrade Linux to 4.18 and aufs to 4.18-20181008 (Closes: #15936).
169     - Upgrade the snapshot of the Debian archive to 2018100901 accordingly.
170     - Upgrade Tor Browser to 8.0.3-build1 (Closes: #16067).
171     - Upgrade Thunderbird to 60.2.1 (Closes: #16037).
173   * Bugfixes
174     - Fix installation of mesa/stretch-backports by installing libwayland*
175       from stretch-backports (Closes: #15846).
176     - Tor Browser AppArmor profile patch: update to apply cleanly on top
177       of torbrowser-launcher 0.2.9-5.
178     - Additional Software: fix issues spotted during the code review
179       (Closes: #15838).
180     - Additional Software: make sure to offer persistence only for newly
181       installed packages, avoiding inconsistency (Closes: #15983).
182     - Improve button labels in confirmation dialogs of the Tails installer
183       (Closes: #11501).
184     - Hardcode User Agent in htpdate.user-agent (Closes: #15912), as the
185       Tor Browser doesn't expose it anymore.
186     - Fix encoding-related crashes in Tails Installer (Closes: #15166).
187     - Set the Firefox preferences to spoof English, to avoid leaking
188       information about locale settings (Closes: #16029).
189     - VeraCrypt: Hide PIM entries in GNOME Shell and Disks, since a newer
190       cryptsetup would be needed (Closes: #16031).
191     - VeraCrypt: Fix support for multiple encryption, by iterating over
192       all children in the device-mapper tree (Closes: #15967).
193     - Update translations.
195   * Minor improvements and updates
196     - Add dmsetup and losetup output in WhisperBack reports to help debug
197       VeraCrypt-related issues (Closes: #15966).
198     - Let AppArmor allow access to /usr/local/share/mime, reducing noise
199       in logs due to many DENIED entries (Closes: #15965).
200     - Use proper stem.connection module in onion-grater instead of trying
201       to read the auth cookie manually: that's fragile and breaks some use
202       cases (e.g. custom auth cookie).
203     - Unlock VeraCrypt Volumes: Improve internationalization support.
205   * Test suite
206     - Ensure the test suite doesn't break when changing the headline of
207       /home (Closes: #12156).
208     - Update test suite for updated button labels in confirmation dialogs
209       of the Tails installer (Closes: #11501).
211  -- Tails developers <tails@boum.org>  Tue, 23 Oct 2018 01:30:00 +0200
213 tails (3.9.1) unstable; urgency=medium
215   * Security fixes
216     - Upgrade Tor Browser to 8.0.2, based on Firefox 60.2.1 (Closes: #16017).
217     - Upgrade Thunderbird to 60.0-3~deb9u1.0tails2 (Closes: #15959). Also
218       imported the same security fixes that caused Tor Browser 8.0.2.
219     - Upgrade curl to 7.52.1-5+deb9u7 (DSA-4286).
220     - Upgrade Ghostscript to 9.20~dfsg-3.2+deb9u5 (DSA-4294).
221     - Upgrade libarchive-zip-perl to 1.59-1+deb9u1 (DSA-4300).
222     - Upgrade libkpathsea6 to 2016.20160513.41080.dfsg-2+deb9u1 (DSA-4299).
223     - Upgrade LittleCMS 2, aka. liblcms2-2, to 2.8-4+deb9u1 (DSA-4284).
224     - Upgrade Python 2.7 to 2.7.13-2+deb9u3 (DSA-4306).
225     - Upgrade Python 3.5 to 3.5.3-1+deb9u1 (DSA-4307).
227   * Bugfixes
228     - Make Thunderbird translated in non-English locales via
229       intl.locale.requested, which works correctly since 60.0-3
230       (Closes: #15942).
231     - Totem: backport AppArmor profile fix to allow opening the help
232       (Closes: #15841)
233     - Remove mutt, that was accidentally installed in 3.9 (Closes: #15904).
234     - Fix VeraCrypt volumes not being opened in GNOME Files (Closes: #15954).
235     - Fix displaying the "General" section in the Tor Browser preferences
236       (Closes: #15917).
237     - Fix APT pinning at Tails runtime for our custom APT repository
238       and for Debian backports (Closes: #15837, #15973).
240   * Minor improvements and updates
241     - Upgrade tor to 0.3.4.8-1~d90.stretch+1 (Closes: #15889).
243  -- Tails developers <tails@boum.org>  Wed, 03 Oct 2018 12:12:33 +0200
245 tails (3.9) unstable; urgency=medium
247   * Major changes
248     - Upgrade Tor Browser to 8.0 (Closes: #15803, #15907).
249       Notable user-visible changes and relevant details:
250       · Adjust to the fact Tor Browser 8.0a10 replaces firefox with a wrapper.
251       · Don't use the bundled copy of libstdc++.so.6, ours is recent enough.
252       · Drop obsolete Torbutton prefs (Closes: #15706).
253       · Switch back to 128px icons (Closes: #15081).
254       · AppArmor profile: take into account new Firefox binary path.
255     - Upgrade Thunderbird to 60.0 (Closes: #15792).
256       Notable user-visible changes and relevant details:
257       · AppArmor profile: patch to avoid conflicting x modifiers for ps(1).
258     - Upgrade tor to 0.3.4.7-rc (Closes: #15772).
260   * Security fixes
261     - Upgrade Linux to 4.17.17-1 and intel-microcode to 3.20180807a.1
262       This fixes CVE-2018-3620 aka. Foreshadow aka. L1 Terminal Fault
263       (Closes: #15796).
264     - Upgrade OpenSSH to 1:7.4p1-10+deb9u4 (DSA-4280).
266   * Bugfixes
267     - Fix Totem on Intel graphics cards by inlining the backported mesa
268       and dri-enumerate abstractions into its AppArmor profile: they are needed
269       with recent Mesa and libdrm (Closes: #15821). Regression introduced
270       in 3.9~rc1.
271     - Fix unlocking "hidden" TrueCrypt/VeraCrypt volumes via GNOME Shell
272       (Closes: #15843).
273     - Fix confusing error message when unlocking TrueCrypt/VeraCrypt volumes
274       (Closes: #15733).
275     - Revert to Stretch's X.Org nouveau video driver (Closes: #15833).
276       It seems that the regression brought by the upgraded one
277       is worse than the improvements reported after our call for testing.
278       Regression introduced in 3.9~rc1.
279     - Use the intel X.Org driver for Intel Corporation UHD Graphics 620.
280     - Fix regressions introduced in 3.9~rc1 in/by Additional Software Packages:
281       · Don't break new empty persistence configuration files creation when
282         permissions are incorrect (Closes: #15802).
283       · Fix UX when the user has specified a distribution or version
284         for a given package in their live-additional-software.conf
285         (Closes: #15822).
286       · Don't show installation notifications on upgrade (Closes: #15879).
287     - Make more Additional Software Packages strings translatable in the
288       configuration dialog and PolicyKit messages.
290   * Minor improvements and updates
291     - Upgrade firmware-nonfree to 20180825-1.
292     - Update the deb.torproject.org APT repository signing key.
293     - Unlock VeraCrypt Volumes: add disclaimer (Closes: #15849).
295   * Test suite
296     - Update Thunderbird test suite for 60.0 (Closes: #15791).
297     - Fix various robustness issues.
298     - Make the Chutney nodes use a higher V3AuthVotingInterval to make client
299       bootstrap more robust (Closes: #15799).
300     - Update the Tor Launcher binary path.
301     - Adjust to the fact "New Circuit for this Site" is now in the site
302       information and not under the Torbutton anymore.
303     - Delete unused images.
305  -- Tails developers <tails@boum.org>  Tue, 04 Sep 2018 12:15:43 +0000
307 tails (3.9~rc1) unstable; urgency=medium
309   * Major changes
310     - Integrate the Additional Software Packages feature into the desktop
311       and revamp the interface of "Configure Persistent Volume".
312     - Support TrueCrypt/VeraCrypt encrypted volumes on the desktop.
313     - Upgrade Tor Browser to 8.0a9, based on Firefox 60 ESR (Closes: #15023).
314       Notable user-visible changes and relevant details:
315       · Drop search engine customization and stick to Tor Browser's defaults.
316       · Upgrade uBlock Origin to its WebExtension version and now rely
317         on the filter lists shipped in the Debian package.
318       · Tweak the number of web content processes to work better with 2 GiB
319         of RAM (Closes: #15716).
320       · Revamp how we're handling our custom prefs, drop obsolete ones,
321         reduce our delta with pristine Tor Browser.
322     - Upgrade Thunderbird to 60.0b10 (Closes: #15091). Notable details:
323       · Install Torbirdy 0.2.5 from stretch-backports and drop our patches
324         that were merged upstream.
325       · Enable the optional part of the fixes for EFAIL (Closes: #15602).
326     - Upgrade Linux to 4.17 (Closes: #15763).
327     - Upgrade tor to 0.3.4.6-rc (Closes: #15770).
328     - Upgrade to Debian Stretch 9.5.
330   * Security fixes
331     - Upgrade CUPS to 2.2.1-8+deb9u2 (DSA-4243).
332     - Upgrade Exiv2 to 0.25-3.1+deb9u1 (DSA-4238).
333     - Upgrade FUSE to 2.9.7-1+deb9u1 (DSA-4257).
334     - Upgrade GDM to 3.22.3-3+deb9u2 (DSA-4270).
335     - Upgrade libsoup to 2.56.0-2+deb9u2 (DSA-4241).
336     - Upgrade Imagemagick to 8:6.9.7.4+dfsg-11+deb9u5 (DSA-4245).
337     - Upgrade ffmpeg to 7:3.2.12-1~deb9u1 (DSA-4258, DSA-4249).
338     - Upgrade libmspack to 0.5-1+deb9u2 (DSA-4260).
339     - Upgrade Samba to 2:4.5.12+dfsg-2+deb9u3 (DSA-4271).
340     - Upgrade the Apache XML Security for C++ library to 1.7.3-4+deb9u1
341       (DSA-4265).
343   * Bugfixes
344     - Don't display the Enigmail configuration wizard in every Tails session
345       (Closes: #15693, #15746). Fix against Tails 3.8.
346     - Make the torstatus GNOME Shell extension actually translatable
347       (Closes: #15715). Fix against the first Tails release that included
348       this extension.
349     - Drop Icedove → Thunderbird migration code which started causing trouble.
350     - Tails Installer:
351       · Link to upgrade documentation when upgrading (Closes: #7904).
352       · Show the reinstall option only when the device is big enough to make
353         a full reinstallation (Closes: #14810).
354       · Make the main window fit in a 600px-high screen (Closes: #14849).
355       · Show the correct device size in the reinstall confirmation dialog
356         (Closes: #15590).
357     - Tails Greeter: don't display file:/// URLs to users (Closes: #15582).
359   * Minor improvements and updates
360     - Install Mesa and libdrm* from stretch-backports and upgrade the Nouveau
361       X.Org video driver to 1.0.15. This improves support for some graphics
362       cards such as NVIDIA Pascal series (Closes: #14910)
363     - htpdate: improve diagnostics output when the date header can't be fetched.
364     - Onion Grater: support named AppArmor profiles.
365     - Update Onion Grater's config for new Tor Browser AppArmor profile name.
366     - Enable e10s in the Unsafe Browser.
367     - Delete all search plugins for the Unsafe Browser (Closes: #15708).
368     - Display a deprecation warning when starting Liferea (#11082).
369     - Upgrade VirtualBox guest modules to 5.2.16-dfsg-3~bpo9+2.
370     - Use Tor Browser for browsing the documentation even when offline
371       (Closes: #15720).
372     - Provide feedback while Tor Browser, "Tails documentation"
373       or "Report an error" are starting (Closes: #15101).
374     - WhisperBack: remove the right pane (Closes: #7180).
375     - tails-debugging-info: return machine-readable, structured data.
376       Adjust WhisperBack accordingly (Closes: #8514). This paves the way
377       towards more usable bug reports (#8722).
378     - Port lots of our Perl code to more lightweight libraries.
379       This decreases the amount of memory used by the persistence
380       configuration interface.
381     - Do not hide applications that require an admin password (Closes: #11013).
382     - Try unlocking every persistent volume when multiple ones are
383       available (Closes: #15653).
384     - Upgrade Electrum to 3.1.3-1~bpo9+1.
385     - Upgrade most firmware to 20180518-1.
386     - Upgrade Intel microcode to 3.20180703.2~bpo9+1.
387     - Upgrade AMD microcode to 3.20180524.1.
389   * Build system
390     - Drop AppArmor feature set pinning: this is now done in Debian Stretch
391       (Closes: #15341).
392     - Remove the now unused deb.torproject.org sid APT source (Closes: #15638).
393     - Install OnionShare from our custom APT repo instead of from sid.
394       We've mistakenly tracked sid for a while and it has become a problem,
395       so stick to the version that works for us until Tails 4.0.
396     - Fix building the ISO on zfs by dropping the cache=none setting for
397       vmproxy's storage (Closes: #14404).
398     - Update the Vagrant basebox for any change under vagrant/.
399       Previously, some relevant changes were not effective until something under
400       vagrant/definitions/tails-builder/ was changed.
401     - Make intltool ignore .py files: `intltool-update --maintain` seems to be
402       buggy with .py files.
403     - Refresh our CUPS AppArmor profile patch to apply on 2.2.1-8+deb9u2.
404     - Make it more obvious that the .orig file check is fatal (Closes: #15727).
405     - Delete baseboxes once they're 6 months old instead of 4.
406       This is more in line with the delay between our major releases these days.
407     - Rename /usr/share/amnesia to /usr/share/tails. It was about time.
408     - Abort the build if /etc/{passwd,group} has changed (Closes: #15419).
409       Such changes can break Tails after an automatic upgrade was applied
410       so let's detect it ASAP. Consequently, ensure a few GIDs — that wanted
411       to play musical chairs — are the same as in Tails 3.8 (Closes: #15695).
412     - Don't fail the build if the APT lists don't include any package
413       whose name matches ^geoclue.
415   * Test suite
416     - Adjust to the new tails-persistence-setup API.
417     - Update the Tor Browser's AppArmor profile name.
418     - Re-enable the "I can print the current page […]" test.
419     - Update tests wrt. the fact tails-upgrade-frontend-wrapper was ported
420       to Python (Closes: #15379).
421     - Make a test more robust by waiting for the page to have loaded.
422     - Adjust to the fact the WhisperBack debugging info is now configured
423       in a machine-readable file.
424     - Remove test for tails-debugging-info, that has been a no-op for a while.
425     - Adjust for Tor Browser 8.
426     - Make the "I open the address" step more robust and accordingly
427       stop marking the tests that use it in the Unsafe Browser
428       as fragile (refs: #14771).
429     - De-duplicate a number of images of standard GTK+ 3 widgets.
430     - Make the audio and WebM tests more robust.
431     - Make the "I start the Tor Browser in offline mode" step more robust.
432     - Make the "AppArmor has (not )? denied" step more robust.
433     - Don't try and use XVFB_PID if it's not set (Closes: #15730).
434     - Adjust Pidgin test to use a certificate that's still in Debian
435       (Closes: #15762).
436     - Use a hopefully more reliable public GnuPG key and make tests
437       more robust against new subkeys being added (Closes: #15771).
438     - Stop hard-coding the list of RTL Tor Browser locales.
439     - Fix the "Unsafe Browser can be used in all languages supported in Tails"
440       test for locales that have a translated homepage (Closes: #11711).
441     - Take into account that apt(8) won't return when run in the remote shell
442       with the ASP hooks enabled.
444  -- Tails developers <tails@boum.org>  Thu, 16 Aug 2018 18:37:47 +0000
446 tails (3.8) unstable; urgency=medium
448   * Security fixes
449     - Upgrade Tor Browser to 7.5.6 (MFSA 2018-17; Closes: #15683).
450     - Upgrade Enigmail to 2.0.7 (partly fixes #15602 aka. EFAIL).
451     - Upgrade libgcrypt to 1.7.6-2+deb9u3 (DSA-4231-1).
452     - Upgrade perl to 5.24.1-3+deb9u4 (DSA-4226-1).
454   * Bugfixes
455     - Thunderbird: fix importing public OpenPGP keys from email attachments
456       (Closes: #15610).
457     - Make the Unsafe Browser home page translatable again (Closes: #15461).
459   * Minor improvements
460     - Don't display the "Know your rights" message on Thunderbird first run.
461     - Move Thunderbird's default userChrome.css to /etc/thunderbird, just like
462       we do for Tor Browser, for easier upgrade handling.
464  -- Tails developers <tails@boum.org>  Mon, 25 Jun 2018 09:59:22 +0000
466 tails (3.7.1) unstable; urgency=medium
468   * Security fixes
469     - Upgrade Tor Browser to 7.5.5 (MFSA 2018-14; closes: #15643).
470     - Upgrade Thunderbird to 52.8.0 (DSA-4209-1; Closes: #15607).
471       - Partially fixes EFAIL.
472       - Fixes importing OpenPGP keys from keyservers with Enigmail.
473       - Accordingly refresh our Thunderbird AppArmor profile patch.
474     - Upgrade cURL to 7.52.1-5+deb9u6 (DSA-4202-1).
475     - Upgrade GnuPG (modern) 2.1.18-8~deb9u2 (DSA-4222-1).
476     - Upgrade GnuPG (legacy) to 1.4.21-4+deb9u1 (DSA-4223-1).
477     - Upgrade Git to 1:2.11.0-3+deb9u3 (DSA-4212-1).
478     - Upgrade PackageKit to 1.1.5-2+deb9u1 (DSA-4207-1).
479     - Upgrade procps to 2:3.3.12-3+deb9u1 (DSA-4208-1).
480     - Upgrade wavpack to 5.0.0-2+deb9u2 (DSA-4197-1).
481     - Upgrade wget to 1.18-5+deb9u2 (DSA-4195-1).
482     - Upgrade xdg-utils to 1.1.1-1+deb9u1 (DSA-4211-1).
484   * Bugfixes
485     - Fix setting a screen locker password with non-ASCII characters
486       (Closes: #15636).
487     - WhisperBack:
488       - Rename the WhisperBack launcher to "WhisperBack Error Reporting"
489         so that users have a better chance to understand what it does
490         (Closes: #6432)
491       - Ensure debugging info in Whisperback reports don't contain email
492         signature markers so that email clients forward it in full
493         (Closes: #15468).
494       - Wrap text written by the user to 70 chars (Closes: #11689).
496   * Minor improvements
497     - The "Tails documentation" desktop launcher now opens /doc instead of
498       the aging /getting_started that confused people during user testing
499       (Closes: #15575).
501   * Test suite
502     - Update to match "Tails documentation" behaviour change.
504  -- Tails developers <tails@boum.org>  Sat, 09 Jun 2018 19:53:51 +0000
506 tails (3.7) unstable; urgency=medium
508   * Security fixes
509     - Upgrade Tor Browser to 7.5.4 (MFSA 2018-12, Closes: #15588).
510     - Upgrade OpenSSL to 1.1.0f-3+deb9u2 (DSA-4157).
511     - Upgrade Perl to 5.24.1-3+deb9u3 (DSA-4172).
512     - Upgrade Libre Office to 1:5.2.7-1+deb9u4 (DSA-4178).
513     - Upgrade libmad to 0.15.1b-8+deb9u1 (DSA-4192).
515   * Bugfixes
516     - Enable the removal of OpenPGP keyblock in Whisperback (closes: #7797).
517     - Show the logo in Whisperback's About menu (closes: #13198).
518     - Use the same font in all the Whisperback report (Closes: #11272).
519     - Update tails-bugs@tails.boum OpenPGP key (Closes: #15534).
521   * Minor improvements
522     - Stop installing python-qt4 and python-trezor (Closes: #15391).
523     - Make WhisperBack easier to find in the GNOME Overview (Closes: #13299).
525  -- Tails developers <tails@boum.org>  Tue, 08 May 2018 01:47:22 +0200
527 tails (3.6.2) unstable; urgency=medium
529   * Security fixes
530     - Upgrade Tor Browser to 7.5.3 (MFSA 2018-10, Closes: #15459).
531     - Upgrade Thunderbird to 1:52.7.0-1~deb9u1.0tails1 (DSA-4155,
532       Closes: #15471).
533     - Upgrade libicu to 57.1-6+deb9u2 (DSA-4150).
534     - Upgrade intel-microcode to 3.20180312.1~bpo9+1. Implements
535       IBRS/IBPB/STIPB support, Spectre-v2 mitigation for: Sandybridge,
536       Ivy Bridge, Haswell, Broadwell, Skylake, Kaby Lake, Coffee Lake
537       (Closes: #15173).
539   * Bugfixes
540     - Tor Browser AppArmor profile:
541      * Grant the main Firefox process access to machine-id: needed for
542        IBus support (Closes: #15437).
543      * Allow access to extensions installed by the user such as Tails
544        Verification (Closes: #15434).
545     - Remove packages needed to support Video Acceleration API
546       (VA-API) because they breaks opening GNOME Settings and Totem in
547       Tails 3.6 on some computers (only NVIDIA for now but perhaps
548       other hardware is affected). (Closes: #15433, #15449)
549     - Upgrade Linux to 4.15.11-1 and bump the aufs submodule (Closes:
550       #15456, #15457).
551     - tails-documentation script:
552       * open translated documentation page in Tor Browser when online
553         (Closes: #15371).
554       * use documented syntax for os.execv (Refs: #15332)
555       * re-add support for passing a HTML anchor as the second
556         argument.
557     - Fix issue where the tails-persistence-setup user's guid would be
558       changed when it was the uid that was intended (Closes: #15422).
560  -- Tails developers <tails@boum.org>  Thu, 29 Mar 2018 17:49:42 +0200
562 tails (3.6.1) unstable; urgency=medium
564   * Security fixes
565     - Upgrade Tor Browser to 7.5.2 (MFSA 2018-08 i.e. CVE-2018-5146).
566     - Upgrade libvorbis to 1.3.5-4+deb9u2 (DSA 4140-1 aka. CVE-2018-5146).
567     - Upgrade curl to 7.52.1-5+deb9u5 (DSA 4136-1).
568     - Upgrade samba to 2:4.5.12+dfsg-2+deb9u2 (DSA 4135-1).
570   * Bugfixes
571     - Fix ISO build reproducibility (Closes: #15400)
572     - Disable Selfrando: Tor Browser upstream currently enables it only
573       in non-release builds
574       (https://trac.torproject.org/projects/tor/ticket/24912#comment:8).
576  -- Tails developers <tails@boum.org>  Fri, 16 Mar 2018 22:42:00 +0000
578 tails (3.6) unstable; urgency=medium
580   * Major changes
581     - Upgrade Tor Browser to 7.5.1.
582     - Upgrade Tor to 0.3.2.10. (Closes: #15158)
583     - Add ability to lock the screen. (Closes: #5684)
584     - Add initial support for Meek bridges. (Closes: #8243)
585     - Upgrade to Thunderbird 52.6.0. (Closes: #15298)
586     - Enable Thunderbird AppArmor profile. (Closes: 11973)
587     - Upgrade Linux to 4.15.0-1. (Closes: #15309).
588     - Upgrade systemd to 237.
589     - Upgrade Electrum to 3.0.6. (Closes: #15022)
590     - Upgrade the base system to the Debian Stretch 9.4 point-release
591       (Closes: #15341)
592     - Port a few shell scripts to Python thanks to GoodCrypto. (Closes: #11198)
594   * Security fixes
595     - Upgrade Intel processor microcode firmware. (Closes: #15173).
596     - Upgrade poppler to 0.48.0-2+deb9u1. (CVE-2017-14929, CVE-2017-1000456)
597     - Upgrade tiff to 4.0.8-2+deb9u2 (CVE-2017-9935, CVE-2017-11335,
598       CVE-2017-12944, CVE-2017-13726, CVE-2017-13727, CVE-2017-18013)
599     - Upgrade ffmpeg to 7:3.2.10-1~deb9u1. (CVE-2017-17081)
600     - Upgrade libtasn1-6 to 4.10-1.1+deb9u1. (CVE-2017-10790, CVE-2018-6003)
601     - Upgrade Libre Office to 1:5.2.7-1+deb9u2. (CVE-2018-6871)
602     - Upgrade libvorbis to 1.3.5-4+deb9u1. (CVE-2017-14632, CVE-2017-14633)
603     - Upgrade gcc to 6.3.0-18+deb9u1.
604     - Upgrade util-linux to 2.29.2-1+deb9u1. (CVE-2018-7738)
605     - Upgrade isc-dhcp to 4.3.5-3+deb9u1 (CVE-2017-3144, CVE-2018-5732,
606       CVE-2018-5733)
608   * Minor improvements
609     - Avoid noisy warning at boot time by creating tails-upgrade-frontend's
610       trusted GnuPG homedir with stricter permissions, then making it looser.
611       (Closes: #7037)
612     - Drop (broken) Thunderbird dedicated SocksPort. (Closes: #12460)
613     - Drop customized update-ca-certificates.service. (Closes: #14756)
614     - Update AppArmor cupsd profile. (Closes: #15029)
615     - Improve UX when GDM does not start. (Closes: #14521)
616     - Install packages needed to support Video Acceleration API.
617       (Closes: #14580)
618     - Upgrade aufs-dkms for Linux 4.15. (Closes: #15132).
619     - Ship pdf-redact-tools, thanks to dachary <loic@dachary.org>.
620       (Closes: #15052)
621     - Additional Software Packages: convert to python3 and PEP-8.
622       (Closes: #15198)
623     - Additional Software Packages: do not check for updates every time the
624       network gets reconnected. (Closes: #9819)
625     - Revert to xorg-xserver from Stretch. (Closes: #15232)
626     - Open Tails documentation in Tor Browser when online. (Closes: #15332)
627     - Disable Enigmail's Memory Hole feature. (Closes: #15201)
628     - Persistence Setup: stop depending on Synaptic. (Closes: #15263)
630   * Bugfixes
631     - Additional Software Packages: fix the "incomplete online upgrade
632       process" bug in offline mode (Closes: #14570)
633     - Additional Software Packages: do not block Desktop opening.
634       (Closes: #9059)
635     - Install OpenPGP Applet 1.1. (Closes: #6398).
636     - Repair rng-tools using a real start-stop-daemon program.
637       (Closes: #15344)
638     - Tails installer: fix bug with unicode status messages. (Closes: #15254)
640   * Build system
641     - Abort if tails-custom-apt-sources failed.
642     - Abort the ISO build when DKMS modules are not built. (Closes: #14789).
643     - Improve how we track dependencies in build hooks. (Closes: #14818)
644     - Fix (potential) rare race condition during build.
645     - Ensure the SquashFS has /etc/hostname properly configured.
646       (Closes: #15322)
647     - Bump builder VM's RAM. (Closes: #15310)
649   * Test suite
650     - Log the list of systemd jobs when systemctl is-system-running fails.
651       (Closes: #14772).
652     - Allow more time for 'systemctl is-system-running' to succeed.
653     - Only support SikuliX, not Sikuli.
654     - Disable SPICE clipboard sharing.
655     - Don't flood the debug logger with the journal contents.
656     - Rescue exception.
657     - Enter a name into the Thunderbird account configuration.
658       (Closes: #11256)
659     - Fix the "I do not see ..." step's case. (Closes: #14929)
660     - Mark scenarios that use the "The Report an Error launcher will…" step
661       as fragile (Closes: #15321)
662     - Test that Tor Browser opens docs when online. (Closes: #15332)
663     - Adapt test after warning moved to after Unsafe Browser verification
664       dialog. (Closes: #8775)
665     - Dogtailify electrum.feature.
666     - Add additional software packages feature. (Closes: #14572)
667     - Disable test that is broken due to a Tor Browser bug. (refs: #15336)
669  -- Tails developers <tails@boum.org>  Mon, 12 Mar 2018 21:28:29 +0100
671 tails (3.5) unstable; urgency=medium
673   * Security fixes
674     - Upgrade amd64-microcode to 3.20171205.1, for the mitigation
675       against Spectre (CVE-2017-5715) (Closes: #15148).
676     - Upgrade Tor Browser to 7.5-build3 (Closes:  #15197).
677     - Upgrade Thunderbird to 1:52.5.2-2~deb9u1.0tails1 (Closes: #15033)
678     - Upgrade gdk-pixbuf to 2.36.5-2+deb9u2.0tails1 (Closes: #15177).
679     - Upgrade bind9 to 1:9.10.3.dfsg.P4-12.3+deb9u4.
680     - Upgrade libxml2 to 2.9.4+dfsg1-2.2+deb9u2.
682   * Minor improvements
683     - Upgrade Linux to 4.14.13, which is the first kernel that has the
684       "[x86] microcode/AMD: Add support for fam17h microcode loading"
685       commit, that's needed to load the AMD fam17h microcode for
686       mitigating the Spectre vulnerability (CVE-2017-5715).
688   * Bugfixes
689     - Drop Claws Mail persistence setting migration. Whenever
690       persistent Claws Mail setting is enabled, this creates an empty
691       ~/.icedove/ directory, that prevents Thunderbird from starting
692       (Closes: #12734).
693     - Don't prevent the GNOME Applications button from opening its menu if
694       time syncing resulted in a shift back in time (Closes: #14250).
695     - Tails Installer: when cloning Tails to another USB drive, check
696       if the target device has enough space *before* any destructive
697       actions are made (Closes: #14622).
698     - Tor Browser: make "Print to file" work again, for all locales
699       (Closes: #13403, #15024).
701   * Build system
702     - Fix option passed to cmp: -q is not supported but --quiet is.
703       Spotted on feature/buster that's the first branch that exercises
704       this code, but there's no reason to fix it only there.
706   * Test suite
707     - Adapt tests for Tor Launcher 0.2.14.3, i.e. the one shipped with
708       Tor Browser 7.5 in Tails 3.5 (Closes: #15064).
709     - Add support for creating arbitrarily sized partitions.
710     - Add a "Try cloning Tails to a too small partition" scenario
711       (regression test for #14622).
713  -- Tails developers <tails@boum.org>  Tue, 23 Jan 2018 00:57:58 +0100
715 tails (3.4) unstable; urgency=medium
717   * Security fixes
718     - Install Linux 4.14.0-3 from sid (Closes: #14976). This enables
719       the kernel-side mitigations for Meltdown.
720     - Upgrade curl to 7.52.1-5+deb9u3.
721     - Upgrade enigmail to 2:1.9.9-1~deb9u1.
722     - Upgrade gimp to 2.8.18-1+deb9u1.
723     - Upgrade imagemagick to 8:6.9.7.4+dfsg-11+deb9u4.
724     - Upgrade libav (ffmpeg) to 7:3.2.9-1~deb9u1.
725     - Upgrade libxcursor to 1:1.1.14-1+deb9u1.
726     - Upgrade libxml-libxml-perl to 2.0128+dfsg-1+deb9u1.
727     - Upgrade poppler to 0.48.0-2+deb9u1.
728     - Upgrade rsync to 3.1.2-1 3.1.2-1+deb9u1.
729     - Upgrade samba to 2:4.5.12+dfsg-2+deb9u1.
730     - Upgrade sensible-utils to 0.0.9+deb9u1.
731     - Upgrade tor to 0.3.1.9-1~d90.stretch+1.
733   * Minor improvements
734     - Display TopIcons systray on the left of the system menu. This
735       fixes #14796 (on Buster, it is displayed in the middle of the
736       screen, on the left of the clock) and an annoying UX problem we
737       have on Stretch: OpenPGP applet is in the middle of icons that
738       share the exact same (modern, GNOME Shell-like) behaviour, which
739       is disturbing when opening one of the modern menus and moving
740       the mouse left/right to the others, because in the middle one
741       icon won't react as expected, and the nice blue bottom border
742       continuity is broken.
743     - Use the "intel" X.Org driver for integrated graphics in Intel
744       i5-7300HQ (Closes: #14990).
745     - Enable HashKnownHosts in the OpenSSH client (Closes: #14995).
746       Debian enables HashKnownHosts by default via /etc/ssh/ssh_config
747       for good reasons, let's not revert to the upstream default.
748     - Pin the AppArmor feature set to the Stretch's kernel one. Linux
749       4.14 brings new AppArmor mediation features and the policy
750       shipped in Stretch may not be ready for it. So let's disable
751       these new features to avoid breaking stuff: it's too hard to
752       check if all the policy for apps we ship (and that users install
753       themselves) has the right rules to cope with these new mediation
754       features.
756   * Bugfixes
757     - Don't delete downloaded debs after install (Closes: #10958).
758     - Install xul-ext-ublock-origin from sid to make the dashboard
759       work again(Closes: #14993). Thanks to cacahuatl
760       <cacahuatl@autistici.org> for the patch!
761     - Additional software feature: use debconf priority critical to
762       prevent failure when installing packages otherwise requiring
763       manual configuration (Closes: #6038)
764     - Don't include anything under /lib/live/mount/medium/ in the
765       readahead list (Closes: #14964). This fixes the boot time
766       regression introduced in Tails 3.3.
768   * Build system
769     - Display a more helpful error message when the 'origin' remote
770       does not point to the official Tails Git repository. This task
771       calls git_base_branch_head() which relies on the fact 'origin'
772       points to our official repo.
773     - Vagrant: never build the wiki early. This has caused several
774       issues throughout the years, the lastest instance being the
775       reopening of #14933. (Closes: #14933)
776     - Install libelf-dev during the time we need it for building DKMS modules.
777     - Make the DKMS build hook verbose, and display DKMS modules build
778       logs on failure. This hook is a recurring cause of headaches,
779       let's simplify debugging.
780     - Remove obsolete duplicate build of the virtualbox-guest DKMS
781       module.
783   * Test suite
784     - Log the list of systemd jobs when systemctl is-system-running
785       fails (Closes: #14772). Listing the units is not enough: in most
786       cases I've seen, is-system-running returns "starting" which
787       means the job queue is not empty, and to debug that we need the
788       list of jobs.
789     - Only support SikuliX; drop support for Sikuli.
790     - Disable SPICE clipboard sharing in the guest. It could only mess
791       things up, and in fact has confused me by suddenly setting my
792       *host's* clipboard to "ATTACK AT DAWN"... :)
793     - Decode Base64.decode64 return value appropriately; it returns
794       strings encoded in ASCII-8bit.
795     - Don't flood the debug logger with the journal contents.
796     - Handle case where $vm is undefined during an extremely early
797       scenario failure.
798     - Allow more time for 'systemctl is-system-running' to
799       succeed. (Refs: #14772)
800     - Make Sikuli attempt to find replacements on FindFailed by
801       employing fuzz, or "lowering the similarity factor". The
802       replacements (if found) are saved among the artifacts, and
803       serves as potential drop-in-replacements for outdated
804       images. The main use case for this is when the font
805       configuration in Tails changes, which normally invalidates a
806       large part of our images given that our default high similarity
807       factor. We also add the `--fuzzy-image-matching` where the
808       replacements are used in case of FindFailed, so the tests can
809       proceed beyond the first FindFailed. The idea is that a full
810       test suite run will produce replacements for potentially *all*
811       outdated images.
812     - Fix our findAny() vs findfailed_hook. For findAny() it might be
813       expected that some images won't be found, so we shouldn't use
814       our findfailed_hook, which is about dealing with the situation
815       where images need to be updated.
816     - Make sure Pidgin's D-Bus policy changes are applied (Closes:
817       #15007). Without the HUP there's a race that we sometimes lose.
818     - Nump the Unsafe Browser's start page image (Closes: #15006).
819     - Hot-plug a 'pcnet' network device instead of 'virtio' on Sid,
820       since the latter is not detected on Sid (Closes: #14819).
822  -- Tails developers <tails@boum.org>  Mon, 08 Jan 2018 16:57:07 +0100
824 tails (3.3) unstable; urgency=medium
826   * Major changes
827     - Upgrade the base system to the Debian Stretch 9.2 point-release
828       which gives us tons of bugfixes (Closes: #14714).
829     - Install Linux 4.13.0-1 (Closes: #14789).
831   * Security fixes
832     - Upgrade Thunderbird to 52.4.0 (Closes: #14963).
833     - Upgrade Tor Browser to 7.0.10 (Closes: #14940).
834     - Upgrade gdk-pixbuf to 2.36.5-2+deb9u1.0tails1 (Closes: #14729).
836   * Minor improvements
837     - Upgrade to Tor 0.3.1.8-2~d90.stretch+1, a new stable Tor series.
838     - tails-documentation: rewrite in Python + use WebKit for display
839       instead of the Tor Browser. Since Tor Browser 7.0.8 rendering of
840       local pages (like our docs) fail (#14962) so this is probably a
841       temporary workaround of that.
842     - Replace the Unsafe Browser's warning pages with static,
843       pure-HTML versions. This is truly a *temporary* workaround for
844       #14962.
845     - Update deb.tails.boum.org APT repo key (Closes: #14927)
846     - Refresh Tor Browser AppArmor profile patch to apply on top of
847       torbrowser-launcher 0.2.8-4's (Closes: #14923).
848     - Drop obsolete manual enabling of AppArmor on the kernel
849       command-line: it's now enabled by default, so the (Tails -
850       Debian) delta gets smaller. :)
852   * Bugfixes
853     - Install Tails Installer 5.0.2. Fixes:
854       * Most notably, fix an issue preventing Tails Installer from
855         installing to drives containing a non-Tails partition that
856         (obviously) has affected a lot of users. (Closes: #14755).
857       * Fix an issue that made the resulting installations unbootable
858         if Tails Installer was using a too recent udisks2, e.g. the
859         one currently in Debian Sid (Closes: #14809).
860       * Code clean-ups (Closes: #14721, #14722, #14723).
861     - Fix UEFI boot for USB sticks installed with Universal USB
862       Installer (Closes: #8992).
863     - Force Tor Browser and Thunderbird to enable accessibility
864       support even if no a11y feature is enabled in GNOME yet (Closes:
865       #14752, #9260).
866     - Mark our custom Desktop launchers as trusted (Closes: #14793,
867       Refs: 14584).
868     - Add a systemd --user target for bits of GNOME
869       EarlyInitialization managed by systemd, and make the keyboard
870       layout configuration as part of it. This fixes an issue where
871       the layout chosen in the Greeter sometimes wasn't applied in the
872       GNOME session (Closes: #12543).
874   * Build system
875     - auto/{build,clean,config}: run with `set -eu`.
876     - Add script to sanity check the website. Currently it ensures all
877       blog posts and security advisories have valid Ikiwiki 'meta
878       date' directives, since we depend on it for reproducibility.
879       Also make passing this sanity check a pre-condition for building
880       the website (Closes: #12726, #14767).
881     - Abort the ISO build when DKMS modules were not built.
882     - Take into account where DKMS modules get installed nowadays.
883     - auto/build: normalize file timestamps in wiki/src before
884       building. The copy of the website included in the ISO image has
885       "Posted" timestamps that apparently match when we cloned the Git
886       repository, which affects reproducibility. (Closes: #14933).
887     - Fix reproducibility of builds of topic branches that lag behind
888       their base branch with the mergebasebranch build option enabled.
889       Two otherwise identical merge commits done at different times
890       get different IDs, and we happen to embed in the ISO the ID of
891       the commit we're building from. (Closes: #14946)
893   * Test suite
894     - Bump timeout for "I can save the current page as", otherwise the
895       "The Tor Browser directory is usable" scenario fails randomly
896       when the system is under load.
897     - New scenario: installing Tails to an eligible drive with an
898       existing filesystem. This is a regression test for #14755.
899     - New scenario: re-installing over an existing Tails installation.
901  -- Tails developers <tails@boum.org>  Tue, 14 Nov 2017 04:53:27 +0100
903 tails (3.2) unstable; urgency=medium
905   * Major changes
906     - Upgrade Linux packages to the Debian kernel 4.12.0-2, based on
907       mainline Linux 4.12.12 (Closes: #11831, #12732, #14673).
909   * Security fixes
910     - Upgrade Tor Browser to 7.0.6-build3 (Closes: #14696).
911     - Upgrade to Thunderbird 52.3.0 (Closes: #12639).
912     - Deny access to Pidgin's D-Bus service (Closes: #14612). That D-Bus
913       interface is dangerous because it allows _any_ application running
914       as `amnesia' that has access to the session bus to extract
915       basically any information from Pidgin and to reconfigure it:
916       https://developer.pidgin.im/wiki/DbusHowto
917     - Block loading of Bluetooth kernel modules (Closes: #14655) and
918       block Bluetooth devices with rfkill (Closes: #14655).
919     - Add localhost.localdomain to the hosts file to prevent loopback
920       leaks to Tor circuits (Closes: #13574). Thanks to tailshark for
921       the patch!
923   * Minor improvements
924     - Upgrade to Tails Installer 5.0.1 (Closes: #8859, #8860, #12707). This
925       version gets rid of the splash screen, detects when Tails is already
926       installed on the target device (and then proposes to upgrade),
927       and generally improves the UX. It also increases the Tails partition
928       size and refuses to install to devices smaller than 8 GB.
929     - Deprecate Thunderbird's preferences/0000tails.js (Closes: #12680).
930     - Install the BookletImposer PDF imposition toolkit (Closes: #12686).
931     - Tor Browser:
932       * Fallback to ~/Tor Browser for uploads (Closes: #8917).
933       * Silence some common operations that always are denied and
934         otherwise would spam the journal (Closes: #14606)
935     - Shell library: remove now unused functions (Closes: #12685).
936     - Add pppoe to the installed packages (Closes #13463). Thanks to geb
937       for the patch!
938     - Replace syslinux:i386 with syslinux:amd64 in the ISO9660
939       filesystem (Closes: #13513).
940     - htpdate: fix date header regexp (Closes: #10495). It seems that
941       some servers (sometimes) do not send their headers with first
942       letter uppercased, hence a lot of failures to find the date in it.
943     - Install aufs-dkms from Debian unstable (Closes: #12732).
944     - Install vim-tiny instead of vim-nox (Closes: #12687). On Stretch,
945       vim-nox started pulling ruby and rake in the ISO. I think vim-tiny
946       would be good enough, and would save a few MiB in the ISO. Those
947       who use vim more intensively and want another flavour of vim are
948       likely to need persistence anyway, and can thus install a more
949       featureful vim with the additional software packages feature.
950     - Remove gksu and its and gconf's dependencies (Closes: #12738). We
951       use pkexec instead of gksudo. gksu is unmaintained, buggy
952       (e.g. #12000), and it is the only reason we ship GConf, which we
953       want to remove. The other removals are:
954       * libgnomevfs2-extra, which was previously used for SSH/FTP support in
955         Nautilus, but isn't needed for that any more.
956       * libgnome2-bin which provides gnome-open, which isn't required by
957         any application in Tails (as far as we know).
958       * Configurations and scripts that become obsolete because of these
959         removals.
960     - Refresh torbrowser-AppArmor-profile.patch to apply cleanly on top
961       of torbrowser-launcher 0.2.8-1 (Closes: #14602).
962     - Switch from Florence to GNOME's on-screen keyboard (Closes: #8281)
963       and incidentally improve accessibility in GTK+ 2.0 and Qt
964       applications. This drops Florence and the corresponding GNOME
965       Shell extension.
966     - Make ./HACKING.mdwn a symlink again (Closes: #13600).
967     - Implement refresh-translations --force .
968     - Rework how we handle the individual POT files of our applications.
969       Comparing the new temporary POT files we generate with the
970       temporary POT files we generated last time (if ever, and if we
971       did, for which branch?) is not relevant; these POT files are only
972       used for merging into a new tails.pot and *that* one is relevant
973       to diff against the old tails.pot.
974     - Update the Tails signing key. (Closes: #11747)
975     - Reproducibility:
976       * Ensure reproducible permissions for /etc/hostname (Closes:
977         #13623).
978       * Patch desktop-file-utils to make its mimeinfo.cache reproducible
979         (Closes: #13439).
980       * Patch glib2.0 to make its giomodule.cache reproducible (Closes:
981         #13441).
982       * Patch gdk-pixbuf to make its loaders.cache reproducible (Closes:
983         #13442).
984       * Patch gtk2.0 and gtk3.0 to make their immodules.cache
985         reproducible (Closes: #13440).
986       * Remove GCconf: it is a source of non-determinism in the
987         filesystem (element order in /var/lib/gconf/defaults/%gconf-tree-*.xml)
988         which made Tails unreproducible.
989       * Ignore comment updates in POT files, which was a source of
990         non-determinism and therefore prevented Tails from being
991         reproducible (Closes: #12641).
992     - Kernel hardening:
993       * Increase mmap randomization to the maximum supported value
994         (Closes: #11840). This improves ASLR effectiveness, and makes
995         address-space fragmentation a bit worse.
996       * Stop explicitly enabling kaslr: it's enabled by default in
997         Debian, and this kernel parameter is not supported anymore.
998       * Disable kexec, to make our attack surface a bit smaller.
1000   * Bugfixes
1001     - Start Nautilus silently in the background when run as root
1002       (Closes: #12034). Otherwise, after closing Nautilus one gets the
1003       prompt back only after 5-15 seconds, which confuses users and makes
1004       our doc more complicated than it should.
1005     - Ensure pinentry-gtk2 run by Seahorse has the correct $DISPLAY set
1006       (Closes: #12733).
1008   * Build system
1009     - build-manifest-extra-packages.yml: remove squashfs-tools version
1010       we don't use anymore (Closes: #12684). Apparently our
1011       apt-get/debootstrap wrapper tricks are enough to detect the
1012       version of squashfs-tools we actually install and use.
1013     - Merge base branch earlier, i.e. in auto/config instead of
1014       auto/build (Closes: #14459). Previously, a given build from a topic
1015       branch would mix inconsistent versions of things.
1016     - Fail builds started before SOURCE_DATE_EPOCH (Closes:
1017       #12352). Such builds would not be reproducible, and this is an
1018       assumption (a reasonable one!) that we do all over the place, so
1019       let's fail early. While we're at it, let's fail if
1020       SOURCE_DATE_EPOCH is not set as well. Actually we would fail any
1021       way if that was the case when reaching our
1022       99-zzzzzz_reproducible-builds-post-processing build hook, but
1023       let's fail early.
1025   * Test suite
1026     - Test the GNOME Root Terminal.
1027     - Take into account that Tails Installer 5.0.1 refuses to install
1028       Tails to devices smaller than 8 GiB. It'll still allow *upgrading*
1029       such sticks though.
1030     - Use 7200 MiB virtual USB drives when we really mean 8 GiB. In the
1031       real world, USB sticks labeled "8 GB" can be much smaller, so
1032       Tails Installer will accept anything that's at least 7200 MiB.
1033       This commit makes us exercise something closer to what happens in
1034       the real world, and incidentally it'll save storage space on our
1035       isotesters and improve test suite performance a bit. :)
1036     - Have unclutter poll every 0.1s instead of continuously. On current
1037       sid, virt-viewer eats a full CPU and doesn't do its job when
1038       "unclutter -idle 0" is running.
1039     - Adapt tests for Tails Installer 5.0.1.
1040     - Workaround Pidgin's DBus interface being blocked since we actually
1041       depend on it for some tests.
1042     - Test that Pidgin's DBus interface is blocked.
1043     - Save more data on test suite failures (Refs: #13541):
1044       * When Tor fails to bootstrap, save Tor logs and chutney nodes
1045         data.
1046       * When Htpdate fails to synchronize the clock, save its logs.
1047       * Always save the systemd journal on failure.
1048     - When testing emergency shutdown, wait longer for Tails to tell
1049       us it has finished wiping the memory. The goal here is to help
1050       us understand whether (Refs: #13462) is a bug in the emergency
1051       shutdown feature or in our test suite.
1052     - Restart nautilus-desktop if Desktop icons are not visible
1053       (Closes: #13461).
1054     - Test suite: fix assert_raise() when using ruby-test-unit >=
1055       3.2.5 (Closes: #14654). ruby-test-unit 3.2.5 added native Java
1056       exception support for JRuby. The fact we defined the :Java
1057       constant was enough to trigger that JRuby-specific code, which
1058       failed.
1059     - Test suite: take into account that click-to-play is not required
1060       anymore for WebM videos in Tor Browser (Closes: #14586).
1062  -- Tails developers <tails@boum.org>  Mon, 25 Sep 2017 22:23:01 +0200
1064 tails (3.1) unstable; urgency=medium
1066   * Security fixes
1067     - Upgrade Tor Browser to 7.0.4-build1 (Closes: #13577).
1068     - Upgrade Linux to 4.9.30-2+deb9u3.
1069     - Upgrade libtiff to 4.0.8-2+deb9u1.
1070     - Upgrade bind9 to 1:9.10.3.dfsg.P4-12.3+deb9u2.
1071     - Upgrate evince to 3.22.1-3+deb9u1.
1072     - Upgrade imagemagick 8:6.9.7.4+dfsg-11+deb9u1.
1073     - Ensure Thunderbird cleans its temporary directory. (Closes: #13340).
1075   * Minor improvements
1076     - Patch gconf to produce reproducible XML output (refs: #12738). This is
1077       the temporary solution for #12738 in Tails 3.1 which will be reverted
1078       (and fixed permanently by removing gconf) in Tails 3.2.
1079     - Apply Debian bts patch to cracklib to produce reproducible dictionnaries
1080       (Closes: #12909).
1081     - Upgrade to Debian 9.1 (Closes: #13178).
1083   * Bugfixes
1084     - Replace faulty URL in htpdate neutral pool (Closes: #13472).
1085     - Keep installing a version of Enigmail compatible with Thunderbird 45.x
1086       (Closes: #13530).
1087     - Fix the time syncing and Tor notifications translations (Closes: #13437).
1089   * Build system
1090     - Upgrade the Vagrant basebox for building ISO images to Stretch
1091       (Closes: #11738).
1092     - Fix on-disk build by bumping Vagrant build VM memory to 768M
1093       (Closes: #13480).
1094     - Fix rescue build option by exporting TAILS_BUILD_FAILURE_RESCUE
1095       (Closes: #13476).
1097   * Test suite
1098     - mark gnome screenshot scenario as fragile (refs: #13458)
1099     - mark UEFI scenario as fragile (refs: #13459).
1101  -- Tails developers <tails@boum.org>  Sat, 05 Aug 2017 15:25:51 +0200
1103 tails (3.0.1) unstable; urgency=medium
1105   * Security fixes
1106     - Upgrade tor to 0.3.0.9-1~d90.stretch+1 (Closes: #13253).
1107     - Upgrade Linux to 4.9.30-2+deb9u2.
1108     - Upgrade libc to 2.24-11+deb9u1.
1109     - Upgrade libexpat1 to 2.2.0-2+deb9u1.
1110     - Upgrade libgcrypt20 to 1.7.6-2+deb9u1.
1111     - Upgrade libgnutls30 to 3.5.8-5+deb9u1.
1112     - Enable Debian security APT sources (Closes: #12309).
1114   * Minor improvements
1115     - Use a higher resolution image in Tails persistence setup
1116       (Closes: #12510).
1118   * Bugfixes
1119     - Forcibly set $SSH_AUTH_SOCK before starting GNOME
1120       Shell. Apparently, due to a race condition, GNOME keyring
1121       sometimes fails to tell the session manager about the correct
1122       SSH_AUTH_SOCK, and thus GNOME Terminal hasn't this variable set
1123       and any ssh process started in there won't use the (perfectly
1124       working) SSH agent (Closes: #12481).
1125     - Fix issue that made Tails Installer rejects working USB drives,
1126       pretending they're not "removable" (Closes: #12696).
1127     - Make behavior of the power button and lid close actions in the Greeter
1128       consistent with the regular GNOME session (Closes: #13000).
1130   * Build system
1131     - Track the latest debian-security archive for the corresponding
1132       APT sources, and not for the unrelated jessie-updates (Closes:
1133       #12829).
1134     - Print APT sources used in the build VM, to help debugging issues
1135       such as #12829.
1137  -- Tails developers <tails@boum.org>  Tue, 04 Jul 2017 15:59:18 +0200
1139 tails (3.0) unstable; urgency=medium
1141   * Major changes
1142     - Upgrade Tor Browser to 7.0.1 (Closes: #12635, #12657).
1143     - Upgrade to a new snapshot of the Debian and Torproject
1144       APT repositories: respectively 2017060904 and 2017060903
1145       (Closes: #12609).
1147   * Minor improvements
1148     - Tor Browser: enable Electrolysis (e10s), i.e. render content in a separate
1149       child process, which will allow to improve performance and security
1150       further along the road. This required us to drop our branding add-on
1151       and re-implement its functionality in our Tor Browser wrapper
1152       (Closes: #12569).
1153     - Clean obsolete cached packages when using the Additional Software Packages
1154       feature (Closes: #12400).
1155     - Improve KeePassX database migration handling (Closes: #12375).
1156     - Upgrade OnionShare to 0.9.2, from Debian sid as it has been removed
1157       from Stretch (Closes: #12610).
1158     - Upgrade Tor to 0.3.0.8 (Closes: #12656).
1159     - Drop obsolete bilibop patch, that was applied in 0.5.2.1.
1160     - Include disk space usage information in the WhisperBack bug reports.
1161     - Reorder technical details in WhisperBack bug reports in way that makes
1162       more sense when reading them.
1163     - Convert lc.py to Python 3.
1164     - Simplify some Python code thanks to subprocess.check_ouput.
1165     - Set the initial keyboard focus on the "Start Tails" button
1166       in Tails Greeter (Closes: #12509).
1167     - Convert Tails Greeter's Debian packaging to current best practices.
1169   * Bugfixes
1170     - Fix persistent Thunderbird configuration migration when there is
1171       a mimeTypes.rdf, that doesn't contain any associations to "icedove"
1172       or "/usr/bin/iceweasel" (Closes: #12580).
1173     - Fix persistent browser bookmarks, by generating them from an sqlite dump
1174       (Closes: #12568).
1175     - Use the "intel" X.Org driver for Intel Atom/Celeron/Pentium Processor
1176       x5-E8000/J3xxx/N3xxx Integrated Graphics Controller.
1177     - `exec' from our Thunderbird wrapper so it doesn't remain running.
1178     - Tails Installer: don't allow installing on non-removable drives
1179       (Closes: #10731).
1180     - Fetch the torbrowser-launcher sources from Debian sid:
1181       it's been removed from Debian testing.
1182       Refresh torbrowser-AppArmor-profile.patch accordingly.
1183     - Unsafe Browser: remove the search bar, that's currently buggy
1184       and its presence only encourages unsupported usage (Closes: #12573).
1185     - Unsafe Browser: disable searching in the address bar. It can result
1186       in leaking hostnames and credentials to the default search
1187       engine operator (Closes: #12540).
1188     - Make our omni.ja modifications reproducible (Closes: #12620).
1189     - Generate the fontconfig cache in a reproducible manner (Closes: #12567).
1190     - Don't include torrents/rss.html in the ISO. It's not generated
1191       in a deterministic manner and is worthless in the ISO (Closes: #12619).
1192     - Improve the language → default keyboard layout mapping
1193       in Tails Greeter (Closes: #12547).
1194     - Don't close Tails Greeter's main window when Alt-F4 is pressed
1195       (Closes: #12462).
1197   * Test suite
1198     - Run emergency_shutdown.feature after usb_*.feature, to reduce disk
1199       space requirements (Closes: #12565).
1200     - Deal with server messages in Pidgin.
1201     - Improve Pidgin connectivity check robustness.
1202     - Flag the Synaptic test as fragile (i.e. #12586).
1203     - Optimization: only test once that Tails, booted on DVD, eventually
1204       shuts down after wiping memory.
1205     - Move tests about the shutdown applet to a dedicated feature,
1206       as they have nothing to do with Tails' "emergency" shutdown feature.
1207     - Adapt the network connectivity check to Stretch, and improve it to check
1208       both link and IP connectivity (Closes: #12602).
1209     - Apply a fix from upstream Git to mutter, to fix some of its interactions
1210       with dogtail (Closes: #11718).
1211     - Mark "Scenario: Watching a WebM video" as fragile (i.e. #10442).
1213   * Build system
1214     - Set create_box -e, to make the vagrant box generation a bit more robust.
1215       (Closes: #12578).
1216     - Install kernel from backports and Tails build deps before performing
1217       APT upgrade, to avoid useless bandwidth usage (Closes: #12529).
1218     - Update submodules after merging the base branch (Closes: #12556).
1219     - Rakefile: fix date comparison in basebox:clean_old (Closes: #12575).
1220     - Rakefile: have basebox:clean_old delete baseboxes more than 4 months old
1221       (refs: #12576).
1222     - Also check for fuzzy patches' .orig files at the end of our build hooks,
1223       so we detect any fuzzy patches applied by hooks (Closes: #12617).
1224     - Remove .orig files for patches we allow to be fuzzy.
1225     - Don't pre-build the wiki when mergebasebranch is enabled.
1226       When pre-building the wiki, we modify the PO files which results in a
1227       conflict from the base branch merge in case it modifies the same
1228       files, which breaks the build (Closes: #12611).
1229     - Rakefile: add a task that removes all tails-builder-* libvirt volumes
1230       (Closes: #12599).
1232  -- Tails developers <tails@boum.org>  Sat, 10 Jun 2017 14:39:10 +0000
1234 tails (3.0~rc1) unstable; urgency=medium
1236   * Major changes
1237     - Install Thunderbird 1:45.8.0-3+tails2 and handle the Icedove → Thunderbird
1238       migration, including wrt. persistent data (Closes: #11712, #12242).
1239       This package also has the patch from
1240       https://bugzilla.mozilla.org/show_bug.cgi?id=1281959 applied,
1241       to ease future integration of the Thunderbird AppArmor profile.
1242       Also, drop the Claws → Icedove migration path.
1243     - Upgrade to a new snapshot of the Debian and Torproject
1244       APT repositories: 2017051803 (Closes: #12554).
1245     - Upgrade Linux packages to the Debian kernel 4.9.0-3, based on
1246       mainline Linux 4.9.25.
1247     - Replace the kexec-based memory erasure feature with the Linux kernel's
1248       memory poisoning (Closes: #12354, #12428). The kexec-based implementation
1249       was not reliable enough and provided a poor UX. Instead, we now return
1250       to the initramfs on shutdown and unmount all filesystems there, so their
1251       content and corresponding caches are erased.
1252     - Upgrade Tor Browser to 7.0a4 based on Firefox 52.1.1esr (Closes:
1253       #12115, #12464):
1254       * Unfortunately e10s (multi-process Firefox) is disabled (#12569).
1255       * Unfortunately persistent bookmarks created for the first time
1256         in Tails 3.0~rc1 is broken (#12568).
1257       * Adds exceptions for the extensions Tails installs on top of
1258         the vanilla Tor Browser (Closes: #11419).
1259     - Upgrade tor to 0.3.0.7-1 (Closes: #12485) and log both to the
1260       usual file and the journal (Closes: #12412).
1261     - Merge the code that makes Tails almost build reproducibly (Refs:
1262       #5630); we still have issues with the fontconfig cache (Refs:
1263       #12567).
1265   * Minor improvements
1266     - Add a HACKING document for new code contributors (Closes:
1267       #12164).
1268     - Rename tor-controlport-filter to onion-grater (Closes: #12394)
1269       and import patches killing the delta against Whonix version
1270       (Closes: #12173).
1271     - Improve onion-grater; thanks to Joy SN <joysn1980@yahoo.com>
1272       for the original patches (Closes: #12173):
1273       · add --listen-interface
1274       · make stdout/stderr unbuffered to ensure Python exceptions are logged
1275       · use yaml.safe_load()
1276     - Improve KeePassX database migration handling (refs: #12375).
1277     - Electrum: set coin selection strategy to 'Privacy' (Closes: #12177).
1278     - Allow Onion Circuits to access /proc/pid/status.
1279     - Make gdm-shell-tails.desktop more similar to the one shipped
1280       in gnome-shell 3.22.3-3 (refs: #12364).
1281     - Greeter: have the help window point to updated documentation,
1282       use WebKit2 instead of the deprecated WebKit, and hide the sidebar
1283       and banner.
1284     - Use exec to start KeePassX, i.e. avoid leaving the wrapper running.
1286   * Bugfixes
1287     - Install xserver-xorg-legacy, to fix support for various graphics
1288       adapters that still don't work with rootless X.Org (Closes: #12542).
1289     - Use the "intel" X.Org driver for Intel Q35 and Intel Atom
1290       D4xx/D5xx/N4xx/N5xx graphics controllers (refs: #12219).
1291     - Give UEFI bootloaders upper-case filenames (Closes: #12511).
1292       Some UEFI firmware, such as the one in the ThinkPad X220, only recognize
1293       them if they have an upper-case name.
1294     - KeePassX: enable "Automatically save after each change" again,
1295       like we did in Tails 2.x (fixes a regression introduced
1296       in 3.0~beta3).
1297     - Install packages needed by the "Test speakers" functionality
1298       (Closes: #12549).
1299     - Fix automatic upgrades when one is already applied (Closed:
1300       #12501).
1301     - When generating the network device blacklist, also blacklist
1302       network drivers from the staging directory (Closes: #12362).
1303     - htpdate pool: replace www.sarava.org with leap.se. The former
1304       has been down for a while and it's not clear when it's going to
1305       be stable again. The latter should be reliable.
1307   * Test suite
1308     - Check that dirmngr used the configured keyserver (Closes: #12371).
1309     - Sanity check that Chutney starts all nodes in the network.
1310     - Disable the Sandbox option for all nodes, until Tor#21943
1311       is fixed (Closes: #12512).
1312     - Wait for the desktop icons to be displayed in the "Tails desktop is ready"
1313       step. Let's not try interacting with the desktop earlier.
1314     - Add tests for memory erasure on "normal" shutdown (refs: #12428).
1315     - Add tests for memory erasure on "emergency" shutdown, and run some
1316       with network enabled (refs: #12354).
1317     - Have eject_cdrom run eject(1) like it used to do in the past.
1318       Otherwise the machine is immediately halted and we cannot test
1319       whether memory has been erased.
1320     - Pass mount_USB_drive structured data instead of free-form text.
1321     - Test that MAC spoofing and "Disable network" works for
1322       hotplugged networking devices (Refs: #12362).
1324   * Build system
1325     - Generate the Vagrant base box locally as part of the build process,
1326       instead of downloading it: one less binary blob as input in the build
1327       process (refs: #12409).
1328     - Use Vagrant for builds on Jenkins too (Closes: #11972).
1329     - Tell build script to be more verbose.
1330     - Respect the 'ARTIFACTS' environment variable if set.
1331     - Add a second disk to handle the apt-cacher-ng cache, and store
1332       the corresponding logs in there (Closes: #11979).
1333     - Use APT snapshots in Vagrant build VMs, create/use a basebox that matches
1334       the branch/tag/commit being tested, and provision a new VM for each build
1335       (Closes: #11980, #11981).
1336     - Ship all build dependencies in the Vagrant basebox, to save some
1337       time when building ISOs.
1338     - Make basebox generation compatible with both GnuPG 1.x and 2.x.
1339     - Set LC_ALL=C, mostly to suppress some warnings.
1340     - Support forcing VM cleanup before/after build.
1341     - Add tasks for cleaning up old or all base boxes (refs: #12409).
1342     - Add build option useful for debugging build failures.
1343     - Remove obsolete build options.
1344     - Make auto/scripts/utils.sh more reusable, use it in Rakefile,
1345       auto/build and setup-tails-builder.
1346     - Add an option controlling whether to merge the base branch.
1347     - Add "rake test" target and import logics from puppet-tails'
1348       wrap_test_suite script.
1349     - Build Tails as a release simply when HEAD is tagged, i.e. we do not
1350       require building from a detached head any more.
1351     - Sanity check compression choice when building a release.
1352     - Use the host's resolv.conf when building the Vagrant base box.
1353       Since systemd-networkd is used to manage resolv.conf inside the base box,
1354       and it hasn't been initialized yet (we are not booting it, just chrooting
1355       into it) DNS is broken otherwise.
1356     - Release process: "release" a new base box when freezing.
1357     - Chown/scp artifacts with a single command to limit overhead and warnings
1358       noise caused by repeated SSH calls.
1359     - Add a build options to use a custom CPU model, and custom
1360       machine type, for reproducibility testing (refs: #12345).
1361     - Add support for installing Tor Browser nightly builds.
1363  -- Tails developers <tails@boum.org>  Sat, 20 May 2017 16:48:45 +0200
1365 tails (3.0~beta4) unstable; urgency=medium
1367   * Major changes
1368     - All changes brought by Tails 2.12.
1369     - Upgrade to a new snapshot of the Debian and Torproject
1370       APT repositories (2017041704).
1372   * Security improvements
1373     - Enable the buddy page allocator free poisoning (Closes: #12089).
1374     - Enable slub/slab allocator free poisoning (Closes: #12090).
1375     - Create IUKs (automatic upgrades) in a reproducible manner
1376       (Closes: #11974).
1378   * Minor improvements
1379     - Firewall: forbid the _apt user to talk to DNS ports. APT works very well
1380       without DNS access since we only have Onion APT sources, so let's silence
1381       the logs.
1382     - Replace Pidgin's "systray" icon with the guifications plugin
1383       (Closes: #11741). We're trying to remove as much as we can from
1384       the set of icons managed by TopIcons extension flavours, in the hope
1385       it's enough to cancel the problems we've seen with them (#10576, #11737).
1386     - Disable apt-daily.timer, that can only cause problems in our context
1387       (Closes: #12390).
1388     - Do not let pppd-dns manage /etc/resolv.conf (Closes: #12401).
1389     - Ensure rootless X.Org can access /dev/fb0 when started by GDM.
1390     - Include the amdgpu module in the initramfs (refs: #12218).
1391     - Tails Greeter: don't mention 'firewall' anymore (#12382).
1392     - Tails Greeter: avoid the popover menu for Formats being cut,
1393       in most cases (Closes: #12249).
1394     - Tails Greeter: disable the screensaver (Closes: #12370).
1395     - Tails Greeter: fix behavior when pressing Enter in the language selection
1396       menu (Closes: #12359).
1398   * Bugfixes
1399     - Install speech-dispatcher-espeak-ng to fix the Orca screen reader
1400       (Closes: #12389).
1401     - Install xserver-xorg-video-intel and use it on a few graphics adapters
1402       that are not supported correctly by the modesetting driver (refs: #12219).
1403       More PCI IDs will be added as new affected hardware is reported.
1405   * Test suite
1406     - Run on a Q35 2.8 machine (Closes: #11605).
1407     - Deprecate xtightvncviewer in favor of tigervnc-viewer.
1408     - Test the Unsafe Browser in 3 random supported languages, not all.
1409       This should be enough to identify most future regressions in this area,
1410       and will be much faster than testing them all.
1411     - Pidgin tests: switch to an image that doesn't depend on the
1412       topic of tails@conference.riseup.net.
1413     - Fix a problematic use of try_for.
1414     - Fix VM.select_virtual_desktop() and VM.do_focus().
1415     - Random Gherkin improvements.
1416     - Fix a focus issue for GNOME Terminal vs. Tails Installer.
1417     - Adjust to kernel memory poisoning being enabled, which breaks the way
1418       we used to test memory erasure (refs: #12354):
1419       · Drop "no memory erasure" and "memory erasure" tests, that can't work
1420         anymore.
1421       · Test erasure of memory freed by a killed userspace process.
1422       · Test that memory poisoning applies to unmounted tmpfs.
1423       · Test that memory poisoning applies to read and write cache
1424         for unmounted vfat and LUKS-encrypted ext4.
1425       · Run erase_memory a bit later, it requires less disk space nowadays.
1427  -- Tails developers <tails@boum.org>  Tue, 18 Apr 2017 13:01:25 +0000
1429 tails (2.12) unstable; urgency=medium
1431   * Major changes
1432     - Completely remove I2P. :( We have decided to remove I2P (see
1433       #11276) due to our failure of finding someone interested in
1434       maintaining it in Tails (Closes: #12263).
1435     - Upgrade the Linux kernel to 4.9.13-1~bpo8+1 (Closes: #12122).
1437   * Security fixes
1438     - Upgrade Tor Browser to 6.5.2 based on Firefox 45.9. (Closes:
1439       #12444)
1440     - Mount a dedicated filesystem on /var/tmp, to mitigate the
1441       hardlinks permissions open by the user-tmp abstraction. See
1442       https://labs.riseup.net/code/issues/9949#note-23 for details
1443       (Closes: #12125).
1444     - Protect against CVE-2017-2636 by disabling the n-hdlc kernel
1445       module (Closes: #12315).
1446     - Ensure /etc/resolv.conf is owned by root:root in the SquashFS.
1447       lb_chroot_resolv will "cp -a" it from the source tree, so it
1448       inherits its ownership from the whoever cloned the Git
1449       repository. This has two problems. First, this results in unsafe
1450       permissions on this file (e.g. a Vagrant build results in the
1451       'amnesia' user having write access to it).
1452     - Upgrade libjasper1 to 1.900.1-debian1-2.4+deb8u3
1453     - Upgrade gstreamer and its plugins to 1.4.4-2+deb8u1.
1454     - Upgrade eject to 2.1.5+deb1+cvs20081104-13.1+deb8u1.
1455     - Upgrade imagemagick to 8:6.8.9.9-5+deb8u8.
1456     - Upgrade pidgin to 2.11.0-0+deb8u2.
1457     - Upgrade samba to 2:4.2.14+dfsg-0+deb8u5.
1460   * Minor improvements
1461     - Don't add the live user to the "audio" group. This should not be
1462       needed on a modern Linux desktop system anymore (Closes:
1463       #12209).
1464     - Install virtualbox-* 5.1.14-dfsg-3~bpo8+1 from our custom APT
1465       repository (Closes: #12307).
1466     - Install virtualbox-guest-* from sid. The version currently in
1467       jessie-backports is not compatible with Linux 4.9, and there's
1468       basically no chance that it gets updated (the maintainer asked
1469       for them to be *removed* from jessie-backports) (Closes:
1470       #12298).
1471     - Pull ttdnsd from our custom APT repository. It's gone from the
1472       TorProject one. We removed ttdnsd on feature/stretch already, so
1473       we'll need to pull it from our custom APT repository only for
1474       the next 3 months.
1475     - Clean up libdvd-pkg build files, again.  This cleanup operation
1476       was mistakenly removed in commit c4e8744 (Closes: #11273).
1477     - Install gnome-sound-recorder (Closes #10950). Thanks to Austin
1478       English <austinenglish@gmail.com> for the patch!
1479     - Stop restarting tor if bootstrapping stalls. It seems tor might
1480       have fixed the issues we used (see: #10238, #9516) to experience
1481       with the bootstrap process stalling and requiring a restart to
1482       kickstart it (Closes: #12411).
1483     - tor.sh: communicate via the UNIX socket instead of TCP port.
1484       This makes the library usable when run inside systemd units that
1485       have `PrivateNetwork=yes` set.
1486     - Get tor's bootstrap progress via GETINFO instead of log
1487       grep:ing.
1488     - Upgrade tor to 0.2.9.10-1~d80.jessie+1
1490   * Bugfixes
1491     - mirror-pool-dispatcher: bump maximum expected mirrors.json size
1492       to 32 KiB. This fixes an error where Tails Upgrader would
1493       complain with "cannot choose a download server" (Closes:
1494       #11735).
1496   * Build system
1497     - Retry curl and APT operations up to 20 times to make the ISO
1498       build more robust wrt. unreliable Internet connectivity. Thanks
1499       to Arnaud <arnaud@preev.io> for the patch!
1500     - Install ikiwiki from jessie-backports, instead of our patched
1501       one. Our changes were merged in 3.20161219, and jessie-backports
1502       now has 3.20170111~bpo8+1 (Closes: #12051).
1503     - Fix FTBFS when installing a .deb via config/chroot_local-packages
1504       by being more flexible when matching local packages in the apt
1505       list file (Closes: #12374). Thanks to Arnaud <arnaud@preev.io>
1506       for the patch!
1507     - auto/build: support Stretch's GnuPG v2 keyring filename.
1509   * Test suite
1510     - Try possible fix for #11508. IPv6Packet:s' source is accessed by
1511       `.ipv6_saddr`, not `ip_saddr` (that's for IPv4Packet). So, let's
1512       just try and see which one of the two each packet has, because
1513       one of them must be there! Also, given that UDPPacket can be
1514       either IPv4 or IPv6 it seems safest to try to parse each packet
1515       as IPv6Packet first -- that way we keep looking at transport
1516       layer protocols for IPv4 only, and treat everything IPv6 as the
1517       same, which makes sense, since we should block all IPv6, so
1518       everything should be treated the same at all times.
1519     - Changes due to #12411:
1520       * Raise special exception for Tor bootstrap failures.
1521       * Remove obsolete debug logging now that we don't log anything
1522         interesting for `restart-tor` any more.
1524  -- Tails developers <tails@boum.org>  Tue, 18 Apr 2017 17:41:46 +0200
1526 tails (3.0~beta3) unstable; urgency=medium
1528   * Major new features and changes
1529     - Make the "Formats" settings in Tails Greeter take effect (Closes: #12079,
1530       new feature that was broken since it was introduced in 3.0~alpha1).
1531     - Upgrade to a new snapshot of the Debian and Torproject
1532       APT repositories (2017031702).
1534   * Removed features
1535     - Stop including I2P: we decided (#11276) to remove I2P, due to our failure
1536       at finding someone to maintain it in Tails (Closes: #12263).
1538   * Security fixes
1539     - Upgrade MAT to 0.6.1-4: fixes silent failure of the Nautilus
1540       contextual menu extension.
1541     - Ensure /etc/resolv.conf is owned by root:root in the SquashFS
1542       (Closes: #12343).
1543     - Protect against CVE-2017-2636 by disabling the n-hdlc kernel module
1544       (Closes: #12315).
1546   * Minor improvements
1547     - Reintroduce the X11 guest utilities for VirtualBox (regression
1548       introduced in 3.0~beta2).
1549     - Upgrade X.Org server and the modesetting driver (hopefully helps
1550       fixing #12219).
1551     - Automate the migration from KeePassX databases generated on Tails 2.x
1552       to the format required by KeePassX 2.0.x (Closes: #10956, #12369).
1553     - Add keyboard shortcuts in Tails Greeter (Closes: #12186, #12063).
1554     - Install dbus-user-session (regression introduced in 3.0~beta2).
1555     - Manage temporary directories in a declarative way (tmpfiles.d).
1556     - Replace references to the /var/run compatibility symlink
1557       with the canonical /run.
1558     - Update our Torbirdy patchset to the latest one sent upstream.
1559     - Install mesa-utils, so that Qt 5 can detect whether software based
1560       rendering is needed.
1561     - Have Tails Greeter honor the "debug" kernel command-line option,
1562       for easier debugging (Closes: #12373).
1563     - Refactor Tails Greeter to reduce code duplication (Closes: #12247).
1565   * Bugfixes
1566     - Fix sizing of zenity dialogs (Closes: #12313, regression introduced
1567       in 3.0~alpha1).
1568     - Fix confusing, spurious error messages in command-line applications
1569       wrapped with torsocks:
1570       · Ship a /etc/mailname file with content "localhost".
1571         Otherwise something (Git? libc6?) tries to resolve the "amnesia" host
1572         name, which fails, and a confusing error message is displayed
1573         (Closes: #12205, regression introduced in 3.0~alpha1).
1574       · Have torsocks allow UDP connections to the loopback interface,
1575         with AllowOutboundLocalhost 2 (Closes: #11736).
1577   * Test suite
1578     - Improve debugging info logging for PacketFu parsing issues,
1579       and implement a plausible fix (refs: #11508).
1580     - Try to make "double-click on desktop launcher" more reliable.
1581     - Fix selection of ISO in Tails Installer.
1582     - Re-enable the GnuPG tests that require a keyserver, pointing them
1583       to an Onion service we run on Chutney, that redirects all TCP traffic
1584       to a real, clearnet keyserver (Closes: #12211).
1585     - Implement a workaround for checking the configured keyserver in GnuPG,
1586       until a better fix is implemented (refs: #12371).
1587     - Fix the "Report an Error launcher" scenario in German.
1589   * Build system
1590     - Retry curl and APT operations up to 20 times to make the ISO build
1591       more robust wrt. unreliable Internet connectivity.
1592       Thanks to Arnaud <arnaud@preev.io> for the patch!
1593     - Install ikiwiki from jessie-backports, instead of our patched one
1594       (Closes: #12051).
1595     - Clean up libdvd-pkg build files, again (Closes: #11273).
1596     - Rakefile: fix TAILS_OFFLINE_BUILD exported variable name.
1597     - Adjust apt-mirror to support branches based on feature/stretch
1598       that don't use frozen APT snapshots.
1600  -- Tails developers <tails@boum.org>  Sun, 19 Mar 2017 15:10:28 +0100
1602 tails (3.0~beta2) unstable; urgency=medium
1604   * All changes brought by Tails 2.11, except:
1605     - the test suite changes, that are not all compatible with this branch;
1606     - the "Tails 3.0 will require a 64-bit processor" notification:
1607       this advance warning is not useful on a release series
1608       that's 64-bit only.
1610   * Major new features and changes
1611     - Upgrade to a new snapshot of the Debian APT repositories (2017030802),
1612       and of the Torproject ones (2017030801).
1613     - Upgrade Linux to 4.9.0-2 (version 4.9.13-1).
1615   * Minor improvements
1616     - Improve GNOME Shell Window List styling. (Closes: #12233)
1618   * Bugfixes
1619     - Make it possible to start graphical applications in the Root Terminal.
1620       (part of #12000)
1622   * Test suite
1623     - Improve robustness when dealing with notifications. (Closes: #11464)
1624     - Bump timeout when waiting for 'Tor is ready' notification.
1625     - Fix the incremental upgrade test.
1626     - Drop a few obsolete test cases, update a number of images.
1627     - Adapt firewall leak test to new DHCP source IP address.
1628     - Adjust Seahorse and Enigmail tests to the keyserver that is now used.
1630  -- Tails developers <tails@boum.org>  Wed, 08 Mar 2017 16:29:44 +0000
1632 tails (2.11) unstable; urgency=medium
1634   * Security fixes
1635     - Upgrade Tor Browser to 6.5.1 based on Firefox 45.8. (Closes:
1636       #12283)
1637     - Fix CVE-2017-6074 (local root privilege escalation) by disabling
1638       the 'dccp' module. (Closes: #12280)
1639     - Disable kernel modules for some uncommon network protocol. These
1640       are the ones recommended by CIS. (Part of: #6457)
1641     - Disable modules we blacklist for security reasons. Blacklisted
1642       (via `blacklist MODULENAME`) modules are only blocked from being
1643       loaded during the boot process, but are still loadable with an
1644       explicit `modprobe MODULENAME`, and (worse!) via kernel module
1645       auto-loading.
1646     - Upgrade linux-image-4.8.0-0.bpo.2-686-unsigned to 4.8.15-2~bpo8+2.
1647     - Upgrade bind9 to 1:9.9.5.dfsg-9+deb8u10.
1648     - Upgrade imagemagick to 8:6.8.9.9-5+deb8u7.
1649     - Upgrade libevent-2.0-5 to 2.0.21-stable-2+deb8u1.
1650     - Upgrade libgd3 to 2.1.0-5+deb8u9.
1651     - Upgrade libjasper1 to 1.900.1-debian1-2.4+deb8u2.
1652     - Upgrade liblcms2-2 to 2.6-3+deb8u1.
1653     - Upgrade libxpm4 to 1:3.5.12-0+deb8u1.
1654     - Upgrade login to 1:4.2-3+deb8u3.
1655     - Upgrade ntfs-3g to 1:2014.2.15AR.2-1+deb8u3.
1656     - Upgrade openjdk-7-jre to 7u121-2.6.8-2~deb8u1.
1657     - Upgrade openssl to 1.0.1t-1+deb8u6.
1658     - Upgrade tcpdump to 4.9.0-1~deb8u1.
1659     - Upgrade vim to 2:7.4.488-7+deb8u2.
1660     - Upgrade libreoffice to 1:4.3.3-2+deb8u6.
1662   * Minor improvements
1663     - import-translations: also import PO files for French from
1664       Transifex. The translation team for French switched to Transifex
1665       even for our custom programs:
1666       https://mailman.boum.org/pipermail/tails-l10n/2016-November/004312.html
1667     - Notify the user, if running on a 32-bit processor, that it won't
1668       be supported in Tails 3.0 anymore. (Closes: #12193)
1669     - Notify I2P users that I2P will be removed in Tails
1670       2.12. (Closes: #12271)
1672   * Bugfixes
1673     - Disable -proposed-updates at boot time. If a Debian point
1674       release happens right after a freeze but we have decided to
1675       enable it before the freeze to get (at least most of) it, then
1676       we get in the situation where -proposed-updates is enabled in
1677       the final release, which we don't want. We only want it enabled
1678       at build time. (Closes: #12169)
1679     - Ferm: Use the variable when referring to the Live user. The
1680       firewall will fail to start during early boot otherwise since
1681       the "amnesia" user hasn't been created yet. (Closes: #12208)
1682     - Tor Browser: Don't show offline warning when opening local
1683       documentation. (Closes: #12269)
1684     - tails-virt-notify-user: use the tails-documentation helper to
1685       improve UX when one is not connected to Tor yet, and display
1686       localized doc when available.
1687     - Fix rare issue causing automatic upgrades to not apply properly
1688       (Closes: #8449, and hopefully #11839 as well):
1689       * Allow the tails-install-iuk user to run "/usr/bin/nocache
1690         /bin/cp *" as root.
1691       * Install tails-iuk 2.8, which will use nocache for various file
1692         operations, and sync writes to the installation medium.
1693     - Install Linux 4.8.15 to prevent GNOME from freezing with Intel
1694       GM965/GL960 Integrated Graphics. (Closes: #12217, but fixes tons
1695       of other small bugs)
1697   * Build system
1698     - Add 'offline' option, making it possible to build Tails offline
1699       (if all needed resources are present in your cache). (Closes:
1700       #12272)
1702   * Test suite
1703     - Encapsulate exec_helper's class to not "pollute" the global
1704       namespace with all our helpers. This is an example of how we can
1705       work towards #9030.
1706     - Extend remote shell with *safe* file operations. Now we can
1707       read/write/append *any* characters without worrying that it will
1708       do crazy things by being passed through the shell, as was the
1709       case before.  This commit also:
1710       * adds some better reporting of errors happening on the server
1711         side by communicating back the exception thrown.
1712       * removes the `user` parameter from the VM.file_* methods. They
1713         were not used, any way, and simply do not feel like they
1714         fit. I think the only reason we had it initially was because
1715         it was implemented via the command interface, where a user
1716         concept makes a lot of sense.
1717     - debug_log() Dogtail script content on failure.
1718     - Add a very precise timestamp to each debug_log().
1719     - Make robust_notification_wait() ensure the applet is closed. In
1720       robust_notification_wait() when we close the notification
1721       applet, other windows may change position, creating a racy
1722       situation for any immediately following action aimed at one such
1723       window. (Closes: #10381)
1724     - Fix I2P's Pidgin test. The initial conversation (that determines
1725       the title of the conversation window) is now made by a different
1726       IRC service than before.
1727     - Use lossless compression for the VNC viewer with --view.
1728       Otherwise the VNC viewer is not a good place to extract test
1729       suite images from, at least with xtigervncviewer.
1730     - Add optional pause() notification feature to the test suite. It
1731       will run a user-configurable arbitrary shell command when
1732       pause() is called, e.g. on failure when --interactive-debugging
1733       is used. This is pretty useful when multitasking with long test
1734       suite runs, so you immediately are notified when a test fails
1735       (or when you reached a temporary pause() breakpoint).  (Closes:
1736       #12175)
1737     - Add the possibility to run Python code in a persistent session
1738       in the remote shell and use this for Dogtail to significantly
1739       improve its performance by saving state and reusing it between
1740       commands. This changes the semantics of the creation of Dogtail
1741       objects. Previously they just created the code that then would
1742       be run once an actionable method was called (.wait, .click etc),
1743       but now it works like in Python, that Dogtail will try to find
1744       the graphical element upon object creation. (Closes: #12059)
1745     - Test that we don't ship any -proposed-updates APT sources.
1746       (Closes: #12169)
1747     - Make force_new_tor_circuit() respect NEWNYM rate limiting.
1748     - Add retry magic for lost click when opening Tails' documentation
1749       from the desktop launcher. (Closes: #12131)
1751  -- Tails developers <tails@boum.org>  Mon, 06 Mar 2017 17:14:52 +0100
1753 tails (3.0~beta1) experimental; urgency=medium
1755   * All changes brought by Tails 2.7.1, 2.9.1 and 2.10.
1757   * Major new features and changes
1758     - Redesigned Tails Greeter.
1759     - Upgrade to a new snapshot (2017013002) of the Debian and Torproject
1760       APT repositories.
1761     - Upgrade Linux to 4.9.0-1.
1763   * Security fixes
1764     - Reject packets sent on the LAN to the NetBIOS name service
1765       (Closes: #11944).
1766     - Seahorse: use the Tor OnionBalance hidden service pool,
1767       which provides transport encryption and authentication of the keyserver.
1769   * Minor improvements
1770     - Include adwaita-qt* and enable it by default, so that Qt applications
1771       integrate nicely into a GNOME environment (Closes: #11790).
1772     - Add support for the TREZOR hardware wallet in Electrum (Closes: #10964).
1773     - AppArmor: allow all programs to read /etc/tor/torsocks.conf via
1774       abstractions/base, to ease maintenance.
1775     - Don't (try to) bind the Power button to the shutdown action
1776       (Closes: #12004).
1777     - Enable natural scrolling (Closes: #11969).
1778     - Update uBlock Origin patterns + settings file.
1779     - live-persist: remove Squeeze → Wheezy migration code.
1780     - Update pre-existing persistent GnuPG configuration on login
1781       (Closes: #12201).
1782     - Upgrader: use the alpha channel when the next version will be an
1783       alpha, beta, or RC. This will allow users of 3.0~betaN to upgrade to
1784       the next beta or RC, without having to type any command-line
1785       (Closes: #12206).
1787   * Bugfixes
1788     - Fix "upgrade from ISO" when run from a 32-bit system,
1789       such as Tails 2.x (Closes: #11873).
1790     - Fix ability to read videos over HTTPS with Totem (Closes: #11963).
1791     - Re-introduce default directories in $HOME, which fixes
1792       Spice file transfers (Closes: #11968).
1793     - Re-enable tap-to-click (Closes: #11993).
1794     - Lower systemd's DefaultTimeoutStopSec, to get rid of a long delay
1795       before memory wiping starts. This also prevents shutdown from ever
1796       being blocked by any buggy service that takes a while to stop
1797       (Closes: #12061).
1798     - Drop Jessie APT sources.
1799     - Re-add VirtualBox DKMS modules.
1800     - Fix GnuPG communication with keyservers, by using the Tor OnionBalance
1801       hidden service pool (Closes: #12202).
1802     - Fix Enigmail communication with keyservers, by teaching Torbirdy
1803       not to break it (Closes: #11948):
1804       · Patch Torbirdy to allow not breaking keyserver communication when
1805         using GnuPG v2.1+, and to use a better default keyserver.
1806       · Torbirdy: enable the new behaviour made possible by the aforementioned
1807         patch (extensions.enigmail.already_torified).
1808       · Torbirdy: drop our custom keyserver configuration, since the
1809         aforementioned patch makes it the default.
1811   * Removed features
1812     - Don't install gnome-system-log anymore (Closes: #12133).
1813       It's deprecated in GNOME, and mostly useless anyway as it's not
1814       Journal-aware. It's replacement (gnome-logs) is not usable
1815       enough in the context of Tails, and most users who can read logs
1816       should manage to do it with journalctl, so don't install it either.
1817     - Drop multiarch handling: Tails 3.0 will be amd64-only (Closes: #11961).
1819   * Build system
1820     - Disable eatmydata usage and caching: in current Stretch, debootstrap fails
1821       if we use eatmydata + the operation mode picked by live-build when caching
1822       is enabled (Closes: #12052).
1823     - Bump disk space (and memory for in-RAM builds) requirements.
1824     - Follow replacement of python-reportbug with python3-reportbug.
1825     - Don't try to deinstall packages that are unknown on Stretch.
1826     - Move AppArmor aliases to a dedicated file, and include it.
1827       This will avoid maintaining these settings as a patch.
1828     - Don't attempt to remove the usr.bin.chromium-browser AppArmor profile:
1829       it's not shipped in Debian anymore.
1831   * Test suite
1832     - Add optional pause() notification (Closes: #12175).
1833     - Make the remote shell's file operations robust (Closes: #11887).
1834     - Update a number of test cases for Stretch, sometimes by converting
1835       them to Dogtail.
1836     - Drop usage and tests of read-only persistence.
1837       We won't have this option anymore, and it's not even sure we'll
1838       reintroduce it (Refs: #12093, Closes: #12055).
1839     - Adjust CONFIGURED_KEYSERVER_HOSTNAME to match current settings.
1840     - Test suite: clean up disks between features.
1842   * Adjustments for Debian 9 (Stretch) with no or very little user-visible impact
1843     - Adjust dpkg-divert path: it has moved.
1844     - Replace xfonts-wqy with fonts-wqy-microhei + fonts-wqy-zenhei.
1845       The former was removed from Debian testing, and the latter are recommended
1846       by task-chinese-s-desktop and task-chinese-t-desktop.
1847     - Install virtualbox* from sid.
1848       It was removed from testing due to https://bugs.debian.org/794466.
1849     - Drop deprecated settings from org/gnome/settings-daemon/plugins/power.
1850     - Update settings name in org/gnome/desktop/peripherals/touchpad, and drop
1851       deprecated ones.
1852     - Adjust to changed Liferea's .desktop filename.
1853     - Also torify Liferea when started via its (new) D-Bus service.
1854     - Install hunspell-pt-br instead of hunspell-pt-pt.
1855       Tor Browser 6.5 moved from pt-PT to pt-BR, which is fine vs
1856       spellcheckers in Jessie since its hunspell-pt provides both -pt and
1857       -br, but in Stretch they are separate packages.
1858     - AppArmor: adjust usr.sbin.cupsd profile so it loads successfully
1859       (Closes: #12116).
1860     - Migrate from netstat to ss.
1861     - Update extensions.enigmail.configuredVersion.
1862     - Remove the jessie-proposed-updates APT sources.
1864  -- Tails developers <tails@boum.org>  Wed, 01 Feb 2017 19:23:03 +0000
1866 tails (2.10) unstable; urgency=medium
1868   * Major new features and changes
1869     - Upgrade the Linux kernel to 4.8.0-0.bpo.2 (Closes: #11886).
1870     - Install OnionShare from jessie-backports. Also install
1871       python3-stem from jessie-backports to allow the use of ephemeral
1872       onion services (Closes: #7870).
1873     - Completely rewrite tor-controlport-filter. Now we can safely
1874       support OnionShare, Tor Browser's per-tab circuit view and
1875       similar.
1876       * Port to python3.
1877       * Handle multiple sessions simultaneously.
1878       * Separate data (filters) from code.
1879       * Use python3-stem to allow our filter to be a lot more
1880         oblivious of the control language (Closes: #6788).
1881       * Allow restricting STREAM events to only those generated by the
1882         subscribed client application.
1883       * Allow rewriting commands and responses arbitrarily.
1884       * Make tor-controlport-filter reusable for others by e.g. making
1885         it possible to pass the listen port, and Tor control
1886         cookie/socket paths as arguments (Closes: #6742). We hear
1887         Whonix plan to use it! :)
1888     - Upgrade Tor to 0.2.9.9-1~d80.jessie+1, the new stable series
1889       (Closes: #12012).
1891   * Security fixes
1892     - Upgrade Tor Browser to 6.5 based on Firefox 45.7 (Closes: #12159)
1893     - Upgrade Icedove to 1:45.6.0-1~deb8u1+tail1s.
1894     - Upgrade bind9-packages to 1:9.9.5.dfsg-9+deb8u9.
1895     - Upgrade pcscd to 1.8.13-1+deb8u1.
1896     - Upgrade libgd3 to 2.1.0-5+deb8u8.
1897     - Upgrade libxml2 to 2.9.1+dfsg1-5+deb8u4.
1898     - Upgrade tor to 0.2.9.9-1~d80.jessie+1.
1899     - Upgrade samba-libs to 2:4.2.14+dfsg-0+deb8u2.
1901   * Minor improvements
1902     - Enable and use the Debian Jessie proposed-updates APT
1903       repository, anticipating on the Jessie 8.7 point-release
1904       (Closes: #12124).
1905     - Enable the per-tab circuit view in Tor Browser (Closes: #9365).
1906     - Change syslinux menu entries from "Live" to "Tails" (Closes:
1907       #11975). Also replace the confusing "failsafe" wording with
1908       "Troubleshooting Mode" (Closes: #11365).
1909     - Make OnionCircuits use the filtered control port (Closes:
1910       #9001).
1911     - Make  tor-launcher use the filtered control port.
1912     - Run OnionCircuits directly as the Live user, instead of a
1913       separate user. This will make it compatible with the Orca screen
1914       reader (Closes: #11197).
1915     - Run tor-controlport-filter on port 9051, and the unfiltered one
1916       on 9052. This simplifies client configurations and assumptions
1917       made in many applications that use Tor's ControlPort. It's the
1918       exception that we connect to the unfiltered version, so this
1919       seems like the more sane approach.
1920     - Remove tor-arm (Nyx) (Closes: #9811).
1921     - Remove AddTrust_External_Root.pem from our website CA bundle. We
1922       now only use Let's Encrypt (Closes: #11811).
1923     - Configure APT to use Debian's Onion services instead of the
1924       clearnet ones (Closes: #11556).
1925     - Replaced AdBlock Plus with uBlock Origin (Closes: #9833). This
1926       incidentally also makes our filter lists lighter by
1927       de-duplicating common patterns among the EasyList filters
1928       (Closes: #6908). Thanks to spriver for this first major code
1929       contribution!
1930     - Install OpenPGP Applet 1.0 (and libgtk3-simplelist-perl) from
1931       Jessie backports (Closes: #11899).
1932     - Add support for exFAT (Closes: #9659).
1933     - Disable unprivileged BPF. Since upgrading to kernel 4.6,
1934       unprivileged users can use the bpf() syscall, which is a
1935       security concern, even with JIT disabled. So we disable that.
1936       This feature wasn't available before Linux 4.6, so disabling it
1937       should not cause any regressions (Closes: #11827).
1938     - Add and enable AppArmor profiles for OnionCircuits and OnoinShare.
1939     - Raise the maximum number of loop devices to 32 (Closes: #12065).
1940     - Drop kernel.dmesg_restrict customization: it's enabled by
1941       default since 4.8.4-1~exp1 (Closes: #11886).
1942     - Upgrade Electrum to 2.7.9-1.
1943     - Make the Electrum proxy configuration apply after upgrading to
1944       2.7.9-1. These changes incidentally makes Electrum behave nicer:
1945       users will now not be presented the network configuration part
1946       of the setup wizard -- a server will be picked randomly, and
1947       Electrum will auto-connect. The automated test suite is adjusted
1948       accordingly (Closes: #12140).
1949     - Remove unused Browser profile seed file localstore.rdf which was
1950       made obsolete in Firefox 34.
1951     - Tor Browser: switch from pt-PT to pt-BR langpack. The upstream
1952       Tor Browser did this in version 6.5 (Refs: #12159).
1954   * Bugfixes
1955     - Tails Greeter:
1956       * use gdm-password instead of gdm-autologin, to fix switching to
1957         the VT where the desktop session lives on Stretch (Closes:
1958         #11694)
1959       * Fix more options scrolledwindow size in Stretch (Closes:
1960         #11919)
1961     - Tails Installer: remove unused code warning about missing
1962       extlinux in Tails Installer (Closes: #11196).
1963     - Update APT pinning to cover all binary packages built from
1964       src:mesa so we ensure installing mesa from jessie-backports
1965       (Closes: #11853).
1966     - Install xserver-xorg-video-amdgpu. This should help supporting
1967       newer AMD graphics adapters. (Closes #11850)
1968     - Fix firewall startup during early boot, by referring to the
1969       "amnesia" user via its UID (Closes: #7018).
1970     - Include all amd64-microcodes.
1971     - refresh-translations: ignore
1972       config/chroot_local-includes/usr/share/doc/tails/website/.
1973       Otherwise, if the website has been built already, PO tools
1974       complain that there are files with translatable strings in
1975       there, which are not listed in POTFILES.in.
1976     - Make uBlock Origin's button appear on first run. Otherwise it
1977       will only appear on browser runs after the first one. This bug
1978       also affected Adblock Plus (Closes: #12145).
1980   * Build system
1981     - Be more careful when unmounting the tmpfs used as workspace
1982       during builds, fixing an issue that made Jenkins' ISO builders
1983       prone to failures (Closes: #12009).
1984     - Upgrade the Vagrant basebox to 20170105. The only big change is
1985       that we now install the backported kernel in the builder VM, to
1986       make building possible on Debian Sid (Closes: #12081).
1987     - Ensure the VirtualBox guest DKMS modules are built for the
1988       kernel we want them for. In some situations, depending on the
1989       version of the running kernel, the modules would not be built
1990       for the 686 kernel, which is the one that needs the VirtualBox
1991       guest modules.  This commit ensures the VirtualBox guest modules
1992       are built and installed regardless of the how the build
1993       environment looks like (Closes: #12139).
1995   * Test suite
1996     - Replace the filesystem shares support with a helper for easily
1997       sharing files from the host to the guest using virtual disks
1998       (Closes: #5571).
1999     - Do not test sending email when testing POP3. We cannot clean
2000       that email up (easily) since when we use POP3 deletions won't
2001       affect the remote inbox, only our local one, resulting in the
2002       quota being reached eventually (Closes: #12006).
2003     - Have APT tests configure APT to use non-onion sources. Our test
2004       suite uses Chutney to create a virtual, private Tor network, and
2005       thus doesn't support connections to Onion services running in
2006       the real Tor network (Refs: #11556).
2007     - Allow connections to Tor's control port during stream isolation
2008       tests, but only for those applications where we expect that.
2009     - Fix Electrum tests after upgrading to 2.7.9-1.
2010     - Make encryption.feature pass for Tails 2.10~rc1.
2011     - Adapt tests after the Donation campaign was disabled (Refs:
2012       #12134).
2013     - Fix 'The "Tails documentation" link on the Desktop works'
2014       scenario. The TailsOfflineDocHomepage.png image doesn't match
2015       what we see any more (I have no clue why), so let's use Dogtail
2016       and solve this once and for all, hopefully.
2017     - Work around Tails freezing during memory wiping. These
2018       workarounds should be reverted once #11786 is fixed
2019       properly. (Refs: #10776, #11786)
2020     - Support both xtigervncviewer and xtightvncviewer for --view.
2021       xtightvncviewer is a transitional package in Sid, which depends
2022       on tigervnc-viewer (which ships xtigervncviewer), so by keeping
2023       the dep and supporting both binaries, --view will work on both
2024       Sid and Jessie (Closes: #12129).
2025     - Test suite: bump image after upgrading to Tor Browser 6.5 (Refs:
2026       #12159).
2027     - Add debugging info for when PacketFu misbehaves, and be more
2028       careful when to save pcap artifacts (Refs: #11508).
2030  -- Tails developers <tails@boum.org>  Mon, 23 Jan 2017 11:38:37 +0100
2032 tails (2.9.1) unstable; urgency=medium
2034   * Security fixes
2035     - Upgrade Tor Browser to 6.0.8 based on Firefox 45.6. If you pay
2036       close attention you'll see that we import -build1 but there was
2037       a -build2. The only change is Tor Button 1.9.5.13 which makes
2038       some changes to the donation campaign banner in `about:tor`,
2039       which we safely can skip. (Closes: #12028)
2040     - Upgrade Icedove to 45.5.1-1~deb8u1+tails1. (Closes: #12029)
2041     - Upgrade APT-related packages to 1.0.9.8.4.
2043   * Minor improvements
2044     - Switch to DuckDuckGo as the default search engine in the tor
2045       Browser. This is what Tor Browser has, and Disconnect.me (the
2046       previous default) has been re-directing to DDG for some time,
2047       which has been confusing users. In addition, we localize the DDG
2048       user interface for the locales with availablelangpacks. (Closes:
2049       #11913)
2050     - Improve the display name for the Wikipedia search plugin.
2051     - Enable contrib and non-free for our own APT repos.
2052     - Upgrade Tor to 0.2.8.10. (Closes: #12015)
2053     - Upgrade obfs4proxy to 0.0.7-1~tpo1.
2055   * Bugfixes
2056     - AppArmor Totem profile: add permissions needed to avoid warning
2057       on startup. (Closes: #11984)
2058     - Upgrade the VirtualBox Guest additions and modules to version
2059       5.1.8. This should prevent Xorg from crashing unless the video
2060       memory for the VMs are significantly bumped. (Closes: #11965)
2061       Users will still have to enable I/O APIC due to a bug in Linux.
2062     - Drop unwanted search plugins from the Tor Browser langpacks.
2063       Otherwise they are only removed from English locales. Note that
2064       the langpacks contain copies of the English plugins, not
2065       localized versions, so we actually lose nothing.
2067   * Test suite
2068     - Add support for SikuliX, which recently hit Debian Unstable,
2069       while still supporting Sikuli for Jessie users. (Closes: #11991)
2070     - Fix some instances where we were trying to use the mouse outside
2071       of the Sikuli screen.
2072     - Use "TorBirdy" instead of "amnesia branding" as the "anchor"
2073       addon.  I.e. the addon that we use to find the other ones. The
2074       "amnesia branding" addon has been removed, so we must use
2075       something else. (Fixup: #11906)
2076     - Dogtailify "the support documentation page opens in Tor Browser"
2077       step. We previously relied on Sikuli, and the image was made
2078       outdated thanks to our donation campaign. No more! (Closes:
2079       #11911)
2080     - Resolve dl.amnesia.boum.org instead of picking a static address.
2081       Just hours after updating the dustri.org IP address, its web
2082       server went down => test suite failures. Let's make this test as
2083       robust as actually downloading the Tails ISO image -- if that
2084       fails, we probably have more serious problems on our hands than
2085       a failing test suite. (Closes: #11960)
2086     - Switch MAT scenario from testing PDFs to PNGs. Also add
2087       anti-test and test using using a tool *different* from MAT, the
2088       tool being tested here. (Closes: #11901)
2090  -- Tails Developers <tails@boum.org>  Wed, 14 Dec 2016 13:19:16 +0100
2092 tails (2.7.1) unstable; urgency=medium
2094   * Security fixes
2095     - Upgrade Tor Browser to 6.0.7 (build3) based on Firefox 45.5.1.
2096     - Upgrade gstreamer0.10-based packages to 0.10.31-3+nmu4+deb8u2.
2097     - Upgrade imagemagick-based packages to 8:6.8.9.9-5+deb8u6.
2098     - Upgrade libicu52 to 52.1-8+deb8u4.
2099     - Upgrade vim-based packages to 2:7.4.488-7+deb8u1.
2101   * Minor improvements
2102     - Reserve 64 MiB for the kernel and 128 MiB for privileged
2103       processes before the memory is wiped. We hope that this might
2104       help (but not solve, sadly) some crashes experienced while
2105       wiping the memory.
2107   * Build system
2108     - Make the wiki shipped inside Tails build deterministically
2109       (Closes: #11966):
2110       * Enable ikiwiki's "deterministic" option, and require it when
2111         building.
2112       * Use our custom backport of discount (2.2.1-1~bpo8+1~0.tails1),
2113         to fix reproducibility issues (Debian#782315). This can be
2114         dropped once our ISO builders use Stretch.
2115       * Install ikiwiki from our builder-jessie APT suite, to make the
2116         pagestats plugin output deterministic.
2117     - refresh-translations: don't update PO files unless something
2118       other than POT-Creation-Date was changed. (Closes: #11967)
2119     - Fix Vagrant's is_release? check. Per auto/build, we consider it
2120       a release when we build from detached head, and HEAD is tagged.
2121     - Enforce `cleanall` when building a release. I.e. don't allow the
2122       user supplied options to override this behaviour. This is
2123       important since Vagrant caches wiki builds, and we do not want
2124       leftovers from a previous builds ending up in a release. Also,
2125       this is required for making Tails images build reproducibly.
2126     - Make the build system's `cleanall` option really clean
2127       everything.  At the moment it doesn't clean the cached wiki
2128       build (which basically was its only job).
2129     - import-package: support contrib and non-free sections.
2131   * Test suite
2132     - Wait a bit between opening the shutdown applet menu, and
2133       clicking one of its widgets. (Closes: #11616).
2134     - Adapt Icedove test after removing the amnesia branding add-on.
2135       (Closes: #11906)
2136     - Replace --pause-on-fail with --interactive-debugging. It does
2137       the same thing, but also offers an interactive Ruby shell, via
2138       pry, with the Cucumber world context.
2140  -- Tails developers <tails@boum.org>  Wed, 30 Nov 2016 17:27:37 +0100
2142 tails (3.0~alpha1) experimental; urgency=medium
2144   * Major new features and changes
2145     - Upgrade to a snapshot of Debian 9 (Stretch) from 2016-11-15.
2146     - Switch userpace from 32-bit to 64-bit (Closes: #8183), and accordingly:
2147       · Memory erasure: drop the "one instance of sdmem per 2 GiB of RAM" tweak,
2148         that is not needed on x86-64.
2149       · Display a "sorry!" message when trying to boot on a 32-bit BIOS system
2150         (refs: #11638).
2151     - Switch GNOME Shell to its default black theme (Closes: #11789).
2153   * Minor improvements
2154     - Install the cirrus and modesetting X.Org drivers (Closes: #10962).
2155     - Install the 'amdgpu' driver for the AMD Radeon cards (refs: #11850).
2156     - Stop disabling kernel modesetting for QXL (refs: #11518).
2157     - Replace TopIcons with gnome-shell-extension-top-icons-plus.
2158       The former causes plenty of trouble and is apparently abandoned
2159       upstream. The latter is actively maintained upstream, and packaged
2160       in Debian. (refs: #10576)
2161     - Use torsocks to torify Git, and drop tsocks entirely. tsocks has been
2162       unmaintained for years in Debian, and was removed from testing
2163       for a while (Closes: #10955).
2164     - Replace Florence's "systray" icon with the Florence Indicator GNOME Shell
2165       extension (refs: #8312). And then, don't automatically start Florence:
2166       the Florence Indicator GNOME Shell extension will start it the first time
2167       one tries to display it. This should save a tiny bit of RAM.
2168     - Harden AppArmor Totem profiles.
2169     - Switch to the Debian-packaged aufs kernel module (Closes: #11829).
2170     - Configure the firewall to not allow root to connect to Tor at all,
2171       which is possible now that APT uses a dedicated user for network
2172       operations.
2173     - Fix firewall startup during early boot, by referring to the "amnesia"
2174       user via its UID (refs: #7018).
2175     - Install hunspell dictionaries instead of myspell ones, for a few more
2176       languages: Spanish, Italian, Portuguese and Russian. Only Farsi keeps
2177       using a myspell dictionary for now.
2179   * Removed features
2180     - Stop installing BookletImposer PDF imposition toolkit.
2181       It's unmaintained upstream and thus won't be part of Debian Stretch.
2182     - Stop installing ekeyd:  it's unmaintained, very rarely used, poorly
2183       designed (dedicated daemon), and security sensitive (Closes: #7687).
2184     - Stop shipping ttdnsd. It was only useful for developers and power-users
2185       who can install it themselves as needed. It's been unmaintained upstream
2186       for many years. It's very buggy so we had to remove it from the DNS
2187       resolution loop years ago. It's not in Debian. And it's one of the only
2188       two bits of Tails that still relied on tsocks, that is RC-buggy,
2189       unmaintained in Debian, and not in Stretch at the moment. So it has
2190       become clear that the cost of keeping ttdnsd now outweighs the benefits
2191       it brought (refs: #10959).
2193   * Build system
2194     - Bump disk space (and memory for in-RAM builds) requirements.
2195     - Support new live-config configuration directory naming, again and again.
2196     - Use the lowest compression level for the SquashFS when compressing it
2197       with gzip. This makes our development builds faster, and the resulting
2198       ISO image only a little bit bigger (Closes: #9788).
2199     - Configure initramfs compression later, to make the build faster.
2201   * Test suite
2202     - Various refactoring while we were at it.
2203     - Port tests to Dogtail: installation, upgrade, notification detection,
2204       Synaptic, Gobby, and some of Tor Browser.
2205     - Workaround GNOME Shell being buggy for Dogtail (refs: #11718).
2206     - Update a bunch of test suite images for Stretch.
2207     - Mark created disk as temporary when we don't need to keep it around.
2208     - Simplify adding NetworkManager connections, and rely more on the defaults.
2209       Not providing the complete configuration file makes us test something
2210       closer to what happens when a user adds a Wi-Fi connection themselves.
2211     - Adjust the minimum allowed memory pattern coverage before wiping.
2212     - Always sync the time from the host when restoring from a snapshot.
2213       Previously we wouldn't do it when the network was plugged but Tor wasn't
2214       running, which can cause issues if we *then* start Tor since the time
2215       may be off.
2216     - Adjust to the fact that we now support running as a 64-bit guest
2217       in VirtualBox, and simplify code since we now include a 64-bit userland.
2218     - Improve how we restart Tor/I2P after restoring from a snapshot.
2219     - Adjust PolicyKit tests for Stretch.
2220     - Work around Tails stopping on shut down due to #11730.
2221       This should be reverted once #11730 is fixed properly.
2222     - Update the screenshot scenario.
2223     - Fix pcap file saving on MAC spoofing failure (Closes: #11698).
2224     - Test that notifications are actually shown.
2225     - Drop obsolete workaround for Florence sometimes not being hidden
2226       on startup (#11398).
2227     - Avoid remote shell deadlock.
2228     - Install at-spi2-core from Debian Sid.
2229       With the current version in Stretch, at-spi-bus-launcher crashes on
2230       start, breaking parts of GNOME's accessibility, and Dogtail.
2231       For details, see https://bugs.debian.org/840618.
2232     - Check that the MAC address is spoofed for manually added persistent
2233       NetworkManager connections created on Jessie and Stretch (refs: #11931).
2234     - Use nc.traditional in tests that rely on its behaviour.
2235     - Adjust expected notification text to cope with #11941.
2237   * Adjustments for Debian 9 (Stretch) with no or very little user-visible impact
2238     - Adjust APT sources and pinning for Stretch.
2239     - Don't install gnome-media, which is not part of testing/sid anymore.
2240       We already install the only bits it was providing or depending on.
2241     - Don't install gnome-themes: it's gone in Stretch.
2242     - Stop installing GStreamer 0.10 explicitly: it won't be in Stretch,
2243       and some bits are gone already.
2244     - Refresh and unfuzzy patches for Stretch. Replace some of them with
2245       programmatic patching, as patches break the build whenever
2246       they become fuzzy.
2247     - Drop start_AppArmor_earlier.diff: on Stretch, AppArmor starts much earlier
2248       already.
2249     - Accept iceweasel-l10n-* that don't provide any search engine:
2250       on Stretch, at least iceweasel-l10n-ar_1%3a43.0.4-1_all.deb doesn't.
2251     - Stop deleting 75-persistent-net-generator.rules: obsolete in Stretch.
2252       It was removed in systemd (220-7).
2253     - Tell live-boot we're still using aufs: recent live-boot defaults
2254       to overlayfs, which we don't use yet.
2255     - Don't remove imagemagick in 11-localize_browser: cups-filters depends on it
2256       (Closes: #10960).
2257     - Explicitly install bc: needed by our 2010-pidgin live-config hook.
2258     - Remove gcc-4.9-base and gcc-5 via a chroot hook, taking into account
2259       that GCC 5 is the default on Stretch.
2260     - Switch to openjdk-8-jre: openjdk-7-jre is not in Stretch anymore.
2261     - gcalctool was renamed to gnome-calculator.
2262     - Don't try to delete non-existing AppArmor profile for ntpd: it was moved
2263       to the ntp package in Stretch.
2264     - Build DKMS modules with GCC 5: Stretch hasn't 4.8 anymore.
2265     - Don't try to reload or disable an initscript that we don't patch,
2266       and that doesn't exist anymore.
2267     - Support the case when /usr/src/libdvd-pkg does not exist.
2268       Apparently this can happen on Stretch.
2269     - Adjust to the move of /etc/gnome/defaults.list in Stretch
2270       (Closes: #11440).
2271     - Stop installing xserver-xorg-input-vmmouse. It's obsolete and conflicts
2272       with recent kernels: https://bugs.debian.org/831420
2273     - Install open-vm-tools from sid: it's been removed from testing.
2274     - Install the gobby package, instead of the (now gone) transitional
2275       gobby-0.5 one.
2276     - apparmor-adjust-tor-profile.diff: drop bits that are useless, and
2277       prevent Tor from starting, on Stretch.
2278     - Tor Daemon Status: declare compatibility with GNOME Shell 3.20.
2279     - Shutdown helper: declare compatibility with GNOME Shell 3.20.
2280     - Drop 43-adjust_path_to_ibus-unikey_binaries hook: it was a workaround
2281       for a bug (Debian#714932) that was fixed.
2282     - Use netcat-openbsd instead of connect-proxy for torifying SSH.
2283       connect-proxy seems barely maintained in Debian and was removed from
2284       testing due to https://bugs.debian.org/830423.
2285     - Don't disable gdomap service: we don't include it anymore.
2286       unar in Jessie depended on gnustep-base-runtime (that ships gdomap),
2287       but this is not the case in Stretch anymore.
2288     - Install system-config-printer-common instead of system-config-printer,
2289       and drop customization that were needed only for the latter:
2290       system-config-printer (1.5.7-2) extracts into a new -common package
2291       the bits needed by gnome-control-center (Closes: #11505).
2292     - Adjust haveged AppArmor profile to work with Linux 4.x on Stretch.
2293     - cupsd AppArmor profile: update list of backends, and add aufs-specific
2294       tweak that Stretch needs (refs: #11699).
2295     - Revert to GNOME's default font antialiasing/hinting.
2296       We fixed on rgba/slight when converting some manual fontconfig stuff
2297       to GNOME's layer on top of it, but at least from a fresh Stretch
2298       install (2016-08-24) we got grayscale/slight. It could be that some
2299       auto-detection is involved, so the values would be different depending
2300       on the actual hardware. Any way, let's try to decrease our delta here.
2301     - Adjust haveged arguments customization for Stretch (Closes: 11522).
2302     - Display the date in the desktop top bar, as we did in Jessie and older.
2303       (Closes: #11696)
2304     - Drop patch to keep haveged, saned, spice-vdagent and laptop-mode running
2305       on shutdown. These patches are no-ops on Stretch, where these services
2306       have native systemd unit files. It's not worth porting these patches:
2307       saned is socket-activated so in most cases it does not have to be shut
2308       down, and we expect that the other ones can be stopped pretty quickly.
2309       Let's bring back this kind of optimization if, and only if, we identify
2310       an actual problem to fix in this area :)
2311     - Don't delete downloaded debs after install: apt(8) >= 1.2~exp1 deletes
2312       them by default, which is not nice for users who use it to preseed
2313       their persistent APT cache. (Closes: #10958)
2314     - Hide "OpenJDK Java 8 Policy Tool" from the Applications menu.
2315     - Don't ship GCC 6: we don't ship compilers in Tails usually.
2316     - Don't ship gcc-5-base: on Stretch we ship gcc-6-base instead.
2317     - Don't start shipping libdvdcss2-dbgsym nor paxctld.
2318     - Adjust default web browser customization: GNOME in Debian now defaults
2319       to Firefox ESR (refs: #11440).
2320     - Install libreoffice-gtk3: on Stretch this is needed to have Gtk+ 3 widgets
2321       and a Gtk/GNOMEish print dialog.
2322     - Explicitly install gtk2-engines-pixbuf, as it's not pulled automatically
2323       on Stretch, and it's needed to theme GTK+ 2 applications in a nice way
2324       (Closes: #11715).
2325     - AppArmor gnome abstraction: allow reading /etc/xdg/*-mimeapps.list
2326       (refs: #11440).
2327     - Drop obsolete disabling of GNOME Keyring's GnuPG agent feature.
2328       That feature was removed upstream.
2329     - Explicitly select pinentry-gtk2 as our preferred pinentry program.
2330       On Stretch, gnome-keyring depends on pinentry-gnome3, and then that one
2331       is selected by default. It does not feel worth it to introduce a hackish
2332       solution such as a fake pinentry-gnome3 package, so let's ignore it and
2333       just make sure we are using the pinentry program we prefer
2334       (Closes: #11713).
2335     - Drop keep_memlockd_on_shutdown.diff: it's been a no-op since Tails 2.0
2336       (Closes: #11708).
2337     - Drop custom NetworkManager plugin configuration: these tweaks are not
2338       needed on Stretch anymore.
2339     - Disable new style network interface naming scheme.
2340       It has little value for a live system, so let's stick to what we are
2341       used to, and avoid having to adjust code/config/test suite
2342       (Closes: #11721).
2343     - Drop obsolete NM configuration wrt. sending hostname in DHCP requests
2344       (Closes: #11720).
2345     - Update APT pinning to cover all binary packages built from src:mesa
2346       (refs: #11853).
2347     - Don't try to install gnupg-curl: it doesn't exist anymore in Stretch.
2348     - Install seahorse-nautilus from sid. It's been removed from testing.
2349     - Drop workaround for Debian bug #645466, that was fixed in 2014
2350       (Closes: #11534).
2351     - Allow the "_apt" user to use Tor: in Stretch, APT network operations
2352       are performed with the "_apt" user and not root.
2353     - Make sure that 'localhost' points to the IPv4 loopback address.
2354     - Make desktop launchers executable (Closes: #11927).
2355     - Disable Wayland usage in GDM (Closes: #11923).
2356     - Fix AppArmor profile for gst-plugin-scanner (Closes: #11928).
2357     - Change Nautilus' default zoom level to 'small' (Closes: #11716).
2358       The icons in GNOME Files and on the desktop are too huge otherwise. With
2359       this new setting, they are similar in size to what we had in Jessie.
2360     - Fix broken symlink preventing Enigmail from being enabled.
2361     - Configure NetworkManager to not touch MAC addresses (refs: #11931).
2362       Its default behaviour on Debian Stretch is to reset the MAC address to the
2363       permanent one, and we did not make up our mind yet wrt. replacing
2364       our custom MAC spoofing system with NM's own one (refs: #11293).
2365     - Patch NetworkManager so that it does not leak the hostname in DHCP
2366       requests (Closes: #11720).
2367     - Deal with the fact that the NetworkManager dispatcher scripts are now
2368       sometimes called with an empty first argument (Closes: #11938).
2369     - Upgrade to GnuPG 2.1.15-9, and accordingly:
2370       · Remove the CA certificate for sks-keyservers.net, that we installed
2371         in the system-wide CAs directory: it is now included in the dirmngr
2372         package. Stop trusting it for non-GnuPG operations.
2373       · Make dirmngr use the sks-keyservers.net CA certificate from Debian.
2374       · Move keyserver proxy configuration to dirmngr.conf, and drop the
2375         keyserver-options that are obsolete or now the default.
2377  -- intrigeri <intrigeri@boum.org>  Thu, 17 Nov 2016 16:19:21 +0000
2379 tails (2.7) unstable; urgency=medium
2381   * Security fixes
2382     - Upgrade to Linux 4.7. (Closes: #11885, #11818)
2383     - Upgrade to Tor 0.2.8.9. (Closes: #11832, #11891)
2384     - Upgrade Tor Browser to 6.0.6 based on Firefox 45.5. (Closes: #11910)
2385     - Upgrade Icedove to 1:45.4.0-1~deb8u1+tails1. (Closes: #11854,
2386       #11860)
2387     - Upgrade imagemagick to 8:6.8.9.9-5+deb8u5.
2388     - Upgrade openssl to 1.0.1t-1+deb8u5.
2389     - Upgrade libarchive to 3.1.2-11+deb8u3.
2390     - Upgrade bind9 to 1:9.9.5.dfsg-9+deb8u8.
2391     - Upgrade libav to 6:11.8-1~deb8u1.
2392     - Upgrade ghostscript to 9.06~dfsg-2+deb8u3.
2393     - Upgrade c-ares to 1.10.0-2+deb8u1.
2394     - Upgrade nspr to 2:4.12-1+debu8u1.
2395     - Upgrade nss to 2:3.26-1+debu8u1.
2396     - Upgrade tar to 1.27.1-2+deb8u1.
2397     - Upgrade curl to 7.38.0-4+deb8u5.
2398     - Upgrade libgd3 to 2.1.0-5+deb8u7.
2399     - Upgrade opendjk-7 to 7u111-2.6.7-2~deb8u1.
2400     - Upgrade mat to 0.5.2-3+deb8u1.
2401     - Upgrade libxslt to 1.1.28-2+deb8u2.
2402     - Upgrade pillow to 2.6.1-2+deb8u3.
2404   * Minor improvements
2405     - Ship Let's encrypt intermediate certificate to prepare the
2406       the next certificate renewal of our website. Also unify the
2407       way our upgrades and security checkers verify this SSL
2408       certificate using our dedicated perl lib code. (Closes: #11810)
2410   * Bugfixes
2411     - Fix multiarch support in Synaptic. (Closes: #11820)
2412     - Set default spelling language to en_US in Icedove. (Closes: #11037)
2414   * Build system
2415     - Disable debootstrap merged-usr option. (Closes: #11903)
2417   * Test suite
2418     - Add test for incremental upgrades. (Closes: #6309)
2419     - Add tests for Icedove. (Closes: #6304)
2420     - Decrease timeout to Tails Greeter to speed up testing of branches
2421       where it is broken. (Closes: #11449)
2422     - Add a ID field to the remote shell responses to filter out
2423       unrelated ones. (Closes: #11846)
2424     - Reliabily wait for the Greeter PostLogin script. (Closes: #5666)
2425     - Reliabily type the kernel command line in the prompt at the boot
2426       menu to ensure the remote shell is started. (Closes: #10777)
2427     - Remove DVDROM device when not used, to workaround QEMU/Libvirt
2428       compatibility issue. (Closes: #11874)
2430  -- Tails developers <tails@boum.org>  Sun, 13 Nov 2016 14:46:04 +0100
2432 tails (2.6) unstable; urgency=medium
2434   * Major new features and changes
2435     - Install Tor 0.2.8.7. (Closes: #11351)
2436     - Enable kASLR in the Linux kernel. (Closes: #11281)
2437     - Upgrade Icedove to 1:45.2.0-1~deb8u1+tails1: (Closes: #11714)
2438       · Drop auto-fetched configurations using Oauth2.  They do not
2439         work together with Torbirdy since it disables needed
2440         functionality (like JavaScript and cookies) in the embedded
2441         browser. This should make auto-configuration work for GMail
2442         again, for instance.  (Closes: ##11536)
2443       · Pin Icedove to be installed from our APT repo. Debian's
2444         Icedove packages still do not have our secure Icedove
2445         autoconfig wizard patches applied, so installing them would be
2446         a serious security regression. (Closes: #11613)
2447       · Add missing icedove-l10n-* packages to our custom APT
2448         repository (Closes: #11550)
2449     - Upgrade to Linux 4.6: (Closes: #10298)
2450       · Install the 686 kernel flavour instead of the obsolete 586
2451         one.
2452       · APT, dpkg: add amd64 architecture. The amd64 kernel flavour is
2453         not built anymore for the i386 architecture, so we need to use
2454         multiarch now.
2455       · Build and install the out-of-tree aufs4 module. (Closes: #10298)
2456       · Disable kernel modesetting for QXL: it's not compatible with
2457         Jessie's QXL X.Org driver.
2459   * Security fixes
2460     - Hopefully fixed an issue which would sometimes make the Greeter
2461       ignore the "disable networking" or "bridge mode"
2462       options. (Closes: #11593)
2464   * Minor improvements
2465     - Install firmware-intel-sound and firmware-ti-connectivity.  This
2466       adds support for some sound cards and Wi-Fi adapters.  (Closes:
2467       #11502)
2468     - Install OpenPGP Applet from Debian. (Closes: #10190)
2469     - Port the "About Tails" dialog to python3.
2470     - Run our initramfs memory erasure hook earlier (Closes:
2471       #10733). The goal here is to:
2472       · save a few seconds on shutdown (it might matter especially for
2473         the emergency one);
2474       · work in a less heavily multitasking / event-driven
2475         environment, for more robust operation.
2476     - Install rngd, and make rng-tools initscript return success when
2477       it can't find any hardware RNG device. Most Tails systems around
2478       probably have no such device, and we don't want systemd to
2479       believe they failed to boot properly. (Closes: #5650)
2480     - Don't force using the vboxvideo X.Org driver. According to our
2481       tests, this forced setting is:
2482        · harmful: it breaks X startup when the vboxvideo *kernel*
2483          driver is loaded;
2484        · useless: X.Org now autodetects the vboxvideo X.Org driver and
2485          uses it when running in VirtualBox and the vboxvideo kernel
2486          is not present.
2487     - Port boot-profile to python3 (Closes: #10083). Thanks to
2488       heartsucker <heartsucker@autistici.org> for the patch!
2489     - Include /proc/cmdline and the content of persistent APT sources
2490       in WhisperBack bug reports. (Closes: #11675, #11635)
2491     - Disable non-free APT sources at boot time. (Closes: #10130)
2492     - Have a dedicated page for the homepage of Tor Browser in
2493       Tails. (Closes: # 11725)
2494     - Only build the VirtualBox kernel modules for the 32-bit kernel.
2495       It's both hard and useless to build it for 64-bit in the current
2496       state of things, as long as we're shipping a 32-bit userspace.
2497       Also, install virtualbox-* from jessie-backports, since the
2498       version in Jessie is not compatible with Linux 4.x.
2500   * Build system
2501     - Don't install+remove dpatch during the build. It's not been
2502       needed in this hook for ages.
2503     - Bump BUILD_SPACE_REQUIREMENT: at least one of us needed that to
2504       build feature/10298-linux-4.x-aufs with the gzipcomp option.
2506   * Test suite
2507     - Send Tails Installer's debug log to the Cucumber debug log on
2508       failure. This is meant to debug #10720 since I can't
2509       reproduce it locally.
2510     - Give the system under testing 2 vCPUs. (Closes: #6729)
2511     - Split scenarios from checks.feature. (Closes: #5707)
2512     - Add retry-logic to the Synaptic tests. (Closes: #10412, #10441,
2513       #10991)
2514     - Run usb_upgrade.feature earlier, when there is enough free disk
2515       space left. (Closes: #11582)
2516     - Use more recent virtual hardware in the system under test,
2517       i.e. USB 3.0 (nec-xhci) on a pc-i440fx-2.5 machine. Switching
2518       USB controllers has helped with problems we see on Jenkins when
2519       booting from USB (#11588). Also, there are chances that more
2520       recent virtual hardware sees more testing these days, so it
2521       sounds potentially useful to "upgrade".
2522     - Add support for Cucumber 2.4. (Closes: #11690)
2523     - Always write {pretty,debug} logs and JSON output to the artifact
2524       directory.
2525     - Disable info level logging on Chutney nodes to save disk
2526       space. For our network all these add up to > 1 GiB and we didn't
2527       take this into account when budgeting RAM to the isotesters on
2528       Jenkins.
2530  -- Tails developers <tails@boum.org>  Tue, 20 Sep 2016 04:16:33 +0200
2532 tails (2.5) unstable; urgency=medium
2534   * Major new features and changes
2535     - Upgrade Icedove to 1:45.1.0-1~deb8u1+tails2. (Closes: #11530)
2536       · Fix long delay causing bad UX in the autoconfig wizard,
2537         when it does not manage to guess proper settings on some domains.
2538         (Closes: #11486)
2539       · Better support sending email through some ISPs, such as Riseup.
2540         (Closes: #10933)
2541       · Fix spurious error message when creating an account and providing
2542         its password. (Closes: #11550)
2544   * Security fixes
2545     - Upgrade Tor Browser to 6.0.3 based on Firefox 45.3. (Closes: #11611)
2546     - Upgrade GIMP to 2.8.14-1+deb8u1.
2547     - Upgrade libav to 6:11.7-1~deb8u1.
2548     - Upgrade expat to 2.1.0-6+deb8u3.
2549     - Upgrade libgd3 to 2.1.0-5+deb8u6.
2550     - Upgrade libmodule-build-perl to 0.421000-2+deb8u1.
2551     - Upgrade perl to 5.20.2-3+deb8u6.
2552     - Upgrade Pidgin to 2.11.0-0+deb8u1.
2553     - Upgrade LibreOffice to 1:4.3.3-2+deb8u5.
2554     - Upgrade libxslt1.1 to 1.1.28-2+deb8u1.
2555     - Upgrade Linux to 3.16.7-ckt25-2+deb8u3.
2556     - Upgrade OpenSSH to 1:6.7p1-5+deb8u3.
2557     - Upgrade p7zip to 9.20.1~dfsg.1-4.1+deb8u2.
2559   * Minor improvements
2560     - htpdate: replace obsolete and unreliable URIs in HTP pools, and decrease
2561       timeout for HTTP operations for more robust time synchronization.
2562       (Closes: #11577)
2563     - Hide settings panel for the Online Accounts component of GNOME,
2564       that we don't support. (Closes: #11545)
2565     - Vastly improve graphics performance in KVM guest with QXL driver.
2566       (Closes: #11500)
2567     - Fix graphics artifacts in Tor Browser in KVM guest with QXL driver.
2568       (Closes: #11489)
2570   * Build system
2571     - Wrap Pidgin in a more maintainable way. (Closes: #11567)
2573   * Test suite
2574     - Add a test scenario for the persistence "dotfiles" feature.
2575       (Closes: #10840)
2576     - Improve robustness of most APT, Git, SFTP and SSH scenarios,
2577       enough to enable them on Jenkins. (Closes: #10444, #10496, #10498)
2578     - Improve robustness of checking for persistence partition. (Closes: #11558)
2579     - Treat Tails booting from /dev/sda as OK, to support all cases
2580       including a weird one caused by hybrid ISO images. (Closes: #10504)
2581     - Bump a bunch of timeouts to cope with the occasional slowness on Jenkins.
2582     - Only query A records when exercising DNS lookups, to improve robustness.
2584  -- Tails developers <tails@boum.org>  Sun, 31 Jul 2016 16:50:35 +0000
2586 tails (2.4) unstable; urgency=medium
2588   * Major new features and changes
2589     - Upgrade Tor Browser to 6.0.1 based on Firefox 45.2. (Closes:
2590       #11403, #11513).
2591     - Enable Icedove's automatic configuration wizard. We patch the
2592       wizard to only use secure protocols when probing, and only
2593       accept secure protocols, while keeping the improvements done by
2594       TorBirdy in its own non-automatic configuration wizard. (Closes:
2595       #6158, #11204)
2597   * Security fixes
2598     - Upgrade bsdtar and libarchive13 to 3.1.2-11+deb8u1.
2599     - Upgrade icedove to 38.8.0-1~deb8u1+tails3.
2600     - Upgrade imagemagick to 8:6.8.9.9-5+deb8u3.
2601     - Upgrade libexpat1 to 2.1.0-6+deb8u2.
2602     - Upgrade libgd3 to 2.1.0-5+deb8u3.
2603     - Upgrade gdk-pixbuf-based packages to 2.31.1-2+deb8u5.
2604     - Upgrade libidn11 to 1.29-1+deb8u1.
2605     - Upgrade libndp0 to 1.4-2+deb8u1.
2606     - Upgrade poppler-based packages to 0.26.5-2+deb8u1.
2607     - Upgrade librsvg2-2 to 2.40.5-1+deb8u2.
2608     - Upgrade libsmbclient to 2:4.2.10+dfsg-0+deb8u3.
2609     - Upgrade OpenSSL to 1.0.1k-3+deb8u5.
2610     - Upgrade libtasn1-6 to 4.2-3+deb8u2.
2611     - Upgrade libxml2 to 2.9.1+dfsg1-5+deb8u2.
2612     - Upgrade openjdk-7-jre to 7u101-2.6.6-1~deb8u1.
2614   * Bugfixes
2615     - Enable Packetization Layer Path MTU Discovery for IPv4. If any
2616       system on the path to the remote host has a MTU smaller than the
2617       standard Ethernet one, then Tails will receive an ICMP packet
2618       asking it to send smaller packets. Our firewall will drop such
2619       ICMP packets to the floor, and then the TCP connection won't
2620       work properly. This can happen to any TCP connection, but so far
2621       it's been reported as breaking obfs4 for actual users. Thanks to
2622       Yawning for the help! (Closes: #9268)
2623     - Make Tails Upgrader ship other locales than English. (Closes:
2624       #10221)
2625     - Make it possible to add local USB printers again. Bugfix on
2626       Tails 2.0. (Closes #10965).
2628   * Minor improvements
2629     - Remove custom SSH ciphers and MACs settings. (Closes: #7315)
2630     - Bring back "minimize" and "maximize" buttons in titlebars by
2631       default. (Closes: #11270)
2632     - Icedove improvements:
2633       * Stop patching in our default into Torbirdy. We've upstreamed
2634         some parts, and the rest we set with pref branch overrides in
2635         /etc/xul-ext/torbirdy.js. (Closes: #10905)
2636       * Use hkps keyserver in Enigmail. (Closes: #10906)
2637       * Default to POP if persistence is enabled, IMAP is
2638         not. (Closes: #10574)
2639       * Disable remote email account creation in Icedove. (Closes:
2640         #10464)
2641     - Firewall hardening (Closes: #11391):
2642       * Don't accept RELATED packets. This enables quite a lot of code
2643         in the kernel that we don't need. Let's reduce the attack
2644         surface a bit.
2645       * Restrict debian-tor user to NEW TCP syn packets. It doesn't
2646         need to do more, so let's do a little bit of security in
2647         depth.
2648       * Disable netfilter's nf_conntrack_helper.
2649       * Fix disabling of automatic conntrack helper assignment.
2650     - Kernel hardening:
2651       * Set various kernel boot options: slab_nomerge slub_debug=FZ
2652         mce=0 vsyscall=none. (Closes: #11143)
2653       * Remove the kernel .map files. These are only useful for kernel
2654         debugging and slightly make things easier for malware, perhaps
2655         and otherwise just occupy disk space. Also stop exposing
2656         kernel memory addresses through /proc etc. (Closes: #10951)
2657     - Drop zenity hacks to "focus" the negative answer. Jessie's
2658       zenity introduced the --default-cancel option, finally!
2659       (Closes: #11229)
2660     - Drop useless APT pinning for Linux.
2661     - Remove gnome-tweak-tool. (Closes: #11237)
2662     - Install python-dogtail, to enable accessibility technologies in
2663       our automated test suite (see below). (Part of: #10721)
2664     - Install libdrm and mesa from jessie-backports. (Closes: #11303)
2665     - Remove hledger. (Closes: #11346)
2666     - Don't pre-configure the #tails chan on the default OFTC account.
2667       (Part of: #11306)
2668     - Install onioncircuits from jessie-backports. (Closes: #11443)
2669     - Remove nmh. (Closes: #10477)
2670     - Drop Debian experimental APT source: we don't use it.
2671     - Use APT codenames (e.g. "stretch") instead of suites, to be
2672       compatible with our tagged APT snapshots.
2673     - Drop module-assistant hook and its cleanup. We've not been using
2674       it since 2010.
2675     - Remove 'Reboot' and 'Power Off' entries from Applications →
2676       System Tools. (Closes: #11075)
2677     - Pin our custom APT repo to the same level as Debian ones, and
2678       explicitly pin higher the packages we want to pull from our custom
2679       APT repo, when needed.
2680     - config/chroot_local-hooks/59-libdvd-pkg: verify libdvdcss
2681       package installation. (Closes: #11420)
2682     - Make Tails Upgrader use our new mirror pool design. (Closes:
2683       #11123)
2684     - Drop custom OpenSSH client ciphers and MACs settings. We did a
2685       pretty bad job at maintaining them compared to the Debian
2686       upstream. (Closes: #7315)
2687     - Install jessie-backports version of all binary packages built
2688       from src:hplip. This adds support for quite a few new
2689       printers.
2690     - Install printer-driver-postscript-hp, which adds support for
2691       some more printers.
2693   * Build system
2694     - Use a freezable APT repo when building Tails. This is a first
2695       step towards reproducible builds, and improves our QA and
2696       development processes by making our builds more predictable. For
2697       details, see: https://tails.boum.org/contribute/APT_repository/
2698     - There has been a massive amount of improvements to the
2699       Vagrant-based build system, and now it could be considered the
2700       de-facto build system for Tails! Improvements and fixes include:
2701       * Migrate Vagrant to use libvirt/KVM instead of
2702         Virtualbox. (Closes: #6354)
2703       * Make apt-get stuff non-interactive while provisioning.
2704         Because there is no interaction, so that will results in
2705         errors.
2706       * Bump disk space (=> RAM for RAM builds) needed to build with
2707         Vagrant. Since the Jessie migration it seems impossible to
2708         keep this low enough to fit in 8 GiB or RAM. For this reason
2709         we also drop the space optimization where we build inside a
2710         crazy aufs stack; now we just build in a tmpfs.
2711       * Clean up apt-cacher-ng cache on vm:provision to save disk
2712         space on the builder.
2713       * Add convenient Rake task for SSH:ing into the builder VM:
2714         `rake vm:ssh`.
2715       * Add rake task for generating a new Vagrant base box.
2716       * Automatically provision the VM on build to keep things up-to-date.
2717       * Don't enable extproxy unless explicitly given as an
2718         option. Previously it would automatically be enabled when
2719         `http_proxy` is set in the environment, unlike what is
2720         documented. This will hopefully lead to fewer surprises for users
2721         who e.g. point http_proxy to a torified polipo, or similar.
2722       * Re-fetch tags when running build-tails with Vagrant. That
2723         should fix an annoyance related to #7182 that I frequently
2724         encounter: when I, as the RM, rebuild the release image the
2725         second time from the force-updated tag, the build system would
2726         not have the force-updated tag. (Closes: #7182)
2727       * Make sure we use the intended locale in the Tails builder VM.
2728         Since we communicate via SSH, and e.g. Debian forward the
2729         locale env vars by default, we have to take some steps
2730         ensuring we do not do that.
2731     - Pull monkeysphere from stretch to avoid failing to install under
2732       eatmydata. Patch submitted by Cyril Brulebois <cyril@debamax.com>.
2734   * Test suite
2735     - Add wrapper around dogtail (inside Tails) for "remote" usage in
2736       the automated test suite. This provides a simple interface for
2737       generating dogtail python code, sending it to the guest, and
2738       executing it, and should allow us to write more robust tests
2739       leveraging assistive technologies. (Closes: #10721)
2740     - A few previously sikuli-based tests has been migrated to use
2741       dogtail instead, e.g. GNOME Applications menu interaction.
2742     - Add a test for re-configuring an existing persistent volume.
2743       This is a regression test for #10809. (Closes: #10834)
2744     - Use a simulated Tor network provided by Chutney in the automated
2745       test suite. The main motivation here is improved robustness --
2746       since the "Tor network" we now use will exit from the host
2747       running the automated test suite, we won't have to deal with Tor
2748       network blocking, or unreliable circuits. Performance should
2749       also be improved. (Closes: #9521)
2750     - Drop the usage of Tor Check in our tests. It doesn't make sense
2751       now when we use Chutney since that always means it will report
2752       that Tor is not being used.
2753     - Stop testing obsolete pluggable transports.
2754     - Completely rewrite the firewall leak detector to something more
2755       flexible and expressive.
2756     - Run tcpdump with --immediate-mode for the network sniffer. With
2757       this option, "packets are delivered to tcpdump as soon as they
2758       arrive, rather than being buffered for efficiency" which is
2759       required to make the sniffing work reliable the way we use it.
2760     - Remove most scenarios testing "tordate". It just isn't working
2761       well in Tails, so we shouldn't expect the tests to actually work
2762       all of the time. (Closes: #10440)
2763     - Close Pidgin before we inspect or persist its accounts.xml.
2764       I've seen a case when that file is _not_ saved (and thus, not
2765       persisted) if we shut down the system while Pidgin is still
2766       running. (Closes: #11413)
2767     - Close the GNOME Notification bar by pressing ESC, instead of
2768       opening the Applications menu. The Applications menu often
2769       covers other elements that we're looking for on the
2770       screen. (Closes #11401)
2771     - Hide Florence keyboard window when it doesn't vanish by itself
2772       (Closes: #11398) and wait a bit less for Florence to disappear
2773       (Closes: #11464).
2775  -- Tails developers <tails@boum.org>  Mon, 06 Jun 2016 20:10:56 +0200
2777 tails (2.3) unstable; urgency=medium
2779   * Security fixes
2780     - Upgrade Tor Browser to 5.5.5. (Fixes: #11362)
2781     - Upgrade icedove to 38.7.0-1~deb8u1
2782     - Upgrade git to 1:2.1.4-2.1+deb8u2
2783     - Upgrade libgd3 to 2.1.0-5+deb8u1
2784     - Upgrade pidgin-otr to 4.0.1-1+deb8u1
2785     - Upgrade srtp to 1.4.5~20130609~dfsg-1.1+deb8u1
2786     - Upgrade imagemagick to 8:6.8.9.9-5+deb8u1
2787     - Upgrade samba to 2:4.2.10+dfsg-0+deb8u2
2788     - Upgrade openssh to 1:6.7p1-5+deb8u2
2790   * Bugfixes
2791     - Refresh Tor Browser's AppArmor profile patch against the one from
2792       torbrowser-launcher 0.2.4-1. (Fixes: #11264)
2793     - Pull monkeysphere from stretch to avoid failing to install under
2794       eatmydata. (Fixes: #11170)
2795     - Start gpg-agent with no-grab option due to issues with pinentry and
2796       GNOME's top bar. (Fixes: #11038)
2797     - Tails Installer: Update error message to match new name of 'Clone
2798       & Install'. (Fixes: #11238)
2799     - Onion Circuits:
2800       * Cope with a missing geoipdb. (Fixes: #11203)
2801       * Make both panes of the window scrollable. (Fixes #11192)
2802     - WhisperBack: Workaround socks bug. When the Tor fails to connect to
2803       the host, WisperBack used to display a ValueError.  This is caused by
2804       a socks bug that is solved in upstream's master but not in Tails.
2805       This commit workarounds this bug Unclear error message in WhisperBack
2806       when failing to connect to the server. (Fixes: #11136)
2808   * Minor improvements
2809     - Upgrade to Debian 8.4, a Debian point release with many minor upgrades
2810       and fixes to various packages . (Fixes: #11232)
2811     - Upgrade I2P to 0.9.25. (Fixes: #11363)
2812     - Pin pinentry-gtk2 to jessie-backports. The new version allows pasting
2813       passwords from the clipboard. (Fixes: #11239)
2814     - config/chroot_local-hooks/59-libdvd-pkg: cleanup /usr/src/libdvd-pkg.
2815       (Fixes: #11273)
2816     - Make the Tor Status "disconnected" icon more contrasted with the
2817       "connected" one. (Fixes: #11199)
2819   * Test suite
2820     - Add UTF-8 support to OTR Bot. (Fixes: #10866)
2821     - Don't explicitly depend on openjdk-7-jre or any JRE for that
2822       matter. Sikuli will pull in a suitable one, so depending on one
2823       ourselves is only risks causing trouble. (Fixes: #11335)
2825  -- Tails developers <tails@boum.org>  Mon, 25 Apr 2016 14:12:22 +0200
2827 tails (2.2.1) unstable; urgency=medium
2829   * Security fixes
2830     - Upgrade Tor Browser to 5.5.4. (Closes: #11254)
2831     - Upgrade bind9-related packages to 1:9.9.5.dfsg-9+deb8u6
2832     - Upgrade libotr to 4.1.0-2+deb8u1
2833     - Upgrade samba-related packages to 2:4.1.17+dfsg-2+deb8u2.
2834     - Upgrade libgraphite2 to 1.3.6-1~deb8u1.
2836  -- Tails developers <tails@boum.org>  Thu, 17 Mar 2016 15:03:52 +0100
2838 tails (2.2) unstable; urgency=medium
2840   * Major new features and changes
2841     - Replace Vidalia (which has been unmaintained for years) with:
2842       (Closes: #6841)
2843       * the Tor Status GNOME Shell extension, which adds a System Status
2844         icon indicating whether Tor is ready or not.
2845       * Onion Circuits, a simple Tor circuit monitoring tool.
2847   * Security fixes
2848     - Upgrade Tor Browser to 5.5.3 (Closes: #11189).
2849     - Upgrade Linux to 3.16.7-ckt20-1+deb8u4.
2850     - Upgrade cpio to 2.11+dfsg-4.1+deb8u1.
2851     - Upgrade glibc to 2.19-18+deb8u3.
2852     - Upgrade libav to 6:11.6-1~deb8u1.
2853     - Upgrade libgraphite2 to 1.3.5-1~deb8u1.
2854     - Upgrade libjasper1 to 1.900.1-debian1-2.4+deb8u1.
2855     - Upgrade libreoffice to 4.3.3-2+deb8u3.
2856     - Upgrade libssh2 to 1.4.3-4.1+deb8u1.
2857     - Upgrade openssl to 1.0.1k-3+deb8u4.
2858     - Upgrade perl to 5.20.2-3+deb8u4.
2859     - Upgrade python-imaging, python-pil to 2.6.1-2 2.6.1-2+deb8u2.
2861   * Bugfixes
2862     - Hide "Laptop Mode Tools Configuration" menu entry. We don't
2863       support configuring l-m-t in Tails, and it doesn't work out of
2864       the box. (Closes: #11074)
2865     - WhisperBack:
2866       * Actually write a string when saving bug report to
2867         disk. (Closes: #11133)
2868       * Add missing argument to OpenPGP dialog so the optional OpenPGP
2869         key can be added again. (Closes: #11033)
2871   * Minor improvements
2872     - Upgrade I2P to 0.9.24-1~deb8u+1.
2873     - Add support for viewing DRM protected DVD videos using
2874       libdvdcss2. Patch series submitted by Austin English
2875       <austinenglish@gmail.com>. (Closes: #7674)
2876     - Automatically save KeePassX database after every change by default.
2877       (Closes: #11147)
2878     - Implement Tor stream isolation for WhisperBack
2879     - Delete unused tor-tsocks-mua.conf previously used by Claws
2880       Mail. (Closes: #10904)
2881     - Add set -u to all gettext:ized shell scripts. In gettext-base <
2882       1.8.2, like the one we had in Wheezy, gettext.sh references the
2883       environment variable ZSH_VERSION, which we do not set. This has
2884       prevented us from doing `set -u` without various hacks. (Closes:
2885       #9371)
2886     - Also set -e in some shell scripts which lacked it for no good
2887       reason.
2888     - Make Git verify the integrity of transferred objects. (Closes:
2889       #11107)
2890     - Remove LAlt+Shift and LShift+RShift keyboard layout toggling
2891       shortcuts. (Closes: #10913, #11042)
2893   * Test suite
2894     - Reorder the execution of feature to decrease peak disk
2895       usage. (Closes: #10503)
2896     - Paste into the GTK file chooser, instead of typing. (Closes:
2897       #10775)
2898     - Pidgin: wait a bit for text to have stopped scrolling before we
2899       click on it. (Closes: #10783)
2900     - Fix step that runs commands in GNOME Terminal, that was broken
2901       on Jessie when a Terminal is running already. (Closes: #11176)
2902     - Let ruby-rjb guess JAVA_HOME instead fixing on one jvm
2903       version. (Closes: #11190)
2905   * Build system
2906     - Upgrade build system to Debian Jessie. This includes migrating to a
2907       new Vagrant basebox based on Debian Jessie.
2908     - Rakefile: print git status when there are uncommitted
2909       changes. Patch submitted by Austin English
2910       <austinenglish@gmail.com>. (Closes: #11108)
2911     - .gitignore: add .rake_tasks~. Patch submitted by Austin English
2912       <austinenglish@gmail.com>. (Closes: #11134)
2913     - config/amnesia: use --show-field over sed filtering. Patch
2914       submitted by Chris Lamb <lamby@debian.org>.
2915     - Umount and clean up leftover temporary directories from old
2916       builds. (Closes: #10772)
2918  -- Tails developers <tails@boum.org>  Mon, 07 Mar 2016 18:09:50 +0100
2920 tails (2.0.1) unstable; urgency=medium
2922   * Major new features and changes
2923     - Enable the Tor Browser's font fingerprinting protection
2924       (Closes: #11000). We do it for all browsers (including
2925       the Unsafe Browser and I2P Browser mainly to avoid making our
2926       automated test suite overly complex. This implied to set an appropriate
2927       working directory when launching the Tor Browser, to accommodate for
2928       the assumptions it makes about this.
2930   * Security fixes
2931     - Upgrade Tor Browser to 5.5.2 (Closes: #11105).
2933   * Bugfixes
2934     - Repair 32-bit UEFI support (Closes: #11007); bugfix on 2.0.
2935     - Add libgnome2-bin to installed packages list to provide gnome-open,
2936       which fixes URL handling at least in KeePassX, Electrum and Icedove
2937       (Closes: #11031); bugfix on 2.0. Thanks to segfault for the patch!
2939   * Minor improvements
2940     - Refactor and de-duplicate the chrooted browsers' configuration:
2941       prefs.js, userChrome.css (Closes: #9896).
2942     - Make the -profile Tor Launcher workaround simpler (Closes: #7943).
2943     - Move Torbutton environment configuration to the tor-browser script,
2944       instead of polluting the default system environment with it.
2945     - Refresh patch against the Tor Browser AppArmor profile
2946       (Closes: #11078).
2947     - Propagate Tor Launcher options via the wrapper.
2948     - Move tor-launcher script to /usr/local/bin.
2949     - Move tor-launcher-standalone to /usr/local/lib.
2950     - Move Tor Launcher env configuration closer to the place where it is used,
2951       for simplicity's sake.
2953   * Test suite
2954     - Mass update browser and Tor Launcher related images due to font change,
2955       caused by Tor Browser 5.5's font fingerprinting protection
2956       (Closes: #11097). And then, use separate PrintToFile.png for the browsers,
2957       and Evince, since it cannot be shared anymore.
2958     - Adjust to the refactored chrooted browsers configuration handling.
2959     - Test that Tor Launcher uses the correct Tor Browser libraries.
2960     - Allow more slack when verifying that the date that was set.
2961     - Bump a bit the timeout used when waiting for the remote shell.
2962     - Bump timeout for the process to disappear, when closing Evince.
2963     - Bump timeout when saving persistence configuration.
2964     - Bump timeout for bootstrapping I2P.
2966   * Build system
2967     - Remove no longer relevant places.sqlite cleanup procedure.
2969  -- Tails developers <tails@boum.org>  Fri, 12 Feb 2016 13:00:15 +0000
2971 tails (2.0) unstable; urgency=medium
2973   * Major new features and changes
2974     - Upgrade to Debian 8 (Jessie).
2975     - Migrate to GNOME Shell in Classic mode.
2976     - Use systemd as PID 1, and convert all custom initscripts to systemd units.
2977     - Remove the Windows camouflage feature: our call for help to port
2978       it to GNOME Shell (issued in January, 2015) was unsuccessful.
2979     - Remove Claws Mail: Icedove is now the default email client
2980       (Closes: #10167).
2981     - Upgrade Tor Browser to 5.5 (Closes: #10858, #10983).
2983   * Security fixes
2984     - Minimally sandbox many services with systemd's namespacing features.
2985     - Upgrade Linux to 3.16.7-ckt20-1+deb8u3.
2986     - Upgrade Git to 1:2.1.4-2.1+deb8u1.
2987     - Upgrade Perl to 5.20.2-3+deb8u3.
2988     - Upgrade bind9-related packages to 1:9.9.5.dfsg-9+deb8u5.
2989     - Upgrade FUSE to 2.9.3-15+deb8u2.
2990     - Upgrade isc-dhcp-client tot 4.3.1-6+deb8u2.
2991     - Upgrade libpng12-0 to 1.2.50-2+deb8u2.
2992     - Upgrade OpenSSH client to 1:6.7p1-5+deb8u1.
2994   * Bugfixes
2995     - Restore the logo in the "About Tails" dialog.
2996     - Don't tell the user that "Tor is ready" before htpdate is done
2997       (Closes: #7721).
2998     - Upgrader wrapper: make the check for free memory more accurate
2999       (Closes: #10540, #8263).
3000     - Allow the desktop user, when active, to configure printers;
3001       fixes regression introduced in Tails 1.1 (Closes: #8443).
3002     - Close Vidalia before we restart Tor. Otherwise Vidalia will be running
3003       and showing errors while we make sure that Tor bootstraps, which could
3004       take a while.
3005     - Allow Totem to read DVDs, by installing apparmor-profiles-extra
3006       from jessie-backports (Closes: #9990).
3007     - Make memory erasure on shutdown more robust (Closes: #9707, #10487):
3008       · don't forcefully overcommit memory
3009       · don't kill the allocating task
3010       · make sure the kernel doesn't starve from memory
3011       · make parallel sdmem handling faster and more robust
3012     - Don't offer the option, in Tor Browser, to open a downloaded file with
3013       an external application (Closes: #9285). Our AppArmor confinement was
3014       blocking most such actions anyway, resulting in poor UX; bugfix on 1.3.
3015       Accordingly, remove the now-obsolete exception we had in the Tor
3016       Browser AppArmor profile, that allowed executing seahorse-tool.
3017     - Fix performance issue in Tails Upgrader, that made it very slow to apply
3018       an automatic upgrade; bugfix on 1.7 (Closes: #10757).
3019     - Use our wrapper script to start Icedove from the GNOME menus.
3020     - Make it possible to localize our Icedove wrapper script.
3021     - List Icedove persistence option in the same position where Claws Mail
3022       used to be, in the persistent volume assistant (Closes: #10832).
3023     - Fix Electrum by installing the version from Debian Testing
3024       (Closes: #10754). We need version >=2.5.4-2, see #9713;
3025       bugfix on 2.0~beta1. And, explicitly install python-qt4 to enable
3026       Electrum's GUI: it's a Recommends, and we're not pulling it ourselves
3027       via other means anymore.
3028     - Restore default file associations (Closes: #10798);
3029       bugfix on 2.0~beta1.
3030     - Update 'nopersistent' boot parameter to 'nopersistence'; bugfix on 0.12
3031       (Closes: #10831). Thanks to live-media=removable, this had no security
3032       impact in practice.
3033     - Repair dotfiles persistence feature, by adding a symlink from
3034       /lib/live/mount/persistence to /live/persistence; bugfix on 2.0~beta1
3035       (Closes: #10784).
3036     - Fix ability to re-configure an existing persistent volume using
3037       the GUI; bugfix on 2.0~beta1 (Closes: #10809).
3038     - Associate armored OpenPGP public keys named *.key with Seahorse,
3039       to workaround https://bugs.freedesktop.org/show_bug.cgi?id=93656;
3040       bugfix on 1.1 (Closes: #10889).
3041     - Update the list of enabled GNOME Shell extensions, which might fix
3042       the "GNOME Shell sometimes leaves Classic mode" bug seen in 2.0~beta1:
3043       · Remove obsolete "Alternative Status Menu", that is not shipped
3044         in Debian anymore.
3045       · Explicitly enable the GNOME Shell extensions that build
3046         the Classic mode.
3047     - Make _get_tg_setting() compatible with set -u (Closes: #10785).
3048     - laptop-mode-tools: don't control autosuspend. Some USB input
3049       devices don't support autosuspend. This change might help fix
3050       #10850, but even if it doesn't, it makes sense to me that we
3051       don't let laptop-mode-tools fiddle with this on a Live system
3052       (Closes (for now): #10850).
3054   * Minor improvements
3055     - Remove obsolete code from various places.
3056     - Tails Greeter:
3057       · hide all windows while logging in
3058       · resize and re-position the panel when the screen size grows
3059       · PostLogin: log into the Journal instead of a dedicated log file
3060       · use localectl to set the system locale and keyboard mapping
3061       · delete the Live user's password if no administration password is set
3062         (Closes: #5589)
3063       · port to GDBus greeter interface, and adjust to other GDM
3064         and GNOME changes
3065     - Tails Installer:
3066       · port to UDisks2, and from Qt4 to GTK3
3067       · adapt to work on other GNU/Linux operating systems than Tails
3068       · clean up enough upstream code and packaging bits to make it
3069         deserve being uploaded to Debian
3070       · rename everything from liveusb-creator to tails-installer
3071     - Port tails-perl5lib to GTK3 and UDisks2. In passing, do some minor
3072       refactoring and a GUI improvement.
3073     - Persistent Volume Assistant:
3074       · port to GTK3 and UDisks2
3075       · handle errors when deleting persistent volume (Closes: #8435)
3076       · remove obsolete workarounds
3077     - Don't install UDisks v1.
3078     - Adapt custom udev and polkit rules to UDisks v2 (Closes: #9054, #9270).
3079     - Adjust import-translations' post-import step for Tails Installer,
3080       to match how its i18n system works nowadays.
3081     - Use socket activation for CUPS, to save some boot time.
3082     - Set memlockd.service's OOMScoreAdjust to -1000.
3083     - Don't bother creating /var/lib/live in tails-detect-virtualization.
3084       If it does not exist at this point, we have bigger and more
3085       noticeable problems.
3086     - Simplify the virtualization detection & reporting system, and do it
3087       as a non-root user with systemd-detect-virt rather than virt-what.
3088     - Replace rsyslog with the systemd Journal (Closes: #8320), and adjust
3089       WhisperBack's logs handling accordingly.
3090     - Drop tails-save-im-environment.
3091       It's not been used since we stopped automatically starting the web browser.
3092     - Add a hook that aborts the build if any *.orig file is found. Such files
3093       appear mainly when a patch of ours is fuzzy. In most cases they are no big
3094       deal, but in some cases they end up being taken into account
3095       and break things.
3096     - Replace the tor+http shim with apt-transport-tor (Closes: #8198).
3097     - Install gnome-tweak-tool.
3098     - Don't bother testing if we're using dependency based boot.
3099     - Drop workaround to start spice-vdagent in GDM (Closes: #8025).
3100       This has been fixed in Jessie proper.
3101     - Don't install ipheth-utils anymore. It seems to be obsolete
3102       in current desktop environments.
3103     - Stop installing the buggy unrar-free, superseded in Jessie (Closes: #5838)
3104     - Drop all custom fontconfig configuration, and configure fonts rendering
3105       via dconf.
3106     - Drop zenity patch (zenity-fix-whitespacing-box-sizes.diff),
3107       that was applied upstream.
3108     - Install libnet-dbus-perl (currently 1.1.0) from jessie-backports,
3109       it brings new features we need.
3110     - Have the security check and the upgrader wait for Tor having bootstrapped
3111       with systemd unit ordering.
3112     - Get rid of tails-security-check's wrapper.
3113       Its only purpose was to wait for Tor to have bootstrapped,
3114       which is now done via systemd.
3115     - Don't allow the amnesia and tails-upgrade-frontend users to run
3116       tor-has-bootstrapped as root with sudo. They don't need it anymore,
3117       thanks to using systemd for starting relevant units only once Tor
3118       has bootstrapped.
3119     - Install python-nautilus, that enables MAT's context menu item in Nautilus.
3120       (Closes: #9151).
3121     - Configure GDM with a snippet file instead of patching its
3122       greeter.dconf-defaults.
3123     - WhisperBack:
3124       · port to Python 3 and GObject Introspection (Closes: #7755)
3125       · migrate from the gnutls module to the ssl one
3126       · use PGP/MIME for better attachments handling
3127       · migrate from the gnupginterface module to the gnupg one
3128       · natively support SOCKS ⇒ don't wrap with torsocks anymore
3129         (Closes: #9412)
3130       · don't try to include the obsolete .xession-errors in bug reports
3131         (Closes: #9966)
3132     - chroot-browser.sh: don't use static DISPLAY.
3133     - Simplify debugging:
3134       · don't hide the emergency shutdown's stdout
3135       · tails-unblock-network: trace commands so that they end up in the Journal
3136     - Configure the console codeset at ISO build time, instead of setting it
3137       to a constant via the Greeter's PostLogin.default.
3138     - Order the AppArmor policy compiling in a way that is less of a blocker
3139       during boot.
3140     - Include the major KMS modules in the initramfs. This helps seamless
3141       transition to X.Org when booting, and back to text mode on shutdown,
3142       can help for proper graphics hardware reinitialization post-kexec,
3143       and should improve GNOME Shell support in some virtual machines.
3144     - Always show the Universal Access menu icon in the GNOME panel.
3145     - Drop notification for not-migrated-yet persistence configuration,
3146       and persistence settings disabled due to wrong access rights.
3147       That migration happened more two years ago.
3148     - Remove the restricted network detector, that has been broken for too long;
3149       see #10560 for next steps (Closes: #8328).
3150     - Remove unsupported, never completed kiosk mode support.
3151     - clock_gettime_monotonic: use Perl's own function to get the integer part,
3152       instead of forking out to sed.
3153     - Don't (try to) disable lvm2 initscripts anymore. Both the original reason
3154       and the implementation are obsolete on Jessie.
3155     - Lower potential for confusion (#8443), by removing system-config-printer.
3156       One GUI to configure printers is enough (Closes: #8505).
3157     - Add "set -u" to tails-unblock-network.
3158     - Add a systemd target whose completion indicates that Tor has bootstrapped,
3159       and use it everywhere sensible (Closes: #9393).
3160     - Disable udev's 75-persistent-net-generator.rules, to preventing races
3161       between MAC spoofing and interface naming.
3162     - Replace patch against NetworkManager.conf with drop-in files.
3163     - Replace resolvconf with simpler NetworkManager and dhclient configuration.
3164       (Closes: #7708)
3165     - Replace patching of the gdomap, i2p, hdparm, tor and ttdnsd initscripts
3166       with 'systemctl disable' (Closes: #9881).
3167     - Replace patches that wrapped apps with torsocks with dynamic patching with
3168       a hook, to ease maintenance. Also, patch D-Bus services as needed
3169       (Closes: #10603).
3170     - Notify the user if running Tails inside non-free virtualization software
3171       that does not try to hide its nature (Closes: #5315).
3172       Thanks to Austin English <austinenglish@gmail.com> for the patch.
3173     - Declare htpdate.service as being needed for time-sync.target, to ensure
3174       that "services where correct time is essential should be ordered after
3175       this unit".
3176     - Convert some of the X session startup programs to `systemd --user' units.
3177     - Let the Pidgin wrapper pass through additional command-line arguments
3178       (Closes: #10383)
3179     - Move out of the $PATH a bunch of programs that users should generally
3180       not run directly: connect-socks, end-profile, getTorBrowserUserAgent,
3181       generate-tor-browser-profile, kill-boot-profile, tails-spoof-mac,
3182       tails-set-wireless-devices-state, tails-configure-keyboard,
3183       do_not_ever_run_me, boot-profile, tails-unblock-network,
3184       tor-controlport-filter, tails-virt-notify-user, tails-htp-notify-user,
3185       udev-watchdog-wrapper (Closes: #10658)
3186     - Upgrade I2P to 0.9.23-2~deb8u+1.
3187     - Disable I2P's time syncing support.
3188     - Install Torbirdy from official Jessie backports, instead of from
3189       our own APT repository (Closes: #10804).
3190     - Make GNOME Disks' passphrase strength checking new feature work,
3191       by installing cracklib-runtime (Closes: #10862).
3192     - Add support for Japanese in Tor Browser.
3193     - Install xserver-xorg-video-intel from Jessie Backports (currently:
3194       2.99.917-2~bpo8+1). This adds support for recent chips such as
3195       Intel Broadwell's HD Graphics (Closes: #10841).
3196     - Improve a little bit post-Greeter network unblocking:
3197       · Sleep a bit longer between deleting the blacklist, and triggering udev;
3198         this might help cure #9012.
3199       · Increase logging, so that we get more information next time someone
3200         sees #9012.
3201       · Touch /etc/modprobe.d/ after deleting the blacklist; this might help,
3202         in case all this is caused by some aufs bug.
3203     - Enable and use the Debian jessie-proposed-updates APT repository,
3204       anticipating on the Jessie 8.3 point-release (Closes: #10897).
3205     - Upgrade most firmware packages to 20160110-1.
3206     - Upgrade Intel CPU microcodes to 3.20151106.1~deb8u1.
3207     - Disable IPv6 for the default wired connection, so that
3208       NetworkManager does not spam the logs with IPv6 router
3209       solicitation failure. Note that this does not fix the problem
3210       for other connections (Partially closes: #10939).
3212   * Test suite
3213     - Adapt to the new desktop environment and applications' look.
3214     - Adapt new changed nmcli syntax and output.
3215     - New NetworkManager connection files must be manually loaded in Jessie.
3216     - Adapt to new pkexec behavior.
3217     - Adapt to how we now disable networking.
3218     - Use sysctl instead of echo:ing into /proc/sys.
3219     - Use oom_score_adj instead of the older oom_adj.
3220     - Adapt everything depending on logs to the use of the Journal.
3221     - Port to UDisks v2.
3222     - Check that the system partition is an EFI System Partition.
3223     - Add ldlinux.c32 to the list of bootloader files that are expected
3224       to be modified when we run syslinux (Closes: #9053).
3225     - Use apt(8) instead of apt-get(8).
3226     - Don't hide the cursor after opening the GNOME apps menu.
3227     - Convert the remote shell to into a systemd native service and a Python 3,
3228       script that uses the sd_notify facility (Closes: #9057). Also, set its
3229       OOM score adjustment value via its unit file, and not from the test suite.
3230     - Adjust to match where screenshots are saved nowadays.
3231     - Check that all system units have started (Closes: #8262)
3232     - Simplify the "too small device" test.
3233     - Spawn `poweroff' and `halt' in the background, and don't wait for them
3234       to return: anything else would be racy vs. the remote shell's stopping.
3235     - Bump video memory allocated to the system under test, to fix out of video
3236       memory errors.
3237     - When configuring the CPU to lack PAE support, use a qemu32 CPU instead
3238       of a Pentium one: the latter makes GNOME Shell crash.
3239       See #8778 for details about how Mesa's CPU features detection has
3240       room for improvement.
3241     - Adjust free(1) output parsing for Jessie.
3242     - vm-execute: rename --type option to --spawn.
3243     - Add method to set the X.Org clipboard, and install its dependency
3244       (xsel) in the ISO.
3245     - Paste URLs in one go, to work around issue with lost key presses
3246       in the browser (Closes: #10467).
3247     - Reliably wait for Synaptic's search button to fade in.
3248     - Take into account that the sticky bit is not set on block devices
3249       on Jessie anymore.
3250     - Ensure that we can use a NetworkManager connection stored in persistence
3251       (Closes: #7966).
3252     - Use a stricter regexp when extracting logs for dropped packets.
3253     - Clone the host CPU for the test suite guests (Closes: #8778).
3254     - Run ping as root (aufs does not support file capabilities so we don't
3255       get cap_net_raw+ep, and if built on a filesystem that does support
3256       file capabilities, then /bin/ping is not setupd root).
3257     - Escape regexp special characters when constructing the firewall log
3258       parsing regexp, and pass -P to grep, since Ruby uses PCRE.
3259     - Adjust is_persistent?() helper to findmnt changes in Jessie.
3260     - Rework in depth how we measure pattern coverage in memory, with more
3261       reliable Linux OOM and VM settings, fundamental improvements
3262       in what exactly we measure, and custom OOM adjutments for fillram
3263       processes (Closes: #9705).
3264     - Use blkid instead of parted to determine the filesystem type.
3265     - Use --kiosk mode instead of --fullscreen in virt-viewer, to remove
3266       the tiny border of the in-viewer menu.
3267     - Remove now redundant desktop screenshot directory scenario.
3268     - Adapt GNOME notification handling for Debian Jessie (Closes: #8782)
3269     - Disable screen blanking in the automated test suite, which occasionally
3270       breaks some test cases (Closes: #10403).
3271     - Move upgrade scenarios to the feature dedicated to them.
3272     - Don't make libvirt storage volumes executable.
3273     - Refactor the PAUSE_ON_FAIL functionality, so that we can use `pause()`
3274       as a breakpoint when debugging.
3275     - Drop non-essential Totem test that is mostly a duplicate, and too painful
3276       to be worth automating on Jessie.
3277     - Retry Totem HTTPS test with a new Tor circuit on failure.
3278     - Replace iptables status regexp-based parser with a new XML-based
3279       status analyzer: the previous implementation could not be adjusted
3280       to the new ip6tables' output (Closes: #9704).
3281     - Don't reboot in one instance when it is not needed.
3282     - Optimize memory erasure anti-test: block the boot to save CPU on the host.
3283     - Update I2P tests for Jessie, and generally make them more robust.
3284     - Update Electrum tests for 2.5.4-2 (Closes: #10758).
3285     - Add workaround for libvirt vs. guestfs permissions issue, to allow
3286       running the test suite on current Debian sid.
3287     - Fix buggy code, that happened to work by mistake, in the Seahorse
3288       test cases; bugfix on 1.8.
3289     - Update test suite images due to CSS change on Tails' website.
3290     - Adapt Tor Browser tests to work with the 5.5 series.
3291     - Automatically test downloading files in Tor Browser.
3292     - Remove obsolete scenario, that tested opening a downloaded file with
3293       an external application, which we do not support anymore.
3294     - Improve robustness of the "Tails OpenPGP keys" scenario (Closes: #10378).
3295     - Automatically test the "Diable all networking" feature (Closes: #10430).
3296     - Automatically test that SSH works over LAN (Closes: #9087).
3297     - Bump some statuc sleeps to fix a few race conditions (Closes: #5330).
3298     - Automatically test that an emergency shutdown triggers on boot
3299       medium removal (Closes: #5472).
3300     - Make the AppArmor checks actually detect errors (Closes: #10926).
3302   * Build system
3303     - Bump amount of disk space needed to build Tails with Vagrant.
3304       The addition of the Japanese Tor Browser tarball made us reach
3305       the limit of the previous value.
3307   * Adjustments for Debian 8 (Jessie) with no or very little user-visible impact
3308     - Free the fixed UIDs/GIDs we need before creating the corresponding users.
3309     - Replace the real gnome-backgrounds with a fake, equivs generated one
3310       (Closes: #8055). Jessie's gnome-shell depends on gnome-backgrounds,
3311       which is too fat to ship considering we're not using it.
3312     - AppArmor: adjust CUPS profile to support our Live system environment
3313       (Closes: #8261):
3314       · Mangle lib/live/mount/overlay/... as usual for aufs.
3315       · Pass the the attach_disconnected flag, that's needed for compatibility
3316         with PrivateTmp.
3317     - Make sure we don't ship geoclue* (Closes: #7949).
3318     - Drop deprecated GDM configuration file.
3319     - Don't add the Live user to the deprecated 'fuse' group.
3320     - Drop hidepid mount option for /proc (Closes: #8256). In its current,
3321       simplistic form it cannot be supported by systemd.
3322     - Don't manually load acpi-cpufreq at boot time. It fails to load
3323       whenever no device it supports is present, which makes the
3324       systemd-modules-load.service fail. These days, the kernel
3325       should just automatically load such modules when they are needed.
3326     - Drop sysvinit-specific (sensigs.omit.d) tweaks for memlockd.
3327     - Disable the GDM unit file's Restart=always, that breaks our "emergency
3328       shutdown on boot medium removal" feature.
3329     - Update the implementation of the memory erasure on shutdown feature:
3330       · check for rebooting state using systemctl, instead of the obsolete
3331         $RUNLEVEL (Closes: #8306)
3332       · the kexec-load initscript normally silently exits unless systemd is
3333         currently running a reboot job. This is not the case when the emergency
3334         shutdown has been triggered, so we removed this check
3335       · migrate tails-kexec to the /lib/systemd/system-shutdown/ facility
3336       · don't (try to) switch to tty1 on emergency shutdown: it apparently
3337         requires data that we haven't locked into memory, and then it blocks
3338         the whole emergency shutdown process
3339     - Display a slightly darker version of the desktop wallpaper on the screen
3340       saver, instead of the default flashy "Debian 8" branding (Closes: #9038).
3341     - Disable software autorun from external media.
3342     - Disable a few unneeded D-Bus services. Some of these services are
3343       automatically started (via D-Bus activation) when GNOME Shell tries
3344       to use them. The only "use" I've seen for them, except eating
3345       precious RAM, is to display "No appointment today" in the calendar pop-up.
3346       (Closes: #9037)
3347     - Prevent NetworkManager services from starting at boot time
3348       (Closes: #8313). We start them ourselves after changing the MAC address.
3349     - Unfuzzy all patches (Closes: #8268) and drop a few obsolete ones.
3350     - Adapt IBus configuration for Jessie (Closes: #8270), i.e. merge the two
3351       places where we configure keyboard layout and input methods: both are now
3352       configured in the same place in Jessie's GNOME.
3353     - Migrate panel launchers to the favorite apps list (Closes: #7992).
3354     - Drop pre-GNOME Shell menu tweaks.
3355     - Hide "Log out" button in the GNOME Shell menu (Closes: #8364).
3356     - Add a custom shutdown-helper GNOME Shell extension (Closes: #8302, #5684
3357       and #5878) that removes the press-Alt-to-turn-shutdown-button-into-Suspend
3358       functionality from the GNOME user menu, and makes Restart and Shutdown
3359       immediate, without further user interaction. Accordingly remove our custom
3360       Shutdown Helper panel applet (#8302).
3361     - Drop GNOME Panel configuration, now deprecated.
3362     - Disable GNOME Shell's screen lock feature.
3363       We're not there yet (see #5684).
3364     - Disable GNOME Shell screen locker's user switch feature.
3365     - Explicitly install libany-moose-perl (Closes: #8051).
3366       It's needed by our OpenPGP applet. On Wheezy, this package was pulled
3367       by some other dependency. This is not the case anymore on Jessie.
3368     - Don't install notification-daemon nor gnome-mag: GNOME Shell has taken
3369       over this functionality (Closes: #7481).
3370     - Don't install ntfsprogs: superseded on Jessie.
3371     - Don't install barry-util: not part of Jessie.
3372     - Link udev-watchdog dynamically, and lock it plus its dependencies
3373       in memory.
3374     - Migrate from gdm-simple-greeter to a custom gdm-tails session
3375       (Closes: #7599).
3376     - Update Plymouth installation and configuration:
3377       · install the plymouth packages via chroot_local-hooks: lb 2.x's "standard"
3378         packages list pulls console-common in, which plymouth now conflicts with
3379       · don't patch the plymouth initscript anymore, that was superseded
3380         by native systemd unit files
3381       · mask the plymouth-{halt,kexec,poweroff,reboot,shutdown} services,
3382         to prevent them from occupying the active TTY with an (empty) splash
3383         screen on shutdown/reboot, that would hide the messages we want to show
3384         to the user via tails-kexec (Closes: #9032)
3385     - Migrate GNOME keyboard layout settings from libgnomekbd to input-sources
3386       (Closes: #7898).
3387     - Explicitly install syslinux-efi, that we need and is not automatically
3388       pulled by anything else anymore.
3389     - Workaround #7248 for GDM: use a solid blue background picture,
3390       instead of a solid color fill, in the Greeter session.
3391     - De-install gcc-4.8-base and gcc-4.9 at the end of the ISO build process.
3392     - Revert the "Wrap syndaemon to always use -t" Wheezy-specific workaround.
3393     - htpdate: run date(1) in a Jessie-compatible (and nicer) way.
3394     - Remove obsolete dconf screenshot settings and the corresponding test.
3395     - Drop our patched python-dbus{,-dev} package (Closes: #9177).
3396     - live-persist: stop overriding live-boot's functions, we now have
3397       a recent enough blkid.
3398     - Adjust sdmem initramfs bits for Jessie:
3399       · Directly call poweroff instead of halt -p.
3400       · Don't pass -n to poweroff and reboot, it's not supported anymore.
3401     - Wrap text in the Unsafe Browser startup warning dialog
3402       (Jessie's zenity does not wrap it itself).
3403     - Associate application/pgp-keys with Seahorse's "Import Key" application
3404       (Closes: #10571).
3405     - Install topIcons GNOME Shell extension (v28), to work around the fact
3406       that a few of the applets we use hijack the notification area.
3407     - "cd /" to fix permissions issue at tails-persistence-setup startup
3408       (Closes: #8097).
3409     - Install gstreamer1.0-libav, so that Totem can play H264-encoded videos.
3410     - Adjust APT sources configuration:
3411       · remove explicit jessie and jessie-updates sources:
3412         automatically added by live-build
3413       · add Debian testing
3414       · add jessie-backports
3415     - Firewall: white-list access to the accessibility daemon (Closes: #8075).
3416     - Adjust to changed desktop notification behavior and supported feature set
3417       (Closes: #7989):
3418       · pass the DBUS_SESSION_BUS_ADDRESS used by the GNOME session
3419         to notify-send
3420       · update waiting for a notification handler: gnome-panel and nm-applet
3421         are obsolete, GNOME Shell is now providing this facility, so instead
3422         wait for a process that starts once GNOME Shell is ready, namely
3423         ibus-daemon (Closes: #8685)
3424       · port tails-warn-about-disabled-persistence and tails-virt-notify-user
3425         to notification actions (instead of hyperlinks), and make the latter
3426         transient; to this end, add support to Desktop::Notify for "hints"
3427         and notification actions
3428       · tails-security-check: use a dialog box instead of desktop notifications
3429       · MAC spoofing failure notification: remove the link to the documentation;
3430         it was broken on Tails/Wheezy already, see #10559 for next steps
3431     - Don't explicitly install gnome-panel nor gnome-menus, so that they go away
3432       whenever the Greeter does not pull them in anymore.
3433     - Install gkbd-capplet, that provides gkbd-keyboard-display (Closes: #8363).
3434     - Install Tor 0.2.7 from deb.torproject.org: we don't need to rebuild it
3435       ourselves for seccomp support anymore.
3436     - Wrap Seahorse with torsocks when it is started as a D-Bus service too
3437       (Closes: #9792).
3438     - Rename the AppArmor profile for Tor, so it applies to the system-wide
3439       Tor service we run (Closes: #10528).
3440     - Essentially revert ALSA state handling to how it was pre-Jessie, so that
3441       mixer levels are unmuted and sanitized at boot time (Closes: #7591).
3442     - Pass --yes to apt-get when installing imagemagick.
3443     - Make removable devices, that we support installing Tails to, user writable:
3444       Tails Installer requires raw block device access to such devices
3445       (Closes: #8273). Similarly, allow the amnesia user, when active, to open
3446       non-system devices for writing with udisks2. This is roughly udisks2's
3447       equivalent of having direct write access to raw block storage devices.
3448       Here too, Tails Installer uses this functionality.
3449     - Disable networkd to prevent any risk of DNS leaks it might cause; and
3450       disable timesyncd, as we have our own time synchronization mechanism.
3451       They are not enabled by default in Jessie, but may be in Stretch,
3452       so let's be explicit about it.
3453     - Mask hwclock-save.service, to avoid sync'ing the system clock
3454       to the hardware clock on shutdown (Closes: #9363).
3455     - apparmor-adjust-cupsd-profile.diff: adjust to parse fine on Jessie
3456       (Closes: #9963)
3457     - Explicitly use tor@default.service when it's the one we mean.
3458     - Refactor GNOME/X env exporting to Tails' shell library, and grab
3459       more of useful bits of the desktop session environment.
3460       Then, use the result in the test suite's remote shell.
3461     - Stop tweaking /etc/modules. It's 2015, the kernel should load these things
3462       automatically (Closes: #10609).
3463     - Have systemd hardening let Tor modify its configuration (needed by Tor
3464       Launcher), and start obfs4proy (Closes: #10696, #10724).
3465     - Bump extensions.adblockplus.currentVersion and
3466       extensions.enigmail.configuredVersion to match what we currently get
3467       on Jessie.
3468     - I2P: switch from 'service' to 'systemctl' where possible.
3470  -- Tails developers <tails@boum.org>  Mon, 25 Jan 2016 18:06:33 +0100
3472 tails (1.8.2) unstable; urgency=medium
3474   * Security fixes
3475     - Upgrade Tor Browser to 5.0.7.
3476     - Upgrade Linux to 3.16.7-ckt20-1+deb8u2.
3477     - Upgrade foomatic-filters to 4.0.17-1+deb7u1.
3478     - Upgrade git to 1:1.7.10.4-1+wheezy2.
3479     - Upgrade Icedove to 38.5.0-1~deb7u1.
3480     - Upgrade libxml2-related packages to 2.8.0+dfsg1-7+wheezy5.
3481     - Upgrade OpenSSL-related packages to 1.0.1e-2+deb7u19.
3482     - Upgrade libsmbclient to 2:3.6.6-6+deb7u6.
3484  -- Tails developers <tails@boum.org>  Sat, 09 Jan 2016 16:27:27 +0100
3486 tails (1.8.1) unstable; urgency=medium
3488   * Security fixes
3489     - Upgrade Tor Browser to 5.0.6.
3490     - Upgrade Linux to 3.16.7-ckt20-1+deb8u1
3491     - Upgrade gdkpixbuf to 2.26.1-1+deb7u3
3492     - Upgrade bind9 tools to 1:9.8.4.dfsg.P1-6+nmu2+deb7u8
3494   * Bugfixes
3495     - Fix time synchronization in bridge mode by refreshing our patch
3496       against Tor's AppArmor profile.
3498  -- Tails developers <tails@boum.org>  Fri, 18 Dec 2015 19:05:18 +0000
3500 tails (1.8) unstable; urgency=medium
3502   * Security fixes
3503     - Upgrade Tor to 0.2.7.6-1~d70.wheezy+1+tails1.
3504     - Upgrade Tor Browser to 5.0.5. (Closes: #10751)
3505     - Upgrade LibreOffice to 1:3.5.4+dfsg2-0+deb7u5.
3506     - Upgrade krb5-based packages to 1.10.1+dfsg-5+deb7u6.
3507     - Upgrade Linux to 3.16.7-ckt11-1+deb8u6.
3508     - Upgrade wpasupplicant to 1.0-3+deb7u3.
3509     - Upgrade libpng12-0 to 1.2.49-1+deb7u1.
3510     - Upgrade openjdk-7 to 7u91-2.6.3-1~deb7u1.
3511     - Upgrade libnspr4 to 2:4.9.2-1+deb7u3
3512     - Upgrade dpkg to 1.16.17.
3513     - Upgrade gnutls26 to 2.12.20-8+deb7u4.
3514     - Upgrade Icedove to 1:38.0.1-1~deb7u1.
3515     - Upgrade OpenSSL to 1.0.1e-2+deb7u18.
3517   * Bugfixes
3518     - Upgrade to Electrum 2.5.4-2~d70.wheezy+1+tails1. Now Electrum
3519       should work again. Note that the documentation has not been
3520       adapted to the slight changes in the Electrum account setup
3521       wizard yet.
3523   * Minor improvements
3524     - Upgrade I2P to 0.9.23-2~deb7u+1.
3525     - Rebase our patch against the Tor Browser AppArmor profile on top
3526       of the one shipped in torbrowser-launcher 0.2.1-2.
3527     - Warn if the claws-mail persistence is enabled and contains a
3528       Claws Mail configuration when starting icedove. (Closes: #10458)
3529     - Replace the Claws Mail GNOME launcher with Icedove. (Closes:
3530       #10739)
3531     - Remove the Claws Mail persistence feature from the Persistence
3532       Assistant. (Closes: #10742)
3534   * Build system
3535     - Simplify ISO image naming rules by using the base rule we use
3536       for Jenkins all the time, except when building from a tag
3537       (i.e. building a release).  (Closes: #10349)
3539   * Test suite
3540     - Lower the waiting time for USB installation in the test suite.
3541       So far we were waiting up to one hour, which is just the same as
3542       our Jenkins inactivity timeout, so in practice when Tails
3543       Installer fails and displays an error message, instead of
3544       reporting that the job failed (which is the point of the
3545       exercise) we abort the job due to this timeout which
3546       communicates less clearly that there's probably a bug. (Closes:
3547       #10718)
3548     - Remove the check for the sound icon in the systray in the
3549       Windows Camouflage tests. (Closes: #10493)
3550     - Retry running whois when "LIMIT EXCEEDED" is in its output for
3551       increased robustness. (Closes: #10523)
3552     - Make Seahorse tests more robust. (Closes: #9095, #10501)
3553     - Make the handling of Pidgin's account manager more robust.
3554       (Closes: #10506)
3556  -- Tails developers <tails@boum.org>  Mon, 14 Dec 2015 23:07:19 +0100
3558 tails (1.7) unstable; urgency=medium
3560   * Major new features and changes
3561     - Upgrade Tor Browser to 5.0.4. (Closes: #10456)
3562     - Add a technology preview of the Icedove Email client (a
3563       rebranded version of Mozilla Thunderbird), including OpenPGP
3564       support via the Enigmail add-on, general security and anonymity
3565       improvements via the Torbirdy add-on, and complete persistence
3566       support (which will be enabled automatically if you already have
3567       Claws Mail persistence enabled). Icedove will replace Claws Mail
3568       as the supported email client in Tails in a future
3569       release. (Closes: #6151, #9498, #10285)
3570     - Upgrade Tor to 0.2.7.4-rc-1~d70.wheezy+1+tails1. Among the many
3571       improvement of this new Tor major release, the new
3572       KeepAliveIsolateSOCKSAuth option allows us to drop the
3573       bug15482.patch patch (taken from the Tor Browse bundle) that
3574       enabled similar (but inferior) functionality for *all*
3575       SocksPort:s -- now the same circuit is only kept alive for
3576       extended periods for the SocksPort used by the Tor
3577       Browser. (Closes: #10194, #10308)
3578     - Add an option to Tails Greeter which disables networking
3579       completely. This is useful when intending to use Tails for
3580       offline work only. (Closes: #6811)
3582   * Security fixes
3583     - Fix CVE-2015-7665, which could lead to a network interface's IP
3584       address being exposed through wget. (Closes: #10364)
3585     - Prevent a symlink attack on ~/.xsession-errors via
3586       tails-debugging-info which could be used by the amnesia user to
3587       read the contents of any file, no matter the
3588       permissions. (Closes: #10333)
3589     - Upgrade libfreetype6 to 2.4.9-1.1+deb7u2.
3590     - Upgrade gdk-pixbuf packages to 2.26.1-1+deb7u2.
3591     - Upgrade Linux to 3.16.7-ckt11-1+deb8u5.
3592     - Upgrade openjdk-7 packages to 7u85-2.6.1-6~deb7u1.
3593     - Upgrade unzip to 6.0-8+deb7u4.
3595   * Bugfixes
3596     - Add a temporary workaround for an issue in our code which checks
3597       whether i2p has bootstrapped, which (due to some recent change
3598       in either I2P or Java) could make it appear it had finished
3599       prematurely. (Closes: #10185)
3600     - Fix a logical bug in the persistence preset migration code while
3601       real-only persistence is enabled. (Closes: #10431)
3603   * Minor improvements
3604     - Rework the wordings of the various installation and upgrade
3605       options available in Tails installer in Wheezy. (Closes: #9672)
3606     - Restart Tor if bootstrapping stalls for too long when not using
3607       pluggable transports. (Closes: #9516)
3608     - Install firmware-amd-graphics, and firmware-misc-nonfree instead
3609       of firmware-ralink-nonfree, both from Debian Sid.
3610     - Update the Tails signing key. (Closes: #10012)
3611     - Update the Tails APT repo signing key. (Closes: #10419)
3612     - Install the nmh package. (Closes: #10457)
3613     - Explicitly run "sync" at the end of the Tails Upgrader's upgrade
3614       process, and pass the "sync" option when remounting the system
3615       partition as read-write. This might help with some issues we've
3616       seen, such as #10239, and possibly for #8449 as well.
3618   * Test suite
3619     - Add initial automated tests for Icedove. (Closes: #10332)
3620     - Add automated tests of the MAC spoofing feature. (Closes: #6302)
3621     - Drop the concept of "background snapshots" and introduce a general
3622       system for generating snapshots that can be shared between
3623       features. This removes all silly hacks we previously used to
3624       "skip" steps, and greatly improves performance and reliability
3625       of the whole test suite. (Closes: #6094, #8008)
3626     - Flush to the log file in debug_log() so the debugging info can
3627       be viewed in real time when monitoring the debug log
3628       file. (Closes: #10323)
3629     - Force UTF-8 locale in automated test suite. Ruby will default to
3630       the system locale, and if it is non-UTF-8, some String-methods
3631       will fail when operating on non-ASCII strings. (Closes: #10359)
3632     - Escape regexp used to match nick in CTCP replies. Our Pidgin
3633       nick's have a 10% chance to include a ^, which will break that
3634       regexp. We need to escape all characters in the nick. (Closes:
3635       #10219)
3636     - Extract TBB languages from the Tails source code. This will
3637       ensure that valid locales are tested. As an added bonus, the
3638       code is greatly simplified. (Closes: #9897)
3639     - Automatically test that tails-debugging-info is not susceptible
3640       to the type of symlink attacks fixed by #10333.
3641     - Save all test suite artifacts in a dedicated directory with more
3642       useful infromation encoded in the path. This makes it easier to
3643       see which artifacts belongs to which failed scenario and which
3644       run. (Closes: #10151)
3645     - Log all useful information via Cucumber's formatters instead of
3646       printing to stderr, which is not included when logging to file
3647       via `--out`. (Closes: #10342)
3648     - Continue running the automated test suite's vnc server even if
3649       the client disconnects. (Closes: #10345)
3650     - Add more automatic tests for I2P. (Closes: #6406)
3651     - Bump the Tor circuit retry count to 10. (Closes: #10375)
3652     - Clean up dependencies: (Closes: #10208)
3653       * libxslt1-dev
3654       * radvd
3655       * x11-apps
3657  -- Tails developers <tails@boum.org>  Tue, 03 Nov 2015 01:09:41 +0100
3659 tails (1.6) unstable; urgency=medium
3661   * Security fixes
3662     - Upgrade Tor Browser to 5.0.3. (Closes: #10223)
3663     - Upgrade bind9-based packages to 1:9.8.4.dfsg.P1-6+nmu2+deb7u7.
3664     - Upgrade liblcms1 to 1.19.dfsg2-1.2+deb7u1.
3665     - Upgrade libldap-2.4-2 to 2.4.31-2+deb7u1.
3666     - Upgrade libslp1 to 1.2.1-9+deb7u1.
3667     - Upgrade ssl-cert to 1.0.32+deb7u1.
3669   * Bugfixes
3670     - Fix a corner case for the MAC spoofing panic mode. If panic mode
3671       failed to disable the specific device that couldn't be spoofed
3672       (by unloading the module) we disable networking. Previously we
3673       only stopped NetworkManager. The problem is that NM isn't even
3674       started at this time, but will specifically be started when
3675       we're done with MAC spoofing. Therefore, let's completely
3676       disable NetworkManager so it cannot possibly be
3677       started. (Closes: #10160)
3678     - Avoid use of uninitialized value in restricted-network-detector.
3679       If NetworkManager decides that a wireless connection has timed
3680       out before "supplicant connection state" has occued, our idea of
3681       the state is `undef`, so it cannot be used in a string
3682       comparison. Hence, let's initialize the state to the empty
3683       string instead of `undef`. Also fix the state
3684       recording. Apparently NetworkManager can say a few different
3685       things when it logs the device state transitions. (Closes:
3686       #7689)
3688   * Minor improvements
3689     - Remove workaround for localizing search engine plugins. The
3690       workaround has recently become unnecessary, possibly due to the
3691       changes made for the seach bar after the Tor Browser was rebased
3692       on Firefox 38esr. (Closes: #9146)
3693     - Refer to the I2P Browser in the I2P notifications. Instead of
3694       some obscure links that won't work in the Tor Browser, where
3695       users likely will try them, and which I believe will open them
3696       by default. (Closes: #10182)
3697     - Upgrade I2P to 0.9.22. Also set the I2P apparmor profile to
3698       enforce mode. (Closes: #9830)
3700   * Test suite
3701     - Test that udev-watchdog is monitoring the correct device when
3702       booted from USB. (Closes: #9890)
3703     - Remove unused 'gksu' step. This causes a false-positive to be
3704       found for #5330. (Closes: #9877)
3705     - Make --capture capture individual videos for failed scenarios
3706       only, and --capture-all to capture videos for all scenarios.
3707       (Closes: #10148)
3708     - Use the more efficient x264 encoding when capturing videos using
3709       the --capture* options. (Closes: #10001)
3710     - Make --old-iso default to --iso if omitted. Using the same ISO
3711       for the USB upgrade tests most often still does what we want,
3712       e.g. test that the current version of Tails being tested has a
3713       working Tails installer. Hence this seems like a reasonable
3714       default. (Closes: #10147)
3715     - Avoid nested FindFailed exceptions in waitAny()/findAny(), and
3716       throw a new dedicated FindAnyFailed exception if these fail
3717       instead. Rjb::throw doesn't block Ruby's execution until the
3718       Java exception has been received by Ruby, so strange things can
3719       happen and we must avoid it. (Closes: #9633)
3720     - Fix the Download Management page in our browsers. Without the
3721       browser.download.panel.shown pref set, the progress being made
3722       will not update until after the browser has been restarted.
3723       (Closes: #8159)
3724     - Add a 'pretty_debug' (with an alias: 'debug') Cucumber formatter
3725       that deals with debugging instead of printing it to STDERR via
3726       the `--debug` option (which now has been removed). This gives us
3727       the full flexibility of Cucumber's formatter system, e.g. one
3728       easy-to-read formatter can print to the terminal, while we get
3729       the full debug log printed to a file. (Closes: #9491)
3730     - Import logging module in otr-bot.py. Our otr-bot.py does not use
3731       logging but the jabberbot library makes logging calls, causing a
3732       one-off message “No handlers could be found for logger
3733       "jabberbot"” to be printed to the console. This commit
3734       effectively prevents logging/outputting anything to the terminal
3735       which is at a level lower than CRITICAL. (Closes: 9375)
3736     - Force new Tor circuit and reload web site on browser
3737       timeouts. (Closes: #10116)
3738     - Focus Pidgin's buddy list before trying to access the tools
3739       menu. (Closes: #10217)
3740     - Optimize IRC test using waitAny. If connecting to IRC fails,
3741       such as when OFTC is blocking Tor, waiting 60 seconds to connect
3742       while a a Reconnect button is visible is sub-optimal. It would
3743       be better to try forcing a new Tor circuit and clicking the
3744       reconnect button. (Closes: #9653)
3745     - Wait for (and focus if necessary) Pidgin's Certificate windows.
3746       (Closes: #10222)
3748  -- Tails developers <tails@boum.org>  Sun, 20 Sep 2015 17:47:26 +0000
3750 tails (1.5.1) unstable; urgency=medium
3752   * Security fixes
3753     - Upgrade Tor Browser to 5.0.2. (Closes: #10112)
3754     - Upgrade gdk-pixbuf packages to 2.26.1-1+deb7u1.
3755     - Upgrade libnss3 to 2:3.14.5-1+deb7u5.
3757   * Bugfixes
3758     - Refresh Tor Browser AppArmor profile patch. The old one doesn't
3759       apply on top of testing's torbrowser-launcher anymore.
3761   * Build system
3762     - Make sure Jenkins creates new jobs to build the testing branch
3763       after freezes. (Closes: #9925)
3765  -- Tails developers <tails@boum.org>  Fri, 28 Aug 2015 01:52:14 +0200
3767 tails (1.5) unstable; urgency=medium
3769   * Major new features and changes
3770     - Move LAN web browsing from Tor Browser to the Unsafe Browser,
3771       and forbid access to the LAN from the former. (Closes: #7976)
3772     - Install a 32-bit GRUB EFI boot loader. This at least works
3773       on some Intel Baytrail systems. (Closes: #8471)
3775   * Security fixes
3776     - Upgrade Tor Browser to 5.0, and integrate it:
3777       · Disable Tiles in all browsers' new tab page.
3778       · Don't use geo-specific search engine prefs in our browsers.
3779       · Hide Tools -> Set Up Sync, Tools -> Apps (that links to the Firefox
3780         Marketplace), and the "Share this page" button in the Tool bar.
3781       · Generate localized Wikipedia search engine plugin icons so the
3782         English and localized versions can be distinguished in the new
3783         search bar. (Closes: #9955)
3784     - Fix panic mode on MAC spoofing failure. (Closes: #9531)
3785     - Deny Tor Browser access to global tmp directories with AppArmor,
3786       and give it its own $TMPDIR. (Closes: #9558)
3787     - Tails Installer: don't use a predictable file name for the subprocess
3788       error log. (Closes: #9349)
3789     - Pidgin AppArmor profile: disable the launchpad-integration abstraction,
3790       which is too wide-open.
3791     - Use aliases so that our AppArmor policy applies to
3792       /lib/live/mount/overlay/ and /lib/live/mount/rootfs/*.squashfs/ as well as
3793       it applies to /. And accordingly:
3794       · Upgrade AppArmor packages to 2.9.0-3~bpo70+1.
3795       · Install rsyslog from wheezy-backports, since the version from Wheezy
3796         conflicts with AppArmor 2.9.
3797       · Stop installing systemd for now: the migration work is being done in
3798         the feature/jessie branch, and it conflicts with rsyslog from
3799         wheezy-backports.
3800       · Drop apparmor-adjust-user-tmp-abstraction.diff: obsoleted.
3801       · apparmor-adjust-tor-profile.diff: simplify and de-duplicate rules.
3802       · Take into account aufs whiteouts in the system_tor profile.
3803       · Adjust the Vidalia profile to take into account Live-specific paths.
3804     - Upgrade Linux to 3.16.7-ckt11-1+deb8u3.
3805     - Upgrade bind9-host, dnsutils and friends to 1:9.8.4.dfsg.P1-6+nmu2+deb7u6.
3806     - Upgrade cups-filters to 1.0.18-2.1+deb7u2.
3807     - Upgrade ghostscript to 9.05~dfsg-6.3+deb7u2.
3808     - Upgrade libexpat1 to 2.1.0-1+deb7u2.
3809     - Upgrade libicu48 to 4.8.1.1-12+deb7u3.
3810     - Upgrade libwmf0.2-7 to 0.2.8.4-10.3+deb7u1.
3811     - Upgrade openjdk-7 to 7u79-2.5.6-1~deb7u1.
3813   * Bugfixes
3814     - Upgrade Tor to 0.2.6.10-1~d70.wheezy+1+tails1.
3816   * Minor improvements
3817     - Tails Installer: let the user know when it has rejected a candidate
3818       destination device because it is too small. (Closes: #9130)
3819     - Tails Installer: prevent users from trying to "upgrade" a device
3820       that contains no Tails, or that was not installed with Tails Installer.
3821       (Closes: #5623)
3822     - Install libotr5 and pidgin-otr 4.x from wheezy-backports. This adds
3823       support for the OTRv3 protocol and for multiple concurrent connections
3824       to the same account. (Closes: #9513)
3825     - Skip warning dialog when starting Tor Browser while being offline,
3826       in case it is already running. Thanks to Austin English for the patch!
3827       (Closes: #7525)
3828     - Install the apparmor-profiles package (Closes: #9539), but don't ship
3829       a bunch of AppArmor profiles we don't use, to avoid increasing
3830       boot time. (Closes: #9757)
3831     - Ship a /etc/apparmor.d/tunables/home.d/tails snippet, instead
3832       of patching /etc/apparmor.d/tunables/home.
3833     - live-boot: don't mount tmpfs twice on /live/overlay, so that the one which
3834       is actually used as the read-write branch of the root filesystem's union
3835       mount, is visible. As a consequence:
3836       · One can now inspect how much space is used, at a given time, in the
3837         read-write branch of the root filesystem's union mount.
3838       · We can make sure our AppArmor policy works fine when that filesystem
3839         is visible, which is safer in case e.g. live-boot's behavior changes
3840         under our feet in the future... or in case these "hidden" files are
3841         actually accessible somehow already.
3843   * Build system
3844     - Add our jenkins-tools repository as a Git submodule, and replace
3845       check_po.sh with a symlink pointing to the same script in that submodule.
3846       Adjust the automated test suite accordingly. (Closes: #9567)
3847     - Bump amount of RAM needed for Vagrant RAM builds to 7.5 GiB. In
3848       particular the inclusion of the Tor Browser 5.0 series has recently
3849       increased the amount of space needed to build Tails. (Closes: #9901)
3851   * Test suite
3852     - Test that the Tor Browser cannot access LAN resources.
3853     - Test that the Unsafe Browser can access the LAN.
3854     - Installer: test new behavior when trying to upgrade an empty device, and
3855       when attempting to upgrade a non-Tails FAT partition on GPT; also, take
3856       into account that all unsupported upgrade scenarios now trigger
3857       the same behavior.
3858     - Request a new Tor circuit and re-run the Seahorse and GnuPG CLI tests
3859       on failure. (Closes: #9518, #9709)
3860     - run_test_suite: remove control chars from log file even when cucumber
3861       exits with non-zero. (Closes: #9376)
3862     - Add compatibility with cucumber 2.0 and Debian Stretch. (Closes: #9667)
3863     - Use custom exception when 'execute_successfully' fails.
3864     - Retry looking up whois info on transient failure. (Closes: #9668)
3865     - Retry wget on transient failure. (Closes: #9715)
3866     - Test that Tor Browser cannot access files in /tmp.
3867     - Allow running the test suite without ntp installed. There are other means
3868       to have an accurate host system clock, e.g. systemd-timesyncd and tlsdate.
3869       (Closes: #9651)
3870     - Bump timeout in the Totem feature.
3871     - Grep memory dump using the --text option. This is necessary with recent
3872       versions of grep, such as the one in current Debian sid, otherwise it
3873       will count only one occurrence of the pattern we're looking for.
3874       (Closes: #9759)
3875     - Include execute_successfully's error in the exception, instead
3876       of writing it to stdout via puts. (Closes: #9795)
3877     - Test that udev-watchdog is actually monitoring the correct device.
3878       (Closes: #5560)
3879     - IUK: workaround weird Archive::Tar behaviour on current sid.
3880     - Test the SocksPort:s given in torrc in the Unsafe Browser.
3881       This way we don't get any sneaky errors in case we change them and
3882       forget to update this test.
3883     - Directly verify AppArmor blocking of the Tor Browser by looking in
3884       the audit log: Firefox 38 does no longer provide any graphical feedback
3885       when the kernel blocks its access to files the user wants to access.
3886     - Update browser-related automated test suite images, and workaround
3887       weirdness introduced by the new Tor Browser fonts.
3888     - Test that Pidgin, Tor Browser, Totem and Evince cannot access ~/.gnupg
3889       via alternate, live-boot generated paths.
3890     - Adjust tests to cope with our new AppArmor aliases.
3891     - Bump memory allocated to the system under test to 2 GB. (Closes: #9883)
3893  -- Tails developers <tails@boum.org>  Mon, 10 Aug 2015 19:12:58 +0200
3895 tails (1.4.1) unstable; urgency=medium
3897   * Security fixes
3898     - Upgrade Tor Browser to 4.5.3, based on Firefox 31.8.0 ESR. (Closes: #9649)
3899     - Upgrade Tor to 0.2.6.9-1~d70.wheezy+1+tails2, which includes a circuit
3900       isolation bugfix. (Closes: #9560)
3901     - AppArmor: deny Tor Browser access to the list of recently used files.
3902       (Closes: #9126)
3903     - Upgrade OpenSSL to 1.0.1e-2+deb7u17.
3904     - Upgrade Linux to 3.16.7-ckt11-1.
3905     - Upgrade CUPS to 1.5.3-5+deb7u6.
3906     - Upgrade FUSE to 2.9.0-2+deb7u2.
3907     - Upgrade libsqlite3-0 to 3.7.13-1+deb7u2.
3908     - Upgrade ntfs-3g and ntfsprogs to 1:2012.1.15AR.5-2.1+deb7u2.
3909     - Upgrade p7zip-full to 9.20.1~dfsg.1-4+deb7u1.
3911   * Bugfixes
3912     - Fix automatic upgrades in Windows Camouflage mode. (Closes: #9413)
3913     - Don't ship the snakeoil SSL key pair generated by ssl-cert in the ISO.
3914       (Closes: #9416)
3915     - Partially fix the truncated notifications issue. (#7249)
3917   * Minor improvements
3918     - Disable the hwclock.sh initscript at reboot/shutdown time.
3919       This is an additional safety measure to ensure that the hardware clock
3920       is not modified. (Closes: #9364)
3921     - Stop shipping /var/cache/man/*, to make ISOs and IUKs smaller.
3922       (Closes: #9417)
3923     - Update torbrowser-AppArmor-profile.patch to apply cleanly on top of the
3924       profile shipped with torbrowser-launcher 0.2.0-1.
3925     - Add the jessie/updates APT repo and set appropriate pinning.
3926     - Upgrade Electrum to 1.9.8-4~bpo70+1.
3927     - Upgrade kernel firmware packages to 0.44.
3929   * Build system
3930     - Install the Linux kernel from Debian Jessie. (Closes: #9341)
3931     - Remove files that are not under version control when building in Jenkins.
3932       (Closes: #9406)
3933     - Don't modify files in the source tree before having possibly merged
3934       the base branch into it. (Closes: #9406)
3935     - Make it so eatmydata is actually used during a greater part of the build
3936       process. This includes using eatmydata from wheezy-backports.
3937       (Closes: #9419, #9523)
3938     - release script: adjust to support current Debian sid.
3940   * Test suite
3941     - Test the system clock sanity check we do at boot. (Closes: #9377)
3942     - Remove the impossible "Clock way in the past" scenarios.
3943       Thanks to config/chroot_local-includes/lib/live/config/0001-sane-clock,
3944       these scenarios cannot happen, and since we test that it works they
3945       can be safely removed.
3946     - Test that the hardware clock is not modified at shutdown. (Closes: #9557)
3947     - Pidgin: retry looking for the roadmap URL in the topic.
3948     - Avoid showing Pidgin's tooltips during test, potentially confusing Sikuli.
3949       (Closes: #9317)
3950     - Test all OpenPGP keys shipped with Tails. (Closes: #9402)
3951     - Check that notification-daemon is running when looking for notifications
3952       fails. (Closes: #9332)
3953     - Allow using the cucumber formatters however we want. (Closes: #9424)
3954     - Enable Spice in the guest, and blacklist the psmouse kernel module,
3955       to help with lost mouse events. (Closes: #9425)
3956     - Automate testing Torbutton's 'New Identity' feature. (Closes: #9286)
3957     - Test that Seahorse is configured to use the correct keyserver.
3958       (Closes: #9339)
3959     - Always export TMPDIR back to the test suite's shell environment.
3960       (Closes: #9479)
3961     - Make OpenPGP tests more reliable:
3962       · Retry accessing the OpenPGP applet menus on failure. (Closes: #9355)
3963       · Retry accessing menus in Seahorse on failure. (Closes: #9344)
3964     - Focus the Pidgin conversation window before any attempt to interact
3965       with it. (Closes: #9317)
3966     - Use convertkey from the (backported to Jessie) Debian package,
3967       instead of our own copy of that script. (Closes: #9066)
3968     - Make the memory erasure tests more robust (Closes: #9329):
3969       · Bump /proc/sys/vm/min_free_kbytes when running fillram.
3970       · Actually set oom_adj for the remote shell when running fillram.
3971       · Try to be more sure that we OOM kill fillram.
3972       · Run fillram as non-root.
3973     - Only try to build the storage pool if TailsToasterStorage isn't found.
3974       (Closes: #9568)
3976  -- Tails developers <tails@boum.org>  Sun, 28 Jun 2015 19:46:25 +0200
3978 tails (1.4) unstable; urgency=medium
3980   * Major new features
3981     - Upgrade Tor Browser to 4.5.1, based on Firefox 31.7.0 ESR, which
3982       introduces many major new features for usability, security and
3983       privacy. Unfortunately its per-tab circuit view did not make it
3984       into Tails yet since it requires exposing more Tor state to the
3985       user running the Tor Browser than we are currently comfortable
3986       with. (Closes: #9031, #9369)
3987     - Upgrade Tor to 0.2.6.7-1~d70.wheezy+1+tails2. Like in the Tor
3988       bundled with the Tor Browser, we patch it so that circuits used
3989       for SOCKSAuth streams have their lifetime increased indefinitely
3990       while in active use. This currently only affects the Tor Browser
3991       in Tails, and should improve the experience on certain web sites
3992       that otherwise would switch language or log you out every ten
3993       minutes or so when Tor switches circuit. (Closes: #7934)
3995   * Security fixes
3996     - tor-browser wrapper script: avoid offering avenues to arbitrary
3997       code execution to e.g. an exploited Pidgin. AppArmor Ux rules
3998       don't sanitize $PATH, which can lead to an exploited application
3999       (that's allowed to run this script unconfined, e.g. Pidgin)
4000       having this script run arbitrary code, violating that
4001       application's confinement. Let's prevent that by setting PATH to
4002       a list of directories where only root can write. (Closes: #9370)
4003     - Upgrade Linux to 3.16.7-ckt9-3.
4004     - Upgrade curl to 7.26.0-1+wheezy13.
4005     - Upgrade dpkg to 1.16.16.
4006     - Upgrade gstreamer0.10-plugins-bad to 0.10.23-7.1+deb7u2.
4007     - Upgrade libgd2-xpm to 2.0.36~rc1~dfsg-6.1+deb7u1.
4008     - Upgrade openldap to 2.4.31-2.
4009     - Upgrade LibreOffice to 1:3.5.4+dfsg2-0+deb7u4.
4010     - Upgrade libruby1.9.1 to 1.9.3.194-8.1+deb7u5.
4011     - Upgrade libtasn1-3 to 2.13-2+deb7u2.
4012     - Upgrade libx11 to 2:1.5.0-1+deb7u2.
4013     - Upgrade libxml-libxml-perl to 2.0001+dfsg-1+deb7u1.
4014     - Upgrade libxml2 to 2.8.0+dfsg1-7+wheezy4.
4015     - Upgrade OpenJDK to 7u79-2.5.5-1~deb7u1.
4016     - Upgrade ppp to 2.4.5-5.1+deb7u2.
4018   * Bugfixes
4019     - Disable security warnings when connecting to POP3 and IMAP ports.
4020       (Closes: #9327)
4021     - Make the Windows 8 browser theme compatible with the Unsafe and I2P
4022       browsers. (Closes: #9138)
4023     - Hide Torbutton's "Tor Network Settings..." context menu entry.
4024       (Closes: #7647)
4025     - Upgrade the syslinux packages to support booting Tails on
4026       Chromebook C720-2800. (Closes: #9044)
4027     - Enable localization in Tails Upgrader. (Closes: #9190)
4028     - Make sure the system clock isn't before the build date during
4029       early boot. Our live-config hook that imports our signing keys
4030       depend on that the system clock isn't before the date when the
4031       keys where created. (Closes: #9149)
4032     - Set GNOME's OpenPGP keys via desktop.gnome.crypto.pgp to prevent
4033       us from getting GNOME's default keyserver in addition to our
4034       own. (Closes: #9233)
4035     - Prevent Firefox from crashing when Orca is enabled: grant
4036       it access to assistive technologies in its Apparmor
4037       profile. (Closes: #9261)
4038     - Add Jessie APT source. (Closes: #9278)
4039     - Fix set_simple_config_key(). If the key already existed in the
4040       config file before the call, all other lines would be removed
4041       due to the sed option -n and p combo. (Closes: #9122)
4042     - Remove illegal instance of local outside of function definition.
4043       Together with `set -e` that error has prevented this script from
4044       restarting Vidalia, like it should. (Closes: #9328)
4046   * Minor improvements
4047     - Upgrade I2P to 0.9.19-3~deb7u+1.
4048     - Install Tor Browser's bundled Torbutton instead of custom .deb.
4049       As of Torbutton 1.9.1.0 everything we need has been upstreamed.
4050     - Install Tor Browser's bundled Tor Launcher instead of our
4051       in-tree version. With Tor 0.2.6.x our custom patches for the
4052       ClientTransportPlugin hacks are not needed any more. (Closes:
4053       #7283)
4054     - Don't install msmtp and mutt. (Closes: #8727)
4055     - Install fonts-linuxlibertine for improved Vietnamese support in
4056       LibreOffice. (Closes: #8996)
4057     - Remove obsoletete #i2p-help IRC channel from the Pidgin
4058       configuration (Closes: #9137)
4059     - Add Gedit shortcut to gpgApplet's context menu. Thanks to Ivan
4060       Bliminse for the patch. (Closes: #9069).
4061     - Install printer-driver-gutenprint to support more printer
4062       models. (Closes: #8994).
4063     - Install paperkey for off-line OpenPGP key backup. (Closes: #8957)
4064     - Hide the Tor logo in Tor Launcher. (Closes: #8696)
4065     - Remove useless log() instance in tails-unblock-network. (Closes:
4066       #9034)
4067     - Install cdrdao: this enables Brasero to burn combined data/audio
4068       CDs and to do byte-to-byte disc copy.
4069     - Hide access to the Add-ons manager in the Unsafe Browser. It's
4070       currently broken (#9307) but we any way do not want users to
4071       install add-ons in the Unsafe Browser. (Closes: #9305)
4072     - Disable warnings on StartTLS for POP3 and IMAP (Will-fix: #9327)
4073       The default value of this option activates warnings on ports
4074       23,109,110,143. This commit disables the warnings for POP3 and
4075       IMAP as these could be equally used in encrypted StartTLS
4076       connections. (Closes: #9327)
4077     - Completely rework how we localize our browser by generating our
4078       branding add-on, and search plugins programatically. This
4079       improves the localization for the ar, es, fa, ko, nl, pl, ru,
4080       tr, vi and zh_CN locales by localizing the Startpage and
4081       Disconnect.me search plugins. Following Tor Browser 4.5's recent
4082       switch, we now use Disconnect.me as the default search
4083       engine. (Closes: #9309)
4084     * Actively set Google as the Unsafe Browser's default search
4085       engine.
4087   * Build system
4088     - Encode in Git which APT suites to include when building Tails.
4089       (Closes: #8654)
4090     - Clean up the list of packages we install. (Closes: #6073)
4091     - Run auto/{build,clean,config} under `set -x' for improved
4092       debugging.
4093     - Zero-pad our ISO images so their size is divisible by 2048.
4094       The data part of an ISO image's sectors is 2048 bytes, which
4095       implies that ISO images should always have a size divisible
4096       by 2048. Some applications, e.g. VirtualBox, use this as a sanity
4097       check, treating ISO images for which this isn't true as garbage.
4098       Our isohybrid post-processing does not ensure this,
4099       however. Also Output ISO size before/after isohybrid'ing and
4100       truncate'ing it. This will help detect if/when truncate is
4101       needed at all, so that we can report back to syslinux
4102       maintainers more useful information. (Closes: #8891)
4103     - Vagrant: raise apt-cacher-ng's ExTreshold preference to 50. The
4104       goal here is to avoid Tor Browser tarballs being deleted by
4105       apt-cacher-ng's daily expiration cronjob: they're not listed in
4106       any APT repo's index file, so acng will be quite eager to clean
4107       them up.
4109   * Test suite
4110     - Bring dependency checks up-to-date (Closes: #8988).
4111     - Adapt test suite to be run on Debian Jessie, which includes
4112       removing various Wheezy-specific workarounds, adding a few
4113       specific to Jessie, migrating from ffmpeg to libav, and
4114       more. (Closes: #8165)
4115     - Test that MAT can see that a PDF is dirty (Closes: #9136).
4116     - Allow throwing Timeout::Error in try_for() blocks, as well as
4117       nested try_for() (Closes: #9189, #9290).
4118     - Read test suite configuration files from the features/config/local.d
4119       directory. (Closes: #9220)
4120     - Kill virt-viewer with SIGTERM, not SIGINT, to prevent hordes of
4121       zombie processes from appearing. (Closes: #9139)
4122     - Kill Xvfb with SIGTERM, not SIGKILL, on test suite exit to allow
4123       it to properly clean up. (Closes: #8707)
4124     - Split SSH & SFTP configs in the test suite. (Closes: #9257)
4125     - Improve how we start subprocesses in the test suite, mostly by
4126       bypassing the shell for greater security and robustness (Closes:
4127       #9253)
4128     - Add Electrum test feature. (Closes #8963)
4129     - Test that Tails Installer detects when USB devices are
4130       removed. (Closes: #9131)
4131     - Test Tails Installer with devices which are too small. (Closes:
4132       #9129)
4133     - Test that the Report an Error launcher works in German. (Closes:
4134       #9143)
4135     - Verify that no extensions are installed in the Unsafe Browser
4136       using about:support instead of about:addons, which is broken
4137       (#9307). (Closes: #9306)
4138     - Retry GNOME application menu actions when they glitch. The
4139       GNOME application menus seem to have issues with clicks or
4140       hovering actions not registering, and hence sometimes submenus
4141       are not opened when they should, and sometimes clicks on the
4142       final application shortcut are lost. There seems to be a
4143       correlation between this and CPU load on the host running the
4144       test suite. We workaround this by simply re-trying the last
4145       action when it seems to fail. (Closes: #8928)
4146     - Work around Seahorse GUI glitchiness (Closes: #9343):
4147       * When Seahorse appears to be frozen--apparently due to network
4148         issues--it can often be worked around by refreshing the screen
4149         or activating a new window.
4150       * Open Seahorse's preferences dialog using the mouse.
4151       * Access menu entries with the mouse.
4152     - Wait for systray icons to finish loading before interacting with
4153       the systray. (Closes: #9258)
4154     - Test suite configuration: generalize local.d support to *.d. We
4155       now load features/config/*.d/*.yml.
4156     - Use code blocks in "After Scenario" hooks. This is much simpler
4157       to use (and more readable!) compared to hooking functions and
4158       arguments like we used to do.
4159     - Create filesystem share sources in the temporary directory and
4160       make them world-readable. (Closes: #8950)
4162  -- Tails developers <tails@boum.org>  Mon, 11 May 2015 16:45:04 +0200
4164 tails (1.3.2) unstable; urgency=medium
4166   * Security fixes
4167     - Upgrade Tor Browser to 4.0.6, based on Firefox 31.6.0 ESR.
4168     - Upgrade OpenSSL to 1.0.1e-2+deb7u16.
4170   * Bugfixes
4171     - Make Florence usable with touchpads by forcing syndaemon to
4172       always use the `-t` option, which only disables tapping and
4173       scrolling and not mouse movements (Closes: #9011).
4174     - Make tails-spoof-mac log the correct macchanger exit code on
4175       failure (Closes: #8687).
4176     - Tails Installer:
4177       · Ignore devices with less than 3.5 GB of storage since they
4178         do not fit a Tails installation (Closes: #6538).
4179       · Remove devices from the device list as they are unplugged
4180         (Closes: #8691).
4182   * Minor improvements
4183     - Install obfs4proxy 0.0.4-1~tpo1, which adds support for
4184       client-mode ScrambleSuit.
4185     - Don't start Vidalia if Windows Camouflage is enabled. (Closes:
4186       #7400)
4187     - I2P Browser:
4188       · Remove "Add-ons" from the Tools menu, and hide "Keyboard
4189         Shortcuts" and "Take a Tour" since they point to resources on
4190         the open Internet (Closes: #7970).
4191       · Hide TorButton button from the customize toolbar options, and
4192         remove configs whose only purpose was to make Torbutton "green"
4193         (Closes: #8893).
4195   * Test suite
4196     - New tests:
4197       · Test non-LAN SSH, and SFTP via GNOME's "Connect to Server"
4198         (Closes: #6308).
4199       · Verify that Tails' Tor binary has the expected Tor authorities
4200         hard coded (Closes: #8960).
4201     - Improvements:
4202       · Programmatically determine the supported languages when testing
4203         the Unsafe Browser (Closes: #8918).
4204       · Rename --temp-dir to --tmpdir and make it behave more like
4205         mktemp, and honour TMPDIR if set in the environment. (Closes:
4206         #8709).
4207     - Bugfixes:
4208       · Make --temp-dir (now --tmpdir) actually work.
4210  -- Tails developers <tails@boum.org>  Mon, 30 Mar 2015 16:54:20 +0200
4212 tails (1.3.1) unstable; urgency=medium
4214   * Security fixes
4215     - Upgrade Tor Browser to 4.0.5, based on Firefox 31.5.3 ESR. This addresses:
4216       · https://www.mozilla.org/en-US/security/advisories/mfsa2015-28/
4217       · https://www.mozilla.org/en-US/security/advisories/mfsa2015-29/
4218     - Upgrade Linux to 3.16.7-ckt7-1.
4219     - Upgrade libxfont to 1:1.4.5-5.
4220     - Upgrade OpenSSL to 1.0.1e-2+deb7u15.
4221     - Upgrade tcpdump to 4.3.0-1+deb7u2.
4222     - Upgrade bsdtar to 3.0.4-3+wheezy1.
4223     - Upgrade CUPS to 1.5.3-5+deb7u5.
4224     - Upgrade file and libmagic to 5.11-2+deb7u8.
4225     - Upgrade GnuPG to 1.4.12-7+deb7u7.
4226     - Upgrade libarchive to 3.0.4-3+wheezy1.
4227     - Upgrade libav to 6:0.8.17-1.
4228     - Upgrade FreeType 2 to 2.4.9-1.1+deb7u1.
4229     - Upgrade libgcrypt11 1.5.0-5+deb7u3.
4230     - Upgrade libgnutls26 to 2.12.20-8+deb7u3.
4231     - Upgrade libgtk2-perl to 2:1.244-1+deb7u1.
4232     - Upgrade ICU to 4.8.1.1-12+deb7u2.
4233     - Upgrade NSS to 2:3.14.5-1+deb7u4.
4234     - Upgrade libssh2 to 1.4.2-1.1+deb7u1.
4236   * Bugfixes
4237     - Upgrade Tor to 0.2.5.11-1~d70.wheezy+1+tails1. Changes include:
4238       · Directory authority changes.
4239       · Fix assertion errors that may trigger under high DNS load.
4240       · No longer break on HUP with seccomp2 enabled.
4241       · and more - please consult the upstream changelog.
4242     - Upgrade Tor Launcher to 0.2.7.2, and update the test suite accordingly
4243       (Closes: #8964, #6985). Changes include:
4244       · Ask about bridges before proxy in wizard.
4245       · Hide logo if TOR_HIDE_BROWSER_LOGO set.
4246       · Remove firewall prompt from wizard.
4247       · Feedback when “Copy Tor Log” is clicked.
4248       · Improve behavior if tor exits.
4249       · Add option to hide TBB's logo
4250       · Change "Tor Browser Bundle" to "Tor Browser"
4251       · Update translations from Transifex.
4252     - Fix the Tor Launcher killer. (Closes: #9067)
4253     - Allow Seahorse to communicate with keyservers when run from Tails
4254       OpenPGP Applet. (Closes: #6394)
4255     - SSH client: don't proxy connections to 172.17.* to 172.31.*.
4256       (Closes: #6558)
4257     - Repair config/chroot_local-packages feature, that was broken in Tails 1.3
4258       by 19-install-tor-browser-AppArmor-profile. (Closes: #8910)
4259     - language_statistics.sh: count original words instead of translated words.
4260       Otherwise we get >100% translation if translated strings are longer than
4261       original strings. (Closes: #9016)
4263   * Minor improvements
4264     - Only ship the new Tails signing key, and have Tails Upgrader stop trusting
4265       the old one. Update the documentation and test suite accordingly.
4266       (Closes: #8735, #8736, #8882, #8769, #8951)
4267     - Polish and harden a bit the WhisperBack configuration (Closes: #8991):
4268       · Only allow the `amnesia' user to run tails-debugging info as root
4269         with no arguments.
4270       · Fix spelling and grammar mistakes, improve phrasing a bit.
4271       · Quote variables consistently.
4273   * Test suite
4274     - New tests:
4275       · Chatting over XMPP in Pidgin, both peer-to-peer and in a multi-user
4276         chatroom. (Closes: #8002)
4277       · Chatting with OTR enabled over XMPP in Pidgin. (Closes: #8001)
4278       · Check that Pidgin only responds to the expected CTCP requests.
4279         (Closes: #8966)
4280       · Fetching keys using Seahorse started via the OpenPGP Applet.
4281       · Sync'ing keys using Seahorse.
4282     - Bugfixes:
4283       · Fix a race condition between the remote shell's and Tails Greeter's
4284         startup, by making sure the remote shell is ready before we start
4285         GDM. (Closes: #8941)
4286       · Kill virt-viewer properly. (Closes: #9070)
4287       · Make sure the display is stopped on destroy_and_undefine().
4288         Where we had it earlier, it could be skipped if anything else in the
4289         block threw an exception.
4290       · Fix wrong use of "$@". (Closes: #9071)
4291       · Enable the pipefail option in run_test_suite.
4292       · Improve the GNOME screenshot test's robustness. (Closes: #8952)
4293     - Refactoring:
4294       · turn the focus_pidgin_window() helper into a more generic
4295         VM.focus_xorg_window() one.
4296       · Reorganize the Display class.
4297       · Use clearer method to check process status in the Display class.
4298     - New developer-oriented features:
4299       · Add a --log-to-file option to run_test_suite. (Closes: #8894)
4300       · Add helpers for generating random strings.
4301       · Make it possible to hook arbitrary calls on scenario end. This is useful
4302         for dynamically adding cleanup functions, instead of having
4303         to explicitly deal with them in some After hook.
4305  -- Tails developers <tails@boum.org>  Mon, 23 Mar 2015 12:34:56 +0000
4307 tails (1.3) unstable; urgency=medium
4309   * Major new features
4310     - Produce the Tails image in hybrid mode (again) so that the same
4311       image can be installed both on DVD *and* "hard disks" like USB
4312       storage and similar. (Closes: #8510)
4313     - Confine the Tor Browser using AppArmor. (Closes: #5525)
4314     - Install the Electrum bitcoin client from wheezy-backports, and
4315       add a persistence preset for the Live user's bitcoin wallet. If
4316       electrum is started without the persistence preset enabled, a
4317       warning is shown. (Closes: #6739)
4319   * Security fixes
4320     - Upgrade Tor Browser to 4.0.4 (based on Firefox 31.5.0esr)
4321       (Closes: #8938).
4323   * Bugfixes
4324     - Have tor_bootstrap_progress echo 0 if no matching log line is
4325       found. (Closes: #8257)
4326     - Always pass arguments through wrappers (connect-socks, totem,
4327       wget, whois) with "$@". $* doesn't handle arguments with
4328       e.g. embedded spaces correctly. (Closes: #8603, #8830)
4329     - Upgrade Linux to 3.16.7-ckt4-3.
4331   * Minor improvements
4332     - Install a custom-built Tor package with Seccomp enabled;
4333       enable the Seccomp sandbox when no pluggable transport is used.
4334       (Closes: #8174)
4335     - Install obfs4proxy instead of obfsproxy, which adds support for
4336       the obfs4 Tor pluggable transport. (Closes: #7980)
4337     - Install GnuPG v2 and associated tools from wheezy-backports,
4338       primarily for its improved support for OpenPGP smartcards. It
4339       lives side-by-side with GnuPG v1, which still is the
4340       default. (Closes: #6241)
4341     - Install ibus-unikey, a Vietnamese input method for IBus. (Closes:
4342       #7999)
4343     - Install torsocks (2.x) from wheezy-backports. (Closes: #8220)
4344     - Install keyringer from Debian Jessie. (Closes: #7752)
4345     - Install pulseaudio-utils.
4346     - Remove all traces of Polipo: we don't use it anymore. This
4347       closes #5379 and #6115 because:
4348       * Have APT directly use the Tor SOCKS proxy. (Closes: #8194)
4349       * Wrap wget with torsocks. (Closes: #6623)
4350       * Wrap Totem to torify it with torsocks. (Closes: #8219)
4351       * Torify Git with tsocks, instead of setting GIT_PROXY_COMMAND.
4352         (Closes: #8680)
4353     - Use torsocks for whois and Gobby, instead of torify.
4354     - Upgrade I2P to 0.9.18-1~deb7u+1.
4355     - Refactor the Unsafe and I2P browser code into a common shell
4356       library. A lot of duplicated code is now shared, and the code
4357       has been cleaned up and made more reliable. Several
4358       optimizations of memory usage and startup time were also
4359       implemented. (Closes: #7951)
4360     - Invert Exit and About in gpgApplet context menu. This is a
4361       short-term workaround for making it harder to exit the
4362       application by mistake (e.g. a double right-click). (Closes:
4363       #7450)
4364     - Implement new touchpad settings. This enables tap-to-click,
4365       2-fingers scrolling, and disable while typing. We don't enable
4366       reverse scrolling nor horizontal scrolling. (Closes: #7779)
4367     - Include the mount(8) output and live-additional-software.conf in
4368       WhisperBack bug reports (Closes: #8719, #8491).
4369     - Reduce brightness and saturation of background color. (Closes:
4370       #7963)
4371     - Have ALSA output sound via PulseAudio by default. This gives us
4372       centralized sound volume controls, and... allows to easily, and
4373       automatically, test that audio output works from Tor Browser,
4374       thanks to the PulseAudio integration into the GNOME sound
4375       control center.
4376     - Import the new Tails signing key, which we will use for Tails
4377       1.3.1, and have Tails Upgrader trust both it and the "old"
4378       (current) Tails signing key. (Closes: #8732)
4379     - tails-security-check: error out when passed an invalid CA file.
4380       Unfortunately, the underlying HTTPS stack we use here fails open
4381       in those case, so we have to check it ourselves. Currently, we
4382       check that the file exists, is readable, is a plain file and is
4383       not empty. Also support specifying the CA file via an
4384       environment variable. This will ease development and bug-fixing
4385       quite a bit.
4386     - Fix racy code in Tails Installer that sometimes made the
4387       automated test suite stall for scenarios installing Tails
4388       to USB disks. (Closes: #6092)
4389     - Make it possible to use Tails Upgrader to upgrade a Tails
4390       installation that has cruft files on the system partition.
4391       (Closes: #7678)
4393   * Build system
4394     - Install syslinux-utils from our builder-wheezy APT repository in
4395       Vagrant. We need version 6.03~pre20 to make the Tails ISO image
4396       in hybrid mode
4397     - Update deb.tails.boum.org apt repo signing key. (Closes: #8747)
4398     - Revert "Workaround build failure in lb_source, after creating
4399       the ISO." This is not needed anymore given the move to the Tor
4400       SOCKS proxy. (Closes: #5307)
4401     - Remove the bootstrap stage usage option and disable all
4402       live-build caching in Vagrant. It introduces complexity and
4403       potential for strange build inconsistencies for a meager
4404       reduction in build time. (Closes: #8725)
4405     - Hardcode the mirrors used at build and boot time in auto/config.
4406       Our stuff will be more consistent, easier to reproduce, and our
4407       QA process will be more reliable if we all use the same mirrors
4408       at build time as the ones we configure in the ISO. E.g. we won't
4409       have issues such as #8715 again. (Closes: #8726)
4410     - Don't attempt to retrieve source packages from local-packages so
4411       local packages can be installed via
4412       config/chroot_local-packages. (Closes: #8756)
4413     - Use our own Tor Browser archive when building an ISO. (Closes:
4414       #8125)
4416   * Test suite
4417     - Use libguestfs instead of parted when creating partitions and
4418       filsystems, and to check that only the expected files
4419       persist. We also switch to qcow2 as the default disk image
4420       format everywhere to reduce disk usage, enable us to use
4421       snapshots that includes the disks (in the future), and to use
4422       the same steps for creating disks in all tests. (Closes: #8673)
4423     - Automatically test that Tails ignores persistence volumes stored
4424       on non-removable media, and doesn't enable swaps. (Closes:
4425       #7822)
4426     - Actually make sure that Tails can boot from live systems stored
4427       on a hard drive. Running the 'I start Tails from DVD ...' step
4428       will override the earlier 'the computer is set to boot from ide
4429       drive "live_hd"' step, so let's make the "from DVD" part
4430       optional; it will be the default any way.
4431     - Make it possible to use an old iso with different persistence
4432       presets. (Closes: #8091)
4433     - Hide the cursor between steps when navigating the GNOME
4434       applications menu. This makes it a bit more robust, again:
4435       sometimes the cursor is partially hiding the menu entry we're
4436       looking for, hence preventing Sikuli from finding it (in
4437       particular when it's "Accessories", since we've just clicked on
4438       "Applications" which is nearby). (Closes: #8875)
4439     - Ensure that the test will fail if "apt-get X" commands fail.
4440     - Test 'Tor is ready' notification in a separate scenario. (Closes:
4441       #8714)
4442     - Add automated tests for torified wget and whois. This should
4443       help us identify future regressions such as #8603 in their
4444       torifying wrappers.
4445     - Add automated test for opening an URL from Pidgin.
4446     - And add automated tests for the Tor Browser's AppArmor
4447       sandboxing.
4448     - Test that "Report an Error Launcher" opens the support
4449       documentation.
4450     - Test that the Unsafe Browser:
4451       * starts in various locales.
4452       * complains when DNS isn't configured.
4453       * tears down its chroot on shutdown.
4454       * runs as the correct user.
4455       * has no plugins or add-ons installed.
4456       * has no unexpected bookmarks.
4457       * has no proxy configured.
4458     - Bump the "I2P router console is ready" timeout in its test to
4459       deal with slow Internet connections.
4460     - Make the automatic tests of gpgApplet more robust by relying
4461       more on graphical elements instead of keyboard shortcuts and
4462       static sleep():s. (Closes: #5632)
4463     - Make sure that enough disk space is available when creating
4464       virtual storage media. (Closes: #8907)
4465     - Test that the Unsafe Browser doesn't generate any non-user
4466       initiated traffic, and in particular that it doesn't check for
4467       upgrades, which is a regression test for #8694. (Closes: #8702)
4468     - Various robustness improvements to the Synaptic tests. (Closes:
4469       #8742)
4470     - Automatically test Git. (Closes: #6307)
4471     - Automatically test GNOME Screenshot, which is a regression test
4472       for #8087. (Closes: #8688)
4473     - Fix a quoting issue with `tails_persistence_enabled?`. (Closes:
4474       #8919)
4475     - Introduce an improved configuration system that also can store
4476       local secrets, like user credentials needed for some
4477       tests. (Closes: #6301, #8188)
4478     - Actually verify that we successfully set the time in our time
4479       syncing tests. (Closes: #5836)
4480     - Automatically test Tor. This includes normal functionality and
4481       the use pluggable transports, that our Tor enforcement is
4482       effective (e.g. only the Tor network or configured bridges are
4483       contacted) and that our stream isolation configuration is
4484       working. (Closes: #5644, #6305, #7821)
4486  -- Tails developers <tails@boum.org>  Mon, 23 Feb 2015 17:14:00 +0100
4488 tails (1.2.3) unstable; urgency=medium
4490   * Security fixes
4491     - Upgrade Linux to 3.16.7-ckt2-1.
4492     - Upgrade Tor Browser to 4.0.3 (based on Firefox 31.4.0esr)
4493       (Closes: #8700).
4494     - Fail safe by entering panic mode if macchanger exits with an
4495       error, since in this situation we have to treat the
4496       driver/device state as undefined. Also, we previously just
4497       exited the script in this case, not triggering the panic mode
4498       and potentially leaking the real MAC address (Closes: #8571).
4499     - Disable upgrade checking in the Unsafe Browser. Until now the
4500       Unsafe Browser has checked for upgrades of the Tor Browser in
4501       the clear (Closes: #8694).
4503   * Bugfixes
4504     - Fix startup of the Unsafe Browser in some locales (Closes: #8693).
4505     - Wait for notification-daemon to run before showing the MAC
4506       spoofing panic mode notifications. Without this, the "Network
4507       card disabled" notification is sometimes lost when MAC spoofing
4508       fails. Unfortunately this only improves the situation, but
4509       doesn't fix it completely (see #8685).
4510     - Log that we're going to stop NetworkManager before trying to do
4511       it in the MAC spoofing scripts. Without this we wouldn't get the
4512       log message in case stopping NetworkManager fails (thanks to
4513       `set -e`).
4514     - Set GNOME Screenshot preferences to save the screenshots in
4515       /home/amnesia (Closes: #8087).
4516     - Do not suspend to RAM when closing the lid on battery power
4517       (Closes: #8071).
4518     - Properly update the Tails Installer's status when plugging in a
4519       USB drive after it has started (Closes: #8353).
4520     - Make rsync compare file contents by using --checksum for more
4521       reliable generation of the squashfs filesystem in
4522       IUKs. Previously it used the default, which is checking
4523       timestamps and file size, but that doesn't play well with the
4524       Tor browser files, that have a fixed mtime, which could result
4525       in updated files not ending up in the IUK.
4527   * Minor improvements
4528     - Finish migrating tails-security-check's and tails-iuk's pinning
4529       to our website's new X.509 certificate authority (Closes: #8404).
4531   * Build system
4532     - Update to Vagrant build box tails-builder-20141201. The only
4533       change is the removal of a reference to an ISO image which
4534       doesn't exist (except on the system that generated the build
4535       box) which causes an error for some users (Closes: #7644).
4536     - Generate the list of packages used during build, after building
4537       with Jenkins (Closes: #8518). This allows tracking their status
4538       on the Debian reproducible build front:
4539       https://reproducible.debian.net/index_pkg_sets.html#tails
4541   * Automated test suite
4542     - Check PO files with i18nspector (Closes: #8359).
4543     - Fix the expected image of a check.tp.o failure. Previously we
4544       looked for the "Sorry. You are not using Tor." text, but it
4545       seems it recently changed enough for Sikuli to not find it. To
4546       prevent future errors of the same kind we'll look for the
4547       crossed-over onion icon instead (Closes: #8533).
4548     - Bump timeout when waiting for Tor to re-bootstrap. We have a
4549       dreaded issue with timeouts that are multiple of 2 minutes, and
4550       then Tor succeeds soon after, so in order to allow for this
4551       timeout to be reached twice, and then possibly succeed, let's
4552       use N*2 minutes + 30 seconds, with N=2.
4554  -- Tails developers <tails@boum.org>  Wed, 14 Jan 2015 16:12:26 +0100
4556 tails (1.2.2) unstable; urgency=medium
4558   * Bugfixes
4559     - Create a CA bundle for Tails Upgrader at ISO build time, and
4560       patch Tails Upgrader to use it. Specifically this will make it
4561       possible to check for Tails upgrades after our website changes
4562       certificate around the 2014 to 2015 transition (Partially fixes
4563       #8404).
4565  -- Tails developers <tails@boum.org>  Mon, 15 Dec 2014 10:05:17 +0100
4567 tails (1.2.1) unstable; urgency=low
4569   * Security fixes
4570     - Upgrade Linux to 3.16.0-4, i.e. 3.16.7-1.
4571     - Install Tor Browser 4.0.2 (based on Firefox 31.3.0esr).
4573   * Bugfixes
4574     - Install syslinux-utils, to get isohybrid back (Closes: #8155).
4575     - Update xserver-xorg-input-evdev to 1:2.7.0-1+tails1 which
4576       includes a patch that restores mouse scrolling in KVM/Spice
4577       (Closes: 7426).
4578     - Set Torbutton logging preferences to the defaults (Closes:
4579       #8160). With the default settings, no site-specific information is
4580       logged.
4581     - Use the correct stack of rootfs:s for the chroot browsers (Closes:
4582       #8152, #8158). After installing incremental upgrades Tails' root
4583       filesystem consists of a stack squashfs:s, not only
4584       filesystem.squashfs. When not stacking them correct we may end up
4585       using the Tor Browser (Firefox) from an older version of Tails, or
4586       with no Tor Browser at all, as in the upgrade from Tails 1.1.2 to
4587       1.2, when we migrated from Iceweasel to the Tor Browser. Based on
4588       a patch contributed by sanic.
4589     - Use the Tor Browser for MIME type that GNOME associates with
4590       Iceweasel (Closes: #8153). Open URLs from Claws Mail, KeePassX
4591       etc. should be possible again.
4592     - Update patch to include all Intel CPU microcodes (Closes: #8189).
4593     - AppArmor: allow Pidgin to run Tor Browser unconfined, with
4594       scrubbed environment (Closes: #8186). Links opened in Pidgin are
4595       now handled by the Tor Browser.
4596     - Install all localized Iceweasel search plugins (Closes: #8139).
4597     - When generating the boot profile, ignore directories in
4598       process_IN_ACCESS as well (Closes: #7925). This allows ut to
4599       update the squashfs-ordering again in Tails 1.2.1.
4600     - gpgApplet: Don't pass already encoded data to GTK2 (Closes:
4601       #7968). It's now possible to clearsign text including non-ASCII
4602       characters.
4603     - Do not run the PulseAudio initscript, neither at startup nor
4604       shutdown (Closes: #8082).
4606   * Minor improvements
4607     - Upgrade I2P to 0.9.17-1~deb7u+1.
4608     - Make GnuPG configuration closer to the best practices one
4609       (Closes: #7512).
4610     - Have GnuPG directly use the Tor SOCKS port (Closes: #7416).
4611     - Remove TrueCrypt support and documentat how to open TrueCrypt
4612       volumes using cryptsetup (Closes: #5373).
4613     - Install hopenpgp-tools from Debian Jessie.
4615   * Build system
4616     - Add gettext >= 0.18.3 as a Tails build dependency. We need it for
4617       xgettext JavaScript support in feature/jessie.
4619   * Automated test suite
4620     - Don't click to open a sub-menu in the GNOME applications menu
4621       (Closes: #8140).
4622     - When testing the Windows camouflage, look for individual systray
4623       applets, to avoid relying on their ordering (Closes: #8059).
4624     - Focus the Pidgin Buddy List before looking for something
4625       happening in it (Closes: #8161).
4626     - Remove workaround for showing the TBB's menu bar (Closes #8028).
4628  -- Tails developers <tails@boum.org>  Tue, 02 Dec 2014 11:34:03 +0100
4630 tails (1.2) unstable; urgency=medium
4632   * Major new features
4633     - Migrate from Iceweasel to the Tor Browser from the Tor Browser
4634       Bundle 4.0 (based on Firefox 31.2.0esr). This fixes the POODLE
4635       vulnerability.
4636       The installation in Tails is made global (multi-profile), uses
4637       the system-wide Tor instance, disables the Tor Browser updater,
4638       and keeps the desired deviations previously present in Iceweasel,
4639       e.g. we install the AdBlock Plus add-on, but not Tor Launcher (since
4640       we run it as a standalone XUL application), among other things.
4641     - Install AppArmor's userspace tools and apparmor-profiles-extra
4642       from Wheezy Backports, and enable the AppArmor Linux Security
4643       Module. This adds Mandatory Access Control for several critical
4644       applications in Tails, including Tor, Vidalia, Pidgin, Evince
4645       and Totem.
4646     - Isolate I2P traffic from the Tor Browser by adding a dedicated
4647       I2P Browser. It is set up similarly to the Unsafe Browser,
4648       but further disables features that are irrelevant for I2P, like
4649       search plugins and the AdBlock Plus addon, while keeping Tor Browser
4650       security features like the NoScript and Torbutton addons.
4651     - Upgrade Tor to 0.2.5.8-rc-1~d70.wheezy+1.
4653   * Security fixes
4654     - Disable TCP timestamps (Closes: #6579).
4656   * Bugfixes
4657     - Remove expired Pidgin certificates (Closes: #7730).
4658     - Use sudo instead of gksudo for running tails-upgrade-frontend to
4659       make stderr more easily accessible (Closes: #7431).
4660     - Run tails-persistence-setup with sudo instead of gksudo to make
4661       stderr more easily accessible, and allow the desktop user to
4662       pass the --verbose parameter (Closes: #7623).
4663     - Disable CUPS in the Unsafe Browser. This will prevent the
4664       browser from hanging for several minutes when accidentally
4665       pressing CTRL+P or trying to go to File -> Print (Closes: #7771).
4667   * Minor improvements
4668     - Install Linux 3.16-3 (version 3.16.5-1) from Debian
4669       unstable (Closes: #7886, #8100).
4670     - Transition away from TrueCrypt: install cryptsetup and friends
4671       from wheezy-backports (Closes: #5932), and make it clear that
4672       TrueCrypt will be removed in Tails 1.2.1 (Closes: #7739).
4673     - Install Monkeysign dependencies for qrcodes scanning.
4674     - Upgrade syslinux to 3:6.03~pre20+dfsg-2~bpo70+1, and install
4675       the new syslinux-efi package.
4676     - Upgrade I2P to 0.9.15-1~deb7u+1
4677     - Enable Wheezy proposed-updates APT repository and setup APT
4678       pinnings to install packages from it.
4679     - Enable Tor's syscall sandbox. This feature (new in 0.2.5.x)
4680       should make Tor a bit harder to exploit. It is only be enabled
4681       when when no special Tor configuration is requested in Tails
4682       Greeter due to incompatibility with pluggable transports.
4683     - Start I2P automatically when the network connects via a
4684       NetworkManager hook, and "i2p" is present on the kernel command
4685       line. The router console is no longer opened automatically, but
4686       can be accessed through the I2P Browser (Closes: #7732).
4687     - Simplify the IPv6 ferm rules (Closes: #7668).
4688     - Include persistence.conf in WhisperBack reports (Closes: #7461)
4689     - Pin packages from testing to 500, so that they can be upgraded.
4690     - Don't set Torbutton environment vars globally (Closes: #5648).
4691     - Enable VirtualBox guest additions by default (Closes: #5730). In
4692       particular this enables VirtualBox's display management service.
4693     - In the Unsafe Browser, hide option for "Tor Browser Health
4694       report", and the "Get Addons" section in the Addon manager
4695       (Closes: #7952).
4696     - Show Pidgin's formatting toolbar (Closes: #7356). Having the
4697       formatting toolbar displayed in Pidgin makes the OTR status more
4698       explicit by displaying it with words.
4700   * Automated test suite
4701     - Add --pause-on-fail to ease VM state debugging when tests
4702       misbehave.
4703     - Add execute_successfully() and assert_vmcommand_success() for
4704       added robustness when executing some command in the testing VM.
4705     - Use Test::Unit::Assertions instead of our home-made assert().
4706     - Add test for persistent browser bookmarks.
4707     - Add basic tests for Pidgin, Totem and Evince, including their
4708       AppArmor enforcement.
4709     - Factorize some common step pattern into single steps.
4710     - Factorize running a command in GNOME Terminal.
4711     - Add common steps to copy a file and test for its existence.
4712     - Add a wait_and_double_click Sikuli helper method.
4713     - Add a VM.file_content method, to avoid repeating ourselves, and
4714       use it whenever easily doable.
4715     - Drop test that diffs syslinux' exithelp.cfg: we don't ship this
4716       file anymore.
4717     - In the Unsafe Browser tests, rely on subtle timing less (Closes:
4718       #8009).
4719     - Use the same logic to determine when Tor is working in the test
4720       suite as in Tails itself. The idea is to avoid spamming the Tor
4721       control port during bootstrap, since we've seen problems with
4722       that already.
4724  -- Tails developers <tails@boum.org>  Wed, 15 Oct 2014 18:34:50 +0200
4726 tails (1.1.2) unstable; urgency=medium
4728   * Security fixes
4729     - Upgrade the web browser to 24.8.0esr-0+tails3~bpo70+1
4730       (fixes Mozilla#1064636).
4731     - Install Linux 3.16-1 from sid (Closes: #7886).
4732     - Upgrade file to 5.11-2+deb7u5 (fixes CVE-2014-0207,
4733       CVE-2014-0237, CVE-2014-0238, CVE-2014-3478, CVE-2014-3479,
4734       CVE-2014-3480, CVE-2014-3487, CVE-2014-3538 and CVE-2014-3587).
4735     - Upgrade curl to 7.26.0-1+wheezy10 (fixes CVE-2014-3613 and
4736       CVE-2014-3620).
4737     - Upgrade bind9-based packages to 1:9.8.4.dfsg.P1-6+nmu2+deb7u2
4738       (fixes CVE-2014-0591).
4739     - Upgrade gnupg to 1.4.12-7+deb7u6 (fixes CVE-2014-5270).
4740     - Upgrade apt to 0.9.7.9+deb7u5 (fixes CVE-2014-0487,
4741       CVE-2014-0488, CVE-2014-0489, CVE-2014-0490, and
4742       CVE-2014-6273.).
4743     - Upgrade dbus to 1.6.8-1+deb7u4 (fixes CVE-2014-3635,
4744       CVE-2014-3636, CVE-2014-3637, CVE-2014-3638 and CVE-2014-3639).
4745     - Upgrade libav-based pacakges to 6:0.8.16-1 (fixes
4746       CVE-2013-7020).
4747     - Upgrade bash to 4.2+dfsg-0.1+deb7u1 (fixes CVE-2014-6271).
4749  -- Tails developers <tails@boum.org>  Tue, 23 Sep 2014 23:01:40 -0700
4751 tails (1.1.1) unstable; urgency=medium
4753   * Security fixes
4754     - Upgrade the web browser to 24.8.0esr-0+tails1~bpo70+1
4755       (Firefox 24.8.0esr + Iceweasel patches + Torbrowser patches).
4756       Also import the Tor Browser profile at commit
4757       271b64b889e5c549196c3ee91c888de88148560f from
4758       ttp/tor-browser-24.8.0esr-3.x-1.
4759     - Upgrade Tor to 0.2.4.23-2~d70.wheezy+1 (fixes CVE-2014-5117).
4760     - Upgrade I2P to 0.9.14.1-1~deb7u+1.
4761     - Upgrade Linux to 3.14.15-2 (fixes CVE-2014-3534, CVE-2014-4667
4762       and CVE-2014-4943).
4763     - Upgrade CUPS-based packages to 1.5.3-5+deb7u4 (fixes
4764       CVE-2014-3537, CVE-2014-5029, CVE-2014-5030 and CVE-2014-5031).
4765     - Upgrade libnss3 to 2:3.14.5-1+deb7u1 (fixes CVE-2013-1741,
4766       CVE-2013-5606, CVE-2014-1491 and CVE-2014-1492).
4767     - Upgrade openssl to 1.0.1e-2+deb7u12 (fixes CVE-2014-3505,
4768       CVE-2014-3506, CVE-2014-3507, CVE-2014-3508, CVE-2014-3509,
4769       CVE-2014-3510, CVE-2014-3511, CVE-2014-3512 and CVE-2014-5139).
4770     - Upgrade krb5-based packages to 1.10.1+dfsg-5+deb7u2 (fixes
4771       CVE-2014-4341, CVE-2014-4342, CVE-2014-4343, CVE-2014-4344 and
4772       CVE-2014-4345).
4773     - Upgrade libav-based packages to 6:0.8.15-1 (fixes CVE-2011-3934,
4774       CVE-2011-3935, CVE-2011-3946, CVE-2013-0848, CVE-2013-0851,
4775       CVE-2013-0852, CVE-2013-0860, CVE-2013-0868, CVE-2013-3672,
4776       CVE-2013-3674 and CVE-2014-2263.
4777     - Upgrade libgpgme11 to 1.2.0-1.4+deb7u1 (fixes CVE-2014-5117).
4778     - Upgrade python-imaging to 1.1.7-4+deb7u1 (fixes CVE-2014-3589).
4779     - Prevent dhclient from sending the hostname over the network
4780       (Closes: #7688).
4781     - Override the hostname provided by the DHCP server (Closes: #7769).
4782     - Add an I2P boot parameter. Without adding "i2p" to the kernel
4783       command line, I2P will not be accessible for the Live user.
4784     - Stricter I2P firewall rules:
4785       * deny I2P from accessing the LAN
4786       * deny I2P from accessing the loopback device, except for select
4787         whitelisted services
4788       * allow I2P access to the Internet
4789       The ACCEPT rules will only be enabled when the string 'i2p' is
4790       passed at the boot prompt. The rules which DENY or REJECT
4791       access for the 'i2psvc' user will always be applied.
4792     - Disable I2P plugins, since it doesn't make much sense without
4793       persistence, and should eliminate some attack vectors.
4794     - Disable I2P's BOB port. No maintained I2P application uses it.
4796   * Bugfixes
4797     - Fix condition clause in tails-security-check (Closes: #7657).
4798     - Don't ship OpenJDK 6: I2P prefers v7, and we don't need both.
4799     - Prevent Tails Installer from updating the system partition
4800       properties on MBR partitions (Closes: #7716).
4802   * Minor improvements
4803     - Upgrade to Torbutton 1.6.12.1.
4804     - Install gnome-user-guide (Closes: #7618).
4805     - Install cups-pk-helper (Closes: #7636).
4806     - Update the SquashFS sort file.
4807     - Compress the SquashFS more aggressively (Closes: #7706).
4808     - I2P: Keep POP3 email on server. The default in the I2P webmail
4809       app was to keep mail on the server, but that setting was changed
4810       recently. This configuration setting (susimail.config) will only
4811       be copied over in I2P 0.9.14 and newer.
4812     - Add a Close button to the Tails Installer launcher window.
4814   * Build system
4815     - Migrate Vagrant basebox to Debian Wheezy (Closes #7133, #6736).
4816     - Consistently use the same Debian mirror.
4817     - Disable runtime APT proxy configuration when using APT in
4818       binary_local-hooks (Closes: #7691).
4820   * Automated test suite
4821     - Automatically test hostname leaks (Closes: #7712).
4822     - Move autotest live-config hook to be run last. This way we'll
4823       notice if some earlier live-config hook cancels all hooks by
4824       running the automated test suite since the remote shell won't be
4825       running in that case.
4826     - Test that the I2P boot parameter does what it's supposed to do
4827       (Closes: #7760).
4828     - Start applications by using the GNOME Applications menu instead
4829       of the GNOME Run Dialog (Closes: #5550, #7060).
4831  -- Tails developers <tails@boum.org>  Sun, 31 Aug 2014 20:49:28 +0000
4833 tails (1.1) unstable; urgency=medium
4835   * Rebase on Debian Wheezy
4836     - Upgrade literally thousands of packages.
4837     - Migrate to GNOME3 fallback mode.
4838     - Install LibreOffice instead of OpenOffice.
4839     - Remove custom LSB logging: Wheezy has fancy colored init
4840       logging.
4842   * Major new features
4843     - UEFI boot support.
4844     - Replace the Windows XP camouflage with an experimental Windows 8
4845       camouflage.
4846     - Install Linux 3.14.12-1 from Debian unstable.
4847     - Bring back VirtualBox guest modules, installed from Wheezy
4848       backports. Full functionality is only available when using the
4849       32-bit kernel.
4851   * Security fixes
4852     - Fix write access to boot medium via udisks (#6172).
4853     - Don't allow the desktop user to pass arguments to
4854       tails-upgrade-frontend (Closes: #7410).
4855     - Make persistent file permissions safer (Closes #7443):
4856       * Make the content of /etc/skel non-world-readable. Otherwise,
4857         such files may be copied to /home/amnesia, and in turn to the
4858         persistent volume, with unsafe permissions. That's no big deal
4859         in /home/amnesia (that is itself not world-readable), *but*
4860         the root of the persistent volume has to be world-readable.
4861       * Have activate_custom_mounts create new directories with safe
4862         permissions.
4863       * Set strict permissions on /home/amnesia (Closes: #7463).
4864       * Fix permissions on persistent directories that were created
4865         with unsafe permissions (Closes: #7458).
4866       * Fix files ownership while copying persistence (Closes: #7216).
4867         The previous instructions to copy the persistent data were
4868         creating personal files that belong to root. I don't think
4869         there is a way of preserving the original ownership using
4870         Nautilus (unless doing a "move" instead of a "copy" but that's
4871         not what we are trying to do here).
4872     - Disable FoxyProxy's proxy:// protocol handler (Closes: #7479).
4873       FoxyProxy adds the proxy:// protocol handler, which can be used
4874       to configure the proxy via an URI. A malicious web page can
4875       include (or a malicious exit node can inject) some JavaScript
4876       code to visit such an URI and disable or otherwise change
4877       Iceweasel's proxy settings. While using this to disable
4878       proxying will be dealt with safely by our firewall, this could
4879       be used to defeat stream isolation, although the user must be
4880       tricked into accepting the new proxy settings.
4881     - Upgrade the web browser to 24.7.0esr-0+tails1~bpo70+1
4882       (Firefox 24.7.0esr + Iceweasel patches + Torbrowser patches).
4883     - Upgrade to Linux 3.14.12-1 (fixes CVE-2014-4699).
4884     - Upgrade libav-based packages to 0.8.13-1 (fixes CVE-2014-4609).
4885     - Upgrade to libxml2 2.8.0+dfsg1-7+wheezy1 (fixes CVE-2014-0191).
4886     - Upgrade to dbus 1.6.8-1+deb7u3 (fixes CVE-2014-3477,
4887       CVE-2014-3532 and CVE-2014-3533).
4889   * Bugfixes
4890     - Disable GNOME keyring's GnuPG functionality. (Closes: #7330) In
4891       feature/regular-gnupg-agent, we installed the regular GnuPG
4892       agent so that it is used instead of GNOME keyring's one. This is
4893       not enough on Wheezy, so let's disable the starting of the "gpg"
4894       component of GNOME keyring.
4895     - Make sure /etc/default/locale exists, with a sensible default
4896       value (Closes: #7333). Before Tails Greeter's PostLogin script
4897       are run, /etc/default/locale does not exist on Wheezy. Our
4898       tails-kexec initscript (and quite a few other scripts we run)
4899       depends on this file to exist. So, let's make sure it exists,
4900       with a sensible default value.
4901     - Create the tails-persistence-setup user with the same UID/GID it
4902       had on Tails/Squeeze. (Closes: #7343) Else, our various checks
4903       for safe access rights on persistence.conf fail.
4904     - Revert back to browsing the offline documentation using Iceweasel
4905       instead of Yelp (Closes: #7390, #7285).
4906     - Make the new NetworkManager configuration directory persistent,
4907       when the old one was, but disable the old one (Closes: #7338).
4908     - Before running tails-upgrade-frontend, chdir to a world-readable
4909       place (Closes: #7641). In particular, Archive::Tar::Wrapper,
4910       when called by tails-install-iuk, wants to chdir back to the
4911       original cwd after it has chdir'd elsewhere to do its job.
4913   * Minor improvements
4914     - Install seahorse-nautilus, replacing seahorse-plugins (Closes #5516).
4915     - Install hledger (custom backport, for now): our accountants need this.
4916     - Install stable Scribus instead of scribus-ng.
4917     - Install the printer driver for Epson Inkjet that use ESC/P-R.
4918     - Install the BookletImposer PDF imposition toolkit. It's tiny,
4919       and really helpful e.g. when producing booklets.
4920     - Install gtkhash and nautilus-gtkhash (Closes #6763).
4921     - Import new version of Tor Launcher:
4922       · Now based on upstream Tor Launcher 0.2.5.4.
4923       · Tor bug #11772: Proxy Type menu not set correctly
4924       · Tor bug #11699: Change &amp;#160 to &#160; in network-settings.dtd
4925       · Correctly handle startup paths that contain dot.
4926     - Upgrade to Torbutton 1.6.9.0.
4927     - Avoid shipping python2.6 in addition to python2.7.
4928     - Don't install Gobby 0.4 anymore. Gobby 0.5 has been available in
4929       Debian since Squeeze, now is a good time to drop the obsolete
4930       0.4 implementation.
4931     - Require a bit less free memory before checking for upgrades with
4932       Tails Upgrader. The general goal is to avoid displaying "Not
4933       enough memory available to check for upgrades" too often due to
4934       over-cautious memory requirements checked in the wrapper.
4935     - Make Tails Greeter's help window resolution-aware. Previously it
4936       used a static 800x600 which was problematic on lower resolutions,
4937       and sub-optimal on higher resolutions. Now it adapts itself
4938       according to the screen resolution.
4939     - Whisperback now sanitizes attached logs better with respect to
4940       DMI data, IPv6 addresses, and serial numbers (Closes #6797,
4941       #6798, #6804).
4942     - Integrate the new logo in Tails Installer (Closes #7095)
4943     - Also install linux-base and linux-compiler-gcc-4.8-x86 from
4944       sid. This way, we can get rid of our linux-compiler-gcc-4.8-x86
4945       3.12, and it makes things a bit more consistent.
4946     - Include the syslinux binary, and its MBR, in the ISO filesystem.
4947       This in turn allows Tails Installer to use this binary and MBR,
4948       which is critical for avoiding problems (such as #7345) on
4949       "Upgrade from ISO".
4950     - Include syslinux.exe for win32 in utils/win32/ on the ISO
4951       filesystem (Closes: #7425).
4952     - Tails Installer:
4953       * Add consistent margins in GUI.
4954       * Always reset the target drive's MBR, without asking for
4955         confirmation, after installing or upgrading.
4956       * Install the bootloader using the syslinux binary found on the
4957         target device, once the Live OS has been extracted/copied
4958         there.
4959     - Enable double-clicking to pick entries in the language or
4960       keyboard layout lists in Tails Greeter.
4961     - Install backport of shared-mime-info 1.3 (Closes: #7079).
4962     - Make sanity-check prompts closable in Tails Persistence Setup
4963       (Closes: #7119).
4964     - Fix quick search in Tails Greeter's Other languages window
4965       (Closes: #5387).
4966     - Install systemd. It is not enabled by default, but having it
4967       around will help doing the migration work.
4968     - Enable AppArmor on the kernel command-line. This is a no-op
4969       without the userspace tools and with no profile shipped, but it
4970       will make it easier to fix this part of the situation.
4972   * Build system
4973     - Bump Vagrant builder's memory for RAM builds. Wheezy requires
4974       more space to build, and the resulting image is larger.
4975     - Fix Vagrant compatibility issue. Some classes' methods/fields
4976       have been renamed between Vagrant versions, so we need a simple
4977       compatibility layer to support all versions. Without this, it's
4978       not possible to issue e.g. a `build` command to an already
4979       running (i.e. `vm:up`:ed) Vagrant instance.
4980     - Move cpu and mem checks to the `build` task. Previously, when
4981       they were checked in `vm:up` *only* when issued while the VM
4982       already is up, so these checks weren't run if one issues a
4983       `build` when the VM is off. Now we'll fail earlier with a more
4984       informative error message, and it looks like a more logical home
4985       for them too.
4986     - Fix buggy memory checks for RAM building. We have to take into
4987       account which state the Vagrant VM is in for determining *where*
4988       we check if enough memory is available for a RAM build. If it's
4989       off, we check the host; if it's on we check the VM. Previously
4990       we always checked the host, which doesn't make sense when the VM
4991       is already started.
4993   * Automated test suite
4994     - Bump the tester VM's RAM by 256 MiB. There is not enough free
4995       RAM to run Tails Upgrader with just 1 GiB of RAM after the
4996       migration to Wheezy.
4997     - Always adjust OOM and memory overcommit settings. The kernel
4998       freezes seem to also happen for the amd64 kernel when filling
4999       the memory.
5000     - Add option to make Sikuli rety on FindFailed. This makes it
5001       possible to update manu images for Sikuli in just *one* test
5002       suite run, by continuously updating outdated pictures as we go.
5003     - Actually run "Upgrade from ISO" from a USB drive running the old
5004       version. That's what users do, and is buggy.
5005     - Automatically test persistent directories permissions (Closes: #7560).
5006     - Use read-write persistence when testing upgraded USB
5007       installations.  Otherwise e.g. the permission fixes won't get
5008       applied, and the subsequent steps testing the permissions will
5009       fail.
5010     - Actually check that the ISO's Tails is installed. The step
5011       "Tails is installed on USB drive $TARGET" only checks that the
5012       *running* Tails is installed on $TARGET, which obviously fails
5013       when doing an upgrade from ISO running an old Tails. That it
5014       worked for the same scenario running the current Tails is just
5015       coincidental.
5016     - Use OpenJDK 7 to run our test suite (Closes #7175).
5017     - Use qemu-system-x86_64 directly, instead of kvm, for running the
5018       automated test suite (Closes: #7605).
5020  -- Tails developers <tails@boum.org>  Sun, 20 Jul 2014 23:16:13 +0200
5022 tails (1.0.1) unstable; urgency=medium
5024   * Security fixes
5025     - Upgrade the web browser to 24.6.0esr-0+tails1~bpo60+1
5026       (Firefox 24.6.0esr + Iceweasel patches + Torbrowser patches).
5027       Also import the Tor Browser profile at commit
5028       90ba8fbaf6f23494f1a0e38d63153b3b7e65d3d3 from
5029       ttp/tor-browser-24.6.0esr-3.x-1.
5030     - Install Linux 3.14 from Debian unstable (fixes CVE-2014-3153 and
5031       others).
5032     - Install openssl from Squeeze LTS (fixes CVE-2014-0076,
5033       CVE-2014-0195, CVE-2014-0221, CVE-2014-3470 and CVE-2014-0224).
5034     - Install GnuTLS from Squeeze LTS (fixes CVE-2014-3466.).
5036   * Minor improvements
5037     - Add Squeeze LTS APT sources. It has been given a low pinning
5038       priority so explicit pinning must be used to actually install
5039       anything from it.
5040     - Upgrade Tor to 0.2.4.22-1~d60.squeeze+1.
5041     - Upgrade I2P to 0.9.13-1~deb6u+1.
5043  -- Tails developers <tails@boum.org>  Sun, 08 Jun 2014 19:14:00 +0200
5045 tails (1.0) unstable; urgency=medium
5047   * Security fixes
5048     - Upgrade the web browser to 24.5.0esr-0+tails1~bpo60+1
5049       (Firefox 24.5.0esr + Iceweasel patches + Torbrowser patches).
5050     - Upgrade Tor to 0.2.4.21-1+tails1~d60.squeeze+1:
5051       * Based on 0.2.4.21-1~d60.squeeze+1.
5052       * Backport the fix for Tor bug #11464. It adds client-side blacklists for
5053         all Tor directory authority keys that was vulnerable to Heartbleed.
5054         This protects clients in case attackers were able to compromise a
5055         majority of the authority signing and identity keys.
5057    * Bugfixes
5058     - Disable inbound I2P connections. Tails already restricts incoming
5059       connections, but this change tells I2P about it.
5060     - Fix link to the system requirements documentation page in the Tails
5061       Upgrader error shown when too little RAM is available.
5063   * Minor improvements
5064     - Upgrade I2P to 0.9.12-2~deb6u+1.
5065     - Import TorBrowser profile. This was forgotten in Tails 0.23 and even
5066       though we didn't explicitly set those preferences in that release
5067       they defaulted to the same values. This future-proofs us in case the
5068       defaults would ever change.
5069     - Import new custom version of tor-launcher:
5070       * Based on upstream Tor Launcher 0.2.5.3.
5071       * Improve how Tor Launcher handles incomplete translation.
5072         (Tor bug #11483; more future-proof fix for Tails bug #6885)
5073       * Remove the bridge settings prompt. (Tor bug #11482; closes Tails
5074         bug #6934,)
5075       * Always show bridge help button. (Tor bug #11484)
5076     - Integrate the new Tails logo into various places:
5077       * The website
5078       * The boot splash
5079       * The "About Tails" dialog
5081   * Build system
5082     - Use the stable APT suite when building from the stable Git branch
5083       (Closes: #7022).
5085   * Test suite
5086     - Add test for the #7022 fix.
5088  -- Tails developers <tails@boum.org>  Sun, 27 Apr 2014 19:34:01 +0200
5090 tails (0.23) unstable; urgency=medium
5092   * Security fixes
5093     - Upgrade the web browser to 24.4.0esr-0+tails1~bpo60+1
5094       (Firefox 24.4.0esr + Iceweasel patches + Torbrowser patches).
5096   * Major new features
5097     - Spoof the network interfaces' MAC address by default (Closes: #5421),
5098       as designed on https://tails.boum.org/contribute/design/MAC_address/.
5099     - Rework the way to configure how Tor connects to the network
5100       (bridges, proxy, fascist firewall): add an option to Tails Greeter,
5101       start Tor Launcher when needed (Closes: #5920, #5343).
5103   * Bugfixes
5104     - Additional software: do not crash when persistence is disabled
5105       (Closes: #6440).
5106     - Upgrade Pidgin to 2.10.9, that fixes some regressions introduced
5107       in the 2.10.8 security update (Closes: #6661).
5108     - Wait for Tor to have fully bootstrapped, plus a bit more time,
5109       before checking for upgrades (Closes: #6728) and unfixed known
5110       security issues.
5111     - Disable the Intel Management Engine Interface driver (Closes: #6460).
5112       We don't need it in Tails, it might be dangerous, and it causes bugs
5113       on various hardware such as systems that reboot when asked to shut down
5114     - Add a launcher for the Tails documentation. This makes it available
5115       in Windows Camouflage mode (Closes: #5374, #6767).
5116     - Remove the obsolete wikileaks.de account from Pidgin (Closes: #6807).
5118   * Minor improvements
5119     - Upgrade Tor to 0.2.4.21-1~d60.squeeze+1.
5120     - Upgrade obfsproxy to 0.2.6-2~~squeeze+1.
5121     - Upgrade I2P to 0.9.11-1deb6u1.
5122     - Install 64-bit kernel instead of the 686-pae one (Closes: #5456).
5123       This is a necessary first step towards UEFI boot support.
5124     - Install Monkeysign (in a not-so-functional shape yet).
5125     - Disable the autologin text consoles (Closes: #5588). This was one of
5126       the blockers before a screen saver can be installed
5127       in a meaningful way (#5684).
5128     - Don't localize the text consoles anymore: it is broken on Wheezy,
5129       the intended users can as well use loadkeys, and we now do not have
5130       to trust setupcon to be safe for being run as root by the desktop user.
5131     - Make it possible to manually start IBus.
5132     - Reintroduce the possibility to switch identities in the Tor Browser,
5133       using a filtering proxy in front of the Tor ControlPort to avoid giving
5134       full control over Tor to the desktop user (Closes: #6383).
5135     - Incremental upgrades improvements:
5136       · Drop the Tails Upgrader launcher, to limit users' confusion
5137         (Closes: #6513).
5138       · Lock down sudo credentials a bit.
5139       · Hide debugging information (Closes: #6505).
5140       · Include ~/.xsession-errors in WhisperBack bug reports.
5141         This captures the Tails Upgrader errors and debugging information.
5142       · Report more precisely why an incremental upgrade cannot be done
5143         (Closes: #6575).
5144       · Various user interface and phrasing improvements.
5145     - Don't install the Cookie Monster browser extension (Closes: #6790).
5146     - Add a browser bookmark pointing to Tor's Stack Exchange (Closes: #6632).
5147     - Remove the preconfigured #tor channel from the Pidgin: apparently,
5148       too many Tails users go ask Tails questions there, without making
5149       it clear that they are running Tails, hence creating a user-support
5150       nightmare (Closes: #6679).
5151     - Use (most of) Tor Browser's mozconfig (Closes: #6474).
5152     - Rebase the browser on top of iceweasel 24.3.0esr-1, to get
5153       the certificate authorities added by Debian back (Closes: #6704).
5154     - Give access to the relevant documentation pages from Tails Greeter.
5155     - Hide Tails Greeter's password mismatch warning when entry is changed.
5156     - Persistent Volume Assistant:
5157       · Take into account our installer is now called Tails Installer.
5158       · Optimize window height (Closes: #5458).
5159       · Display device paths in a more user-friendly way (Closes: #5311).
5161   * Build system
5162     - Ease updating POT and PO files at release time, and importing translations
5163       from Transifex (Closes: #6288, #6207).
5164     - Drop custom poedit backport, install it from squeeze-backports-sloppy.
5165     - Make ISO and IUK smaller (Closes: #6390, #6425):
5166       · Exclude more files from being included in the ISO.
5167       · Remove *.pyc later so that they are not recreated.
5168       · Truncate log files later so that they are not filled again.
5169       · At ISO build time, set mtime to the epoch for large files whose content
5170         generally does not change between releases. This forces rsync
5171         to compare the actual content of these files, when preparing an IUK,
5172         instead of blindly adding it to the IUK merely because the mtime
5173         has changed, while the content is the same.
5174     - Make local hooks logging consistent.
5176   * Test suite
5177     - Migrate from JRuby to native Ruby + rjb.
5178     - The test suite can now be run on Debian Wheezy + backports.
5179     - Fix buggy "persistence is not enabled" step (Closes: #5465).
5180     - Use IPv6 private address as of RFC 4193 for the test suite's virtual
5181       network. Otherwise dnsmasq from Wheezy complains, as it is not capable
5182       of handling public IPv6 addresses.
5183     - Delete volumes after each scenario unless tagged @keep_volumes.
5184     - Add an anti-test to make sure the memory erasure test works fine.
5185     - A *lot* of bugfixes, simplifications and robustness improvements.
5187  -- Tails developers <tails@boum.org>  Tue, 18 Mar 2014 00:58:50 +0100
5189 tails (0.22.1) unstable; urgency=medium
5191   * Security fixes
5192     - Upgrade the web browser to 24.3.0esr-0+tails1~bpo60+2
5193       (Firefox 24.3.0esr + Iceweasel patches + Torbrowser patches).
5194     - Upgrade NSS to 3.14.5-1~bpo60+1.
5195     - Upgrade Pidgin to 2.10.8.
5196     - Workaround browser size fingerprinting issue by using small icons
5197       in the web browser's navigation toolbar (Closes: #6377).
5198       We're actually hit by Tor#9268, and this is the best workaround gk
5199       and I were able to find when discussing this on Tor#10095.
5201   * Major new features
5202     - Check for upgrades availability using Tails Upgrader, and propose
5203       to apply an incremental upgrade whenever possible (Closes: #6014).
5204       · Run tails-update-frontend at session login time.
5205       · Have tails-security-check only report unfixed security issues.
5206       · Greatly improve the Tails Upgrader UI and strings phrasing.
5207       · Enable startup notification for Tails Upgrader.
5208     - Install Linux 3.12 (3.12.6-2) from Debian testing. Unfortunately,
5209       this breaks the memory wipe feature on some hardware (#6460), but
5210       it fixes quite a few security issues, and improves hardware support.
5211     - Update the build system to be compatible with Vagrant 1.2 and 1.3,
5212       in addition to the already supported versions (Closes: #6221).
5213       Thanks to David Isaac Wolinsky <isaac.wolinsky@gmail.com>.
5215   * Bugfixes
5216     - Do not start IBus for languages that don't need it. This fixes
5217       the keybindings problems introduced in 0.22 (Closes: #6478).
5218       Thanks to WinterFairy.
5219     - Disable network.proxy.socks_remote_dns in the Unsafe Browser.
5220       Bugfix against 0.22 (Closes: #6479).
5221     - Fetch Tor Browser User-Agent from its own prefs, rather than from
5222       the obsolete Torbutton ones. Bugfix against 0.22 (Closes: #6477).
5223     - Upgrade Vagrant basebox to include up-to-date Debian archive keys
5224       (Closes: #6515, #6527).
5225     - Do not use a non-working proxy for downloading the Vagrant basebox
5226       (Closes: #6514).
5227     - Use IE's icon in Windows camouflage mode.
5228       Bugfix against 0.22 (Closes: #6536).
5229     - Support "upgrading" a partial Tails installation (Closes: #6438)
5230       and fix missing confirmation dialog in Tails Installer (Closes: #6437).
5231       Thanks to Andres Gomez Ramirez <andres.gomez@cern.ch>.
5232     - Fix browser homepage in Spanish locales (Closes: #6612).
5234   * Minor improvements
5235     - Tor 0.2.4 is stable! Adapt APT sources accordingly.
5236     - Update Tor Browser to 24.2.0esr-1+tails1, that uses its own NSS
5237       library instead of the system one.
5238     - Update Torbutton to 1.6.5.3.
5239     - Do not start Tor Browser automatically, but notify when Tor is ready.
5240       Warn the user when they attempt to start Tor Browser before Tor is ready.
5241     - Import Tor Browser profile at
5242       3ed5d9511e783deb86835803a6f40e7d5a182a12 from ttp/tor-browser-24.2.0esr-1.
5243     - Use http.debian.net for Vagrant builds, instead of the mostly broken
5244       (and soon obsolete) cdn.debian.net.
5245     - Phrasing and UI improvements in tails-upgrade-frontend.
5246     - Style and robustness improvements in tails-security-check.
5247     - Make room for upcoming UEFI support in Tails Installer.
5249  -- Tails developers <tails@boum.org>  Wed, 29 Jan 2014 15:08:13 +0100
5251 tails (0.22) unstable; urgency=medium
5253   [Tails developers]
5254   * Security fixes
5255     - Upgrade to Iceweasel 24.2.0esr that fixes a few serious security issues.
5256     - Stop migrating persistence configuration and access rights. Instead,
5257       disable all persistence configuration files if the mountpoint has wrong
5258       access rights (Closes: #6413).
5259     - Upgrade to NSS 3.15.3 that fixes a few serious security issues affecting
5260       the browser, such as CVE-2013-1741, CVE-2013-5605 and CVE-2013-5606.
5262   * Major improvements
5263     - Switch to Iceweasel 24 (Closes: #6370).
5264       · Resync' (most) Iceweasel prefs with TBB 3.0-beta-1 and get rid
5265         of many obsolete or default settings.
5266       · Disable WebRTC (Closes: #6468).
5267       · Import TorBrowser profile at commit
5268         51bf06502c46ee6c1f587459e8370aef11a3422d from the tor-browser-24.2.0esr-1
5269         branch at https://git.torproject.org/tor-browser.git.
5270     - Switch to Torbutton 1.6.5 (Closes: #6371).
5271       · Prevent Torbutton from asking users to "upgrade TBB".
5272       · Use the same Tor SOCKS port as the TBB (9151) for our web browser.
5273         This should be enough to avoid being affected by Tor#8511.
5274       · Disable Torbutton 1.6's check for Tor.
5275         Unfortunately, the new check.torproject.org breaks the remote Tor
5276         check. We cannot use the local Tor check with the control port. So,
5277         the shortest and sanest path to fixing the check issue, because the
5278         remote Tor check is broken" seems to simply disable this check.
5279         Patch submitted upstream as Tor#10216.
5280     - Prepare incremental upgrades to be the next default way to upgrade Tails,
5281       on point-releases at least.
5283   * Bugfixes
5284     - Deny X authentication only after Vidalia exits (Closes: #6389).
5285     - Disable DPMS screen blanking (Closes: #5617).
5286     - Fix checking of the persistent volume's ACL.
5287     - Sanitize more IP and MAC addresses in bug reports (Closes: #6391).
5288     - Do not fail USB upgrade when the "tmp" directory exists on the
5289       destination device.
5290     - Tails Installer: list devices with isohybrid Tails installed
5291       (Closes: #6462).
5293   * Minor improvements
5294     - Create a configuration file for additional software if needed
5295       (Closes: #6436).
5296     - Translations all over the place.
5297     - Enable favicons in Iceweasel.
5298     - Do not propose to make permanent NoScript exceptions.
5299       In Tails, every such thing is temporary, so better only display the menu
5300       entry that's about temporarily allowing something.
5301     - Clearer warning when deleting persistent volume (thanks to Andres Gomez
5302       Ramirez <andres.gomez@cern.ch> for the patch).
5303     - Make wording in Tails Installer more consistent.
5305   [ WinterFairy ]
5306   * Use IBus instead of SCIM (Closes: #5624, #6206).
5307     It makes it possible to input passwords in pinentry for at least Japanese,
5308     Chinese and Korean languages.
5309   * Add an import-translation script.
5310     This automates the importation process of completed translations
5311     from Transifex.
5312   * Always list optimal keyboard layout in the greeter (Closes: #5741).
5313   * Fix on-the-fly translation of the greeter in various languages
5314     (Closes: #5469).
5316   [ Kytv]
5317   * Update I2P to 0.9.8.1 (Closes: #6080, #5889).
5318   * Improve I2P configuration:
5319     - Disable IPv6 support in a nicer way.
5320     - Disable i2cp (allows java clients to communicate from outside the JVM). If
5321       this is unset an exception for port 7654 would need to be added to ferm.
5322     - Disable "in-network" updates (this is also done in the regular I2P
5323       packages).
5324     - Disable the outproxies. Access to the Internet is already routed through
5325       Tor so these are unnecessary. If end-users have a good reason to go
5326       through one of the I2P outproxies they can turn them back on.
5327   * Add a couple of default I2P IRC channels to Pidgin.
5328   * Allow access to the local 'eepsite' through FoxyProxy.
5329   * Add firewall exceptions for the standard I2P ports.
5331  -- Tails developers <tails@boum.org>  Sat, 30 Nov 2013 16:47:18 +0100
5333 tails (0.21) unstable; urgency=low
5335   * Security fixes
5336     - Don't grant access to the Tor control port for the desktop user
5337       (amnesia). Else, an attacker able to run arbitrary code as this user
5338       could obtain the public IP with a get_info command.
5339       · Vidalia is now run as a dedicated user.
5340       · Remove the amnesia user from the debian-tor group.
5341       · Remove the Vidalia launcher in the Applications menu.
5342         The Vidalia instance it starts is useless, since it can't connect
5343         to the Tor control port.
5344     - Don't allow the desktop user to directly change persistence settings.
5345       Else, an attacker able to run arbitrary code as this user could
5346       leverage this feature to gain persistent root access, as long as
5347       persistence is enabled.
5348       · Fully rework the persistent filesystem and files ownership
5349         and permissions.
5350       · Run the Persistent Volume Assistant as a dedicated user, that is
5351         granted the relevant udisks and filesystem -level credentials.
5352       · At persistence activation time, don't trust existing persistence
5353         configuration files, migrate to the new ownership and permissions,
5354         migrate every known-safe existing settings and backup what's left.
5355         Warn the user when not all persistence settings could be migrated.
5356       · Persistent Volume Assistant uses the new ownership and permissions
5357         scheme when initializing a new persistent volume, and refuses to
5358         read persistence.conf if it, or the parent directory, hasn't the
5359         expected permissions.
5360       · Make boot medium 'system internal' for udisks with bilibop.
5361         Once Tails is based on Wheezy, this will further complete the
5362         protection (see #6172 for details).
5363     - Update Iceweasel to 17.0.10esr-0+tails2~bpo60+1.
5364     - Update Torbutton to 1.5.2-2, including a patch cherry-picked from
5365       upstream to make window resizing closer to what the design says.
5367   * Major new features
5368     - Add a persistence preset for printing settings (Closes: #5686).
5369       Reload CUPS configuration after persistence activation.
5370     - Support SD card connected through a SDIO host adapter (Closes: #6324).
5371       · Rebrand Tails USB installer to Tails installer.
5372       · Display devices brand, model and size in the Installer
5373         (Closes: #6292).
5374       · Ask for confirmation before installing Tails onto a device
5375         (Closes: #6293).
5376       · Add support for SDIO and MMC block devices to the Tails Installer
5377         (Closes: #5744) and the Persistent Volume Assistant (Closes: #6325).
5378       · Arm the udev watchdog when booted from SD (plugged in SDIO) too
5379         (Closes: #6327).
5381   * Minor improvements
5382     - Provide a consistent path to the persistent volume mountpoint
5383       (Closes: #5854).
5384     - Add a KeePassX launcher to the top GNOME panel (Closes: #6290).
5385     - Rework bug reporting workflow: point the desktop launcher to
5386       the troubleshooting page.
5387     - Make /home world-readable at build time, regardless of the Git
5388       working copy permissions. This makes the build process more robust
5389       against strict umasks.
5390     - Add signing capabilities to the tails-build script (Closes: #6267).
5391       This is in turn used to sign ISO images built by our Jenkins setup
5392       (Closes: #6193).
5393     - Simplify the ikiwiki setup and make more pages translatable.
5394     - Exclude the version string in GnuPG's ASCII armored output.
5395     - Prefer stronger ciphers (AES256,AES192,AES,CAST5) when encrypting
5396       data with GnuPG.
5397     - Use the same custom Startpage search URL than the TBB.
5398       This apparently disables the new broken "family" filter.
5399     - Update AdBlock Plus patterns.
5400     - Install Linux from Debian testing.
5401       (That is, the same version that was shipped in 0.20.1.)
5403   * Test suite
5404     - Look for "/tmp/.X11-unix/X${1#:}" too when detecting displays in use.
5405     - Adapt tests to match the Control Port access security fix:
5406       · Take into account that the amnesia user isn't part of the debian-tor
5407         group anymore.
5408       · Run as root the checks to see if a process is running: this
5409         is required to see other users' processes.
5411  -- Tails developers <tails@boum.org>  Sat, 26 Oct 2013 23:42:46 +0200
5413 tails (0.20.1) unstable; urgency=low
5415   * Major new features
5416   - Install Tor 0.2.4.17-rc-1~d60.squeeze+1 from the Tor project's repository.
5417   - Install Iceweasel 17.0.9esr with Torbrowser patches.
5418   - Install Linux kernel 3.10-3 (version 3.10.11-1) from sid.
5420   * Bugfixes
5421   - Remount persistence devices read-only at shutdown/reboot time
5422     (Closes: #6228).
5423   - Greeter: display a warning icon on admin password mismatch and on
5424     persistence unlocking failure. Thanks to Andres Gomez Ramirez
5425     <andres.gomez@cern.ch> for the fix!
5426   - Don't torsocksify Pidgin.
5427     Instead we disable Pidgin's GNOME integration to get the "Global proxy
5428     configuration", which we set to use Tor. This fixes the I2P IRC account.
5429   - Additional software: fix typo in notification.
5430   - Allow installing "Priority: standard" packages that we do not install
5431     by default: remove them late in the build process instead of assigning
5432     them a -1 APT pinning level.
5434   * Minor improvements
5435   - Update AdBlock Plus patterns.
5436   - Use more unique ISO file name when building from Jenkins.
5437   - Additional software: point to the system log on upgrade failure.
5438   - Set SOCKS5_USER and SOCKS5_PASSWORD in the connect-socks wrapper (used
5439     by Git). Else, Tor 0.2.4's IsolateSOCKSAuth and connect-proxy
5440     sometimes play together in some way that makes connect-proxy ask for
5441     a password to connect to the SocksPort. SOCKS5_USER and
5442     SOCKS5_PASSWORD are passed through unchanged if they were manually set
5443     by the user already.
5444   - Use our custom connect-socks wrapper for SSH. Else, Tor 0.2.4's
5445     IsolateSOCKSAuth and connect-proxy sometimes play together in some way
5446     that makes connect-proxy ask for a password to connect to the
5447     SocksPort. Note that connect-socks uses the default SocksPort too, so
5448     no change here wrt. our connection isolation design.
5450   * Localization
5451   - Import new translations from Transifex.
5453   * Test suite
5454   - Fix old ISO checking for consistent error reporting.
5455   - Remove custom persistence test from manual test suite.
5456     It was removed for the GUI in t-p-s 0.33.
5458  -- Tails developers <tails@boum.org>  Sun, 15 Sep 2013 15:49:36 +0200
5460 tails (0.20) unstable; urgency=low
5462   * Major new features
5463   - Install Linux kernel 3.10.3-1 from Debian unstable.
5464   - Iceweasel 17.0.8esr + Torbrowser patches.
5466   * Bugfixes
5467   - Prevent Iceweasel from displaying a warning when leaving HTTPS web sites.
5468   - Make Iceweasel use the correct, localized search engine.
5469   - Fix Git access to https:// repositories.
5471   * Minor improvements
5472   - Install Dasher, a predictive text entry tool.
5473   - Add a wrapper around TrueCrypt which displays a warning about it soon
5474     being deprecated in Tails.
5475   - Remove Pidgin libraries for all protocols but IRC and Jabber/XMPP.
5476     Many of the other protocols Pidgin support are broken in Tails and
5477     haven't got any security auditting.
5478   - Disable the pre-defined Pidgin accounts so they do not auto-connect
5479     on Pidgin start.
5480   - Include information about Alsa in WhisperBack reports.
5481   - Explicitly restrict access to ptrace. While this setting was enabled
5482     by default in Debian's Linux 3.9.6-1, it will later disabled in 3.9.7-1.
5483     It's unclear what will happen next, so let's explicitly enable it ourselves.
5484   - Do not display dialog when a message is sent in Claws Mail.
5485   - Sync iceweasel preferences with the Torbrowser's.
5487   * Localization
5488   - Many translation updates all over the place.
5489   - Merge all Tails-related POT files into one, and make use of intltoolize
5490     for better integration with Transifex.
5492  -- Tails developers <tails@boum.org>  Tue, 30 Jul 2013 14:19:57 +0200
5494 tails (0.19) unstable; urgency=low
5496   * Major new features
5497   - Install Linux kernel 3.9.5-1 from Debian unstable.
5498     Features of particular interest for Tails are the Yama LSM
5499     (ptrace scope restrictions) and improved hardware support.
5500     As a corollary, install initramfs-tools from there too.
5501   - Iceweasel 17.0.7esr + Torbrowser patches.
5502   - Unblock Bluetooth, Wi-Fi, WWAN and WiMAX; block every other type of
5503     wireless device. Next steps are described on the
5504     todo/protect_against_external_bus_memory_forensics ticket.
5506   * Bugfixes
5507   - Fix write access to boot medium at the block device level,
5508     by installing bilibop-udev. Thanks to quidame for his support.
5509   - tails-greeter l10n-related fixes, thanks to winterfairy:
5510     · Fix so translations is applied on password mismatch messages.
5511     · Separate forward and login buttons and make them translatable.
5512   - Fix link to documentation when no sudo password is set.
5513   - gpgApplet: partial fix for clipboard emptying after a wrong passphrase
5514     was entered.
5515   - Workaround aufs bug in Unsafe Browser script.
5517   * Minor improvements
5518   - Drop GNOME proxy settings: we did not find any use of it we were keen
5519     to support, other than two programs (Seahorse, Pidgin) that are now run
5520     with torsocks.
5521   - Format newly created persistent volumes as ext4.
5522   - GnuPG: don't connect to the keyserver specified by the key owner.
5523     This feature opens the door to a variety of subtle attacks.
5524   - GnuPG: locate keys only from local keyrings.
5525     This is probably the default, but better safe than sorry.
5526   - Install virt-what from Wheezy.
5527     The version from Squeeze does not detect at least Parallels for Mac v.8.
5528   - Upgrade live-boot and live-config to the 3.0.x final version from Wheezy.
5529     · Remove /live and /lib/live/image compatibility symlinks.
5530     · Add /live/overlay -> /lib/live/mount/overlay symlink.
5531       The live-boot changes (commit d2b2a461) brought to fix Debian bug
5532       #696495 revert some of our previous changes (commit 77dab1cb), and as
5533       a result, at the time live-persist runs, no tmpfs is mounted on
5534       /live/overlay, which breaks the aufs mount. So, let's just ensure
5535       /live/overlay points to a tmpfs.
5536     · Really disable policykit and sudo live-config hooks.
5537       ... by making it believe they've already been run.
5538       This workarounds new live-config's default behavior.
5540   * Localization
5541   - Many translation updates all over the place.
5543   * Test suite
5544   - Re-enable previously disabled boot device permissions test.
5546  -- Tails developers <tails@boum.org>  Wed, 26 Jun 2013 12:36:20 +0200
5548 tails (0.18) unstable; urgency=low
5550   * New features
5551   - Support obfs3 bridges.
5552   - Automatically install a custom list of additional packages chosen by
5553     the user at the beginning of every working session, and upgrade them
5554     once a network connection is established (technology preview).
5556   * Iceweasel
5557   - Upgrade to Iceweasel 17.0.6esr-0+tails1~bpo60+1.
5558   - Update Torbrowser patches to current maint-2.4 branch (567682b).
5559   - Isolate DOM storage to first party URI, and enable DOM storage:
5560     don't set dom.storage.enabled anymore, and set Torbutton's
5561     disable_domstorage to false.
5562   - Isolate the image cache per url bar domain.
5563   - Torbutton 1.5.2, and various prefs hacks to fix breakage:
5564     · Add .saved version of the Torbutton preferences the TBB also sets.
5565     · Set TOR_SOCKS_HOST and TOR_SOCKS_PORT.
5566     · Move some prefs (network.proxy.*, extensions.autoDisableScopes,
5567       extensions.foxyproxy.last-version) to user.js.
5568       Else, with Torbutton 1.5.x, these ones are not taken into account.
5569     · Set network.proxy.socks_version.
5570       Else we get the meaningless user_pref("network.proxy.socks_version", 9063);
5571       in prefs.js after the initial startup.
5572     · Set extensions.foxyproxy.socks_remote_dns to true.
5573       Else, it overrides the various ways we set network.proxy.socks_remote_dns,
5574       which in turn makes Torbutton think it should start in non-Tor mode.
5575     · Also pass the TOR_SOCKS_* environment variables to iceweasel when
5576       generating the profile: Torbutton behaves differently depending on
5577       these variables, so we don't want the initial profile generation to be
5578       done without them. In practice, this has no implication that we could
5579       see right now, but better safe than sorry.
5580     · Import all version overrides from the TBB prefs.
5581       Else, the User-Agent sent in the HTTP headers is fine, but real
5582       values leak with JavaScript, as demonstrated by ip-check's "Browser
5583       type" test.
5584     · Move a bunch of settings to user_pref(), that are not applied otherwise.
5585       For some, this fixes a regression in 0.18~rc1.
5586       For other, the  bug was already present in Tails 0.17.2.
5587   - HTTPS Everywhere 3.2.
5588   - Update prefs to match the TBB's, fix bugs, and take advantage of the latest
5589     Torbrowser patches:
5590     · Increase pipeline randomization.
5591     · Fix @font-face handling of local() fonts.
5592       Also disable fallback font rendering.
5593     · Explicitly disable SPDY v2 and v3.
5594     · Update http pipelining prefs.
5595   - Make prefs organization closer to the TBB's:
5596     · Remove Torbutton prefs that we set at their default value.
5597     · Import Torbutton preferences from the TBB.
5598     · Organize iceweasel config files in sections the same way as the TBB.
5599   - Cleanup prefs:
5600     · Don't set extensions.torbutton.clear_cookies nor
5601       extensions.torbutton.saved.share_proxy_settings:
5602       we don't care about toggling anymore.
5603     · Don't set extensions.torbutton.saved.download_retention nor
5604       extensions.torbutton.saved.search_suggest:
5605       these settings are not used in Torbutton anymore.
5606   - Update unsafe browser prefs mangling accordingly.
5607   - Move network.protocol-handler.warn-external.* to user_pref().
5608     Else they're not applied.
5609     These prefs are actually ignored by Firefox these days -- the TBB
5610     design doc reads "They are set still anyway out of respect for the
5611     dead". Let's go on doing the same.
5612   - Update extensions.adblockplus.currentVersion.
5613   - Fetch xul-ext-https-everywhere (3.2-2) and xul-ext-noscript (2.6.6.1-1)
5614     from Debian unstable. They were uploaded there, and accordingly removed
5615     from experimental.
5617   * Bugfixes
5618   - Linux 3.2.41-2+deb7u2.
5619   - Fixed swapped filenames of tails-{reboot,shutdown}.desktop.
5620     Thanks to Mikko Harhanen for the patch.
5621   - Only add ClientTransportPlugin to torrc when bridge mode is enabled.
5622     This should bring back support for proxies of type other than obfsproxy.
5624   * Minor improvements
5625   - Set kernel.dmesg_restrict=1, and make /proc/<pid>/ invisible
5626     and restricted for other users. It makes it slightly harder for an attacker
5627     to gather information that may allow them to escalate privileges.
5628   - Install gnome-screenshot.
5629   - Don't disable IPv6 on all network interfaces anymore.
5630     It turns out the IPv6 leaks we wanted to fix actually don't exist.
5631   - Add a "About Tails" launcher in the System menu.
5632   - Install GNOME accessibility themes.
5633   - Use 'Getting started...' as the homepage for Tails documentation button.
5634   - Stop relying on the obsolete /live/image compatibility symlink.
5635   - Disable audio preview in Nautilus.
5636   - Wheezy was released => Squeeze is now oldstable.
5637   - Pick Tor from deb.torproject.org regardless of the release name they
5638     advertise. At some point we needed it, their APT repository still thought
5639     that stable == Squeeze.
5640   - Add Wheezy APT sources.
5641   - Install Linux and related packages from Wheezy.
5642     Debian sid just got Linux 3.8, and we don't want to switch to a new kernel
5643     yet.
5644   - Fetch laptop-mode-tools from Wheezy.
5645     Wheezy has the version we've been installing in 0.18~rc1,
5646     while a newer one was uploaded to sid in the meantime.
5647   - Fetch a few packages from Wheezy instead of unstable.
5648     Namely: spice-vdagent, libregexp-common-perl, macchanger, service-wrapper,
5649     libservice-wrapper-java and libservice-wrapper-jni.
5650     Wheezy has the versions we've been installing for a while, so let's
5651     avoid having unstable push a newer one to us uselessly at some point.
5652     Note that at the time of this writing, the versions in sid and in Wheezy
5653     are the same, so this commit is effectively a no-op as of today: it is
5654     merely a safeguard for the future.
5656   * Localization
5657   - Many translation updates all over the place.
5659   * Build process
5660   - Make Vagrant's build-tails script support Jenkins too.
5662   * Test suite
5663   - Fix Unsafe Browser test broken by hidepid.
5665  -- Tails developers <tails@boum.org>  Mon, 13 May 2013 22:17:38 +0200
5667 tails (0.17.2) unstable; urgency=low
5669   * Iceweasel
5670   - Upgrade to Iceweasel 17.0.5esr-0+tails2~bpo60+1.
5671   - Stop displaying obsolete context menu entries ("Open Tor URL" and friends).
5673   * Hardware support
5674   - Update Linux to 3.2.41-2
5676   * Bugfixes
5677   - Use more reliable OpenPGP keyservers:
5678     · use the hkps pool in GnuPG (and import their SSL CA)
5679     · use hkp://pool.sks-keyservers.net in Seahorse (as it does not support
5680       hkps yet)
5681   - Keep udisks users (GNOME Disk Utility, tails-persistence-setup, etc.)
5682     from resetting the system partition's attributes when manipulating the
5683     partition table. To this end, backport the relevant bugfix from Wheezy
5684     into parted 2.3-5+tails1. This allowed to remove the sgdisk-based
5685     workaround in tais-persistence-setup, and to stop installing
5686     python-parted. All this is a first needed step to fix
5687     todo/make_system_disk_read-only in a future release.
5689   * Minor improvements
5690   - Disable NoScript's HTML5 media click-to-play for better user experience.
5692   * Localization
5693   - Tails USB installer: update translations for French, German, Spanish,
5694     Finnish, Greek, Italian, Latvian, Dutch, Polish and Chinese.
5695   - Tails Greeter: update translations for Farsi, Chinese, French;
5696     new translations: Finnish, Norwegian Bokmål, Galician.
5697   - tails-persistence-setup: update Farsi and Chinese translations;
5698     import new translations for Finnish and Swedish.
5699   - WhisperBack: update translations for Arabic, French, German, Greek,
5700     Spanish, Korean, Polish, Russian. New translations: Finnish, Chinese.
5702   * Build process
5703   - Add automated testing framework (Sikuli, Cucumber, libvirt -based)
5704     with a bunch of tests.
5706  -- Tails developers <amnesia@boum.org>  Sun, 07 Apr 2013 12:17:26 +0200
5708 tails (0.17.1) unstable; urgency=low
5710   * Iceweasel
5711   - Upgrade to Iceweasel 17.0.4esr-0+tails1~bpo60+1.
5713   * Hardware support
5714   - Update Linux to 3.2.39-2.
5715     It includes the drm and agp subsystems from Linux 3.4.29.
5716   - Don't install xserver-xorg-video-rendition backport.
5717     xserver-xorg-video-rendition has been removed from squeeze-backports
5718     due to an upstream tarball mismatch discover when merging backports
5719     into the main Debian archive, and xserver-xorg-video-all still depends
5720     on it, so we explicitly install all drivers from -all but -rendition
5721     as a (hopefully temporary) workaround.
5723   * Minor improvements
5724   - Remove Indymedia IRC account, until we ship a version of Pidgin
5725     with SASL support, that is when Tails is based on Wheezy.
5727   * Build system
5728   - Don't ship the wiki's todo and bugs on ISO images.
5730  -- Tails developers <amnesia@boum.org>  Thu, 21 Mar 2013 18:54:11 +0100
5732 tails (0.17) unstable; urgency=low
5734   * New features
5735   - Install the KeePassX password manager, with a configuration and
5736     documentation that makes it easy to persist the password database.
5738   * Iceweasel
5739   - Upgrade to Iceweasel 17.0.3esr-1+tails1~bpo60+1.
5740   - Install xul-ext-adblock-plus from squeeze-backports.
5741   - Do not allow listing all available fonts.
5742     Set browser.display.max_font_attempts and browser.display.max_font_count
5743     to enable the Torbrowser Limit-the-number-of-fonts-per-document patch.
5744   - Set default spellchecker dictionary to English (USA),
5745     and localize it according to locale with our custom branding extension.
5746   - Disable the add-ons automatic update feature.
5747   - Make the generated profile world-readable.
5748   - Remove NoScript click-to-play confirmation.
5749   - Sync some prefs set by Torbutton, to be ready when it stops setting these.
5750   - Disable navigation timing.
5751   - Disable SPDY. It stores state and may have keepalive issues.
5752   - More aggressive iceweasel HTTP pipelining settings.
5753   - Enable WebGL (as click-to-play only).
5754   - Disable network.http.connection-retry-timeout.
5755   - Disable full path information for plugins.
5756   - Remove NoScript blocks of WebFonts.
5757   - Disable DOM storage in Torbutton.
5758     Since we don't apply the 0026-Isolate-DOM-storage-to-first-party-URI.patch
5759     Torbrowser patch yet, and still disable DOM storage, we need to tell
5760     Torbutton not to use it.
5761   - Synchronize iceweasel's general.useragent.override with TBB based on FF17.
5762     The User-Agent settings are not kept up-to-date anymore in Torbutton, so
5763     we have to keep in sync manually with TBB's settings.
5764   - Remove obsolete APT pining for Torbutton.
5765     It's not maintained in Debian anymore, so we now fetch it from our own
5766     APT repository.
5767   - Fetch FoxyProxy from Debian experimental and libnspr4-0d from
5768     squeeze-backports, for compatibility with Iceweasel 17.
5769   - Rebase bookmarks file on top of the default iceweasel 17 one.
5770   - Explicitly disable AdBlock Plus "correct typos" feature.
5771     This feature connects to http://urlfixer.org/.
5772     It is disabled by default in 2.2-1, but let's be careful.
5774   * Minor improvements
5775   - Upgrade to live-boot 3.0~b11-1 and live-config 3.0.12-1.
5776     Accordingly update the 9980-permissions hook, live-persist,
5777     unsafe-browser and boot-profile.
5778     Add compatibility symlinks from /live to /lib/live, and from /live/image
5779     to /lib/live/mount/medium, to ease the transition.
5780   - Check for errors when sourcing live-boot files, e.g. to detect when
5781     they have been renamed upstream.
5782   - Don't add "quiet" to the kernel command-line ourselves.
5783     Else, it appears twice as live-build's lb_binary_syslinux adds it too.
5784     Historically, we've been adding it ourselves on top of that because
5785     lb_binary_yaboot does not add it, but since we gave up the PowerPC support
5786     attempt, we're now only interested in syslinux, so let's make it easier
5787     for the general case, e.g. when one wants to remove the "quiet" parameter
5788     as suggested by our "Tails does not start" debugging documentation.
5789   - Upgrade I2P to 0.9.4.
5791   * Bugfixes
5792   - Many bugfixes brought by the Debian Squeeze 6.0.7 point-release.
5793   - Use the regular GnuPG agent + pinentry-gtk2 instead of Seahorse
5794     as a GnuPG agent. This fixes usage of OpenPGP in Claws Mail,
5795     and brings support for OpenPGP smartcards.
5796   - Enable I2P hidden mode.
5797     Else, killing I2P ungracefully is bad for the I2P network.
5798   - live-persist: move error() function before the first potential usecase.
5799   - Add missing executable bit on restart-tor and restart-vidalia.
5800   - Add shutdown and reboot launchers to the menu.
5801     This workarounds the lack of a shutdown helper applet in camouflage mode.
5802   - Remove Pidgin's MXit and Sametime support.
5803     ... at least until CVE-2013-0273, CVE-2013-0272 and CVE-2013-0271 are
5804     fixed in Debian stable. While we're at it, don't force file removal in
5805     these "set -e" build scripts: fail hard, instead of silently ignoring
5806     the fact that files may have moved or disappeared.
5808   * Hardware support
5809   - Install recent Intel and AMD microcode from squeeze-backports,
5810     explicitly excluding the iucode-tool package that's not a good idea
5811     for Live systems.
5812   - Install firmware loader for Qualcomm Gobi USB chipsets.
5813     This is needed to have various mobile broadband chipsets work.
5814   - Upgrade barry to 0.18.3-5~bpo60+1.
5815     This much improved new version supports more hardware & ISP,
5816     and does not display dozens of spurious error messages at boot time.
5818   * Build system
5819   - Remove APT local cache (/Var/cache/apt/{,src}pkgcache.bin).
5821  -- Tails developers <amnesia@boum.org>  Sat, 23 Feb 2013 10:37:57 +0100
5823 tails (0.16) unstable; urgency=low
5825   * Minor improvements
5826   - Replace the too-easy-to-misclick shutdown button with a better
5827     "Shutdown Helper" Gnome applet.
5828   - Display ~/Persistent in GNOME Places and GtkFileChooser if it is mounted.
5829   - Set Unsafe Browser's window title to "Unsafe Browser".
5830   - Install ekeyd to support the EntropyKey.
5831   - Install font for Sinhala.
5832   - Update Poedit to 1.5.4.
5833   - Kill Vidalia when restarting Tor.
5834     Doing this as early as possible exposes Vidalia's "broken onion" icon
5835     to users less.
5836   - Hide the persistence setup launchers in kiosk mode.
5837   - Add a shell library for Tor functions.
5838     These are shared among multiple of our scripts.
5839   - Install dictionaries for supported languages.
5840     Install hunspell dictionaries when possible,
5841     fall back on myspell ones else.
5843   * Bugfixes
5844   - Disable IPv6 on all network interfaces.
5845     This is a workaround for the IPv6 link-local multicast leak that was recently
5846     discovered. Tails has no local service that listens on IPv6, so there should be
5847     no regression, hopefully, unless one wants to play with OnionCat and VoIP,
5848     but those of us should know how to workaround this anyway.
5849   - live-persist: Fix variable mismatch, fixing probe white-list.
5850     Tails may previously have been able to list GPT partitions labelled
5851     "TailsData" on hard drives (!) as valid persistence volumes...
5852   - live-persist: Fix --media option when no devices are attached.
5853     Earlier, if it was set to e.g. 'removable-usb' and no USB storage was
5854     connected, $whitelistdev would be empty, which is interpreted like
5855     all devices are ok by the rest of the code.
5856   - Fix SCIM in the autostarted web browser: save IM environment variables
5857     to a file during Desktop session startup, and export them into the
5858     autostarted browser's environment.
5859   - Talk of DVD, not of CD, in the shutdown messages.
5860   - Make tordate work in bridge mode with an incorrect clock.
5861     When using a bridge Tor reports TLS cert lifetime errors (e.g. when
5862     the system clock is way off) with severity "info", but when no bridge
5863     is used the severity is "warn". tordate/20-time.sh depends on grepping
5864     these error messages, so we termporarily increase Tor's logging
5865     severity when using bridge mode. If we don't do this tordate will
5866     sleep forever, leaving Tor in a non-working state.
5867     · White-list root to use Tor's ControlPort.
5868     · Add logging for is_clock_way_off().
5869     · Remove Tor's log before time syncing.
5870       We depend on grepping stuff from the Tor log (especially for
5871       tordate/20-time.sh), so deleting it seems like a Good Thing(TM).
5872     · Stop Tor before messing with its log or data dir.
5873   - live-persist: limit searched devices the same way as live-boot.
5874     If no --media argument is specified, use live-boot's
5875     "(live-media|bootfrom)=removable(|-usb)" argument to limit devices
5876     searched for a persistent volume.
5877   - tails-greeter: do not pass media=removable to live-persist.
5878     Now that we have autodetection with kernel command-line,
5879     it should not be needed anymore.
5880   - Start memlockd after configuring it,
5881     instead of starting it before and restarting it after.
5882     This avoids running memlockd twice, and prevents other possibly
5883     surprising race-conditions.
5884     As a consequence, also have tails-sdmem-on-media-removal start after the
5885     memlockd service *and* tails-reconfigure-memlockd: to start the watchdog,
5886     we need memlockd to be properly configured *and* running.
5888   * iceweasel
5889   - Set iceweasel homepage to the news section on the Tails website.
5890     ... using the localized one when possible.
5891   - Hide the iceweasel add-on bar by default.
5892     Now that we don't want to ship the Monkeysphere addon anymore,
5893     that was the only one displayed in there, we can as well hide the whole bar.
5894   - Don't hide the AdBlock-Plus button in the add-on bar anymore. Now that
5895     we hide the whole addon bar, we can get rid of this old
5896     UX improvement.
5897   - Do not install a placeholder (fake) FireGPG iceweasel extension anymore.
5898     It was shipped from 0.10 (early 2012) to 0.15 (late November),
5899     so the migration period should be over now.
5900   - Don't install xul-ext-monkeysphere anymore.
5901     The implication of the current keyserver policy are not well
5902     understood, Monkeysphere is little used in Tails, and we're not sure
5903     anymore it would be our first bet for the web browser profile with no
5904     CA. Let's keep the various configuration bits (e.g. FoxyProxy,
5905     patching MSVA), though, so that advanced users who are used to have
5906     Monkeysphere in Tails just have to install the package.
5908   * Build system
5909   - Install the "standard" task with tasksel for better consistency in the
5910     Tails ISO images built in various environments.
5911   - Install p7zip-full. It's a dep by file-roller, but we explicily use it
5912     elsewhere, and it's better to be safe than sorry.
5913   - Remove pinning of libvpx0 to sid.
5914     This package is part of Squeeze, and not from testing/sid.
5915     We have been shipping the version from Squeeze for a while.
5916   - Remove config/chroot_local-packages/ from .gitignore.
5917     The documented way for "external" contributors to add custom packages
5918     is to put them in chroot_local-packages, and once we pull we import
5919     any such package into our APT repo and rewrite the
5920     history appropriately.
5921     Also, the ability to add packages in there and not see them in "git
5922     status" makes it very easy to build tainted ISO images with
5923     non-standard packages, which makes some of us fear can lead to hard to
5924     debug situations.
5925   - Make it clearer what can and cannot be done in terms of local packages.
5927  -- Tails developers <amnesia@boum.org>  Thu, 10 Jan 2013 12:47:42 +0100
5929 tails (0.15) unstable; urgency=low
5931   * Major new features
5932   - Persistence for browser bookmarks.
5933   - Support for obfsproxy bridges.
5935   * Minor improvements
5936   - Add the Hangul (Korean) Input Method Engine for SCIM.
5937   - Add vendor-specific dpkg origin information. This makes dpkg-vendor
5938     return correct information.
5939   - Install pcscd and libccid from squeeze-backports. This is needed to
5940     support, to some extent, some OpenPGP SmartCard readers.
5941   - Install HPIJS PPD files and the IJS driver (hpijs).
5942     This adds support for some printers, such as Xerox DocumentCenter400.
5943   - Optimize fonts display for LCD.
5944   - Update TrueCrypt to version 7.1a.
5946   * Bugfixes
5947   - Do not use pdnsd anymore. It has been orphaned in Debian, has quite
5948     some bugs in there, and apparently Tor's DNSPort's own caching is
5949     be good enough.
5950   - Remove useless iceweasel cookies exceptions. They are useless as
5951     per-session cookies are allowed.
5952   - Do not run setupcon on X. This call is only needed on the Linux
5953     console, no need to annoy the user with a weird "Press enter to
5954     activate this console" when the open a root shell in a GNOME
5955     Terminal.
5956   - Allow the tails-iuk-get-target-file user to connect to the SOCKSPort
5957     dedicated for Tails-specific software.
5958   - Fix gpgApplet menu display in Windows camouflage mode.
5959   - Fix Tor reaching an inactive state if it's restarted in "bridge mode",
5960     e.g. during the time sync' process.
5962   * Iceweasel
5963   - Update iceweasel to 10.0.11esr-1+tails1.
5964   - User profile is now generated at build time in order to support persistent
5965     bookmarks.
5966   - Update HTTPS Everywhere to version 3.0.4.
5967   - Update NoScript to version 2.6.
5968   - Fix bookmark to I2P router console.
5969   - Re-enable Monkeysphere extension to connect to the validation agent.
5971   * Localization
5972   - The Tails USB installer, tails-persistence-setup and tails-greeter
5973     are now translated into Bulgarian.
5974   - Update Chinese translation for tails-greeter.
5975   - Update Euskadi translation for WhisperBack.
5977   * Build system
5978   - Custom packages are now retrieved from Tails APT repository instead
5979     of bloating the Git repository.
5980   - Allow '~' in wiki filenames. This makes it possible to ship
5981     update-description files for release candidates.
5982   - Document how to create incremental update kit.
5983   - Handle release candidates when generating custom APT sources.
5984   - Remove pinning for xul-ext-adblock-plus.
5985     It is obsolete since we've added this package to our APT repository.
5987  -- Tails developers <amnesia@boum.org>  Sun, 25 Nov 2012 12:59:17 +0100
5989 tails (0.14) unstable; urgency=low
5991   * Major new features
5992   - Enable Tor stream isolation; several new SocksPorts with
5993     appropriate Isolate* options have been added for different use
5994     cases (i.e. applications). All application's have been
5995     reconfigured to use these new SocksPorts, which should increase
5996     anonymity by making it more difficulte to correlate traffic from
5997     different applications or "online identities".
5998   - The web browser now has the anonymity enhancing patches from the
5999     TorBrowser applied.
6000   - gpgApplet can now handle public-key cryptography.
6001   - Install an additional, PAE-enabled kernel with NX-bit
6002     support. This kernel is auto-selected when the hardware supports
6003     it and will:
6004     * provide executable space protection, preventing certain types of
6005       buffer overflows from being exploitable.
6006     * enable more than 4 GiB of system memory.
6007     * make all processors/cores available, including their
6008       power-saving functionality.
6009   - Add a persistence preset for NetworkManager connections.
6011   * Minor improvements
6012   - On kexec reboot, make the boot quiet only if debug=wipemem was not
6013     enabled.
6014   - Update torproject.org's APT repo key.
6015   - Update the embedded Tails signing key.
6016   - Use symlinks instead of duplicating localized searchplugins.
6017   - Rewrite Tails firewall using ferm. Tails firewall was written in
6018     very unsophisticated iptables-save/restore format. As more feature
6019     creeped in, it started to be quite unreadable.
6020   - Optimize VirtualBox modules build at runtime to avoid installing the
6021     userspace utils N times.
6022   - Drop most of Vidalia's configuration. Our custom lines just caused
6023     trouble (with multiple SocksPorts) and the default works well.
6024   - Blacklist PC speaker module. On some computers, having the pcspkr
6025     module loaded means loud beeps at bootup, shutdown and when using
6026     the console. As it draws useless attention to Tails users, it is
6027     better to prevent Linux from loading it by default.
6028   - Remove all addons from the Unsafe Browser. No addons are essential
6029     for the Unsafe Browser's intent. If anything they will modify the
6030     network fingerprint compared to a normal Iceweasel install, which
6031     is undesirable.
6032   - Prevent some unwanted packages to be installed at all, rather than
6033     uninstalling them later. This should speed up the build a bit.
6034   - Add a symlink from /etc/live/config to /etc/live/config.d. This
6035     makes the system compatible with live-config 3.0.4-1, without
6036     breaking backward compatibility with various parts of the system
6037     that use the old path.
6038   - Do not run unecessary scripts during shutdown sequence, to make
6039     shutdown faster.
6040   - Make live-persist deal with persistent ~/.gconf subdirs so that
6041     any options saved therein actually get persistent.
6042   - Prevent memlockd unload on shutdown, to make sure that all
6043     necessary tools for memory wiping are available when the new
6044     kernel has kexec'd.
6045   - Patch initscripts headers instead of fiddling with update-rc.d. We
6046     now let insserv figure out the correct ordering for the services
6047     during startup and shutdown, i.e. use dependency-based boot
6048     sequencing.
6049   - Remove the last absolute path in our isolinux config, which makes
6050     it easier to migrate from isolinux to syslinux (just rename the
6051     directory), and hence might make it easier for 3rd party USB
6052     installers (like the Universal USB Installer) to support Tails.
6054   * Bugfixes
6055   - Include `seq` in the ramdisk environment: it is used to wipe more
6056     memory. This fixes the long-standing bug about Tails not cleaning
6057     all memory on shutdown.
6058   - Fix Yelp crashing on internal links
6059   - Allow amnesia user to use Tor's TransPort. This firewall exception
6060     is necessary for applications that doesn't have in-built SOCKS
6061     support and cannot use torsocks. One such example is Claws Mail,
6062     which uses tsocks since torsocks makes it leak the hostname. This
6063     exception, together with Tor's automatic .onion mapping makes
6064     Claws Mail able to use hidden service mail providers again.
6065   - Force threads locking support in Python DBus binding. Without this
6066     liveusb-creator doesn't work with a PAE-enabled kernel.
6067   - Fix localized search plugins for 'es' and 'pt'
6068   - Fix live-boot's readahead, which caused an unnecessary pause
6069     during boot.
6070   - Factorize GCC wanted / available version numbers in VirtualBox
6071     modules building hook. This, incidentally, fixes a bug caused by
6072     duplication and not updating all instances.
6073   - Fix tordate vs. Tor 0.2.3.x. Since 0.2.3.x Tor doesn't download a
6074     consensus for clocks that are more than 30 days in the past or 2
6075     days in the future (see commits f4c1fa2 and 87622e4 in Tor's git
6076     repo). For such clock skews we set the time to the Tor authority's
6077     cert's valid-after date to ensure that a consensus can be
6078     downloaded.
6080   * Tor
6081   - Update to version 0.2.3.24-rc-1~~squeeze+1, a new major
6082     version. It's not a stable release, but we have been assured by
6083     the Tor developers that this is the right move.
6084   - Stop setting custom value for the Tor LongLivedPorts
6085     setting. Gobby's port was upstreamed in Tor 0.2.3.x.
6087   * Iceweasel
6088   - Update to 10.0.10esr-1+tails1, which has all the anonymity enhancing
6089     patches from the TorBrowser applied.
6090   - Install iceweasel from our own repo, http://deb.tails.boum.org.
6091   - Fix Iceweasel's file associations. No more should you be suggested
6092     to open a PDF in the GIMP.
6094   * htpdate
6095   - Use curl instead of wget, and add a --proxy option passed through
6096     to curl.
6097   - Remove the --fullrequest option, we don't need it anymore.
6098   - Remove --dns-timeout option, we don't need it anymore.
6099   - Change --proxy handling to support Debian Squeeze's curl.
6100   - Clarify what happens if --proxy is not used.
6101   - Compute the median of the diffs more correctly.
6103   * Hardware support
6104   - Update Linux to 3.2.32-1.
6106   * Software
6107   - Update vidalia to 0.2.20-1+tails1.
6108   - Update bundled WhisperBack package to 1.6.2:
6109     * Raise the socket library timeout to 120 seconds
6110     * Use smtplib's timeout parameter
6111     * Fix error output when calling send a 2nd time
6112   - Update liveusb-creator to 3.11.6-3.
6113   - Update i2p to 0.9.2.
6114   - Update tails-persistence-setup to 0.20-1, which should make it
6115     possible to install Tails on large (>= 32 GiB) USB drives.
6116   - Install console-setup and keyboard-configuration from unstable
6117     (required by new initramfs-tools).
6118   - Update tails-greeter to 0.7.3:
6119     * Import pt_BR translation.
6120     * Let langpanel usable during option selection stage
6121     * Print less debugging messages by default
6122     (below are changes in tails-greeter 0.7.2:)
6123     * Use correct test operators.
6124     * Generate language codes of available locales at package build
6125       time.
6126     * Read list of language codes from where we have saved it at
6127       package build time.
6128     * Drop tails-lang-helper, not used anymore.
6129     * Do not compile locales at login time anymore. Tails now ships
6130       locales-all.
6131   - Import live-config{,-sysvinit} 3.0.8-1. live-config >= 3.0.9-1
6132     has basically nothing useful for us, and it migrates to new paths
6133     brought by live-boot 3.0~b7, which we're not ready for yet (see:
6134     todo/newer_live-boot).
6136   * Localization
6137   - Fix Tails specific Iceweasel localization for pt-BR
6138   - Add Japanese input system: scim-anthy.
6139   - whisperback is now also translated into German, Hebrew, Hungarian,
6140     Italian and Korean.
6141   - tails-persistence-setup is now also translated into Arabic.
6142   - tails-greeter is now also translated into Arabic, Hebrew, Basque,
6143     Hungarian, Italian and Chinese.
6145   * Build system
6146   - Catch more errors in during build time:
6147     - Ensure that all local hooks start with 'set -e'.
6148     - Fail hard if adduser fails in local hooks.
6149     - Fail hard if 'rm' fails in local hooks.
6150   - vagrant: Ensure we have the set of Perl packages needed by our
6151     Ikiwiki
6152   - vagrant: Configure live-build to ship with ftp.us.debian.org.
6153     Using cdn.debian.net leads to bad interactions with Tor.
6154   - vagrant: Don't use gzip compression when building from a tag, i.e.
6155     a release.
6156   - vagrant: Optionally use bootstrap stage cache for faster builds
6157     via the 'cache' build option.
6158   - vagrant: Make sure release builds are clean, i.e. they don't use
6159     any potentially dangerous build options.
6160   - vagrant: Disable live-build package caching. This build system is
6161     meant to use an external caching proxy, so live-build's cache just
6162     wastes RAM (for in-memory builds) or disk space.
6163   - vagrant: use aufs magic instead of copying source into tmpfs.
6164     This reduces the amount of RAM required for building Tails in.
6165   - vagrant: Allow in-memory builds when a VM with enough memory is
6166     already started.
6168  -- Tails developers <amnesia@boum.org>  Sat, 10 Nov 2012 12:34:56 +0000
6170 tails (0.13) unstable; urgency=low
6172   * Major new features
6173   - Use white-list/principle of least privelege approach for local services.
6174     Only users that need a certain local (i.e. hosted on loopback) service
6175     (according to our use cases) are granted access to it by our firewall;
6176     all other users are denied access.
6177   - Ship a first version of the incremental update system. Updates are not
6178     currently triggered automatically, but this will allow tests to be done
6179     on larger scales.
6181   * Minor improvements
6182   - Enable four workspaces in the Windows XP camouflage. This allows
6183     users to quickly switch to a more innocent looking workspace in case
6184     they are working on sensitive data and attract unwanted attention.
6185     The workspace switcher applet isn't there, though, since there's no
6186     such thing in Windows XP, so switching is only possible via keyboard
6187     shortcuts.
6188   - Ship with precompiled locales instead of generating them upon login.
6189   - Add support for wireless regulation.
6190   - Use color for Git output, not intended for machine consumption,
6191     written to the terminal.
6192   - Have ttdnsd use OpenDNS. Using Google's DNS servers was very
6193     glitchy, and rarely succeeded when it should. It can probably be
6194     attributed to Google's DNS, which is known to take issue with Tor
6195     exits.
6196   - Upgrade WhisperBack to 1.6, with many UI improvements and new translations.
6197   - Include GDM logs and dmidecode informations in the reports.
6198   - Allow to modify language and layout in the "Advanced options" screen
6199     of the greeter.
6200   - GnuPG: bump cert-digest-algo to SHA512.
6201   - Update torproject.org's APT repo key.
6203   * Bugfixes
6204   - Make Claws Mail save local/POP emails in its dot-directory. The
6205     default is to save them at ~/Mail, which isn't included in our
6206     current Claws Mail persistence preset.
6207   - Fix the System Monitor applet.
6208   - Remove broken ttdnsd from the default DNS resolution loop.
6209   - Hide the 'TailsData' partition in desktop applications.
6210   - Ship unrar-free again, so that the GNOME archive manager knows about
6211     it.
6212   - Ship with an empty whitelist for Noscript.
6213   - Disable FoxyProxy's advertisement on proxy error page.
6214   - Fix slow browsing experience for offline documentation.
6215   - Raise the socket timeout to 120 seconds in WhisperBack.
6216   - Enable the ikiwiki trail plugin for the locally built wiki too.
6218   * Iceweasel
6219   - Upgrade iceweasel to 10.0.6esr-1 (Extended Support Release) and install it
6220     and its dependencies from squeeze-backports.
6222   * Hardware support
6223   - Upgrade Linux to 3.2.23-1.
6225   * Software
6226   - Update tor to version 0.2.2.39.
6227   - Update Iceweasel to version 10.0.7esr-2.
6228   - Update i2p to version 0.9.1.
6230   * Build system
6231   - vagrant: Install Ikiwiki from Debian unstable. The 'mirrorlist'
6232     patches have finally been merged in upstream Ikiwiki. So instead of
6233     building Ikiwiki by hand, we can now install the package directly
6234     from Debian unstable.
6235   - Do not build the ikiwiki forum on the bundled static website copy.
6237  -- Tails developers <amnesia@boum.org>  Mon, 17 Sep 2012 15:19:25 +0200
6239 tails (0.12.1) unstable; urgency=low
6241   This is a brown paper bag release to fix two major problems introduced in
6242   Tails 0.12.
6244   * Iceweasel
6245   - Upgrade Torbutton to 1.4.6.
6246   - Upgrade AdBlock Plus to 2.1.
6247   - Update AdBlock Plus patterns.
6249   * Hardware support
6250   - Upgrade Linux to 3.2.21-3 (linux-image-3.2.0-3-486).
6252   * Software
6253   - Install MAT from Debian backports, drop custom package.
6254   - Install python-pdfrw to re-add PDF support to the MAT.
6255   - Upgrade tails-greeter to 0.7.1, which fixes the race condition that
6256     broke administration password and locale settings on some systems.
6258   * Boot
6259   - Remove the Tails specific plymouth theme. The theme interfers heavily with
6260     the boot process on some hardware.
6262  -- Tails developers <amnesia@boum.org>  Mon, 17 Sep 2012 13:06:03 +0200
6264 tails (0.12) unstable; urgency=low
6266   * Major new features
6267   - Add the Unsafe Web Browser, which has direct access to the Internet and
6268     can be used to login to captive portals.
6269   - The (previously experimental, now deemed stable) Windows camouflage can now
6270     be enabled via a check box in Tails greeter.
6272   * Tor
6273   - Upgrade to 0.2.2.37-1~~squeeze+1.
6275   * Iceweasel
6276   - Upgrade iceweasel to 10.0.5esr-1 (Extended Support Release) and install it
6277     and its dependencies from squeeze-backports.
6278   - Add a bookmark for the offline Tails documentation.
6279   - Update AdBlock patterns.
6281   * Persistence
6282   - Allow using larger USB drives by increasing the mkfs timeout to 10 minutes.
6283   - Tell the user what's going on when the Tails boot device cannot be found.
6285   * Hardware support
6286   - Upgrade Linux to 3.2.20-1 (linux-image-3.2.0-2-amd64).
6288   * Software
6289   - Install rfkill.
6290   - Install torsocks. Note that this makes `torify' use `torsocks' instead of
6291     `tsocks'. The `tsocks' binary is dropped to avoid problems, but remaining
6292     files (the library) are kept since ttdnsd depends on them.
6293   - Fetch live-config-sysvinit from sid so that it matches live-config version.
6294   - Update virtualbox backports to 4.1.10-dfsg-1~bpo60+1.
6295   - Install pciutils (needed by virtualbox-guest-utils).
6296   - Install mousetweaks. This is needed to use the mouse accessibility settings
6297     in System -> Preferences -> Mouse -> Accessibility.
6298   - Install the "hardlink" files deduplicator.
6299   - Do not install cryptkeeper anymore. See todo/remove_cryptkeeper for reason.
6300     Users of cryptkeeper are encouraged to install cryptkeeper via `apt-get
6301     update; apt-get install --yes cryptkeeper`, open their volume and move
6302     their to Tails' built-in persistence instead, as a one-time migration.
6303   - Upgrade I2P to version 0.9.
6304   - Don't install GParted. GNOME Disk Utility has been on par with GParted
6305     since Squeeze was released.
6306   - Upgrade live-boot to 3.0~a27-1+tails2~1.gbp319fe6.
6307   - Upgrade live-config to 3.0~a39-1 and install it from Debian experimental.
6308   - Upgrade tails-greeter to 0.7.
6309   - Upgrade tails-persistence-setup to 0.17-1.
6310   - Install libyaml-libyaml-perl.
6311   - Upgrade MAT, the metadata anonymisation toolkit, 0.3.2-1~bpo60+1.
6312   - Fetch python-pdfrw from backports, drop custom package.
6314   * Internationalization
6315   - The Tails website and documentation now has a (partial) Portuguese
6316     translation.
6318   * Build system
6319   - Tails can now be built without using a HTTP proxy.
6320   - Tails can now easily be built by using Vagrant. See the updated
6321     contribute/build page for instructions.
6323   * Boot
6324   - Remove obsolete noswap boot parameter. live-boot now handles swap on an
6325     opt-in basis.
6326   - The squashfs.sort files generated with boot-profile should now be ok which
6327     makes the generate images boot noticeably faster on optical media. See
6328     bugs/weird_squashfs.sort_entries for more information.
6329   - Set Tails specific syslinux and plymouth themes.
6330   - Add NVidia KMS video drivers to the initrd in order to show our shiny new
6331     plymouth theme on more systems.
6333  -- Tails developers <amnesia@boum.org>  Mon, 11 Jun 2012 13:37:00 +0200
6335 tails (0.11) unstable; urgency=low
6337   * Major new features
6338   - Do not grant the desktop user root credentials by default.
6339   - A graphical boot menu (tails-greeter 0.6.3) allows choosing among
6340     many languages, and setting an optional sudoer password.
6341   - Support opt-in targeted persistence
6342     · tails-persistence-setup 0.14-1
6343     · live-boot 3.0~a25-1+tails1~5.gbp48d06c
6344     · live-config 3.0~a35-1
6345   - USB installer: liveusb-creator 3.11.6-1
6347   * iceweasel
6348   - Install iceweasel 10.0.4esr-1 (Extended Support Release).
6349     Let's stop tracking a too fast moving target.
6350     Debian Wheezy will ship ESR versions.
6351   - Install needed dependencies from squeeze-backports.
6352   - Search plugins:
6353     · Remove bing.
6354       bing appeared due to our upgrading iceweasel.
6355       Removing it makes things consistent with the way they have been
6356       until now, that is: let's keep only the general search engines
6357       we've been asked to add, plus Google, and a few specialized ones.
6358     · Replace Debian-provided DuckDuckGo search plugin with the "HTML SSL"
6359       one, version 20110219. This is the non-JavaScript, SSL, POST flavour.
6360     · Add ixquick.com.
6361     · Install localized search engines in the correct place.
6362       No need to copy them around at boot time anymore.
6363     · Remove Scroogle. RIP.
6364   - Enable TLS false start, like the TBB does since December.
6365   - Adblock Plus: don't count and save filter hits, supress first run dialog.
6366   - Install neither the GreaseMonkey add-on, nor any GreaseMonkey script.
6367     YouTube's HTML5 opt-in program is over.
6368     HTML5 video support is now autodetected and used.
6370   * Vidalia
6371   - Upgrade to 0.2.17-1+tails1: drop Do-not-warn-about-Tor-version.patch,
6372     applied upstream.
6373   - Set SkipVersionCheck=true.
6374     Thanks to chiiph for implementing this upstream (needs Vidalia 0.2.16+).
6376   * Internationalization
6377   - Install all available iceweasel l10n packages.
6378   - Remove syslinux language choosing menu.
6379     tails-greeter allows choosing a non-English language.
6380   - Add fonts for Hebrew, Thai, Khmer, Lao and Korean languages.
6381   - Add bidi support.
6382   - Setup text console at profile time.
6383     Context: Tails runs with text console autologin on.
6384     These consoles now wait, using a "Press enter to activate this console"
6385     message, for the user. When they press enter in there, they should have chosen
6386     their preferred keyboard layout in tails-greeter by now. Then, we run setupcon.
6387     As a result, the resulting shell is properly localized, and setupcon
6388     sets the correct keyboard layout, both according to the preferences expressed by
6389     the user in tails-greeter.
6390   - Don't use localepurge, don't remove any Scribus translations anymore,
6391     don't localize environment at live-config time:
6392     tails-greeter allows us to support many, many more languages.
6394   * Hardware support
6395   - Linux 3.2.15-1 (linux-image-3.2.0-2-amd64).
6396   - Fix low sound level on MacBook5,2.
6397   - Disable laptop-mode-tools automatic modules. This modules set often
6398     needs some amount of hardware-specific tweaking to work properly.
6399     This makes them rather not well suited for a Live system.
6401   * Software
6402   - Install GNOME keyring.
6403     This is needed so that NetworkManager remembers the WEP/WPA secrets
6404     for the time of a Tails session. Initialize GNOME keyring at user
6405     creation time.
6406   - Install usbutils to have the lsusb command.
6407   - Install the Traverso multitrack audio recorder and editor.
6409   * Miscellaneous
6410   - GNOME Terminal: keep 8192 scrollback lines instead of the smallish
6411     default.
6412   - Replaced tails-wifi initscript with laptop-mode-tools matching feature.
6413   - Disable gdomap service.
6414   - Fetch klibc-utils and libklibc from sid.
6415     The last initramfs-tools depends on these.
6416   - Set root password to "root" if debug=root is passed on the
6417     kernel cmdline. Allow setting root password on kernel cmdline via
6418     rootpw=. Looks like we implemented this feature twice.
6419   - Append a space on the kernel command line. This eases manually adding
6420     more options.
6421   - Rename sudoers.d snippets to match naming scheme.
6422     Sudo credentials that shall be unconditionally granted to the Tails
6423     default user are named zzz_*, to make sure they are applied.
6424   - WhisperBack: also include /var/log/live-persist and
6425     /var/lib/gdm3/tails.persistence.
6426   - Add a wrapper to torify whois.
6427   - Rework the VirtualBox guest modules building hook to support
6428     multiple kernels.
6429   - Consistently wait for nm-applet when waiting for user session to come up.
6430     Waiting for gnome-panel or notification-daemon worked worse.
6431   - Don't start the NetworkManager system service via init.
6432     Some Tails NM hooks need the user to be logged in to run properly.
6433     That's why tails-greeter starts NetworkManager at PostLogin time.
6434   - Also lock /bin/echo into memory. For some reason, kexec-load needs it.
6435   - Pidgin: don't use the OFTC hidden service anymore.
6436     It proved to be quite unreliable, being sometimes down for days.
6437   - Do not display storage volumes on Desktop, by disabling
6438     /apps/nautilus/desktop/volumes_visible GConf entry. Enabling that
6439     GConf setting avoids displaying the bind-mounted persistent
6440     directories on the Desktop, and reduces user confusion. It also is
6441     a first step towards a bigger UI change: GNOME3 does not manage the
6442     Desktop anymore, so volume icons and other Desktop icons are meant to
6443     disappear anyway. It implies we'll have to move all Desktop icons
6444     elsewhere. Let's start this move now: this will smooth the UI change
6445     Wheezy will carry for our users, by applying some of it progressively.
6447   * Build system
6448   - Don't build hybrid ISO images anymore. They boot less reliably on
6449     a variety of hardware, and are made less useful by us shipping
6450     a USB installer from now on.
6451   - Append .conf to live-config configuration filenames:
6452     live-config >3.0~a36-1 only takes into account files named *.conf
6453     in there. Accordingly update scripts that source these files.
6454   - Remove long-obsolete home-refresh script and its configuration.
6456   * Virtualization support
6457   - Support Spice and QXL: install the Spice agent from Debian sid,
6458     install xserver-xorg-video-qxl from squeeze-backports.
6460  -- Tails developers <amnesia@boum.org>  Tue, 17 Apr 2012 14:54:00 +0200
6462 tails (0.10.2) unstable; urgency=low
6464   * Iceweasel
6465   - Update to 10.0.2-1.
6466   - Disable HTTPS-Everywhere's SSL Observatory (plus first-run pop-up).
6467   - Revert "FoxyProxy: don't enclose regexps between ^ and $."
6468     Currently "http://www.i2p2.de" (and everything similar) is captured by
6469     the I2P filter, which is incorrect. It seems isMultiLine="false" does
6470     *not* make RE into ^RE$ any longer.
6471   - Remove file:// from NoScript's exception lists.
6472     This will fix the JavaScript toggles in the local copy of the documentation.
6473   - Update AdBlock patterns.
6475   * Software
6476   - Upgrade I2P to 0.8.13.
6477   - Install libvpx0 from sid.
6478   - Fetch klibc-utils and libklibc from sid.
6479     The last initramfs-tools depends on these.
6481   * Hardware support
6482   - Upgrade Linux kernel to 3.2.7-1.
6483   - Install firmware-libertas.
6484     This adds support for wireless network cards with Marvell Libertas
6485     8xxx chips supported by the libertas_cs, libertas_sdio, libertas_spi,
6486     libertas_tf_usb, mwl8k and usb8xxx drivers.
6488   * Miscellaneous
6489   - Revert "Set time to middle of [valid-after, fresh-until] from consensus."
6490     This reverts commit 18d23a500b9412b4b0fbe4e38a9398eb1a3eadef.
6491     With this vmid clocks that are E minutes back in time may cause issues
6492     (temporary Tor outages) after consensus updates that happen at the
6493     (60-E):th minute or later during any hour. Full analysis:
6494     https://mailman.boum.org/pipermail/tails-dev/2012-January/000873.html
6495   - Add the default user to the vboxsf group.
6496     This will allow the user to get full access to automounted VirtualBox
6497     shared folders as they are mounted with guid vboxsf and rwx group
6498     permissions.
6500  -- Tails developers <amnesia@boum.org>  Thu, 01 Mar 2012 20:26:21 +0100
6502 tails (0.10.1) unstable; urgency=low
6504   * Iceweasel
6505   - Make Startpage the default web search engine. Scroogle does not look
6506     reliable enough these days.
6508   * Software
6509   - Upgrade WhisperBack to 1.5.1 (update link to bug reporting documentation).
6510   - Update MAT to 0.2.2-2~bpo60+1 (fixes a critical bug in the GUI).
6512   * Hardware support
6513   - Upgrade Linux kernel to 3.2.1-2
6515   * Time synchronization
6516     Serious rework that should fix most, if not all, of the infamous
6517     time-sync' related bugs some Tails users have experienced recently.
6518     - Make htpdate more resilient by using three server pools, and
6519       allowing some failure ratio.
6520     - Set time from Tor's unverified-consensus if needed.
6521     - Set time to middle of [valid-after, fresh-until] from consensus.
6522     - Many robustness, performance and fingerprinting-resistance improvements.
6523     - Display time-sync' notification much earlier.
6525   * Miscellaneous
6526   - Fix access to "dumb" git:// protocol by using a connect-socks wrapper
6527     as GIT_PROXY_COMMAND.
6528   - SSH client: fix access to SSH servers on the Internet by correcting
6529     Host / ProxyCommand usage.
6530   - Pidgin: use OFTC hidden service to workaround Tor blocking.
6531   - Claws Mail: disable draft autosaving.
6532     When composing PGP encrypted email, drafts are saved back to
6533     the server in plaintext. This includes both autosaved and manually
6534     saved drafts.
6535   - tails-security-check-wrapper: avoid eating all memory when offline.
6537  -- Tails developers <amnesia@boum.org>  Sat, 28 Jan 2012 10:00:31 +0100
6539 tails (0.10) unstable; urgency=low
6541   * Tor: upgrade to 0.2.2.35-1.
6543   * Iceweasel
6544   - Install Iceweasel 9.0 from the Debian Mozilla team's APT repository.
6545   - Update Torbutton to 1.4.5.1-1.
6546   - Support viewing any YouTube video that is available in HTML5 format:
6547     install xul-ext-greasemonkey and the "Permanently Enable HTML5 on
6548     YouTube" GreaseMonkey script.
6549   - Stop using Polipo in Iceweasel. Its SOCKS support was fixed.
6550   - Install from Debian sid the iceweasel extensions we ship,
6551     for compatibility with FF9.
6552   - Use Scroogle (any languages) instead of Scroogle (English only) when
6553     booted in English. Many users choose English because their own
6554     language is not supported yet; let's not hide them search results in
6555     their own language.
6556   - Install Iceweasel language packs from Debian unstable:
6557     unfortunately they are not shipped on the mozilla.debian.net repository.
6558   - Install the NoScript Firefox extension; configure it the same way as
6559     the TBB does.
6560   - Disable third-party cookies.
6561     They can be used to track users, which is bad. Besides, this is what
6562     TBB has been doing for years.
6563   - FoxyProxy: allow direct connections to RFC1918 IPs.
6565   * Do not transparent proxy outgoing Internet connections through Tor.
6566   - Torify the SSH client using connect-proxy to all IPs but RFC1918 ones.
6567   - Torify APT using Polipo HTTP.
6568   - Torify wget in wgetrc.
6569   - Torify gobby clients using torsocks. It does not support proxies yet.
6570   - Torify tails-security-check using LWP::UserAgent's SOCKS proxy support.
6571   - Fix enabling of GNOME's HTTP proxy.
6573   * Software
6574   - Upgrade Vidalia to 0.2.15-1+tails1.
6575     · New upstream release.
6576     · Do not warn about Tor version.
6577   - Upgrade MAT to 0.2.2-1~bpo60+1.
6578   - Upgrade VirtualBox guest software to 4.1.6-dfsg-2~bpo60+1,
6579     built against the ABI of X.Org backports.
6580   - Upgrade I2P to 0.8.11 using KillYourTV's Squeeze packages;
6581     additionally, fix its start script that was broken by the tordate merge.
6582   - Install unar (The Unarchiver) instead of the non-free unrar.
6583   - Install Nautilus Wipe instead of custom Nautilus scripts.
6585   * Hardware support
6586   - Upgrade Linux kernel to 3.1.6-1.
6587   - Upgrade to X.Org from squeeze-backports.
6588   - Install more, and more recent b43 firmwares.
6589   - Upgrade barry to 0.15-1.2~bpo60+1.
6591   * Internationalization
6592   - Add basic language support for Russian, Farsi and Vietnamese.
6593   - Install some Indic fonts.
6594   - Install some Russian fonts.
6595   - Add Alt+Shift shortcut to switch keyboard layout.
6597   * Miscellaneous
6598   - Support booting in "Windows XP -like camouflage mode":
6599     · Install homebrewn local .debs for a Windows XP look-alike Gnome theme.
6600     · Add the "Windows XP Bliss" desktop wallpaper.
6601     · Added a script that's sets up Gnome to look like Microsoft Windows XP.
6602     · Add Windows XP "camouflage" icons for some programs.
6603     · Make Iceweasel use the IE icon when Windows XP camouflage is enabled.
6604     · Add special launcher icons for the Windows XP theme so that they're
6605       not too big.
6606   - Decrease Florence focus zoom to 1.2.
6607   - Do not fetch APT translation files. Running apt-get update is heavy enough.
6608   - Add MSN support thanks to msn-pecan.
6609   - Add custom SSH client configuration:
6610     · Prefer strong ciphers and MACs.
6611     · Enable maximum compression level.
6612      · Explicitly disable X11 forwarding.
6613     · Connect as root by default, to prevent fingerprinting when username
6614       was not specified.
6615   - Replace flawed FireGPG with a home-made GnuPG encryption applet;
6616     install a feature-stripped FireGPG that redirects users to
6617     the documentation, and don't run Seahorse applet anymore.
6618   - Enable Seahorse's GnuPG agent.
6619   - Blank screen when lid is closed, rather than shutting down the system.
6620     The shutdown "feature" has caused data losses for too many people, it seems.
6621     There are many other ways a Tails system can be shut down in a hurry
6622     these days.
6623   - Import Tails signing key into the keyring.
6624   - Fix bug in the Pidgin nick generation that resulted in the nick
6625     "XXX_NICK_XXX" once out of twenty.
6626   - Pre-configure the #tor IRC discussion channel in Pidgin.
6627   - Fix "technology preview" of bridge support: it was broken by tordate merge.
6628   - Install dependencies of our USB installer to ease its development.
6629   - Make vidalia NM hook sleep only if Vidalia is already running.
6630   - Reintroduce the htpdate notification, telling users when it's safe
6631     to use Tor Hidden Services.
6632   - htpdate: omit -f argument to not download full pages.
6633   - htpdate: write success file even when not within {min,max}adjust.
6634     Otherwise htpdate will not "succeed" when the time diff is 0 (i.e.
6635     the clock was already correct) so the success file cannot be used
6636     as an indicator that the system time now is correct, which arguably
6637     is its most important purpose.
6639   * Build system
6640   - Name built images according to git tag.
6642  -- Tails developers <tails@boum.org>  Wed, 04 Jan 2012 09:56:38 +0100
6644 tails (0.9) unstable; urgency=low
6646   * Tor
6647   - Upgrade to 0.2.2.34 (fixes CVE-2011-2768, CVE-2011-2769).
6649   * Iceweasel
6650   - Upgrade to 3.5.16-11 (fixes CVE-2011-3647, CVE-2011-3648, CVE-2011-3650).
6651   - Upgrade FireGPG to 0.8-1+tails2: notify users that the FireGPG Text
6652     Editor is the only safe place for performing cryptographic operations,
6653     and make it impossible to do otherwise. Other ways open up several
6654     severe attacks through JavaScript (e.g. leaking plaintext when
6655     decrypting, signing messages written by the attacker).
6656   - Install Cookie Monster extension instead of CS Lite.
6657   - Always ask where to save files.
6658   - Upgrade Torbutton to 1.4.4.1-1, which includes support for the in-browser
6659     "New identity" feature.
6661   * Software
6662   - Install MAT, the metadata anonymisation toolkit.
6663   - Upgrade TrueCrypt to 7.1.
6664   - Upgrade WhisperBack to 1.5~rc1 (leads the user by the hand if an error
6665     occurs while sending the bugreport, proposes to save it after 2 faild
6666     attempts, numerous bugfixes).
6667   - Linux: upgrade to linux-image-3.0.0-2-486 (version 3.0.0-6); fixes
6668     a great number of bugs and security issues.
6670   * Miscellaneous
6671   - Fully rework date and time setting system.
6672   - Remove the htp user firewall exception.
6673   - Saner keyboard layouts for Arabic and Russian.
6674   - Use Plymouth text-only splash screen at boot time.
6675   - Color the init scripts output.
6676   - Suppress Tor's warning about applications doing their own DNS lookups.
6677     This is totally safe due to our Tor enforcement.
6678   - Disable hdparm boot-time service.
6679     We only want hdparm so that laptop-mode-tools can use it.
6680   - Run Claws Mail using torify.
6681     It's not as good as if Claws Mail supported SOCKS proxies itself,
6682     but still better than relying on the transparent netfilter torification.
6683   - Install HPLIP and hpcups for better printing support.
6685   * Erase memory at shutdown
6686   - Run many sdmem instances at once.
6687     In hope of erasing more memory until we come up with a proper fix for
6688     [[bugs/sdmem_does_not_clear_all_memory]].
6689   - Kill gdm3 instead of using its initscript on brutal shutdown.
6690   - Use absolute path to eject for more robust memory wipe on boot medium removal.
6692   * Space savings
6693   - Exclude kernel and initramfs from being put into the SquashFS.
6694     Those files are already shipped where they are needed, that is in the ISO
6695     filesystem. Adapt kexec and memlockd bits.
6696   - Do not ship the GNOME icon theme cache.
6697   - Do not ship .pyc files.
6698   - Do not ship NEWS.Debian.gz files.
6700   * Build system
6701   - Re-implement hook that modifies syslinux config to make future
6702     development easier.
6704  -- Tails developers <amnesia@boum.org>  Tue, 01 Nov 2011 13:26:38 +0100
6706 tails (0.8.1) unstable; urgency=low
6708   * Iceweasel
6709     - Update to 3.5.16-10 (fixes DSA-2313-1).
6710     - FireGPG: force crypto action results to appear in a new window, otherwise
6711       JavaScript can steal decrypted plaintext. Advice: always use FireGPG's
6712       text editor when writing text you want to encrypt. If you write it in a
6713       textbox the plaintext can be stolen through JavaScript before it is
6714       encrypted in the same way.
6715     - Update HTTPS Everywhere extension to 1.0.3-1.
6716     - Stop using the small version of the Tor check page. The small version
6717       incorrectly tells Tails users to upgrade their Torbrowser, which has
6718       confused some users.
6720   * Software
6721     - Update Linux to 3.0.0-2 (fixes DSA-2310-1, CVE-2011-2905, CVE-2011-2909,
6722       CVE-2011-2723, CVE-2011-2699, CVE-2011-1162, CVE-2011-1161).
6723     - Update usb-modeswitch to 1.1.9-2~bpo60+1 and usb-modeswitch-data to
6724       20110805-1~bpo60+1 from Debian backports. This adds support for a few
6725       devices such as Pantech UMW190 CDMA modem.
6726     - Install libregexp-common-perl 2011041701-3 from Debian unstable. This
6727       fixes the bug: [[bugs/msva_does_not_use_configured_keyserver]].
6728     - Install hdparm so the hard drives can be spinned down in order to save
6729       battery power.
6730     - Install barry-util for better BlackBerry integration.
6731     - Debian security upgrades: OpenOffice.org (DSA-2315-1), openjdk-6
6732       (DSA-2311-1), policykit-1 (DSA-2319-1)
6734    * Protecting against memory recovery
6735     - Set more appropriate Linux VM config before wiping memory. These
6736       parameters should make the wipe process more robust and efficient.
6738  -- Tails developers <amnesia@boum.org>  Sun, 16 Oct 2011 11:31:18 +0200
6740 tails (0.8) unstable; urgency=low
6742   * Rebase on the Debian Squeeze 6.0.2.1 point-release.
6744   * Tor
6745     - Update to 0.2.2.33-1.
6746     - Disabled ControlPort in favour of ControlSocket.
6747     - Add port 6523 (Gobby) to Tor's LongLivedPorts list.
6749   * I2P
6750     - Update to 0.8.8.
6751     - Start script now depends on HTP since I2P breaks if the clock jumps or is
6752       too skewed during bootstrap.
6754   * Iceweasel
6755     - Update to 3.5.16-9 (fixes CVE-2011-2374, CVE-2011-2376, CVE-2011-2365,
6756       CVE-2011-2373, CVE-2011-2371, CVE-2011-0083, CVE-2011-2363, CVE-2011-0085,
6757       CVE-2011-2362, CVE-2011-2982, CVE-2011-2981, CVE-2011-2378, CVE-2011-2984,
6758       CVE-2011-2983).
6759     - Enable HTTP pipelining (like TBB).
6760     - Update HTTPS Everywhere extension to 1.0.1-1 from Debian unstable.
6761     - Suppress FoxyProxy update prompts.
6762     - Prevent FoxyProxy from "phoning home" after a detected upgrade.
6763     - Fixed a bunch of buggy regular expressions in FoxyProxy's configuration.
6764       See [[bugs/exploitable_typo_in_url_regex?]] for details. Note that none of
6765       these issues are critical due to the transparent proxy.
6766     - Add DuckDuckGo SSL search engine.
6768   * Torbutton
6769     - Update to torbutton 1.4.3-1 from Debian unstable.
6770     - Don't show Torbutton status in the status bar as it's now displayed in the
6771       toolbar instead.
6773   * Pidgin
6774     - More random looking nicks in pidgin.
6775     - Add IRC account on chat.wikileaks.de:9999.
6777   * HTP
6778     - Upgrade htpdate script (taken from Git 7797fe9) that allows setting wget's
6779       --dns-timeout option.
6781   * Software
6782     - Update Linux to 3.0.0-1. -686 is now deprecated in favour of -486 and
6783       -686-pae; the world is not ready for -pae yet, so we now ship -486.
6784     - Update OpenSSL to 0.9.8o-4squeeze2 (fixes CVE-2011-1945 (revoke
6785       compromised DigiNotar certificates), CVE-2011-1945).
6786     - Update Vidalia to 0.2.14-1+tails1 custom package.
6787     - Install accessibility tools:
6788       - gnome-mag: screen magnifier
6789       - gnome-orca: text-to-speech
6790     - Replace the onBoard virtual keyboard with Florence.
6791     - Install the PiTIVi non-linear audio/video editor.
6792     - Install ttdnsd.
6793     - Install tor-arm.
6794     - Install lzma.
6796   * Arbitrary DNS queries
6797     - Tor can not handle all types of DNS queries, so if the Tor resolver fails
6798       we fallback to ttdnsd. This is now possible with Tor 0.2.2.x, since we
6799       fixed Tor bug #3369.
6801   * Hardware support
6802     - Install ipheth-utils for iPhone tethering.
6803     - Install xserver-xorg-input-vmmouse (for mouse integration with the host OS
6804       in VMWare and KVM).
6805     - Install virtualbox-ose 4.x guest packages from Debian backports.
6807   * Miscellaneous
6808     - Switch gpg to use keys.indymedia.org's hidden service, without SSL.
6809       The keys.indymedia.org SSL certificate is now self-signed. The hidden
6810       service gives a good enough way to authenticate the server and encrypts
6811       the connection, and just removes the certificates management issue.
6812     - The squashfs is now compressed using XZ which reduces the image size quite
6813       drastically.
6814     - Remove Windows autorun.bat and autorun.inf. These files did open a static
6815       copy of our website, which is not accessible any longer.
6817   * Build system
6818     - Use the Git branch instead of the Debian version into the built image's
6819       filename.
6820     - Allow replacing efficient XZ compression with quicker gzip.
6821     - Build and install documentation into the chroot (-> filesystem.squashfs).
6822       Rationale: our static website cannot be copied to a FAT32 filesystem due
6823       to filenames being too long. This means the documentation cannot be
6824       browsed offline from outside Tails. However, our installer creates GPT
6825       hidden partitions, so the doc would not be browseable from outside Tails
6826       anyway. The only usecase we really break by doing so is browsing the
6827       documentation while running a non-Tails system, from a Tails CD.
6829  -- Tails developers <amnesia@boum.org>  Thu, 09 Sep 2011 11:31:18 +0200
6831 tails (0.7.2) unstable; urgency=high
6833   * Iceweasel
6834   - Disable Torbutton's external application launch warning.
6835     ... which advises using Tails. Tails *is* running Tails.
6836   - FoxyProxy: install from Debian instead of the older one we previously
6837     shipped.
6839   * Software
6840   - haveged: install an official Debian backport instead of a custom backport.
6841   - unrar: install the version from Debian's non-free repository.
6842     Users report unrar-free does not work well enough.
6844  -- Tails developers <amnesia@boum.org>  Sun, 12 Jun 2011 15:34:56 +0200
6846 tails (0.7.1) unstable; urgency=high
6848   * Vidalia: new 0.2.12-2+tails1 custom package.
6850   * Iceweasel
6851   - Don't show Foxyproxy's status / icon in FF statusbar to prevent users
6852     from accidentaly / unconsciously put their anonymity at risk.
6853   - "amnesia branding" extension: bump Iceweasel compatibility to 4.0 to ease
6854     development of future releases.
6856   * Software
6857   - Upgrade Linux kernel to Debian's 2.6.32-33: fixes tons of bugs,
6858     including the infamous missing mouse cursor one. Oh, and it closes
6859     a few security holes at well.
6860   - Install unrar-free.
6861   - Do not install pppoeconf (superseeded by NetworkManager).
6862   - Upgrade macchanger to Debian testing package to ease development of
6863     future Tails releases.
6864   - Debian security upgrades: x11-xserver-utils (DSA-2213-1), isc-dhcp
6865     (DSA-2216-1), libmodplug (DSA-2226-1), openjdk-6 (DSA-2224-1).
6867   * Protecting against memory recovery
6868   - Add Italian translation for tails-kexec. Thanks to Marco A. Calamari.
6869   - Make it clear what it may mean if the system does not power off
6870     automatically.
6871   - Use kexec's --reset-vga option that might fix display corruption issues
6872     on some hardware.
6874   * WhisperBack (encrypted bug reporting software)
6875   - Upgrade WhisperBack to 1.4.1:
6876     localizes the documentation wiki's URL,
6877     uses WebKit to display the bug reporting help page,
6878     now is usable on really small screens.
6879   - Extract wiki's supported languages at build time, save this
6880     information to /etc/amnesia/environment, source this file into the
6881     Live user's environment so that WhisperBack 1.4+ can make good use
6882     of it.
6884   * Miscellaneous
6885   - Fix boot in Chinese.
6886   - Install mobile-broadband-provider-info for better 3G support.
6887   - Add back GNOME system icons to menus.
6888   - tails-security-check: avoid generating double-slashes in the Atom
6889     feeds URL.
6890   - Remove "vga=788" boot parameter which breaks the boot on some hardware.
6891   - Remove now useless "splash" boot parameter.
6892   - Fix a bunch of i386-isms.
6893   - Pass the noswap option to the kernel. This does not change actual Tails
6894     behaviour but prevents users from unnecessarily worrying because of 
6895     the "Activating swap" boot message.
6896   - Make use of check.torproject.org's Arabic version.
6898   * Build system
6899   - Enable squeeze-backports. It is now ready and will be used soon.
6900   - Install eatmydata in the chroot.
6901   - Convert ikiwiki setup files to YAML.
6903  -- Tails developers <amnesia@boum.org>  Fri, 29 Apr 2011 17:14:53 +0200
6905 tails (0.7) unstable; urgency=low
6907   * Hardware support
6908   - Install foomatic-filters-ppds to support more printers.
6909   - Give the default user the right to manage printers.
6911   * Software
6912   - Deinstall unwanted packages newly pulled by recent live-build.
6913   
6914  -- Tails developers <amnesia@boum.org>  Wed, 06 Apr 2011 22:58:51 +0200
6916 tails (0.7~rc2) unstable; urgency=low
6918   ** SNAPSHOT build @824f39248a08f9e190146980fb1eb0e55d483d71 **
6920   * Rebase on Debian Squeeze 6.0.1 point-release.
6921   
6922   * Vidalia: new 0.2.10-3+tails5 custom package..
6924   * Hardware support
6925   - Install usb-modeswitch and modemmanager to support mobile broadband
6926     devices such as 3G USB dongles. Thanks to Marco A. Calamari for the
6927     suggestion.
6929   * Misc
6930   - Website relocated to https://tails.boum.org/ => adapt various places.
6931   - Configure keyboard layout accordingly to the chosen language for
6932     Italian and Portuguese.
6934  -- Tails developers <amnesia@boum.org>  Fri, 25 Mar 2011 15:44:25 +0100
6936 tails (0.7~rc1) UNRELEASED; urgency=low
6938   ** SNAPSHOT build @98987f111fc097a699b526eeaef46bc75be5290a **
6940   * Rebase on Debian Squeeze.
6942   * T(A)ILS has been renamed to Tails.
6943   
6944   * Protecting against memory recovery
6945     New, safer way to wipe memory on shutdown which is now also used when
6946     the boot media is physically removed.
6948   * Tor
6949   - Update to 0.2.1.30-1.
6951   * Iceweasel
6952   - Add HTTPS Everywhere 0.9.4 extension.
6953   - Better preserve Anonymity Set: spoof US English Browser and timezone
6954     the same way as the Tor Browser Bundle, disable favicons and picture
6955     iconification.
6956   - Install AdBlock Plus extension from Debian.
6957   - Add Tor-related bookmarks.
6958   - Support FTP, thanks to FoxyProxy.
6959   - Update AdBlock patterns.
6960   - Disable geolocation and the offline cache.
6962   * Software
6963   - Update Vidalia to 0.2.10-3+tails4.
6964   - Install gnome-disk-utility (Palimpsest) and Seahorse plugins.
6965   - Add opt-in i2p support with Iceweasel integration through FoxyProxy.
6966   - onBoard: fix "really quits when clicking the close window icon" bug.
6967   - Optionally install TrueCrypt at boot time.
6968   - Install laptop-mode-tools for better use of battery-powered hardware.
6969   - Replace xsane with simple-scan which is part of GNOME and way easier
6970     to use.
6971   - Upgrade WhisperBack to 1.3.1 (bugfixes, French translation).
6972   - Install scribus-ng instead of scribus. It is far less buggy in Squeeze.
6973   
6974   * Firewall
6975   - Drop incoming packets by default.
6976   - Forbid queries to DNS resolvers on the LAN.
6977   - Set output policy to drop (defense-in-depth).
6979   * Hardware support
6980   - Install Atheros and Broadcom wireless firmwares.
6981   - Install libsane-hpaio and sane-utils, respectively needed for
6982     multi-function peripherals and some SCSI scanners.
6984   * live-boot 2.0.15-1+tails1.35f1a14
6985   - Cherry-pick our fromiso= bugfixes from upstream 3.x branch.
6987   * Miscellaneous
6988   - Many tiny user interface improvements.
6989   - More robust HTP time synchronization wrt. network failures.
6990     Also, display the logs when the clock synchronization fails.
6991   - Disable GNOME automatic media mounting and opening to protect against
6992     a class of attacks that was recently put under the spotlights.
6993     Also, this feature was breaking the "no trace is left on local
6994     storage devices unless explicitly asked" part of Tails specification.
6995   - Make configuration more similar to the Tor Browser Bundle's one.
6996   - GnuPG: default to stronger digest algorithms.
6997   - Many more or less proper hacks to get the built image size under 700MB.
6998   - Compress the initramfs using LZMA for faster boot.
7000   * Build system
7001   - Run lb build inside eatmydata fsync-less environment to greatly improve
7002     build time.
7004  -- Tails developers <amnesia@boum.org>  Fri, 11 Mar 2011 15:52:19 +0100
7006 tails (0.6.2) unstable; urgency=high
7008   * Tor: upgrade to 0.2.1.29 (fixes CVE-2011-0427).
7009   * Software
7010   - Upgrade Linux kernel, dpkg, libc6, NSS, OpenSSL, libxml2 (fixes various
7011     security issues).
7012   - Upgrade Claws Mail to 3.7.6 (new backport).
7013   - Install Liferea, tcpdump and tcpflow.
7014   * Seahorse: use hkp:// transport as it does not support hkps://.
7015   * FireGPG: use hkps:// to connect to the configured keyserver.
7016   * Build system: take note of the Debian Live tools versions being used
7017     to make next point-release process faster.
7018   * APT: don't ship package indices.
7020  -- T(A)ILS developers <amnesia@boum.org>  Wed, 19 Jan 2011 16:59:43 +0100
7022 tails (0.6.1) unstable; urgency=low
7024   * Tor: upgrade to 0.1.28 (fixes CVE-2010-1676)
7025   * Software: upgrade NSS, Xulrunner, glibc (fixes various security issues)
7026   * FireGPG: use the same keyserver as the one configured in gpg.conf.
7027   * Seahorse: use same keyserver as in gpg.conf.
7028   * HTP: display the logs when the clock synchronization fails.
7029   * Update HTP configuration: www.google.com now redirects to
7030     encrypted.google.com.
7031   * Use the light version of the "Are you using Tor?" webpage.
7032   * Update AdBlock patterns.
7034  -- T(A)ILS developers <amnesia@boum.org>  Fri, 24 Dec 2010 13:28:29 +0100
7036 tails (0.6) unstable; urgency=low
7038   * Releasing 0.6.
7040   * New OpenPGP signing-only key. Details are on the website:
7041     https://amnesia.boum.org/GnuPG_key/
7043   * Iceweasel
7044   - Fixed torbutton has migrated to testing, remove custom package.
7046   * HTP
7047   - Query ssl.scroogle.org instead of lists.debian.org.
7048   - Don't run when the interface that has gone up is the loopback one.
7050   * Nautilus scripts
7051   - Add shortcut to securely erase free space in a partition.
7052   - The nautilus-wipe shortcut user interface is now translatable.
7054   * Misc
7055   - Really fix virtualization warning display.
7056   - More accurate APT pinning.
7057   - Disable Debian sid APT source again since a fixed live-config has
7058     migrated to Squeeze since then.
7060   * live-boot: upgrade to 2.0.8-1+tails1.13926a
7061   - Sometimes fixes the smem at shutdown bug.
7062   - Now possible to create a second partition on the USB stick T(A)ILS is
7063     running from.
7065   * Hardware support
7066   - Support RT2860 wireless chipsets by installing firmware-ralink from
7067     Debian Backports.
7068   - Install firmware-linux-nonfree from backports.
7069   - Fix b43 wireless chipsets by having b43-fwcutter extract firmwares at
7070     build time.
7072   * Build system
7073   - Install live-build and live-helper from Squeeze.
7074   - Update SquashFS sort file.
7076  -- T(A)ILS developers <amnesia@boum.org>  Wed, 20 Oct 2010 19:53:17 +0200
7078 tails (0.6~rc3) UNRELEASED; urgency=low
7080   ** SNAPSHOT build @a3ebb6c775d83d1a1448bc917a9f0995df93e44d **
7082   * Iceweasel
7083   - Autostart Iceweasel with the GNOME session. This workarounds the
7084     "Iceweasel first page is not loaded" bug.
7085   
7086   * HTP
7087   - Upgrade htpdate script (taken from Git 7797fe9).
7089   * Misc
7090   - Disable ssh-agent auto-starting with X session: gnome-keyring is
7091     more user-friendly.
7092   - Fix virtualization warning display.
7093   - Boot profile hook: write desktop file to /etc/skel.
7095   * Build system
7096   - Convert build system to live-build 2.0.1.
7097   - APT: fetch live-build and live-helper from Debian Live snapshots.
7098   - Remove dependency on live-build functions in chroot_local-hooks.
7099     This makes the build environment more robust and less dependent on
7100     live-build internals.
7101   - Remove hand-made rcS.d/S41tails-wifi: a hook now does this.
7102   - Measure time used by the lh build command.
7103   - Fix boot profile hook.
7104   - Boot profiling: wait a bit more: the current list does not include
7105     /usr/sbin/tor.
7107  -- T(A)ILS developers <amnesia@boum.org>  Sat, 02 Oct 2010 23:06:46 +0200
7109 tails (0.6~rc2) UNRELEASED; urgency=low
7111   ** SNAPSHOT build @c0ca0760ff577a1e797cdddf0e95c5d62a986ec8 **
7113   * Iceweasel
7114   - Refreshed AdBlock patterns (20100926).
7115   - Set network.dns.disableIPv6 to true (untested yet)
7116   - Torbutton: install patched 1.2.5-1+tails1 to fix the User-Agent bug,
7117     disable extensions.torbutton.spoof_english again.
7119   * Software
7120   - WhisperBack: upgrade to 1.3~beta3 (main change:  let the user provide
7121     optional email address and OpenPGP key).
7122   - Remove mc.
7123   - Update haveged backport to 0.9-3~amnesia+lenny1.
7124   - Update live-boot custom packages (2.0.6-1+tails1.6797e8): fixes bugs
7125     in persistency and smem-on-shutdown.
7126   - Update custom htpdate script. Taken from commit d778a6094cb3 in our
7127     custom Git repository:  fixes setting of date/time.
7129   * Build system
7130   - Bugfix: failed builds are now (hopefully) detected.
7131   - Fix permissions on files in /etc/apt/ that are preserved in the image.
7132   - Install version 2.0~a21-1 of live-build and live-helper in the image.
7133     We are too late in the release process to upgrade to current Squeeze
7134     version (2.0~a29-1).
7136   * Misc
7137   - Pidgin/OTR: disable the automatic OTR initiation and OTR requirement.
7139  -- T(A)ILS developers <amnesia@boum.org>  Wed, 29 Sep 2010 19:23:17 +0200
7141 tails (0.6~1.gbpef2878) UNRELEASED; urgency=low
7143   ** SNAPSHOT build @ef28782a0bf58004397b5fd303f938cc7d11ddaa **
7145   * Hardware support
7146   - Use a 2.6.32 kernel: linux-image-2.6.32-bpo.5-686 (2.6.32-23~bpo50+1)
7147     from backports.org. This should support far more hardware and
7148     especially a lot of wireless adapters.
7149   - Add firmware for RTL8192 wireless adapters.
7150   - Enable power management on all wireless interfaces on boot.
7152   * Software
7153   - Install inkscape.
7154   - Install poedit.
7155   - Install gfshare and ssss: two complementary implementations
7156     of Shamir's Secret Sharing.
7157   - Install tor-geoipdb.
7158   - Remove dialog, mc and xterm.
7160   * Iceweasel
7161   - Set extensions.torbutton.spoof_english to its default true value
7162     in order to workaround a security issue:
7163     https://amnesia.boum.org/security/Iceweasel_exposes_a_rare_User-Agent/
7165   * Monkeysphere
7166   - Install the Iceweasel extension.
7167   - Use a hkps:// keyserver.
7169   * GnuPG
7170   - Install gnupg from backports.org so that hkps:// is supported.
7171   - Use a hkps:// keyserver.
7172   - Proxy traffic via polipo.
7173   - Prefer up-to-date digests and ciphers.
7175   * Vidalia: rebased our custom package against 0.2.10.
7177   * Build system
7178   - Built images are now named like this:
7179     tails-i386-lenny-0.5-20100925.iso
7180   - Use live-helper support for isohybrid options instead of doing the
7181     conversion ourselves. The default binary image type we build is now
7182     iso-hybrid.
7183   - Remove .deb built by m-a after they have been installed.
7184   - Setup custom GConf settings at build time rather than at boot time.
7185   - Move $HOME files to /etc/skel and let adduser deal with permissions.
7186   - Convert to live-boot / live-config / live-build 2.x branches.
7187   - Replaced our custom live-initramfs with a custom live-boot package;
7188     included version is 2.0.5-1+tails2.6797e8 from our Git repository:
7189     git clone git://git.immerda.ch/tails_live-boot.git
7190   - Install live-config* from the live-snapshots Lenny repository.
7191     Rationale: live-config binary packages differ depending on the target
7192     distribution, so that using Squeeze's live-config does not produce
7193     fully-working Lenny images.
7194   - Rename custom scripts, packages lists and syslinux menu entries from
7195     the amnesia-* namespace to the tails-* one.
7197   * HTP
7198   - Use (authenticated) HTP instead of NTP.
7199   - The htpdate script that is used comes from commit 43f5f83c0 in our
7200     custom repository:  git://git.immerda.ch/tails_htp.git
7201   - Start Tor and Vidalia only once HTP is done.
7203   * Misc
7204   - Fix IPv6 firewall restore file. It was previously not used at all.
7205   - Use ftp.us.debian.org instead of the buggy GeoIP-powered
7206     cdn.debian.net.
7207   - Gedit: don't autocreate backup copies.
7208   - Build images with syslinux>=4.01 that has better isohybrid support.
7209   - amnesia-security-check: got rid of the dependency on File::Slurp.
7210   - Take into account the migration of backports.org to backports.debian.org.
7211   - Make GnuPG key import errors fatal on boot.
7212   - Warn the user when T(A)ILS is running inside a virtual machine.
7213   - DNS cache: forget automapped .onion:s on Tor restart.
7215   * Documentation: imported Incognito's walkthrough, converted to
7216     Markdown, started the needed adaptation work.
7218  -- T(A)ILS developers <amnesia@boum.org>  Sun, 26 Sep 2010 11:06:50 +0200
7220 tails (0.5) unstable; urgency=low
7222   * The project has merged efforts with Incognito.
7223     It is now to be called "The (Amnesic) Incognito Live System".
7224     In short: T(A)ILS.
7226   * Community
7227   - Created the amnesia-news mailing-list.
7228   - Added a forum to the website.
7229   - Created a chatroom on IRC: #tails on irc.oftc.net
7231   * Fixed bugs
7232   - Workaround nasty NetworkManager vs. Tor bug that often
7233     prevented the system to connect to the Tor network: restart Tor and Vidalia
7234     when a network interface goes up.
7235   - onBoard now autodetects the keyboard layout... at least once some
7236     keys have been pressed.
7237   - New windows don't open in background anymore, thanks to
7238     a patched Metacity.
7239   - Memory wiping at shutdown is now lightning fast, and does not prevent
7240     the computer to halt anymore.
7241   - GNOME panel icons are right-aligned again.
7242   - Fixed permissions on APT config files.
7243   - Repaired mouse integration when running inside VirtualBox.
7245   * Iceweasel
7246   - Torbutton: redirect to Scroogle when presented a Google captcha.
7247   - Revamped bookmarks
7248       . moved T(A)ILS own website to the personal toolbar
7249       . moved webmail links (that are expected to be more than 3 soon)
7250         to a dedicated folder.
7251   - Don't show AdBlock Plus icon in the toolbar.
7252   - Adblock Plus: updated patterns, configured to only update subscriptions
7253     once a year. Which means never, hopefully, as users do update their
7254     Live system on a regular basis, don't they?
7256   * Vidalia: rebased our custom package against 0.2.8.
7257   
7258   * Claws Mail
7259   - Install Claws Mail from backports.org to use the X.509 CA
7260     certificates provided by Debian.
7261   - Enable PGP modules with basic configuration:
7262       . Automatically check signatures.
7263       . Use gpg-agent to manage passwords.
7264       . Display warning on start-up if GnuPG doesn't work.
7265   - Set the IO timeout to 120s (i.e. the double of the default 60s).
7266   
7267   * Pidgin
7268   - Automatically connect to irc.oftc.net with a randomized nickname,
7269     so as not to advertize the use of T(A)ILS; this nickname is made of:
7270      . a random firstname picked from the 2000 most registered by the U.S.
7271        social security administration in the 70s;
7272      . two random digits.
7273     Good old irc.indymedia.org is still configured - with same nickname -
7274     but is not enabled by default anymore.
7275   - Disabled MSN support, that is far too often affected by security flaws.
7277   * Build $HOME programmatically
7278   - Migrated all GConf settings, including the GNOME panel configuration,
7279     to XML files that are loaded at boot time.
7280   - Configure iceweasel profile skeleton in /etc/iceweasel.
7281     A brand new profile is setup from this skeleton once iceweasel is
7282     started after boot.
7283       . build sqlite files at build time from plain SQL.
7284       . FireGPG: hard-code current firegpg version at build time to prevent
7285         the extension to think it was just updated.
7286       . stop shipping binary NSS files. These were here only to
7287         install CaCert's certificate, that is actually shipped by Debian's
7288         patched libnss.
7289   
7290   * Build system
7291   - Updated Debian Live snapshots APT repository URL.
7292   - Purge all devel packages at the end of the chroot configuration.
7293   - Make sure the hook that fixes permissions runs last.
7294   - Remove unwanted Iceweasel search plugins at build time.
7295   
7296   * Misc
7297   - Added a progress bar for boot time file readahead.
7298   - Readahead more (~37MB) stuff in foreground at boot time.
7299   - Make the APT pinning persist in the Live image.
7300   - localepurge: keep locales for all supported languages,
7301     don't bother when installing new packages.
7302   - Removed syslinux help menu: these help pages are either buggy or
7303     not understandable by non-geeks.
7304   - Fixed Windows autorun.
7305   - Disable a few live-initramfs scripts to improve boot time.
7306   - Firewall: forbid any IPv6 communication with the outside.
7307   - Virtualization support: install open-vm-tools.
7308   - WhisperBack: updated to 1.2.1, add a random bug ID to the sent
7309     mail subject.
7310   - Prompt for CD removal on shutdown, not for USB device.
7312   * live-initramfs: new package built from our Git (e2890a04ff) repository.
7313   - Merged upstream changes up to 1.177.2-1.
7314   - New noprompt=usb feature.
7315   - Fix buggy memory wiping and shutdown.
7316   - Really reboot when asked, rather than shutting down the system.
7318   * onBoard
7319   - Upgraded to a new custom, patched package (0.93.0-0ubuntu4~amnesia1).
7320   - Added an entry in the Applications menu.
7321   
7322   * Software
7323   - Install vim-nox with basic configuration
7324   - Install pwgen
7325   - Install monkeysphere and msva-perl
7326   - Replaced randomsound with haveged as an additional source of entropy.
7328   * Hardware support
7329   - Build ralink rt2570 wifi modules.
7330   - Build rt2860 wifi modules from Squeeze. This supports the RT2860
7331     wireless adapter, found particularly in the ASUS EeePC model 901
7332     and above.
7333   - Build broadcom-sta-source wifi modules.
7334   - Bugfix: cpufreq modules were not properly added to /etc/modules.
7335   - Use 800x600 mode on boot rather than 1024x768 for compatibility
7336     with smaller displays.
7338  -- amnesia <amnesia@boum.org>  Fri, 30 Apr 2010 16:14:13 +0200
7340 amnesia (0.4.2) unstable; urgency=low
7342   New release, mainly aimed at fixing live-initramfs security issue
7343   (Debian bug #568750), with an additional set of small enhancements as
7344   a bonus.
7346   * live-initramfs: new custom package built from our own live-initramfs
7347     Git repository (commit 8b96e5a6cf8abc)
7348   - based on new 1.173.1-1 upstream release
7349   - fixed live-media=removable behaviour so that filesystem images found
7350     on non-removable storage are really never used (Debian bug #568750)
7352   * Vidalia: bring back our UI customizations (0.2.7-1~lenny+amnesia1)
7354   * APT: consistently use the GeoIP-powered cdn.debian.net
7356   * Software: make room so that {alpha, future} Squeeze images fit on
7357     700MB CD-ROM
7358   - only install OpenOffice.org's calc, draw, impress, math and writer
7359     components
7360   - removed OpenOffice.org's English hyphenation and thesaurus
7361   - removed hunspell, wonder why it was ever added
7363   * Boot
7364   - explicitly disable persistence, better safe than sorry
7365   - removed compulsory 15s timeout, live-initramfs knows how to wait for
7366     the Live media to be ready
7368   * Build system: don't cache rootfs anymore
7370  -- amnesia <amnesia@boum.org>  Sun, 07 Feb 2010 18:28:16 +0100
7372 amnesia (0.4.1) unstable; urgency=low
7374   * Brown paper bag bugfix release: have amnesia-security-check use
7375     entries publication time, rather than update time... else tagging
7376     a security issue as fixed, after releasing a new version, make this
7377     issue be announced to every user of this new, fixed version.
7379  -- amnesia <amnesia@boum.org>  Sat, 06 Feb 2010 03:58:41 +0100
7381 amnesia (0.4) unstable; urgency=low
7383   * We now only build and ship "Hybrid" ISO images, which can be either
7384     burnt on CD-ROM or dd'd to a USB stick or hard disk.
7386   * l10n: we now build and ship multilingual images; initially supported
7387     (or rather wanna-be-supported) languages are: ar, zh, de, en, fr, it,
7388     pt, es
7389   - install Iceweasel's and OpenOffice.org's l10n packages for every
7390     supported language
7391   - stop installing localized help for OpenOffice.org, we can't afford it
7392     for enough languages
7393   - when possible, Iceweasel's homepage and default search engine are localized
7394   - added Iceweasel's "any language" Scroogle SSL search engine
7395   - when the documentation icon is clicked, display the local wiki in
7396     currently used language, if available
7397   - the Nautilus wipe script is now translatable
7398   - added gnome-keyboard-applet to the Gnome panel
7400   * software
7401   - replaced Icedove with claws mail, in a bit rough way; see
7402     https://amnesia.boum.org/todo/replace_icedove_with_claws/ for best
7403     practices and configuration advices
7404   - virtual keyboard: install onBoard instead of kvkbd
7405   - Tor controller: install Vidalia instead of TorK
7406   - install only chosen parts of Gnome, rather than gnome-desktop-environment
7407   - do not install xdialog, which is unused and not in Squeeze
7408   - stop installing grub as it breaks Squeeze builds (see Debian bug #467620)
7409   - install live-helper from snapshots repository into the Live image
7411   * Iceweasel
7412   - do not install the NoScript extension anymore: it is not strictly
7413     necessary but bloodily annoying
7415   * Provide WhisperBack 1.2 for anonymous, GnuPG-encrypted bug reporting.
7416   - added dependency on python-gnutls
7417   - install the SMTP hidden relay's certificate
7419   * amnesia-security-check: new program that tells users that the amnesia
7420     version they are running is affected by security flaws, and which ones
7421     they are; this program is run at Gnome session startup, after sleeping
7422     2 minutes to let Tor a chance to initialize.
7423     Technical details:
7424   - Perl
7425   - uses the Desktop Notifications framework
7426   - fetches the security atom feed from the wiki
7427   - verifies the server certificate against its known CA
7428   - tries fetching the localized feed; if it fails, fetch the default
7429     (English) feed
7431   * live-initramfs: new custom package built from our own live-initramfs
7432     Git repository (commit 40e957c4b89099e06421)
7433   - at shutdown time, ask the user to unplug the CD / USB stick, then run
7434     smem, wait for it to finish, then attempt to immediately halt
7436   * build system
7437   - bumped dependency on live-helper to >= 2.0a6 and adapted our config
7438   - generate hybrid ISO images by default, when installed syslinux is
7439     recent enough
7440   - stop trying to support building several images in a row, it is still
7441     broken and less needed now that we ship hybrid ISO images
7442   - scripts/config: specify distribution when initializing defaults
7443   - updated Debian Live APT repository's signing key
7445   * PowerPC
7446   - disable virtualbox packages installing and module building on !i386
7447     && !amd64, as PowerPC is not a supported guest architecture
7448   - built and imported tor_0.2.1.20-1~~lenny+1_powerpc.deb
7450   * Squeeze
7451   - rough beginnings of a scratch Squeeze branch, currently unsupported
7452   - install gobby-infinote
7454   * misc
7455   - updated GnuPG key with up-to-date signatures
7456   - more improvements on boot time from CD
7457   - enhanced the wipe in Nautilus UI (now asks for confirmation and
7458     reports success or failure)
7459   - removed the "restart Tor" launcher from the Gnome panel
7461  -- amnesia <amnesia@boum.org>  Fri, 05 Feb 2010 22:28:04 +0100
7463 amnesia (0.3) unstable; urgency=low
7465   * software: removed openvpn, added
7466   - Audacity
7467   - cups
7468   - Git
7469   - Gobby
7470   - GParted
7471   - lvm2 (with disabled initscript as it slows-down too much the boot in certain
7472     circumstances)
7473   - NetworkManager 0.7 (from backports.org) to support non-DHCP networking
7474   - ntfsprogs
7475   - randomsound to enhance the kernel's random pool
7476   * Tor
7477   - install the latest stable release from deb.torproject.org
7478   - ifupdown script now uses SIGHUP signal rather than a whole tor
7479     restart, so that in the middle of it vidalia won't start it's own
7480     tor
7481   - configure Gnome proxy to use Tor
7482   * iceweasel
7483   - adblockplus: upgraded to 1.0.2
7484   - adblockplus: subscribe to US and DE EasyList extensions, updated patterns
7485   - firegpg is now installed from Debian Squeeze rather than manually; current
7486     version is then 0.7.10
7487   - firegpg: use better keyserver ... namely pool.sks-keyservers.net
7488   - added bookmark to Amnesia's own website
7489   - use a custom "amnesiabranding" extension to localize the default search
7490     engine and homepage depending on the current locale
7491   - updated noscript whitelist
7492   - disable overriden homepage redirect on iceweasel upgrade
7493   * pidgin
7494   - nicer default configuration with verified irc.indymedia.org's SSL cert
7495   - do not parse incoming messages for formatting
7496   - hide formatting toolbar
7497   * hardware compatibility
7498   - b43-fwcutter
7499   - beginning of support for the ppc architecture
7500   - load acpi-cpufreq, cpufreq_ondemand and cpufreq_powersave kernel
7501     modules
7502   * live-initramfs: custom, updated package based on upstream's 1.157.4-1, built
7503     from commit b0a4265f9f30bad945da of amnesia's custom live-initramfs Git
7504     repository
7505   - securely erases RAM on shutdown using smem
7506   - fixes the noprompt bug when running from USB
7507   - disables local swap partitions usage, wrongly enabled by upstream
7508   * fully support for running as a guest system in VirtualBox
7509   - install guest utils and X11 drivers
7510   - build virtualbox-ose kernel modules at image build time
7511   * documentation
7512   - new (translatable) wiki, using ikiwiki, with integrated bugs and todo
7513     tracking system a static version of the wiki is included in generated
7514     images and linked from the Desktop
7515   * build system
7516   - adapt for live-helper 2.0, and depend on it
7517   - get amnesia version from debian/changelog
7518   - include the full version in ISO volume name
7519   - save .list, .packages and .buildlog
7520   - scripts/clean: cleanup any created dir in binary_local-includes
7521   - updated Debian Live snapshot packages repository URL and signing key
7522   - remove duplicated apt/preferences file, the live-helper bug has been
7523     fixed
7524   * l10n: beginning of support for --language=en
7525   * misc
7526   - improved boot time on CD by ordering files in the squashfs in the order they
7527     are used during boot
7528   - added a amnesia-version script to built images, that outputs the current
7529     image's version
7530   - added a amnesia-debug script that prepares a tarball with information that
7531     could be useful for developpers
7532   - updated Amnesia GnuPG key to a new 4096R one
7533   - set time with NTP when a network interface is brought up
7534   - import amnesia's GnuPG pubkey into the live session user's keyring
7535   - do not ask DHCP for a specific hostname
7536   - install localepurge, only keep en, fr, de and es locales, which reduces the
7537     generated images' size by 100MB
7538   - added a hook to replace /sbin/swapon with a script that only runs
7539     /bin/true
7540   - moved networking hooks responsibility from ifupdown to NetworkManager
7542  -- amnesia <amnesia@boum.org>  Thu, 26 Nov 2009 11:17:08 +0100
7544 amnesia (0.2) unstable; urgency=low
7546   * imported /home/amnesia, then:
7547   - more user-friendly shell, umask 077
7548   - updated panel, added launcher to restart Tor
7549   - mv $HOME/bin/* /usr/local/bin/
7550   - removed metacity sessions
7551   - removed gstreamer's registry, better keep this dynamically updated
7552   - rm .qt/qt_plugins_3.3rc, better keep this dynamically updated
7553   - removed .gnome/gnome-vfs/.trash_entry_cache
7554   - removed kconf_update log
7555   - removed and excluded Epiphany configuration (not installed)
7556   - cleanup .kde
7557   * iceweasel
7558   - enable caching in RAM
7559   - explicitly disable ssl v2, and enable ssl v3 + tls
7560   - removed prefs for the non-installed webdeveloper
7561   - removed the SSL Blacklist extension (not so useful, licensing issues)
7562   - deep profile directory cleanup
7563   - extensions cleanup: prefer Debian-packaged ones, cleanly reinstalled
7564     AddBlock Plus and CS Lite to allow upgrading them
7565   - updated pluginreg.dat and localstore.rdf
7566   - moved some settings to user.js
7567   - made cookie/JavaScript whitelists more consistent
7568   - force httpS on whitelisted sites
7569   - NoScript: marked google and gmail as untrusted
7570   - some user interface tweaks, mainly for NoScript
7571   - FireGPG: disable the buggy auto-detection feature, the link to firegpg's
7572     homepage in generated pgp messages and the GMail interface (which won't
7573     work without JavaScript anyway)
7574   - updated blocklist.xml
7575   - removed and excluded a bunch of files in the profile directory
7576   * icedove: clean the profile directory up just like we did for iceweasel
7577   * software: install msmtp and mutt
7578   * home-refresh
7579   - use rsync rather than tar
7580   * documentation
7581   - various fixes
7582   - reviewed pidgin-otr security (see TODO)
7583   * build system
7584   - stop calling home-refresh in lh_build
7585   - include home-refresh in generated images
7586   - gitignore update
7587   - fix permissions on local includes at build time
7588   - updated scripts/{build,clean} wrt. new $HOME handling
7589   - scripts/{build,config}: stop guessing BASEDIR, we must be run from
7590     the root of the source directory anyway
7591   - stop storing /etc/amnesia/version in Git, delete it at clean time
7592   * release
7593   - converted Changelog to the Debian format and location, updated
7594     build scripts accordingly
7595   - added a README symlink at the root of the source directory
7596   - basic debian/ directory (not working for building packages yet,
7597     but at least we can now use git-dch)
7598   - added debian/gbp.conf with our custom options for git-dch
7599   - config/amnesia: introduce new $AMNESIA_DEV_* variables to be used
7600     by developpers' scripts
7601   - added ./release script: a wrapper around git-dch, git-commit and git-tag
7603  -- amnesia <amnesia@boum.org>  Tue, 23 Jun 2009 14:42:03 +0200
7605 amnesia (0.1) UNRELEASED; urgency=low
7607   * Forked Privatix 9.03.15, by Markus Mandalka:
7608   http://mandalka.name/privatix/index.html.en
7609   Everything has since been rewritten or so heavily changed that nothing
7610   remains from the original code... apart of a bunch of Gnome settings.
7611   * hardware support:
7612   - install a bunch of non-free wifi firmwares
7613   - install xsane and add the live user to the scanner group
7614   - install aircrack-ng
7615   - install xserver-xorg-video-geode on i386 (eCafe support)
7616   - install xserver-xorg-video-all
7617   - install firmware-linux from backports.org
7618   - install system-config-printer
7619   - added instructions in README.eCAFE to support the Hercules eCAFE EC-800
7620     netbook
7621   * APT:
7622   - configure pinning to support installing chosen packages from
7623     squeeze; the APT source for testing is hardcoded in chroot_sources/,
7624     since there is no way to use $LH_CHROOT_MIRROR in chroot_local-hooks
7625   - give backports.org priority 200, so that we track upgrades of packages
7626     installed from there
7627   * release: include the Changelog and TODO in the generated images,
7628   in the   /usr/share/doc/amnesia/ directory
7629   * software: install gnomebaker when building Gnome-based live OS, to
7630   easily clone myself when running from CD
7631   * build system
7632   - build i386 images when the build host is amd64
7633   - added a version file: /etc/amnesia/version
7634   - use snapshot live-* packages inside the images
7635   - setup timezone depending on the chosen build locale
7636   - rely on standard live-initramfs adduser to do our user setup
7637     (including sudo vs. Gnome/KDE, etc.)
7638   - stop "supporting" KDE
7639   - allow building several images at once
7640   - migrated most of lh_config invocations to scripts/config
7641   - append "noprompt" so that halting/rebooting work with splashy
7642   - moved our own variables to config/amnesia, using the namespace
7643     $AMNESIA_*
7644   * iceweasel
7645   - default search engine is now Scroogle SSL, configured to search pages
7646     in French language; the English one is also installed
7647   - never ask to save passwords or forms content
7648   - configured the torbutton extension to use polipo
7649   - installed the CACert root certificate
7650   - installed the SSL Blacklist extension and the blacklist data
7651   - installed the FireGPG extension
7652   - installed the CS Lite extension
7653   - installed the NoScript extension
7654   - NoScript, CS Lite: replaced the default whitelists with a list of
7655     trusted, non-commercial Internet Service Providers
7656   - configure extensions (add to prefs.js):
7657     user_pref("extensions.torbutton.startup", true);
7658     user_pref("extensions.torbutton.startup_state", 1);
7659     user_pref("extensions.torbutton.tor_enabled", true);
7660     user_pref("noscript.notify.hide", true);
7661     user_pref("capability.policy.maonoscript.sites", "about:
7662       about:blank about:certerror about:config about:credits
7663       about:neterror about:plugins about:privatebrowsing
7664       about:sessionrestore chrome: resource:");
7665     user_pref("extensions.firegpg.no_updates", true);
7666   - install the NoScript plugin from Debian squeeze
7667   - delete urlclassifier3.sqlite on $HOME refresh: as we disabled
7668     "safebrowsing", this huge file is of no use
7669   - torbutton: install newer version from Squeeze
7670   * linux: removed non-686 kernel flavours when building i386 images
7671   * compatibility: append "live-media=removable live-media-timeout=15", to
7672     prevent blindly booting another debian-live installed on the hard disk
7673   * software: added
7674   - gnome-app-install
7675   - iwconfig
7676   - cryptkeeper: Gnome system tray applet to encrypt files with EncFS
7677   - kvkbd: virtual keyboard (installed from backports.org)
7678   - sshfs (and added live user to the fuse group)
7679   - less, secure-delete, wipe, seahorse, sshfs, ntfs-3g
7680   - scribus
7681   * Tor
7682   - enable the transparent proxy, the DNS resolver, and the control port
7683   - save authentication cookie to /tmp/control_auth_cookie, so that the
7684     live user can use Tork and co.
7685   - autostart Tork with Gnome
7686   - Tork: installed, disabled most notifications and startup tips
7687   - added a restart tor hook to if-up.d (used by Network Manager as well),
7688     so that Tor does work immediately even if the network cable was
7689     plugged late in/after the boot process
7690   * $HOME
7691   - added a nautilus-script to wipe files and directories
7692   - bash with working completion for the live user
7693   * polipo: install and configure this HTTP proxy to forward requests
7694   through Tor
7695   * DNS: install and configure pdnsd to forward any DNS request through
7696   the Tor resolver
7697   * firewall: force every outgoing TCP connection through the Tor
7698   transparent proxy, discard any outgoing UDP connection
7699   * misc
7700   - set syslinux timeout to 4 seconds
7701   - use splashy for more user-friendly boot/halt sequences
7703  -- amnesia <amnesia@boum.org>  Sat, 20 Jun 2009 21:09:15 +0200