Update changelog for 1.3~rc1.
[tails-test.git] / debian / changelog
blob1cb2cdc273481be399641342d953365e4c18fa0d
1 tails (1.3~rc1) unstable; urgency=medium
3   * Major new features
4     - Install the electrum bitcoin client from wheezy-backports, and
5       add a persistence preset for the Live user's bitcoin wallet. If
6       electrum is started without the persistence preset enabled, a
7       warning is hown. (Closes: #6739)
9   * Hardening
10     - Sandbox the Tor Browser using AppArmor. From now on it can only
11       access the "~/Tor Browser" (default) and "~/Persistent/Tor
12       Browser" directories; the latter is only created if the
13       persistence preset is enabled. Both have bookmarks added in
14       GTK's file chooser, and GNOME's Places menu. (Closes: #5525)
15     - Install a custom-built Tor package with Seccomp enabled but
16       enable it when no pluggable transport is used. (Closes:
17       #8174)
19   * Bugfixes
20     - Have tor_bootstrap_progress echo 0 if no matching log line is
21       found. (Closes: #8257)
22     - Always pass arguments through wrappers (connect-socks, totem,
23       wget, whois) with "$@". $* doesn't handle arguments with
24       e.g. embedded spaces correctly. (Closes: #8603, #8830)
26   * Minor improvements
27     - Install obfs4proxy instead of obfsproxy, which adds support for
28       the obfs4 pluggable transport to Tor. (Closes: #7980)
29     - Install GnuPG v2 and associated tools from wheezy-backports,
30       primarily for its improved support for OpenPGP smartcards. It
31       lives side-by-side with GnuPG v1, which still is the
32       default. (Closes: #6241)
33     - Install ibus-unikey, a Vietnamese input method for IBus. (Closes:
34       #7999)
35     - Install torsocks (2.x) from wheezy-backports. (Closes: #8220)
36     - Install keyringer from Debian Jessie. (Closes: #7752)
37     - Install pulseaudio-utils.
38     - Remove all traces of Polipo: we don't use it anymore. This
39       closes #5379 and #6115 because:
40       * Have APT directly use the Tor SOCKS proxy. (Closes: #8194)
41       * Wrap wget with torsocks. (Closes: #6623)
42       * Wrap Totem to torify it with torsocks. (Closes: #8219)
43       * Torify Git with tsocks, instead of setting GIT_PROXY_COMMAND.
44         (Closes: #8680)
45     - Use torsocks for whois and Gobby, instead of torify.
46     - Produce the Tails image in hybrid mode (again) so that the same
47       image can be installed both on DVD *and* "hard disks" like USB
48       storage and similar. (Closes: #8510)
49     - Refactor the Unsafe and I2P browser code into a common shell
50       library. A lot of duplicated code is now shared, and the code
51       has been cleaned up and made more reliable. Several
52       optimizations of memory usage and startup time were also
53       implemented. (Closes: #7951)
54     - Invert Exit and About in gpgApplet context menu. This is a
55       short-term workaround for making it harder to exit the
56       application by mistake (e.g. a double right-click). (Closes:
57       #7450)
58     - Implement new touchpad settings. This enables tap-to-click,
59       2-fingers scrolling, and disable while typing. We don't enable
60       reverse scrolling nor horizontal scrolling. (Closes: #7779)
61     - Include the mount(8) output and live-additional-software.conf in
62       WhisperBack bug reports (Closes: #8719, #8491).
63     - Reduce brightness and saturation of background color. (Closes:
64       #7963)
65     - Have ALSA output sound via PulseAudio by default. This gives us
66       centralized sound volume controls, and... allows to easily, and
67       automatically, test that audio output works from Tor Browser,
68       thanks to the PulseAudio integration into the GNOME sound
69       control center.
70     - Import the new Tails signing key, which we will use for Tails
71       1.3.1, and have Tails Upgrader trust both it and the "old"
72       (current) Tails signing key. (Closes: #8732)
73     - tails-security-check: error out when passed an invalid CA file.
74       Unfortunately, the underlying HTTPS stack we use here fails open
75       in those case, so we have to check it ourselves. Currently, we
76       check that the file exists, is readable, is a plain file and is
77       not empty. Also support specifying the CA file via an
78       environment variable. This will ease development and bug-fixing
79       quite a bit.
80     - Fix racy code in Tails Installer that sometimes made the
81       automated test suite stall when for scenarios installing Tails
82       to USB disks. (Closes: #6092)
83     - Make it possible use Tails Upgrader to upgrade a Tails
84       installation that has cruft files on the system partition.
85       (Closes: #7678)
87   * Build system
88     - Install syslinux-utils from our builder-wheezy APT repository in
89       Vagrant. We need version 6.03~pre20 to make the Tails ISO image
90       in hybrid mode
91     - Update deb.tails.boum.org apt repo signing key. (Closes: #8747)
92         - Revert "Workaround build failure in lb_source, after creating
93       the ISO." This is not needed anymore given the move to the Tor
94       SOCKS proxy. (Closes: #5307)
95     - Remove the bootstrap stage usage option and disable all
96       live-build caching in Vagrant. It introduces complexity and
97       potential for strange build inconsistencies for a meager
98       reduction in build time. (Closes: #8725)
99     - Hardcode the mirrors used at build and boot time in auto/config.
100       Our stuff will be more consistent, easier to reproduce, and our
101       QA process will be more reliable if we all use the same mirrors
102       at build time as the one we configure in the ISO. E.g. we won't
103       have issues such as #8715 again. (Closes: #8726)
104     - Don't attempt to retrieve source packages from local-packages so
105       local packages can be installed via
106       config/chroot_local-packages. (Closes: #8756)
108   * Test suite
109     - Use libguestfs instead of parted when creating partitions and
110       filsystems, and to check that only the expected files
111       persist. We also switch to qcow2 as the default disk image
112       format everywhere to reduce disk usage, enable us to use
113       snapshots that includes the disks (in the future), and to use
114       the same steps for creating disks in all tests. (Closes: #8673)
115     - Automatically test that Tails ignores persistence volumes stored
116       on non-removable media, and doesn't enable swaps. (Closes:
117       #7822)
118     - Actually make sure that Tails can boot from live systems stored
119       on a hard drive. Running the 'I start Tails from DVD ...' step
120       will override the earlier 'the computer is set to boot from ide
121       drive "live_hd"' step, so let's make the "from DVD" part
122       optional; it will be the default any way.
123     - Make it possible to use an old iso with different persistence
124       presets. (Closes: #8091)
125     - Hide the cursor between steps when navigating the GNOME
126       applications menu. This makes it a bit more robust, again:
127       sometimes the cursor is partially hiding the menu entry we're
128       looking for, hence preventing Sikuli from finding it (in
129       particular when it's "Accessories", since we've just clicked on
130       "Applications" which is nearby). (Closes: #8875)
131     - Ensure that the test will fail if "apt-get X" commands fail.
132     - Test 'Tor is ready' notification in a separate scenario. (Closes:
133       #8714)
134     - Add automated tests for torified wget and whois. This should
135       help us identify future regressions such as #8603 in their
136       torifying wrappers.
137     - Add automated test for opening an URL from Pidgin.
138     - And add automated tests for the Tor Browser's AppArmor
139       sandboxing.
140     - Test that "Report an Error Launcher" opens the support
141       documentation.
142     - Test that the Unsafe Browser:
143       * starts in various locales.
144       * complains when DNS isn't configured.
145       * tear down its chroot on shutdown.
146       * runs as the correct user.
147       * has no plugins or add-ons installed.
148       * has no unexpected bookmarks.
149       * has no proxy configured.
150     - Bump the "I2P router console is ready" timeout in its test to
151       deal with slow Internet connections.
153  -- Tails developers <tails@boum.org>  Wed, 11 Feb 2015 22:41:08 +0100
155 tails (1.2.3) unstable; urgency=medium
157   * Security fixes
158     - Upgrade Linux to 3.16.7-ckt2-1.
159     - Upgrade Tor Browser to 4.0.3 (based on Firefox 31.4.0esr)
160       (Closes: #8700).
161     - Fail safe by entering panic mode if macchanger exits with an
162       error, since in this situation we have to treat the
163       driver/device state as undefined. Also, we previously just
164       exited the script in this case, not triggering the panic mode
165       and potentially leaking the real MAC address (Closes: #8571).
166     - Disable upgrade checking in the Unsafe Browser. Until now the
167       Unsafe Browser has checked for upgrades of the Tor Browser in
168       the clear (Closes: #8694).
170   * Bugfixes
171     - Fix startup of the Unsafe Browser in some locales (Closes: #8693).
172     - Wait for notification-daemon to run before showing the MAC
173       spoofing panic mode notifications. Without this, the "Network
174       card disabled" notification is sometimes lost when MAC spoofing
175       fails. Unfortunately this only improves the situation, but
176       doesn't fix it completely (see #8685).
177     - Log that we're going to stop NetworkManager before trying to do
178       it in the MAC spoofing scripts. Without this we wouldn't get the
179       log message in case stopping NetworkManager fails (thanks to
180       `set -e`).
181     - Set GNOME Screenshot preferences to save the screenshots in
182       /home/amnesia (Closes: #8087).
183     - Do not suspend to RAM when closing the lid on battery power
184       (Closes: #8071).
185     - Properly update the Tails Installer's status when plugging in a
186       USB drive after it has started (Closes: #8353).
187     - Make rsync compare file contents by using --checksum for more
188       reliable generation of the squashfs filesystem in
189       IUKs. Previously it used the default, which is checking
190       timestamps and file size, but that doesn't play well with the
191       Tor browser files, that have a fixed mtime, which could result
192       in updated files not ending up in the IUK.
194   * Minor improvements
195     - Finish migrating tails-security-check's and tails-iuk's pinning
196       to our website's new X.509 certificate authority (Closes: #8404).
198   * Build system
199     - Update to Vagrant build box tails-builder-20141201. The only
200       change is the removal of a reference to an ISO image which
201       doesn't exist (except on the system that generated the build
202       box) which causes an error for some users (Closes: #7644).
203     - Generate the list of packages used during build, after building
204       with Jenkins (Closes: #8518). This allows tracking their status
205       on the Debian reproducible build front:
206       https://reproducible.debian.net/index_pkg_sets.html#tails
208   * Automated test suite
209     - Check PO files with i18nspector (Closes: #8359).
210     - Fix the expected image of a check.tp.o failure. Previously we
211       looked for the "Sorry. You are not using Tor." text, but it
212       seems it recently changed enough for Sikuli to not find it. To
213       prevent future errors of the same kind we'll look for the
214       crossed-over onion icon instead (Closes: #8533).
215     - Bump timeout when waiting for Tor to re-bootstrap. We have a
216       dreaded issue with timeouts that are multiple of 2 minutes, and
217       then Tor succeeds soon after, so in order to allow for this
218       timeout to be reached twice, and then possibly succeed, let's
219       use N*2 minutes + 30 seconds, with N=2.
221  -- Tails developers <tails@boum.org>  Wed, 14 Jan 2015 16:12:26 +0100
223 tails (1.2.2) unstable; urgency=medium
225   * Bugfixes
226     - Create a CA bundle for Tails Upgrader at ISO build time, and
227       patch Tails Upgrader to use it. Specifically this will make it
228       possible to check for Tails upgrades after our website changes
229       certificate around the 2014 to 2015 transition (Partially fixes
230       #8404).
232  -- Tails developers <tails@boum.org>  Mon, 15 Dec 2014 10:05:17 +0100
234 tails (1.2.1) unstable; urgency=low
236   * Security fixes
237     - Upgrade Linux to 3.16.0-4, i.e. 3.16.7-1.
238     - Install Tor Browser 4.0.2 (based on Firefox 31.3.0esr).
240   * Bugfixes
241     - Install syslinux-utils, to get isohybrid back (Closes: #8155).
242     - Update xserver-xorg-input-evdev to 1:2.7.0-1+tails1 which
243       includes a patch that restores mouse scrolling in KVM/Spice
244       (Closes: 7426).
245     - Set Torbutton logging preferences to the defaults (Closes:
246       #8160). With the default settings, no site-specific information is
247       logged.
248     - Use the correct stack of rootfs:s for the chroot browsers (Closes:
249       #8152, #8158). After installing incremental upgrades Tails' root
250       filesystem consists of a stack squashfs:s, not only
251       filesystem.squashfs. When not stacking them correct we may end up
252       using the Tor Browser (Firefox) from an older version of Tails, or
253       with no Tor Browser at all, as in the upgrade from Tails 1.1.2 to
254       1.2, when we migrated from Iceweasel to the Tor Browser. Based on
255       a patch contributed by sanic.
256     - Use the Tor Browser for MIME type that GNOME associates with
257       Iceweasel (Closes: #8153). Open URLs from Claws Mail, KeePassX
258       etc. should be possible again.
259     - Update patch to include all Intel CPU microcodes (Closes: #8189).
260     - AppArmor: allow Pidgin to run Tor Browser unconfined, with
261       scrubbed environment (Closes: #8186). Links opened in Pidgin are
262       now handled by the Tor Browser.
263     - Install all localized Iceweasel search plugins (Closes: #8139).
264     - When generating the boot profile, ignore directories in
265       process_IN_ACCESS as well (Closes: #7925). This allows ut to
266       update the squashfs-ordering again in Tails 1.2.1.
267     - gpgApplet: Don't pass already encoded data to GTK2 (Closes:
268       #7968). It's now possible to clearsign text including non-ASCII
269       characters.
270     - Do not run the PulseAudio initscript, neither at startup nor
271       shutdown (Closes: #8082).
273   * Minor improvements
274     - Upgrade I2P to 0.9.17-1~deb7u+1.
275     - Make GnuPG configuration closer to the best practices one
276       (Closes: #7512).
277     - Have GnuPG directly use the Tor SOCKS port (Closes: #7416).
278     - Remove TrueCrypt support and documentat how to open TrueCrypt
279       volumes using cryptsetup (Closes: #5373).
280     - Install hopenpgp-tools from Debian Jessie.
282   * Build system
283     - Add gettext >= 0.18.3 as a Tails build dependency. We need it for
284       xgettext JavaScript support in feature/jessie.
286   * Automated test suite
287     - Don't click to open a sub-menu in the GNOME applications menu
288       (Closes: #8140).
289     - When testing the Windows camouflage, look for individual systray
290       applets, to avoid relying on their ordering (Closes: #8059).
291     - Focus the Pidgin Buddy List before looking for something
292       happening in it (Closes: #8161).
293     - Remove workaround for showing the TBB's menu bar (Closes #8028).
295  -- Tails developers <tails@boum.org>  Tue, 02 Dec 2014 11:34:03 +0100
297 tails (1.2) unstable; urgency=medium
299   * Major new features
300     - Migrate from Iceweasel to the Tor Browser from the Tor Browser
301       Bundle 4.0 (based on Firefox 31.2.0esr). This fixes the POODLE
302       vulnerability.
303       The installation in Tails is made global (multi-profile), uses
304       the system-wide Tor instance, disables the Tor Browser updater,
305       and keeps the desired deviations previously present in Iceweasel,
306       e.g. we install the AdBlock Plus add-on, but not Tor Launcher (since
307       we run it as a standalone XUL application), among other things.
308     - Install AppArmor's userspace tools and apparmor-profiles-extra
309       from Wheezy Backports, and enable the AppArmor Linux Security
310       Module. This adds Mandatory Access Control for several critical
311       applications in Tails, including Tor, Vidalia, Pidgin, Evince
312       and Totem.
313     - Isolate I2P traffic from the Tor Browser by adding a dedicated
314       I2P Browser. It is set up similarly to the Unsafe Browser,
315       but further disables features that are irrelevant for I2P, like
316       search plugins and the AdBlock Plus addon, while keeping Tor Browser
317       security features like the NoScript and Torbutton addons.
318     - Upgrade Tor to 0.2.5.8-rc-1~d70.wheezy+1.
320   * Security fixes
321     - Disable TCP timestamps (Closes: #6579).
323   * Bugfixes
324     - Remove expired Pidgin certificates (Closes: #7730).
325     - Use sudo instead of gksudo for running tails-upgrade-frontend to
326       make stderr more easily accessible (Closes: #7431).
327     - Run tails-persistence-setup with sudo instead of gksudo to make
328       stderr more easily accessible, and allow the desktop user to
329       pass the --verbose parameter (Closes: #7623).
330     - Disable CUPS in the Unsafe Browser. This will prevent the
331       browser from hanging for several minutes when accidentally
332       pressing CTRL+P or trying to go to File -> Print (Closes: #7771).
334   * Minor improvements
335     - Install Linux 3.16-3 (version 3.16.5-1) from Debian
336       unstable (Closes: #7886, #8100).
337     - Transition away from TrueCrypt: install cryptsetup and friends
338       from wheezy-backports (Closes: #5932), and make it clear that
339       TrueCrypt will be removed in Tails 1.2.1 (Closes: #7739).
340     - Install Monkeysign dependencies for qrcodes scanning.
341     - Upgrade syslinux to 3:6.03~pre20+dfsg-2~bpo70+1, and install
342       the new syslinux-efi package.
343     - Upgrade I2P to 0.9.15-1~deb7u+1
344     - Enable Wheezy proposed-updates APT repository and setup APT
345       pinnings to install packages from it.
346     - Enable Tor's syscall sandbox. This feature (new in 0.2.5.x)
347       should make Tor a bit harder to exploit. It is only be enabled
348       when when no special Tor configuration is requested in Tails
349       Greeter due to incompatibility with pluggable transports.
350     - Start I2P automatically when the network connects via a
351       NetworkManager hook, and "i2p" is present on the kernel command
352       line. The router console is no longer opened automatically, but
353       can be accessed through the I2P Browser (Closes: #7732).
354     - Simplify the IPv6 ferm rules (Closes: #7668).
355     - Include persistence.conf in WhisperBack reports (Closes: #7461)
356     - Pin packages from testing to 500, so that they can be upgraded.
357     - Don't set Torbutton environment vars globally (Closes: #5648).
358     - Enable VirtualBox guest additions by default (Closes: #5730). In
359       particular this enables VirtualBox's display management service.
360     - In the Unsafe Browser, hide option for "Tor Browser Health
361       report", and the "Get Addons" section in the Addon manager
362       (Closes: #7952).
363     - Show Pidgin's formatting toolbar (Closes: #7356). Having the
364       formatting toolbar displayed in Pidgin makes the OTR status more
365       explicit by displaying it with words.
367   * Automated test suite
368     - Add --pause-on-fail to ease VM state debugging when tests
369       misbehave.
370     - Add execute_successfully() and assert_vmcommand_success() for
371       added robustness when executing some command in the testing VM.
372     - Use Test::Unit::Assertions instead of our home-made assert().
373     - Add test for persistent browser bookmarks.
374     - Add basic tests for Pidgin, Totem and Evince, including their
375       AppArmor enforcement.
376     - Factorize some common step pattern into single steps.
377     - Factorize running a command in GNOME Terminal.
378     - Add common steps to copy a file and test for its existence.
379     - Add a wait_and_double_click Sikuli helper method.
380     - Add a VM.file_content method, to avoid repeating ourselves, and
381       use it whenever easily doable.
382     - Drop test that diffs syslinux' exithelp.cfg: we don't ship this
383       file anymore.
384     - In the Unsafe Browser tests, rely on subtle timing less (Closes:
385       #8009).
386     - Use the same logic to determine when Tor is working in the test
387       suite as in Tails itself. The idea is to avoid spamming the Tor
388       control port during bootstrap, since we've seen problems with
389       that already.
391  -- Tails developers <tails@boum.org>  Wed, 15 Oct 2014 18:34:50 +0200
393 tails (1.1.2) unstable; urgency=medium
395   * Security fixes
396     - Upgrade the web browser to 24.8.0esr-0+tails3~bpo70+1
397       (fixes Mozilla#1064636).
398     - Install Linux 3.16-1 from sid (Closes: #7886).
399     - Upgrade file to 5.11-2+deb7u5 (fixes CVE-2014-0207,
400       CVE-2014-0237, CVE-2014-0238, CVE-2014-3478, CVE-2014-3479,
401       CVE-2014-3480, CVE-2014-3487, CVE-2014-3538 and CVE-2014-3587).
402     - Upgrade curl to 7.26.0-1+wheezy10 (fixes CVE-2014-3613 and
403       CVE-2014-3620).
404     - Upgrade bind9-based packages to 1:9.8.4.dfsg.P1-6+nmu2+deb7u2
405       (fixes CVE-2014-0591).
406     - Upgrade gnupg to 1.4.12-7+deb7u6 (fixes CVE-2014-5270).
407     - Upgrade apt to 0.9.7.9+deb7u5 (fixes CVE-2014-0487,
408       CVE-2014-0488, CVE-2014-0489, CVE-2014-0490, and
409       CVE-2014-6273.).
410     - Upgrade dbus to 1.6.8-1+deb7u4 (fixes CVE-2014-3635,
411       CVE-2014-3636, CVE-2014-3637, CVE-2014-3638 and CVE-2014-3639).
412     - Upgrade libav-based pacakges to 6:0.8.16-1 (fixes
413       CVE-2013-7020).
414     - Upgrade bash to 4.2+dfsg-0.1+deb7u1 (fixes CVE-2014-6271).
416  -- Tails developers <tails@boum.org>  Tue, 23 Sep 2014 23:01:40 -0700
418 tails (1.1.1) unstable; urgency=medium
420   * Security fixes
421     - Upgrade the web browser to 24.8.0esr-0+tails1~bpo70+1
422       (Firefox 24.8.0esr + Iceweasel patches + Torbrowser patches).
423       Also import the Tor Browser profile at commit
424       271b64b889e5c549196c3ee91c888de88148560f from
425       ttp/tor-browser-24.8.0esr-3.x-1.
426     - Upgrade Tor to 0.2.4.23-2~d70.wheezy+1 (fixes CVE-2014-5117).
427     - Upgrade I2P to 0.9.14.1-1~deb7u+1.
428     - Upgrade Linux to 3.14.15-2 (fixes CVE-2014-3534, CVE-2014-4667
429       and CVE-2014-4943).
430     - Upgrade CUPS-based packages to 1.5.3-5+deb7u4 (fixes
431       CVE-2014-3537, CVE-2014-5029, CVE-2014-5030 and CVE-2014-5031).
432     - Upgrade libnss3 to 2:3.14.5-1+deb7u1 (fixes CVE-2013-1741,
433       CVE-2013-5606, CVE-2014-1491 and CVE-2014-1492).
434     - Upgrade openssl to 1.0.1e-2+deb7u12 (fixes CVE-2014-3505,
435       CVE-2014-3506, CVE-2014-3507, CVE-2014-3508, CVE-2014-3509,
436       CVE-2014-3510, CVE-2014-3511, CVE-2014-3512 and CVE-2014-5139).
437     - Upgrade krb5-based packages to 1.10.1+dfsg-5+deb7u2 (fixes
438       CVE-2014-4341, CVE-2014-4342, CVE-2014-4343, CVE-2014-4344 and
439       CVE-2014-4345).
440     - Upgrade libav-based packages to 6:0.8.15-1 (fixes CVE-2011-3934,
441       CVE-2011-3935, CVE-2011-3946, CVE-2013-0848, CVE-2013-0851,
442       CVE-2013-0852, CVE-2013-0860, CVE-2013-0868, CVE-2013-3672,
443       CVE-2013-3674 and CVE-2014-2263.
444     - Upgrade libgpgme11 to 1.2.0-1.4+deb7u1 (fixes CVE-2014-5117).
445     - Upgrade python-imaging to 1.1.7-4+deb7u1 (fixes CVE-2014-3589).
446     - Prevent dhclient from sending the hostname over the network
447       (Closes: #7688).
448     - Override the hostname provided by the DHCP server (Closes: #7769).
449     - Add an I2P boot parameter. Without adding "i2p" to the kernel
450       command line, I2P will not be accessible for the Live user.
451     - Stricter I2P firewall rules:
452       * deny I2P from accessing the LAN
453       * deny I2P from accessing the loopback device, except for select
454         whitelisted services
455       * allow I2P access to the Internet
456       The ACCEPT rules will only be enabled when the string 'i2p' is
457       passed at the boot prompt. The rules which DENY or REJECT
458       access for the 'i2psvc' user will always be applied.
459     - Disable I2P plugins, since it doesn't make much sense without
460       persistence, and should eliminate some attack vectors.
461     - Disable I2P's BOB port. No maintained I2P application uses it.
463   * Bugfixes
464     - Fix condition clause in tails-security-check (Closes: #7657).
465     - Don't ship OpenJDK 6: I2P prefers v7, and we don't need both.
466     - Prevent Tails Installer from updating the system partition
467       properties on MBR partitions (Closes: #7716).
469   * Minor improvements
470     - Upgrade to Torbutton 1.6.12.1.
471     - Install gnome-user-guide (Closes: #7618).
472     - Install cups-pk-helper (Closes: #7636).
473     - Update the SquashFS sort file.
474     - Compress the SquashFS more aggressively (Closes: #7706).
475     - I2P: Keep POP3 email on server. The default in the I2P webmail
476       app was to keep mail on the server, but that setting was changed
477       recently. This configuration setting (susimail.config) will only
478       be copied over in I2P 0.9.14 and newer.
479     - Add a Close button to the Tails Installer launcher window.
481   * Build system
482     - Migrate Vagrant basebox to Debian Wheezy (Closes #7133, #6736).
483     - Consistently use the same Debian mirror.
484     - Disable runtime APT proxy configuration when using APT in
485       binary_local-hooks (Closes: #7691).
487   * Automated test suite
488     - Automatically test hostname leaks (Closes: #7712).
489     - Move autotest live-config hook to be run last. This way we'll
490       notice if some earlier live-config hook cancels all hooks by
491       running the automated test suite since the remote shell won't be
492       running in that case.
493     - Test that the I2P boot parameter does what it's supposed to do
494       (Closes: #7760).
495     - Start applications by using the GNOME Applications menu instead
496       of the GNOME Run Dialog (Closes: #5550, #7060).
498  -- Tails developers <tails@boum.org>  Sun, 31 Aug 2014 20:49:28 +0000
500 tails (1.1) unstable; urgency=medium
502   * Rebase on Debian Wheezy
503     - Upgrade literally thousands of packages.
504     - Migrate to GNOME3 fallback mode.
505     - Install LibreOffice instead of OpenOffice.
506     - Remove custom LSB logging: Wheezy has fancy colored init
507       logging.
509   * Major new features
510     - UEFI boot support.
511     - Replace the Windows XP camouflage with an experimental Windows 8
512       camouflage.
513     - Install Linux 3.14.12-1 from Debian unstable.
514     - Bring back VirtualBox guest modules, installed from Wheezy
515       backports. Full functionality is only available when using the
516       32-bit kernel.
518   * Security fixes
519     - Fix write access to boot medium via udisks (#6172).
520     - Don't allow the desktop user to pass arguments to
521       tails-upgrade-frontend (Closes: #7410).
522     - Make persistent file permissions safer (Closes #7443):
523       * Make the content of /etc/skel non-world-readable. Otherwise,
524         such files may be copied to /home/amnesia, and in turn to the
525         persistent volume, with unsafe permissions. That's no big deal
526         in /home/amnesia (that is itself not world-readable), *but*
527         the root of the persistent volume has to be world-readable.
528       * Have activate_custom_mounts create new directories with safe
529         permissions.
530       * Set strict permissions on /home/amnesia (Closes: #7463).
531       * Fix permissions on persistent directories that were created
532         with unsafe permissions (Closes: #7458).
533       * Fix files ownership while copying persistence (Closes: #7216).
534         The previous instructions to copy the persistent data were
535         creating personal files that belong to root. I don't think
536         there is a way of preserving the original ownership using
537         Nautilus (unless doing a "move" instead of a "copy" but that's
538         not what we are trying to do here).
539     - Disable FoxyProxy's proxy:// protocol handler (Closes: #7479).
540       FoxyProxy adds the proxy:// protocol handler, which can be used
541       to configure the proxy via an URI. A malicious web page can
542       include (or a malicious exit node can inject) some JavaScript
543       code to visit such an URI and disable or otherwise change
544       Iceweasel's proxy settings. While using this to disable
545       proxying will be dealt with safely by our firewall, this could
546       be used to defeat stream isolation, although the user must be
547       tricked into accepting the new proxy settings.
548     - Upgrade the web browser to 24.7.0esr-0+tails1~bpo70+1
549       (Firefox 24.7.0esr + Iceweasel patches + Torbrowser patches).
550     - Upgrade to Linux 3.14.12-1 (fixes CVE-2014-4699).
551     - Upgrade libav-based packages to 0.8.13-1 (fixes CVE-2014-4609).
552     - Upgrade to libxml2 2.8.0+dfsg1-7+wheezy1 (fixes CVE-2014-0191).
553     - Upgrade to dbus 1.6.8-1+deb7u3 (fixes CVE-2014-3477,
554       CVE-2014-3532 and CVE-2014-3533).
556   * Bugfixes
557     - Disable GNOME keyring's GnuPG functionality. (Closes: #7330) In
558       feature/regular-gnupg-agent, we installed the regular GnuPG
559       agent so that it is used instead of GNOME keyring's one. This is
560       not enough on Wheezy, so let's disable the starting of the "gpg"
561       component of GNOME keyring.
562     - Make sure /etc/default/locale exists, with a sensible default
563       value (Closes: #7333). Before Tails Greeter's PostLogin script
564       are run, /etc/default/locale does not exist on Wheezy. Our
565       tails-kexec initscript (and quite a few other scripts we run)
566       depends on this file to exist. So, let's make sure it exists,
567       with a sensible default value.
568     - Create the tails-persistence-setup user with the same UID/GID it
569       had on Tails/Squeeze. (Closes: #7343) Else, our various checks
570       for safe access rights on persistence.conf fail.
571     - Revert back to browsing the offline documentation using Iceweasel
572       instead of Yelp (Closes: #7390, #7285).
573     - Make the new NetworkManager configuration directory persistent,
574       when the old one was, but disable the old one (Closes: #7338).
575     - Before running tails-upgrade-frontend, chdir to a world-readable
576       place (Closes: #7641). In particular, Archive::Tar::Wrapper,
577       when called by tails-install-iuk, wants to chdir back to the
578       original cwd after it has chdir'd elsewhere to do its job.
580   * Minor improvements
581     - Install seahorse-nautilus, replacing seahorse-plugins (Closes #5516).
582     - Install hledger (custom backport, for now): our accountants need this.
583     - Install stable Scribus instead of scribus-ng.
584     - Install the printer driver for Epson Inkjet that use ESC/P-R.
585     - Install the BookletImposer PDF imposition toolkit. It's tiny,
586       and really helpful e.g. when producing booklets.
587     - Install gtkhash and nautilus-gtkhash (Closes #6763).
588     - Import new version of Tor Launcher:
589       Â· Now based on upstream Tor Launcher 0.2.5.4.
590       Â· Tor bug #11772: Proxy Type menu not set correctly
591       Â· Tor bug #11699: Change &amp;#160 to &#160; in network-settings.dtd
592       Â· Correctly handle startup paths that contain dot.
593     - Upgrade to Torbutton 1.6.9.0.
594     - Avoid shipping python2.6 in addition to python2.7.
595     - Don't install Gobby 0.4 anymore. Gobby 0.5 has been available in
596       Debian since Squeeze, now is a good time to drop the obsolete
597       0.4 implementation.
598     - Require a bit less free memory before checking for upgrades with
599       Tails Upgrader. The general goal is to avoid displaying "Not
600       enough memory available to check for upgrades" too often due to
601       over-cautious memory requirements checked in the wrapper.
602     - Make Tails Greeter's help window resolution-aware. Previously it
603       used a static 800x600 which was problematic on lower resolutions,
604       and sub-optimal on higher resolutions. Now it adapts itself
605       according to the screen resolution.
606     - Whisperback now sanitizes attached logs better with respect to
607       DMI data, IPv6 addresses, and serial numbers (Closes #6797,
608       #6798, #6804).
609     - Integrate the new logo in Tails Installer (Closes #7095)
610     - Also install linux-base and linux-compiler-gcc-4.8-x86 from
611       sid. This way, we can get rid of our linux-compiler-gcc-4.8-x86
612       3.12, and it makes things a bit more consistent.
613     - Include the syslinux binary, and its MBR, in the ISO filesystem.
614       This in turn allows Tails Installer to use this binary and MBR,
615       which is critical for avoiding problems (such as #7345) on
616       "Upgrade from ISO".
617     - Include syslinux.exe for win32 in utils/win32/ on the ISO
618       filesystem (Closes: #7425).
619     - Tails Installer:
620       * Add consistent margins in GUI.
621       * Always reset the target drive's MBR, without asking for
622         confirmation, after installing or upgrading.
623       * Install the bootloader using the syslinux binary found on the
624         target device, once the Live OS has been extracted/copied
625         there.
626     - Enable double-clicking to pick entries in the language or
627       keyboard layout lists in Tails Greeter.
628     - Install backport of shared-mime-info 1.3 (Closes: #7079).
629     - Make sanity-check prompts closable in Tails Persistence Setup
630       (Closes: #7119).
631     - Fix quick search in Tails Greeter's Other languages window
632       (Closes: #5387).
633     - Install systemd. It is not enabled by default, but having it
634       around will help doing the migration work.
635     - Enable AppArmor on the kernel command-line. This is a no-op
636       without the userspace tools and with no profile shipped, but it
637       will make it easier to fix this part of the situation.
639   * Build system
640     - Bump Vagrant builder's memory for RAM builds. Wheezy requires
641       more space to build, and the resulting image is larger.
642     - Fix Vagrant compatibility issue. Some classes' methods/fields
643       have been renamed between Vagrant versions, so we need a simple
644       compatibility layer to support all versions. Without this, it's
645       not possible to issue e.g. a `build` command to an already
646       running (i.e. `vm:up`:ed) Vagrant instance.
647     - Move cpu and mem checks to the `build` task. Previously, when
648       they were checked in `vm:up` *only* when issued while the VM
649       already is up, so these checks weren't run if one issues a
650       `build` when the VM is off. Now we'll fail earlier with a more
651       informative error message, and it looks like a more logical home
652       for them too.
653     - Fix buggy memory checks for RAM building. We have to take into
654       account which state the Vagrant VM is in for determining *where*
655       we check if enough memory is available for a RAM build. If it's
656       off, we check the host; if it's on we check the VM. Previously
657       we always checked the host, which doesn't make sense when the VM
658       is already started.
660   * Automated test suite
661     - Bump the tester VM's RAM by 256 MiB. There is not enough free
662       RAM to run Tails Upgrader with just 1 GiB of RAM after the
663       migration to Wheezy.
664     - Always adjust OOM and memory overcommit settings. The kernel
665       freezes seem to also happen for the amd64 kernel when filling
666       the memory.
667     - Add option to make Sikuli rety on FindFailed. This makes it
668       possible to update manu images for Sikuli in just *one* test
669       suite run, by continuously updating outdated pictures as we go.
670     - Actually run "Upgrade from ISO" from a USB drive running the old
671       version. That's what users do, and is buggy.
672     - Automatically test persistent directories permissions (Closes: #7560).
673     - Use read-write persistence when testing upgraded USB
674       installations.  Otherwise e.g. the permission fixes won't get
675       applied, and the subsequent steps testing the permissions will
676       fail.
677     - Actually check that the ISO's Tails is installed. The step
678       "Tails is installed on USB drive $TARGET" only checks that the
679       *running* Tails is installed on $TARGET, which obviously fails
680       when doing an upgrade from ISO running an old Tails. That it
681       worked for the same scenario running the current Tails is just
682       coincidental.
683     - Use OpenJDK 7 to run our test suite (Closes #7175).
684     - Use qemu-system-x86_64 directly, instead of kvm, for running the
685       automated test suite (Closes: #7605).
687  -- Tails developers <tails@boum.org>  Sun, 20 Jul 2014 23:16:13 +0200
689 tails (1.0.1) unstable; urgency=medium
691   * Security fixes
692     - Upgrade the web browser to 24.6.0esr-0+tails1~bpo60+1
693       (Firefox 24.6.0esr + Iceweasel patches + Torbrowser patches).
694       Also import the Tor Browser profile at commit
695       90ba8fbaf6f23494f1a0e38d63153b3b7e65d3d3 from
696       ttp/tor-browser-24.6.0esr-3.x-1.
697     - Install Linux 3.14 from Debian unstable (fixes CVE-2014-3153 and
698       others).
699     - Install openssl from Squeeze LTS (fixes CVE-2014-0076,
700       CVE-2014-0195, CVE-2014-0221, CVE-2014-3470 and CVE-2014-0224).
701     - Install GnuTLS from Squeeze LTS (fixes CVE-2014-3466.).
703   * Minor improvements
704     - Add Squeeze LTS APT sources. It has been given a low pinning
705       priority so explicit pinning must be used to actually install
706       anything from it.
707     - Upgrade Tor to 0.2.4.22-1~d60.squeeze+1.
708     - Upgrade I2P to 0.9.13-1~deb6u+1.
710  -- Tails developers <tails@boum.org>  Sun, 08 Jun 2014 19:14:00 +0200
712 tails (1.0) unstable; urgency=medium
714   * Security fixes
715     - Upgrade the web browser to 24.5.0esr-0+tails1~bpo60+1
716       (Firefox 24.5.0esr + Iceweasel patches + Torbrowser patches).
717     - Upgrade Tor to 0.2.4.21-1+tails1~d60.squeeze+1:
718       * Based on 0.2.4.21-1~d60.squeeze+1.
719       * Backport the fix for Tor bug #11464. It adds client-side blacklists for
720         all Tor directory authority keys that was vulnerable to Heartbleed.
721         This protects clients in case attackers were able to compromise a
722         majority of the authority signing and identity keys.
724    * Bugfixes
725     - Disable inbound I2P connections. Tails already restricts incoming
726       connections, but this change tells I2P about it.
727     - Fix link to the system requirements documentation page in the Tails
728       Upgrader error shown when too little RAM is available.
730   * Minor improvements
731     - Upgrade I2P to 0.9.12-2~deb6u+1.
732     - Import TorBrowser profile. This was forgotten in Tails 0.23 and even
733       though we didn't explicitly set those preferences in that release
734       they defaulted to the same values. This future-proofs us in case the
735       defaults would ever change.
736     - Import new custom version of tor-launcher:
737       * Based on upstream Tor Launcher 0.2.5.3.
738       * Improve how Tor Launcher handles incomplete translation.
739         (Tor bug #11483; more future-proof fix for Tails bug #6885)
740       * Remove the bridge settings prompt. (Tor bug #11482; closes Tails
741         bug #6934,)
742       * Always show bridge help button. (Tor bug #11484)
743     - Integrate the new Tails logo into various places:
744       * The website
745       * The boot splash
746       * The "About Tails" dialog
748   * Build system
749     - Use the stable APT suite when building from the stable Git branch
750       (Closes: #7022).
752   * Test suite
753     - Add test for the #7022 fix.
755  -- Tails developers <tails@boum.org>  Sun, 27 Apr 2014 19:34:01 +0200
757 tails (0.23) unstable; urgency=medium
759   * Security fixes
760     - Upgrade the web browser to 24.4.0esr-0+tails1~bpo60+1
761       (Firefox 24.4.0esr + Iceweasel patches + Torbrowser patches).
763   * Major new features
764     - Spoof the network interfaces' MAC address by default (Closes: #5421),
765       as designed on https://tails.boum.org/contribute/design/MAC_address/.
766     - Rework the way to configure how Tor connects to the network
767       (bridges, proxy, fascist firewall): add an option to Tails Greeter,
768       start Tor Launcher when needed (Closes: #5920, #5343).
770   * Bugfixes
771     - Additional software: do not crash when persistence is disabled
772       (Closes: #6440).
773     - Upgrade Pidgin to 2.10.9, that fixes some regressions introduced
774       in the 2.10.8 security update (Closes: #6661).
775     - Wait for Tor to have fully bootstrapped, plus a bit more time,
776       before checking for upgrades (Closes: #6728) and unfixed known
777       security issues.
778     - Disable the Intel Management Engine Interface driver (Closes: #6460).
779       We don't need it in Tails, it might be dangerous, and it causes bugs
780       on various hardware such as systems that reboot when asked to shut down
781     - Add a launcher for the Tails documentation. This makes it available
782       in Windows Camouflage mode (Closes: #5374, #6767).
783     - Remove the obsolete wikileaks.de account from Pidgin (Closes: #6807).
785   * Minor improvements
786     - Upgrade Tor to 0.2.4.21-1~d60.squeeze+1.
787     - Upgrade obfsproxy to 0.2.6-2~~squeeze+1.
788     - Upgrade I2P to 0.9.11-1deb6u1.
789     - Install 64-bit kernel instead of the 686-pae one (Closes: #5456).
790       This is a necessary first step towards UEFI boot support.
791     - Install Monkeysign (in a not-so-functional shape yet).
792     - Disable the autologin text consoles (Closes: #5588). This was one of
793       the blockers before a screen saver can be installed
794       in a meaningful way (#5684).
795     - Don't localize the text consoles anymore: it is broken on Wheezy,
796       the intended users can as well use loadkeys, and we now do not have
797       to trust setupcon to be safe for being run as root by the desktop user.
798     - Make it possible to manually start IBus.
799     - Reintroduce the possibility to switch identities in the Tor Browser,
800       using a filtering proxy in front of the Tor ControlPort to avoid giving
801       full control over Tor to the desktop user (Closes: #6383).
802     - Incremental upgrades improvements:
803       Â· Drop the Tails Upgrader launcher, to limit users' confusion
804         (Closes: #6513).
805       Â· Lock down sudo credentials a bit.
806       Â· Hide debugging information (Closes: #6505).
807       Â· Include ~/.xsession-errors in WhisperBack bug reports.
808         This captures the Tails Upgrader errors and debugging information.
809       Â· Report more precisely why an incremental upgrade cannot be done
810         (Closes: #6575).
811       Â· Various user interface and phrasing improvements.
812     - Don't install the Cookie Monster browser extension (Closes: #6790).
813     - Add a browser bookmark pointing to Tor's Stack Exchange (Closes: #6632).
814     - Remove the preconfigured #tor channel from the Pidgin: apparently,
815       too many Tails users go ask Tails questions there, without making
816       it clear that they are running Tails, hence creating a user-support
817       nightmare (Closes: #6679).
818     - Use (most of) Tor Browser's mozconfig (Closes: #6474).
819     - Rebase the browser on top of iceweasel 24.3.0esr-1, to get
820       the certificate authorities added by Debian back (Closes: #6704).
821     - Give access to the relevant documentation pages from Tails Greeter.
822     - Hide Tails Greeter's password mismatch warning when entry is changed.
823     - Persistent Volume Assistant:
824       Â· Take into account our installer is now called Tails Installer.
825       Â· Optimize window height (Closes: #5458).
826       Â· Display device paths in a more user-friendly way (Closes: #5311).
828   * Build system
829     - Ease updating POT and PO files at release time, and importing translations
830       from Transifex (Closes: #6288, #6207).
831     - Drop custom poedit backport, install it from squeeze-backports-sloppy.
832     - Make ISO and IUK smaller (Closes: #6390, #6425):
833       Â· Exclude more files from being included in the ISO.
834       Â· Remove *.pyc later so that they are not recreated.
835       Â· Truncate log files later so that they are not filled again.
836       Â· At ISO build time, set mtime to the epoch for large files whose content
837         generally does not change between releases. This forces rsync
838         to compare the actual content of these files, when preparing an IUK,
839         instead of blindly adding it to the IUK merely because the mtime
840         has changed, while the content is the same.
841     - Make local hooks logging consistent.
843   * Test suite
844     - Migrate from JRuby to native Ruby + rjb.
845     - The test suite can now be run on Debian Wheezy + backports.
846     - Fix buggy "persistence is not enabled" step (Closes: #5465).
847     - Use IPv6 private address as of RFC 4193 for the test suite's virtual
848       network. Otherwise dnsmasq from Wheezy complains, as it is not capable
849       of handling public IPv6 addresses.
850     - Delete volumes after each scenario unless tagged @keep_volumes.
851     - Add an anti-test to make sure the memory erasure test works fine.
852     - A *lot* of bugfixes, simplifications and robustness improvements.
854  -- Tails developers <tails@boum.org>  Tue, 18 Mar 2014 00:58:50 +0100
856 tails (0.22.1) unstable; urgency=medium
858   * Security fixes
859     - Upgrade the web browser to 24.3.0esr-0+tails1~bpo60+2
860       (Firefox 24.3.0esr + Iceweasel patches + Torbrowser patches).
861     - Upgrade NSS to 3.14.5-1~bpo60+1.
862     - Upgrade Pidgin to 2.10.8.
863     - Workaround browser size fingerprinting issue by using small icons
864       in the web browser's navigation toolbar (Closes: #6377).
865       We're actually hit by Tor#9268, and this is the best workaround gk
866       and I were able to find when discussing this on Tor#10095.
868   * Major new features
869     - Check for upgrades availability using Tails Upgrader, and propose
870       to apply an incremental upgrade whenever possible (Closes: #6014).
871       Â· Run tails-update-frontend at session login time.
872       Â· Have tails-security-check only report unfixed security issues.
873       Â· Greatly improve the Tails Upgrader UI and strings phrasing.
874       Â· Enable startup notification for Tails Upgrader.
875     - Install Linux 3.12 (3.12.6-2) from Debian testing. Unfortunately,
876       this breaks the memory wipe feature on some hardware (#6460), but
877       it fixes quite a few security issues, and improves hardware support.
878     - Update the build system to be compatible with Vagrant 1.2 and 1.3,
879       in addition to the already supported versions (Closes: #6221).
880       Thanks to David Isaac Wolinsky <isaac.wolinsky@gmail.com>.
882   * Bugfixes
883     - Do not start IBus for languages that don't need it. This fixes
884       the keybindings problems introduced in 0.22 (Closes: #6478).
885       Thanks to WinterFairy.
886     - Disable network.proxy.socks_remote_dns in the Unsafe Browser.
887       Bugfix against 0.22 (Closes: #6479).
888     - Fetch Tor Browser User-Agent from its own prefs, rather than from
889       the obsolete Torbutton ones. Bugfix against 0.22 (Closes: #6477).
890     - Upgrade Vagrant basebox to include up-to-date Debian archive keys
891       (Closes: #6515, #6527).
892     - Do not use a non-working proxy for downloading the Vagrant basebox
893       (Closes: #6514).
894     - Use IE's icon in Windows camouflage mode.
895       Bugfix against 0.22 (Closes: #6536).
896     - Support "upgrading" a partial Tails installation (Closes: #6438)
897       and fix missing confirmation dialog in Tails Installer (Closes: #6437).
898       Thanks to Andres Gomez Ramirez <andres.gomez@cern.ch>.
899     - Fix browser homepage in Spanish locales (Closes: #6612).
901   * Minor improvements
902     - Tor 0.2.4 is stable! Adapt APT sources accordingly.
903     - Update Tor Browser to 24.2.0esr-1+tails1, that uses its own NSS
904       library instead of the system one.
905     - Update Torbutton to 1.6.5.3.
906     - Do not start Tor Browser automatically, but notify when Tor is ready.
907       Warn the user when they attempt to start Tor Browser before Tor is ready.
908     - Import Tor Browser profile at
909       3ed5d9511e783deb86835803a6f40e7d5a182a12 from ttp/tor-browser-24.2.0esr-1.
910     - Use http.debian.net for Vagrant builds, instead of the mostly broken
911       (and soon obsolete) cdn.debian.net.
912     - Phrasing and UI improvements in tails-upgrade-frontend.
913     - Style and robustness improvements in tails-security-check.
914     - Make room for upcoming UEFI support in Tails Installer.
916  -- Tails developers <tails@boum.org>  Wed, 29 Jan 2014 15:08:13 +0100
918 tails (0.22) unstable; urgency=medium
920   [Tails developers]
921   * Security fixes
922     - Upgrade to Iceweasel 24.2.0esr that fixes a few serious security issues.
923     - Stop migrating persistence configuration and access rights. Instead,
924       disable all persistence configuration files if the mountpoint has wrong
925       access rights (Closes: #6413).
926     - Upgrade to NSS 3.15.3 that fixes a few serious security issues affecting
927       the browser, such as CVE-2013-1741, CVE-2013-5605 and CVE-2013-5606.
929   * Major improvements
930     - Switch to Iceweasel 24 (Closes: #6370).
931       Â· Resync' (most) Iceweasel prefs with TBB 3.0-beta-1 and get rid
932         of many obsolete or default settings.
933       Â· Disable WebRTC (Closes: #6468).
934       Â· Import TorBrowser profile at commit
935         51bf06502c46ee6c1f587459e8370aef11a3422d from the tor-browser-24.2.0esr-1
936         branch at https://git.torproject.org/tor-browser.git.
937     - Switch to Torbutton 1.6.5 (Closes: #6371).
938       Â· Prevent Torbutton from asking users to "upgrade TBB".
939       Â· Use the same Tor SOCKS port as the TBB (9151) for our web browser.
940         This should be enough to avoid being affected by Tor#8511.
941       Â· Disable Torbutton 1.6's check for Tor.
942         Unfortunately, the new check.torproject.org breaks the remote Tor
943         check. We cannot use the local Tor check with the control port. So,
944         the shortest and sanest path to fixing the check issue, because the
945         remote Tor check is broken" seems to simply disable this check.
946         Patch submitted upstream as Tor#10216.
947     - Prepare incremental upgrades to be the next default way to upgrade Tails,
948       on point-releases at least.
950   * Bugfixes
951     - Deny X authentication only after Vidalia exits (Closes: #6389).
952     - Disable DPMS screen blanking (Closes: #5617).
953     - Fix checking of the persistent volume's ACL.
954     - Sanitize more IP and MAC addresses in bug reports (Closes: #6391).
955     - Do not fail USB upgrade when the "tmp" directory exists on the
956       destination device.
957     - Tails Installer: list devices with isohybrid Tails installed
958       (Closes: #6462).
960   * Minor improvements
961     - Create a configuration file for additional software if needed
962       (Closes: #6436).
963     - Translations all over the place.
964     - Enable favicons in Iceweasel.
965     - Do not propose to make permanent NoScript exceptions.
966       In Tails, every such thing is temporary, so better only display the menu
967       entry that's about temporarily allowing something.
968     - Clearer warning when deleting persistent volume (thanks to Andres Gomez
969       Ramirez <andres.gomez@cern.ch> for the patch).
970     - Make wording in Tails Installer more consistent.
972   [ WinterFairy ]
973   * Use IBus instead of SCIM (Closes: #5624, #6206).
974     It makes it possible to input passwords in pinentry for at least Japanese,
975     Chinese and Korean languages.
976   * Add an import-translation script.
977     This automates the importation process of completed translations
978     from Transifex.
979   * Always list optimal keyboard layout in the greeter (Closes: #5741).
980   * Fix on-the-fly translation of the greeter in various languages
981     (Closes: #5469).
983   [ Kytv]
984   * Update I2P to 0.9.8.1 (Closes: #6080, #5889).
985   * Improve I2P configuration:
986     - Disable IPv6 support in a nicer way.
987     - Disable i2cp (allows java clients to communicate from outside the JVM). If
988       this is unset an exception for port 7654 would need to be added to ferm.
989     - Disable "in-network" updates (this is also done in the regular I2P
990       packages).
991     - Disable the outproxies. Access to the Internet is already routed through
992       Tor so these are unnecessary. If end-users have a good reason to go
993       through one of the I2P outproxies they can turn them back on.
994   * Add a couple of default I2P IRC channels to Pidgin.
995   * Allow access to the local 'eepsite' through FoxyProxy.
996   * Add firewall exceptions for the standard I2P ports.
998  -- Tails developers <tails@boum.org>  Sat, 30 Nov 2013 16:47:18 +0100
1000 tails (0.21) unstable; urgency=low
1002   * Security fixes
1003     - Don't grant access to the Tor control port for the desktop user
1004       (amnesia). Else, an attacker able to run arbitrary code as this user
1005       could obtain the public IP with a get_info command.
1006       Â· Vidalia is now run as a dedicated user.
1007       Â· Remove the amnesia user from the debian-tor group.
1008       Â· Remove the Vidalia launcher in the Applications menu.
1009         The Vidalia instance it starts is useless, since it can't connect
1010         to the Tor control port.
1011     - Don't allow the desktop user to directly change persistence settings.
1012       Else, an attacker able to run arbitrary code as this user could
1013       leverage this feature to gain persistent root access, as long as
1014       persistence is enabled.
1015       Â· Fully rework the persistent filesystem and files ownership
1016         and permissions.
1017       Â· Run the Persistent Volume Assistant as a dedicated user, that is
1018         granted the relevant udisks and filesystem -level credentials.
1019       Â· At persistence activation time, don't trust existing persistence
1020         configuration files, migrate to the new ownership and permissions,
1021         migrate every known-safe existing settings and backup what's left.
1022         Warn the user when not all persistence settings could be migrated.
1023       Â· Persistent Volume Assistant uses the new ownership and permissions
1024         scheme when initializing a new persistent volume, and refuses to
1025         read persistence.conf if it, or the parent directory, hasn't the
1026         expected permissions.
1027       Â· Make boot medium 'system internal' for udisks with bilibop.
1028         Once Tails is based on Wheezy, this will further complete the
1029         protection (see #6172 for details).
1030     - Update Iceweasel to 17.0.10esr-0+tails2~bpo60+1.
1031     - Update Torbutton to 1.5.2-2, including a patch cherry-picked from
1032       upstream to make window resizing closer to what the design says.
1034   * Major new features
1035     - Add a persistence preset for printing settings (Closes: #5686).
1036       Reload CUPS configuration after persistence activation.
1037     - Support SD card connected through a SDIO host adapter (Closes: #6324).
1038       Â· Rebrand Tails USB installer to Tails installer.
1039       Â· Display devices brand, model and size in the Installer
1040         (Closes: #6292).
1041       Â· Ask for confirmation before installing Tails onto a device
1042         (Closes: #6293).
1043       Â· Add support for SDIO and MMC block devices to the Tails Installer
1044         (Closes: #5744) and the Persistent Volume Assistant (Closes: #6325).
1045       Â· Arm the udev watchdog when booted from SD (plugged in SDIO) too
1046         (Closes: #6327).
1048   * Minor improvements
1049     - Provide a consistent path to the persistent volume mountpoint
1050       (Closes: #5854).
1051     - Add a KeePassX launcher to the top GNOME panel (Closes: #6290).
1052     - Rework bug reporting workflow: point the desktop launcher to
1053       the troubleshooting page.
1054     - Make /home world-readable at build time, regardless of the Git
1055       working copy permissions. This makes the build process more robust
1056       against strict umasks.
1057     - Add signing capabilities to the tails-build script (Closes: #6267).
1058       This is in turn used to sign ISO images built by our Jenkins setup
1059       (Closes: #6193).
1060     - Simplify the ikiwiki setup and make more pages translatable.
1061     - Exclude the version string in GnuPG's ASCII armored output.
1062     - Prefer stronger ciphers (AES256,AES192,AES,CAST5) when encrypting
1063       data with GnuPG.
1064     - Use the same custom Startpage search URL than the TBB.
1065       This apparently disables the new broken "family" filter.
1066     - Update AdBlock Plus patterns.
1067     - Install Linux from Debian testing.
1068       (That is, the same version that was shipped in 0.20.1.)
1070   * Test suite
1071     - Look for "/tmp/.X11-unix/X${1#:}" too when detecting displays in use.
1072     - Adapt tests to match the Control Port access security fix:
1073       Â· Take into account that the amnesia user isn't part of the debian-tor
1074         group anymore.
1075       Â· Run as root the checks to see if a process is running: this
1076         is required to see other users' processes.
1078  -- Tails developers <tails@boum.org>  Sat, 26 Oct 2013 23:42:46 +0200
1080 tails (0.20.1) unstable; urgency=low
1082   * Major new features
1083   - Install Tor 0.2.4.17-rc-1~d60.squeeze+1 from the Tor project's repository.
1084   - Install Iceweasel 17.0.9esr with Torbrowser patches.
1085   - Install Linux kernel 3.10-3 (version 3.10.11-1) from sid.
1087   * Bugfixes
1088   - Remount persistence devices read-only at shutdown/reboot time
1089     (Closes: #6228).
1090   - Greeter: display a warning icon on admin password mismatch and on
1091     persistence unlocking failure. Thanks to Andres Gomez Ramirez
1092     <andres.gomez@cern.ch> for the fix!
1093   - Don't torsocksify Pidgin.
1094     Instead we disable Pidgin's GNOME integration to get the "Global proxy
1095     configuration", which we set to use Tor. This fixes the I2P IRC account.
1096   - Additional software: fix typo in notification.
1097   - Allow installing "Priority: standard" packages that we do not install
1098     by default: remove them late in the build process instead of assigning
1099     them a -1 APT pinning level.
1101   * Minor improvements
1102   - Update AdBlock Plus patterns.
1103   - Use more unique ISO file name when building from Jenkins.
1104   - Additional software: point to the system log on upgrade failure.
1105   - Set SOCKS5_USER and SOCKS5_PASSWORD in the connect-socks wrapper (used
1106     by Git). Else, Tor 0.2.4's IsolateSOCKSAuth and connect-proxy
1107     sometimes play together in some way that makes connect-proxy ask for
1108     a password to connect to the SocksPort. SOCKS5_USER and
1109     SOCKS5_PASSWORD are passed through unchanged if they were manually set
1110     by the user already.
1111   - Use our custom connect-socks wrapper for SSH. Else, Tor 0.2.4's
1112     IsolateSOCKSAuth and connect-proxy sometimes play together in some way
1113     that makes connect-proxy ask for a password to connect to the
1114     SocksPort. Note that connect-socks uses the default SocksPort too, so
1115     no change here wrt. our connection isolation design.
1117   * Localization
1118   - Import new translations from Transifex.
1120   * Test suite
1121   - Fix old ISO checking for consistent error reporting.
1122   - Remove custom persistence test from manual test suite.
1123     It was removed for the GUI in t-p-s 0.33.
1125  -- Tails developers <tails@boum.org>  Sun, 15 Sep 2013 15:49:36 +0200
1127 tails (0.20) unstable; urgency=low
1129   * Major new features
1130   - Install Linux kernel 3.10.3-1 from Debian unstable.
1131   - Iceweasel 17.0.8esr + Torbrowser patches.
1133   * Bugfixes
1134   - Prevent Iceweasel from displaying a warning when leaving HTTPS web sites.
1135   - Make Iceweasel use the correct, localized search engine.
1136   - Fix Git access to https:// repositories.
1138   * Minor improvements
1139   - Install Dasher, a predictive text entry tool.
1140   - Add a wrapper around TrueCrypt which displays a warning about it soon
1141     being deprecated in Tails.
1142   - Remove Pidgin libraries for all protocols but IRC and Jabber/XMPP.
1143     Many of the other protocols Pidgin support are broken in Tails and
1144     haven't got any security auditting.
1145   - Disable the pre-defined Pidgin accounts so they do not auto-connect
1146     on Pidgin start.
1147   - Include information about Alsa in WhisperBack reports.
1148   - Explicitly restrict access to ptrace. While this setting was enabled
1149     by default in Debian's Linux 3.9.6-1, it will later disabled in 3.9.7-1.
1150     It's unclear what will happen next, so let's explicitly enable it ourselves.
1151   - Do not display dialog when a message is sent in Claws Mail.
1152   - Sync iceweasel preferences with the Torbrowser's.
1154   * Localization
1155   - Many translation updates all over the place.
1156   - Merge all Tails-related POT files into one, and make use of intltoolize
1157     for better integration with Transifex.
1159  -- Tails developers <tails@boum.org>  Tue, 30 Jul 2013 14:19:57 +0200
1161 tails (0.19) unstable; urgency=low
1163   * Major new features
1164   - Install Linux kernel 3.9.5-1 from Debian unstable.
1165     Features of particular interest for Tails are the Yama LSM
1166     (ptrace scope restrictions) and improved hardware support.
1167     As a corollary, install initramfs-tools from there too.
1168   - Iceweasel 17.0.7esr + Torbrowser patches.
1169   - Unblock Bluetooth, Wi-Fi, WWAN and WiMAX; block every other type of
1170     wireless device. Next steps are described on the
1171     todo/protect_against_external_bus_memory_forensics ticket.
1173   * Bugfixes
1174   - Fix write access to boot medium at the block device level,
1175     by installing bilibop-udev. Thanks to quidame for his support.
1176   - tails-greeter l10n-related fixes, thanks to winterfairy:
1177     Â· Fix so translations is applied on password mismatch messages.
1178     Â· Separate forward and login buttons and make them translatable.
1179   - Fix link to documentation when no sudo password is set.
1180   - gpgApplet: partial fix for clipboard emptying after a wrong passphrase
1181     was entered.
1182   - Workaround aufs bug in Unsafe Browser script.
1184   * Minor improvements
1185   - Drop GNOME proxy settings: we did not find any use of it we were keen
1186     to support, other than two programs (Seahorse, Pidgin) that are now run
1187     with torsocks.
1188   - Format newly created persistent volumes as ext4.
1189   - GnuPG: don't connect to the keyserver specified by the key owner.
1190     This feature opens the door to a variety of subtle attacks.
1191   - GnuPG: locate keys only from local keyrings.
1192     This is probably the default, but better safe than sorry.
1193   - Install virt-what from Wheezy.
1194     The version from Squeeze does not detect at least Parallels for Mac v.8.
1195   - Upgrade live-boot and live-config to the 3.0.x final version from Wheezy.
1196     Â· Remove /live and /lib/live/image compatibility symlinks.
1197     Â· Add /live/overlay -> /lib/live/mount/overlay symlink.
1198       The live-boot changes (commit d2b2a461) brought to fix Debian bug
1199       #696495 revert some of our previous changes (commit 77dab1cb), and as
1200       a result, at the time live-persist runs, no tmpfs is mounted on
1201       /live/overlay, which breaks the aufs mount. So, let's just ensure
1202       /live/overlay points to a tmpfs.
1203     Â· Really disable policykit and sudo live-config hooks.
1204       ... by making it believe they've already been run.
1205       This workarounds new live-config's default behavior.
1207   * Localization
1208   - Many translation updates all over the place.
1210   * Test suite
1211   - Re-enable previously disabled boot device permissions test.
1213  -- Tails developers <tails@boum.org>  Wed, 26 Jun 2013 12:36:20 +0200
1215 tails (0.18) unstable; urgency=low
1217   * New features
1218   - Support obfs3 bridges.
1219   - Automatically install a custom list of additional packages chosen by
1220     the user at the beginning of every working session, and upgrade them
1221     once a network connection is established (technology preview).
1223   * Iceweasel
1224   - Upgrade to Iceweasel 17.0.6esr-0+tails1~bpo60+1.
1225   - Update Torbrowser patches to current maint-2.4 branch (567682b).
1226   - Isolate DOM storage to first party URI, and enable DOM storage:
1227     don't set dom.storage.enabled anymore, and set Torbutton's
1228     disable_domstorage to false.
1229   - Isolate the image cache per url bar domain.
1230   - Torbutton 1.5.2, and various prefs hacks to fix breakage:
1231     Â· Add .saved version of the Torbutton preferences the TBB also sets.
1232     Â· Set TOR_SOCKS_HOST and TOR_SOCKS_PORT.
1233     Â· Move some prefs (network.proxy.*, extensions.autoDisableScopes,
1234       extensions.foxyproxy.last-version) to user.js.
1235       Else, with Torbutton 1.5.x, these ones are not taken into account.
1236     Â· Set network.proxy.socks_version.
1237       Else we get the meaningless user_pref("network.proxy.socks_version", 9063);
1238       in prefs.js after the initial startup.
1239     Â· Set extensions.foxyproxy.socks_remote_dns to true.
1240       Else, it overrides the various ways we set network.proxy.socks_remote_dns,
1241       which in turn makes Torbutton think it should start in non-Tor mode.
1242     Â· Also pass the TOR_SOCKS_* environment variables to iceweasel when
1243       generating the profile: Torbutton behaves differently depending on
1244       these variables, so we don't want the initial profile generation to be
1245       done without them. In practice, this has no implication that we could
1246       see right now, but better safe than sorry.
1247     Â· Import all version overrides from the TBB prefs.
1248       Else, the User-Agent sent in the HTTP headers is fine, but real
1249       values leak with JavaScript, as demonstrated by ip-check's "Browser
1250       type" test.
1251     Â· Move a bunch of settings to user_pref(), that are not applied otherwise.
1252       For some, this fixes a regression in 0.18~rc1.
1253       For other, the  bug was already present in Tails 0.17.2.
1254   - HTTPS Everywhere 3.2.
1255   - Update prefs to match the TBB's, fix bugs, and take advantage of the latest
1256     Torbrowser patches:
1257     Â· Increase pipeline randomization.
1258     Â· Fix @font-face handling of local() fonts.
1259       Also disable fallback font rendering.
1260     Â· Explicitly disable SPDY v2 and v3.
1261     Â· Update http pipelining prefs.
1262   - Make prefs organization closer to the TBB's:
1263     Â· Remove Torbutton prefs that we set at their default value.
1264     Â· Import Torbutton preferences from the TBB.
1265     Â· Organize iceweasel config files in sections the same way as the TBB.
1266   - Cleanup prefs:
1267     Â· Don't set extensions.torbutton.clear_cookies nor
1268       extensions.torbutton.saved.share_proxy_settings:
1269       we don't care about toggling anymore.
1270     Â· Don't set extensions.torbutton.saved.download_retention nor
1271       extensions.torbutton.saved.search_suggest:
1272       these settings are not used in Torbutton anymore.
1273   - Update unsafe browser prefs mangling accordingly.
1274   - Move network.protocol-handler.warn-external.* to user_pref().
1275     Else they're not applied.
1276     These prefs are actually ignored by Firefox these days -- the TBB
1277     design doc reads "They are set still anyway out of respect for the
1278     dead". Let's go on doing the same.
1279   - Update extensions.adblockplus.currentVersion.
1280   - Fetch xul-ext-https-everywhere (3.2-2) and xul-ext-noscript (2.6.6.1-1)
1281     from Debian unstable. They were uploaded there, and accordingly removed
1282     from experimental.
1284   * Bugfixes
1285   - Linux 3.2.41-2+deb7u2.
1286   - Fixed swapped filenames of tails-{reboot,shutdown}.desktop.
1287     Thanks to Mikko Harhanen for the patch.
1288   - Only add ClientTransportPlugin to torrc when bridge mode is enabled.
1289     This should bring back support for proxies of type other than obfsproxy.
1291   * Minor improvements
1292   - Set kernel.dmesg_restrict=1, and make /proc/<pid>/ invisible
1293     and restricted for other users. It makes it slightly harder for an attacker
1294     to gather information that may allow them to escalate privileges.
1295   - Install gnome-screenshot.
1296   - Don't disable IPv6 on all network interfaces anymore.
1297     It turns out the IPv6 leaks we wanted to fix actually don't exist.
1298   - Add a "About Tails" launcher in the System menu.
1299   - Install GNOME accessibility themes.
1300   - Use 'Getting started...' as the homepage for Tails documentation button.
1301   - Stop relying on the obsolete /live/image compatibility symlink.
1302   - Disable audio preview in Nautilus.
1303   - Wheezy was released => Squeeze is now oldstable.
1304   - Pick Tor from deb.torproject.org regardless of the release name they
1305     advertise. At some point we needed it, their APT repository still thought
1306     that stable == Squeeze.
1307   - Add Wheezy APT sources.
1308   - Install Linux and related packages from Wheezy.
1309     Debian sid just got Linux 3.8, and we don't want to switch to a new kernel
1310     yet.
1311   - Fetch laptop-mode-tools from Wheezy.
1312     Wheezy has the version we've been installing in 0.18~rc1,
1313     while a newer one was uploaded to sid in the meantime.
1314   - Fetch a few packages from Wheezy instead of unstable.
1315     Namely: spice-vdagent, libregexp-common-perl, macchanger, service-wrapper,
1316     libservice-wrapper-java and libservice-wrapper-jni.
1317     Wheezy has the versions we've been installing for a while, so let's
1318     avoid having unstable push a newer one to us uselessly at some point.
1319     Note that at the time of this writing, the versions in sid and in Wheezy
1320     are the same, so this commit is effectively a no-op as of today: it is
1321     merely a safeguard for the future.
1323   * Localization
1324   - Many translation updates all over the place.
1326   * Build process
1327   - Make Vagrant's build-tails script support Jenkins too.
1329   * Test suite
1330   - Fix Unsafe Browser test broken by hidepid.
1332  -- Tails developers <tails@boum.org>  Mon, 13 May 2013 22:17:38 +0200
1334 tails (0.17.2) unstable; urgency=low
1336   * Iceweasel
1337   - Upgrade to Iceweasel 17.0.5esr-0+tails2~bpo60+1.
1338   - Stop displaying obsolete context menu entries ("Open Tor URL" and friends).
1340   * Hardware support
1341   - Update Linux to 3.2.41-2
1343   * Bugfixes
1344   - Use more reliable OpenPGP keyservers:
1345     Â· use the hkps pool in GnuPG (and import their SSL CA)
1346     Â· use hkp://pool.sks-keyservers.net in Seahorse (as it does not support
1347       hkps yet)
1348   - Keep udisks users (GNOME Disk Utility, tails-persistence-setup, etc.)
1349     from resetting the system partition's attributes when manipulating the
1350     partition table. To this end, backport the relevant bugfix from Wheezy
1351     into parted 2.3-5+tails1. This allowed to remove the sgdisk-based
1352     workaround in tais-persistence-setup, and to stop installing
1353     python-parted. All this is a first needed step to fix
1354     todo/make_system_disk_read-only in a future release.
1356   * Minor improvements
1357   - Disable NoScript's HTML5 media click-to-play for better user experience.
1359   * Localization
1360   - Tails USB installer: update translations for French, German, Spanish,
1361     Finnish, Greek, Italian, Latvian, Dutch, Polish and Chinese.
1362   - Tails Greeter: update translations for Farsi, Chinese, French;
1363     new translations: Finnish, Norwegian BokmÃ¥l, Galician.
1364   - tails-persistence-setup: update Farsi and Chinese translations;
1365     import new translations for Finnish and Swedish.
1366   - WhisperBack: update translations for Arabic, French, German, Greek,
1367     Spanish, Korean, Polish, Russian. New translations: Finnish, Chinese.
1369   * Build process
1370   - Add automated testing framework (Sikuli, Cucumber, libvirt -based)
1371     with a bunch of tests.
1373  -- Tails developers <amnesia@boum.org>  Sun, 07 Apr 2013 12:17:26 +0200
1375 tails (0.17.1) unstable; urgency=low
1377   * Iceweasel
1378   - Upgrade to Iceweasel 17.0.4esr-0+tails1~bpo60+1.
1380   * Hardware support
1381   - Update Linux to 3.2.39-2.
1382     It includes the drm and agp subsystems from Linux 3.4.29.
1383   - Don't install xserver-xorg-video-rendition backport.
1384     xserver-xorg-video-rendition has been removed from squeeze-backports
1385     due to an upstream tarball mismatch discover when merging backports
1386     into the main Debian archive, and xserver-xorg-video-all still depends
1387     on it, so we explicitly install all drivers from -all but -rendition
1388     as a (hopefully temporary) workaround.
1390   * Minor improvements
1391   - Remove Indymedia IRC account, until we ship a version of Pidgin
1392     with SASL support, that is when Tails is based on Wheezy.
1394   * Build system
1395   - Don't ship the wiki's todo and bugs on ISO images.
1397  -- Tails developers <amnesia@boum.org>  Thu, 21 Mar 2013 18:54:11 +0100
1399 tails (0.17) unstable; urgency=low
1401   * New features
1402   - Install the KeePassX password manager, with a configuration and
1403     documentation that makes it easy to persist the password database.
1405   * Iceweasel
1406   - Upgrade to Iceweasel 17.0.3esr-1+tails1~bpo60+1.
1407   - Install xul-ext-adblock-plus from squeeze-backports.
1408   - Do not allow listing all available fonts.
1409     Set browser.display.max_font_attempts and browser.display.max_font_count
1410     to enable the Torbrowser Limit-the-number-of-fonts-per-document patch.
1411   - Set default spellchecker dictionary to English (USA),
1412     and localize it according to locale with our custom branding extension.
1413   - Disable the add-ons automatic update feature.
1414   - Make the generated profile world-readable.
1415   - Remove NoScript click-to-play confirmation.
1416   - Sync some prefs set by Torbutton, to be ready when it stops setting these.
1417   - Disable navigation timing.
1418   - Disable SPDY. It stores state and may have keepalive issues.
1419   - More aggressive iceweasel HTTP pipelining settings.
1420   - Enable WebGL (as click-to-play only).
1421   - Disable network.http.connection-retry-timeout.
1422   - Disable full path information for plugins.
1423   - Remove NoScript blocks of WebFonts.
1424   - Disable DOM storage in Torbutton.
1425     Since we don't apply the 0026-Isolate-DOM-storage-to-first-party-URI.patch
1426     Torbrowser patch yet, and still disable DOM storage, we need to tell
1427     Torbutton not to use it.
1428   - Synchronize iceweasel's general.useragent.override with TBB based on FF17.
1429     The User-Agent settings are not kept up-to-date anymore in Torbutton, so
1430     we have to keep in sync manually with TBB's settings.
1431   - Remove obsolete APT pining for Torbutton.
1432     It's not maintained in Debian anymore, so we now fetch it from our own
1433     APT repository.
1434   - Fetch FoxyProxy from Debian experimental and libnspr4-0d from
1435     squeeze-backports, for compatibility with Iceweasel 17.
1436   - Rebase bookmarks file on top of the default iceweasel 17 one.
1437   - Explicitly disable AdBlock Plus "correct typos" feature.
1438     This feature connects to http://urlfixer.org/.
1439     It is disabled by default in 2.2-1, but let's be careful.
1441   * Minor improvements
1442   - Upgrade to live-boot 3.0~b11-1 and live-config 3.0.12-1.
1443     Accordingly update the 9980-permissions hook, live-persist,
1444     unsafe-browser and boot-profile.
1445     Add compatibility symlinks from /live to /lib/live, and from /live/image
1446     to /lib/live/mount/medium, to ease the transition.
1447   - Check for errors when sourcing live-boot files, e.g. to detect when
1448     they have been renamed upstream.
1449   - Don't add "quiet" to the kernel command-line ourselves.
1450     Else, it appears twice as live-build's lb_binary_syslinux adds it too.
1451     Historically, we've been adding it ourselves on top of that because
1452     lb_binary_yaboot does not add it, but since we gave up the PowerPC support
1453     attempt, we're now only interested in syslinux, so let's make it easier
1454     for the general case, e.g. when one wants to remove the "quiet" parameter
1455     as suggested by our "Tails does not start" debugging documentation.
1456   - Upgrade I2P to 0.9.4.
1458   * Bugfixes
1459   - Many bugfixes brought by the Debian Squeeze 6.0.7 point-release.
1460   - Use the regular GnuPG agent + pinentry-gtk2 instead of Seahorse
1461     as a GnuPG agent. This fixes usage of OpenPGP in Claws Mail,
1462     and brings support for OpenPGP smartcards.
1463   - Enable I2P hidden mode.
1464     Else, killing I2P ungracefully is bad for the I2P network.
1465   - live-persist: move error() function before the first potential usecase.
1466   - Add missing executable bit on restart-tor and restart-vidalia.
1467   - Add shutdown and reboot launchers to the menu.
1468     This workarounds the lack of a shutdown helper applet in camouflage mode.
1469   - Remove Pidgin's MXit and Sametime support.
1470     ... at least until CVE-2013-0273, CVE-2013-0272 and CVE-2013-0271 are
1471     fixed in Debian stable. While we're at it, don't force file removal in
1472     these "set -e" build scripts: fail hard, instead of silently ignoring
1473     the fact that files may have moved or disappeared.
1475   * Hardware support
1476   - Install recent Intel and AMD microcode from squeeze-backports,
1477     explicitly excluding the iucode-tool package that's not a good idea
1478     for Live systems.
1479   - Install firmware loader for Qualcomm Gobi USB chipsets.
1480     This is needed to have various mobile broadband chipsets work.
1481   - Upgrade barry to 0.18.3-5~bpo60+1.
1482     This much improved new version supports more hardware & ISP,
1483     and does not display dozens of spurious error messages at boot time.
1485   * Build system
1486   - Remove APT local cache (/Var/cache/apt/{,src}pkgcache.bin).
1488  -- Tails developers <amnesia@boum.org>  Sat, 23 Feb 2013 10:37:57 +0100
1490 tails (0.16) unstable; urgency=low
1492   * Minor improvements
1493   - Replace the too-easy-to-misclick shutdown button with a better
1494     "Shutdown Helper" Gnome applet.
1495   - Display ~/Persistent in GNOME Places and GtkFileChooser if it is mounted.
1496   - Set Unsafe Browser's window title to "Unsafe Browser".
1497   - Install ekeyd to support the EntropyKey.
1498   - Install font for Sinhala.
1499   - Update Poedit to 1.5.4.
1500   - Kill Vidalia when restarting Tor.
1501     Doing this as early as possible exposes Vidalia's "broken onion" icon
1502     to users less.
1503   - Hide the persistence setup launchers in kiosk mode.
1504   - Add a shell library for Tor functions.
1505     These are shared among multiple of our scripts.
1506   - Install dictionaries for supported languages.
1507     Install hunspell dictionaries when possible,
1508     fall back on myspell ones else.
1510   * Bugfixes
1511   - Disable IPv6 on all network interfaces.
1512     This is a workaround for the IPv6 link-local multicast leak that was recently
1513     discovered. Tails has no local service that listens on IPv6, so there should be
1514     no regression, hopefully, unless one wants to play with OnionCat and VoIP,
1515     but those of us should know how to workaround this anyway.
1516   - live-persist: Fix variable mismatch, fixing probe white-list.
1517     Tails may previously have been able to list GPT partitions labelled
1518     "TailsData" on hard drives (!) as valid persistence volumes...
1519   - live-persist: Fix --media option when no devices are attached.
1520     Earlier, if it was set to e.g. 'removable-usb' and no USB storage was
1521     connected, $whitelistdev would be empty, which is interpreted like
1522     all devices are ok by the rest of the code.
1523   - Fix SCIM in the autostarted web browser: save IM environment variables
1524     to a file during Desktop session startup, and export them into the
1525     autostarted browser's environment.
1526   - Talk of DVD, not of CD, in the shutdown messages.
1527   - Make tordate work in bridge mode with an incorrect clock.
1528     When using a bridge Tor reports TLS cert lifetime errors (e.g. when
1529     the system clock is way off) with severity "info", but when no bridge
1530     is used the severity is "warn". tordate/20-time.sh depends on grepping
1531     these error messages, so we termporarily increase Tor's logging
1532     severity when using bridge mode. If we don't do this tordate will
1533     sleep forever, leaving Tor in a non-working state.
1534     Â· White-list root to use Tor's ControlPort.
1535     Â· Add logging for is_clock_way_off().
1536     Â· Remove Tor's log before time syncing.
1537       We depend on grepping stuff from the Tor log (especially for
1538       tordate/20-time.sh), so deleting it seems like a Good Thing(TM).
1539     Â· Stop Tor before messing with its log or data dir.
1540   - live-persist: limit searched devices the same way as live-boot.
1541     If no --media argument is specified, use live-boot's
1542     "(live-media|bootfrom)=removable(|-usb)" argument to limit devices
1543     searched for a persistent volume.
1544   - tails-greeter: do not pass media=removable to live-persist.
1545     Now that we have autodetection with kernel command-line,
1546     it should not be needed anymore.
1547   - Start memlockd after configuring it,
1548     instead of starting it before and restarting it after.
1549     This avoids running memlockd twice, and prevents other possibly
1550     surprising race-conditions.
1551     As a consequence, also have tails-sdmem-on-media-removal start after the
1552     memlockd service *and* tails-reconfigure-memlockd: to start the watchdog,
1553     we need memlockd to be properly configured *and* running.
1555   * iceweasel
1556   - Set iceweasel homepage to the news section on the Tails website.
1557     ... using the localized one when possible.
1558   - Hide the iceweasel add-on bar by default.
1559     Now that we don't want to ship the Monkeysphere addon anymore,
1560     that was the only one displayed in there, we can as well hide the whole bar.
1561   - Don't hide the AdBlock-Plus button in the add-on bar anymore. Now that
1562     we hide the whole addon bar, we can get rid of this old
1563     UX improvement.
1564   - Do not install a placeholder (fake) FireGPG iceweasel extension anymore.
1565     It was shipped from 0.10 (early 2012) to 0.15 (late November),
1566     so the migration period should be over now.
1567   - Don't install xul-ext-monkeysphere anymore.
1568     The implication of the current keyserver policy are not well
1569     understood, Monkeysphere is little used in Tails, and we're not sure
1570     anymore it would be our first bet for the web browser profile with no
1571     CA. Let's keep the various configuration bits (e.g. FoxyProxy,
1572     patching MSVA), though, so that advanced users who are used to have
1573     Monkeysphere in Tails just have to install the package.
1575   * Build system
1576   - Install the "standard" task with tasksel for better consistency in the
1577     Tails ISO images built in various environments.
1578   - Install p7zip-full. It's a dep by file-roller, but we explicily use it
1579     elsewhere, and it's better to be safe than sorry.
1580   - Remove pinning of libvpx0 to sid.
1581     This package is part of Squeeze, and not from testing/sid.
1582     We have been shipping the version from Squeeze for a while.
1583   - Remove config/chroot_local-packages/ from .gitignore.
1584     The documented way for "external" contributors to add custom packages
1585     is to put them in chroot_local-packages, and once we pull we import
1586     any such package into our APT repo and rewrite the
1587     history appropriately.
1588     Also, the ability to add packages in there and not see them in "git
1589     status" makes it very easy to build tainted ISO images with
1590     non-standard packages, which makes some of us fear can lead to hard to
1591     debug situations.
1592   - Make it clearer what can and cannot be done in terms of local packages.
1594  -- Tails developers <amnesia@boum.org>  Thu, 10 Jan 2013 12:47:42 +0100
1596 tails (0.15) unstable; urgency=low
1598   * Major new features
1599   - Persistence for browser bookmarks.
1600   - Support for obfsproxy bridges.
1602   * Minor improvements
1603   - Add the Hangul (Korean) Input Method Engine for SCIM.
1604   - Add vendor-specific dpkg origin information. This makes dpkg-vendor
1605     return correct information.
1606   - Install pcscd and libccid from squeeze-backports. This is needed to
1607     support, to some extent, some OpenPGP SmartCard readers.
1608   - Install HPIJS PPD files and the IJS driver (hpijs).
1609     This adds support for some printers, such as Xerox DocumentCenter400.
1610   - Optimize fonts display for LCD.
1611   - Update TrueCrypt to version 7.1a.
1613   * Bugfixes
1614   - Do not use pdnsd anymore. It has been orphaned in Debian, has quite
1615     some bugs in there, and apparently Tor's DNSPort's own caching is
1616     be good enough.
1617   - Remove useless iceweasel cookies exceptions. They are useless as
1618     per-session cookies are allowed.
1619   - Do not run setupcon on X. This call is only needed on the Linux
1620     console, no need to annoy the user with a weird "Press enter to
1621     activate this console" when the open a root shell in a GNOME
1622     Terminal.
1623   - Allow the tails-iuk-get-target-file user to connect to the SOCKSPort
1624     dedicated for Tails-specific software.
1625   - Fix gpgApplet menu display in Windows camouflage mode.
1626   - Fix Tor reaching an inactive state if it's restarted in "bridge mode",
1627     e.g. during the time sync' process.
1629   * Iceweasel
1630   - Update iceweasel to 10.0.11esr-1+tails1.
1631   - User profile is now generated at build time in order to support persistent
1632     bookmarks.
1633   - Update HTTPS Everywhere to version 3.0.4.
1634   - Update NoScript to version 2.6.
1635   - Fix bookmark to I2P router console.
1636   - Re-enable Monkeysphere extension to connect to the validation agent.
1638   * Localization
1639   - The Tails USB installer, tails-persistence-setup and tails-greeter
1640     are now translated into Bulgarian.
1641   - Update Chinese translation for tails-greeter.
1642   - Update Euskadi translation for WhisperBack.
1644   * Build system
1645   - Custom packages are now retrieved from Tails APT repository instead
1646     of bloating the Git repository.
1647   - Allow '~' in wiki filenames. This makes it possible to ship
1648     update-description files for release candidates.
1649   - Document how to create incremental update kit.
1650   - Handle release candidates when generating custom APT sources.
1651   - Remove pinning for xul-ext-adblock-plus.
1652     It is obsolete since we've added this package to our APT repository.
1654  -- Tails developers <amnesia@boum.org>  Sun, 25 Nov 2012 12:59:17 +0100
1656 tails (0.14) unstable; urgency=low
1658   * Major new features
1659   - Enable Tor stream isolation; several new SocksPorts with
1660     appropriate Isolate* options have been added for different use
1661     cases (i.e. applications). All application's have been
1662     reconfigured to use these new SocksPorts, which should increase
1663     anonymity by making it more difficulte to correlate traffic from
1664     different applications or "online identities".
1665   - The web browser now has the anonymity enhancing patches from the
1666     TorBrowser applied.
1667   - gpgApplet can now handle public-key cryptography.
1668   - Install an additional, PAE-enabled kernel with NX-bit
1669     support. This kernel is auto-selected when the hardware supports
1670     it and will:
1671     * provide executable space protection, preventing certain types of
1672       buffer overflows from being exploitable.
1673     * enable more than 4 GiB of system memory.
1674     * make all processors/cores available, including their
1675       power-saving functionality.
1676   - Add a persistence preset for NetworkManager connections.
1678   * Minor improvements
1679   - On kexec reboot, make the boot quiet only if debug=wipemem was not
1680     enabled.
1681   - Update torproject.org's APT repo key.
1682   - Update the embedded Tails signing key.
1683   - Use symlinks instead of duplicating localized searchplugins.
1684   - Rewrite Tails firewall using ferm. Tails firewall was written in
1685     very unsophisticated iptables-save/restore format. As more feature
1686     creeped in, it started to be quite unreadable.
1687   - Optimize VirtualBox modules build at runtime to avoid installing the
1688     userspace utils N times.
1689   - Drop most of Vidalia's configuration. Our custom lines just caused
1690     trouble (with multiple SocksPorts) and the default works well.
1691   - Blacklist PC speaker module. On some computers, having the pcspkr
1692     module loaded means loud beeps at bootup, shutdown and when using
1693     the console. As it draws useless attention to Tails users, it is
1694     better to prevent Linux from loading it by default.
1695   - Remove all addons from the Unsafe Browser. No addons are essential
1696     for the Unsafe Browser's intent. If anything they will modify the
1697     network fingerprint compared to a normal Iceweasel install, which
1698     is undesirable.
1699   - Prevent some unwanted packages to be installed at all, rather than
1700     uninstalling them later. This should speed up the build a bit.
1701   - Add a symlink from /etc/live/config to /etc/live/config.d. This
1702     makes the system compatible with live-config 3.0.4-1, without
1703     breaking backward compatibility with various parts of the system
1704     that use the old path.
1705   - Do not run unecessary scripts during shutdown sequence, to make
1706     shutdown faster.
1707   - Make live-persist deal with persistent ~/.gconf subdirs so that
1708     any options saved therein actually get persistent.
1709   - Prevent memlockd unload on shutdown, to make sure that all
1710     necessary tools for memory wiping are available when the new
1711     kernel has kexec'd.
1712   - Patch initscripts headers instead of fiddling with update-rc.d. We
1713     now let insserv figure out the correct ordering for the services
1714     during startup and shutdown, i.e. use dependency-based boot
1715     sequencing.
1716   - Remove the last absolute path in our isolinux config, which makes
1717     it easier to migrate from isolinux to syslinux (just rename the
1718     directory), and hence might make it easier for 3rd party USB
1719     installers (like the Universal USB Installer) to support Tails.
1721   * Bugfixes
1722   - Include `seq` in the ramdisk environment: it is used to wipe more
1723     memory. This fixes the long-standing bug about Tails not cleaning
1724     all memory on shutdown.
1725   - Fix Yelp crashing on internal links
1726   - Allow amnesia user to use Tor's TransPort. This firewall exception
1727     is necessary for applications that doesn't have in-built SOCKS
1728     support and cannot use torsocks. One such example is Claws Mail,
1729     which uses tsocks since torsocks makes it leak the hostname. This
1730     exception, together with Tor's automatic .onion mapping makes
1731     Claws Mail able to use hidden service mail providers again.
1732   - Force threads locking support in Python DBus binding. Without this
1733     liveusb-creator doesn't work with a PAE-enabled kernel.
1734   - Fix localized search plugins for 'es' and 'pt'
1735   - Fix live-boot's readahead, which caused an unnecessary pause
1736     during boot.
1737   - Factorize GCC wanted / available version numbers in VirtualBox
1738     modules building hook. This, incidentally, fixes a bug caused by
1739     duplication and not updating all instances.
1740   - Fix tordate vs. Tor 0.2.3.x. Since 0.2.3.x Tor doesn't download a
1741     consensus for clocks that are more than 30 days in the past or 2
1742     days in the future (see commits f4c1fa2 and 87622e4 in Tor's git
1743     repo). For such clock skews we set the time to the Tor authority's
1744     cert's valid-after date to ensure that a consensus can be
1745     downloaded.
1747   * Tor
1748   - Update to version 0.2.3.24-rc-1~~squeeze+1, a new major
1749     version. It's not a stable release, but we have been assured by
1750     the Tor developers that this is the right move.
1751   - Stop setting custom value for the Tor LongLivedPorts
1752     setting. Gobby's port was upstreamed in Tor 0.2.3.x.
1754   * Iceweasel
1755   - Update to 10.0.10esr-1+tails1, which has all the anonymity enhancing
1756     patches from the TorBrowser applied.
1757   - Install iceweasel from our own repo, http://deb.tails.boum.org.
1758   - Fix Iceweasel's file associations. No more should you be suggested
1759     to open a PDF in the GIMP.
1761   * htpdate
1762   - Use curl instead of wget, and add a --proxy option passed through
1763     to curl.
1764   - Remove the --fullrequest option, we don't need it anymore.
1765   - Remove --dns-timeout option, we don't need it anymore.
1766   - Change --proxy handling to support Debian Squeeze's curl.
1767   - Clarify what happens if --proxy is not used.
1768   - Compute the median of the diffs more correctly.
1770   * Hardware support
1771   - Update Linux to 3.2.32-1.
1773   * Software
1774   - Update vidalia to 0.2.20-1+tails1.
1775   - Update bundled WhisperBack package to 1.6.2:
1776     * Raise the socket library timeout to 120 seconds
1777     * Use smtplib's timeout parameter
1778     * Fix error output when calling send a 2nd time
1779   - Update liveusb-creator to 3.11.6-3.
1780   - Update i2p to 0.9.2.
1781   - Update tails-persistence-setup to 0.20-1, which should make it
1782     possible to install Tails on large (>= 32 GiB) USB drives.
1783   - Install console-setup and keyboard-configuration from unstable
1784     (required by new initramfs-tools).
1785   - Update tails-greeter to 0.7.3:
1786     * Import pt_BR translation.
1787     * Let langpanel usable during option selection stage
1788     * Print less debugging messages by default
1789     (below are changes in tails-greeter 0.7.2:)
1790     * Use correct test operators.
1791     * Generate language codes of available locales at package build
1792       time.
1793     * Read list of language codes from where we have saved it at
1794       package build time.
1795     * Drop tails-lang-helper, not used anymore.
1796     * Do not compile locales at login time anymore. Tails now ships
1797       locales-all.
1798   - Import live-config{,-sysvinit} 3.0.8-1. live-config >= 3.0.9-1
1799     has basically nothing useful for us, and it migrates to new paths
1800     brought by live-boot 3.0~b7, which we're not ready for yet (see:
1801     todo/newer_live-boot).
1803   * Localization
1804   - Fix Tails specific Iceweasel localization for pt-BR
1805   - Add Japanese input system: scim-anthy.
1806   - whisperback is now also translated into German, Hebrew, Hungarian,
1807     Italian and Korean.
1808   - tails-persistence-setup is now also translated into Arabic.
1809   - tails-greeter is now also translated into Arabic, Hebrew, Basque,
1810     Hungarian, Italian and Chinese.
1812   * Build system
1813   - Catch more errors in during build time:
1814     - Ensure that all local hooks start with 'set -e'.
1815     - Fail hard if adduser fails in local hooks.
1816     - Fail hard if 'rm' fails in local hooks.
1817   - vagrant: Ensure we have the set of Perl packages needed by our
1818     Ikiwiki
1819   - vagrant: Configure live-build to ship with ftp.us.debian.org.
1820     Using cdn.debian.net leads to bad interactions with Tor.
1821   - vagrant: Don't use gzip compression when building from a tag, i.e.
1822     a release.
1823   - vagrant: Optionally use bootstrap stage cache for faster builds
1824     via the 'cache' build option.
1825   - vagrant: Make sure release builds are clean, i.e. they don't use
1826     any potentially dangerous build options.
1827   - vagrant: Disable live-build package caching. This build system is
1828     meant to use an external caching proxy, so live-build's cache just
1829     wastes RAM (for in-memory builds) or disk space.
1830   - vagrant: use aufs magic instead of copying source into tmpfs.
1831     This reduces the amount of RAM required for building Tails in.
1832   - vagrant: Allow in-memory builds when a VM with enough memory is
1833     already started.
1835  -- Tails developers <amnesia@boum.org>  Sat, 10 Nov 2012 12:34:56 +0000
1837 tails (0.13) unstable; urgency=low
1839   * Major new features
1840   - Use white-list/principle of least privelege approach for local services.
1841     Only users that need a certain local (i.e. hosted on loopback) service
1842     (according to our use cases) are granted access to it by our firewall;
1843     all other users are denied access.
1844   - Ship a first version of the incremental update system. Updates are not
1845     currently triggered automatically, but this will allow tests to be done
1846     on larger scales.
1848   * Minor improvements
1849   - Enable four workspaces in the Windows XP camouflage. This allows
1850     users to quickly switch to a more innocent looking workspace in case
1851     they are working on sensitive data and attract unwanted attention.
1852     The workspace switcher applet isn't there, though, since there's no
1853     such thing in Windows XP, so switching is only possible via keyboard
1854     shortcuts.
1855   - Ship with precompiled locales instead of generating them upon login.
1856   - Add support for wireless regulation.
1857   - Use color for Git output, not intended for machine consumption,
1858     written to the terminal.
1859   - Have ttdnsd use OpenDNS. Using Google's DNS servers was very
1860     glitchy, and rarely succeeded when it should. It can probably be
1861     attributed to Google's DNS, which is known to take issue with Tor
1862     exits.
1863   - Upgrade WhisperBack to 1.6, with many UI improvements and new translations.
1864   - Include GDM logs and dmidecode informations in the reports.
1865   - Allow to modify language and layout in the "Advanced options" screen
1866     of the greeter.
1867   - GnuPG: bump cert-digest-algo to SHA512.
1868   - Update torproject.org's APT repo key.
1870   * Bugfixes
1871   - Make Claws Mail save local/POP emails in its dot-directory. The
1872     default is to save them at ~/Mail, which isn't included in our
1873     current Claws Mail persistence preset.
1874   - Fix the System Monitor applet.
1875   - Remove broken ttdnsd from the default DNS resolution loop.
1876   - Hide the 'TailsData' partition in desktop applications.
1877   - Ship unrar-free again, so that the GNOME archive manager knows about
1878     it.
1879   - Ship with an empty whitelist for Noscript.
1880   - Disable FoxyProxy's advertisement on proxy error page.
1881   - Fix slow browsing experience for offline documentation.
1882   - Raise the socket timeout to 120 seconds in WhisperBack.
1883   - Enable the ikiwiki trail plugin for the locally built wiki too.
1885   * Iceweasel
1886   - Upgrade iceweasel to 10.0.6esr-1 (Extended Support Release) and install it
1887     and its dependencies from squeeze-backports.
1889   * Hardware support
1890   - Upgrade Linux to 3.2.23-1.
1892   * Software
1893   - Update tor to version 0.2.2.39.
1894   - Update Iceweasel to version 10.0.7esr-2.
1895   - Update i2p to version 0.9.1.
1897   * Build system
1898   - vagrant: Install Ikiwiki from Debian unstable. The 'mirrorlist'
1899     patches have finally been merged in upstream Ikiwiki. So instead of
1900     building Ikiwiki by hand, we can now install the package directly
1901     from Debian unstable.
1902   - Do not build the ikiwiki forum on the bundled static website copy.
1904  -- Tails developers <amnesia@boum.org>  Mon, 17 Sep 2012 15:19:25 +0200
1906 tails (0.12.1) unstable; urgency=low
1908   This is a brown paper bag release to fix two major problems introduced in
1909   Tails 0.12.
1911   * Iceweasel
1912   - Upgrade Torbutton to 1.4.6.
1913   - Upgrade AdBlock Plus to 2.1.
1914   - Update AdBlock Plus patterns.
1916   * Hardware support
1917   - Upgrade Linux to 3.2.21-3 (linux-image-3.2.0-3-486).
1919   * Software
1920   - Install MAT from Debian backports, drop custom package.
1921   - Install python-pdfrw to re-add PDF support to the MAT.
1922   - Upgrade tails-greeter to 0.7.1, which fixes the race condition that
1923     broke administration password and locale settings on some systems.
1925   * Boot
1926   - Remove the Tails specific plymouth theme. The theme interfers heavily with
1927     the boot process on some hardware.
1929  -- Tails developers <amnesia@boum.org>  Mon, 17 Sep 2012 13:06:03 +0200
1931 tails (0.12) unstable; urgency=low
1933   * Major new features
1934   - Add the Unsafe Web Browser, which has direct access to the Internet and
1935     can be used to login to captive portals.
1936   - The (previously experimental, now deemed stable) Windows camouflage can now
1937     be enabled via a check box in Tails greeter.
1939   * Tor
1940   - Upgrade to 0.2.2.37-1~~squeeze+1.
1942   * Iceweasel
1943   - Upgrade iceweasel to 10.0.5esr-1 (Extended Support Release) and install it
1944     and its dependencies from squeeze-backports.
1945   - Add a bookmark for the offline Tails documentation.
1946   - Update AdBlock patterns.
1948   * Persistence
1949   - Allow using larger USB drives by increasing the mkfs timeout to 10 minutes.
1950   - Tell the user what's going on when the Tails boot device cannot be found.
1952   * Hardware support
1953   - Upgrade Linux to 3.2.20-1 (linux-image-3.2.0-2-amd64).
1955   * Software
1956   - Install rfkill.
1957   - Install torsocks. Note that this makes `torify' use `torsocks' instead of
1958     `tsocks'. The `tsocks' binary is dropped to avoid problems, but remaining
1959     files (the library) are kept since ttdnsd depends on them.
1960   - Fetch live-config-sysvinit from sid so that it matches live-config version.
1961   - Update virtualbox backports to 4.1.10-dfsg-1~bpo60+1.
1962   - Install pciutils (needed by virtualbox-guest-utils).
1963   - Install mousetweaks. This is needed to use the mouse accessibility settings
1964     in System -> Preferences -> Mouse -> Accessibility.
1965   - Install the "hardlink" files deduplicator.
1966   - Do not install cryptkeeper anymore. See todo/remove_cryptkeeper for reason.
1967     Users of cryptkeeper are encouraged to install cryptkeeper via `apt-get
1968     update; apt-get install --yes cryptkeeper`, open their volume and move
1969     their to Tails' built-in persistence instead, as a one-time migration.
1970   - Upgrade I2P to version 0.9.
1971   - Don't install GParted. GNOME Disk Utility has been on par with GParted
1972     since Squeeze was released.
1973   - Upgrade live-boot to 3.0~a27-1+tails2~1.gbp319fe6.
1974   - Upgrade live-config to 3.0~a39-1 and install it from Debian experimental.
1975   - Upgrade tails-greeter to 0.7.
1976   - Upgrade tails-persistence-setup to 0.17-1.
1977   - Install libyaml-libyaml-perl.
1978   - Upgrade MAT, the metadata anonymisation toolkit, 0.3.2-1~bpo60+1.
1979   - Fetch python-pdfrw from backports, drop custom package.
1981   * Internationalization
1982   - The Tails website and documentation now has a (partial) Portuguese
1983     translation.
1985   * Build system
1986   - Tails can now be built without using a HTTP proxy.
1987   - Tails can now easily be built by using Vagrant. See the updated
1988     contribute/build page for instructions.
1990   * Boot
1991   - Remove obsolete noswap boot parameter. live-boot now handles swap on an
1992     opt-in basis.
1993   - The squashfs.sort files generated with boot-profile should now be ok which
1994     makes the generate images boot noticeably faster on optical media. See
1995     bugs/weird_squashfs.sort_entries for more information.
1996   - Set Tails specific syslinux and plymouth themes.
1997   - Add NVidia KMS video drivers to the initrd in order to show our shiny new
1998     plymouth theme on more systems.
2000  -- Tails developers <amnesia@boum.org>  Mon, 11 Jun 2012 13:37:00 +0200
2002 tails (0.11) unstable; urgency=low
2004   * Major new features
2005   - Do not grant the desktop user root credentials by default.
2006   - A graphical boot menu (tails-greeter 0.6.3) allows choosing among
2007     many languages, and setting an optional sudoer password.
2008   - Support opt-in targeted persistence
2009     Â· tails-persistence-setup 0.14-1
2010     Â· live-boot 3.0~a25-1+tails1~5.gbp48d06c
2011     Â· live-config 3.0~a35-1
2012   - USB installer: liveusb-creator 3.11.6-1
2014   * iceweasel
2015   - Install iceweasel 10.0.4esr-1 (Extended Support Release).
2016     Let's stop tracking a too fast moving target.
2017     Debian Wheezy will ship ESR versions.
2018   - Install needed dependencies from squeeze-backports.
2019   - Search plugins:
2020     Â· Remove bing.
2021       bing appeared due to our upgrading iceweasel.
2022       Removing it makes things consistent with the way they have been
2023       until now, that is: let's keep only the general search engines
2024       we've been asked to add, plus Google, and a few specialized ones.
2025     Â· Replace Debian-provided DuckDuckGo search plugin with the "HTML SSL"
2026       one, version 20110219. This is the non-JavaScript, SSL, POST flavour.
2027     Â· Add ixquick.com.
2028     Â· Install localized search engines in the correct place.
2029       No need to copy them around at boot time anymore.
2030     Â· Remove Scroogle. RIP.
2031   - Enable TLS false start, like the TBB does since December.
2032   - Adblock Plus: don't count and save filter hits, supress first run dialog.
2033   - Install neither the GreaseMonkey add-on, nor any GreaseMonkey script.
2034     YouTube's HTML5 opt-in program is over.
2035     HTML5 video support is now autodetected and used.
2037   * Vidalia
2038   - Upgrade to 0.2.17-1+tails1: drop Do-not-warn-about-Tor-version.patch,
2039     applied upstream.
2040   - Set SkipVersionCheck=true.
2041     Thanks to chiiph for implementing this upstream (needs Vidalia 0.2.16+).
2043   * Internationalization
2044   - Install all available iceweasel l10n packages.
2045   - Remove syslinux language choosing menu.
2046     tails-greeter allows choosing a non-English language.
2047   - Add fonts for Hebrew, Thai, Khmer, Lao and Korean languages.
2048   - Add bidi support.
2049   - Setup text console at profile time.
2050     Context: Tails runs with text console autologin on.
2051     These consoles now wait, using a "Press enter to activate this console"
2052     message, for the user. When they press enter in there, they should have chosen
2053     their preferred keyboard layout in tails-greeter by now. Then, we run setupcon.
2054     As a result, the resulting shell is properly localized, and setupcon
2055     sets the correct keyboard layout, both according to the preferences expressed by
2056     the user in tails-greeter.
2057   - Don't use localepurge, don't remove any Scribus translations anymore,
2058     don't localize environment at live-config time:
2059     tails-greeter allows us to support many, many more languages.
2061   * Hardware support
2062   - Linux 3.2.15-1 (linux-image-3.2.0-2-amd64).
2063   - Fix low sound level on MacBook5,2.
2064   - Disable laptop-mode-tools automatic modules. This modules set often
2065     needs some amount of hardware-specific tweaking to work properly.
2066     This makes them rather not well suited for a Live system.
2068   * Software
2069   - Install GNOME keyring.
2070     This is needed so that NetworkManager remembers the WEP/WPA secrets
2071     for the time of a Tails session. Initialize GNOME keyring at user
2072     creation time.
2073   - Install usbutils to have the lsusb command.
2074   - Install the Traverso multitrack audio recorder and editor.
2076   * Miscellaneous
2077   - GNOME Terminal: keep 8192 scrollback lines instead of the smallish
2078     default.
2079   - Replaced tails-wifi initscript with laptop-mode-tools matching feature.
2080   - Disable gdomap service.
2081   - Fetch klibc-utils and libklibc from sid.
2082     The last initramfs-tools depends on these.
2083   - Set root password to "root" if debug=root is passed on the
2084     kernel cmdline. Allow setting root password on kernel cmdline via
2085     rootpw=. Looks like we implemented this feature twice.
2086   - Append a space on the kernel command line. This eases manually adding
2087     more options.
2088   - Rename sudoers.d snippets to match naming scheme.
2089     Sudo credentials that shall be unconditionally granted to the Tails
2090     default user are named zzz_*, to make sure they are applied.
2091   - WhisperBack: also include /var/log/live-persist and
2092     /var/lib/gdm3/tails.persistence.
2093   - Add a wrapper to torify whois.
2094   - Rework the VirtualBox guest modules building hook to support
2095     multiple kernels.
2096   - Consistently wait for nm-applet when waiting for user session to come up.
2097     Waiting for gnome-panel or notification-daemon worked worse.
2098   - Don't start the NetworkManager system service via init.
2099     Some Tails NM hooks need the user to be logged in to run properly.
2100     That's why tails-greeter starts NetworkManager at PostLogin time.
2101   - Also lock /bin/echo into memory. For some reason, kexec-load needs it.
2102   - Pidgin: don't use the OFTC hidden service anymore.
2103     It proved to be quite unreliable, being sometimes down for days.
2104   - Do not display storage volumes on Desktop, by disabling
2105     /apps/nautilus/desktop/volumes_visible GConf entry. Enabling that
2106     GConf setting avoids displaying the bind-mounted persistent
2107     directories on the Desktop, and reduces user confusion. It also is
2108     a first step towards a bigger UI change: GNOME3 does not manage the
2109     Desktop anymore, so volume icons and other Desktop icons are meant to
2110     disappear anyway. It implies we'll have to move all Desktop icons
2111     elsewhere. Let's start this move now: this will smooth the UI change
2112     Wheezy will carry for our users, by applying some of it progressively.
2114   * Build system
2115   - Don't build hybrid ISO images anymore. They boot less reliably on
2116     a variety of hardware, and are made less useful by us shipping
2117     a USB installer from now on.
2118   - Append .conf to live-config configuration filenames:
2119     live-config >3.0~a36-1 only takes into account files named *.conf
2120     in there. Accordingly update scripts that source these files.
2121   - Remove long-obsolete home-refresh script and its configuration.
2123   * Virtualization support
2124   - Support Spice and QXL: install the Spice agent from Debian sid,
2125     install xserver-xorg-video-qxl from squeeze-backports.
2127  -- Tails developers <amnesia@boum.org>  Tue, 17 Apr 2012 14:54:00 +0200
2129 tails (0.10.2) unstable; urgency=low
2131   * Iceweasel
2132   - Update to 10.0.2-1.
2133   - Disable HTTPS-Everywhere's SSL Observatory (plus first-run pop-up).
2134   - Revert "FoxyProxy: don't enclose regexps between ^ and $."
2135     Currently "http://www.i2p2.de" (and everything similar) is captured by
2136     the I2P filter, which is incorrect. It seems isMultiLine="false" does
2137     *not* make RE into ^RE$ any longer.
2138   - Remove file:// from NoScript's exception lists.
2139     This will fix the JavaScript toggles in the local copy of the documentation.
2140   - Update AdBlock patterns.
2142   * Software
2143   - Upgrade I2P to 0.8.13.
2144   - Install libvpx0 from sid.
2145   - Fetch klibc-utils and libklibc from sid.
2146     The last initramfs-tools depends on these.
2148   * Hardware support
2149   - Upgrade Linux kernel to 3.2.7-1.
2150   - Install firmware-libertas.
2151     This adds support for wireless network cards with Marvell Libertas
2152     8xxx chips supported by the libertas_cs, libertas_sdio, libertas_spi,
2153     libertas_tf_usb, mwl8k and usb8xxx drivers.
2155   * Miscellaneous
2156   - Revert "Set time to middle of [valid-after, fresh-until] from consensus."
2157     This reverts commit 18d23a500b9412b4b0fbe4e38a9398eb1a3eadef.
2158     With this vmid clocks that are E minutes back in time may cause issues
2159     (temporary Tor outages) after consensus updates that happen at the
2160     (60-E):th minute or later during any hour. Full analysis:
2161     https://mailman.boum.org/pipermail/tails-dev/2012-January/000873.html
2162   - Add the default user to the vboxsf group.
2163     This will allow the user to get full access to automounted VirtualBox
2164     shared folders as they are mounted with guid vboxsf and rwx group
2165     permissions.
2167  -- Tails developers <amnesia@boum.org>  Thu, 01 Mar 2012 20:26:21 +0100
2169 tails (0.10.1) unstable; urgency=low
2171   * Iceweasel
2172   - Make Startpage the default web search engine. Scroogle does not look
2173     reliable enough these days.
2175   * Software
2176   - Upgrade WhisperBack to 1.5.1 (update link to bug reporting documentation).
2177   - Update MAT to 0.2.2-2~bpo60+1 (fixes a critical bug in the GUI).
2179   * Hardware support
2180   - Upgrade Linux kernel to 3.2.1-2
2182   * Time synchronization
2183     Serious rework that should fix most, if not all, of the infamous
2184     time-sync' related bugs some Tails users have experienced recently.
2185     - Make htpdate more resilient by using three server pools, and
2186       allowing some failure ratio.
2187     - Set time from Tor's unverified-consensus if needed.
2188     - Set time to middle of [valid-after, fresh-until] from consensus.
2189     - Many robustness, performance and fingerprinting-resistance improvements.
2190     - Display time-sync' notification much earlier.
2192   * Miscellaneous
2193   - Fix access to "dumb" git:// protocol by using a connect-socks wrapper
2194     as GIT_PROXY_COMMAND.
2195   - SSH client: fix access to SSH servers on the Internet by correcting
2196     Host / ProxyCommand usage.
2197   - Pidgin: use OFTC hidden service to workaround Tor blocking.
2198   - Claws Mail: disable draft autosaving.
2199     When composing PGP encrypted email, drafts are saved back to
2200     the server in plaintext. This includes both autosaved and manually
2201     saved drafts.
2202   - tails-security-check-wrapper: avoid eating all memory when offline.
2204  -- Tails developers <amnesia@boum.org>  Sat, 28 Jan 2012 10:00:31 +0100
2206 tails (0.10) unstable; urgency=low
2208   * Tor: upgrade to 0.2.2.35-1.
2210   * Iceweasel
2211   - Install Iceweasel 9.0 from the Debian Mozilla team's APT repository.
2212   - Update Torbutton to 1.4.5.1-1.
2213   - Support viewing any YouTube video that is available in HTML5 format:
2214     install xul-ext-greasemonkey and the "Permanently Enable HTML5 on
2215     YouTube" GreaseMonkey script.
2216   - Stop using Polipo in Iceweasel. Its SOCKS support was fixed.
2217   - Install from Debian sid the iceweasel extensions we ship,
2218     for compatibility with FF9.
2219   - Use Scroogle (any languages) instead of Scroogle (English only) when
2220     booted in English. Many users choose English because their own
2221     language is not supported yet; let's not hide them search results in
2222     their own language.
2223   - Install Iceweasel language packs from Debian unstable:
2224     unfortunately they are not shipped on the mozilla.debian.net repository.
2225   - Install the NoScript Firefox extension; configure it the same way as
2226     the TBB does.
2227   - Disable third-party cookies.
2228     They can be used to track users, which is bad. Besides, this is what
2229     TBB has been doing for years.
2230   - FoxyProxy: allow direct connections to RFC1918 IPs.
2232   * Do not transparent proxy outgoing Internet connections through Tor.
2233   - Torify the SSH client using connect-proxy to all IPs but RFC1918 ones.
2234   - Torify APT using Polipo HTTP.
2235   - Torify wget in wgetrc.
2236   - Torify gobby clients using torsocks. It does not support proxies yet.
2237   - Torify tails-security-check using LWP::UserAgent's SOCKS proxy support.
2238   - Fix enabling of GNOME's HTTP proxy.
2240   * Software
2241   - Upgrade Vidalia to 0.2.15-1+tails1.
2242     Â· New upstream release.
2243     Â· Do not warn about Tor version.
2244   - Upgrade MAT to 0.2.2-1~bpo60+1.
2245   - Upgrade VirtualBox guest software to 4.1.6-dfsg-2~bpo60+1,
2246     built against the ABI of X.Org backports.
2247   - Upgrade I2P to 0.8.11 using KillYourTV's Squeeze packages;
2248     additionally, fix its start script that was broken by the tordate merge.
2249   - Install unar (The Unarchiver) instead of the non-free unrar.
2250   - Install Nautilus Wipe instead of custom Nautilus scripts.
2252   * Hardware support
2253   - Upgrade Linux kernel to 3.1.6-1.
2254   - Upgrade to X.Org from squeeze-backports.
2255   - Install more, and more recent b43 firmwares.
2256   - Upgrade barry to 0.15-1.2~bpo60+1.
2258   * Internationalization
2259   - Add basic language support for Russian, Farsi and Vietnamese.
2260   - Install some Indic fonts.
2261   - Install some Russian fonts.
2262   - Add Alt+Shift shortcut to switch keyboard layout.
2264   * Miscellaneous
2265   - Support booting in "Windows XP -like camouflage mode":
2266     Â· Install homebrewn local .debs for a Windows XP look-alike Gnome theme.
2267     Â· Add the "Windows XP Bliss" desktop wallpaper.
2268     Â· Added a script that's sets up Gnome to look like Microsoft Windows XP.
2269     Â· Add Windows XP "camouflage" icons for some programs.
2270     Â· Make Iceweasel use the IE icon when Windows XP camouflage is enabled.
2271     Â· Add special launcher icons for the Windows XP theme so that they're
2272       not too big.
2273   - Decrease Florence focus zoom to 1.2.
2274   - Do not fetch APT translation files. Running apt-get update is heavy enough.
2275   - Add MSN support thanks to msn-pecan.
2276   - Add custom SSH client configuration:
2277     Â· Prefer strong ciphers and MACs.
2278     Â· Enable maximum compression level.
2279     â€¯Â· Explicitly disable X11 forwarding.
2280     Â· Connect as root by default, to prevent fingerprinting when username
2281       was not specified.
2282   - Replace flawed FireGPG with a home-made GnuPG encryption applet;
2283     install a feature-stripped FireGPG that redirects users to
2284     the documentation, and don't run Seahorse applet anymore.
2285   - Enable Seahorse's GnuPG agent.
2286   - Blank screen when lid is closed, rather than shutting down the system.
2287     The shutdown "feature" has caused data losses for too many people, it seems.
2288     There are many other ways a Tails system can be shut down in a hurry
2289     these days.
2290   - Import Tails signing key into the keyring.
2291   - Fix bug in the Pidgin nick generation that resulted in the nick
2292     "XXX_NICK_XXX" once out of twenty.
2293   - Pre-configure the #tor IRC discussion channel in Pidgin.
2294   - Fix "technology preview" of bridge support: it was broken by tordate merge.
2295   - Install dependencies of our USB installer to ease its development.
2296   - Make vidalia NM hook sleep only if Vidalia is already running.
2297   - Reintroduce the htpdate notification, telling users when it's safe
2298     to use Tor Hidden Services.
2299   - htpdate: omit -f argument to not download full pages.
2300   - htpdate: write success file even when not within {min,max}adjust.
2301     Otherwise htpdate will not "succeed" when the time diff is 0 (i.e.
2302     the clock was already correct) so the success file cannot be used
2303     as an indicator that the system time now is correct, which arguably
2304     is its most important purpose.
2306   * Build system
2307   - Name built images according to git tag.
2309  -- Tails developers <tails@boum.org>  Wed, 04 Jan 2012 09:56:38 +0100
2311 tails (0.9) unstable; urgency=low
2313   * Tor
2314   - Upgrade to 0.2.2.34 (fixes CVE-2011-2768, CVE-2011-2769).
2316   * Iceweasel
2317   - Upgrade to 3.5.16-11 (fixes CVE-2011-3647, CVE-2011-3648, CVE-2011-3650).
2318   - Upgrade FireGPG to 0.8-1+tails2: notify users that the FireGPG Text
2319     Editor is the only safe place for performing cryptographic operations,
2320     and make it impossible to do otherwise. Other ways open up several
2321     severe attacks through JavaScript (e.g. leaking plaintext when
2322     decrypting, signing messages written by the attacker).
2323   - Install Cookie Monster extension instead of CS Lite.
2324   - Always ask where to save files.
2325   - Upgrade Torbutton to 1.4.4.1-1, which includes support for the in-browser
2326     "New identity" feature.
2328   * Software
2329   - Install MAT, the metadata anonymisation toolkit.
2330   - Upgrade TrueCrypt to 7.1.
2331   - Upgrade WhisperBack to 1.5~rc1 (leads the user by the hand if an error
2332     occurs while sending the bugreport, proposes to save it after 2 faild
2333     attempts, numerous bugfixes).
2334   - Linux: upgrade to linux-image-3.0.0-2-486 (version 3.0.0-6); fixes
2335     a great number of bugs and security issues.
2337   * Miscellaneous
2338   - Fully rework date and time setting system.
2339   - Remove the htp user firewall exception.
2340   - Saner keyboard layouts for Arabic and Russian.
2341   - Use Plymouth text-only splash screen at boot time.
2342   - Color the init scripts output.
2343   - Suppress Tor's warning about applications doing their own DNS lookups.
2344     This is totally safe due to our Tor enforcement.
2345   - Disable hdparm boot-time service.
2346     We only want hdparm so that laptop-mode-tools can use it.
2347   - Run Claws Mail using torify.
2348     It's not as good as if Claws Mail supported SOCKS proxies itself,
2349     but still better than relying on the transparent netfilter torification.
2350   - Install HPLIP and hpcups for better printing support.
2352   * Erase memory at shutdown
2353   - Run many sdmem instances at once.
2354     In hope of erasing more memory until we come up with a proper fix for
2355     [[bugs/sdmem_does_not_clear_all_memory]].
2356   - Kill gdm3 instead of using its initscript on brutal shutdown.
2357   - Use absolute path to eject for more robust memory wipe on boot medium removal.
2359   * Space savings
2360   - Exclude kernel and initramfs from being put into the SquashFS.
2361     Those files are already shipped where they are needed, that is in the ISO
2362     filesystem. Adapt kexec and memlockd bits.
2363   - Do not ship the GNOME icon theme cache.
2364   - Do not ship .pyc files.
2365   - Do not ship NEWS.Debian.gz files.
2367   * Build system
2368   - Re-implement hook that modifies syslinux config to make future
2369     development easier.
2371  -- Tails developers <amnesia@boum.org>  Tue, 01 Nov 2011 13:26:38 +0100
2373 tails (0.8.1) unstable; urgency=low
2375   * Iceweasel
2376     - Update to 3.5.16-10 (fixes DSA-2313-1).
2377     - FireGPG: force crypto action results to appear in a new window, otherwise
2378       JavaScript can steal decrypted plaintext. Advice: always use FireGPG's
2379       text editor when writing text you want to encrypt. If you write it in a
2380       textbox the plaintext can be stolen through JavaScript before it is
2381       encrypted in the same way.
2382     - Update HTTPS Everywhere extension to 1.0.3-1.
2383     - Stop using the small version of the Tor check page. The small version
2384       incorrectly tells Tails users to upgrade their Torbrowser, which has
2385       confused some users.
2387   * Software
2388     - Update Linux to 3.0.0-2 (fixes DSA-2310-1, CVE-2011-2905, CVE-2011-2909,
2389       CVE-2011-2723, CVE-2011-2699, CVE-2011-1162, CVE-2011-1161).
2390     - Update usb-modeswitch to 1.1.9-2~bpo60+1 and usb-modeswitch-data to
2391       20110805-1~bpo60+1 from Debian backports. This adds support for a few
2392       devices such as Pantech UMW190 CDMA modem.
2393     - Install libregexp-common-perl 2011041701-3 from Debian unstable. This
2394       fixes the bug: [[bugs/msva_does_not_use_configured_keyserver]].
2395     - Install hdparm so the hard drives can be spinned down in order to save
2396       battery power.
2397     - Install barry-util for better BlackBerry integration.
2398     - Debian security upgrades: OpenOffice.org (DSA-2315-1), openjdk-6
2399       (DSA-2311-1), policykit-1 (DSA-2319-1)
2401    * Protecting against memory recovery
2402     - Set more appropriate Linux VM config before wiping memory. These
2403       parameters should make the wipe process more robust and efficient.
2405  -- Tails developers <amnesia@boum.org>  Sun, 16 Oct 2011 11:31:18 +0200
2407 tails (0.8) unstable; urgency=low
2409   * Rebase on the Debian Squeeze 6.0.2.1 point-release.
2411   * Tor
2412     - Update to 0.2.2.33-1.
2413     - Disabled ControlPort in favour of ControlSocket.
2414     - Add port 6523 (Gobby) to Tor's LongLivedPorts list.
2416   * I2P
2417     - Update to 0.8.8.
2418     - Start script now depends on HTP since I2P breaks if the clock jumps or is
2419       too skewed during bootstrap.
2421   * Iceweasel
2422     - Update to 3.5.16-9 (fixes CVE-2011-2374, CVE-2011-2376, CVE-2011-2365,
2423       CVE-2011-2373, CVE-2011-2371, CVE-2011-0083, CVE-2011-2363, CVE-2011-0085,
2424       CVE-2011-2362, CVE-2011-2982, CVE-2011-2981, CVE-2011-2378, CVE-2011-2984,
2425       CVE-2011-2983).
2426     - Enable HTTP pipelining (like TBB).
2427     - Update HTTPS Everywhere extension to 1.0.1-1 from Debian unstable.
2428     - Suppress FoxyProxy update prompts.
2429     - Prevent FoxyProxy from "phoning home" after a detected upgrade.
2430     - Fixed a bunch of buggy regular expressions in FoxyProxy's configuration.
2431       See [[bugs/exploitable_typo_in_url_regex?]] for details. Note that none of
2432       these issues are critical due to the transparent proxy.
2433     - Add DuckDuckGo SSL search engine.
2435   * Torbutton
2436     - Update to torbutton 1.4.3-1 from Debian unstable.
2437     - Don't show Torbutton status in the status bar as it's now displayed in the
2438       toolbar instead.
2440   * Pidgin
2441     - More random looking nicks in pidgin.
2442     - Add IRC account on chat.wikileaks.de:9999.
2444   * HTP
2445     - Upgrade htpdate script (taken from Git 7797fe9) that allows setting wget's
2446       --dns-timeout option.
2448   * Software
2449     - Update Linux to 3.0.0-1. -686 is now deprecated in favour of -486 and
2450       -686-pae; the world is not ready for -pae yet, so we now ship -486.
2451     - Update OpenSSL to 0.9.8o-4squeeze2 (fixes CVE-2011-1945 (revoke
2452       compromised DigiNotar certificates), CVE-2011-1945).
2453     - Update Vidalia to 0.2.14-1+tails1 custom package.
2454     - Install accessibility tools:
2455       - gnome-mag: screen magnifier
2456       - gnome-orca: text-to-speech
2457     - Replace the onBoard virtual keyboard with Florence.
2458     - Install the PiTIVi non-linear audio/video editor.
2459     - Install ttdnsd.
2460     - Install tor-arm.
2461     - Install lzma.
2463   * Arbitrary DNS queries
2464     - Tor can not handle all types of DNS queries, so if the Tor resolver fails
2465       we fallback to ttdnsd. This is now possible with Tor 0.2.2.x, since we
2466       fixed Tor bug #3369.
2468   * Hardware support
2469     - Install ipheth-utils for iPhone tethering.
2470     - Install xserver-xorg-input-vmmouse (for mouse integration with the host OS
2471       in VMWare and KVM).
2472     - Install virtualbox-ose 4.x guest packages from Debian backports.
2474   * Miscellaneous
2475     - Switch gpg to use keys.indymedia.org's hidden service, without SSL.
2476       The keys.indymedia.org SSL certificate is now self-signed. The hidden
2477       service gives a good enough way to authenticate the server and encrypts
2478       the connection, and just removes the certificates management issue.
2479     - The squashfs is now compressed using XZ which reduces the image size quite
2480       drastically.
2481     - Remove Windows autorun.bat and autorun.inf. These files did open a static
2482       copy of our website, which is not accessible any longer.
2484   * Build system
2485     - Use the Git branch instead of the Debian version into the built image's
2486       filename.
2487     - Allow replacing efficient XZ compression with quicker gzip.
2488     - Build and install documentation into the chroot (-> filesystem.squashfs).
2489       Rationale: our static website cannot be copied to a FAT32 filesystem due
2490       to filenames being too long. This means the documentation cannot be
2491       browsed offline from outside Tails. However, our installer creates GPT
2492       hidden partitions, so the doc would not be browseable from outside Tails
2493       anyway. The only usecase we really break by doing so is browsing the
2494       documentation while running a non-Tails system, from a Tails CD.
2496  -- Tails developers <amnesia@boum.org>  Thu, 09 Sep 2011 11:31:18 +0200
2498 tails (0.7.2) unstable; urgency=high
2500   * Iceweasel
2501   - Disable Torbutton's external application launch warning.
2502     ... which advises using Tails. Tails *is* running Tails.
2503   - FoxyProxy: install from Debian instead of the older one we previously
2504     shipped.
2506   * Software
2507   - haveged: install an official Debian backport instead of a custom backport.
2508   - unrar: install the version from Debian's non-free repository.
2509     Users report unrar-free does not work well enough.
2511  -- Tails developers <amnesia@boum.org>  Sun, 12 Jun 2011 15:34:56 +0200
2513 tails (0.7.1) unstable; urgency=high
2515   * Vidalia: new 0.2.12-2+tails1 custom package.
2517   * Iceweasel
2518   - Don't show Foxyproxy's status / icon in FF statusbar to prevent users
2519     from accidentaly / unconsciously put their anonymity at risk.
2520   - "amnesia branding" extension: bump Iceweasel compatibility to 4.0 to ease
2521     development of future releases.
2523   * Software
2524   - Upgrade Linux kernel to Debian's 2.6.32-33: fixes tons of bugs,
2525     including the infamous missing mouse cursor one. Oh, and it closes
2526     a few security holes at well.
2527   - Install unrar-free.
2528   - Do not install pppoeconf (superseeded by NetworkManager).
2529   - Upgrade macchanger to Debian testing package to ease development of
2530     future Tails releases.
2531   - Debian security upgrades: x11-xserver-utils (DSA-2213-1), isc-dhcp
2532     (DSA-2216-1), libmodplug (DSA-2226-1), openjdk-6 (DSA-2224-1).
2534   * Protecting against memory recovery
2535   - Add Italian translation for tails-kexec. Thanks to Marco A. Calamari.
2536   - Make it clear what it may mean if the system does not power off
2537     automatically.
2538   - Use kexec's --reset-vga option that might fix display corruption issues
2539     on some hardware.
2541   * WhisperBack (encrypted bug reporting software)
2542   - Upgrade WhisperBack to 1.4.1:
2543     localizes the documentation wiki's URL,
2544     uses WebKit to display the bug reporting help page,
2545     now is usable on really small screens.
2546   - Extract wiki's supported languages at build time, save this
2547     information to /etc/amnesia/environment, source this file into the
2548     Live user's environment so that WhisperBack 1.4+ can make good use
2549     of it.
2551   * Miscellaneous
2552   - Fix boot in Chinese.
2553   - Install mobile-broadband-provider-info for better 3G support.
2554   - Add back GNOME system icons to menus.
2555   - tails-security-check: avoid generating double-slashes in the Atom
2556     feeds URL.
2557   - Remove "vga=788" boot parameter which breaks the boot on some hardware.
2558   - Remove now useless "splash" boot parameter.
2559   - Fix a bunch of i386-isms.
2560   - Pass the noswap option to the kernel. This does not change actual Tails
2561     behaviour but prevents users from unnecessarily worrying because of 
2562     the "Activating swap" boot message.
2563   - Make use of check.torproject.org's Arabic version.
2565   * Build system
2566   - Enable squeeze-backports. It is now ready and will be used soon.
2567   - Install eatmydata in the chroot.
2568   - Convert ikiwiki setup files to YAML.
2570  -- Tails developers <amnesia@boum.org>  Fri, 29 Apr 2011 17:14:53 +0200
2572 tails (0.7) unstable; urgency=low
2574   * Hardware support
2575   - Install foomatic-filters-ppds to support more printers.
2576   - Give the default user the right to manage printers.
2578   * Software
2579   - Deinstall unwanted packages newly pulled by recent live-build.
2580   
2581  -- Tails developers <amnesia@boum.org>  Wed, 06 Apr 2011 22:58:51 +0200
2583 tails (0.7~rc2) unstable; urgency=low
2585   ** SNAPSHOT build @824f39248a08f9e190146980fb1eb0e55d483d71 **
2587   * Rebase on Debian Squeeze 6.0.1 point-release.
2588   
2589   * Vidalia: new 0.2.10-3+tails5 custom package..
2591   * Hardware support
2592   - Install usb-modeswitch and modemmanager to support mobile broadband
2593     devices such as 3G USB dongles. Thanks to Marco A. Calamari for the
2594     suggestion.
2596   * Misc
2597   - Website relocated to https://tails.boum.org/ => adapt various places.
2598   - Configure keyboard layout accordingly to the chosen language for
2599     Italian and Portuguese.
2601  -- Tails developers <amnesia@boum.org>  Fri, 25 Mar 2011 15:44:25 +0100
2603 tails (0.7~rc1) UNRELEASED; urgency=low
2605   ** SNAPSHOT build @98987f111fc097a699b526eeaef46bc75be5290a **
2607   * Rebase on Debian Squeeze.
2609   * T(A)ILS has been renamed to Tails.
2610   
2611   * Protecting against memory recovery
2612     New, safer way to wipe memory on shutdown which is now also used when
2613     the boot media is physically removed.
2615   * Tor
2616   - Update to 0.2.1.30-1.
2618   * Iceweasel
2619   - Add HTTPS Everywhere 0.9.4 extension.
2620   - Better preserve Anonymity Set: spoof US English Browser and timezone
2621     the same way as the Tor Browser Bundle, disable favicons and picture
2622     iconification.
2623   - Install AdBlock Plus extension from Debian.
2624   - Add Tor-related bookmarks.
2625   - Support FTP, thanks to FoxyProxy.
2626   - Update AdBlock patterns.
2627   - Disable geolocation and the offline cache.
2629   * Software
2630   - Update Vidalia to 0.2.10-3+tails4.
2631   - Install gnome-disk-utility (Palimpsest) and Seahorse plugins.
2632   - Add opt-in i2p support with Iceweasel integration through FoxyProxy.
2633   - onBoard: fix "really quits when clicking the close window icon" bug.
2634   - Optionally install TrueCrypt at boot time.
2635   - Install laptop-mode-tools for better use of battery-powered hardware.
2636   - Replace xsane with simple-scan which is part of GNOME and way easier
2637     to use.
2638   - Upgrade WhisperBack to 1.3.1 (bugfixes, French translation).
2639   - Install scribus-ng instead of scribus. It is far less buggy in Squeeze.
2640   
2641   * Firewall
2642   - Drop incoming packets by default.
2643   - Forbid queries to DNS resolvers on the LAN.
2644   - Set output policy to drop (defense-in-depth).
2646   * Hardware support
2647   - Install Atheros and Broadcom wireless firmwares.
2648   - Install libsane-hpaio and sane-utils, respectively needed for
2649     multi-function peripherals and some SCSI scanners.
2651   * live-boot 2.0.15-1+tails1.35f1a14
2652   - Cherry-pick our fromiso= bugfixes from upstream 3.x branch.
2654   * Miscellaneous
2655   - Many tiny user interface improvements.
2656   - More robust HTP time synchronization wrt. network failures.
2657     Also, display the logs when the clock synchronization fails.
2658   - Disable GNOME automatic media mounting and opening to protect against
2659     a class of attacks that was recently put under the spotlights.
2660     Also, this feature was breaking the "no trace is left on local
2661     storage devices unless explicitly asked" part of Tails specification.
2662   - Make configuration more similar to the Tor Browser Bundle's one.
2663   - GnuPG: default to stronger digest algorithms.
2664   - Many more or less proper hacks to get the built image size under 700MB.
2665   - Compress the initramfs using LZMA for faster boot.
2667   * Build system
2668   - Run lb build inside eatmydata fsync-less environment to greatly improve
2669     build time.
2671  -- Tails developers <amnesia@boum.org>  Fri, 11 Mar 2011 15:52:19 +0100
2673 tails (0.6.2) unstable; urgency=high
2675   * Tor: upgrade to 0.2.1.29 (fixes CVE-2011-0427).
2676   * Software
2677   - Upgrade Linux kernel, dpkg, libc6, NSS, OpenSSL, libxml2 (fixes various
2678     security issues).
2679   - Upgrade Claws Mail to 3.7.6 (new backport).
2680   - Install Liferea, tcpdump and tcpflow.
2681   * Seahorse: use hkp:// transport as it does not support hkps://.
2682   * FireGPG: use hkps:// to connect to the configured keyserver.
2683   * Build system: take note of the Debian Live tools versions being used
2684     to make next point-release process faster.
2685   * APT: don't ship package indices.
2687  -- T(A)ILS developers <amnesia@boum.org>  Wed, 19 Jan 2011 16:59:43 +0100
2689 tails (0.6.1) unstable; urgency=low
2691   * Tor: upgrade to 0.1.28 (fixes CVE-2010-1676)
2692   * Software: upgrade NSS, Xulrunner, glibc (fixes various security issues)
2693   * FireGPG: use the same keyserver as the one configured in gpg.conf.
2694   * Seahorse: use same keyserver as in gpg.conf.
2695   * HTP: display the logs when the clock synchronization fails.
2696   * Update HTP configuration: www.google.com now redirects to
2697     encrypted.google.com.
2698   * Use the light version of the "Are you using Tor?" webpage.
2699   * Update AdBlock patterns.
2701  -- T(A)ILS developers <amnesia@boum.org>  Fri, 24 Dec 2010 13:28:29 +0100
2703 tails (0.6) unstable; urgency=low
2705   * Releasing 0.6.
2707   * New OpenPGP signing-only key. Details are on the website:
2708     https://amnesia.boum.org/GnuPG_key/
2710   * Iceweasel
2711   - Fixed torbutton has migrated to testing, remove custom package.
2713   * HTP
2714   - Query ssl.scroogle.org instead of lists.debian.org.
2715   - Don't run when the interface that has gone up is the loopback one.
2717   * Nautilus scripts
2718   - Add shortcut to securely erase free space in a partition.
2719   - The nautilus-wipe shortcut user interface is now translatable.
2721   * Misc
2722   - Really fix virtualization warning display.
2723   - More accurate APT pinning.
2724   - Disable Debian sid APT source again since a fixed live-config has
2725     migrated to Squeeze since then.
2727   * live-boot: upgrade to 2.0.8-1+tails1.13926a
2728   - Sometimes fixes the smem at shutdown bug.
2729   - Now possible to create a second partition on the USB stick T(A)ILS is
2730     running from.
2732   * Hardware support
2733   - Support RT2860 wireless chipsets by installing firmware-ralink from
2734     Debian Backports.
2735   - Install firmware-linux-nonfree from backports.
2736   - Fix b43 wireless chipsets by having b43-fwcutter extract firmwares at
2737     build time.
2739   * Build system
2740   - Install live-build and live-helper from Squeeze.
2741   - Update SquashFS sort file.
2743  -- T(A)ILS developers <amnesia@boum.org>  Wed, 20 Oct 2010 19:53:17 +0200
2745 tails (0.6~rc3) UNRELEASED; urgency=low
2747   ** SNAPSHOT build @a3ebb6c775d83d1a1448bc917a9f0995df93e44d **
2749   * Iceweasel
2750   - Autostart Iceweasel with the GNOME session. This workarounds the
2751     "Iceweasel first page is not loaded" bug.
2752   
2753   * HTP
2754   - Upgrade htpdate script (taken from Git 7797fe9).
2756   * Misc
2757   - Disable ssh-agent auto-starting with X session: gnome-keyring is
2758     more user-friendly.
2759   - Fix virtualization warning display.
2760   - Boot profile hook: write desktop file to /etc/skel.
2762   * Build system
2763   - Convert build system to live-build 2.0.1.
2764   - APT: fetch live-build and live-helper from Debian Live snapshots.
2765   - Remove dependency on live-build functions in chroot_local-hooks.
2766     This makes the build environment more robust and less dependent on
2767     live-build internals.
2768   - Remove hand-made rcS.d/S41tails-wifi: a hook now does this.
2769   - Measure time used by the lh build command.
2770   - Fix boot profile hook.
2771   - Boot profiling: wait a bit more: the current list does not include
2772     /usr/sbin/tor.
2774  -- T(A)ILS developers <amnesia@boum.org>  Sat, 02 Oct 2010 23:06:46 +0200
2776 tails (0.6~rc2) UNRELEASED; urgency=low
2778   ** SNAPSHOT build @c0ca0760ff577a1e797cdddf0e95c5d62a986ec8 **
2780   * Iceweasel
2781   - Refreshed AdBlock patterns (20100926).
2782   - Set network.dns.disableIPv6 to true (untested yet)
2783   - Torbutton: install patched 1.2.5-1+tails1 to fix the User-Agent bug,
2784     disable extensions.torbutton.spoof_english again.
2786   * Software
2787   - WhisperBack: upgrade to 1.3~beta3 (main change:  let the user provide
2788     optional email address and OpenPGP key).
2789   - Remove mc.
2790   - Update haveged backport to 0.9-3~amnesia+lenny1.
2791   - Update live-boot custom packages (2.0.6-1+tails1.6797e8): fixes bugs
2792     in persistency and smem-on-shutdown.
2793   - Update custom htpdate script. Taken from commit d778a6094cb3 in our
2794     custom Git repository:  fixes setting of date/time.
2796   * Build system
2797   - Bugfix: failed builds are now (hopefully) detected.
2798   - Fix permissions on files in /etc/apt/ that are preserved in the image.
2799   - Install version 2.0~a21-1 of live-build and live-helper in the image.
2800     We are too late in the release process to upgrade to current Squeeze
2801     version (2.0~a29-1).
2803   * Misc
2804   - Pidgin/OTR: disable the automatic OTR initiation and OTR requirement.
2806  -- T(A)ILS developers <amnesia@boum.org>  Wed, 29 Sep 2010 19:23:17 +0200
2808 tails (0.6~1.gbpef2878) UNRELEASED; urgency=low
2810   ** SNAPSHOT build @ef28782a0bf58004397b5fd303f938cc7d11ddaa **
2812   * Hardware support
2813   - Use a 2.6.32 kernel: linux-image-2.6.32-bpo.5-686 (2.6.32-23~bpo50+1)
2814     from backports.org. This should support far more hardware and
2815     especially a lot of wireless adapters.
2816   - Add firmware for RTL8192 wireless adapters.
2817   - Enable power management on all wireless interfaces on boot.
2819   * Software
2820   - Install inkscape.
2821   - Install poedit.
2822   - Install gfshare and ssss: two complementary implementations
2823     of Shamir's Secret Sharing.
2824   - Install tor-geoipdb.
2825   - Remove dialog, mc and xterm.
2827   * Iceweasel
2828   - Set extensions.torbutton.spoof_english to its default true value
2829     in order to workaround a security issue:
2830     https://amnesia.boum.org/security/Iceweasel_exposes_a_rare_User-Agent/
2832   * Monkeysphere
2833   - Install the Iceweasel extension.
2834   - Use a hkps:// keyserver.
2836   * GnuPG
2837   - Install gnupg from backports.org so that hkps:// is supported.
2838   - Use a hkps:// keyserver.
2839   - Proxy traffic via polipo.
2840   - Prefer up-to-date digests and ciphers.
2842   * Vidalia: rebased our custom package against 0.2.10.
2844   * Build system
2845   - Built images are now named like this:
2846     tails-i386-lenny-0.5-20100925.iso
2847   - Use live-helper support for isohybrid options instead of doing the
2848     conversion ourselves. The default binary image type we build is now
2849     iso-hybrid.
2850   - Remove .deb built by m-a after they have been installed.
2851   - Setup custom GConf settings at build time rather than at boot time.
2852   - Move $HOME files to /etc/skel and let adduser deal with permissions.
2853   - Convert to live-boot / live-config / live-build 2.x branches.
2854   - Replaced our custom live-initramfs with a custom live-boot package;
2855     included version is 2.0.5-1+tails2.6797e8 from our Git repository:
2856     git clone git://git.immerda.ch/tails_live-boot.git
2857   - Install live-config* from the live-snapshots Lenny repository.
2858     Rationale: live-config binary packages differ depending on the target
2859     distribution, so that using Squeeze's live-config does not produce
2860     fully-working Lenny images.
2861   - Rename custom scripts, packages lists and syslinux menu entries from
2862     the amnesia-* namespace to the tails-* one.
2864   * HTP
2865   - Use (authenticated) HTP instead of NTP.
2866   - The htpdate script that is used comes from commit 43f5f83c0 in our
2867     custom repository:  git://git.immerda.ch/tails_htp.git
2868   - Start Tor and Vidalia only once HTP is done.
2870   * Misc
2871   - Fix IPv6 firewall restore file. It was previously not used at all.
2872   - Use ftp.us.debian.org instead of the buggy GeoIP-powered
2873     cdn.debian.net.
2874   - Gedit: don't autocreate backup copies.
2875   - Build images with syslinux>=4.01 that has better isohybrid support.
2876   - amnesia-security-check: got rid of the dependency on File::Slurp.
2877   - Take into account the migration of backports.org to backports.debian.org.
2878   - Make GnuPG key import errors fatal on boot.
2879   - Warn the user when T(A)ILS is running inside a virtual machine.
2880   - DNS cache: forget automapped .onion:s on Tor restart.
2882   * Documentation: imported Incognito's walkthrough, converted to
2883     Markdown, started the needed adaptation work.
2885  -- T(A)ILS developers <amnesia@boum.org>  Sun, 26 Sep 2010 11:06:50 +0200
2887 tails (0.5) unstable; urgency=low
2889   * The project has merged efforts with Incognito.
2890     It is now to be called "The (Amnesic) Incognito Live System".
2891     In short: T(A)ILS.
2893   * Community
2894   - Created the amnesia-news mailing-list.
2895   - Added a forum to the website.
2896   - Created a chatroom on IRC: #tails on irc.oftc.net
2898   * Fixed bugs
2899   - Workaround nasty NetworkManager vs. Tor bug that often
2900     prevented the system to connect to the Tor network: restart Tor and Vidalia
2901     when a network interface goes up.
2902   - onBoard now autodetects the keyboard layout... at least once some
2903     keys have been pressed.
2904   - New windows don't open in background anymore, thanks to
2905     a patched Metacity.
2906   - Memory wiping at shutdown is now lightning fast, and does not prevent
2907     the computer to halt anymore.
2908   - GNOME panel icons are right-aligned again.
2909   - Fixed permissions on APT config files.
2910   - Repaired mouse integration when running inside VirtualBox.
2912   * Iceweasel
2913   - Torbutton: redirect to Scroogle when presented a Google captcha.
2914   - Revamped bookmarks
2915       . moved T(A)ILS own website to the personal toolbar
2916       . moved webmail links (that are expected to be more than 3 soon)
2917         to a dedicated folder.
2918   - Don't show AdBlock Plus icon in the toolbar.
2919   - Adblock Plus: updated patterns, configured to only update subscriptions
2920     once a year. Which means never, hopefully, as users do update their
2921     Live system on a regular basis, don't they?
2923   * Vidalia: rebased our custom package against 0.2.8.
2924   
2925   * Claws Mail
2926   - Install Claws Mail from backports.org to use the X.509 CA
2927     certificates provided by Debian.
2928   - Enable PGP modules with basic configuration:
2929       . Automatically check signatures.
2930       . Use gpg-agent to manage passwords.
2931       . Display warning on start-up if GnuPG doesn't work.
2932   - Set the IO timeout to 120s (i.e. the double of the default 60s).
2933   
2934   * Pidgin
2935   - Automatically connect to irc.oftc.net with a randomized nickname,
2936     so as not to advertize the use of T(A)ILS; this nickname is made of:
2937      . a random firstname picked from the 2000 most registered by the U.S.
2938        social security administration in the 70s;
2939      . two random digits.
2940     Good old irc.indymedia.org is still configured - with same nickname -
2941     but is not enabled by default anymore.
2942   - Disabled MSN support, that is far too often affected by security flaws.
2944   * Build $HOME programmatically
2945   - Migrated all GConf settings, including the GNOME panel configuration,
2946     to XML files that are loaded at boot time.
2947   - Configure iceweasel profile skeleton in /etc/iceweasel.
2948     A brand new profile is setup from this skeleton once iceweasel is
2949     started after boot.
2950       . build sqlite files at build time from plain SQL.
2951       . FireGPG: hard-code current firegpg version at build time to prevent
2952         the extension to think it was just updated.
2953       . stop shipping binary NSS files. These were here only to
2954         install CaCert's certificate, that is actually shipped by Debian's
2955         patched libnss.
2956   
2957   * Build system
2958   - Updated Debian Live snapshots APT repository URL.
2959   - Purge all devel packages at the end of the chroot configuration.
2960   - Make sure the hook that fixes permissions runs last.
2961   - Remove unwanted Iceweasel search plugins at build time.
2962   
2963   * Misc
2964   - Added a progress bar for boot time file readahead.
2965   - Readahead more (~37MB) stuff in foreground at boot time.
2966   - Make the APT pinning persist in the Live image.
2967   - localepurge: keep locales for all supported languages,
2968     don't bother when installing new packages.
2969   - Removed syslinux help menu: these help pages are either buggy or
2970     not understandable by non-geeks.
2971   - Fixed Windows autorun.
2972   - Disable a few live-initramfs scripts to improve boot time.
2973   - Firewall: forbid any IPv6 communication with the outside.
2974   - Virtualization support: install open-vm-tools.
2975   - WhisperBack: updated to 1.2.1, add a random bug ID to the sent
2976     mail subject.
2977   - Prompt for CD removal on shutdown, not for USB device.
2979   * live-initramfs: new package built from our Git (e2890a04ff) repository.
2980   - Merged upstream changes up to 1.177.2-1.
2981   - New noprompt=usb feature.
2982   - Fix buggy memory wiping and shutdown.
2983   - Really reboot when asked, rather than shutting down the system.
2985   * onBoard
2986   - Upgraded to a new custom, patched package (0.93.0-0ubuntu4~amnesia1).
2987   - Added an entry in the Applications menu.
2988   
2989   * Software
2990   - Install vim-nox with basic configuration
2991   - Install pwgen
2992   - Install monkeysphere and msva-perl
2993   - Replaced randomsound with haveged as an additional source of entropy.
2995   * Hardware support
2996   - Build ralink rt2570 wifi modules.
2997   - Build rt2860 wifi modules from Squeeze. This supports the RT2860
2998     wireless adapter, found particularly in the ASUS EeePC model 901
2999     and above.
3000   - Build broadcom-sta-source wifi modules.
3001   - Bugfix: cpufreq modules were not properly added to /etc/modules.
3002   - Use 800x600 mode on boot rather than 1024x768 for compatibility
3003     with smaller displays.
3005  -- amnesia <amnesia@boum.org>  Fri, 30 Apr 2010 16:14:13 +0200
3007 amnesia (0.4.2) unstable; urgency=low
3009   New release, mainly aimed at fixing live-initramfs security issue
3010   (Debian bug #568750), with an additional set of small enhancements as
3011   a bonus.
3013   * live-initramfs: new custom package built from our own live-initramfs
3014     Git repository (commit 8b96e5a6cf8abc)
3015   - based on new 1.173.1-1 upstream release
3016   - fixed live-media=removable behaviour so that filesystem images found
3017     on non-removable storage are really never used (Debian bug #568750)
3019   * Vidalia: bring back our UI customizations (0.2.7-1~lenny+amnesia1)
3021   * APT: consistently use the GeoIP-powered cdn.debian.net
3023   * Software: make room so that {alpha, future} Squeeze images fit on
3024     700MB CD-ROM
3025   - only install OpenOffice.org's calc, draw, impress, math and writer
3026     components
3027   - removed OpenOffice.org's English hyphenation and thesaurus
3028   - removed hunspell, wonder why it was ever added
3030   * Boot
3031   - explicitly disable persistence, better safe than sorry
3032   - removed compulsory 15s timeout, live-initramfs knows how to wait for
3033     the Live media to be ready
3035   * Build system: don't cache rootfs anymore
3037  -- amnesia <amnesia@boum.org>  Sun, 07 Feb 2010 18:28:16 +0100
3039 amnesia (0.4.1) unstable; urgency=low
3041   * Brown paper bag bugfix release: have amnesia-security-check use
3042     entries publication time, rather than update time... else tagging
3043     a security issue as fixed, after releasing a new version, make this
3044     issue be announced to every user of this new, fixed version.
3046  -- amnesia <amnesia@boum.org>  Sat, 06 Feb 2010 03:58:41 +0100
3048 amnesia (0.4) unstable; urgency=low
3050   * We now only build and ship "Hybrid" ISO images, which can be either
3051     burnt on CD-ROM or dd'd to a USB stick or hard disk.
3053   * l10n: we now build and ship multilingual images; initially supported
3054     (or rather wanna-be-supported) languages are: ar, zh, de, en, fr, it,
3055     pt, es
3056   - install Iceweasel's and OpenOffice.org's l10n packages for every
3057     supported language
3058   - stop installing localized help for OpenOffice.org, we can't afford it
3059     for enough languages
3060   - when possible, Iceweasel's homepage and default search engine are localized
3061   - added Iceweasel's "any language" Scroogle SSL search engine
3062   - when the documentation icon is clicked, display the local wiki in
3063     currently used language, if available
3064   - the Nautilus wipe script is now translatable
3065   - added gnome-keyboard-applet to the Gnome panel
3067   * software
3068   - replaced Icedove with claws mail, in a bit rough way; see
3069     https://amnesia.boum.org/todo/replace_icedove_with_claws/ for best
3070     practices and configuration advices
3071   - virtual keyboard: install onBoard instead of kvkbd
3072   - Tor controller: install Vidalia instead of TorK
3073   - install only chosen parts of Gnome, rather than gnome-desktop-environment
3074   - do not install xdialog, which is unused and not in Squeeze
3075   - stop installing grub as it breaks Squeeze builds (see Debian bug #467620)
3076   - install live-helper from snapshots repository into the Live image
3078   * Iceweasel
3079   - do not install the NoScript extension anymore: it is not strictly
3080     necessary but bloodily annoying
3082   * Provide WhisperBack 1.2 for anonymous, GnuPG-encrypted bug reporting.
3083   - added dependency on python-gnutls
3084   - install the SMTP hidden relay's certificate
3086   * amnesia-security-check: new program that tells users that the amnesia
3087     version they are running is affected by security flaws, and which ones
3088     they are; this program is run at Gnome session startup, after sleeping
3089     2 minutes to let Tor a chance to initialize.
3090     Technical details:
3091   - Perl
3092   - uses the Desktop Notifications framework
3093   - fetches the security atom feed from the wiki
3094   - verifies the server certificate against its known CA
3095   - tries fetching the localized feed; if it fails, fetch the default
3096     (English) feed
3098   * live-initramfs: new custom package built from our own live-initramfs
3099     Git repository (commit 40e957c4b89099e06421)
3100   - at shutdown time, ask the user to unplug the CD / USB stick, then run
3101     smem, wait for it to finish, then attempt to immediately halt
3103   * build system
3104   - bumped dependency on live-helper to >= 2.0a6 and adapted our config
3105   - generate hybrid ISO images by default, when installed syslinux is
3106     recent enough
3107   - stop trying to support building several images in a row, it is still
3108     broken and less needed now that we ship hybrid ISO images
3109   - scripts/config: specify distribution when initializing defaults
3110   - updated Debian Live APT repository's signing key
3112   * PowerPC
3113   - disable virtualbox packages installing and module building on !i386
3114     && !amd64, as PowerPC is not a supported guest architecture
3115   - built and imported tor_0.2.1.20-1~~lenny+1_powerpc.deb
3117   * Squeeze
3118   - rough beginnings of a scratch Squeeze branch, currently unsupported
3119   - install gobby-infinote
3121   * misc
3122   - updated GnuPG key with up-to-date signatures
3123   - more improvements on boot time from CD
3124   - enhanced the wipe in Nautilus UI (now asks for confirmation and
3125     reports success or failure)
3126   - removed the "restart Tor" launcher from the Gnome panel
3128  -- amnesia <amnesia@boum.org>  Fri, 05 Feb 2010 22:28:04 +0100
3130 amnesia (0.3) unstable; urgency=low
3132   * software: removed openvpn, added
3133   - Audacity
3134   - cups
3135   - Git
3136   - Gobby
3137   - GParted
3138   - lvm2 (with disabled initscript as it slows-down too much the boot in certain
3139     circumstances)
3140   - NetworkManager 0.7 (from backports.org) to support non-DHCP networking
3141   - ntfsprogs
3142   - randomsound to enhance the kernel's random pool
3143   * Tor
3144   - install the latest stable release from deb.torproject.org
3145   - ifupdown script now uses SIGHUP signal rather than a whole tor
3146     restart, so that in the middle of it vidalia won't start it's own
3147     tor
3148   - configure Gnome proxy to use Tor
3149   * iceweasel
3150   - adblockplus: upgraded to 1.0.2
3151   - adblockplus: subscribe to US and DE EasyList extensions, updated patterns
3152   - firegpg is now installed from Debian Squeeze rather than manually; current
3153     version is then 0.7.10
3154   - firegpg: use better keyserver ... namely pool.sks-keyservers.net
3155   - added bookmark to Amnesia's own website
3156   - use a custom "amnesiabranding" extension to localize the default search
3157     engine and homepage depending on the current locale
3158   - updated noscript whitelist
3159   - disable overriden homepage redirect on iceweasel upgrade
3160   * pidgin
3161   - nicer default configuration with verified irc.indymedia.org's SSL cert
3162   - do not parse incoming messages for formatting
3163   - hide formatting toolbar
3164   * hardware compatibility
3165   - b43-fwcutter
3166   - beginning of support for the ppc architecture
3167   - load acpi-cpufreq, cpufreq_ondemand and cpufreq_powersave kernel
3168     modules
3169   * live-initramfs: custom, updated package based on upstream's 1.157.4-1, built
3170     from commit b0a4265f9f30bad945da of amnesia's custom live-initramfs Git
3171     repository
3172   - securely erases RAM on shutdown using smem
3173   - fixes the noprompt bug when running from USB
3174   - disables local swap partitions usage, wrongly enabled by upstream
3175   * fully support for running as a guest system in VirtualBox
3176   - install guest utils and X11 drivers
3177   - build virtualbox-ose kernel modules at image build time
3178   * documentation
3179   - new (translatable) wiki, using ikiwiki, with integrated bugs and todo
3180     tracking system a static version of the wiki is included in generated
3181     images and linked from the Desktop
3182   * build system
3183   - adapt for live-helper 2.0, and depend on it
3184   - get amnesia version from debian/changelog
3185   - include the full version in ISO volume name
3186   - save .list, .packages and .buildlog
3187   - scripts/clean: cleanup any created dir in binary_local-includes
3188   - updated Debian Live snapshot packages repository URL and signing key
3189   - remove duplicated apt/preferences file, the live-helper bug has been
3190     fixed
3191   * l10n: beginning of support for --language=en
3192   * misc
3193   - improved boot time on CD by ordering files in the squashfs in the order they
3194     are used during boot
3195   - added a amnesia-version script to built images, that outputs the current
3196     image's version
3197   - added a amnesia-debug script that prepares a tarball with information that
3198     could be useful for developpers
3199   - updated Amnesia GnuPG key to a new 4096R one
3200   - set time with NTP when a network interface is brought up
3201   - import amnesia's GnuPG pubkey into the live session user's keyring
3202   - do not ask DHCP for a specific hostname
3203   - install localepurge, only keep en, fr, de and es locales, which reduces the
3204     generated images' size by 100MB
3205   - added a hook to replace /sbin/swapon with a script that only runs
3206     /bin/true
3207   - moved networking hooks responsibility from ifupdown to NetworkManager
3209  -- amnesia <amnesia@boum.org>  Thu, 26 Nov 2009 11:17:08 +0100
3211 amnesia (0.2) unstable; urgency=low
3213   * imported /home/amnesia, then:
3214   - more user-friendly shell, umask 077
3215   - updated panel, added launcher to restart Tor
3216   - mv $HOME/bin/* /usr/local/bin/
3217   - removed metacity sessions
3218   - removed gstreamer's registry, better keep this dynamically updated
3219   - rm .qt/qt_plugins_3.3rc, better keep this dynamically updated
3220   - removed .gnome/gnome-vfs/.trash_entry_cache
3221   - removed kconf_update log
3222   - removed and excluded Epiphany configuration (not installed)
3223   - cleanup .kde
3224   * iceweasel
3225   - enable caching in RAM
3226   - explicitly disable ssl v2, and enable ssl v3 + tls
3227   - removed prefs for the non-installed webdeveloper
3228   - removed the SSL Blacklist extension (not so useful, licensing issues)
3229   - deep profile directory cleanup
3230   - extensions cleanup: prefer Debian-packaged ones, cleanly reinstalled
3231     AddBlock Plus and CS Lite to allow upgrading them
3232   - updated pluginreg.dat and localstore.rdf
3233   - moved some settings to user.js
3234   - made cookie/JavaScript whitelists more consistent
3235   - force httpS on whitelisted sites
3236   - NoScript: marked google and gmail as untrusted
3237   - some user interface tweaks, mainly for NoScript
3238   - FireGPG: disable the buggy auto-detection feature, the link to firegpg's
3239     homepage in generated pgp messages and the GMail interface (which won't
3240     work without JavaScript anyway)
3241   - updated blocklist.xml
3242   - removed and excluded a bunch of files in the profile directory
3243   * icedove: clean the profile directory up just like we did for iceweasel
3244   * software: install msmtp and mutt
3245   * home-refresh
3246   - use rsync rather than tar
3247   * documentation
3248   - various fixes
3249   - reviewed pidgin-otr security (see TODO)
3250   * build system
3251   - stop calling home-refresh in lh_build
3252   - include home-refresh in generated images
3253   - gitignore update
3254   - fix permissions on local includes at build time
3255   - updated scripts/{build,clean} wrt. new $HOME handling
3256   - scripts/{build,config}: stop guessing BASEDIR, we must be run from
3257     the root of the source directory anyway
3258   - stop storing /etc/amnesia/version in Git, delete it at clean time
3259   * release
3260   - converted Changelog to the Debian format and location, updated
3261     build scripts accordingly
3262   - added a README symlink at the root of the source directory
3263   - basic debian/ directory (not working for building packages yet,
3264     but at least we can now use git-dch)
3265   - added debian/gbp.conf with our custom options for git-dch
3266   - config/amnesia: introduce new $AMNESIA_DEV_* variables to be used
3267     by developpers' scripts
3268   - added ./release script: a wrapper around git-dch, git-commit and git-tag
3270  -- amnesia <amnesia@boum.org>  Tue, 23 Jun 2009 14:42:03 +0200
3272 amnesia (0.1) UNRELEASED; urgency=low
3274   * Forked Privatix 9.03.15, by Markus Mandalka:
3275   http://mandalka.name/privatix/index.html.en
3276   Everything has since been rewritten or so heavily changed that nothing
3277   remains from the original code... apart of a bunch of Gnome settings.
3278   * hardware support:
3279   - install a bunch of non-free wifi firmwares
3280   - install xsane and add the live user to the scanner group
3281   - install aircrack-ng
3282   - install xserver-xorg-video-geode on i386 (eCafe support)
3283   - install xserver-xorg-video-all
3284   - install firmware-linux from backports.org
3285   - install system-config-printer
3286   - added instructions in README.eCAFE to support the Hercules eCAFE EC-800
3287     netbook
3288   * APT:
3289   - configure pinning to support installing chosen packages from
3290     squeeze; the APT source for testing is hardcoded in chroot_sources/,
3291     since there is no way to use $LH_CHROOT_MIRROR in chroot_local-hooks
3292   - give backports.org priority 200, so that we track upgrades of packages
3293     installed from there
3294   * release: include the Changelog and TODO in the generated images,
3295   in the   /usr/share/doc/amnesia/ directory
3296   * software: install gnomebaker when building Gnome-based live OS, to
3297   easily clone myself when running from CD
3298   * build system
3299   - build i386 images when the build host is amd64
3300   - added a version file: /etc/amnesia/version
3301   - use snapshot live-* packages inside the images
3302   - setup timezone depending on the chosen build locale
3303   - rely on standard live-initramfs adduser to do our user setup
3304     (including sudo vs. Gnome/KDE, etc.)
3305   - stop "supporting" KDE
3306   - allow building several images at once
3307   - migrated most of lh_config invocations to scripts/config
3308   - append "noprompt" so that halting/rebooting work with splashy
3309   - moved our own variables to config/amnesia, using the namespace
3310     $AMNESIA_*
3311   * iceweasel
3312   - default search engine is now Scroogle SSL, configured to search pages
3313     in French language; the English one is also installed
3314   - never ask to save passwords or forms content
3315   - configured the torbutton extension to use polipo
3316   - installed the CACert root certificate
3317   - installed the SSL Blacklist extension and the blacklist data
3318   - installed the FireGPG extension
3319   - installed the CS Lite extension
3320   - installed the NoScript extension
3321   - NoScript, CS Lite: replaced the default whitelists with a list of
3322     trusted, non-commercial Internet Service Providers
3323   - configure extensions (add to prefs.js):
3324     user_pref("extensions.torbutton.startup", true);
3325     user_pref("extensions.torbutton.startup_state", 1);
3326     user_pref("extensions.torbutton.tor_enabled", true);
3327     user_pref("noscript.notify.hide", true);
3328     user_pref("capability.policy.maonoscript.sites", "about:
3329       about:blank about:certerror about:config about:credits
3330       about:neterror about:plugins about:privatebrowsing
3331       about:sessionrestore chrome: resource:");
3332     user_pref("extensions.firegpg.no_updates", true);
3333   - install the NoScript plugin from Debian squeeze
3334   - delete urlclassifier3.sqlite on $HOME refresh: as we disabled
3335     "safebrowsing", this huge file is of no use
3336   - torbutton: install newer version from Squeeze
3337   * linux: removed non-686 kernel flavours when building i386 images
3338   * compatibility: append "live-media=removable live-media-timeout=15", to
3339     prevent blindly booting another debian-live installed on the hard disk
3340   * software: added
3341   - gnome-app-install
3342   - iwconfig
3343   - cryptkeeper: Gnome system tray applet to encrypt files with EncFS
3344   - kvkbd: virtual keyboard (installed from backports.org)
3345   - sshfs (and added live user to the fuse group)
3346   - less, secure-delete, wipe, seahorse, sshfs, ntfs-3g
3347   - scribus
3348   * Tor
3349   - enable the transparent proxy, the DNS resolver, and the control port
3350   - save authentication cookie to /tmp/control_auth_cookie, so that the
3351     live user can use Tork and co.
3352   - autostart Tork with Gnome
3353   - Tork: installed, disabled most notifications and startup tips
3354   - added a restart tor hook to if-up.d (used by Network Manager as well),
3355     so that Tor does work immediately even if the network cable was
3356     plugged late in/after the boot process
3357   * $HOME
3358   - added a nautilus-script to wipe files and directories
3359   - bash with working completion for the live user
3360   * polipo: install and configure this HTTP proxy to forward requests
3361   through Tor
3362   * DNS: install and configure pdnsd to forward any DNS request through
3363   the Tor resolver
3364   * firewall: force every outgoing TCP connection through the Tor
3365   transparent proxy, discard any outgoing UDP connection
3366   * misc
3367   - set syslinux timeout to 4 seconds
3368   - use splashy for more user-friendly boot/halt sequences
3370  -- amnesia <amnesia@boum.org>  Sat, 20 Jun 2009 21:09:15 +0200