CINXE.COM

Trusty (14.04) : Ubuntu

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <base href="https://launchpad.net/ubuntu/trusty/+index" /> <meta charset="UTF-8" /> <title>Trusty (14.04) : Ubuntu</title> <link rel="apple-touch-icon" sizes="180x180" href="/@@/apple-touch-icon.png?v=2022" /> <link rel="icon" type="image/png" sizes="32x32" href="/@@/favicon-32x32.png?v=2022" /> <link rel="icon" type="image/png" sizes="16x16" href="/@@/favicon-16x16.png?v=2022" /> <link rel="manifest" href="/@@/site.webmanifest?v=2022" /> <link rel="mask-icon" href="/@@/safari-pinned-tab.svg?v=2022" color="#e9531f" /> <link rel="shortcut icon" href="/@@/favicon.ico?v=2022" /> <meta name="msapplication-TileColor" content="#da532c" /> <meta name="msapplication-config" content="/@@/browserconfig.xml?v=2022" /> <meta name="theme-color" content="#ffffff" /> <link type="text/css" rel="stylesheet" media="screen, print" href="/+icing/rev22ade00ab50b929fac63b8ee7252243aceda294a/combo.css" /> <meta name="description" content="The Ubuntu release that will be delivered in April 2014, designated 14.04." /> <meta property="og:description" content="The Ubuntu release that will be delivered in April 2014, designated 14.04." /> <meta property="og:title" content="Trusty (14.04) : Ubuntu" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://launchpad.net/ubuntu/trusty/+index" /> <meta property="og:site_name" content="Launchpad" /> <script type="text/javascript"> var LP = { cache: {}, links: {} }; </script> <script type="text/javascript">var cookie_scope = '; Path=/; Secure; Domain=.launchpad.net';</script> <script type="text/javascript" src="/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?yui/yui/yui-min.js&amp;lp/meta.js&amp;yui/loader/loader-min.js"></script> <script type="text/javascript"> var raw = null; if (LP.devmode) { raw = 'raw'; } YUI.GlobalConfig = { combine: true, comboBase: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?', root: 'yui/', filter: raw, debug: false, fetchCSS: false, maxURLLength: 2000, groups: { lp: { combine: true, base: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?lp/', comboBase: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?', root: 'lp/', // comes from including lp/meta.js modules: LP_MODULES, fetchCSS: false } } }</script> <script type="text/javascript"> // we need this to create a single YUI instance all events and code // talks across. All instances of YUI().use should be based off of // LPJS instead. var LPJS = new YUI(); </script> <script id="base-layout-load-scripts" type="text/javascript"> //<![CDATA[ LPJS.use('base', 'node', 'console', 'event', 'oop', 'lp', 'lp.app.foldables','lp.app.sorttable', 'lp.app.inlinehelp', 'lp.app.links', 'lp.bugs.bugtask_index', 'lp.bugs.subscribers', 'lp.app.ellipsis', 'lp.code.branchmergeproposal.diff', 'lp.views.global', function(Y) { Y.on("domready", function () { var global_view = new Y.lp.views.Global(); global_view.render(); Y.lp.app.sorttable.SortTable.init(); Y.lp.app.inlinehelp.init_help(); Y.lp.activate_collapsibles(); Y.lp.app.foldables.activate(); Y.lp.app.links.check_valid_lp_links(); }); Y.on('lp:context:web_link:changed', function(e) { window.location = e.new_value; }); }); //]]> </script> <script id="base-helper-functions" type="text/javascript"> //<![CDATA[ // This code is pulled from lp.js that needs to be available on every // request. Pulling here to get it outside the scope of the YUI block. function setFocusByName(name) { // Focus the first element matching the given name which can be focused. var nodes = document.getElementsByName(name); var i, node; for (i = 0; i < nodes.length; i++) { node = nodes[i]; if (node.focus) { try { // Trying to focus a hidden element throws an error in IE8. if (node.offsetHeight !== 0) { node.focus(); } } catch (e) { LPJS.use('console', function(Y) { Y.log('In setFocusByName(<' + node.tagName + ' type=' + node.type + '>): ' + e); }); } break; } } } function selectWidget(widget_name, event) { if (event && (event.keyCode === 9 || event.keyCode === 13)) { // Avoid firing if user is tabbing through or simply pressing // enter to submit the form. return; } document.getElementById(widget_name).checked = true; } //]]> </script> <script type="text/javascript"> LPJS.use('lang', 'node', 'lp.app.calendar', function(Y) { Y.lp.app.calendar.setup_calendar_widgets(); }); </script> <script type="text/javascript"> LPJS.use('lp.registry.structural_subscription', function(Y) { var module = Y.lp.registry.structural_subscription; Y.on('domready', function() { module.setup({content_box: "#structural-subscription-content-box"}); }); }); </script> </head> <body id="document" itemscope="" itemtype="http://schema.org/WebPage" class="tab-overview main_side public yui3-skin-sam"> <div class="yui-d0"> <div id="locationbar" class="login-logout"> <div id="logincontrol"><a href="https://launchpad.net/ubuntu/trusty/+login">Log in / Register</a></div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <a href="https://launchpad.net/ubuntu"><img alt="" width="64" height="64" src="https://launchpadlibrarian.net/606381979/CoF%2064px.png" /></a> </div> <div class="wide"> <h2 id="watermark-heading"><a href="https://launchpad.net/ubuntu">Ubuntu</a></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview active"><a href="https://launchpad.net/ubuntu">Overview</a></li> <li class="branches"><a href="https://code.launchpad.net/ubuntu">Code</a></li> <li class="bugs"><a href="https://bugs.launchpad.net/ubuntu">Bugs</a></li> <li class="specifications"><a href="https://blueprints.launchpad.net/ubuntu">Blueprints</a></li> <li class="translations"><a href="https://translations.launchpad.net/ubuntu">Translations</a></li> <li class="answers"><a href="https://answers.launchpad.net/ubuntu">Answers</a></li> </ul> </div> <div class="yui-t4"> <div id="maincontent" class="yui-main"> <div class="yui-b" dir="ltr"> <div class="context-publication"> <h1>Trusty</h1> <div id="registration" class="registering"> Registered by <a href="/~deej" class="sprite person">David Lawson</a> <time title="2012-10-01 20:02:07 UTC" datetime="2012-10-01T20:02:07.264787+00:00">on 2012-10-01</time> </div> </div> <div id="request-notifications"> </div> <div> <div class="top-portlet"> <div class="summary"><p>The Ubuntu release that will be delivered in April 2014, designated 14.04.</p></div> <div><p>The Ubuntu release that will be delivered in April 2014, designated 14.04.</p></div> <form name="search" action="+search" method="GET"> <input size="35" type="text" name="text" /> <input type="submit" value="Find a Package" /> </form> </div> <div class="yui-g"> <div class="yui-u first"> <div id="series-details" class="portlet"> <h2>Series information</h2> <div class="two-column-list"> <dl id="series-distribution"> <dt>Distribution:</dt> <dd><a href="/ubuntu" class="bg-image" style="background-image: url(https://launchpadlibrarian.net/606381978/CoF%2014px.png)">Ubuntu</a></dd> </dl> <dl id="series-name"> <dt>Series:</dt> <dd>Trusty (14.04)</dd> </dl> <dl id="series-drivers"> <dt>Project drivers:</dt> <dd> <a href="/~ubuntu-drivers" class="bg-image" style="background-image: url(https://launchpadlibrarian.net/1546355/hobbyhorse.gif)">Ubuntu Drivers</a>, <a href="/~ubuntu-release" class="bg-image" style="background-image: url(https://launchpadlibrarian.net/3703768/ubuntu-release.png)">Ubuntu Release Team</a> </dd> </dl> <dl id="series-release-manager"> <dt>Release manager:</dt> <dd> <a href="/~ubuntu-release" class="bg-image" style="background-image: url(https://launchpadlibrarian.net/3703768/ubuntu-release.png)">Ubuntu Release Team</a> </dd> </dl> <dl id="series-status"> <dt>Status:</dt> <dd> Supported </dd> </dl> <dl> <dt>Derives from:</dt> <dd> <a href="/debian/jessie">Jessie (8.0)</a> </dd> </dl> <dl> <dt>Derived series:</dt> <dd> No derived series. </dd> </dl> <dl> <dt>Source packages:</dt> <dd>22232</dd> </dl> <dl> <dt>Binary packages:</dt> <dd>45903</dd> </dl> </div> </div> </div> <div class="yui-u"> <div id="series-derivation" class="portlet"> <h2>Derived from Jessie</h2> <div class="beta"> <img src="/@@/beta" alt="[BETA]" /> </div> <ul id="derivation_stats"> <li class="sprite info"> 19098 packages <a href="https://launchpad.net/ubuntu/trusty/+localpackagediffs?field.package_type=all"> with differences</a> (6810 <a href="https://launchpad.net/ubuntu/trusty/+localpackagediffs"> needing attention</a>) </li> <li class="sprite info"> 2149 packages <a href="https://launchpad.net/ubuntu/trusty/+missingpackages"> only in Jessie </a> </li> <li class="sprite info"> 2605 packages <a href="https://launchpad.net/ubuntu/trusty/+uniquepackages"> only in Trusty </a> </li> </ul> </div> </div> <div class="yui-u"> <div id="series-packaging" class="portlet"> <h2>Upstream packaging</h2> <p id="packaging-summary"> <strong>5954</strong>&nbsp; source packages are linked to registered upstream projects. <strong>16993</strong>&nbsp; need linking. </p> <dl> <dt id="recently-linked"> Recently linked to upstream: </dt> <dd> <p> <a class="sprite package-source" href="/ubuntu/trusty/+source/flatpak">flatpak</a> <span class="lesser greyed-out">linked</span> <span class="lesser greyed-out"><time title="2022-08-11 14:41:57 UTC" datetime="2022-08-11T14:41:57.643843+00:00">2022-08-11</time></span> </p> <p> <a class="sprite package-source" href="/ubuntu/trusty/+source/websvn">websvn</a> <span class="lesser greyed-out">linked</span> <span class="lesser greyed-out"><time title="2022-02-21 12:09:20 UTC" datetime="2022-02-21T12:09:20.987543+00:00">2022-02-21</time></span> </p> <p> <a class="sprite package-source" href="/ubuntu/trusty/+source/mpv">mpv</a> <span class="lesser greyed-out">linked</span> <span class="lesser greyed-out"><time title="2022-01-28 13:13:01 UTC" datetime="2022-01-28T13:13:01.558335+00:00">2022-01-28</time></span> </p> <p> <a class="sprite package-source" href="/ubuntu/trusty/+source/neard">neard</a> <span class="lesser greyed-out">linked by</span> <a href="/~krzk" class="sprite person">Krzysztof Kozlowski</a> <span class="lesser greyed-out"><time title="2021-12-15 08:07:40 UTC" datetime="2021-12-15T08:07:40.135843+00:00">2021-12-15</time></span> </p> <p> <a class="sprite package-source" href="/ubuntu/trusty/+source/hplip">hplip</a> <span class="lesser greyed-out">linked by</span> <a href="/~mhodson" class="sprite person">Mathew Hodson</a> <span class="lesser greyed-out"><time title="2021-12-11 00:02:51 UTC" datetime="2021-12-11T00:02:51.753482+00:00">2021-12-11</time></span> </p> </dd> </dl> <ul class="horizontal"> <li> <a class="menu-link-needs_packaging sprite info" href="https://launchpad.net/ubuntu/trusty/+needs-packaging" title="A listing of source packages without upstream projects">Needs upstream links</a> </li> <li> <a class="menu-link-packaging sprite info" href="https://launchpad.net/ubuntu/trusty/+packaging" title="A listing of source packages and their upstream projects">All upstream links</a> </li> </ul> </div> </div> </div> <div class="portlet"> <h2>Milestones</h2> <table style="width: 100%;" class="upper-batch-nav"> <tbody> <tr> <td style="white-space: nowrap" class="batch-navigation-index"> <strong>1</strong> &rarr; <strong>18</strong> of 18 results </td> <td style="text-align: right; white-space: nowrap" class="batch-navigation-links"> <span class="first inactive">First</span> &bull; <span class="previous inactive">Previous</span> &bull; <span class="next inactive"><strong>Next</strong></span> &bull; <span class="last inactive">Last</span> </td> </tr> </tbody> </table> <table class="listing" id="series-trusty"> <thead> <tr> <th>Version</th> <th>Expected</th> <th>Summary</th> </tr> </thead> <tbody id="milestone-rows"> <tr> <td> <img src="/@@/milestone" alt="" /> <a href="/ubuntu/+milestone/trusty-updates">Ubuntu trusty-updates</a> </td> <td> <span title="2019-04-17 00:00:00 UTC">2019-04-17</span> </td> <td></td> </tr> <tr> <td> <img src="/@@/milestone" alt="" /> <a href="/ubuntu/+milestone/ubuntu-14.04.6">Ubuntu ubuntu-14.04.6</a> </td> <td> <span title="2019-03-07 00:00:00 UTC">2019-03-07</span> </td> <td>Sixth 14.04 point release, with 16.04 kernel and security roll-up</td> </tr> <tr> <td> <img src="/@@/milestone" alt="" /> <a href="/ubuntu/+milestone/ubuntu-14.04.5">Ubuntu ubuntu-14.04.5</a> </td> <td> <span title="2016-08-04 00:00:00 UTC">2016-08-04</span> </td> <td>Fifth 14.04 point release, with 16.04 kernel</td> </tr> <tr> <td> <img src="/@@/milestone" alt="" /> <a href="/ubuntu/+milestone/ubuntu-14.04.4">Ubuntu ubuntu-14.04.4</a> </td> <td> <span title="2016-02-18 00:00:00 UTC">2016-02-18</span> </td> <td>Fourth 14.04 point release, with 15.10 kernel</td> </tr> <tr> <td> <img src="/@@/milestone" alt="" /> <a href="/ubuntu/+milestone/ubuntu-14.04.3">Ubuntu ubuntu-14.04.3</a> </td> <td> <span title="2015-08-06 00:00:00 UTC">2015-08-06</span> </td> <td>Third 14.04 point release, with 15.04 kernel</td> </tr> <tr> <td> <img src="/@@/milestone" alt="" /> <a href="/ubuntu/+milestone/ubuntu-14.04.2">Ubuntu ubuntu-14.04.2</a> </td> <td> <span title="2015-02-19 00:00:00 UTC">2015-02-19</span> </td> <td>Second 14.04 point release, with 14.10 kernel</td> </tr> <tr> <td> <img src="/@@/milestone" alt="" /> <a href="/ubuntu/+milestone/ubuntu-14.04.1">Ubuntu ubuntu-14.04.1</a> </td> <td> <span title="2014-07-24 00:00:00 UTC">2014-07-24</span> </td> <td>First 14.04 point release, with 14.04 kernel</td> </tr> <tr> <td> <img src="/@@/milestone" alt="" /> <a href="/ubuntu/+milestone/ubuntu-14.04">Ubuntu ubuntu-14.04</a> </td> <td> <span title="2014-04-17 00:00:00 UTC">2014-04-17</span> </td> <td>Six months after 13.10.</td> </tr> <tr> <td> <img src="/@@/milestone" alt="" /> <a href="/ubuntu/+milestone/ubuntu-14.03">Ubuntu ubuntu-14.03</a> </td> <td> <span title="2014-03-31 00:00:00 UTC">2014-03-31</span> </td> <td>Five months after 13.10.</td> </tr> <tr> <td> <img src="/@@/milestone" alt="" /> <a href="/ubuntu/+milestone/ubuntu-14.04-beta-2">Ubuntu ubuntu-14.04-beta-2</a> </td> <td> <span title="2014-03-27 00:00:00 UTC">2014-03-27</span> </td> <td></td> </tr> <tr> <td> <img src="/@@/milestone" alt="" /> <a href="/ubuntu/+milestone/ubuntu-14.02">Ubuntu ubuntu-14.02</a> </td> <td> <span title="2014-02-28 00:00:00 UTC">2014-02-28</span> </td> <td>Four months after 13.10.</td> </tr> <tr> <td> <img src="/@@/milestone" alt="" /> <a href="/ubuntu/+milestone/ubuntu-14.04-beta-1">Ubuntu ubuntu-14.04-beta-1</a> </td> <td> <span title="2014-02-27 00:00:00 UTC">2014-02-27</span> </td> <td>Opt-in milestone. Flavours can decide to participate or not in the Beta 1 re...</td> </tr> <tr> <td> <img src="/@@/milestone" alt="" /> <a href="/ubuntu/+milestone/ubuntu-14.04-feature-freeze">Ubuntu ubuntu-14.04-feature-freeze</a> </td> <td> <span title="2014-02-20 00:00:00 UTC">2014-02-20</span> </td> <td></td> </tr> <tr> <td> <img src="/@@/milestone" alt="" /> <a href="/ubuntu/+milestone/ubuntu-14.01">Ubuntu ubuntu-14.01</a> </td> <td> <span title="2014-01-31 00:00:00 UTC">2014-01-31</span> </td> <td>Three months after 13.10.</td> </tr> <tr> <td> <img src="/@@/milestone" alt="" /> <a href="/ubuntu/+milestone/ubuntu-14.04-alpha-2">Ubuntu ubuntu-14.04-alpha-2</a> </td> <td> <span title="2014-01-23 00:00:00 UTC">2014-01-23</span> </td> <td>Opt-in milestone. Flavours can decide to participate or not in the Alpha 2 r...</td> </tr> <tr> <td> <img src="/@@/milestone" alt="" /> <a href="/ubuntu/+milestone/ubuntu-13.12">Ubuntu ubuntu-13.12</a> </td> <td> <span title="2013-12-31 00:00:00 UTC">2013-12-31</span> </td> <td>Two months after 13.10.</td> </tr> <tr> <td> <img src="/@@/milestone" alt="" /> <a href="/ubuntu/+milestone/ubuntu-14.04-alpha-1">Ubuntu ubuntu-14.04-alpha-1</a> </td> <td> <span title="2013-12-19 00:00:00 UTC">2013-12-19</span> </td> <td>Opt-in milestone. Flavours can decide to participate or not in the Alpha 1 r...</td> </tr> <tr> <td> <img src="/@@/milestone" alt="" /> <a href="/ubuntu/+milestone/ubuntu-13.11">Ubuntu ubuntu-13.11</a> </td> <td> <span title="2013-11-30 00:00:00 UTC">2013-11-30</span> </td> <td>One month after 13.10.</td> </tr> </tbody> </table> <table style="width: 100%;" class="lower-batch-nav"> <tbody> <tr> <td style="white-space: nowrap" class="batch-navigation-index"> <strong>1</strong> &rarr; <strong>18</strong> of 18 results </td> <td style="text-align: right; white-space: nowrap" class="batch-navigation-links"> <span class="first inactive">First</span> &bull; <span class="previous inactive">Previous</span> &bull; <span class="next inactive"><strong>Next</strong></span> &bull; <span class="last inactive">Last</span> </td> </tr> </tbody> </table> <ul class="horizontal" style="margin-bottom: 1em;"> <li> </li> </ul> </div> <div class="yui-g"> <div class="yui-u first"> <div class="portlet" id="portlet-architectures"> <h2>Architectures and builds for Trusty</h2> <ul id="portlet-architectures-list"> <li> <a class="sprite architecture" href="/ubuntu/trusty/amd64">amd64</a> </li> <li> <a class="sprite architecture" href="/ubuntu/trusty/arm64">arm64</a> </li> <li> <a class="sprite architecture" href="/ubuntu/trusty/armhf">armhf</a> </li> <li> <a class="sprite architecture" href="/ubuntu/trusty/i386">i386</a> </li> <li> <a class="sprite architecture" href="/ubuntu/trusty/ppc64el">ppc64el</a> </li> <li> <a class="sprite architecture" href="/ubuntu/trusty/powerpc">powerpc</a> (unofficial) </li> </ul> <ul class="horizontal"> <a class="menu-link-builds sprite info" href="https://launchpad.net/ubuntu/trusty/+builds">Show builds</a> </ul> </div> <div><div class="portlet" id="portlet-latest-bugs"> <h2><span class="see-all"><a href="https://bugs.launchpad.net/ubuntu/trusty">All bugs</a></span> Latest bugs reported</h2> <ul> <li> <a href="https://bugs.launchpad.net/ubuntu/trusty/+source/linux/+bug/2089047" class="sprite bug-wishlist" title="Wishlist - Won&#x27;t Fix">Bug #2089047: perf tool not packaged with its scripts</a> <br /><span class="registered"> Reported <time title="2024-11-20 10:03:11 UTC" datetime="2024-11-20T10:03:11.048702+00:00">on 2024-11-20</time> </span> </li> <li> <a href="https://bugs.launchpad.net/ubuntu/trusty/+source/linux/+bug/2086159" class="sprite bug-medium" title="Medium - New">Bug #2086159: trusty/linux: 3.13.0-200.251 -proposed tracker</a> <br /><span class="registered"> Reported <time title="2024-10-31 08:57:31 UTC" datetime="2024-10-31T08:57:31.909422+00:00">on 2024-10-31</time> </span> </li> <li> <a href="https://bugs.launchpad.net/ubuntu/trusty/+source/linux-lts-xenial/+bug/2086154" class="sprite bug-medium" title="Medium - New">Bug #2086154: trusty/linux-lts-xenial: 4.4.0-261.295~14.04.1 -proposed tracker</a> <br /><span class="registered"> Reported <time title="2024-10-31 08:53:53 UTC" datetime="2024-10-31T08:53:53.246910+00:00">on 2024-10-31</time> </span> </li> <li> <a href="https://bugs.launchpad.net/ubuntu/trusty/+source/linux-aws/+bug/2086153" class="sprite bug-medium" title="Medium - New">Bug #2086153: trusty/linux-aws: 4.4.0-1138.144 -proposed tracker</a> <br /><span class="registered"> Reported <time title="2024-10-31 08:53:00 UTC" datetime="2024-10-31T08:53:00.252989+00:00">on 2024-10-31</time> </span> </li> <li> <a href="https://bugs.launchpad.net/ubuntu/trusty/+source/linux-azure/+bug/2086086" class="sprite bug-medium" title="Medium - New">Bug #2086086: trusty/linux-azure: 4.15.0-1183.198~14.04.1 -proposed tracker</a> <br /><span class="registered"> Reported <time title="2024-10-30 16:17:13 UTC" datetime="2024-10-30T16:17:13.916138+00:00">on 2024-10-30</time> </span> </li> </ul> </div> </div> </div> <div class="yui-u"> <div class="portlet"> <h2> <span class="see-all"><a href="https://launchpad.net/ubuntu/trusty/+queue">All uploads</a></span> Latest uploads </h2> <ul id="latest-uploads" class="binary package"> <li> <a href="/ubuntu/+source/wireless-regdb/2024.07.04-0ubuntu1~14.04.1">wireless-regdb 2024.07.04-0ubuntu1~14.04.1</a> <br /><span class="registered"> Upload by <a href="/~nwager" class="sprite person">Noah Wager</a> <time title="2024-11-07 19:11:10 UTC" datetime="2024-11-07T19:11:10.476314+00:00">on 2024-11-07</time> </span> </li> <li> <a href="/ubuntu/+source/ubuntu-advantage-tools/19.7">ubuntu-advantage-tools 19.7</a> <br /><span class="registered"> Upload by <a href="/~lamoura" class="sprite person">Lucas Albuquerque Medeiros de Moura</a> <time title="2024-04-17 20:47:11 UTC" datetime="2024-04-17T20:47:11.325523+00:00">on 2024-04-17</time> </span> </li> <li> <a href="/ubuntu/+source/adobe-flashplugin/1:20201231.1-0ubuntu0.14.04.1">adobe-flashplugin 1:20201231.1-0ubuntu0.14.04.1</a> <br /><span class="registered"> Upload by <a href="/~chrisccoulson" class="sprite person">Chris Coulson</a> <time title="2021-01-06 17:01:09 UTC" datetime="2021-01-06T17:01:09.542936+00:00">on 2021-01-06</time> </span> </li> <li> <a href="/ubuntu/+source/livecd-rootfs/2.208.18">livecd-rootfs 2.208.18</a> <br /><span class="registered"> Upload by <a href="/~mwhudson" class="sprite person">Michael Hudson-Doyle</a> <time title="2019-12-06 01:04:09 UTC" datetime="2019-12-06T01:04:09.479628+00:00">on 2019-12-06</time> </span> </li> <li> <a href="/ubuntu/+source/ubuntu-advantage-tools/19.6~ubuntu14.04.4">ubuntu-advantage-tools 19.6~ubuntu14.04.4</a> <br /><span class="registered"> Upload by <a href="/~ahasenack" class="sprite person">Andreas Hasenack</a> <time title="2019-11-18 18:30:09 UTC" datetime="2019-11-18T18:30:09.571270+00:00">on 2019-11-18</time> </span> </li> </ul> </div> <div condition="blueprints_usage/enumvalue:LAUNCHPAD"> <div class="portlet" id="portlet-blueprints"> <h2> <span class="see-all"><a href="https://blueprints.launchpad.net/ubuntu/trusty">All blueprints</a></span> Latest blueprints</h2> <ul> <li> <a href="https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1403-server-misc" class="sprite blueprint-undefined">Miscellaneous work that needs to be done for Server</a> <br /><span class="registered"> Registered <time title="2014-03-21 14:14:47 UTC" datetime="2014-03-21T14:14:47.254916+00:00">on 2014-03-21</time> </span> </li> <li> <a href="https://blueprints.launchpad.net/ubuntu/+spec/qa-t-phonedations" class="sprite blueprint-high">QA for Phonedations</a> <br /><span class="registered"> Registered <time title="2014-03-07 13:05:05 UTC" datetime="2014-03-07T13:05:05.301483+00:00">on 2014-03-07</time> </span> </li> <li> <a href="https://blueprints.launchpad.net/ubuntu/+spec/qa-t-system-image-upgrade-testing" class="sprite blueprint-essential">System Image Upgrade Testing</a> <br /><span class="registered"> Registered <time title="2014-03-07 11:26:43 UTC" datetime="2014-03-07T11:26:43.288831+00:00">on 2014-03-07</time> </span> </li> <li> <a href="https://blueprints.launchpad.net/ubuntu/+spec/client-1403-pim-sync" class="sprite blueprint-high">Contact and Calendar syncing</a> <br /><span class="registered"> Registered <time title="2014-03-05 17:22:15 UTC" datetime="2014-03-05T17:22:15.384969+00:00">on 2014-03-05</time> </span> </li> <li> <a href="https://blueprints.launchpad.net/ubuntu/+spec/xubuntu-t-bugs" class="sprite blueprint-undefined">Xubuntu 14.04: Bugfixes</a> <br /><span class="registered"> Registered <time title="2014-03-02 16:43:33 UTC" datetime="2014-03-02T16:43:33.957797+00:00">on 2014-03-02</time> </span> </li> </ul> </div> </div> <div class="portlet"> <h2>Related series and milestones</h2> <ul id="related-series"> <li> <a class="sprite info" href="/ubuntu/+series">All series for Ubuntu</a> </li> <li> <a class="sprite info" href="/ubuntu/+milestones">All milestones for Ubuntu</a> </li> </ul> </div> </div> <div class="yui-u"> <div id="structural-subscription-content-box"></div> </div> </div> </div> </div><!-- yui-b --> </div><!-- yui-main --> <div id="side-portlets" class="yui-b side"> <div id="global-actions" class="portlet" condition="overview_menu/subscribe_to_bug_mail/enabled|overview_menu/subscribe/enabled|nothing"> <ul> </ul> </div> <div id="involvement" class="portlet"> <h2>Get Involved</h2> <ul class="involvement"> <li> <a class="menu-link-report_bug sprite bugs" href="https://bugs.launchpad.net/ubuntu/trusty/+filebug">Report a bug</a> </li> <li> <a class="menu-link-help_translate sprite translations" href="https://translations.launchpad.net/ubuntu/trusty">Help translate</a> </li> <li> <a class="menu-link-register_blueprint sprite blueprints" href="https://blueprints.launchpad.net/ubuntu/trusty/+addspec">Register a blueprint</a> </li> </ul> </div> </div><!-- yui-b side --> </div><!-- yui-t4 --> <div id="footer" class="footer"> <div class="lp-arcana"> <div class="lp-branding"> <a href="https://launchpad.net/"><img src="/@@/launchpad-footer-logo.svg" alt="Launchpad" width="65" height="18" /></a> &nbsp;&bull;&nbsp; <a href="https://launchpad.net/+tour">Take the tour</a> &nbsp;&bull;&nbsp; <a href="https://help.launchpad.net/">Read the guide</a> &nbsp; <form id="globalsearch" method="get" accept-charset="UTF-8" action="https://launchpad.net/+search"> <input type="search" id="search-text" name="field.text" /> <input type="image" src="/@@/search" style="vertical-align:5%" alt="Search Launchpad" /> </form> </div> </div> <div class="colophon"> &copy; 2004 <a href="http://canonical.com/">Canonical&nbsp;Ltd.</a> &nbsp;&bull;&nbsp; <a href="https://launchpad.net/legal">Terms of use</a> &nbsp;&bull;&nbsp; <a href="https://www.ubuntu.com/legal/dataprivacy">Data privacy</a> &nbsp;&bull;&nbsp; <a href="/feedback">Contact Launchpad Support</a> &nbsp;&bull;&nbsp; <a href="http://blog.launchpad.net/">Blog</a> &nbsp;&bull;&nbsp; <a href="https://canonical.com/careers">Careers</a> &nbsp;&bull;&nbsp; <a href="https://ubuntu.social/@launchpadstatus">System status</a> <span id="lp-version"> &nbsp;&bull;&nbsp; 22ade00 (<a href="https://dev.launchpad.net/">Get the code!</a>) </span> </div> </div> </div><!-- yui-d0--> <script id="json-cache-script">LP.cache = {"related_features": {}, "administratedTeams": [], "importances": ["Unknown", "Undecided", "Critical", "High", "Medium", "Low", "Wishlist"], "statuses": ["New", "Incomplete", "Opinion", "Invalid", "Won't Fix", "Expired", "Confirmed", "Triaged", "In Progress", "Fix Committed", "Fix Released", "Does Not Exist", "Unknown"], "information_types": ["Public", "Public Security", "Private Security", "Private", "Proprietary", "Embargoed"], "target_info": {"title": "Ubuntu ubuntu-13.11", "url": "https://launchpad.net/ubuntu/+milestone/ubuntu-13.11"}, "context": {"self_link": "https://launchpad.net/api/devel/ubuntu/trusty", "web_link": "https://launchpad.net/ubuntu/trusty", "resource_type_link": "https://launchpad.net/api/devel/#distro_series", "translations_usage": "Launchpad", "all_specifications_collection_link": "https://launchpad.net/api/devel/ubuntu/trusty/all_specifications", "valid_specifications_collection_link": "https://launchpad.net/api/devel/ubuntu/trusty/valid_specifications", "bug_reporting_guidelines": "Are you uncertain if your issue is really a bug? Then ask a support question about Ubuntu at http://answers.launchpad.net/ubuntu/ - these can be made into bugs later. Another support venue is http://askubuntu.com.\n\nIf you are certain this is a bug please include the source package the bug is in. For help see https://wiki.ubuntu.com/Bugs/FindRightPackage.\n\nWe also need:\n\n1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -\u003e About Ubuntu\n2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in Software Center\n3) What you expected to happen\n4) What happened instead\n\nMost of this information is gathered when you use apport to report the bug. See https://help.ubuntu.com/community/ReportingBugs for complete details.\n\nThe Ubuntu community has also created debugging procedures for a wide variety of packages at https://wiki.ubuntu.com/DebuggingProcedures. Following the debugging instructions for the affected package will make your bug report much more complete. Thanks!", "bug_reported_acknowledgement": "Thank you for spending your time helping to make Ubuntu better with this bug report. Reporting a bug is the first step in the bug fixing process. As a part of that process you may need to answer some questions to help developers work on your bug. You can learn more about how we triage bug reports at http://wiki.ubuntu.com/Bugs/HowToTriage.\n", "official_bug_tags": ["a11y", "appstream", "bionic", "bisect-done", "bitesize", "block-proposed", "block-proposed-focal", "block-proposed-jammy", "block-proposed-noble", "block-proposed-oracular", "cherry-pick", "community-security", "desktop-file", "dist-upgrade", "fixed-upstream", "focal", "ftbfs", "hw-specific", "jammy", "kernel-bug", "manpage", "metabug", "multiarch", "multigpu", "multimonitor", "needs-bisect", "needs-design", "needs-packaging", "needs-reassignment", "noble", "nvidia", "oracular", "package-conflict", "packaging", "patch", "patch-accepted-debian", "patch-accepted-upstream", "patch-forwarded-debian", "patch-forwarded-upstream", "patch-needswork", "patch-rejected", "patch-rejected-debian", "patch-rejected-upstream", "performing-bisect", "plucky", "qt4-removal", "regression-proposed", "regression-release", "regression-update", "string-fix", "suspend-resume", "systemd-boot", "testcase", "unmetdeps", "update-excuse", "upgrade-software-version", "verification-done-bionic", "verification-done-focal", "verification-done-jammy", "verification-done-noble", "verification-done-oracular", "verification-failed-bionic", "verification-failed-jammy", "verification-needed-bionic", "verification-needed-focal", "verification-needed-jammy", "verification-needed-noble", "verification-needed-oracular", "wayland"], "active_milestones_collection_link": "https://launchpad.net/api/devel/ubuntu/trusty/active_milestones", "all_milestones_collection_link": "https://launchpad.net/api/devel/ubuntu/trusty/all_milestones", "active": true, "summary": "The Ubuntu release that will be delivered in April 2014, designated 14.04.", "drivers_collection_link": "https://launchpad.net/api/devel/ubuntu/trusty/drivers", "name": "trusty", "displayname": "Trusty", "fullseriesname": "Ubuntu Trusty", "title": "The Trusty Tahr", "description": "The Ubuntu release that will be delivered in April 2014, designated 14.04.", "version": "14.04", "distribution_link": "https://launchpad.net/api/devel/ubuntu", "component_names": ["main", "restricted", "universe", "multiverse"], "suite_names": ["Release", "Security", "Updates", "Proposed", "Backports"], "status": "Supported", "datereleased": "2014-04-17T17:17:10.986619+00:00", "previous_series_link": "https://launchpad.net/api/devel/ubuntu/saucy", "registrant_link": "https://launchpad.net/api/devel/~deej", "owner_link": "https://launchpad.net/api/devel/~techboard", "date_created": "2012-10-01T20:02:07.264787+00:00", "driver_link": "https://launchpad.net/api/devel/~ubuntu-release", "changeslist": "\u003cemail address hidden\u003e", "nominatedarchindep_link": "https://launchpad.net/api/devel/ubuntu/trusty/i386", "language_pack_full_export_requested": false, "backports_not_automatic": true, "proposed_not_automatic": false, "include_long_descriptions": false, "index_compressors": ["gzip", "bzip2"], "publish_by_hash": false, "advertise_by_hash": false, "strict_supported_component_dependencies": true, "publish_i18n_index": true, "main_archive_link": "https://launchpad.net/api/devel/ubuntu/+archive/primary", "supported": true, "architectures_collection_link": "https://launchpad.net/api/devel/ubuntu/trusty/architectures", "http_etag": "\"1ded7d1a2f57b75e8cc7660d376793bb2169c9ac-1545c7e4743049a65197a3db2f30910269385b4a\""}};</script> </body> <!-- Facet name: overview Page type: main_side Has global search: True Has application tabs: True Has side portlets: True At least 86 queries/external actions issued in 2.74 seconds Features: {'profiling.enabled': None, 'hard_timeout': '6000', 'app.mainsite_only.canonical_url': None, 'js.yui_version': None, 'app.maintenance_message': None, 'baselayout.careers_link.disabled': None, 'visible_render_time': None} r22ade00 --> </html>

Pages: 1 2 3 4 5 6 7 8 9 10