(no commit message)
[tails-test.git] / wiki / src / news / test_1.0-rc1.mdwn
blob4e2b7e9e565e8d1d0ae625381288fceb44aa02cb
1 [[!meta title="Call for testing: 1.0~rc1"]]
3 [[!meta date="2014-04-18 12:00:00"]]
5 You can help Tails! The first release candidate for the upcoming version
6 1.0 is out. Please test it and see if it works for you.
8 [[!toc levels=1]]
10 How to test Tails 1.0~rc1?
11 =============================
13 1. **Keep in mind that this is a test image.** We have made sure
14    that it is not broken in an obvious way, but it might still contain
15    undiscovered issues.
17 2. Either try the <a href="#automatic_upgrade">automatic upgrade</a>, or
18    download the ISO image and its signature:
20    <a class="download-file" href="http://dl.amnesia.boum.org/tails/alpha/tails-i386-1.0~rc1/tails-i386-1.0~rc1.iso" >Tails 1.0~rc1 ISO image</a>
22    <a class="download-signature"
23    href="https://tails.boum.org/torrents/files/tails-i386-1.0~rc1.iso.sig">Tails 1.0~rc1 signature</a>
25 1. [[Verify the ISO image|download#verify]].
27 1. Have a look at the list of [[longstanding known
28    issues|support/known_issues]].
30 1. Test wildly!
32 If you find anything that is not working as it should, please [[report to
33 us|doc/first_steps/bug_reporting]]! Bonus points if you check if it is a
34 [[longstanding known issue|support/known_issues]].
36 <div id="automatic_upgrade"></a>
38 How to automatically upgrade from 0.23?
39 =======================================
41 These steps allow you to automatically upgrade a device installed with <span
42 class="application">Tails Installer</span> from Tails 0.23 to Tails 1.0~rc1.
44 1. Start Tails 0.23 and [[set an administration
45    password|doc/first_steps/startup_options/administration_password]].
47 1. Run this command in a <span class="application">Root
48    Terminal</span> to select the "alpha" upgrade channel
49    and start the upgrade:
51        echo TAILS_CHANNEL=\"alpha\" >> /etc/os-release && \
52             tails-upgrade-frontend-wrapper
54 1. Once the upgrade has been installed, restart Tails and choose
55    <span class="menuchoice">
56      <span class="guimenu">System</span>&nbsp;&#x25B8;
57      <span class="guimenuitem">About Tails</span>
58    </span>
59    to confirm that the running system is Tails 1.0~rc1.
61 What's new since 0.23?
62 ======================
64 * Bugfixes
65   - Disable inbound I2P connections. Tails already restricts incoming
66     connections, but this change tells I2P about it.
67   - Fix link to the system requirements documentation page in the Tails
68     Upgrader error shown when too little RAM is available.
70 * Minor improvements
71   - Upgrade I2P to 0.9.12-2~deb6u+1.
72   - Import TorBrowser profile. This was forgotten in Tails 0.23 and even
73     though we didn't explicitly set those preferences in that release
74     they defaulted to the same values. This future-proofs us in case the
75     defaults would ever change.
76   - Import new custom version of Tor Launcher:
77     * Based on upstream Tor Launcher 0.2.5.3.
78     * Improve how Tor Launcher handles incomplete translation.  (Tor
79       bug [[!tor_bug 11483]]; more future-proof fix for Tails bug
80       [[!tails_ticket 6885]])
81     * Remove the bridge settings prompt. (Tor bug [[!tor_bug 11482]];
82       closes Tails bug [[!tails_ticket 6934]])
83     * Always show bridge help button. (Tor bug [[!tor_bug 11484]])
85 See the <a href="https://git-tails.immerda.ch/tails/plain/debian/changelog?h=stable">online
86 Changelog</a> for technical details.