1 [[!meta date="Tue, 22 Jul 2014 21:45:00 +0000"]]
2 [[!pagetemplate template="news.tmpl"]]
3 [[!meta title="Tails 1.1 is out"]]
6 Tails, The Amnesic Incognito Live System, version 1.1, is out.
8 All users must [[upgrade|doc/upgrade]] as soon as possible: this release fixes
9 [[numerous security issues|security/Numerous_security_holes_in_1.0.1]].
15 Notable user-visible changes include:
17 * Rebase on Debian Wheezy
18 - Upgrade literally thousands of packages.
19 - Migrate to GNOME3 fallback mode.
20 - Install LibreOffice instead of OpenOffice.
23 - UEFI boot support, which should make Tails boot on modern
24 hardware and Mac computers.
25 - Replace the Windows XP camouflage with a Windows 8 camouflage.
26 - Bring back VirtualBox guest modules, installed from Wheezy
27 backports. Full functionality is only available when using the
31 - Fix write access to boot medium via udisks ([[!tails_ticket 6172]]).
32 - Upgrade the web browser to 24.7.0esr-0+tails1~bpo70+1
33 (Firefox 24.7.0esr + Iceweasel patches + Torbrowser patches).
34 - Upgrade to Linux 3.14.12-1 (fixes CVE-2014-4699).
35 - Make persistent file permissions safer ([[!tails_ticket 7443]]).
38 - Fix quick search in Tails Greeter's Other languages window
39 (Closes: [[!tails_ticket 5387]])
42 - Don't install Gobby 0.4 anymore. Gobby 0.5 has been available in
43 Debian since Squeeze, now is a good time to drop the obsolete
45 - Require a bit less free memory before checking for upgrades with
46 Tails Upgrader. The general goal is to avoid displaying "Not
47 enough memory available to check for upgrades" too often due to
48 over-cautious memory requirements checked in the wrapper.
49 - Whisperback now sanitizes attached logs better with respect to
50 DMI data, IPv6 addresses, and serial numbers ([[!tails_ticket
51 6797]], [[!tails_ticket 6798]], [[!tails_ticket 6804]]).
52 - Install the BookletImposer PDF imposition toolkit.
55 Changelog](https://git-tails.immerda.ch/tails/plain/debian/changelog)
56 for technical details.
60 * Users of persistence must log in at least once with persistence
61 enabled read-write after upgrading to 1.1 to see their settings
64 * Upgrading from ISO, from Tails 1.1~rc1, Tails 1.0.1 or earlier, is
65 a bit more complicated than usual. Either follow <a
66 href="#from_iso">the instructions to upgrade from ISO</a>. Or,
67 burn a DVD, start Tails from it, and use "Clone and Upgrade".
69 * The automatic upgrade from Tails 1.1~rc1 is a bit more complicated
70 than usual. Either follow <a href="#automatic">the instructions to
71 apply the automatic upgrade</a>. Or, do a full upgrade.
73 * A persistent volume created with Tails 1.1~beta1 cannot be used with
74 Tails 1.1 or later. Worse, trying this may freeze Tails Greeter.
76 * Tails 1.1 does not start in some virtualization environments, such
77 as QEMU 0.11.1 and VirtualBox 4.2. This can be corrected by
78 upgrading to QEMU 1.0 or VirtualBox 4.3, or newer
79 ([[!tails_ticket 7232]]).
81 * The web browser's JavaScript performance may be severely degraded
82 ([[!tails_ticket 7127]]). Please let us know if you are experiencing
83 this to a level where it is problematic.
85 * [[Longstanding|support/known_issues]] known issues.
87 # I want to try it or to upgrade!
89 Go to the [[install]] page.
91 As no software is ever perfect, we maintain a list of [[problems
92 that affects the last release of Tails|support/known_issues]].
96 The next Tails release is [[scheduled|contribute/calendar]] for
99 Have a look to our [[!tails_roadmap]] to see where we are heading to.
101 Do you want to help? There are many ways [[**you** can
102 contribute to Tails|contribute]]. If you want to help, come talk
105 <a id="from_iso"></a>
107 # How to upgrade from ISO?
109 These steps allow you to upgrade a device installed with <span
110 class="application">Tails Installer</span> from Tails 1.0.1, Tails
111 1.1~beta1 or earlier, to Tails 1.1.
113 1. Start Tails from another DVD, USB stick, or SD card, than the
114 device that you want to upgrade.
116 2. [[Set an administration
117 password|doc/first_steps/welcome_screen/administration_password]].
119 3. Run this command in a <span class="application">Root
120 Terminal</span> to install the latest version of <span
121 class="application">Tails Installer</span>:
123 echo "deb http://deb.tails.boum.org/ 1.1 main" \
124 > /etc/apt/sources.list.d/tails-upgrade.list && \
126 apt-get install liveusb-creator
128 4. Follow the [[usual instructions to upgrade from
129 ISO|doc/upgrade#from_iso]], except the first step.
131 <a id="automatic"></a>
133 # How to automatically upgrade from Tails 1.1~rc1?
135 These steps allow you to automatically upgrade a device installed with
136 <span class="application">Tails Installer</span> from Tails 1.1~rc1 to
139 1. Start Tails 1.1~rc1 from the device you want to upgrade.
141 2. [[Set an administration
142 password|doc/first_steps/welcome_screen/administration_password]].
144 3. Run this command in a <span class="application">Terminal</span> to
145 apply the automatic upgrade:
147 echo 'TAILS_CHANNEL="stable-fixed"' | sudo tee --append /etc/os-release && \
148 cd / && tails-upgrade-frontend-wrapper