Merge branch 'master' of git://git.tails.boum.org/tails
[besstails.git] / debian / changelog
blob690864b3fb5b8911f86caa0f236c3a29a849ee4b
1 tails (0.19) unstable; urgency=low
3   * Major new features
4   - Install Linux kernel 3.9.5-1 from Debian unstable.
5     Features of particular interest for Tails are the Yama LSM
6     (ptrace scope restrictions) and improved hardware support.
7     As a corollary, install initramfs-tools from there too.
8   - Iceweasel 17.0.7esr + Torbrowser patches.
9   - Unblock Bluetooth, Wi-Fi, WWAN and WiMAX; block every other type of
10     wireless device. Next steps are described on the
11     todo/protect_against_external_bus_memory_forensics ticket.
13   * Bugfixes
14   - Fix write access to boot medium at the block device level,
15     by installing bilibop-udev. Thanks to quidame for his support.
16   - tails-greeter l10n-related fixes, thanks to winterfairy:
17     · Fix so translations is applied on password mismatch messages.
18     · Separate forward and login buttons and make them translatable.
19   - Fix link to documentation when no sudo password is set.
20   - gpgApplet: partial fix for clipboard emptying after a wrong passphrase
21     was entered.
22   - Workaround aufs bug in Unsafe Browser script.
24   * Minor improvements
25   - Drop GNOME proxy settings: we did not find any use of it we were keen
26     to support, other than two programs (Seahorse, Pidgin) that are now run
27     with torsocks.
28   - Format newly created persistent volumes as ext4.
29   - GnuPG: don't connect to the keyserver specified by the key owner.
30     This feature opens the door to a variety of subtle attacks.
31   - GnuPG: locate keys only from local keyrings.
32     This is probably the default, but better safe than sorry.
33   - Install virt-what from Wheezy.
34     The version from Squeeze does not detect at least Parallels for Mac v.8.
35   - Upgrade live-boot and live-config to the 3.0.x final version from Wheezy.
36     · Remove /live and /lib/live/image compatibility symlinks.
37     · Add /live/overlay -> /lib/live/mount/overlay symlink.
38       The live-boot changes (commit d2b2a461) brought to fix Debian bug
39       #696495 revert some of our previous changes (commit 77dab1cb), and as
40       a result, at the time live-persist runs, no tmpfs is mounted on
41       /live/overlay, which breaks the aufs mount. So, let's just ensure
42       /live/overlay points to a tmpfs.
43     · Really disable policykit and sudo live-config hooks.
44       ... by making it believe they've already been run.
45       This workarounds new live-config's default behavior.
47   * Localization
48   - Many translation updates all over the place.
50   * Test suite
51   - Re-enable previously disabled boot device permissions test.
53  -- Tails developers <tails@boum.org>  Wed, 26 Jun 2013 12:36:20 +0200
55 tails (0.18) unstable; urgency=low
57   * New features
58   - Support obfs3 bridges.
59   - Automatically install a custom list of additional packages chosen by
60     the user at the beginning of every working session, and upgrade them
61     once a network connection is established (technology preview).
63   * Iceweasel
64   - Upgrade to Iceweasel 17.0.6esr-0+tails1~bpo60+1.
65   - Update Torbrowser patches to current maint-2.4 branch (567682b).
66   - Isolate DOM storage to first party URI, and enable DOM storage:
67     don't set dom.storage.enabled anymore, and set Torbutton's
68     disable_domstorage to false.
69   - Isolate the image cache per url bar domain.
70   - Torbutton 1.5.2, and various prefs hacks to fix breakage:
71     · Add .saved version of the Torbutton preferences the TBB also sets.
72     · Set TOR_SOCKS_HOST and TOR_SOCKS_PORT.
73     · Move some prefs (network.proxy.*, extensions.autoDisableScopes,
74       extensions.foxyproxy.last-version) to user.js.
75       Else, with Torbutton 1.5.x, these ones are not taken into account.
76     · Set network.proxy.socks_version.
77       Else we get the meaningless user_pref("network.proxy.socks_version", 9063);
78       in prefs.js after the initial startup.
79     · Set extensions.foxyproxy.socks_remote_dns to true.
80       Else, it overrides the various ways we set network.proxy.socks_remote_dns,
81       which in turn makes Torbutton think it should start in non-Tor mode.
82     · Also pass the TOR_SOCKS_* environment variables to iceweasel when
83       generating the profile: Torbutton behaves differently depending on
84       these variables, so we don't want the initial profile generation to be
85       done without them. In practice, this has no implication that we could
86       see right now, but better safe than sorry.
87     · Import all version overrides from the TBB prefs.
88       Else, the User-Agent sent in the HTTP headers is fine, but real
89       values leak with JavaScript, as demonstrated by ip-check's "Browser
90       type" test.
91     · Move a bunch of settings to user_pref(), that are not applied otherwise.
92       For some, this fixes a regression in 0.18~rc1.
93       For other, the  bug was already present in Tails 0.17.2.
94   - HTTPS Everywhere 3.2.
95   - Update prefs to match the TBB's, fix bugs, and take advantage of the latest
96     Torbrowser patches:
97     · Increase pipeline randomization.
98     · Fix @font-face handling of local() fonts.
99       Also disable fallback font rendering.
100     · Explicitly disable SPDY v2 and v3.
101     · Update http pipelining prefs.
102   - Make prefs organization closer to the TBB's:
103     · Remove Torbutton prefs that we set at their default value.
104     · Import Torbutton preferences from the TBB.
105     · Organize iceweasel config files in sections the same way as the TBB.
106   - Cleanup prefs:
107     · Don't set extensions.torbutton.clear_cookies nor
108       extensions.torbutton.saved.share_proxy_settings:
109       we don't care about toggling anymore.
110     · Don't set extensions.torbutton.saved.download_retention nor
111       extensions.torbutton.saved.search_suggest:
112       these settings are not used in Torbutton anymore.
113   - Update unsafe browser prefs mangling accordingly.
114   - Move network.protocol-handler.warn-external.* to user_pref().
115     Else they're not applied.
116     These prefs are actually ignored by Firefox these days -- the TBB
117     design doc reads "They are set still anyway out of respect for the
118     dead". Let's go on doing the same.
119   - Update extensions.adblockplus.currentVersion.
120   - Fetch xul-ext-https-everywhere (3.2-2) and xul-ext-noscript (2.6.6.1-1)
121     from Debian unstable. They were uploaded there, and accordingly removed
122     from experimental.
124   * Bugfixes
125   - Linux 3.2.41-2+deb7u2.
126   - Fixed swapped filenames of tails-{reboot,shutdown}.desktop.
127     Thanks to Mikko Harhanen for the patch.
128   - Only add ClientTransportPlugin to torrc when bridge mode is enabled.
129     This should bring back support for proxies of type other than obfsproxy.
131   * Minor improvements
132   - Set kernel.dmesg_restrict=1, and make /proc/<pid>/ invisible
133     and restricted for other users. It makes it slightly harder for an attacker
134     to gather information that may allow them to escalate privileges.
135   - Install gnome-screenshot.
136   - Don't disable IPv6 on all network interfaces anymore.
137     It turns out the IPv6 leaks we wanted to fix actually don't exist.
138   - Add a "About Tails" launcher in the System menu.
139   - Install GNOME accessibility themes.
140   - Use 'Getting started...' as the homepage for Tails documentation button.
141   - Stop relying on the obsolete /live/image compatibility symlink.
142   - Disable audio preview in Nautilus.
143   - Wheezy was released => Squeeze is now oldstable.
144   - Pick Tor from deb.torproject.org regardless of the release name they
145     advertise. At some point we needed it, their APT repository still thought
146     that stable == Squeeze.
147   - Add Wheezy APT sources.
148   - Install Linux and related packages from Wheezy.
149     Debian sid just got Linux 3.8, and we don't want to switch to a new kernel
150     yet.
151   - Fetch laptop-mode-tools from Wheezy.
152     Wheezy has the version we've been installing in 0.18~rc1,
153     while a newer one was uploaded to sid in the meantime.
154   - Fetch a few packages from Wheezy instead of unstable.
155     Namely: spice-vdagent, libregexp-common-perl, macchanger, service-wrapper,
156     libservice-wrapper-java and libservice-wrapper-jni.
157     Wheezy has the versions we've been installing for a while, so let's
158     avoid having unstable push a newer one to us uselessly at some point.
159     Note that at the time of this writing, the versions in sid and in Wheezy
160     are the same, so this commit is effectively a no-op as of today: it is
161     merely a safeguard for the future.
163   * Localization
164   - Many translation updates all over the place.
166   * Build process
167   - Make Vagrant's build-tails script support Jenkins too.
169   * Test suite
170   - Fix Unsafe Browser test broken by hidepid.
172  -- Tails developers <tails@boum.org>  Mon, 13 May 2013 22:17:38 +0200
174 tails (0.17.2) unstable; urgency=low
176   * Iceweasel
177   - Upgrade to Iceweasel 17.0.5esr-0+tails2~bpo60+1.
178   - Stop displaying obsolete context menu entries ("Open Tor URL" and friends).
180   * Hardware support
181   - Update Linux to 3.2.41-2
183   * Bugfixes
184   - Use more reliable OpenPGP keyservers:
185     · use the hkps pool in GnuPG (and import their SSL CA)
186     · use hkp://pool.sks-keyservers.net in Seahorse (as it does not support
187       hkps yet)
188   - Keep udisks users (GNOME Disk Utility, tails-persistence-setup, etc.)
189     from resetting the system partition's attributes when manipulating the
190     partition table. To this end, backport the relevant bugfix from Wheezy
191     into parted 2.3-5+tails1. This allowed to remove the sgdisk-based
192     workaround in tais-persistence-setup, and to stop installing
193     python-parted. All this is a first needed step to fix
194     todo/make_system_disk_read-only in a future release.
196   * Minor improvements
197   - Disable NoScript's HTML5 media click-to-play for better user experience.
199   * Localization
200   - Tails USB installer: update translations for French, German, Spanish,
201     Finnish, Greek, Italian, Latvian, Dutch, Polish and Chinese.
202   - Tails Greeter: update translations for Farsi, Chinese, French;
203     new translations: Finnish, Norwegian Bokmål, Galician.
204   - tails-persistence-setup: update Farsi and Chinese translations;
205     import new translations for Finnish and Swedish.
206   - WhisperBack: update translations for Arabic, French, German, Greek,
207     Spanish, Korean, Polish, Russian. New translations: Finnish, Chinese.
209   * Build process
210   - Add automated testing framework (Sikuli, Cucumber, libvirt -based)
211     with a bunch of tests.
213  -- Tails developers <amnesia@boum.org>  Sun, 07 Apr 2013 12:17:26 +0200
215 tails (0.17.1) unstable; urgency=low
217   * Iceweasel
218   - Upgrade to Iceweasel 17.0.4esr-0+tails1~bpo60+1.
220   * Hardware support
221   - Update Linux to 3.2.39-2.
222     It includes the drm and agp subsystems from Linux 3.4.29.
223   - Don't install xserver-xorg-video-rendition backport.
224     xserver-xorg-video-rendition has been removed from squeeze-backports
225     due to an upstream tarball mismatch discover when merging backports
226     into the main Debian archive, and xserver-xorg-video-all still depends
227     on it, so we explicitly install all drivers from -all but -rendition
228     as a (hopefully temporary) workaround.
230   * Minor improvements
231   - Remove Indymedia IRC account, until we ship a version of Pidgin
232     with SASL support, that is when Tails is based on Wheezy.
234   * Build system
235   - Don't ship the wiki's todo and bugs on ISO images.
237  -- Tails developers <amnesia@boum.org>  Thu, 21 Mar 2013 18:54:11 +0100
239 tails (0.17) unstable; urgency=low
241   * New features
242   - Install the KeePassX password manager, with a configuration and
243     documentation that makes it easy to persist the password database.
245   * Iceweasel
246   - Upgrade to Iceweasel 17.0.3esr-1+tails1~bpo60+1.
247   - Install xul-ext-adblock-plus from squeeze-backports.
248   - Do not allow listing all available fonts.
249     Set browser.display.max_font_attempts and browser.display.max_font_count
250     to enable the Torbrowser Limit-the-number-of-fonts-per-document patch.
251   - Set default spellchecker dictionary to English (USA),
252     and localize it according to locale with our custom branding extension.
253   - Disable the add-ons automatic update feature.
254   - Make the generated profile world-readable.
255   - Remove NoScript click-to-play confirmation.
256   - Sync some prefs set by Torbutton, to be ready when it stops setting these.
257   - Disable navigation timing.
258   - Disable SPDY. It stores state and may have keepalive issues.
259   - More aggressive iceweasel HTTP pipelining settings.
260   - Enable WebGL (as click-to-play only).
261   - Disable network.http.connection-retry-timeout.
262   - Disable full path information for plugins.
263   - Remove NoScript blocks of WebFonts.
264   - Disable DOM storage in Torbutton.
265     Since we don't apply the 0026-Isolate-DOM-storage-to-first-party-URI.patch
266     Torbrowser patch yet, and still disable DOM storage, we need to tell
267     Torbutton not to use it.
268   - Synchronize iceweasel's general.useragent.override with TBB based on FF17.
269     The User-Agent settings are not kept up-to-date anymore in Torbutton, so
270     we have to keep in sync manually with TBB's settings.
271   - Remove obsolete APT pining for Torbutton.
272     It's not maintained in Debian anymore, so we now fetch it from our own
273     APT repository.
274   - Fetch FoxyProxy from Debian experimental and libnspr4-0d from
275     squeeze-backports, for compatibility with Iceweasel 17.
276   - Rebase bookmarks file on top of the default iceweasel 17 one.
277   - Explicitly disable AdBlock Plus "correct typos" feature.
278     This feature connects to http://urlfixer.org/.
279     It is disabled by default in 2.2-1, but let's be careful.
281   * Minor improvements
282   - Upgrade to live-boot 3.0~b11-1 and live-config 3.0.12-1.
283     Accordingly update the 9980-permissions hook, live-persist,
284     unsafe-browser and boot-profile.
285     Add compatibility symlinks from /live to /lib/live, and from /live/image
286     to /lib/live/mount/medium, to ease the transition.
287   - Check for errors when sourcing live-boot files, e.g. to detect when
288     they have been renamed upstream.
289   - Don't add "quiet" to the kernel command-line ourselves.
290     Else, it appears twice as live-build's lb_binary_syslinux adds it too.
291     Historically, we've been adding it ourselves on top of that because
292     lb_binary_yaboot does not add it, but since we gave up the PowerPC support
293     attempt, we're now only interested in syslinux, so let's make it easier
294     for the general case, e.g. when one wants to remove the "quiet" parameter
295     as suggested by our "Tails does not start" debugging documentation.
296   - Upgrade I2P to 0.9.4.
298   * Bugfixes
299   - Many bugfixes brought by the Debian Squeeze 6.0.7 point-release.
300   - Use the regular GnuPG agent + pinentry-gtk2 instead of Seahorse
301     as a GnuPG agent. This fixes usage of OpenPGP in Claws Mail,
302     and brings support for OpenPGP smartcards.
303   - Enable I2P hidden mode.
304     Else, killing I2P ungracefully is bad for the I2P network.
305   - live-persist: move error() function before the first potential usecase.
306   - Add missing executable bit on restart-tor and restart-vidalia.
307   - Add shutdown and reboot launchers to the menu.
308     This workarounds the lack of a shutdown helper applet in camouflage mode.
309   - Remove Pidgin's MXit and Sametime support.
310     ... at least until CVE-2013-0273, CVE-2013-0272 and CVE-2013-0271 are
311     fixed in Debian stable. While we're at it, don't force file removal in
312     these "set -e" build scripts: fail hard, instead of silently ignoring
313     the fact that files may have moved or disappeared.
315   * Hardware support
316   - Install recent Intel and AMD microcode from squeeze-backports,
317     explicitly excluding the iucode-tool package that's not a good idea
318     for Live systems.
319   - Install firmware loader for Qualcomm Gobi USB chipsets.
320     This is needed to have various mobile broadband chipsets work.
321   - Upgrade barry to 0.18.3-5~bpo60+1.
322     This much improved new version supports more hardware & ISP,
323     and does not display dozens of spurious error messages at boot time.
325   * Build system
326   - Remove APT local cache (/Var/cache/apt/{,src}pkgcache.bin).
328  -- Tails developers <amnesia@boum.org>  Sat, 23 Feb 2013 10:37:57 +0100
330 tails (0.16) unstable; urgency=low
332   * Minor improvements
333   - Replace the too-easy-to-misclick shutdown button with a better
334     "Shutdown Helper" Gnome applet.
335   - Display ~/Persistent in GNOME Places and GtkFileChooser if it is mounted.
336   - Set Unsafe Browser's window title to "Unsafe Browser".
337   - Install ekeyd to support the EntropyKey.
338   - Install font for Sinhala.
339   - Update Poedit to 1.5.4.
340   - Kill Vidalia when restarting Tor.
341     Doing this as early as possible exposes Vidalia's "broken onion" icon
342     to users less.
343   - Hide the persistence setup launchers in kiosk mode.
344   - Add a shell library for Tor functions.
345     These are shared among multiple of our scripts.
346   - Install dictionaries for supported languages.
347     Install hunspell dictionaries when possible,
348     fall back on myspell ones else.
350   * Bugfixes
351   - Disable IPv6 on all network interfaces.
352     This is a workaround for the IPv6 link-local multicast leak that was recently
353     discovered. Tails has no local service that listens on IPv6, so there should be
354     no regression, hopefully, unless one wants to play with OnionCat and VoIP,
355     but those of us should know how to workaround this anyway.
356   - live-persist: Fix variable mismatch, fixing probe white-list.
357     Tails may previously have been able to list GPT partitions labelled
358     "TailsData" on hard drives (!) as valid persistence volumes...
359   - live-persist: Fix --media option when no devices are attached.
360     Earlier, if it was set to e.g. 'removable-usb' and no USB storage was
361     connected, $whitelistdev would be empty, which is interpreted like
362     all devices are ok by the rest of the code.
363   - Fix SCIM in the autostarted web browser: save IM environment variables
364     to a file during Desktop session startup, and export them into the
365     autostarted browser's environment.
366   - Talk of DVD, not of CD, in the shutdown messages.
367   - Make tordate work in bridge mode with an incorrect clock.
368     When using a bridge Tor reports TLS cert lifetime errors (e.g. when
369     the system clock is way off) with severity "info", but when no bridge
370     is used the severity is "warn". tordate/20-time.sh depends on grepping
371     these error messages, so we termporarily increase Tor's logging
372     severity when using bridge mode. If we don't do this tordate will
373     sleep forever, leaving Tor in a non-working state.
374     · White-list root to use Tor's ControlPort.
375     · Add logging for is_clock_way_off().
376     · Remove Tor's log before time syncing.
377       We depend on grepping stuff from the Tor log (especially for
378       tordate/20-time.sh), so deleting it seems like a Good Thing(TM).
379     · Stop Tor before messing with its log or data dir.
380   - live-persist: limit searched devices the same way as live-boot.
381     If no --media argument is specified, use live-boot's
382     "(live-media|bootfrom)=removable(|-usb)" argument to limit devices
383     searched for a persistent volume.
384   - tails-greeter: do not pass media=removable to live-persist.
385     Now that we have autodetection with kernel command-line,
386     it should not be needed anymore.
387   - Start memlockd after configuring it,
388     instead of starting it before and restarting it after.
389     This avoids running memlockd twice, and prevents other possibly
390     surprising race-conditions.
391     As a consequence, also have tails-sdmem-on-media-removal start after the
392     memlockd service *and* tails-reconfigure-memlockd: to start the watchdog,
393     we need memlockd to be properly configured *and* running.
395   * iceweasel
396   - Set iceweasel homepage to the news section on the Tails website.
397     ... using the localized one when possible.
398   - Hide the iceweasel add-on bar by default.
399     Now that we don't want to ship the Monkeysphere addon anymore,
400     that was the only one displayed in there, we can as well hide the whole bar.
401   - Don't hide the AdBlock-Plus button in the add-on bar anymore. Now that
402     we hide the whole addon bar, we can get rid of this old
403     UX improvement.
404   - Do not install a placeholder (fake) FireGPG iceweasel extension anymore.
405     It was shipped from 0.10 (early 2012) to 0.15 (late November),
406     so the migration period should be over now.
407   - Don't install xul-ext-monkeysphere anymore.
408     The implication of the current keyserver policy are not well
409     understood, Monkeysphere is little used in Tails, and we're not sure
410     anymore it would be our first bet for the web browser profile with no
411     CA. Let's keep the various configuration bits (e.g. FoxyProxy,
412     patching MSVA), though, so that advanced users who are used to have
413     Monkeysphere in Tails just have to install the package.
415   * Build system
416   - Install the "standard" task with tasksel for better consistency in the
417     Tails ISO images built in various environments.
418   - Install p7zip-full. It's a dep by file-roller, but we explicily use it
419     elsewhere, and it's better to be safe than sorry.
420   - Remove pinning of libvpx0 to sid.
421     This package is part of Squeeze, and not from testing/sid.
422     We have been shipping the version from Squeeze for a while.
423   - Remove config/chroot_local-packages/ from .gitignore.
424     The documented way for "external" contributors to add custom packages
425     is to put them in chroot_local-packages, and once we pull we import
426     any such package into our APT repo and rewrite the
427     history appropriately.
428     Also, the ability to add packages in there and not see them in "git
429     status" makes it very easy to build tainted ISO images with
430     non-standard packages, which makes some of us fear can lead to hard to
431     debug situations.
432   - Make it clearer what can and cannot be done in terms of local packages.
434  -- Tails developers <amnesia@boum.org>  Thu, 10 Jan 2013 12:47:42 +0100
436 tails (0.15) unstable; urgency=low
438   * Major new features
439   - Persistence for browser bookmarks.
440   - Support for obfsproxy bridges.
442   * Minor improvements
443   - Add the Hangul (Korean) Input Method Engine for SCIM.
444   - Add vendor-specific dpkg origin information. This makes dpkg-vendor
445     return correct information.
446   - Install pcscd and libccid from squeeze-backports. This is needed to
447     support, to some extent, some OpenPGP SmartCard readers.
448   - Install HPIJS PPD files and the IJS driver (hpijs).
449     This adds support for some printers, such as Xerox DocumentCenter400.
450   - Optimize fonts display for LCD.
451   - Update TrueCrypt to version 7.1a.
453   * Bugfixes
454   - Do not use pdnsd anymore. It has been orphaned in Debian, has quite
455     some bugs in there, and apparently Tor's DNSPort's own caching is
456     be good enough.
457   - Remove useless iceweasel cookies exceptions. They are useless as
458     per-session cookies are allowed.
459   - Do not run setupcon on X. This call is only needed on the Linux
460     console, no need to annoy the user with a weird "Press enter to
461     activate this console" when the open a root shell in a GNOME
462     Terminal.
463   - Allow the tails-iuk-get-target-file user to connect to the SOCKSPort
464     dedicated for Tails-specific software.
465   - Fix gpgApplet menu display in Windows camouflage mode.
466   - Fix Tor reaching an inactive state if it's restarted in "bridge mode",
467     e.g. during the time sync' process.
469   * Iceweasel
470   - Update iceweasel to 10.0.11esr-1+tails1.
471   - User profile is now generated at build time in order to support persistent
472     bookmarks.
473   - Update HTTPS Everywhere to version 3.0.4.
474   - Update NoScript to version 2.6.
475   - Fix bookmark to I2P router console.
476   - Re-enable Monkeysphere extension to connect to the validation agent.
478   * Localization
479   - The Tails USB installer, tails-persistence-setup and tails-greeter
480     are now translated into Bulgarian.
481   - Update Chinese translation for tails-greeter.
482   - Update Euskadi translation for WhisperBack.
484   * Build system
485   - Custom packages are now retrieved from Tails APT repository instead
486     of bloating the Git repository.
487   - Allow '~' in wiki filenames. This makes it possible to ship
488     update-description files for release candidates.
489   - Document how to create incremental update kit.
490   - Handle release candidates when generating custom APT sources.
491   - Remove pinning for xul-ext-adblock-plus.
492     It is obsolete since we've added this package to our APT repository.
494  -- Tails developers <amnesia@boum.org>  Sun, 25 Nov 2012 12:59:17 +0100
496 tails (0.14) unstable; urgency=low
498   * Major new features
499   - Enable Tor stream isolation; several new SocksPorts with
500     appropriate Isolate* options have been added for different use
501     cases (i.e. applications). All application's have been
502     reconfigured to use these new SocksPorts, which should increase
503     anonymity by making it more difficulte to correlate traffic from
504     different applications or "online identities".
505   - The web browser now has the anonymity enhancing patches from the
506     TorBrowser applied.
507   - gpgApplet can now handle public-key cryptography.
508   - Install an additional, PAE-enabled kernel with NX-bit
509     support. This kernel is auto-selected when the hardware supports
510     it and will:
511     * provide executable space protection, preventing certain types of
512       buffer overflows from being exploitable.
513     * enable more than 4 GiB of system memory.
514     * make all processors/cores available, including their
515       power-saving functionality.
516   - Add a persistence preset for NetworkManager connections.
518   * Minor improvements
519   - On kexec reboot, make the boot quiet only if debug=wipemem was not
520     enabled.
521   - Update torproject.org's APT repo key.
522   - Update the embedded Tails signing key.
523   - Use symlinks instead of duplicating localized searchplugins.
524   - Rewrite Tails firewall using ferm. Tails firewall was written in
525     very unsophisticated iptables-save/restore format. As more feature
526     creeped in, it started to be quite unreadable.
527   - Optimize VirtualBox modules build at runtime to avoid installing the
528     userspace utils N times.
529   - Drop most of Vidalia's configuration. Our custom lines just caused
530     trouble (with multiple SocksPorts) and the default works well.
531   - Blacklist PC speaker module. On some computers, having the pcspkr
532     module loaded means loud beeps at bootup, shutdown and when using
533     the console. As it draws useless attention to Tails users, it is
534     better to prevent Linux from loading it by default.
535   - Remove all addons from the Unsafe Browser. No addons are essential
536     for the Unsafe Browser's intent. If anything they will modify the
537     network fingerprint compared to a normal Iceweasel install, which
538     is undesirable.
539   - Prevent some unwanted packages to be installed at all, rather than
540     uninstalling them later. This should speed up the build a bit.
541   - Add a symlink from /etc/live/config to /etc/live/config.d. This
542     makes the system compatible with live-config 3.0.4-1, without
543     breaking backward compatibility with various parts of the system
544     that use the old path.
545   - Do not run unecessary scripts during shutdown sequence, to make
546     shutdown faster.
547   - Make live-persist deal with persistent ~/.gconf subdirs so that
548     any options saved therein actually get persistent.
549   - Prevent memlockd unload on shutdown, to make sure that all
550     necessary tools for memory wiping are available when the new
551     kernel has kexec'd.
552   - Patch initscripts headers instead of fiddling with update-rc.d. We
553     now let insserv figure out the correct ordering for the services
554     during startup and shutdown, i.e. use dependency-based boot
555     sequencing.
556   - Remove the last absolute path in our isolinux config, which makes
557     it easier to migrate from isolinux to syslinux (just rename the
558     directory), and hence might make it easier for 3rd party USB
559     installers (like the Universal USB Installer) to support Tails.
561   * Bugfixes
562   - Include `seq` in the ramdisk environment: it is used to wipe more
563     memory. This fixes the long-standing bug about Tails not cleaning
564     all memory on shutdown.
565   - Fix Yelp crashing on internal links
566   - Allow amnesia user to use Tor's TransPort. This firewall exception
567     is necessary for applications that doesn't have in-built SOCKS
568     support and cannot use torsocks. One such example is Claws Mail,
569     which uses tsocks since torsocks makes it leak the hostname. This
570     exception, together with Tor's automatic .onion mapping makes
571     Claws Mail able to use hidden service mail providers again.
572   - Force threads locking support in Python DBus binding. Without this
573     liveusb-creator doesn't work with a PAE-enabled kernel.
574   - Fix localized search plugins for 'es' and 'pt'
575   - Fix live-boot's readahead, which caused an unnecessary pause
576     during boot.
577   - Factorize GCC wanted / available version numbers in VirtualBox
578     modules building hook. This, incidentally, fixes a bug caused by
579     duplication and not updating all instances.
580   - Fix tordate vs. Tor 0.2.3.x. Since 0.2.3.x Tor doesn't download a
581     consensus for clocks that are more than 30 days in the past or 2
582     days in the future (see commits f4c1fa2 and 87622e4 in Tor's git
583     repo). For such clock skews we set the time to the Tor authority's
584     cert's valid-after date to ensure that a consensus can be
585     downloaded.
587   * Tor
588   - Update to version 0.2.3.24-rc-1~~squeeze+1, a new major
589     version. It's not a stable release, but we have been assured by
590     the Tor developers that this is the right move.
591   - Stop setting custom value for the Tor LongLivedPorts
592     setting. Gobby's port was upstreamed in Tor 0.2.3.x.
594   * Iceweasel
595   - Update to 10.0.10esr-1+tails1, which has all the anonymity enhancing
596     patches from the TorBrowser applied.
597   - Install iceweasel from our own repo, http://deb.tails.boum.org.
598   - Fix Iceweasel's file associations. No more should you be suggested
599     to open a PDF in the GIMP.
601   * htpdate
602   - Use curl instead of wget, and add a --proxy option passed through
603     to curl.
604   - Remove the --fullrequest option, we don't need it anymore.
605   - Remove --dns-timeout option, we don't need it anymore.
606   - Change --proxy handling to support Debian Squeeze's curl.
607   - Clarify what happens if --proxy is not used.
608   - Compute the median of the diffs more correctly.
610   * Hardware support
611   - Update Linux to 3.2.32-1.
613   * Software
614   - Update vidalia to 0.2.20-1+tails1.
615   - Update bundled WhisperBack package to 1.6.2:
616     * Raise the socket library timeout to 120 seconds
617     * Use smtplib's timeout parameter
618     * Fix error output when calling send a 2nd time
619   - Update liveusb-creator to 3.11.6-3.
620   - Update i2p to 0.9.2.
621   - Update tails-persistence-setup to 0.20-1, which should make it
622     possible to install Tails on large (>= 32 GiB) USB drives.
623   - Install console-setup and keyboard-configuration from unstable
624     (required by new initramfs-tools).
625   - Update tails-greeter to 0.7.3:
626     * Import pt_BR translation.
627     * Let langpanel usable during option selection stage
628     * Print less debugging messages by default
629     (below are changes in tails-greeter 0.7.2:)
630     * Use correct test operators.
631     * Generate language codes of available locales at package build
632       time.
633     * Read list of language codes from where we have saved it at
634       package build time.
635     * Drop tails-lang-helper, not used anymore.
636     * Do not compile locales at login time anymore. Tails now ships
637       locales-all.
638   - Import live-config{,-sysvinit} 3.0.8-1. live-config >= 3.0.9-1
639     has basically nothing useful for us, and it migrates to new paths
640     brought by live-boot 3.0~b7, which we're not ready for yet (see:
641     todo/newer_live-boot).
643   * Localization
644   - Fix Tails specific Iceweasel localization for pt-BR
645   - Add Japanese input system: scim-anthy.
646   - whisperback is now also translated into German, Hebrew, Hungarian,
647     Italian and Korean.
648   - tails-persistence-setup is now also translated into Arabic.
649   - tails-greeter is now also translated into Arabic, Hebrew, Basque,
650     Hungarian, Italian and Chinese.
652   * Build system
653   - Catch more errors in during build time:
654     - Ensure that all local hooks start with 'set -e'.
655     - Fail hard if adduser fails in local hooks.
656     - Fail hard if 'rm' fails in local hooks.
657   - vagrant: Ensure we have the set of Perl packages needed by our
658     Ikiwiki
659   - vagrant: Configure live-build to ship with ftp.us.debian.org.
660     Using cdn.debian.net leads to bad interactions with Tor.
661   - vagrant: Don't use gzip compression when building from a tag, i.e.
662     a release.
663   - vagrant: Optionally use bootstrap stage cache for faster builds
664     via the 'cache' build option.
665   - vagrant: Make sure release builds are clean, i.e. they don't use
666     any potentially dangerous build options.
667   - vagrant: Disable live-build package caching. This build system is
668     meant to use an external caching proxy, so live-build's cache just
669     wastes RAM (for in-memory builds) or disk space.
670   - vagrant: use aufs magic instead of copying source into tmpfs.
671     This reduces the amount of RAM required for building Tails in.
672   - vagrant: Allow in-memory builds when a VM with enough memory is
673     already started.
675  -- Tails developers <amnesia@boum.org>  Sat, 10 Nov 2012 12:34:56 +0000
677 tails (0.13) unstable; urgency=low
679   * Major new features
680   - Use white-list/principle of least privelege approach for local services.
681     Only users that need a certain local (i.e. hosted on loopback) service
682     (according to our use cases) are granted access to it by our firewall;
683     all other users are denied access.
684   - Ship a first version of the incremental update system. Updates are not
685     currently triggered automatically, but this will allow tests to be done
686     on larger scales.
688   * Minor improvements
689   - Enable four workspaces in the Windows XP camouflage. This allows
690     users to quickly switch to a more innocent looking workspace in case
691     they are working on sensitive data and attract unwanted attention.
692     The workspace switcher applet isn't there, though, since there's no
693     such thing in Windows XP, so switching is only possible via keyboard
694     shortcuts.
695   - Ship with precompiled locales instead of generating them upon login.
696   - Add support for wireless regulation.
697   - Use color for Git output, not intended for machine consumption,
698     written to the terminal.
699   - Have ttdnsd use OpenDNS. Using Google's DNS servers was very
700     glitchy, and rarely succeeded when it should. It can probably be
701     attributed to Google's DNS, which is known to take issue with Tor
702     exits.
703   - Upgrade WhisperBack to 1.6, with many UI improvements and new translations.
704   - Include GDM logs and dmidecode informations in the reports.
705   - Allow to modify language and layout in the "Advanced options" screen
706     of the greeter.
707   - GnuPG: bump cert-digest-algo to SHA512.
708   - Update torproject.org's APT repo key.
710   * Bugfixes
711   - Make Claws Mail save local/POP emails in its dot-directory. The
712     default is to save them at ~/Mail, which isn't included in our
713     current Claws Mail persistence preset.
714   - Fix the System Monitor applet.
715   - Remove broken ttdnsd from the default DNS resolution loop.
716   - Hide the 'TailsData' partition in desktop applications.
717   - Ship unrar-free again, so that the GNOME archive manager knows about
718     it.
719   - Ship with an empty whitelist for Noscript.
720   - Disable FoxyProxy's advertisement on proxy error page.
721   - Fix slow browsing experience for offline documentation.
722   - Raise the socket timeout to 120 seconds in WhisperBack.
723   - Enable the ikiwiki trail plugin for the locally built wiki too.
725   * Iceweasel
726   - Upgrade iceweasel to 10.0.6esr-1 (Extended Support Release) and install it
727     and its dependencies from squeeze-backports.
729   * Hardware support
730   - Upgrade Linux to 3.2.23-1.
732   * Software
733   - Update tor to version 0.2.2.39.
734   - Update Iceweasel to version 10.0.7esr-2.
735   - Update i2p to version 0.9.1.
737   * Build system
738   - vagrant: Install Ikiwiki from Debian unstable. The 'mirrorlist'
739     patches have finally been merged in upstream Ikiwiki. So instead of
740     building Ikiwiki by hand, we can now install the package directly
741     from Debian unstable.
742   - Do not build the ikiwiki forum on the bundled static website copy.
744  -- Tails developers <amnesia@boum.org>  Mon, 17 Sep 2012 15:19:25 +0200
746 tails (0.12.1) unstable; urgency=low
748   This is a brown paper bag release to fix two major problems introduced in
749   Tails 0.12.
751   * Iceweasel
752   - Upgrade Torbutton to 1.4.6.
753   - Upgrade AdBlock Plus to 2.1.
754   - Update AdBlock Plus patterns.
756   * Hardware support
757   - Upgrade Linux to 3.2.21-3 (linux-image-3.2.0-3-486).
759   * Software
760   - Install MAT from Debian backports, drop custom package.
761   - Install python-pdfrw to re-add PDF support to the MAT.
762   - Upgrade tails-greeter to 0.7.1, which fixes the race condition that
763     broke administration password and locale settings on some systems.
765   * Boot
766   - Remove the Tails specific plymouth theme. The theme interfers heavily with
767     the boot process on some hardware.
769  -- Tails developers <amnesia@boum.org>  Mon, 17 Sep 2012 13:06:03 +0200
771 tails (0.12) unstable; urgency=low
773   * Major new features
774   - Add the Unsafe Web Browser, which has direct access to the Internet and
775     can be used to login to captive portals.
776   - The (previously experimental, now deemed stable) Windows camouflage can now
777     be enabled via a check box in Tails greeter.
779   * Tor
780   - Upgrade to 0.2.2.37-1~~squeeze+1.
782   * Iceweasel
783   - Upgrade iceweasel to 10.0.5esr-1 (Extended Support Release) and install it
784     and its dependencies from squeeze-backports.
785   - Add a bookmark for the offline Tails documentation.
786   - Update AdBlock patterns.
788   * Persistence
789   - Allow using larger USB drives by increasing the mkfs timeout to 10 minutes.
790   - Tell the user what's going on when the Tails boot device cannot be found.
792   * Hardware support
793   - Upgrade Linux to 3.2.20-1 (linux-image-3.2.0-2-amd64).
795   * Software
796   - Install rfkill.
797   - Install torsocks. Note that this makes `torify' use `torsocks' instead of
798     `tsocks'. The `tsocks' binary is dropped to avoid problems, but remaining
799     files (the library) are kept since ttdnsd depends on them.
800   - Fetch live-config-sysvinit from sid so that it matches live-config version.
801   - Update virtualbox backports to 4.1.10-dfsg-1~bpo60+1.
802   - Install pciutils (needed by virtualbox-guest-utils).
803   - Install mousetweaks. This is needed to use the mouse accessibility settings
804     in System -> Preferences -> Mouse -> Accessibility.
805   - Install the "hardlink" files deduplicator.
806   - Do not install cryptkeeper anymore. See todo/remove_cryptkeeper for reason.
807     Users of cryptkeeper are encouraged to install cryptkeeper via `apt-get
808     update; apt-get install --yes cryptkeeper`, open their volume and move
809     their to Tails' built-in persistence instead, as a one-time migration.
810   - Upgrade I2P to version 0.9.
811   - Don't install GParted. GNOME Disk Utility has been on par with GParted
812     since Squeeze was released.
813   - Upgrade live-boot to 3.0~a27-1+tails2~1.gbp319fe6.
814   - Upgrade live-config to 3.0~a39-1 and install it from Debian experimental.
815   - Upgrade tails-greeter to 0.7.
816   - Upgrade tails-persistence-setup to 0.17-1.
817   - Install libyaml-libyaml-perl.
818   - Upgrade MAT, the metadata anonymisation toolkit, 0.3.2-1~bpo60+1.
819   - Fetch python-pdfrw from backports, drop custom package.
821   * Internationalization
822   - The Tails website and documentation now has a (partial) Portuguese
823     translation.
825   * Build system
826   - Tails can now be built without using a HTTP proxy.
827   - Tails can now easily be built by using Vagrant. See the updated
828     contribute/build page for instructions.
830   * Boot
831   - Remove obsolete noswap boot parameter. live-boot now handles swap on an
832     opt-in basis.
833   - The squashfs.sort files generated with boot-profile should now be ok which
834     makes the generate images boot noticeably faster on optical media. See
835     bugs/weird_squashfs.sort_entries for more information.
836   - Set Tails specific syslinux and plymouth themes.
837   - Add NVidia KMS video drivers to the initrd in order to show our shiny new
838     plymouth theme on more systems.
840  -- Tails developers <amnesia@boum.org>  Mon, 11 Jun 2012 13:37:00 +0200
842 tails (0.11) unstable; urgency=low
844   * Major new features
845   - Do not grant the desktop user root credentials by default.
846   - A graphical boot menu (tails-greeter 0.6.3) allows choosing among
847     many languages, and setting an optional sudoer password.
848   - Support opt-in targeted persistence
849     · tails-persistence-setup 0.14-1
850     · live-boot 3.0~a25-1+tails1~5.gbp48d06c
851     · live-config 3.0~a35-1
852   - USB installer: liveusb-creator 3.11.6-1
854   * iceweasel
855   - Install iceweasel 10.0.4esr-1 (Extended Support Release).
856     Let's stop tracking a too fast moving target.
857     Debian Wheezy will ship ESR versions.
858   - Install needed dependencies from squeeze-backports.
859   - Search plugins:
860     · Remove bing.
861       bing appeared due to our upgrading iceweasel.
862       Removing it makes things consistent with the way they have been
863       until now, that is: let's keep only the general search engines
864       we've been asked to add, plus Google, and a few specialized ones.
865     · Replace Debian-provided DuckDuckGo search plugin with the "HTML SSL"
866       one, version 20110219. This is the non-JavaScript, SSL, POST flavour.
867     · Add ixquick.com.
868     · Install localized search engines in the correct place.
869       No need to copy them around at boot time anymore.
870     · Remove Scroogle. RIP.
871   - Enable TLS false start, like the TBB does since December.
872   - Adblock Plus: don't count and save filter hits, supress first run dialog.
873   - Install neither the GreaseMonkey add-on, nor any GreaseMonkey script.
874     YouTube's HTML5 opt-in program is over.
875     HTML5 video support is now autodetected and used.
877   * Vidalia
878   - Upgrade to 0.2.17-1+tails1: drop Do-not-warn-about-Tor-version.patch,
879     applied upstream.
880   - Set SkipVersionCheck=true.
881     Thanks to chiiph for implementing this upstream (needs Vidalia 0.2.16+).
883   * Internationalization
884   - Install all available iceweasel l10n packages.
885   - Remove syslinux language choosing menu.
886     tails-greeter allows choosing a non-English language.
887   - Add fonts for Hebrew, Thai, Khmer, Lao and Korean languages.
888   - Add bidi support.
889   - Setup text console at profile time.
890     Context: Tails runs with text console autologin on.
891     These consoles now wait, using a "Press enter to activate this console"
892     message, for the user. When they press enter in there, they should have chosen
893     their preferred keyboard layout in tails-greeter by now. Then, we run setupcon.
894     As a result, the resulting shell is properly localized, and setupcon
895     sets the correct keyboard layout, both according to the preferences expressed by
896     the user in tails-greeter.
897   - Don't use localepurge, don't remove any Scribus translations anymore,
898     don't localize environment at live-config time:
899     tails-greeter allows us to support many, many more languages.
901   * Hardware support
902   - Linux 3.2.15-1 (linux-image-3.2.0-2-amd64).
903   - Fix low sound level on MacBook5,2.
904   - Disable laptop-mode-tools automatic modules. This modules set often
905     needs some amount of hardware-specific tweaking to work properly.
906     This makes them rather not well suited for a Live system.
908   * Software
909   - Install GNOME keyring.
910     This is needed so that NetworkManager remembers the WEP/WPA secrets
911     for the time of a Tails session. Initialize GNOME keyring at user
912     creation time.
913   - Install usbutils to have the lsusb command.
914   - Install the Traverso multitrack audio recorder and editor.
916   * Miscellaneous
917   - GNOME Terminal: keep 8192 scrollback lines instead of the smallish
918     default.
919   - Replaced tails-wifi initscript with laptop-mode-tools matching feature.
920   - Disable gdomap service.
921   - Fetch klibc-utils and libklibc from sid.
922     The last initramfs-tools depends on these.
923   - Set root password to "root" if debug=root is passed on the
924     kernel cmdline. Allow setting root password on kernel cmdline via
925     rootpw=. Looks like we implemented this feature twice.
926   - Append a space on the kernel command line. This eases manually adding
927     more options.
928   - Rename sudoers.d snippets to match naming scheme.
929     Sudo credentials that shall be unconditionally granted to the Tails
930     default user are named zzz_*, to make sure they are applied.
931   - WhisperBack: also include /var/log/live-persist and
932     /var/lib/gdm3/tails.persistence.
933   - Add a wrapper to torify whois.
934   - Rework the VirtualBox guest modules building hook to support
935     multiple kernels.
936   - Consistently wait for nm-applet when waiting for user session to come up.
937     Waiting for gnome-panel or notification-daemon worked worse.
938   - Don't start the NetworkManager system service via init.
939     Some Tails NM hooks need the user to be logged in to run properly.
940     That's why tails-greeter starts NetworkManager at PostLogin time.
941   - Also lock /bin/echo into memory. For some reason, kexec-load needs it.
942   - Pidgin: don't use the OFTC hidden service anymore.
943     It proved to be quite unreliable, being sometimes down for days.
944   - Do not display storage volumes on Desktop, by disabling
945     /apps/nautilus/desktop/volumes_visible GConf entry. Enabling that
946     GConf setting avoids displaying the bind-mounted persistent
947     directories on the Desktop, and reduces user confusion. It also is
948     a first step towards a bigger UI change: GNOME3 does not manage the
949     Desktop anymore, so volume icons and other Desktop icons are meant to
950     disappear anyway. It implies we'll have to move all Desktop icons
951     elsewhere. Let's start this move now: this will smooth the UI change
952     Wheezy will carry for our users, by applying some of it progressively.
954   * Build system
955   - Don't build hybrid ISO images anymore. They boot less reliably on
956     a variety of hardware, and are made less useful by us shipping
957     a USB installer from now on.
958   - Append .conf to live-config configuration filenames:
959     live-config >3.0~a36-1 only takes into account files named *.conf
960     in there. Accordingly update scripts that source these files.
961   - Remove long-obsolete home-refresh script and its configuration.
963   * Virtualization support
964   - Support Spice and QXL: install the Spice agent from Debian sid,
965     install xserver-xorg-video-qxl from squeeze-backports.
967  -- Tails developers <amnesia@boum.org>  Tue, 17 Apr 2012 14:54:00 +0200
969 tails (0.10.2) unstable; urgency=low
971   * Iceweasel
972   - Update to 10.0.2-1.
973   - Disable HTTPS-Everywhere's SSL Observatory (plus first-run pop-up).
974   - Revert "FoxyProxy: don't enclose regexps between ^ and $."
975     Currently "http://www.i2p2.de" (and everything similar) is captured by
976     the I2P filter, which is incorrect. It seems isMultiLine="false" does
977     *not* make RE into ^RE$ any longer.
978   - Remove file:// from NoScript's exception lists.
979     This will fix the JavaScript toggles in the local copy of the documentation.
980   - Update AdBlock patterns.
982   * Software
983   - Upgrade I2P to 0.8.13.
984   - Install libvpx0 from sid.
985   - Fetch klibc-utils and libklibc from sid.
986     The last initramfs-tools depends on these.
988   * Hardware support
989   - Upgrade Linux kernel to 3.2.7-1.
990   - Install firmware-libertas.
991     This adds support for wireless network cards with Marvell Libertas
992     8xxx chips supported by the libertas_cs, libertas_sdio, libertas_spi,
993     libertas_tf_usb, mwl8k and usb8xxx drivers.
995   * Miscellaneous
996   - Revert "Set time to middle of [valid-after, fresh-until] from consensus."
997     This reverts commit 18d23a500b9412b4b0fbe4e38a9398eb1a3eadef.
998     With this vmid clocks that are E minutes back in time may cause issues
999     (temporary Tor outages) after consensus updates that happen at the
1000     (60-E):th minute or later during any hour. Full analysis:
1001     https://mailman.boum.org/pipermail/tails-dev/2012-January/000873.html
1002   - Add the default user to the vboxsf group.
1003     This will allow the user to get full access to automounted VirtualBox
1004     shared folders as they are mounted with guid vboxsf and rwx group
1005     permissions.
1007  -- Tails developers <amnesia@boum.org>  Thu, 01 Mar 2012 20:26:21 +0100
1009 tails (0.10.1) unstable; urgency=low
1011   * Iceweasel
1012   - Make Startpage the default web search engine. Scroogle does not look
1013     reliable enough these days.
1015   * Software
1016   - Upgrade WhisperBack to 1.5.1 (update link to bug reporting documentation).
1017   - Update MAT to 0.2.2-2~bpo60+1 (fixes a critical bug in the GUI).
1019   * Hardware support
1020   - Upgrade Linux kernel to 3.2.1-2
1022   * Time synchronization
1023     Serious rework that should fix most, if not all, of the infamous
1024     time-sync' related bugs some Tails users have experienced recently.
1025     - Make htpdate more resilient by using three server pools, and
1026       allowing some failure ratio.
1027     - Set time from Tor's unverified-consensus if needed.
1028     - Set time to middle of [valid-after, fresh-until] from consensus.
1029     - Many robustness, performance and fingerprinting-resistance improvements.
1030     - Display time-sync' notification much earlier.
1032   * Miscellaneous
1033   - Fix access to "dumb" git:// protocol by using a connect-socks wrapper
1034     as GIT_PROXY_COMMAND.
1035   - SSH client: fix access to SSH servers on the Internet by correcting
1036     Host / ProxyCommand usage.
1037   - Pidgin: use OFTC hidden service to workaround Tor blocking.
1038   - Claws Mail: disable draft autosaving.
1039     When composing PGP encrypted email, drafts are saved back to
1040     the server in plaintext. This includes both autosaved and manually
1041     saved drafts.
1042   - tails-security-check-wrapper: avoid eating all memory when offline.
1044  -- Tails developers <amnesia@boum.org>  Sat, 28 Jan 2012 10:00:31 +0100
1046 tails (0.10) unstable; urgency=low
1048   * Tor: upgrade to 0.2.2.35-1.
1050   * Iceweasel
1051   - Install Iceweasel 9.0 from the Debian Mozilla team's APT repository.
1052   - Update Torbutton to 1.4.5.1-1.
1053   - Support viewing any YouTube video that is available in HTML5 format:
1054     install xul-ext-greasemonkey and the "Permanently Enable HTML5 on
1055     YouTube" GreaseMonkey script.
1056   - Stop using Polipo in Iceweasel. Its SOCKS support was fixed.
1057   - Install from Debian sid the iceweasel extensions we ship,
1058     for compatibility with FF9.
1059   - Use Scroogle (any languages) instead of Scroogle (English only) when
1060     booted in English. Many users choose English because their own
1061     language is not supported yet; let's not hide them search results in
1062     their own language.
1063   - Install Iceweasel language packs from Debian unstable:
1064     unfortunately they are not shipped on the mozilla.debian.net repository.
1065   - Install the NoScript Firefox extension; configure it the same way as
1066     the TBB does.
1067   - Disable third-party cookies.
1068     They can be used to track users, which is bad. Besides, this is what
1069     TBB has been doing for years.
1070   - FoxyProxy: allow direct connections to RFC1918 IPs.
1072   * Do not transparent proxy outgoing Internet connections through Tor.
1073   - Torify the SSH client using connect-proxy to all IPs but RFC1918 ones.
1074   - Torify APT using Polipo HTTP.
1075   - Torify wget in wgetrc.
1076   - Torify gobby clients using torsocks. It does not support proxies yet.
1077   - Torify tails-security-check using LWP::UserAgent's SOCKS proxy support.
1078   - Fix enabling of GNOME's HTTP proxy.
1080   * Software
1081   - Upgrade Vidalia to 0.2.15-1+tails1.
1082     · New upstream release.
1083     · Do not warn about Tor version.
1084   - Upgrade MAT to 0.2.2-1~bpo60+1.
1085   - Upgrade VirtualBox guest software to 4.1.6-dfsg-2~bpo60+1,
1086     built against the ABI of X.Org backports.
1087   - Upgrade I2P to 0.8.11 using KillYourTV's Squeeze packages;
1088     additionally, fix its start script that was broken by the tordate merge.
1089   - Install unar (The Unarchiver) instead of the non-free unrar.
1090   - Install Nautilus Wipe instead of custom Nautilus scripts.
1092   * Hardware support
1093   - Upgrade Linux kernel to 3.1.6-1.
1094   - Upgrade to X.Org from squeeze-backports.
1095   - Install more, and more recent b43 firmwares.
1096   - Upgrade barry to 0.15-1.2~bpo60+1.
1098   * Internationalization
1099   - Add basic language support for Russian, Farsi and Vietnamese.
1100   - Install some Indic fonts.
1101   - Install some Russian fonts.
1102   - Add Alt+Shift shortcut to switch keyboard layout.
1104   * Miscellaneous
1105   - Support booting in "Windows XP -like camouflage mode":
1106     · Install homebrewn local .debs for a Windows XP look-alike Gnome theme.
1107     · Add the "Windows XP Bliss" desktop wallpaper.
1108     · Added a script that's sets up Gnome to look like Microsoft Windows XP.
1109     · Add Windows XP "camouflage" icons for some programs.
1110     · Make Iceweasel use the IE icon when Windows XP camouflage is enabled.
1111     · Add special launcher icons for the Windows XP theme so that they're
1112       not too big.
1113   - Decrease Florence focus zoom to 1.2.
1114   - Do not fetch APT translation files. Running apt-get update is heavy enough.
1115   - Add MSN support thanks to msn-pecan.
1116   - Add custom SSH client configuration:
1117     · Prefer strong ciphers and MACs.
1118     · Enable maximum compression level.
1119      · Explicitly disable X11 forwarding.
1120     · Connect as root by default, to prevent fingerprinting when username
1121       was not specified.
1122   - Replace flawed FireGPG with a home-made GnuPG encryption applet;
1123     install a feature-stripped FireGPG that redirects users to
1124     the documentation, and don't run Seahorse applet anymore.
1125   - Enable Seahorse's GnuPG agent.
1126   - Blank screen when lid is closed, rather than shutting down the system.
1127     The shutdown "feature" has caused data losses for too many people, it seems.
1128     There are many other ways a Tails system can be shut down in a hurry
1129     these days.
1130   - Import Tails signing key into the keyring.
1131   - Fix bug in the Pidgin nick generation that resulted in the nick
1132     "XXX_NICK_XXX" once out of twenty.
1133   - Pre-configure the #tor IRC discussion channel in Pidgin.
1134   - Fix "technology preview" of bridge support: it was broken by tordate merge.
1135   - Install dependencies of our USB installer to ease its development.
1136   - Make vidalia NM hook sleep only if Vidalia is already running.
1137   - Reintroduce the htpdate notification, telling users when it's safe
1138     to use Tor Hidden Services.
1139   - htpdate: omit -f argument to not download full pages.
1140   - htpdate: write success file even when not within {min,max}adjust.
1141     Otherwise htpdate will not "succeed" when the time diff is 0 (i.e.
1142     the clock was already correct) so the success file cannot be used
1143     as an indicator that the system time now is correct, which arguably
1144     is its most important purpose.
1146   * Build system
1147   - Name built images according to git tag.
1149  -- Tails developers <tails@boum.org>  Wed, 04 Jan 2012 09:56:38 +0100
1151 tails (0.9) unstable; urgency=low
1153   * Tor
1154   - Upgrade to 0.2.2.34 (fixes CVE-2011-2768, CVE-2011-2769).
1156   * Iceweasel
1157   - Upgrade to 3.5.16-11 (fixes CVE-2011-3647, CVE-2011-3648, CVE-2011-3650).
1158   - Upgrade FireGPG to 0.8-1+tails2: notify users that the FireGPG Text
1159     Editor is the only safe place for performing cryptographic operations,
1160     and make it impossible to do otherwise. Other ways open up several
1161     severe attacks through JavaScript (e.g. leaking plaintext when
1162     decrypting, signing messages written by the attacker).
1163   - Install Cookie Monster extension instead of CS Lite.
1164   - Always ask where to save files.
1165   - Upgrade Torbutton to 1.4.4.1-1, which includes support for the in-browser
1166     "New identity" feature.
1168   * Software
1169   - Install MAT, the metadata anonymisation toolkit.
1170   - Upgrade TrueCrypt to 7.1.
1171   - Upgrade WhisperBack to 1.5~rc1 (leads the user by the hand if an error
1172     occurs while sending the bugreport, proposes to save it after 2 faild
1173     attempts, numerous bugfixes).
1174   - Linux: upgrade to linux-image-3.0.0-2-486 (version 3.0.0-6); fixes
1175     a great number of bugs and security issues.
1177   * Miscellaneous
1178   - Fully rework date and time setting system.
1179   - Remove the htp user firewall exception.
1180   - Saner keyboard layouts for Arabic and Russian.
1181   - Use Plymouth text-only splash screen at boot time.
1182   - Color the init scripts output.
1183   - Suppress Tor's warning about applications doing their own DNS lookups.
1184     This is totally safe due to our Tor enforcement.
1185   - Disable hdparm boot-time service.
1186     We only want hdparm so that laptop-mode-tools can use it.
1187   - Run Claws Mail using torify.
1188     It's not as good as if Claws Mail supported SOCKS proxies itself,
1189     but still better than relying on the transparent netfilter torification.
1190   - Install HPLIP and hpcups for better printing support.
1192   * Erase memory at shutdown
1193   - Run many sdmem instances at once.
1194     In hope of erasing more memory until we come up with a proper fix for
1195     [[bugs/sdmem_does_not_clear_all_memory]].
1196   - Kill gdm3 instead of using its initscript on brutal shutdown.
1197   - Use absolute path to eject for more robust memory wipe on boot medium removal.
1199   * Space savings
1200   - Exclude kernel and initramfs from being put into the SquashFS.
1201     Those files are already shipped where they are needed, that is in the ISO
1202     filesystem. Adapt kexec and memlockd bits.
1203   - Do not ship the GNOME icon theme cache.
1204   - Do not ship .pyc files.
1205   - Do not ship NEWS.Debian.gz files.
1207   * Build system
1208   - Re-implement hook that modifies syslinux config to make future
1209     development easier.
1211  -- Tails developers <amnesia@boum.org>  Tue, 01 Nov 2011 13:26:38 +0100
1213 tails (0.8.1) unstable; urgency=low
1215   * Iceweasel
1216     - Update to 3.5.16-10 (fixes DSA-2313-1).
1217     - FireGPG: force crypto action results to appear in a new window, otherwise
1218       JavaScript can steal decrypted plaintext. Advice: always use FireGPG's
1219       text editor when writing text you want to encrypt. If you write it in a
1220       textbox the plaintext can be stolen through JavaScript before it is
1221       encrypted in the same way.
1222     - Update HTTPS Everywhere extension to 1.0.3-1.
1223     - Stop using the small version of the Tor check page. The small version
1224       incorrectly tells Tails users to upgrade their Torbrowser, which has
1225       confused some users.
1227   * Software
1228     - Update Linux to 3.0.0-2 (fixes DSA-2310-1, CVE-2011-2905, CVE-2011-2909,
1229       CVE-2011-2723, CVE-2011-2699, CVE-2011-1162, CVE-2011-1161).
1230     - Update usb-modeswitch to 1.1.9-2~bpo60+1 and usb-modeswitch-data to
1231       20110805-1~bpo60+1 from Debian backports. This adds support for a few
1232       devices such as Pantech UMW190 CDMA modem.
1233     - Install libregexp-common-perl 2011041701-3 from Debian unstable. This
1234       fixes the bug: [[bugs/msva_does_not_use_configured_keyserver]].
1235     - Install hdparm so the hard drives can be spinned down in order to save
1236       battery power.
1237     - Install barry-util for better BlackBerry integration.
1238     - Debian security upgrades: OpenOffice.org (DSA-2315-1), openjdk-6
1239       (DSA-2311-1), policykit-1 (DSA-2319-1)
1241    * Protecting against memory recovery
1242     - Set more appropriate Linux VM config before wiping memory. These
1243       parameters should make the wipe process more robust and efficient.
1245  -- Tails developers <amnesia@boum.org>  Sun, 16 Oct 2011 11:31:18 +0200
1247 tails (0.8) unstable; urgency=low
1249   * Rebase on the Debian Squeeze 6.0.2.1 point-release.
1251   * Tor
1252     - Update to 0.2.2.33-1.
1253     - Disabled ControlPort in favour of ControlSocket.
1254     - Add port 6523 (Gobby) to Tor's LongLivedPorts list.
1256   * I2P
1257     - Update to 0.8.8.
1258     - Start script now depends on HTP since I2P breaks if the clock jumps or is
1259       too skewed during bootstrap.
1261   * Iceweasel
1262     - Update to 3.5.16-9 (fixes CVE-2011-2374, CVE-2011-2376, CVE-2011-2365,
1263       CVE-2011-2373, CVE-2011-2371, CVE-2011-0083, CVE-2011-2363, CVE-2011-0085,
1264       CVE-2011-2362, CVE-2011-2982, CVE-2011-2981, CVE-2011-2378, CVE-2011-2984,
1265       CVE-2011-2983).
1266     - Enable HTTP pipelining (like TBB).
1267     - Update HTTPS Everywhere extension to 1.0.1-1 from Debian unstable.
1268     - Suppress FoxyProxy update prompts.
1269     - Prevent FoxyProxy from "phoning home" after a detected upgrade.
1270     - Fixed a bunch of buggy regular expressions in FoxyProxy's configuration.
1271       See [[bugs/exploitable_typo_in_url_regex?]] for details. Note that none of
1272       these issues are critical due to the transparent proxy.
1273     - Add DuckDuckGo SSL search engine.
1275   * Torbutton
1276     - Update to torbutton 1.4.3-1 from Debian unstable.
1277     - Don't show Torbutton status in the status bar as it's now displayed in the
1278       toolbar instead.
1280   * Pidgin
1281     - More random looking nicks in pidgin.
1282     - Add IRC account on chat.wikileaks.de:9999.
1284   * HTP
1285     - Upgrade htpdate script (taken from Git 7797fe9) that allows setting wget's
1286       --dns-timeout option.
1288   * Software
1289     - Update Linux to 3.0.0-1. -686 is now deprecated in favour of -486 and
1290       -686-pae; the world is not ready for -pae yet, so we now ship -486.
1291     - Update OpenSSL to 0.9.8o-4squeeze2 (fixes CVE-2011-1945 (revoke
1292       compromised DigiNotar certificates), CVE-2011-1945).
1293     - Update Vidalia to 0.2.14-1+tails1 custom package.
1294     - Install accessibility tools:
1295       - gnome-mag: screen magnifier
1296       - gnome-orca: text-to-speech
1297     - Replace the onBoard virtual keyboard with Florence.
1298     - Install the PiTIVi non-linear audio/video editor.
1299     - Install ttdnsd.
1300     - Install tor-arm.
1301     - Install lzma.
1303   * Arbitrary DNS queries
1304     - Tor can not handle all types of DNS queries, so if the Tor resolver fails
1305       we fallback to ttdnsd. This is now possible with Tor 0.2.2.x, since we
1306       fixed Tor bug #3369.
1308   * Hardware support
1309     - Install ipheth-utils for iPhone tethering.
1310     - Install xserver-xorg-input-vmmouse (for mouse integration with the host OS
1311       in VMWare and KVM).
1312     - Install virtualbox-ose 4.x guest packages from Debian backports.
1314   * Miscellaneous
1315     - Switch gpg to use keys.indymedia.org's hidden service, without SSL.
1316       The keys.indymedia.org SSL certificate is now self-signed. The hidden
1317       service gives a good enough way to authenticate the server and encrypts
1318       the connection, and just removes the certificates management issue.
1319     - The squashfs is now compressed using XZ which reduces the image size quite
1320       drastically.
1321     - Remove Windows autorun.bat and autorun.inf. These files did open a static
1322       copy of our website, which is not accessible any longer.
1324   * Build system
1325     - Use the Git branch instead of the Debian version into the built image's
1326       filename.
1327     - Allow replacing efficient XZ compression with quicker gzip.
1328     - Build and install documentation into the chroot (-> filesystem.squashfs).
1329       Rationale: our static website cannot be copied to a FAT32 filesystem due
1330       to filenames being too long. This means the documentation cannot be
1331       browsed offline from outside Tails. However, our installer creates GPT
1332       hidden partitions, so the doc would not be browseable from outside Tails
1333       anyway. The only usecase we really break by doing so is browsing the
1334       documentation while running a non-Tails system, from a Tails CD.
1336  -- Tails developers <amnesia@boum.org>  Thu, 09 Sep 2011 11:31:18 +0200
1338 tails (0.7.2) unstable; urgency=high
1340   * Iceweasel
1341   - Disable Torbutton's external application launch warning.
1342     ... which advises using Tails. Tails *is* running Tails.
1343   - FoxyProxy: install from Debian instead of the older one we previously
1344     shipped.
1346   * Software
1347   - haveged: install an official Debian backport instead of a custom backport.
1348   - unrar: install the version from Debian's non-free repository.
1349     Users report unrar-free does not work well enough.
1351  -- Tails developers <amnesia@boum.org>  Sun, 12 Jun 2011 15:34:56 +0200
1353 tails (0.7.1) unstable; urgency=high
1355   * Vidalia: new 0.2.12-2+tails1 custom package.
1357   * Iceweasel
1358   - Don't show Foxyproxy's status / icon in FF statusbar to prevent users
1359     from accidentaly / unconsciously put their anonymity at risk.
1360   - "amnesia branding" extension: bump Iceweasel compatibility to 4.0 to ease
1361     development of future releases.
1363   * Software
1364   - Upgrade Linux kernel to Debian's 2.6.32-33: fixes tons of bugs,
1365     including the infamous missing mouse cursor one. Oh, and it closes
1366     a few security holes at well.
1367   - Install unrar-free.
1368   - Do not install pppoeconf (superseeded by NetworkManager).
1369   - Upgrade macchanger to Debian testing package to ease development of
1370     future Tails releases.
1371   - Debian security upgrades: x11-xserver-utils (DSA-2213-1), isc-dhcp
1372     (DSA-2216-1), libmodplug (DSA-2226-1), openjdk-6 (DSA-2224-1).
1374   * Protecting against memory recovery
1375   - Add Italian translation for tails-kexec. Thanks to Marco A. Calamari.
1376   - Make it clear what it may mean if the system does not power off
1377     automatically.
1378   - Use kexec's --reset-vga option that might fix display corruption issues
1379     on some hardware.
1381   * WhisperBack (encrypted bug reporting software)
1382   - Upgrade WhisperBack to 1.4.1:
1383     localizes the documentation wiki's URL,
1384     uses WebKit to display the bug reporting help page,
1385     now is usable on really small screens.
1386   - Extract wiki's supported languages at build time, save this
1387     information to /etc/amnesia/environment, source this file into the
1388     Live user's environment so that WhisperBack 1.4+ can make good use
1389     of it.
1391   * Miscellaneous
1392   - Fix boot in Chinese.
1393   - Install mobile-broadband-provider-info for better 3G support.
1394   - Add back GNOME system icons to menus.
1395   - tails-security-check: avoid generating double-slashes in the Atom
1396     feeds URL.
1397   - Remove "vga=788" boot parameter which breaks the boot on some hardware.
1398   - Remove now useless "splash" boot parameter.
1399   - Fix a bunch of i386-isms.
1400   - Pass the noswap option to the kernel. This does not change actual Tails
1401     behaviour but prevents users from unnecessarily worrying because of 
1402     the "Activating swap" boot message.
1403   - Make use of check.torproject.org's Arabic version.
1405   * Build system
1406   - Enable squeeze-backports. It is now ready and will be used soon.
1407   - Install eatmydata in the chroot.
1408   - Convert ikiwiki setup files to YAML.
1410  -- Tails developers <amnesia@boum.org>  Fri, 29 Apr 2011 17:14:53 +0200
1412 tails (0.7) unstable; urgency=low
1414   * Hardware support
1415   - Install foomatic-filters-ppds to support more printers.
1416   - Give the default user the right to manage printers.
1418   * Software
1419   - Deinstall unwanted packages newly pulled by recent live-build.
1420   
1421  -- Tails developers <amnesia@boum.org>  Wed, 06 Apr 2011 22:58:51 +0200
1423 tails (0.7~rc2) unstable; urgency=low
1425   ** SNAPSHOT build @824f39248a08f9e190146980fb1eb0e55d483d71 **
1427   * Rebase on Debian Squeeze 6.0.1 point-release.
1428   
1429   * Vidalia: new 0.2.10-3+tails5 custom package..
1431   * Hardware support
1432   - Install usb-modeswitch and modemmanager to support mobile broadband
1433     devices such as 3G USB dongles. Thanks to Marco A. Calamari for the
1434     suggestion.
1436   * Misc
1437   - Website relocated to https://tails.boum.org/ => adapt various places.
1438   - Configure keyboard layout accordingly to the chosen language for
1439     Italian and Portuguese.
1441  -- Tails developers <amnesia@boum.org>  Fri, 25 Mar 2011 15:44:25 +0100
1443 tails (0.7~rc1) UNRELEASED; urgency=low
1445   ** SNAPSHOT build @98987f111fc097a699b526eeaef46bc75be5290a **
1447   * Rebase on Debian Squeeze.
1449   * T(A)ILS has been renamed to Tails.
1450   
1451   * Protecting against memory recovery
1452     New, safer way to wipe memory on shutdown which is now also used when
1453     the boot media is physically removed.
1455   * Tor
1456   - Update to 0.2.1.30-1.
1458   * Iceweasel
1459   - Add HTTPS Everywhere 0.9.4 extension.
1460   - Better preserve Anonymity Set: spoof US English Browser and timezone
1461     the same way as the Tor Browser Bundle, disable favicons and picture
1462     iconification.
1463   - Install AdBlock Plus extension from Debian.
1464   - Add Tor-related bookmarks.
1465   - Support FTP, thanks to FoxyProxy.
1466   - Update AdBlock patterns.
1467   - Disable geolocation and the offline cache.
1469   * Software
1470   - Update Vidalia to 0.2.10-3+tails4.
1471   - Install gnome-disk-utility (Palimpsest) and Seahorse plugins.
1472   - Add opt-in i2p support with Iceweasel integration through FoxyProxy.
1473   - onBoard: fix "really quits when clicking the close window icon" bug.
1474   - Optionally install TrueCrypt at boot time.
1475   - Install laptop-mode-tools for better use of battery-powered hardware.
1476   - Replace xsane with simple-scan which is part of GNOME and way easier
1477     to use.
1478   - Upgrade WhisperBack to 1.3.1 (bugfixes, French translation).
1479   - Install scribus-ng instead of scribus. It is far less buggy in Squeeze.
1480   
1481   * Firewall
1482   - Drop incoming packets by default.
1483   - Forbid queries to DNS resolvers on the LAN.
1484   - Set output policy to drop (defense-in-depth).
1486   * Hardware support
1487   - Install Atheros and Broadcom wireless firmwares.
1488   - Install libsane-hpaio and sane-utils, respectively needed for
1489     multi-function peripherals and some SCSI scanners.
1491   * live-boot 2.0.15-1+tails1.35f1a14
1492   - Cherry-pick our fromiso= bugfixes from upstream 3.x branch.
1494   * Miscellaneous
1495   - Many tiny user interface improvements.
1496   - More robust HTP time synchronization wrt. network failures.
1497     Also, display the logs when the clock synchronization fails.
1498   - Disable GNOME automatic media mounting and opening to protect against
1499     a class of attacks that was recently put under the spotlights.
1500     Also, this feature was breaking the "no trace is left on local
1501     storage devices unless explicitly asked" part of Tails specification.
1502   - Make configuration more similar to the Tor Browser Bundle's one.
1503   - GnuPG: default to stronger digest algorithms.
1504   - Many more or less proper hacks to get the built image size under 700MB.
1505   - Compress the initramfs using LZMA for faster boot.
1507   * Build system
1508   - Run lb build inside eatmydata fsync-less environment to greatly improve
1509     build time.
1511  -- Tails developers <amnesia@boum.org>  Fri, 11 Mar 2011 15:52:19 +0100
1513 tails (0.6.2) unstable; urgency=high
1515   * Tor: upgrade to 0.2.1.29 (fixes CVE-2011-0427).
1516   * Software
1517   - Upgrade Linux kernel, dpkg, libc6, NSS, OpenSSL, libxml2 (fixes various
1518     security issues).
1519   - Upgrade Claws Mail to 3.7.6 (new backport).
1520   - Install Liferea, tcpdump and tcpflow.
1521   * Seahorse: use hkp:// transport as it does not support hkps://.
1522   * FireGPG: use hkps:// to connect to the configured keyserver.
1523   * Build system: take note of the Debian Live tools versions being used
1524     to make next point-release process faster.
1525   * APT: don't ship package indices.
1527  -- T(A)ILS developers <amnesia@boum.org>  Wed, 19 Jan 2011 16:59:43 +0100
1529 tails (0.6.1) unstable; urgency=low
1531   * Tor: upgrade to 0.1.28 (fixes CVE-2010-1676)
1532   * Software: upgrade NSS, Xulrunner, glibc (fixes various security issues)
1533   * FireGPG: use the same keyserver as the one configured in gpg.conf.
1534   * Seahorse: use same keyserver as in gpg.conf.
1535   * HTP: display the logs when the clock synchronization fails.
1536   * Update HTP configuration: www.google.com now redirects to
1537     encrypted.google.com.
1538   * Use the light version of the "Are you using Tor?" webpage.
1539   * Update AdBlock patterns.
1541  -- T(A)ILS developers <amnesia@boum.org>  Fri, 24 Dec 2010 13:28:29 +0100
1543 tails (0.6) unstable; urgency=low
1545   * Releasing 0.6.
1547   * New OpenPGP signing-only key. Details are on the website:
1548     https://amnesia.boum.org/GnuPG_key/
1550   * Iceweasel
1551   - Fixed torbutton has migrated to testing, remove custom package.
1553   * HTP
1554   - Query ssl.scroogle.org instead of lists.debian.org.
1555   - Don't run when the interface that has gone up is the loopback one.
1557   * Nautilus scripts
1558   - Add shortcut to securely erase free space in a partition.
1559   - The nautilus-wipe shortcut user interface is now translatable.
1561   * Misc
1562   - Really fix virtualization warning display.
1563   - More accurate APT pinning.
1564   - Disable Debian sid APT source again since a fixed live-config has
1565     migrated to Squeeze since then.
1567   * live-boot: upgrade to 2.0.8-1+tails1.13926a
1568   - Sometimes fixes the smem at shutdown bug.
1569   - Now possible to create a second partition on the USB stick T(A)ILS is
1570     running from.
1572   * Hardware support
1573   - Support RT2860 wireless chipsets by installing firmware-ralink from
1574     Debian Backports.
1575   - Install firmware-linux-nonfree from backports.
1576   - Fix b43 wireless chipsets by having b43-fwcutter extract firmwares at
1577     build time.
1579   * Build system
1580   - Install live-build and live-helper from Squeeze.
1581   - Update SquashFS sort file.
1583  -- T(A)ILS developers <amnesia@boum.org>  Wed, 20 Oct 2010 19:53:17 +0200
1585 tails (0.6~rc3) UNRELEASED; urgency=low
1587   ** SNAPSHOT build @a3ebb6c775d83d1a1448bc917a9f0995df93e44d **
1589   * Iceweasel
1590   - Autostart Iceweasel with the GNOME session. This workarounds the
1591     "Iceweasel first page is not loaded" bug.
1592   
1593   * HTP
1594   - Upgrade htpdate script (taken from Git 7797fe9).
1596   * Misc
1597   - Disable ssh-agent auto-starting with X session: gnome-keyring is
1598     more user-friendly.
1599   - Fix virtualization warning display.
1600   - Boot profile hook: write desktop file to /etc/skel.
1602   * Build system
1603   - Convert build system to live-build 2.0.1.
1604   - APT: fetch live-build and live-helper from Debian Live snapshots.
1605   - Remove dependency on live-build functions in chroot_local-hooks.
1606     This makes the build environment more robust and less dependent on
1607     live-build internals.
1608   - Remove hand-made rcS.d/S41tails-wifi: a hook now does this.
1609   - Measure time used by the lh build command.
1610   - Fix boot profile hook.
1611   - Boot profiling: wait a bit more: the current list does not include
1612     /usr/sbin/tor.
1614  -- T(A)ILS developers <amnesia@boum.org>  Sat, 02 Oct 2010 23:06:46 +0200
1616 tails (0.6~rc2) UNRELEASED; urgency=low
1618   ** SNAPSHOT build @c0ca0760ff577a1e797cdddf0e95c5d62a986ec8 **
1620   * Iceweasel
1621   - Refreshed AdBlock patterns (20100926).
1622   - Set network.dns.disableIPv6 to true (untested yet)
1623   - Torbutton: install patched 1.2.5-1+tails1 to fix the User-Agent bug,
1624     disable extensions.torbutton.spoof_english again.
1626   * Software
1627   - WhisperBack: upgrade to 1.3~beta3 (main change:  let the user provide
1628     optional email address and OpenPGP key).
1629   - Remove mc.
1630   - Update haveged backport to 0.9-3~amnesia+lenny1.
1631   - Update live-boot custom packages (2.0.6-1+tails1.6797e8): fixes bugs
1632     in persistency and smem-on-shutdown.
1633   - Update custom htpdate script. Taken from commit d778a6094cb3 in our
1634     custom Git repository:  fixes setting of date/time.
1636   * Build system
1637   - Bugfix: failed builds are now (hopefully) detected.
1638   - Fix permissions on files in /etc/apt/ that are preserved in the image.
1639   - Install version 2.0~a21-1 of live-build and live-helper in the image.
1640     We are too late in the release process to upgrade to current Squeeze
1641     version (2.0~a29-1).
1643   * Misc
1644   - Pidgin/OTR: disable the automatic OTR initiation and OTR requirement.
1646  -- T(A)ILS developers <amnesia@boum.org>  Wed, 29 Sep 2010 19:23:17 +0200
1648 tails (0.6~1.gbpef2878) UNRELEASED; urgency=low
1650   ** SNAPSHOT build @ef28782a0bf58004397b5fd303f938cc7d11ddaa **
1652   * Hardware support
1653   - Use a 2.6.32 kernel: linux-image-2.6.32-bpo.5-686 (2.6.32-23~bpo50+1)
1654     from backports.org. This should support far more hardware and
1655     especially a lot of wireless adapters.
1656   - Add firmware for RTL8192 wireless adapters.
1657   - Enable power management on all wireless interfaces on boot.
1659   * Software
1660   - Install inkscape.
1661   - Install poedit.
1662   - Install gfshare and ssss: two complementary implementations
1663     of Shamir's Secret Sharing.
1664   - Install tor-geoipdb.
1665   - Remove dialog, mc and xterm.
1667   * Iceweasel
1668   - Set extensions.torbutton.spoof_english to its default true value
1669     in order to workaround a security issue:
1670     https://amnesia.boum.org/security/Iceweasel_exposes_a_rare_User-Agent/
1672   * Monkeysphere
1673   - Install the Iceweasel extension.
1674   - Use a hkps:// keyserver.
1676   * GnuPG
1677   - Install gnupg from backports.org so that hkps:// is supported.
1678   - Use a hkps:// keyserver.
1679   - Proxy traffic via polipo.
1680   - Prefer up-to-date digests and ciphers.
1682   * Vidalia: rebased our custom package against 0.2.10.
1684   * Build system
1685   - Built images are now named like this:
1686     tails-i386-lenny-0.5-20100925.iso
1687   - Use live-helper support for isohybrid options instead of doing the
1688     conversion ourselves. The default binary image type we build is now
1689     iso-hybrid.
1690   - Remove .deb built by m-a after they have been installed.
1691   - Setup custom GConf settings at build time rather than at boot time.
1692   - Move $HOME files to /etc/skel and let adduser deal with permissions.
1693   - Convert to live-boot / live-config / live-build 2.x branches.
1694   - Replaced our custom live-initramfs with a custom live-boot package;
1695     included version is 2.0.5-1+tails2.6797e8 from our Git repository:
1696     git clone git://git.immerda.ch/tails_live-boot.git
1697   - Install live-config* from the live-snapshots Lenny repository.
1698     Rationale: live-config binary packages differ depending on the target
1699     distribution, so that using Squeeze's live-config does not produce
1700     fully-working Lenny images.
1701   - Rename custom scripts, packages lists and syslinux menu entries from
1702     the amnesia-* namespace to the tails-* one.
1704   * HTP
1705   - Use (authenticated) HTP instead of NTP.
1706   - The htpdate script that is used comes from commit 43f5f83c0 in our
1707     custom repository:  git://git.immerda.ch/tails_htp.git
1708   - Start Tor and Vidalia only once HTP is done.
1710   * Misc
1711   - Fix IPv6 firewall restore file. It was previously not used at all.
1712   - Use ftp.us.debian.org instead of the buggy GeoIP-powered
1713     cdn.debian.net.
1714   - Gedit: don't autocreate backup copies.
1715   - Build images with syslinux>=4.01 that has better isohybrid support.
1716   - amnesia-security-check: got rid of the dependency on File::Slurp.
1717   - Take into account the migration of backports.org to backports.debian.org.
1718   - Make GnuPG key import errors fatal on boot.
1719   - Warn the user when T(A)ILS is running inside a virtual machine.
1720   - DNS cache: forget automapped .onion:s on Tor restart.
1722   * Documentation: imported Incognito's walkthrough, converted to
1723     Markdown, started the needed adaptation work.
1725  -- T(A)ILS developers <amnesia@boum.org>  Sun, 26 Sep 2010 11:06:50 +0200
1727 tails (0.5) unstable; urgency=low
1729   * The project has merged efforts with Incognito.
1730     It is now to be called "The (Amnesic) Incognito Live System".
1731     In short: T(A)ILS.
1733   * Community
1734   - Created the amnesia-news mailing-list.
1735   - Added a forum to the website.
1736   - Created a chatroom on IRC: #tails on irc.oftc.net
1738   * Fixed bugs
1739   - Workaround nasty NetworkManager vs. Tor bug that often
1740     prevented the system to connect to the Tor network: restart Tor and Vidalia
1741     when a network interface goes up.
1742   - onBoard now autodetects the keyboard layout... at least once some
1743     keys have been pressed.
1744   - New windows don't open in background anymore, thanks to
1745     a patched Metacity.
1746   - Memory wiping at shutdown is now lightning fast, and does not prevent
1747     the computer to halt anymore.
1748   - GNOME panel icons are right-aligned again.
1749   - Fixed permissions on APT config files.
1750   - Repaired mouse integration when running inside VirtualBox.
1752   * Iceweasel
1753   - Torbutton: redirect to Scroogle when presented a Google captcha.
1754   - Revamped bookmarks
1755       . moved T(A)ILS own website to the personal toolbar
1756       . moved webmail links (that are expected to be more than 3 soon)
1757         to a dedicated folder.
1758   - Don't show AdBlock Plus icon in the toolbar.
1759   - Adblock Plus: updated patterns, configured to only update subscriptions
1760     once a year. Which means never, hopefully, as users do update their
1761     Live system on a regular basis, don't they?
1763   * Vidalia: rebased our custom package against 0.2.8.
1764   
1765   * Claws Mail
1766   - Install Claws Mail from backports.org to use the X.509 CA
1767     certificates provided by Debian.
1768   - Enable PGP modules with basic configuration:
1769       . Automatically check signatures.
1770       . Use gpg-agent to manage passwords.
1771       . Display warning on start-up if GnuPG doesn't work.
1772   - Set the IO timeout to 120s (i.e. the double of the default 60s).
1773   
1774   * Pidgin
1775   - Automatically connect to irc.oftc.net with a randomized nickname,
1776     so as not to advertize the use of T(A)ILS; this nickname is made of:
1777      . a random firstname picked from the 2000 most registered by the U.S.
1778        social security administration in the 70s;
1779      . two random digits.
1780     Good old irc.indymedia.org is still configured - with same nickname -
1781     but is not enabled by default anymore.
1782   - Disabled MSN support, that is far too often affected by security flaws.
1784   * Build $HOME programmatically
1785   - Migrated all GConf settings, including the GNOME panel configuration,
1786     to XML files that are loaded at boot time.
1787   - Configure iceweasel profile skeleton in /etc/iceweasel.
1788     A brand new profile is setup from this skeleton once iceweasel is
1789     started after boot.
1790       . build sqlite files at build time from plain SQL.
1791       . FireGPG: hard-code current firegpg version at build time to prevent
1792         the extension to think it was just updated.
1793       . stop shipping binary NSS files. These were here only to
1794         install CaCert's certificate, that is actually shipped by Debian's
1795         patched libnss.
1796   
1797   * Build system
1798   - Updated Debian Live snapshots APT repository URL.
1799   - Purge all devel packages at the end of the chroot configuration.
1800   - Make sure the hook that fixes permissions runs last.
1801   - Remove unwanted Iceweasel search plugins at build time.
1802   
1803   * Misc
1804   - Added a progress bar for boot time file readahead.
1805   - Readahead more (~37MB) stuff in foreground at boot time.
1806   - Make the APT pinning persist in the Live image.
1807   - localepurge: keep locales for all supported languages,
1808     don't bother when installing new packages.
1809   - Removed syslinux help menu: these help pages are either buggy or
1810     not understandable by non-geeks.
1811   - Fixed Windows autorun.
1812   - Disable a few live-initramfs scripts to improve boot time.
1813   - Firewall: forbid any IPv6 communication with the outside.
1814   - Virtualization support: install open-vm-tools.
1815   - WhisperBack: updated to 1.2.1, add a random bug ID to the sent
1816     mail subject.
1817   - Prompt for CD removal on shutdown, not for USB device.
1819   * live-initramfs: new package built from our Git (e2890a04ff) repository.
1820   - Merged upstream changes up to 1.177.2-1.
1821   - New noprompt=usb feature.
1822   - Fix buggy memory wiping and shutdown.
1823   - Really reboot when asked, rather than shutting down the system.
1825   * onBoard
1826   - Upgraded to a new custom, patched package (0.93.0-0ubuntu4~amnesia1).
1827   - Added an entry in the Applications menu.
1828   
1829   * Software
1830   - Install vim-nox with basic configuration
1831   - Install pwgen
1832   - Install monkeysphere and msva-perl
1833   - Replaced randomsound with haveged as an additional source of entropy.
1835   * Hardware support
1836   - Build ralink rt2570 wifi modules.
1837   - Build rt2860 wifi modules from Squeeze. This supports the RT2860
1838     wireless adapter, found particularly in the ASUS EeePC model 901
1839     and above.
1840   - Build broadcom-sta-source wifi modules.
1841   - Bugfix: cpufreq modules were not properly added to /etc/modules.
1842   - Use 800x600 mode on boot rather than 1024x768 for compatibility
1843     with smaller displays.
1845  -- amnesia <amnesia@boum.org>  Fri, 30 Apr 2010 16:14:13 +0200
1847 amnesia (0.4.2) unstable; urgency=low
1849   New release, mainly aimed at fixing live-initramfs security issue
1850   (Debian bug #568750), with an additional set of small enhancements as
1851   a bonus.
1853   * live-initramfs: new custom package built from our own live-initramfs
1854     Git repository (commit 8b96e5a6cf8abc)
1855   - based on new 1.173.1-1 upstream release
1856   - fixed live-media=removable behaviour so that filesystem images found
1857     on non-removable storage are really never used (Debian bug #568750)
1859   * Vidalia: bring back our UI customizations (0.2.7-1~lenny+amnesia1)
1861   * APT: consistently use the GeoIP-powered cdn.debian.net
1863   * Software: make room so that {alpha, future} Squeeze images fit on
1864     700MB CD-ROM
1865   - only install OpenOffice.org's calc, draw, impress, math and writer
1866     components
1867   - removed OpenOffice.org's English hyphenation and thesaurus
1868   - removed hunspell, wonder why it was ever added
1870   * Boot
1871   - explicitly disable persistence, better safe than sorry
1872   - removed compulsory 15s timeout, live-initramfs knows how to wait for
1873     the Live media to be ready
1875   * Build system: don't cache rootfs anymore
1877  -- amnesia <amnesia@boum.org>  Sun, 07 Feb 2010 18:28:16 +0100
1879 amnesia (0.4.1) unstable; urgency=low
1881   * Brown paper bag bugfix release: have amnesia-security-check use
1882     entries publication time, rather than update time... else tagging
1883     a security issue as fixed, after releasing a new version, make this
1884     issue be announced to every user of this new, fixed version.
1886  -- amnesia <amnesia@boum.org>  Sat, 06 Feb 2010 03:58:41 +0100
1888 amnesia (0.4) unstable; urgency=low
1890   * We now only build and ship "Hybrid" ISO images, which can be either
1891     burnt on CD-ROM or dd'd to a USB stick or hard disk.
1893   * l10n: we now build and ship multilingual images; initially supported
1894     (or rather wanna-be-supported) languages are: ar, zh, de, en, fr, it,
1895     pt, es
1896   - install Iceweasel's and OpenOffice.org's l10n packages for every
1897     supported language
1898   - stop installing localized help for OpenOffice.org, we can't afford it
1899     for enough languages
1900   - when possible, Iceweasel's homepage and default search engine are localized
1901   - added Iceweasel's "any language" Scroogle SSL search engine
1902   - when the documentation icon is clicked, display the local wiki in
1903     currently used language, if available
1904   - the Nautilus wipe script is now translatable
1905   - added gnome-keyboard-applet to the Gnome panel
1907   * software
1908   - replaced Icedove with claws mail, in a bit rough way; see
1909     https://amnesia.boum.org/todo/replace_icedove_with_claws/ for best
1910     practices and configuration advices
1911   - virtual keyboard: install onBoard instead of kvkbd
1912   - Tor controller: install Vidalia instead of TorK
1913   - install only chosen parts of Gnome, rather than gnome-desktop-environment
1914   - do not install xdialog, which is unused and not in Squeeze
1915   - stop installing grub as it breaks Squeeze builds (see Debian bug #467620)
1916   - install live-helper from snapshots repository into the Live image
1918   * Iceweasel
1919   - do not install the NoScript extension anymore: it is not strictly
1920     necessary but bloodily annoying
1922   * Provide WhisperBack 1.2 for anonymous, GnuPG-encrypted bug reporting.
1923   - added dependency on python-gnutls
1924   - install the SMTP hidden relay's certificate
1926   * amnesia-security-check: new program that tells users that the amnesia
1927     version they are running is affected by security flaws, and which ones
1928     they are; this program is run at Gnome session startup, after sleeping
1929     2 minutes to let Tor a chance to initialize.
1930     Technical details:
1931   - Perl
1932   - uses the Desktop Notifications framework
1933   - fetches the security atom feed from the wiki
1934   - verifies the server certificate against its known CA
1935   - tries fetching the localized feed; if it fails, fetch the default
1936     (English) feed
1938   * live-initramfs: new custom package built from our own live-initramfs
1939     Git repository (commit 40e957c4b89099e06421)
1940   - at shutdown time, ask the user to unplug the CD / USB stick, then run
1941     smem, wait for it to finish, then attempt to immediately halt
1943   * build system
1944   - bumped dependency on live-helper to >= 2.0a6 and adapted our config
1945   - generate hybrid ISO images by default, when installed syslinux is
1946     recent enough
1947   - stop trying to support building several images in a row, it is still
1948     broken and less needed now that we ship hybrid ISO images
1949   - scripts/config: specify distribution when initializing defaults
1950   - updated Debian Live APT repository's signing key
1952   * PowerPC
1953   - disable virtualbox packages installing and module building on !i386
1954     && !amd64, as PowerPC is not a supported guest architecture
1955   - built and imported tor_0.2.1.20-1~~lenny+1_powerpc.deb
1957   * Squeeze
1958   - rough beginnings of a scratch Squeeze branch, currently unsupported
1959   - install gobby-infinote
1961   * misc
1962   - updated GnuPG key with up-to-date signatures
1963   - more improvements on boot time from CD
1964   - enhanced the wipe in Nautilus UI (now asks for confirmation and
1965     reports success or failure)
1966   - removed the "restart Tor" launcher from the Gnome panel
1968  -- amnesia <amnesia@boum.org>  Fri, 05 Feb 2010 22:28:04 +0100
1970 amnesia (0.3) unstable; urgency=low
1972   * software: removed openvpn, added
1973   - Audacity
1974   - cups
1975   - Git
1976   - Gobby
1977   - GParted
1978   - lvm2 (with disabled initscript as it slows-down too much the boot in certain
1979     circumstances)
1980   - NetworkManager 0.7 (from backports.org) to support non-DHCP networking
1981   - ntfsprogs
1982   - randomsound to enhance the kernel's random pool
1983   * Tor
1984   - install the latest stable release from deb.torproject.org
1985   - ifupdown script now uses SIGHUP signal rather than a whole tor
1986     restart, so that in the middle of it vidalia won't start it's own
1987     tor
1988   - configure Gnome proxy to use Tor
1989   * iceweasel
1990   - adblockplus: upgraded to 1.0.2
1991   - adblockplus: subscribe to US and DE EasyList extensions, updated patterns
1992   - firegpg is now installed from Debian Squeeze rather than manually; current
1993     version is then 0.7.10
1994   - firegpg: use better keyserver ... namely pool.sks-keyservers.net
1995   - added bookmark to Amnesia's own website
1996   - use a custom "amnesiabranding" extension to localize the default search
1997     engine and homepage depending on the current locale
1998   - updated noscript whitelist
1999   - disable overriden homepage redirect on iceweasel upgrade
2000   * pidgin
2001   - nicer default configuration with verified irc.indymedia.org's SSL cert
2002   - do not parse incoming messages for formatting
2003   - hide formatting toolbar
2004   * hardware compatibility
2005   - b43-fwcutter
2006   - beginning of support for the ppc architecture
2007   - load acpi-cpufreq, cpufreq_ondemand and cpufreq_powersave kernel
2008     modules
2009   * live-initramfs: custom, updated package based on upstream's 1.157.4-1, built
2010     from commit b0a4265f9f30bad945da of amnesia's custom live-initramfs Git
2011     repository
2012   - securely erases RAM on shutdown using smem
2013   - fixes the noprompt bug when running from USB
2014   - disables local swap partitions usage, wrongly enabled by upstream
2015   * fully support for running as a guest system in VirtualBox
2016   - install guest utils and X11 drivers
2017   - build virtualbox-ose kernel modules at image build time
2018   * documentation
2019   - new (translatable) wiki, using ikiwiki, with integrated bugs and todo
2020     tracking system a static version of the wiki is included in generated
2021     images and linked from the Desktop
2022   * build system
2023   - adapt for live-helper 2.0, and depend on it
2024   - get amnesia version from debian/changelog
2025   - include the full version in ISO volume name
2026   - save .list, .packages and .buildlog
2027   - scripts/clean: cleanup any created dir in binary_local-includes
2028   - updated Debian Live snapshot packages repository URL and signing key
2029   - remove duplicated apt/preferences file, the live-helper bug has been
2030     fixed
2031   * l10n: beginning of support for --language=en
2032   * misc
2033   - improved boot time on CD by ordering files in the squashfs in the order they
2034     are used during boot
2035   - added a amnesia-version script to built images, that outputs the current
2036     image's version
2037   - added a amnesia-debug script that prepares a tarball with information that
2038     could be useful for developpers
2039   - updated Amnesia GnuPG key to a new 4096R one
2040   - set time with NTP when a network interface is brought up
2041   - import amnesia's GnuPG pubkey into the live session user's keyring
2042   - do not ask DHCP for a specific hostname
2043   - install localepurge, only keep en, fr, de and es locales, which reduces the
2044     generated images' size by 100MB
2045   - added a hook to replace /sbin/swapon with a script that only runs
2046     /bin/true
2047   - moved networking hooks responsibility from ifupdown to NetworkManager
2049  -- amnesia <amnesia@boum.org>  Thu, 26 Nov 2009 11:17:08 +0100
2051 amnesia (0.2) unstable; urgency=low
2053   * imported /home/amnesia, then:
2054   - more user-friendly shell, umask 077
2055   - updated panel, added launcher to restart Tor
2056   - mv $HOME/bin/* /usr/local/bin/
2057   - removed metacity sessions
2058   - removed gstreamer's registry, better keep this dynamically updated
2059   - rm .qt/qt_plugins_3.3rc, better keep this dynamically updated
2060   - removed .gnome/gnome-vfs/.trash_entry_cache
2061   - removed kconf_update log
2062   - removed and excluded Epiphany configuration (not installed)
2063   - cleanup .kde
2064   * iceweasel
2065   - enable caching in RAM
2066   - explicitly disable ssl v2, and enable ssl v3 + tls
2067   - removed prefs for the non-installed webdeveloper
2068   - removed the SSL Blacklist extension (not so useful, licensing issues)
2069   - deep profile directory cleanup
2070   - extensions cleanup: prefer Debian-packaged ones, cleanly reinstalled
2071     AddBlock Plus and CS Lite to allow upgrading them
2072   - updated pluginreg.dat and localstore.rdf
2073   - moved some settings to user.js
2074   - made cookie/JavaScript whitelists more consistent
2075   - force httpS on whitelisted sites
2076   - NoScript: marked google and gmail as untrusted
2077   - some user interface tweaks, mainly for NoScript
2078   - FireGPG: disable the buggy auto-detection feature, the link to firegpg's
2079     homepage in generated pgp messages and the GMail interface (which won't
2080     work without JavaScript anyway)
2081   - updated blocklist.xml
2082   - removed and excluded a bunch of files in the profile directory
2083   * icedove: clean the profile directory up just like we did for iceweasel
2084   * software: install msmtp and mutt
2085   * home-refresh
2086   - use rsync rather than tar
2087   * documentation
2088   - various fixes
2089   - reviewed pidgin-otr security (see TODO)
2090   * build system
2091   - stop calling home-refresh in lh_build
2092   - include home-refresh in generated images
2093   - gitignore update
2094   - fix permissions on local includes at build time
2095   - updated scripts/{build,clean} wrt. new $HOME handling
2096   - scripts/{build,config}: stop guessing BASEDIR, we must be run from
2097     the root of the source directory anyway
2098   - stop storing /etc/amnesia/version in Git, delete it at clean time
2099   * release
2100   - converted Changelog to the Debian format and location, updated
2101     build scripts accordingly
2102   - added a README symlink at the root of the source directory
2103   - basic debian/ directory (not working for building packages yet,
2104     but at least we can now use git-dch)
2105   - added debian/gbp.conf with our custom options for git-dch
2106   - config/amnesia: introduce new $AMNESIA_DEV_* variables to be used
2107     by developpers' scripts
2108   - added ./release script: a wrapper around git-dch, git-commit and git-tag
2110  -- amnesia <amnesia@boum.org>  Tue, 23 Jun 2009 14:42:03 +0200
2112 amnesia (0.1) UNRELEASED; urgency=low
2114   * Forked Privatix 9.03.15, by Markus Mandalka:
2115   http://mandalka.name/privatix/index.html.en
2116   Everything has since been rewritten or so heavily changed that nothing
2117   remains from the original code... apart of a bunch of Gnome settings.
2118   * hardware support:
2119   - install a bunch of non-free wifi firmwares
2120   - install xsane and add the live user to the scanner group
2121   - install aircrack-ng
2122   - install xserver-xorg-video-geode on i386 (eCafe support)
2123   - install xserver-xorg-video-all
2124   - install firmware-linux from backports.org
2125   - install system-config-printer
2126   - added instructions in README.eCAFE to support the Hercules eCAFE EC-800
2127     netbook
2128   * APT:
2129   - configure pinning to support installing chosen packages from
2130     squeeze; the APT source for testing is hardcoded in chroot_sources/,
2131     since there is no way to use $LH_CHROOT_MIRROR in chroot_local-hooks
2132   - give backports.org priority 200, so that we track upgrades of packages
2133     installed from there
2134   * release: include the Changelog and TODO in the generated images,
2135   in the   /usr/share/doc/amnesia/ directory
2136   * software: install gnomebaker when building Gnome-based live OS, to
2137   easily clone myself when running from CD
2138   * build system
2139   - build i386 images when the build host is amd64
2140   - added a version file: /etc/amnesia/version
2141   - use snapshot live-* packages inside the images
2142   - setup timezone depending on the chosen build locale
2143   - rely on standard live-initramfs adduser to do our user setup
2144     (including sudo vs. Gnome/KDE, etc.)
2145   - stop "supporting" KDE
2146   - allow building several images at once
2147   - migrated most of lh_config invocations to scripts/config
2148   - append "noprompt" so that halting/rebooting work with splashy
2149   - moved our own variables to config/amnesia, using the namespace
2150     $AMNESIA_*
2151   * iceweasel
2152   - default search engine is now Scroogle SSL, configured to search pages
2153     in French language; the English one is also installed
2154   - never ask to save passwords or forms content
2155   - configured the torbutton extension to use polipo
2156   - installed the CACert root certificate
2157   - installed the SSL Blacklist extension and the blacklist data
2158   - installed the FireGPG extension
2159   - installed the CS Lite extension
2160   - installed the NoScript extension
2161   - NoScript, CS Lite: replaced the default whitelists with a list of
2162     trusted, non-commercial Internet Service Providers
2163   - configure extensions (add to prefs.js):
2164     user_pref("extensions.torbutton.startup", true);
2165     user_pref("extensions.torbutton.startup_state", 1);
2166     user_pref("extensions.torbutton.tor_enabled", true);
2167     user_pref("noscript.notify.hide", true);
2168     user_pref("capability.policy.maonoscript.sites", "about:
2169       about:blank about:certerror about:config about:credits
2170       about:neterror about:plugins about:privatebrowsing
2171       about:sessionrestore chrome: resource:");
2172     user_pref("extensions.firegpg.no_updates", true);
2173   - install the NoScript plugin from Debian squeeze
2174   - delete urlclassifier3.sqlite on $HOME refresh: as we disabled
2175     "safebrowsing", this huge file is of no use
2176   - torbutton: install newer version from Squeeze
2177   * linux: removed non-686 kernel flavours when building i386 images
2178   * compatibility: append "live-media=removable live-media-timeout=15", to
2179     prevent blindly booting another debian-live installed on the hard disk
2180   * software: added
2181   - gnome-app-install
2182   - iwconfig
2183   - cryptkeeper: Gnome system tray applet to encrypt files with EncFS
2184   - kvkbd: virtual keyboard (installed from backports.org)
2185   - sshfs (and added live user to the fuse group)
2186   - less, secure-delete, wipe, seahorse, sshfs, ntfs-3g
2187   - scribus
2188   * Tor
2189   - enable the transparent proxy, the DNS resolver, and the control port
2190   - save authentication cookie to /tmp/control_auth_cookie, so that the
2191     live user can use Tork and co.
2192   - autostart Tork with Gnome
2193   - Tork: installed, disabled most notifications and startup tips
2194   - added a restart tor hook to if-up.d (used by Network Manager as well),
2195     so that Tor does work immediately even if the network cable was
2196     plugged late in/after the boot process
2197   * $HOME
2198   - added a nautilus-script to wipe files and directories
2199   - bash with working completion for the live user
2200   * polipo: install and configure this HTTP proxy to forward requests
2201   through Tor
2202   * DNS: install and configure pdnsd to forward any DNS request through
2203   the Tor resolver
2204   * firewall: force every outgoing TCP connection through the Tor
2205   transparent proxy, discard any outgoing UDP connection
2206   * misc
2207   - set syslinux timeout to 4 seconds
2208   - use splashy for more user-friendly boot/halt sequences
2210  -- amnesia <amnesia@boum.org>  Sat, 20 Jun 2009 21:09:15 +0200