ReleaseNotes

Differences between revisions 24 and 25
Revision 24 as of 2014-03-27 17:05:34
Size: 3972
Editor: jibel
Comment:
Revision 25 as of 2014-03-27 21:30:23
Size: 12125
Editor: adconrad
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= New features in 14.04 LTS Beta 2 = ## When adding features to this page, please add credits for the relevant upstream developers where appropriate.
||<tablestyle="float:right; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Table of Contents'''<<BR>> <<TableOfContents>>||

= Introduction =

The Ubuntu developers are moving quickly to bring you the absolute latest and greatest software the Open Source community has to offer.

= Get Ubuntu 14.04 =
== Upgrading from Ubuntu 13.10 ==

To upgrade from Ubuntu 13.10 on a desktop system:
 * Open Software Sources.
 * Press Alt+F2 and type in "update-manager" (without the quotes) into the command box.
 * Update Manager should open up and tell you: New distribution release '14.04' is available.
 * Click Upgrade and follow the on-screen instructions.

To upgrade from Ubuntu 13.10 on a server system:
 * Install the {{{update-manager-core}}} package if it is not already installed.
 * Launch the upgrade tool with the command {{{sudo do-release-upgrade}}}.
 * Follow the on-screen instructions.
Note that the server upgrade will use GNU screen and automatically re-attach in case of dropped connection problems.

Offline upgrade options via alternate CDs are no longer offered for Ubuntu Desktop and Ubuntu Server. Please ensure you have network connectivity to one of the official mirrors or to a locally accessible mirror and follow the instructions above.

== Support lifespan ==
Ubuntu 14.04 will be supported for 5 years for Ubuntu Desktop, Ubuntu
Server, Ubuntu Core, and Kubuntu. All other flavours will be supported
for 3 years.

== Download Ubuntu 14.04 ==

Images can be downloaded from a location near you.
## <<BR>>'''Note:''' The Ubuntu Desktop images are now bigger than a standard CD, and you should use a USB or DVD for installation.

You can download ISOs from:

http://releases.ubuntu.com/14.04/ (Ubuntu Desktop and Server) <<BR>>
http://cloud-images.ubuntu.com/releases/14.04/beta-2/ (Ubuntu Cloud Server) <<BR>>
http://cdimage.ubuntu.com/netboot/14.04/ (Ubuntu Netboot) <<BR>>
http://cdimage.ubuntu.com/ubuntu-core/releases/14.04/beta-2/ (Ubuntu Core) <<BR>>
http://cdimage.ubuntu.com/edubuntu/releases/14.04/beta-2/ (Edubuntu DVD) <<BR>>
http://cdimage.ubuntu.com/kubuntu/releases/14.04/beta-2/ (Kubuntu) <<BR>>
http://cdimage.ubuntu.com/lubuntu/releases/14.04/beta-2/ (Lubuntu) <<BR>>
http://cdimage.ubuntu.com/ubuntustudio/releases/14.04/beta-2/ (Ubuntu Studio) <<BR>>
http://cdimage.ubuntu.com/ubuntu-gnome/releases/14.04/beta-2/ (Ubuntu-GNOME) <<BR>>
http://cdimage.ubuntu.com/ubuntukylin/releases/14.04/beta-2/ (Ubuntu``Kylin) <<BR>>
http://cdimage.ubuntu.com/xubuntu/releases/14.04/beta-2/ (Xubuntu) <<BR>>
##http://cdimage.ubuntu.com/kubuntu-active/releases/14.04/beta-2/ (Kubuntu Active) <<BR>>

##To install Ubuntu 13.10 for phones, follow the instructions found at [[Touch/Install]] to download and flash an image to your device.

= New features in 14.04 =

Please see the [[https://blueprints.launchpad.net/ubuntu/trusty/+specs|Trusty blueprint list]] for details.

Please test and report any bugs you find:

  http://help.ubuntu.com/community/ReportingBugs

== Updated Packages ==

As with every new release, packages--applications and software of all kinds--are being updated at a rapid pace. Many of these packages came from an automatic sync from [[http://www.debian.org|Debian]]'s unstable branch; others have been explicitly pulled in for Ubuntu 14.04.

For a list of all packages being accepted for Ubuntu 14.04, please subscribe to [[https://lists.ubuntu.com/mailman/listinfo/trusty-changes|trusty-changes]].

=== Linux kernel 3.13 ===

Ubuntu 14.04 includes the [[https://launchpad.net/ubuntu/+source/linux/3.13.0-19.39|3.13.0-19.39 Ubuntu Linux kernel]] which was based on the [[http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.13.6.tar.bz2|v3.13.6 upstream Linux kernel]].

=== Python 3.4 ===

We eventually intend to ship only [[http://docs.python.org/py3k/whatsnew/3.0.html|Python 3]] with the Ubuntu desktop image, not Python 2. The Ubuntu 14.04 image continues this process, although we will not be able to convert everything to Python 3 for the Ubuntu 14.04 release.

If you have your own programs based on Python 2, fear not! Python 2 will continue to be available (as the `python` package) for the foreseeable future. However, to best support future versions of Ubuntu you should consider porting your code to Python 3. [[Python/3]] has some advice and resources on this.


== Ubuntu ==
=== Upstart User Sessions ===
This Ubuntu release includes Upstart User Sessions by default, allowing Upstart to supervise a user's desktop session.

To see details of the running Upstart session, either `echo $UPSTART_SESSION` to see the D-Bus address the Session Init process is listening to, or run the following command which lists the process id of the Upstart session along with the value of `$UPSTART_SESSION`:

{{{
$ initctl list-sessions
}}}

The normal suite of Upstart commands is available (such as `initctl`, `start`, and `stop`). For example, to list all session jobs, run:

{{{
$ initctl list
}}}

To list ''system'' jobs from within a user session, run one of the following two commands:

{{{
$ initctl --system list
$ sudo initctl list
}}}

Session jobs are read from `/usr/share/upstart/sessions/` and `$XDG_CONFIG_HOME/upstart/` (or `$HOME/.config/upstart` if `$XDG_CONFIG_HOME` is not set).

Session job output is logged to `$XDG_CACHE_HOME/upstart/` (or `$HOME/.cache/upstart/` if `$XDG_CACHE_HOME` is not set).

See `init(5)` for full details.

== Ubuntu Server ==

=== Puppet 3 ===

Ubuntu 14.04 includes Puppet 3. This is a major version upgrade from previous Ubuntu LTS releases and includes many changes which are not compatible with Puppet 2.7.x.

Please review the upstream [[http://docs.puppetlabs.com/puppet/3/reference/release_notes.html#upgrade-warning-many-breaking-changes|release notes]] to determine which breaking changes apply to your installation.
Line 5: Line 117:
https://wiki.kubuntu.org/TrustyTahr/Beta2/Kubuntu https://wiki.ubuntu.com/TrustyTahr/Beta2/Kubuntu
Line 9: Line 121:
Further notes about this release of Xubuntu will be available at: Further notes about this release of Xubuntu can be found at:
Line 17: Line 129:
== Ubuntu Kylin ==

Further notes about this release of Ubuntu Kylin can be found at:
https://wiki.ubuntu.com/Ubuntu%20Kylin/1404-beta-2-ReleaseNote
== Lubuntu ==

Further notes about this release of Lubuntu can be found at:
https://wiki.ubuntu.com/TrustyTahr/ReleaseNotes/Beta2/Lubuntu

== Ubuntu Studio ==

Further notes about this release of Ubuntu Studio can be found at:
http://ubuntustudio.org/2014/03/ubuntu-studio-beta-2-is-out/

== UbuntuKylin ==

Further notes about this release of Ubuntu``Kylin can be found at:
https://wiki.ubuntu.com/UbuntuKylin/1404-beta-2-ReleaseNote
Line 23: Line 145:
Line 26: Line 149:
= Known Issues =
##StartTrustyReleaseBugs

== Installation ==
== Mythbuntu ==

= Known issues =

As is to be expected, at this stage of the release process, there are some significant known bugs that users may run into with this release of Ubuntu 14.04. The ones we know about at this point (and some of the workarounds), are documented here so you don't need to spend time reporting these bugs again:

== Boot, installation and post-install ==
Line 47: Line 173:

== Kernel ==
== Power Management ==
Line 52: Line 177:
== Migration ==

== Graphics and Display ==
Line 57: Line 186:
Line 59: Line 189:
##EndTrustyReleaseBugs == Desktop ==

== Ubuntu Server ==

== Ubuntu Core ==
## * ...

== Kubuntu ==

== Xubuntu ==
## * ...

== Lubuntu ==
## * ...

== Ubuntu Studio ==
##
## * ...

##== Mythbuntu ==
## * ...

== UbuntuKylin ==
## * ...

----

'''For a listing of more known issues, please refer to the Trusty Tahr [[https://bugs.launchpad.net/ubuntu/trusty/+bugs|bug tracker]] in Launchpad.'''

= Reporting bugs =

Your comments, bug reports, patches and suggestions will help fix bugs and improve the quality of future releases. Please [[http://help.ubuntu.com/community/ReportingBugs|report bugs using the tools provided]].

If you want to help out with bugs, the [[http://wiki.ubuntu.com/BugSquad|Bug Squad]] is always looking for help.

= Participate in Ubuntu =

## These images were able to be made available to you thanks to the help of our [[https://wiki.ubuntu.com/SaucySalamander/TechnicalOverview/Beta1/Testers|QA Community]].

If you would like to help shape Ubuntu, take a look at the list of ways you can participate at

 http://www.ubuntu.com/community/get-involved

= More information =

You can find out more about Ubuntu on the [[http://www.ubuntu.com|Ubuntu website]] and [[http://wiki.ubuntu.com|Ubuntu wiki]].

To sign up for future Ubuntu development announcements, please subscribe to Ubuntu's development announcement list at:

 http://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-announce

Introduction

The Ubuntu developers are moving quickly to bring you the absolute latest and greatest software the Open Source community has to offer.

Get Ubuntu 14.04

Upgrading from Ubuntu 13.10

To upgrade from Ubuntu 13.10 on a desktop system:

  • Open Software Sources.
  • Press Alt+F2 and type in "update-manager" (without the quotes) into the command box.
  • Update Manager should open up and tell you: New distribution release '14.04' is available.
  • Click Upgrade and follow the on-screen instructions.

To upgrade from Ubuntu 13.10 on a server system:

  • Install the update-manager-core package if it is not already installed.

  • Launch the upgrade tool with the command sudo do-release-upgrade.

  • Follow the on-screen instructions.

Note that the server upgrade will use GNU screen and automatically re-attach in case of dropped connection problems.

Offline upgrade options via alternate CDs are no longer offered for Ubuntu Desktop and Ubuntu Server. Please ensure you have network connectivity to one of the official mirrors or to a locally accessible mirror and follow the instructions above.

Support lifespan

Ubuntu 14.04 will be supported for 5 years for Ubuntu Desktop, Ubuntu Server, Ubuntu Core, and Kubuntu. All other flavours will be supported for 3 years.

Download Ubuntu 14.04

Images can be downloaded from a location near you.

You can download ISOs from:

http://releases.ubuntu.com/14.04/ (Ubuntu Desktop and Server)
http://cloud-images.ubuntu.com/releases/14.04/beta-2/ (Ubuntu Cloud Server)
http://cdimage.ubuntu.com/netboot/14.04/ (Ubuntu Netboot)
http://cdimage.ubuntu.com/ubuntu-core/releases/14.04/beta-2/ (Ubuntu Core)
http://cdimage.ubuntu.com/edubuntu/releases/14.04/beta-2/ (Edubuntu DVD)
http://cdimage.ubuntu.com/kubuntu/releases/14.04/beta-2/ (Kubuntu)
http://cdimage.ubuntu.com/lubuntu/releases/14.04/beta-2/ (Lubuntu)
http://cdimage.ubuntu.com/ubuntustudio/releases/14.04/beta-2/ (Ubuntu Studio)
http://cdimage.ubuntu.com/ubuntu-gnome/releases/14.04/beta-2/ (Ubuntu-GNOME)
http://cdimage.ubuntu.com/ubuntukylin/releases/14.04/beta-2/ (UbuntuKylin)
http://cdimage.ubuntu.com/xubuntu/releases/14.04/beta-2/ (Xubuntu)

New features in 14.04

Please see the Trusty blueprint list for details.

Please test and report any bugs you find:

Updated Packages

As with every new release, packages--applications and software of all kinds--are being updated at a rapid pace. Many of these packages came from an automatic sync from Debian's unstable branch; others have been explicitly pulled in for Ubuntu 14.04.

For a list of all packages being accepted for Ubuntu 14.04, please subscribe to trusty-changes.

Linux kernel 3.13

Ubuntu 14.04 includes the 3.13.0-19.39 Ubuntu Linux kernel which was based on the v3.13.6 upstream Linux kernel.

Python 3.4

We eventually intend to ship only Python 3 with the Ubuntu desktop image, not Python 2. The Ubuntu 14.04 image continues this process, although we will not be able to convert everything to Python 3 for the Ubuntu 14.04 release.

If you have your own programs based on Python 2, fear not! Python 2 will continue to be available (as the python package) for the foreseeable future. However, to best support future versions of Ubuntu you should consider porting your code to Python 3. Python/3 has some advice and resources on this.

Ubuntu

Upstart User Sessions

This Ubuntu release includes Upstart User Sessions by default, allowing Upstart to supervise a user's desktop session.

To see details of the running Upstart session, either echo $UPSTART_SESSION to see the D-Bus address the Session Init process is listening to, or run the following command which lists the process id of the Upstart session along with the value of $UPSTART_SESSION:

$ initctl list-sessions

The normal suite of Upstart commands is available (such as initctl, start, and stop). For example, to list all session jobs, run:

$ initctl list

To list system jobs from within a user session, run one of the following two commands:

$ initctl --system list
$ sudo initctl list

Session jobs are read from /usr/share/upstart/sessions/ and $XDG_CONFIG_HOME/upstart/ (or $HOME/.config/upstart if $XDG_CONFIG_HOME is not set).

Session job output is logged to $XDG_CACHE_HOME/upstart/ (or $HOME/.cache/upstart/ if $XDG_CACHE_HOME is not set).

See init(5) for full details.

Ubuntu Server

Puppet 3

Ubuntu 14.04 includes Puppet 3. This is a major version upgrade from previous Ubuntu LTS releases and includes many changes which are not compatible with Puppet 2.7.x.

Please review the upstream release notes to determine which breaking changes apply to your installation.

Kubuntu

Further notes about this release of Kubuntu can be found at: https://wiki.ubuntu.com/TrustyTahr/Beta2/Kubuntu

Xubuntu

Further notes about this release of Xubuntu can be found at: https://wiki.ubuntu.com/TrustyTahr/ReleaseNotes/Beta2/Xubuntu

Edubuntu

Further notes about this release of Edubuntu can be found at: https://wiki.ubuntu.com/TrustyTahr/ReleaseNotes/Edubuntu

Lubuntu

Further notes about this release of Lubuntu can be found at: https://wiki.ubuntu.com/TrustyTahr/ReleaseNotes/Beta2/Lubuntu

Ubuntu Studio

Further notes about this release of Ubuntu Studio can be found at: http://ubuntustudio.org/2014/03/ubuntu-studio-beta-2-is-out/

UbuntuKylin

Further notes about this release of UbuntuKylin can be found at: https://wiki.ubuntu.com/UbuntuKylin/1404-beta-2-ReleaseNote

Ubuntu GNOME

Further notes about this release of Ubuntu GNOME can be found at: https://wiki.ubuntu.com/TrustyTahr/Beta2/UbuntuGNOME

Mythbuntu

Known issues

As is to be expected, at this stage of the release process, there are some significant known bugs that users may run into with this release of Ubuntu 14.04. The ones we know about at this point (and some of the workarounds), are documented here so you don't need to spend time reporting these bugs again:

Boot, installation and post-install

  • The desktop image installer cannot unlock existing encrypted (LUKS) volumes. If you need to make use of existing encrypted volumes during partitioning, then use the "Try Ubuntu without installing" boot option to start a live session, open the encrypted volumes (for example, by clicking on their icons in the Unity launcher), enter your password when prompted to unlock them, close them again, and run ubiquity to start the installer. (1066480)

  • When using installer to upgrade or reinstall an existing installation with encrypted swap, the installer may fail to reuse the partition. A warning will be shown, however the installation can be completed. The installed system will not have swap activated and users are advised to recreate swap on their systems. Please see advice about adding and activating swap at: https://help.ubuntu.com/community/SwapFaq (1172002)

  • Installs on very small memory systems may fail to start or exit without completing with no error. It is recommended that swap be created before install for such systems. Please see advice about adding and activating swap at: https://help.ubuntu.com/community/SwapFaq (1172161)

  • In rare circumstances the 'Next' button on the installer 'Install Type' screen is non-functional. This is intermittent and may be resolved by hitting 'Back' and retrying. (1172572)

  • On some systems, after installation, pressing 'Enter' doesn't reboot the system and a hard reset is required (1297851)

  • Live session starts with keyboard set to English US and time zone as UTC even if non-english languages are selected (1297234)

Upgrade

  • During upgrades from 12.04 LTS in graphical mode (with update-manager -d) prompts are displayed in the terminal window of the upgrader. To proceed with the upgrade, read the question and if you agree, click in the terminal window of the upgrader, press the 'Tab' key until the focus in on '<Ok>' and validate with 'Enter' (1298281)

Power Management

  • On some systems, when opening lid, there is a kerneloops with a suspend/resume failure message seen. (1054732)

Migration

Graphics and Display

Networking

  • In order to improve compatibility with other local nameserver packages, NetworkManager now assigns IP address 127.0.1.1 to the local nameserver process that it controls instead of 127.0.0.1. If the system's /etc/resolv.conf is absent or is a static file instead of the symbolic link to ../run/resolvconf/resolv.conf installed by default then this static file will have to be updated by the administrator in order to continue using the NetworkManager-controlled nameserver.

AppArmor

  • The major tools in apparmor-utils AppArmor 2.8.95 have been rewritten to improve maintainability. While this allows us to better support them and add fixes going forward, currently the aa-genprof and aa-logprof CLI tools contain several bugs (1294797, 1294819, 1294825, 1295346, 1296218) that affect their utility. These bugs should be fixed before release or in an SRU. It is recommended that people develop policy manually at this time.

Desktop

Ubuntu Server

Ubuntu Core

Kubuntu

Xubuntu

Lubuntu

Ubuntu Studio

UbuntuKylin


For a listing of more known issues, please refer to the Trusty Tahr bug tracker in Launchpad.

Reporting bugs

Your comments, bug reports, patches and suggestions will help fix bugs and improve the quality of future releases. Please report bugs using the tools provided.

If you want to help out with bugs, the Bug Squad is always looking for help.

Participate in Ubuntu

If you would like to help shape Ubuntu, take a look at the list of ways you can participate at

More information

You can find out more about Ubuntu on the Ubuntu website and Ubuntu wiki.

To sign up for future Ubuntu development announcements, please subscribe to Ubuntu's development announcement list at:

TrustyTahr/ReleaseNotes (last edited 2019-03-06 10:26:44 by sil2100)