CINXE.COM

Code : “Registry Administrators” team

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <base href="https://code.launchpad.net/~registry/+branches" /> <meta charset="UTF-8" /> <title>Code : “Registry Administrators” team</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 rel="alternate" type="application/atom+xml" href="http://feeds.launchpad.net/~registry/branches.atom" title="Latest Branches for Registry Administrators" /> <link rel="alternate" type="application/atom+xml" href="http://feeds.launchpad.net/~registry/revisions.atom" title="Latest Revisions by members of Registry Administrators" /> <link type="text/css" rel="stylesheet" media="screen, print" href="/+icing/rev22ade00ab50b929fac63b8ee7252243aceda294a/combo.css" /> <meta name="description" content="This team is run by Launchpad's registry administrators. We own and register many projects in Launchpad, but we are always looking to hand them off to their official owners. If you have found your project in Launchpad and would like to maintain the information and take it over, we'd be happy to reassign it to you! Just file a request at https://answers.launchpad.net/launchpad and we'll have it completed in no time." /> <meta property="og:description" content="This team is run by Launchpad's registry administrators. We own and register many projects in Launchpad, but we are always looking to hand them off to their official owners. If you have found your project in Launchpad and would like to maintain the information and take it over, we'd be happy to reassign it to you! Just file a request at https://answers.launchpad.net/launchpad and we'll have it completed in no time." /> <meta property="og:title" content="Code : “Registry Administrators” team" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://code.launchpad.net/~registry/+branches" /> <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> </head> <body id="document" itemscope="" itemtype="http://schema.org/WebPage" class="tab-branches main_side public yui3-skin-sam"> <div class="yui-d0"> <div id="locationbar" class="login-logout"> <div id="logincontrol"><a href="https://code.launchpad.net/~registry/+login">Log in / Register</a></div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <a href="https://launchpad.net/~registry"><img alt="" width="64" height="64" src="/@@/team-logo" /></a> </div> <div class="wide"> <h2 id="watermark-heading"><a href="https://launchpad.net/~registry">“Registry Administrators” team</a></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview"><a href="https://launchpad.net/~registry">Overview</a></li> <li class="branches active"><span>Code</span></li> <li class="bugs"><a href="https://bugs.launchpad.net/~registry">Bugs</a></li> <li class="specifications"><a href="https://blueprints.launchpad.net/~registry">Blueprints</a></li> <li class="translations"><a href="https://translations.launchpad.net/~registry">Translations</a></li> <li class="answers"><a href="https://answers.launchpad.net/~registry">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"> <div id="registration" class="registering"> </div> </div> <div id="request-notifications"> </div> <div> <span class="see-all"> <a href="/~registry/+git">View Git repositories</a> </span> <div id="branches-table-listing"> <form method="get" name="filter" id="filter_form" style="padding-bottom: 0.5em" action="https://code.launchpad.net/~registry/+branches"> <select id="field.category" name="field.category" size="1" > <option selected="selected" value="OWNED">Owned</option> <option value="SUBSCRIBED">Subscribed</option> <option value="REGISTERED">Registered</option> </select> <input name="field.category-empty-marker" type="hidden" value="1" /> branches with status: <select id="field.lifecycle" name="field.lifecycle" size="1" > <option selected="selected" value="CURRENT">Any active status</option> <option value="ALL">Any status</option> <option value="EXPERIMENTAL">Experimental</option> <option value="DEVELOPMENT">Development</option> <option value="MATURE">Mature</option> <option value="MERGED">Merged</option> <option value="ABANDONED">Abandoned</option> </select> <input name="field.lifecycle-empty-marker" type="hidden" value="1" /> <select id="field.sort_by" name="field.sort_by" size="1" > <option value="by project name">by project name</option> <option value="by status">by status</option> <option value="by branch name">by branch name</option> <option selected="selected" value="most recently changed first">most recently changed first</option> <option value="most neglected first">most neglected first</option> <option value="newest first">newest first</option> <option value="oldest first">oldest first</option> </select> <input name="field.sort_by-empty-marker" type="hidden" value="1" /> <input id="filter_form_submit" type="submit" value="Filter" /> </form> <script type="text/javascript"> function show_commit(id) { var div = document.getElementById('branch-log-' + id); if (div) { div.style.display = "block"; } } function hide_commit(id) { var div = document.getElementById('branch-log-' + id); if (div) { div.style.display = "none"; } } </script> <script type="text/javascript"> LPJS.use("lp.code.util", function(Y) { Y.on("domready", function(e) { Y.lp.code.util.hookUpBranchFilterSubmission(Y); }, window); }); </script> <div id="branch-batch-links"> <table style="width: 100%;" class="upper-batch-nav"> <tbody> <tr> <td style="white-space: nowrap" class="batch-navigation-index"> <strong>1</strong> &rarr; <strong>100</strong> of 680 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; <a class="next" rel="next" href="https://code.launchpad.net/~registry/+branches?memo=100&amp;start=100" id="upper-batch-nav-batchnav-next"><strong>Next</strong></a> &bull; <a class="last" rel="last" href="https://code.launchpad.net/~registry/+branches?direction=backwards&amp;start=600" id="upper-batch-nav-batchnav-last">Last</a> </td> </tr> </tbody> </table> </div> <table id="branchtable" class="listing"> <thead> <tr> <th colspan="2">Name</th> <th>Status</th> <th>Last Modified</th> <th>Last Commit</th> </tr> </thead> <tbody> <tr> <td> <a class="sprite branch" href="/~registry/kmod/master">lp:kmod</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2024-11-22 21:31:15 UTC</span> <time title="2024-11-22 21:31:15 UTC" datetime="2024-11-22T21:31:15+00:00">2024-11-22</time> </td> <td onmouseout="hide_commit(635136)" onmouseover="show_commit(635136)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/kmod/master/revision/1858">1858</a>. libkmod: use uint8_t for the child pr... </div> <div class="popupTitle" id="branch-log-635136" onmouseover="hide_commit(635136)"> <p> <strong>Author:</strong> Emil Velikov <br /> <strong>Revision Date:</strong> 2024-11-22 21:31:15 UTC </p> <p>libkmod: use uint8_t for the child prefix/index</p> <p>Stop implicitly casting the child prefix/index to int. It can have high<br /> bits set thus get promoted to wildly incorrect value and cause chaos<br /> further on.</p> <p>In addition, convert the existing `unsigned char` instances to uint8_t,<br /> which better illustrates what we&#x27;re after - a fixed sized 8 bit unsigned<br /> integer.</p> <p>Signed-off-by: Emil Velikov &lt;emil.l.<wbr />velikov@<wbr />gmail.com&gt;<br /> Link: <a rel="nofollow" href="https://github.com/kmod-project/kmod/pull/251">https:/<wbr />/github.<wbr />com/kmod-<wbr />project/<wbr />kmod/pull/<wbr />251</a><br /> Signed-off-by: Lucas De Marchi &lt;lucas.<wbr />de.marchi@<wbr />gmail.com&gt;</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/enlightenment/l10n-export">lp:~registry/<wbr />enlightenment/<wbr />l10n-export</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2024-10-05 07:38:28 UTC</span> <time title="2024-10-05 07:38:28 UTC" datetime="2024-10-05T07:38:28.528000+00:00">2024-10-05</time> </td> <td onmouseout="hide_commit(274957)" onmouseover="show_commit(274957)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/enlightenment/l10n-export/revision/1152">1152</a>. Launchpad automatic translations update. </div> <div class="popupTitle" id="branch-log-274957" onmouseover="hide_commit(274957)"> <p> <strong>Author:</strong> Launchpad Translations on behalf of registry <br /> <strong>Revision Date:</strong> 2024-10-05 07:38:28 UTC </p> <p>Launchpad automatic translations update.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/jailkit/trunk">lp:jailkit</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2023-10-27 19:03:42 UTC</span> <time title="2023-10-27 19:03:42 UTC" datetime="2023-10-27T19:03:42+00:00">2023-10-27</time> </td> <td onmouseout="hide_commit(367157)" onmouseover="show_commit(367157)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/jailkit/trunk/revision/523">523</a>. adding more ssh client tools to the s... </div> <div class="popupTitle" id="branch-log-367157" onmouseover="hide_commit(367157)"> <p> <strong>Author:</strong> oli4 <br /> <strong>Revision Date:</strong> 2023-10-27 19:03:42 UTC </p> <p>adding more ssh client tools to the ssh section</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/libfprint/master">lp:libfprint</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2023-06-21 16:28:38 UTC</span> <time title="2023-06-21 16:28:38 UTC" datetime="2023-06-21T16:28:38+00:00">2023-06-21</time> </td> <td onmouseout="hide_commit(638548)" onmouseover="show_commit(638548)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/libfprint/master/revision/1585">1585</a>. goodixmoc: add PID 0x60A4 Signed-off... </div> <div class="popupTitle" id="branch-log-638548" onmouseover="hide_commit(638548)"> <p> <strong>Author:</strong> Egor Ignatov <br /> <strong>Revision Date:</strong> 2023-06-21 16:28:38 UTC </p> <p>goodixmoc: add PID 0x60A4</p> <p>Signed-off-by: Egor Ignatov &lt;egori@<wbr />altlinux.<wbr />org&gt;</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/grupo30hdp/main">lp:~registry/<wbr />grupo30hdp/<wbr />main</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2023-06-12 20:23:56 UTC</span> <time title="2023-06-12 20:23:56 UTC" datetime="2023-06-12T20:23:56.158589+00:00">2023-06-12</time> </td> <td onmouseout="hide_commit(17075901)" onmouseover="show_commit(17075901)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/grupo30hdp/main/revision/1">1</a>. mi primer commit </div> <div class="popupTitle" id="branch-log-17075901" onmouseover="hide_commit(17075901)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~juan-mendez" class="sprite person">Juan Ernesto Méndez Nerio</a> <br /> <strong>Revision Date:</strong> 2023-06-12 20:12:52 UTC </p> <p>mi primer commit</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/monajat/translations">lp:~registry/<wbr />monajat/<wbr />translations</a> </td> <td align="right" style="padding-right: 5px"> <img alt="(Has a merge proposal)" width="14" height="14" src="/@@/merge-proposal-icon" title="Has a merge proposal"/> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2023-05-04 04:36:35 UTC</span> <time title="2023-05-04 04:36:35 UTC" datetime="2023-05-04T04:36:35.591000+00:00">2023-05-04</time> </td> <td onmouseout="hide_commit(296803)" onmouseover="show_commit(296803)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/monajat/translations/revision/93">93</a>. Launchpad automatic translations update. </div> <div class="popupTitle" id="branch-log-296803" onmouseover="hide_commit(296803)"> <p> <strong>Author:</strong> Launchpad Translations on behalf of registry <br /> <strong>Revision Date:</strong> 2023-05-04 04:36:35 UTC </p> <p>Launchpad automatic translations update.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/q4wine/packaging-trunk">lp:~registry/<wbr />q4wine/<wbr />packaging-<wbr />trunk</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusMATURE">Mature</span> </td> <td> <span class="sortkey">2023-05-03 19:29:03 UTC</span> <time title="2023-05-03 19:29:03 UTC" datetime="2023-05-03T19:29:03+00:00">2023-05-03</time> </td> <td onmouseout="hide_commit(733574)" onmouseover="show_commit(733574)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/q4wine/packaging-trunk/revision/261">261</a>. New upload to Launchpad. </div> <div class="popupTitle" id="branch-log-733574" onmouseover="hide_commit(733574)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~tehnick" class="sprite person">Tehnick</a> <br /> <strong>Revision Date:</strong> 2023-05-03 19:29:03 UTC </p> <p>New upload to Launchpad.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/juicefs/main">lp:juicefs</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2023-04-10 05:45:16 UTC</span> <time title="2023-04-10 05:45:16 UTC" datetime="2023-04-10T05:45:16.032933+00:00">2023-04-10</time> </td> <td onmouseout="hide_commit(17075371)" onmouseover="show_commit(17075371)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/juicefs/main/revision/2392">2392</a>. doc: Fix typo (#3448) </div> <div class="popupTitle" id="branch-log-17075371" onmouseover="hide_commit(17075371)"> <p> <strong>Author:</strong> Git&#x27;Fellow <br /> <strong>Revision Date:</strong> 2023-04-10 02:00:52 UTC </p> <p>doc: Fix typo (#3448)</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/sabily/trunk">lp:sabily/gaza</a> </td> <td align="right" style="padding-right: 5px"> <img alt="(Has a merge proposal)" width="14" height="14" src="/@@/merge-proposal-icon" title="Has a merge proposal"/> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2023-03-23 06:47:52 UTC</span> <time title="2023-03-23 06:47:52 UTC" datetime="2023-03-23T06:47:52.673000+00:00">2023-03-23</time> </td> <td onmouseout="hide_commit(45712)" onmouseover="show_commit(45712)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/sabily/trunk/revision/162">162</a>. Launchpad automatic translations update. </div> <div class="popupTitle" id="branch-log-45712" onmouseover="hide_commit(45712)"> <p> <strong>Author:</strong> Launchpad Translations on behalf of registry <br /> <strong>Revision Date:</strong> 2023-03-23 06:47:52 UTC </p> <p>Launchpad automatic translations update.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/enlightenment/l10n-export-0.19">lp:~registry/<wbr />enlightenment/<wbr />l10n-export-<wbr />0.19</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2023-02-09 06:31:28 UTC</span> <time title="2023-02-09 06:31:28 UTC" datetime="2023-02-09T06:31:28.251000+00:00">2023-02-09</time> </td> <td onmouseout="hide_commit(16807906)" onmouseover="show_commit(16807906)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/enlightenment/l10n-export-0.19/revision/37">37</a>. Launchpad automatic translations update. </div> <div class="popupTitle" id="branch-log-16807906" onmouseover="hide_commit(16807906)"> <p> <strong>Author:</strong> Launchpad Translations on behalf of registry <br /> <strong>Revision Date:</strong> 2023-02-09 06:31:28 UTC </p> <p>Launchpad automatic translations update.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/jasper-initramfs/trunk">lp:jasper-initramfs</a> </td> <td align="right" style="padding-right: 5px"> <img alt="bug" width="14" height="14" src="/@@/bug" title="Linked to a bug"/> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2022-11-14 19:17:15 UTC</span> <time title="2022-11-14 19:17:15 UTC" datetime="2022-11-14T19:17:15.401000+00:00">2022-11-14</time> </td> <td onmouseout="hide_commit(360354)" onmouseover="show_commit(360354)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/jasper-initramfs/trunk/revision/182">182</a>. Move to https://code.launchpad.net/~u... </div> <div class="popupTitle" id="branch-log-360354" onmouseover="hide_commit(360354)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~brian-murray" class="sprite person">Brian Murray</a> <br /> <strong>Revision Date:</strong> 2022-11-14 19:17:15 UTC </p> <p>Move to <a rel="nofollow" href="https://code.launchpad.net/~ubuntu-dev/jasper-initramfs/+git/main">https:/<wbr />/code.launchpad<wbr />.net/~ubuntu-<wbr />dev/jasper-<wbr />initramfs/<wbr />+git/main</a></p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/jenkins-remoting/trunk">lp:jenkins-remoting</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2022-03-14 14:25:38 UTC</span> <time title="2022-03-14 14:25:38 UTC" datetime="2022-03-14T14:25:38+00:00">2022-03-14</time> </td> <td onmouseout="hide_commit(623105)" onmouseover="show_commit(623105)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/jenkins-remoting/trunk/revision/1852">1852</a>. Sort dependencies (#519) </div> <div class="popupTitle" id="branch-log-623105" onmouseover="hide_commit(623105)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~basilcrow" class="sprite person">Basil Crow</a> <br /> <strong>Revision Date:</strong> 2022-03-14 14:25:38 UTC </p> <p>Sort dependencies (#519)</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/ubuntu-settings-components/trunk">lp:~registry/<wbr />ubuntu-<wbr />settings-<wbr />components/<wbr />trunk</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2022-01-15 04:45:42 UTC</span> <time title="2022-01-15 04:45:42 UTC" datetime="2022-01-15T04:45:42.286000+00:00">2022-01-15</time> </td> <td onmouseout="hide_commit(804646)" onmouseover="show_commit(804646)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/ubuntu-settings-components/trunk/revision/203">203</a>. Launchpad automatic translations update. </div> <div class="popupTitle" id="branch-log-804646" onmouseover="hide_commit(804646)"> <p> <strong>Author:</strong> Launchpad Translations on behalf of registry <br /> <strong>Revision Date:</strong> 2022-01-15 04:45:42 UTC </p> <p>Launchpad automatic translations update.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/davfs2/trunk">lp:davfs2</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2021-10-31 15:45:34 UTC</span> <time title="2021-10-31 15:45:34 UTC" datetime="2021-10-31T15:45:34+00:00">2021-10-31</time> </td> <td onmouseout="hide_commit(450239)" onmouseover="show_commit(450239)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/davfs2/trunk/revision/194">194</a>. Add Neon version 0.32 </div> <div class="popupTitle" id="branch-log-450239" onmouseover="hide_commit(450239)"> <p> <strong>Author:</strong> wbaumann <br /> <strong>Revision Date:</strong> 2021-10-31 15:45:34 UTC </p> <p>Add Neon version 0.32</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/differential-diagnosis-of-common-complaints/trunk">lp:differential<wbr />-diagnosis-<wbr />of-common-<wbr />complaints</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2021-09-26 07:07:49 UTC</span> <time title="2021-09-26 07:07:49 UTC" datetime="2021-09-26T07:07:49.182000+00:00">2021-09-26</time> </td> <td onmouseout="hide_commit(17067644)" onmouseover="show_commit(17067644)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/differential-diagnosis-of-common-complaints/trunk/revision/3">3</a>. Translated 1- Nature of pain </div> <div class="popupTitle" id="branch-log-17067644" onmouseover="hide_commit(17067644)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~moheb2000" class="sprite person">Mohammad Ebrahimi</a> <br /> <strong>Revision Date:</strong> 2021-09-26 07:07:49 UTC </p> <p>Translated 1- Nature of pain</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/q4wine/packaging-stable">lp:~registry/<wbr />q4wine/<wbr />packaging-<wbr />stable</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusMATURE">Mature</span> </td> <td> <span class="sortkey">2021-09-22 21:19:05 UTC</span> <time title="2021-09-22 21:19:05 UTC" datetime="2021-09-22T21:19:05+00:00">2021-09-22</time> </td> <td onmouseout="hide_commit(735158)" onmouseover="show_commit(735158)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/q4wine/packaging-stable/revision/84">84</a>. New upload to Launchpad. </div> <div class="popupTitle" id="branch-log-735158" onmouseover="hide_commit(735158)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~tehnick" class="sprite person">Tehnick</a> <br /> <strong>Revision Date:</strong> 2021-09-22 21:19:05 UTC </p> <p>New upload to Launchpad.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/glotpress/trunk">lp:glotpress</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2020-08-10 11:36:36 UTC</span> <time title="2020-08-10 11:36:36 UTC" datetime="2020-08-10T11:36:36.437000+00:00">2020-08-10</time> </td> <td onmouseout="hide_commit(446233)" onmouseover="show_commit(446233)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/glotpress/trunk/revision/1179">1179</a>. Sync changes from WordPress POMO upst... </div> <div class="popupTitle" id="branch-log-446233" onmouseover="hide_commit(446233)"> <p> <strong>Author:</strong> xknown <br /> <strong>Revision Date:</strong> 2020-08-10 11:36:36 UTC </p> <p>Sync changes from WordPress POMO upstream to GlotPress.</p> <p>This fixes the reported PHP fatals. See <a rel="nofollow" href="https://core.trac.wordpress.org/changeset/48769">https:/<wbr />/core.trac.<wbr />wordpress.<wbr />org/changeset/<wbr />48769</a><br /> Props SergeyBiryukov</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/enlightenment/l10n-export-0.17.0">lp:~registry/<wbr />enlightenment/<wbr />l10n-export-<wbr />0.17.0</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2020-05-22 06:43:44 UTC</span> <time title="2020-05-22 06:43:44 UTC" datetime="2020-05-22T06:43:44.472000+00:00">2020-05-22</time> </td> <td onmouseout="hide_commit(719476)" onmouseover="show_commit(719476)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/enlightenment/l10n-export-0.17.0/revision/184">184</a>. Launchpad automatic translations update. </div> <div class="popupTitle" id="branch-log-719476" onmouseover="hide_commit(719476)"> <p> <strong>Author:</strong> Launchpad Translations on behalf of registry <br /> <strong>Revision Date:</strong> 2020-05-22 06:43:44 UTC </p> <p>Launchpad automatic translations update.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/enlightenment/l10n-export-0.18">lp:~registry/<wbr />enlightenment/<wbr />l10n-export-<wbr />0.18</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2020-05-12 06:03:03 UTC</span> <time title="2020-05-12 06:03:03 UTC" datetime="2020-05-12T06:03:03.408000+00:00">2020-05-12</time> </td> <td onmouseout="hide_commit(892338)" onmouseover="show_commit(892338)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/enlightenment/l10n-export-0.18/revision/195">195</a>. Launchpad automatic translations update. </div> <div class="popupTitle" id="branch-log-892338" onmouseover="hide_commit(892338)"> <p> <strong>Author:</strong> Launchpad Translations on behalf of registry <br /> <strong>Revision Date:</strong> 2020-05-12 06:03:03 UTC </p> <p>Launchpad automatic translations update.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/enlightenment/l10n-export-0.21">lp:~registry/<wbr />enlightenment/<wbr />l10n-export-<wbr />0.21</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2020-05-11 06:11:03 UTC</span> <time title="2020-05-11 06:11:03 UTC" datetime="2020-05-11T06:11:03.010000+00:00">2020-05-11</time> </td> <td onmouseout="hide_commit(17002472)" onmouseover="show_commit(17002472)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/enlightenment/l10n-export-0.21/revision/15">15</a>. Launchpad automatic translations update. </div> <div class="popupTitle" id="branch-log-17002472" onmouseover="hide_commit(17002472)"> <p> <strong>Author:</strong> Launchpad Translations on behalf of registry <br /> <strong>Revision Date:</strong> 2020-05-11 06:11:03 UTC </p> <p>Launchpad automatic translations update.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/wireguard-linux/stable">lp:wireguard-<wbr />linux/stable</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusMATURE">Mature</span> </td> <td> <span class="sortkey">2020-02-29 22:11:43 UTC</span> <time title="2020-02-29 22:11:43 UTC" datetime="2020-02-29T22:11:43.199368+00:00">2020-02-29</time> </td> <td onmouseout="hide_commit(17060656)" onmouseover="show_commit(17060656)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/wireguard-linux/stable/revision/1390">1390</a>. version: bump snapshot </div> <div class="popupTitle" id="branch-log-17060656" onmouseover="hide_commit(17060656)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~zx2c4" class="sprite person">Jason A. Donenfeld</a> <br /> <strong>Revision Date:</strong> 2019-12-19 00:12:35 UTC </p> <p>version: bump snapshot</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/wireguard-linux/master">lp:wireguard-linux</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusEXPERIMENTAL">Experimental</span> </td> <td> <span class="sortkey">2020-02-29 22:09:17 UTC</span> <time title="2020-02-29 22:09:17 UTC" datetime="2020-02-29T22:09:17.446259+00:00">2020-02-29</time> </td> <td> <em> This branch has not been imported yet. </em> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/cloud-utils/trunk">lp:cloud-utils</a> </td> <td align="right" style="padding-right: 5px"> <img alt="bug" width="14" height="14" src="/@@/bug" title="Linked to a bug"/> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2018-12-10 21:23:53 UTC</span> <time title="2018-12-10 21:23:53 UTC" datetime="2018-12-10T21:23:53.220000+00:00">2018-12-10</time> </td> <td onmouseout="hide_commit(486208)" onmouseover="show_commit(486208)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/cloud-utils/trunk/revision/341">341</a>. Development has been moved to git. c... </div> <div class="popupTitle" id="branch-log-486208" onmouseover="hide_commit(486208)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~smoser" class="sprite person">Scott Moser</a> <br /> <strong>Revision Date:</strong> 2018-12-10 21:23:53 UTC </p> <p>Development has been moved to git.</p> <p>cloud-utils development has moved its revision control to git.<br /> It is available at<br /> &nbsp;&nbsp;<a rel="nofollow" href="https://git.launchpad.net/cloud-utils">https:/<wbr />/git.launchpad.<wbr />net/cloud-<wbr />utils</a></p> <p>Clone with:<br /> &nbsp;&nbsp;git clone <a rel="nofollow" href="https://git.launchpad.net/cloud-utils">https:/<wbr />/git.launchpad.<wbr />net/cloud-<wbr />utils</a><br /> or with read-write:<br /> &nbsp;&nbsp;git clone ssh://git.<wbr />launchpad.<wbr />net/cloud-<wbr />utils</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/csfml/master">lp:csfml</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2018-08-20 06:40:04 UTC</span> <time title="2018-08-20 06:40:04 UTC" datetime="2018-08-20T06:40:04+00:00">2018-08-20</time> </td> <td onmouseout="hide_commit(16784054)" onmouseover="show_commit(16784054)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/csfml/master/revision/151">151</a>. Merge pull request #128 from SFML/bug... </div> <div class="popupTitle" id="branch-log-16784054" onmouseover="hide_commit(16784054)"> <p> <strong>Author:</strong> Lukas Dürrenberger <br /> <strong>Revision Date:</strong> 2018-08-20 06:40:04 UTC </p> <p>Merge pull request #128 from SFML/bugfix/doc_gen</p> <p>Update the doxygen file and made adjustments for the latest doxygen version</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/seahorse-nautilus/trunk">lp:seahorse-<wbr />nautilus</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2018-08-12 11:05:10 UTC</span> <time title="2018-08-12 11:05:10 UTC" datetime="2018-08-12T11:05:10+00:00">2018-08-12</time> </td> <td onmouseout="hide_commit(650859)" onmouseover="show_commit(650859)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/seahorse-nautilus/trunk/revision/184">184</a>. Update Turkish translation </div> <div class="popupTitle" id="branch-log-650859" onmouseover="hide_commit(650859)"> <p> <strong>Author:</strong> Emin Tufan Çetin <br /> <strong>Revision Date:</strong> 2018-08-12 11:05:10 UTC </p> <p>Update Turkish translation</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/postgis/trunk">lp:postgis</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2018-07-27 11:28:00 UTC</span> <time title="2018-07-27 11:28:00 UTC" datetime="2018-07-27T11:28:00.071000+00:00">2018-07-27</time> </td> <td onmouseout="hide_commit(322869)" onmouseover="show_commit(322869)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/postgis/trunk/revision/12244">12244</a>. cu_in_wkt: Fix memory leaks in tests ... </div> <div class="popupTitle" id="branch-log-322869" onmouseover="hide_commit(322869)"> <p> <strong>Author:</strong> algunenano <br /> <strong>Revision Date:</strong> 2018-07-27 11:28:00 UTC </p> <p>cu_in_wkt: Fix memory leaks in tests</p> <p>Introduced in #4109</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/perl5/trunk">lp:perl5</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2018-06-25 13:41:05 UTC</span> <time title="2018-06-25 13:41:05 UTC" datetime="2018-06-25T13:41:05+00:00">2018-06-25</time> </td> <td onmouseout="hide_commit(346743)" onmouseover="show_commit(346743)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/perl5/trunk/revision/56224">56224</a>. mktables: Correct L&lt;&gt; for perluniprop... </div> <div class="popupTitle" id="branch-log-346743" onmouseover="hide_commit(346743)"> <p> <strong>Author:</strong> Karl Williamson <br /> <strong>Revision Date:</strong> 2018-06-25 13:41:05 UTC </p> <p>mktables: Correct L&lt;&gt; for perluniprops; rmv trail space</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/cgminer/git">lp:~registry/<wbr />cgminer/<wbr />git</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2018-06-05 06:24:34 UTC</span> <time title="2018-06-05 06:24:34 UTC" datetime="2018-06-05T06:24:34+00:00">2018-06-05</time> </td> <td onmouseout="hide_commit(769185)" onmouseover="show_commit(769185)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/cgminer/git/revision/4882">4882</a>. Merge pull request #729 from cbouilla... </div> <div class="popupTitle" id="branch-log-769185" onmouseover="hide_commit(769185)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~kernel-kolivas" class="sprite person">Con Kolivas</a> <br /> <strong>Revision Date:</strong> 2018-06-05 06:24:34 UTC </p> <p>Merge pull request #729 from cbouilla/fork_base</p> <p>hash table: use lookup instead of iteration</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/q4wine/q4wine">lp:q4wine</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2018-05-17 14:46:47 UTC</span> <time title="2018-05-17 14:46:47 UTC" datetime="2018-05-17T14:46:47+00:00">2018-05-17</time> </td> <td onmouseout="hide_commit(804665)" onmouseover="show_commit(804665)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/q4wine/q4wine/revision/1114">1114</a>. Merge pull request #122 from kakurasa... </div> <div class="popupTitle" id="branch-log-804665" onmouseover="hide_commit(804665)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~brezerk" class="sprite person">brezerk</a> <br /> <strong>Revision Date:</strong> 2018-05-17 14:46:47 UTC </p> <p>Merge pull request #122 from kakurasan/<wbr />winetricks_<wbr />get_installed</p> <p>winetricks: Parse winetricks.log instead of &quot;winetricks list-installed&quot;</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/bitcoin/master">lp:bitcoin</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2018-03-24 12:15:42 UTC</span> <time title="2018-03-24 12:15:42 UTC" datetime="2018-03-24T12:15:42+00:00">2018-03-24</time> </td> <td onmouseout="hide_commit(545179)" onmouseover="show_commit(545179)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/bitcoin/master/revision/6566">6566</a>. Merge #12760: Docs: Improve documenta... </div> <div class="popupTitle" id="branch-log-545179" onmouseover="hide_commit(545179)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~bitcoin-core" class="sprite person">Bitcoin Core</a> <br /> <strong>Revision Date:</strong> 2018-03-24 12:15:42 UTC </p> <p>Merge #12760: Docs: Improve documentation on standard communication channels</p> <p>30d1a0ae37 Docs: Improve documentation on standard communication channels (Jim Posen)</p> <p>Pull request description:</p> <p>&nbsp;&nbsp;More information about connection on IRC will hopefully help new contributors.</p> <p>Tree-SHA512: d0fc19303463fb1<wbr />ebd193640058b8a<wbr />1b3b1cc32592764<wbr />632d6dce489ea3e<wbr />1f6be421f8f2a77<wbr />6ff60036c174e1d<wbr />0c847ad5a9fd791<wbr />2c1aafc36f233eb<wbr />840081ef</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/vokoscreen/vokoscreen-ro">lp:~registry/<wbr />vokoscreen/<wbr />vokoscreen-<wbr />ro</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2018-03-22 19:23:38 UTC</span> <time title="2018-03-22 19:23:38 UTC" datetime="2018-03-22T19:23:38+00:00">2018-03-22</time> </td> <td onmouseout="hide_commit(710488)" onmouseover="show_commit(710488)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/vokoscreen/vokoscreen-ro/revision/971">971</a>. Merge pull request #201 from Martii/p... </div> <div class="popupTitle" id="branch-log-710488" onmouseover="hide_commit(710488)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~vkohaupt-deactivatedaccount-deactivatedaccount-deactivatedaccount" class="sprite person">Volker Kohaupt</a> <br /> <strong>Revision Date:</strong> 2018-03-22 19:23:38 UTC </p> <p>Merge pull request #201 from Martii/patch-1</p> <p>Repair usage of `QMAKE_LRELEASE`</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/libcryptui/master">lp:libcryptui</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2018-03-13 19:39:04 UTC</span> <time title="2018-03-13 19:39:04 UTC" datetime="2018-03-13T19:39:04+00:00">2018-03-13</time> </td> <td onmouseout="hide_commit(651163)" onmouseover="show_commit(651163)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/libcryptui/master/revision/3040">3040</a>. Update Dutch translation </div> <div class="popupTitle" id="branch-log-651163" onmouseover="hide_commit(651163)"> <p> <strong>Author:</strong> Nathan Follens <br /> <strong>Revision Date:</strong> 2018-03-13 19:39:04 UTC </p> <p>Update Dutch translation</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/enlightenment/l10n-export-0.20">lp:~registry/<wbr />enlightenment/<wbr />l10n-export-<wbr />0.20</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2018-03-04 05:51:23 UTC</span> <time title="2018-03-04 05:51:23 UTC" datetime="2018-03-04T05:51:23.571000+00:00">2018-03-04</time> </td> <td onmouseout="hide_commit(16994646)" onmouseover="show_commit(16994646)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/enlightenment/l10n-export-0.20/revision/14">14</a>. Launchpad automatic translations update. </div> <div class="popupTitle" id="branch-log-16994646" onmouseover="hide_commit(16994646)"> <p> <strong>Author:</strong> Launchpad Translations on behalf of registry <br /> <strong>Revision Date:</strong> 2018-03-04 05:51:23 UTC </p> <p>Launchpad automatic translations update.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/scrumpy/trunk">lp:scrumpy</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2018-02-17 05:18:10 UTC</span> <time title="2018-02-17 05:18:10 UTC" datetime="2018-02-17T05:18:10.731000+00:00">2018-02-17</time> </td> <td onmouseout="hide_commit(244788)" onmouseover="show_commit(244788)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/scrumpy/trunk/revision/36">36</a>. Launchpad automatic translations update. </div> <div class="popupTitle" id="branch-log-244788" onmouseover="hide_commit(244788)"> <p> <strong>Author:</strong> Launchpad Translations on behalf of scrumpy <br /> <strong>Revision Date:</strong> 2018-02-17 05:18:10 UTC </p> <p>Launchpad automatic translations update.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/gobject-introspection/trunk">lp:gobject-<wbr />introspection</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2018-02-16 06:40:16 UTC</span> <time title="2018-02-16 06:40:16 UTC" datetime="2018-02-16T06:40:16+00:00">2018-02-16</time> </td> <td onmouseout="hide_commit(553663)" onmouseover="show_commit(553663)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/gobject-introspection/trunk/revision/3583">3583</a>. gir: Update annotations from GLib git... </div> <div class="popupTitle" id="branch-log-553663" onmouseover="hide_commit(553663)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~ricotz" class="sprite person">Rico Tzschichholz</a> <br /> <strong>Revision Date:</strong> 2018-02-16 06:40:16 UTC </p> <p>gir: Update annotations from GLib git master</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/sfml/devel">lp:sfml</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2017-10-16 14:03:27 UTC</span> <time title="2017-10-16 14:03:27 UTC" datetime="2017-10-16T14:03:27+00:00">2017-10-16</time> </td> <td onmouseout="hide_commit(16784052)" onmouseover="show_commit(16784052)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/sfml/devel/revision/1565">1565</a>. First argument of alcCaptureOpenDevic... </div> <div class="popupTitle" id="branch-log-16784052" onmouseover="hide_commit(16784052)"> <p> <strong>Author:</strong> SoczuGGS <br /> <strong>Revision Date:</strong> 2017-10-16 14:03:27 UTC </p> <p>First argument of alcCaptureOpenD<wbr />evice #1304</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/islamic-menu/debian">lp:islamic-menu</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2017-10-11 03:09:31 UTC</span> <time title="2017-10-11 03:09:31 UTC" datetime="2017-10-11T03:09:31+00:00">2017-10-11</time> </td> <td onmouseout="hide_commit(413620)" onmouseover="show_commit(413620)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/islamic-menu/debian/revision/43">43</a>. Release 1.0.5-2 </div> <div class="popupTitle" id="branch-log-413620" onmouseover="hide_commit(413620)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~aelmahmoudy" class="sprite person">أحمد المحمودي (Ahmed El-Mahmoudy)</a> <br /> <strong>Revision Date:</strong> 2017-10-11 03:09:31 UTC </p> <p>Release 1.0.5-2</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/gtksourceview/master">lp:gtksourceview</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2017-10-04 13:15:34 UTC</span> <time title="2017-10-04 13:15:34 UTC" datetime="2017-10-04T13:15:34+00:00">2017-10-04</time> </td> <td onmouseout="hide_commit(320491)" onmouseover="show_commit(320491)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/gtksourceview/master/revision/5188">5188</a>. build: Fix Visual Studio 2017 introsp... </div> <div class="popupTitle" id="branch-log-320491" onmouseover="hide_commit(320491)"> <p> <strong>Author:</strong> Chun-wei Fan <br /> <strong>Revision Date:</strong> 2017-10-04 13:15:34 UTC </p> <p>build: Fix Visual Studio 2017 introspection builds</p> <p>We need to check for Visual Studio 2017 properly in the NMake Makefiles<br /> used to build the introspection files.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/enlightenment/l10n-import">lp:enlightenment</a> </td> <td align="right" style="padding-right: 5px"> <img alt="bug" width="14" height="14" src="/@@/bug" title="Linked to a bug"/> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2017-09-28 18:02:02 UTC</span> <time title="2017-09-28 18:02:02 UTC" datetime="2017-09-28T18:02:02.121000+00:00">2017-09-28</time> </td> <td onmouseout="hide_commit(274299)" onmouseover="show_commit(274299)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/enlightenment/l10n-import/revision/346">346</a>. Update the .pot files from .desktop f... </div> <div class="popupTitle" id="branch-log-274299" onmouseover="hide_commit(274299)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~eliovir" class="sprite person">Eliovir</a> <br /> <strong>Revision Date:</strong> 2017-09-28 18:02:02 UTC </p> <p>Update the .pot files from .desktop files.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/json-glib/master">lp:json-glib</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2017-09-02 08:16:29 UTC</span> <time title="2017-09-02 08:16:29 UTC" datetime="2017-09-02T08:16:29+00:00">2017-09-02</time> </td> <td onmouseout="hide_commit(486923)" onmouseover="show_commit(486923)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/json-glib/master/revision/995">995</a>. Update Slovak translation </div> <div class="popupTitle" id="branch-log-486923" onmouseover="hide_commit(486923)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~prescott66" class="sprite person">Dusan Kazik</a> <br /> <strong>Revision Date:</strong> 2017-09-02 08:16:29 UTC </p> <p>Update Slovak translation</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/zakat-calc/trunk">lp:zakat-calc</a> </td> <td align="right" style="padding-right: 5px"> <img alt="(Linked to a blueprint)" width="14" height="14" src="/@@/blueprint" title="Linked to a blueprint"/> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2017-08-29 02:27:13 UTC</span> <time title="2017-08-29 02:27:13 UTC" datetime="2017-08-29T02:27:13+00:00">2017-08-29</time> </td> <td onmouseout="hide_commit(414166)" onmouseover="show_commit(414166)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/zakat-calc/trunk/revision/5">5</a>. Change priority to optional </div> <div class="popupTitle" id="branch-log-414166" onmouseover="hide_commit(414166)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~aelmahmoudy" class="sprite person">أحمد المحمودي (Ahmed El-Mahmoudy)</a> <br /> <strong>Revision Date:</strong> 2017-08-29 02:27:13 UTC </p> <p>Change priority to optional</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/gnustep/gnustep-base">lp:~registry/<wbr />gnustep/<wbr />gnustep-<wbr />base</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2017-05-19 16:20:17 UTC</span> <time title="2017-05-19 16:20:17 UTC" datetime="2017-05-19T16:20:17.031000+00:00">2017-05-19</time> </td> <td onmouseout="hide_commit(823748)" onmouseover="show_commit(823748)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/gnustep/gnustep-base/revision/10356">10356</a>. improve debug log </div> <div class="popupTitle" id="branch-log-823748" onmouseover="hide_commit(823748)"> <p> <strong>Author:</strong> rfm <br /> <strong>Revision Date:</strong> 2017-05-19 16:20:17 UTC </p> <p>improve debug log</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/gnustep/gnustep-corebase">lp:~registry/<wbr />gnustep/<wbr />gnustep-<wbr />corebase</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2017-05-09 21:17:00 UTC</span> <time title="2017-05-09 21:17:00 UTC" datetime="2017-05-09T21:17:00.449000+00:00">2017-05-09</time> </td> <td onmouseout="hide_commit(823750)" onmouseover="show_commit(823750)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/gnustep/gnustep-corebase/revision/450">450</a>. CFEnum macro for type definitions. P... </div> <div class="popupTitle" id="branch-log-823750" onmouseover="hide_commit(823750)"> <p> <strong>Author:</strong> ivucica <br /> <strong>Revision Date:</strong> 2017-05-09 21:17:00 UTC </p> <p>CFEnum macro for type definitions.</p> <p>Patch by Daniel Ferreira &lt;bnmvco@gmail.com&gt;.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/gnustep/gnustep-gui">lp:~registry/<wbr />gnustep/<wbr />gnustep-<wbr />gui</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2017-04-24 10:42:32 UTC</span> <time title="2017-04-24 10:42:32 UTC" datetime="2017-04-24T10:42:32.906000+00:00">2017-04-24</time> </td> <td onmouseout="hide_commit(823749)" onmouseover="show_commit(823749)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/gnustep/gnustep-gui/revision/7844">7844</a>. Support for writing resolution </div> <div class="popupTitle" id="branch-log-823749" onmouseover="hide_commit(823749)"> <p> <strong>Author:</strong> rmottola <br /> <strong>Revision Date:</strong> 2017-04-24 10:42:32 UTC </p> <p>Support for writing resolution</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/gnustep/gnustep-make">lp:gnustep</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2017-04-14 09:44:34 UTC</span> <time title="2017-04-14 09:44:34 UTC" datetime="2017-04-14T09:44:34.484000+00:00">2017-04-14</time> </td> <td onmouseout="hide_commit(823746)" onmouseover="show_commit(823746)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/gnustep/gnustep-make/revision/3024">3024</a>. Updates for new release </div> <div class="popupTitle" id="branch-log-823746" onmouseover="hide_commit(823746)"> <p> <strong>Author:</strong> rfm <br /> <strong>Revision Date:</strong> 2017-04-14 09:44:34 UTC </p> <p>Updates for new release</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/texmacs/trunk">lp:texmacs</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2017-03-30 12:12:16 UTC</span> <time title="2017-03-30 12:12:16 UTC" datetime="2017-03-30T12:12:16.279000+00:00">2017-03-30</time> </td> <td onmouseout="hide_commit(541547)" onmouseover="show_commit(541547)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/texmacs/trunk/revision/10563">10563</a>. Fixes </div> <div class="popupTitle" id="branch-log-541547" onmouseover="hide_commit(541547)"> <p> <strong>Author:</strong> vdhoeven <br /> <strong>Revision Date:</strong> 2017-03-30 12:12:16 UTC </p> <p>Fixes</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/dolphin-emu/debian-stable-5.0_new">lp:~registry/<wbr />dolphin-<wbr />emu/debian-<wbr />stable-<wbr />5.0_new</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2017-01-26 05:37:59 UTC</span> <time title="2017-01-26 05:37:59 UTC" datetime="2017-01-26T05:37:59.616000+00:00">2017-01-26</time> </td> <td onmouseout="hide_commit(16999752)" onmouseover="show_commit(16999752)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/dolphin-emu/debian-stable-5.0_new/revision/23">23</a>. Try fix netplay issue. </div> <div class="popupTitle" id="branch-log-16999752" onmouseover="hide_commit(16999752)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~sergio-br2" class="sprite person">Sergio Benjamim</a> <br /> <strong>Revision Date:</strong> 2017-01-26 05:37:59 UTC </p> <p>Try fix netplay issue.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/dolphin-emu/debian-stable-5.0-trusty_new">lp:~registry/<wbr />dolphin-<wbr />emu/debian-<wbr />stable-<wbr />5.0-trusty_<wbr />new</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2017-01-26 05:35:58 UTC</span> <time title="2017-01-26 05:35:58 UTC" datetime="2017-01-26T05:35:58.694000+00:00">2017-01-26</time> </td> <td onmouseout="hide_commit(16999751)" onmouseover="show_commit(16999751)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/dolphin-emu/debian-stable-5.0-trusty_new/revision/30">30</a>. Try fix netplay issue. </div> <div class="popupTitle" id="branch-log-16999751" onmouseover="hide_commit(16999751)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~sergio-br2" class="sprite person">Sergio Benjamim</a> <br /> <strong>Revision Date:</strong> 2017-01-26 05:35:58 UTC </p> <p>Try fix netplay issue.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/dolphin-emu/master_OLD">lp:~registry/<wbr />dolphin-<wbr />emu/master_<wbr />OLD</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2017-01-25 15:35:29 UTC</span> <time title="2017-01-25 15:35:29 UTC" datetime="2017-01-25T15:35:29.416936+00:00">2017-01-25</time> </td> <td onmouseout="hide_commit(16812686)" onmouseover="show_commit(16812686)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/dolphin-emu/master_OLD/revision/160">160</a>. Sync, 9e85e4e (5.0-1882). </div> <div class="popupTitle" id="branch-log-16812686" onmouseover="hide_commit(16812686)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~sergio-br2" class="sprite person">Sergio Benjamim</a> <br /> <strong>Revision Date:</strong> 2017-01-17 16:14:04 UTC </p> <p>Sync, 9e85e4e (5.0-1882).</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/pycassa/master">lp:pycassa</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2017-01-17 16:54:21 UTC</span> <time title="2017-01-17 16:54:21 UTC" datetime="2017-01-17T16:54:21+00:00">2017-01-17</time> </td> <td onmouseout="hide_commit(575000)" onmouseover="show_commit(575000)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/pycassa/master/revision/689">689</a>. Release version 1.11.2 </div> <div class="popupTitle" id="branch-log-575000" onmouseover="hide_commit(575000)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~tylerlhobbs" class="sprite person">thobbs</a> <br /> <strong>Revision Date:</strong> 2017-01-17 16:54:21 UTC </p> <p>Release version 1.11.2</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/glib/trunk">lp:glib</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2017-01-16 20:29:24 UTC</span> <time title="2017-01-16 20:29:24 UTC" datetime="2017-01-16T20:29:24+00:00">2017-01-16</time> </td> <td onmouseout="hide_commit(553668)" onmouseover="show_commit(553668)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/glib/trunk/revision/16612">16612</a>. Updated Spanish translation </div> <div class="popupTitle" id="branch-log-553668" onmouseover="hide_commit(553668)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~daniel-mustieles" class="sprite person">Daniel Mustieles</a> <br /> <strong>Revision Date:</strong> 2017-01-16 20:29:24 UTC </p> <p>Updated Spanish translation</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/cdts/ppa-packaging-cdts">lp:~registry/<wbr />cdts/ppa-<wbr />packaging-<wbr />cdts</a> </td> <td align="right" style="padding-right: 5px"> <img alt="bug" width="14" height="14" src="/@@/bug" title="Linked to a bug"/> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2016-12-08 09:32:57 UTC</span> <time title="2016-12-08 09:32:57 UTC" datetime="2016-12-08T09:32:57.541000+00:00">2016-12-08</time> </td> <td onmouseout="hide_commit(823928)" onmouseover="show_commit(823928)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/cdts/ppa-packaging-cdts/revision/96">96</a>. "Release_2016_Week49 [r=pierre-equoy]... </div> <div class="popupTitle" id="branch-log-823928" onmouseover="hide_commit(823928)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~pieq" class="sprite person">Pierre Equoy</a> <br /> <strong>Revision Date:</strong> 2016-12-08 09:32:57 UTC </p> <p>&quot;Release_<wbr />2016_Week49 [r=pierre-<wbr />equoy][<wbr />bug=][author=<wbr />checkbox-<wbr />ihv-ng]<wbr />&quot;</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/cdts/trunk">lp:cdts</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2016-12-08 09:32:40 UTC</span> <time title="2016-12-08 09:32:40 UTC" datetime="2016-12-08T09:32:40.608000+00:00">2016-12-08</time> </td> <td onmouseout="hide_commit(800680)" onmouseover="show_commit(800680)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/cdts/trunk/revision/84">84</a>. "Release_2016_Week49 [r=pierre-equoy]... </div> <div class="popupTitle" id="branch-log-800680" onmouseover="hide_commit(800680)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~pieq" class="sprite person">Pierre Equoy</a> <br /> <strong>Revision Date:</strong> 2016-12-08 09:32:40 UTC </p> <p>&quot;Release_<wbr />2016_Week49 [r=pierre-equoy][<a href="/bugs/1450619" class="bug-link">bug=1450619</a>][author=<wbr />checkbox-<wbr />ihv-ng]<wbr />&quot;</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/cdts/ppa-packaging-cdts-release">lp:~registry/<wbr />cdts/ppa-<wbr />packaging-<wbr />cdts-release</a> </td> <td align="right" style="padding-right: 5px"> <img alt="(Has a merge proposal)" width="14" height="14" src="/@@/merge-proposal-icon" title="Has a merge proposal"/> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2016-12-08 09:23:31 UTC</span> <time title="2016-12-08 09:23:31 UTC" datetime="2016-12-08T09:23:31.077000+00:00">2016-12-08</time> </td> <td onmouseout="hide_commit(16796943)" onmouseover="show_commit(16796943)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/cdts/ppa-packaging-cdts-release/revision/97">97</a>. Open 1.20 for development </div> <div class="popupTitle" id="branch-log-16796943" onmouseover="hide_commit(16796943)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~pieq" class="sprite person">Pierre Equoy</a> <br /> <strong>Revision Date:</strong> 2016-12-08 09:23:31 UTC </p> <p>Open 1.20 for development</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/wineautostart/latestversion">lp:~registry/<wbr />wineautostart/<wbr />latestversion</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusMATURE">Mature</span> </td> <td> <span class="sortkey">2016-11-11 10:37:20 UTC</span> <time title="2016-11-11 10:37:20 UTC" datetime="2016-11-11T10:37:20.381000+00:00">2016-11-11</time> </td> <td onmouseout="hide_commit(16860530)" onmouseover="show_commit(16860530)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/wineautostart/latestversion/revision/5">5</a>. Updated to go along with new release. </div> <div class="popupTitle" id="branch-log-16860530" onmouseover="hide_commit(16860530)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~hamishmb" class="sprite person">Hamish McIntyre-Bhatty</a> <br /> <strong>Revision Date:</strong> 2016-11-11 10:37:20 UTC </p> <p>Updated to go along with new release.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/glib/glib-2-28">lp:glib/2.28</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2016-10-12 08:22:59 UTC</span> <time title="2016-10-12 08:22:59 UTC" datetime="2016-10-12T08:22:59+00:00">2016-10-12</time> </td> <td onmouseout="hide_commit(553851)" onmouseover="show_commit(553851)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/glib/glib-2-28/revision/9629">9629</a>. Update Occitan translation </div> <div class="popupTitle" id="branch-log-553851" onmouseover="hide_commit(553851)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~cvalmary" class="sprite person">Cédric VALMARY (Tot en òc)</a> <br /> <strong>Revision Date:</strong> 2016-10-12 08:22:59 UTC </p> <p>Update Occitan translation</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/glib/glib-2-26">lp:glib/2.26</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2016-10-12 08:20:21 UTC</span> <time title="2016-10-12 08:20:21 UTC" datetime="2016-10-12T08:20:21+00:00">2016-10-12</time> </td> <td onmouseout="hide_commit(553853)" onmouseover="show_commit(553853)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/glib/glib-2-26/revision/8922">8922</a>. Update Occitan translation </div> <div class="popupTitle" id="branch-log-553853" onmouseover="hide_commit(553853)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~cvalmary" class="sprite person">Cédric VALMARY (Tot en òc)</a> <br /> <strong>Revision Date:</strong> 2016-10-12 08:20:21 UTC </p> <p>Update Occitan translation</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/glib/glib-2-30">lp:glib/2.30</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2016-10-12 08:12:15 UTC</span> <time title="2016-10-12 08:12:15 UTC" datetime="2016-10-12T08:12:15+00:00">2016-10-12</time> </td> <td onmouseout="hide_commit(553854)" onmouseover="show_commit(553854)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/glib/glib-2-30/revision/10527">10527</a>. Update Occitan translation </div> <div class="popupTitle" id="branch-log-553854" onmouseover="hide_commit(553854)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~cvalmary" class="sprite person">Cédric VALMARY (Tot en òc)</a> <br /> <strong>Revision Date:</strong> 2016-10-12 08:12:15 UTC </p> <p>Update Occitan translation</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/gnome-tweaks/master">lp:gnome-tweaks</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2016-09-09 01:08:41 UTC</span> <time title="2016-09-09 01:08:41 UTC" datetime="2016-09-09T01:08:41+00:00">2016-09-09</time> </td> <td onmouseout="hide_commit(452185)" onmouseover="show_commit(452185)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/gnome-tweaks/master/revision/1175">1175</a>. Updated Polish translation </div> <div class="popupTitle" id="branch-log-452185" onmouseover="hide_commit(452185)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~piotrdrag" class="sprite person">Piotr Drąg</a> <br /> <strong>Revision Date:</strong> 2016-09-09 01:08:41 UTC </p> <p>Updated Polish translation</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/twisted/twisted-sid">lp:~registry/<wbr />twisted/<wbr />twisted-<wbr />sid</a> </td> <td align="right" style="padding-right: 5px"> <img alt="bug" width="14" height="14" src="/@@/bug" title="Linked to a bug"/> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2016-08-31 09:27:51 UTC</span> <time title="2016-08-31 09:27:51 UTC" datetime="2016-08-31T09:27:51.327000+00:00">2016-08-31</time> </td> <td onmouseout="hide_commit(616568)" onmouseover="show_commit(616568)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/twisted/twisted-sid/revision/38">38</a>. * Fix build on x86 targets. * Build a... </div> <div class="popupTitle" id="branch-log-616568" onmouseover="hide_commit(616568)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~free.ekanayaka" class="sprite person">Free Ekanayaka</a> <br /> <strong>Revision Date:</strong> 2016-08-31 09:27:51 UTC </p> <p>* Fix build on x86 targets.<br /> * Build architecture dependent packages for Python3.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/ubuntu-system-image/server">lp:ubuntu-<wbr />system-<wbr />image/server</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2016-08-30 08:02:48 UTC</span> <time title="2016-08-30 08:02:48 UTC" datetime="2016-08-30T08:02:48.531000+00:00">2016-08-30</time> </td> <td onmouseout="hide_commit(735437)" onmouseover="show_commit(735437)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/ubuntu-system-image/server/revision/299">299</a>. Add frieza_arm64 to the list of custo... </div> <div class="popupTitle" id="branch-log-735437" onmouseover="hide_commit(735437)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~sil2100" class="sprite person">Łukasz Zemczak</a> <br /> <strong>Revision Date:</strong> 2016-08-30 08:02:48 UTC </p> <p>Add frieza_arm64 to the list of custom tarball arm64 architectures for the cdimage generator.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/snappy-desktop-examples/trunk">lp:snappy-<wbr />desktop-<wbr />examples</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2016-07-12 08:44:48 UTC</span> <time title="2016-07-12 08:44:48 UTC" datetime="2016-07-12T08:44:48.511000+00:00">2016-07-12</time> </td> <td onmouseout="hide_commit(16991255)" onmouseover="show_commit(16991255)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/snappy-desktop-examples/trunk/revision/29">29</a>. all these snaps moved to https://gith... </div> <div class="popupTitle" id="branch-log-16991255" onmouseover="hide_commit(16991255)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~dholbach" class="sprite person">Daniel Holbach</a> <br /> <strong>Revision Date:</strong> 2016-07-12 08:44:48 UTC </p> <p>all these snaps moved to <a rel="nofollow" href="https://github.com/ubuntu/snappy-playpen">https:/<wbr />/github.<wbr />com/ubuntu/<wbr />snappy-<wbr />playpen</a></p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/dolphin-emu/stable-5.0_new">lp:~registry/<wbr />dolphin-<wbr />emu/stable-<wbr />5.0_new</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2016-06-25 04:26:55 UTC</span> <time title="2016-06-25 04:26:55 UTC" datetime="2016-06-25T04:26:55.413179+00:00">2016-06-25</time> </td> <td onmouseout="hide_commit(16999750)" onmouseover="show_commit(16999750)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/dolphin-emu/stable-5.0_new/revision/1">1</a>. Upload 5.0 tarball. </div> <div class="popupTitle" id="branch-log-16999750" onmouseover="hide_commit(16999750)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~sergio-br2" class="sprite person">Sergio Benjamim</a> <br /> <strong>Revision Date:</strong> 2016-06-25 04:20:18 UTC </p> <p>Upload 5.0 tarball.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/dolphin-emu/debian-master">lp:~registry/<wbr />dolphin-<wbr />emu/debian-<wbr />master</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2016-06-25 04:09:49 UTC</span> <time title="2016-06-25 04:09:49 UTC" datetime="2016-06-25T04:09:49.403000+00:00">2016-06-25</time> </td> <td onmouseout="hide_commit(16982546)" onmouseover="show_commit(16982546)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/dolphin-emu/debian-master/revision/19">19</a>. Bump to 5.0. </div> <div class="popupTitle" id="branch-log-16982546" onmouseover="hide_commit(16982546)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~sergio-br2" class="sprite person">Sergio Benjamim</a> <br /> <strong>Revision Date:</strong> 2016-06-25 04:09:49 UTC </p> <p>Bump to 5.0.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/dolphin-emu/debian-master-trusty">lp:~registry/<wbr />dolphin-<wbr />emu/debian-<wbr />master-<wbr />trusty</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2016-06-25 04:09:16 UTC</span> <time title="2016-06-25 04:09:16 UTC" datetime="2016-06-25T04:09:16.225000+00:00">2016-06-25</time> </td> <td onmouseout="hide_commit(16879731)" onmouseover="show_commit(16879731)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/dolphin-emu/debian-master-trusty/revision/27">27</a>. Bump to 5.0. </div> <div class="popupTitle" id="branch-log-16879731" onmouseover="hide_commit(16879731)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~sergio-br2" class="sprite person">Sergio Benjamim</a> <br /> <strong>Revision Date:</strong> 2016-06-25 04:09:16 UTC </p> <p>Bump to 5.0.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/dolphin-emu/debian-master-precise">lp:~registry/<wbr />dolphin-<wbr />emu/debian-<wbr />master-<wbr />precise</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2016-06-19 18:57:13 UTC</span> <time title="2016-06-19 18:57:13 UTC" datetime="2016-06-19T18:57:13.754000+00:00">2016-06-19</time> </td> <td onmouseout="hide_commit(16868027)" onmouseover="show_commit(16868027)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/dolphin-emu/debian-master-precise/revision/14">14</a>. Add this udev rules to install. </div> <div class="popupTitle" id="branch-log-16868027" onmouseover="hide_commit(16868027)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~sergio-br2" class="sprite person">Sergio Benjamim</a> <br /> <strong>Revision Date:</strong> 2016-06-19 18:57:13 UTC </p> <p>Add this udev rules to install.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/ucam-webauth/dtg-pom">lp:~registry/<wbr />ucam-webauth/<wbr />dtg-pom</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2016-06-07 13:20:06 UTC</span> <time title="2016-06-07 13:20:06 UTC" datetime="2016-06-07T13:20:06+00:00">2016-06-07</time> </td> <td onmouseout="hide_commit(811511)" onmouseover="show_commit(811511)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/ucam-webauth/dtg-pom/revision/47">47</a>. Rebuild for xenial </div> <div class="popupTitle" id="branch-log-811511" onmouseover="hide_commit(811511)"> <p> <strong>Author:</strong> Daniel Thomas <br /> <strong>Revision Date:</strong> 2016-06-07 13:20:06 UTC </p> <p>Rebuild for xenial</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/pmms/pmms">lp:~registry/<wbr />pmms/pmms</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2016-05-25 05:49:40 UTC</span> <time title="2016-05-25 05:49:40 UTC" datetime="2016-05-25T05:49:40.808160+00:00">2016-05-25</time> </td> <td onmouseout="hide_commit(16996331)" onmouseover="show_commit(16996331)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/pmms/pmms/revision/4">4</a>. sql file </div> <div class="popupTitle" id="branch-log-16996331" onmouseover="hide_commit(16996331)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~joseph-f-henry" class="sprite person">joseph</a> <br /> <strong>Revision Date:</strong> 2016-05-22 16:48:39 UTC </p> <p>sql file</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/snappy-playpen/trunk">lp:snappy-playpen</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2016-05-17 21:49:22 UTC</span> <time title="2016-05-17 21:49:22 UTC" datetime="2016-05-17T21:49:22.340000+00:00">2016-05-17</time> </td> <td onmouseout="hide_commit(16991254)" onmouseover="show_commit(16991254)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/snappy-playpen/trunk/revision/48">48</a>. hello-unity fixes from Marco Trevisan </div> <div class="popupTitle" id="branch-log-16991254" onmouseover="hide_commit(16991254)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~mhall119" class="sprite person">Michael Hall</a> <br /> <strong>Revision Date:</strong> 2016-05-17 21:49:22 UTC </p> <p>hello-unity fixes from Marco Trevisan</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/mastermind-game/trunk">lp:~registry/<wbr />mastermind-<wbr />game/trunk</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2016-05-17 09:14:02 UTC</span> <time title="2016-05-17 09:14:02 UTC" datetime="2016-05-17T09:14:02+00:00">2016-05-17</time> </td> <td onmouseout="hide_commit(884346)" onmouseover="show_commit(884346)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/mastermind-game/trunk/revision/156">156</a>. Update README.md </div> <div class="popupTitle" id="branch-log-884346" onmouseover="hide_commit(884346)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~mehdioa" class="sprite person">mehdi omidali</a> <br /> <strong>Revision Date:</strong> 2016-05-17 09:14:02 UTC </p> <p>Update README.md</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/serious-donut/trunk">lp:serious-donut</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2016-04-29 12:46:50 UTC</span> <time title="2016-04-29 12:46:50 UTC" datetime="2016-04-29T12:46:50.477000+00:00">2016-04-29</time> </td> <td onmouseout="hide_commit(16993409)" onmouseover="show_commit(16993409)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/serious-donut/trunk/revision/43">43</a>. merged lp:~dholbach/serious-donut/cle... </div> <div class="popupTitle" id="branch-log-16993409" onmouseover="hide_commit(16993409)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~dholbach" class="sprite person">Daniel Holbach</a> <br /> <strong>Revision Date:</strong> 2016-04-29 12:46:50 UTC </p> <p>merged <a href="/+code/~dholbach/serious-donut/clean-slate" class="branch-short-link">lp:~dholbach/serious-donut/clean-slate</a></p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/openswitch/ops-snappy">lp:~registry/<wbr />openswitch/<wbr />ops-snappy</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2016-04-12 12:11:32 UTC</span> <time title="2016-04-12 12:11:32 UTC" datetime="2016-04-12T12:11:32.477977+00:00">2016-04-12</time> </td> <td> <em> This branch has not been imported yet. </em> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/arkose/trunk">lp:arkose</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusMATURE">Mature</span> </td> <td> <span class="sortkey">2016-04-06 05:37:20 UTC</span> <time title="2016-04-06 05:37:20 UTC" datetime="2016-04-06T05:37:20.898000+00:00">2016-04-06</time> </td> <td onmouseout="hide_commit(415905)" onmouseover="show_commit(415905)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/arkose/trunk/revision/416">416</a>. Launchpad automatic translations update. </div> <div class="popupTitle" id="branch-log-415905" onmouseover="hide_commit(415905)"> <p> <strong>Author:</strong> Launchpad Translations on behalf of arkose-devel <br /> <strong>Revision Date:</strong> 2016-04-06 05:37:20 UTC </p> <p>Launchpad automatic translations update.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/libosinfo/trunk">lp:libosinfo</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2016-03-03 17:23:49 UTC</span> <time title="2016-03-03 17:23:49 UTC" datetime="2016-03-03T17:23:49+00:00">2016-03-03</time> </td> <td onmouseout="hide_commit(586648)" onmouseover="show_commit(586648)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/libosinfo/trunk/revision/1062">1062</a>. Remove all files and add pointer to n... </div> <div class="popupTitle" id="branch-log-586648" onmouseover="hide_commit(586648)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~berrange" class="sprite person">Daniel Berrange</a> <br /> <strong>Revision Date:</strong> 2016-03-03 17:23:49 UTC </p> <p>Remove all files and add pointer to new git repostory location</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/jockey/trunk">lp:jockey</a> </td> <td align="right" style="padding-right: 5px"> <img alt="bug" width="14" height="14" src="/@@/bug" title="Linked to a bug"/> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2016-01-31 05:08:55 UTC</span> <time title="2016-01-31 05:08:55 UTC" datetime="2016-01-31T05:08:55.979000+00:00">2016-01-31</time> </td> <td onmouseout="hide_commit(8732)" onmouseover="show_commit(8732)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/jockey/trunk/revision/820">820</a>. Launchpad automatic translations update. </div> <div class="popupTitle" id="branch-log-8732" onmouseover="hide_commit(8732)"> <p> <strong>Author:</strong> Launchpad Translations on behalf of jockey-hackers <br /> <strong>Revision Date:</strong> 2016-01-31 05:08:55 UTC </p> <p>Launchpad automatic translations update.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/alid-progettoscuola/6.0">lp:alid-<wbr />progettoscuola</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusMATURE">Mature</span> </td> <td> <span class="sortkey">2016-01-15 08:29:57 UTC</span> <time title="2016-01-15 08:29:57 UTC" datetime="2016-01-15T08:29:57.770000+00:00">2016-01-15</time> </td> <td onmouseout="hide_commit(16941133)" onmouseover="show_commit(16941133)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/alid-progettoscuola/6.0/revision/192">192</a>. Corretto postmirror.sh per adattarlo ... </div> <div class="popupTitle" id="branch-log-16941133" onmouseover="hide_commit(16941133)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~cod-italy" class="sprite person">CoD</a> <br /> <strong>Revision Date:</strong> 2016-01-15 08:29:57 UTC </p> <p>Corretto postmirror.sh per adattarlo al nuovo nome del pacchetto flash</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/charms/trusty/ofed-mellanox/next">lp:~registry/<wbr />charms/<wbr />trusty/<wbr />ofed-mellanox/<wbr />next</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2015-12-03 13:47:09 UTC</span> <time title="2015-12-03 13:47:09 UTC" datetime="2015-12-03T13:47:09.932000+00:00">2015-12-03</time> </td> <td onmouseout="hide_commit(16974539)" onmouseover="show_commit(16974539)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/charms/trusty/ofed-mellanox/next/revision/4">4</a>. Fixed: use persistent Mellanox charm ... </div> <div class="popupTitle" id="branch-log-16974539" onmouseover="hide_commit(16974539)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~andreyy" class="sprite person">Andrey Yevsyukov</a> <br /> <strong>Revision Date:</strong> 2015-12-03 13:47:09 UTC </p> <p>Fixed: use persistent Mellanox charm config</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/charms/trusty/nova-compute-mellanox/next">lp:~registry/<wbr />charms/<wbr />trusty/<wbr />nova-compute-<wbr />mellanox/<wbr />next</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2015-12-03 13:44:18 UTC</span> <time title="2015-12-03 13:44:18 UTC" datetime="2015-12-03T13:44:18.299000+00:00">2015-12-03</time> </td> <td onmouseout="hide_commit(16967230)" onmouseover="show_commit(16967230)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/charms/trusty/nova-compute-mellanox/next/revision/44">44</a>. Added ability use persistent Mellanox... </div> <div class="popupTitle" id="branch-log-16967230" onmouseover="hide_commit(16967230)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~andreyy" class="sprite person">Andrey Yevsyukov</a> <br /> <strong>Revision Date:</strong> 2015-12-03 13:44:18 UTC </p> <p>Added ability use persistent Mellanox charms configs</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/charms/trusty/neutron-gateway-mellanox/next">lp:~registry/<wbr />charms/<wbr />trusty/<wbr />neutron-<wbr />gateway-<wbr />mellanox/<wbr />next</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2015-12-03 13:43:41 UTC</span> <time title="2015-12-03 13:43:41 UTC" datetime="2015-12-03T13:43:41.777000+00:00">2015-12-03</time> </td> <td onmouseout="hide_commit(16967231)" onmouseover="show_commit(16967231)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/charms/trusty/neutron-gateway-mellanox/next/revision/21">21</a>. Added ability use persistent Mellanox... </div> <div class="popupTitle" id="branch-log-16967231" onmouseover="hide_commit(16967231)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~andreyy" class="sprite person">Andrey Yevsyukov</a> <br /> <strong>Revision Date:</strong> 2015-12-03 13:43:41 UTC </p> <p>Added ability use persistent Mellanox charms configs</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/charms/trusty/neutron-api-mellanox/next">lp:~registry/<wbr />charms/<wbr />trusty/<wbr />neutron-<wbr />api-mellanox/<wbr />next</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2015-12-03 13:42:16 UTC</span> <time title="2015-12-03 13:42:16 UTC" datetime="2015-12-03T13:42:16.809000+00:00">2015-12-03</time> </td> <td onmouseout="hide_commit(16966988)" onmouseover="show_commit(16966988)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/charms/trusty/neutron-api-mellanox/next/revision/28">28</a>. Added ability use persistent Mellanox... </div> <div class="popupTitle" id="branch-log-16966988" onmouseover="hide_commit(16966988)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~andreyy" class="sprite person">Andrey Yevsyukov</a> <br /> <strong>Revision Date:</strong> 2015-12-03 13:42:16 UTC </p> <p>Added ability use persistent Mellanox charms configs</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/charms/trusty/cinder-mellanox/next">lp:~registry/<wbr />charms/<wbr />trusty/<wbr />cinder-<wbr />mellanox/<wbr />next</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2015-12-03 13:41:31 UTC</span> <time title="2015-12-03 13:41:31 UTC" datetime="2015-12-03T13:41:31.092000+00:00">2015-12-03</time> </td> <td onmouseout="hide_commit(16967347)" onmouseover="show_commit(16967347)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/charms/trusty/cinder-mellanox/next/revision/16">16</a>. Added ability use persistent Mellanox... </div> <div class="popupTitle" id="branch-log-16967347" onmouseover="hide_commit(16967347)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~andreyy" class="sprite person">Andrey Yevsyukov</a> <br /> <strong>Revision Date:</strong> 2015-12-03 13:41:31 UTC </p> <p>Added ability use persistent Mellanox charms configs</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/charms/trusty/mellanox-helpers/next">lp:~registry/<wbr />charms/<wbr />trusty/<wbr />mellanox-<wbr />helpers/<wbr />next</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2015-12-03 13:40:43 UTC</span> <time title="2015-12-03 13:40:43 UTC" datetime="2015-12-03T13:40:43.538000+00:00">2015-12-03</time> </td> <td onmouseout="hide_commit(16969620)" onmouseover="show_commit(16969620)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/charms/trusty/mellanox-helpers/next/revision/13">13</a>. Added ability use persistent Mellanox... </div> <div class="popupTitle" id="branch-log-16969620" onmouseover="hide_commit(16969620)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~andreyy" class="sprite person">Andrey Yevsyukov</a> <br /> <strong>Revision Date:</strong> 2015-12-03 13:40:43 UTC </p> <p>Added ability use persistent Mellanox charms configs</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/alid-progettoscuola/trunk">lp:alid-<wbr />progettoscuola/<wbr />trunk</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2015-12-02 16:06:16 UTC</span> <time title="2015-12-02 16:06:16 UTC" datetime="2015-12-02T16:06:16.943000+00:00">2015-12-02</time> </td> <td onmouseout="hide_commit(812150)" onmouseover="show_commit(812150)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/alid-progettoscuola/trunk/revision/152">152</a>. Fixed bug 1521913 </div> <div class="popupTitle" id="branch-log-812150" onmouseover="hide_commit(812150)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~cod-italy" class="sprite person">CoD</a> <br /> <strong>Revision Date:</strong> 2015-12-02 16:06:16 UTC </p> <p>Fixed <a href="/bugs/1521913" class="bug-link">bug 1521913</a></p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/accounts-plugin-email/trunk">lp:accounts-<wbr />plugin-<wbr />email</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2015-11-19 09:16:33 UTC</span> <time title="2015-11-19 09:16:33 UTC" datetime="2015-11-19T09:16:33.566242+00:00">2015-11-19</time> </td> <td onmouseout="hide_commit(16973303)" onmouseover="show_commit(16973303)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/accounts-plugin-email/trunk/revision/10">10</a>. Forgot to add SMAKE_INSTALL_DATADIR </div> <div class="popupTitle" id="branch-log-16973303" onmouseover="hide_commit(16973303)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~dpniel" class="sprite person">Dan Chapman </a> <br /> <strong>Revision Date:</strong> 2015-11-12 20:23:28 UTC </p> <p>Forgot to add SMAKE_INSTALL_<wbr />DATADIR</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/islamic-menu/translations">lp:~registry/<wbr />islamic-<wbr />menu/translatio<wbr />ns</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2015-11-04 05:35:05 UTC</span> <time title="2015-11-04 05:35:05 UTC" datetime="2015-11-04T05:35:05.814000+00:00">2015-11-04</time> </td> <td onmouseout="hide_commit(296798)" onmouseover="show_commit(296798)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/islamic-menu/translations/revision/48">48</a>. Launchpad automatic translations update. </div> <div class="popupTitle" id="branch-log-296798" onmouseover="hide_commit(296798)"> <p> <strong>Author:</strong> Launchpad Translations on behalf of sabily.team <br /> <strong>Revision Date:</strong> 2015-11-04 05:35:05 UTC </p> <p>Launchpad automatic translations update.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/charms/trusty/mellanox-helpers/stable">lp:~registry/<wbr />charms/<wbr />trusty/<wbr />mellanox-<wbr />helpers/<wbr />stable</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2015-10-28 08:41:06 UTC</span> <time title="2015-10-28 08:41:06 UTC" datetime="2015-10-28T08:41:06.218000+00:00">2015-10-28</time> </td> <td onmouseout="hide_commit(16969622)" onmouseover="show_commit(16969622)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/charms/trusty/mellanox-helpers/stable/revision/5">5</a>. Makefile added </div> <div class="popupTitle" id="branch-log-16969622" onmouseover="hide_commit(16969622)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~andreyy" class="sprite person">Andrey Yevsyukov</a> <br /> <strong>Revision Date:</strong> 2015-10-28 08:41:06 UTC </p> <p>Makefile added</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/sbonlinecms/trunk">lp:sbonlinecms</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2015-10-12 14:38:10 UTC</span> <time title="2015-10-12 14:38:10 UTC" datetime="2015-10-12T14:38:10.391566+00:00">2015-10-12</time> </td> <td onmouseout="hide_commit(16967818)" onmouseover="show_commit(16967818)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/sbonlinecms/trunk/revision/1">1</a>. Bazaar initial commit </div> <div class="popupTitle" id="branch-log-16967818" onmouseover="hide_commit(16967818)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~sbrueckner" class="sprite person">Saskia Brueckner</a> <br /> <strong>Revision Date:</strong> 2015-10-12 14:27:59 UTC </p> <p>Bazaar initial commit</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/dolphin-emu/debian-stable-5.0">lp:~registry/<wbr />dolphin-<wbr />emu/debian-<wbr />stable-<wbr />5.0</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2015-10-07 20:12:46 UTC</span> <time title="2015-10-07 20:12:46 UTC" datetime="2015-10-07T20:12:46.413000+00:00">2015-10-07</time> </td> <td onmouseout="hide_commit(16955106)" onmouseover="show_commit(16955106)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/dolphin-emu/debian-stable-5.0/revision/13">13</a>. Bump to rc-34 </div> <div class="popupTitle" id="branch-log-16955106" onmouseover="hide_commit(16955106)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~sergio-br2" class="sprite person">Sergio Benjamim</a> <br /> <strong>Revision Date:</strong> 2015-10-07 20:12:46 UTC </p> <p>Bump to rc-34</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/dolphin-emu/debian-stable-5.0-trusty">lp:~registry/<wbr />dolphin-<wbr />emu/debian-<wbr />stable-<wbr />5.0-trusty</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2015-10-07 20:12:13 UTC</span> <time title="2015-10-07 20:12:13 UTC" datetime="2015-10-07T20:12:13.594000+00:00">2015-10-07</time> </td> <td onmouseout="hide_commit(16954596)" onmouseover="show_commit(16954596)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/dolphin-emu/debian-stable-5.0-trusty/revision/15">15</a>. Bump to rc-34 </div> <div class="popupTitle" id="branch-log-16954596" onmouseover="hide_commit(16954596)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~sergio-br2" class="sprite person">Sergio Benjamim</a> <br /> <strong>Revision Date:</strong> 2015-10-07 20:12:13 UTC </p> <p>Bump to rc-34</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/dolphin-emu/debian-stable-5.0-precise">lp:~registry/<wbr />dolphin-<wbr />emu/debian-<wbr />stable-<wbr />5.0-precise</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2015-10-07 20:11:28 UTC</span> <time title="2015-10-07 20:11:28 UTC" datetime="2015-10-07T20:11:28.855000+00:00">2015-10-07</time> </td> <td onmouseout="hide_commit(16955109)" onmouseover="show_commit(16955109)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/dolphin-emu/debian-stable-5.0-precise/revision/13">13</a>. Bump to rc-34 </div> <div class="popupTitle" id="branch-log-16955109" onmouseover="hide_commit(16955109)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~sergio-br2" class="sprite person">Sergio Benjamim</a> <br /> <strong>Revision Date:</strong> 2015-10-07 20:11:28 UTC </p> <p>Bump to rc-34</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/dolphin-emu/stable-5.0">lp:~registry/<wbr />dolphin-<wbr />emu/stable-<wbr />5.0</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2015-10-07 20:08:57 UTC</span> <time title="2015-10-07 20:08:57 UTC" datetime="2015-10-07T20:08:57.894000+00:00">2015-10-07</time> </td> <td onmouseout="hide_commit(16954594)" onmouseover="show_commit(16954594)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/dolphin-emu/stable-5.0/revision/9">9</a>. Sync, 452a0f8 (5.0-rc-34). </div> <div class="popupTitle" id="branch-log-16954594" onmouseover="hide_commit(16954594)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~sergio-br2" class="sprite person">Sergio Benjamim</a> <br /> <strong>Revision Date:</strong> 2015-10-07 20:08:57 UTC </p> <p>Sync, 452a0f8 (5.0-rc-34).</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/+junk/mellanox-testing">lp:~registry/<wbr />+junk/mellanox-<wbr />testing</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2015-10-07 17:54:12 UTC</span> <time title="2015-10-07 17:54:12 UTC" datetime="2015-10-07T17:54:12.942000+00:00">2015-10-07</time> </td> <td onmouseout="hide_commit(16964952)" onmouseover="show_commit(16964952)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/+junk/mellanox-testing/revision/9">9</a>. Remove vivid-* We just support trusty </div> <div class="popupTitle" id="branch-log-16964952" onmouseover="hide_commit(16964952)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~freyes" class="sprite person">Felipe Reyes</a> <br /> <strong>Revision Date:</strong> 2015-10-07 17:54:12 UTC </p> <p>Remove vivid-*</p> <p>We just support trusty</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/charms/trusty/ubuntu-mellanox/next">lp:~registry/<wbr />charms/<wbr />trusty/<wbr />ubuntu-<wbr />mellanox/<wbr />next</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2015-10-06 15:19:05 UTC</span> <time title="2015-10-06 15:19:05 UTC" datetime="2015-10-06T15:19:05.623842+00:00">2015-10-06</time> </td> <td onmouseout="hide_commit(16966999)" onmouseover="show_commit(16966999)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/charms/trusty/ubuntu-mellanox/next/revision/11">11</a>. Add note to install hook </div> <div class="popupTitle" id="branch-log-16966999" onmouseover="hide_commit(16966999)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~freyes" class="sprite person">Felipe Reyes</a> <br /> <strong>Revision Date:</strong> 2015-09-24 01:35:34 UTC </p> <p>Add note to install hook</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/charms/trusty/cinder/next">lp:~registry/<wbr />charms/<wbr />trusty/<wbr />cinder/<wbr />next</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2015-10-06 15:17:42 UTC</span> <time title="2015-10-06 15:17:42 UTC" datetime="2015-10-06T15:17:42.465926+00:00">2015-10-06</time> </td> <td onmouseout="hide_commit(16966993)" onmouseover="show_commit(16966993)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/charms/trusty/cinder/next/revision/128">128</a>. Set cinder.conf values according to h... </div> <div class="popupTitle" id="branch-log-16966993" onmouseover="hide_commit(16966993)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~freyes" class="sprite person">Felipe Reyes</a> <br /> <strong>Revision Date:</strong> 2015-09-24 21:25:16 UTC </p> <p>Set cinder.conf values according to <a rel="nofollow" href="https://wiki.openstack.org/wiki/Mellanox-Cinder">https:/<wbr />/wiki.openstack<wbr />.org/wiki/<wbr />Mellanox-<wbr />Cinder</a></p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/charms/trusty/neutron-api/next">lp:~registry/<wbr />charms/<wbr />trusty/<wbr />neutron-<wbr />api/next</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2015-10-06 15:16:33 UTC</span> <time title="2015-10-06 15:16:33 UTC" datetime="2015-10-06T15:16:33.740203+00:00">2015-10-06</time> </td> <td onmouseout="hide_commit(16966992)" onmouseover="show_commit(16966992)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/charms/trusty/neutron-api/next/revision/143">143</a>. Change ml2_conf.ini according to http... </div> <div class="popupTitle" id="branch-log-16966992" onmouseover="hide_commit(16966992)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~freyes" class="sprite person">Felipe Reyes</a> <br /> <strong>Revision Date:</strong> 2015-09-24 21:29:06 UTC </p> <p>Change ml2_conf.ini according to <a rel="nofollow" href="https://wiki.openstack.org/wiki/Mellanox-Neutron-Kilo-Ubuntu-InfiniBand#Controller_Node">https:/<wbr />/wiki.openstack<wbr />.org/wiki/<wbr />Mellanox-<wbr />Neutron-<wbr />Kilo-Ubuntu-<wbr />InfiniBand#<wbr />Controller_<wbr />Node</a></p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/charms/trusty/neutron-gateway/next">lp:~registry/<wbr />charms/<wbr />trusty/<wbr />neutron-<wbr />gateway/<wbr />next</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2015-10-06 15:14:32 UTC</span> <time title="2015-10-06 15:14:32 UTC" datetime="2015-10-06T15:14:32.751251+00:00">2015-10-06</time> </td> <td onmouseout="hide_commit(16966991)" onmouseover="show_commit(16966991)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/charms/trusty/neutron-gateway/next/revision/143">143</a>. Add dhcp_agent.ini for kilo Accordin... </div> <div class="popupTitle" id="branch-log-16966991" onmouseover="hide_commit(16966991)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~freyes" class="sprite person">Felipe Reyes</a> <br /> <strong>Revision Date:</strong> 2015-09-24 21:33:00 UTC </p> <p>Add dhcp_agent.ini for kilo</p> <p>According to <a rel="nofollow" href="https://wiki.openstack.org/wiki/Mellanox-Neutron-Kilo-Ubuntu-InfiniBand#DHCP_Server_.28Usually_part_of_the_Network_node.29">https:/<wbr />/wiki.openstack<wbr />.org/wiki/<wbr />Mellanox-<wbr />Neutron-<wbr />Kilo-Ubuntu-<wbr />InfiniBand#<wbr />DHCP_Server_<wbr />.28Usually_<wbr />part_of_<wbr />the_Network_<wbr />node.29</a></p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/gnustep/renaissance">lp:~registry/<wbr />gnustep/<wbr />renaissance</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2015-08-22 19:31:32 UTC</span> <time title="2015-08-22 19:31:32 UTC" datetime="2015-08-22T19:31:32.743000+00:00">2015-08-22</time> </td> <td onmouseout="hide_commit(897274)" onmouseover="show_commit(897274)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/gnustep/renaissance/revision/490">490</a>. Add dummy reference to link on Windows. </div> <div class="popupTitle" id="branch-log-897274" onmouseover="hide_commit(897274)"> <p> <strong>Author:</strong> espectador <br /> <strong>Revision Date:</strong> 2015-08-22 19:31:32 UTC </p> <p>Add dummy reference to link on Windows.</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/systemd/master">lp:systemd</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2015-08-07 05:32:19 UTC</span> <time title="2015-08-07 05:32:19 UTC" datetime="2015-08-07T05:32:19+00:00">2015-08-07</time> </td> <td onmouseout="hide_commit(635132)" onmouseover="show_commit(635132)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/systemd/master/revision/16554">16554</a>. Merge pull request #904 from keszybz/... </div> <div class="popupTitle" id="branch-log-635132" onmouseover="hide_commit(635132)"> <p> <strong>Author:</strong> Daniel Mack <br /> <strong>Revision Date:</strong> 2015-08-07 05:32:19 UTC </p> <p>Merge pull request #904 from keszybz/<wbr />load-fragment-<wbr />fix</p> <p>Load fragment fix</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/ihris-manage-burundi/trunk">lp:~registry/<wbr />ihris-manage-<wbr />burundi/<wbr />trunk</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2015-07-23 17:51:56 UTC</span> <time title="2015-07-23 17:51:56 UTC" datetime="2015-07-23T17:51:56.772000+00:00">2015-07-23</time> </td> <td onmouseout="hide_commit(16942054)" onmouseover="show_commit(16942054)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/ihris-manage-burundi/trunk/revision/177">177</a>. adds translation po archive </div> <div class="popupTitle" id="branch-log-16942054" onmouseover="hide_commit(16942054)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~mutali" class="sprite person">Jean Paul Mutali</a> <br /> <strong>Revision Date:</strong> 2015-07-23 17:51:56 UTC </p> <p>adds translation po archive</p> </div> </td> </tr> <tr> <td> <a class="sprite branch" href="/~registry/cdts/xml_docs">lp:~registry/<wbr />cdts/xml_<wbr />docs</a> </td> <td align="right" style="padding-right: 5px"> </td> <td> <span class="branchstatusDEVELOPMENT">Development</span> </td> <td> <span class="sortkey">2015-07-07 16:41:06 UTC</span> <time title="2015-07-07 16:41:06 UTC" datetime="2015-07-07T16:41:06.283194+00:00">2015-07-07</time> </td> <td onmouseout="hide_commit(16948365)" onmouseover="show_commit(16948365)"> <div class="lastCommit"> <a href="https://bazaar.launchpad.net/~registry/cdts/xml_docs/revision/1">1</a>. new docs </div> <div class="popupTitle" id="branch-log-16948365" onmouseover="hide_commit(16948365)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~cgregan" class="sprite person">Chris Gregan</a> <br /> <strong>Revision Date:</strong> 2014-11-10 06:58:09 UTC </p> <p>new docs</p> </div> </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>100</strong> of 680 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; <a class="next" rel="next" href="https://code.launchpad.net/~registry/+branches?memo=100&amp;start=100" id="lower-batch-nav-batchnav-next"><strong>Next</strong></a> &bull; <a class="last" rel="last" href="https://code.launchpad.net/~registry/+branches?direction=backwards&amp;start=600" id="lower-batch-nav-batchnav-last">Last</a> </td> </tr> </tbody> </table> </div> </div> </div><!-- yui-b --> </div><!-- yui-main --> <div id="side-portlets" class="yui-b side"> <div id="portlet-person-codesummary" class="portlet"> <table> <tr class="code-links"> <td><span class="menu-link-branches nolink">Branches</span></td> </tr> <tr class="code-links"> <td><a class="menu-link-active_reviews" href="https://code.launchpad.net/~registry/+activereviews">Active reviews</a></td> </tr> <tr class="code-links"> <td><a class="menu-link-source_package_recipes" href="https://code.launchpad.net/~registry/+recipes">Source package recipes</a></td> </tr> <tr class="code-links"> <td><a class="menu-link-snaps" href="https://code.launchpad.net/~registry/+snaps">Snap packages</a></td> </tr> </table> </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": {}, "context": {"self_link": "https://code.launchpad.net/api/devel/~registry", "web_link": "https://launchpad.net/~registry", "resource_type_link": "https://code.launchpad.net/api/devel/#team", "all_specifications_collection_link": "https://code.launchpad.net/api/devel/~registry/all_specifications", "valid_specifications_collection_link": "https://code.launchpad.net/api/devel/~registry/valid_specifications", "recipes_collection_link": "https://code.launchpad.net/api/devel/~registry/recipes", "time_zone": "UTC", "private": false, "is_valid": true, "is_team": true, "account_status": "Unactivated", "visibility": "Public", "name": "registry", "is_probationary": false, "id": "tag:launchpad.net:2008:redacted", "karma": 0, "homepage_content": null, "description": "This team is run by Launchpad's registry administrators. We own and register many projects in Launchpad, but we are always looking to hand them off to their official owners.\n\nIf you have found your project in Launchpad and would like to maintain the information and take it over, we'd be happy to reassign it to you! Just file a request at https://answers.launchpad.net/launchpad and we'll have it completed in no time.", "languages_collection_link": "https://code.launchpad.net/api/devel/~registry/languages", "hide_email_addresses": false, "date_created": "2005-06-15T02:17:43.115113+00:00", "sshkeys_collection_link": "https://code.launchpad.net/api/devel/~registry/sshkeys", "is_ubuntu_coc_signer": false, "gpg_keys_collection_link": "https://code.launchpad.net/api/devel/~registry/gpg_keys", "wiki_names_collection_link": "https://code.launchpad.net/api/devel/~registry/wiki_names", "irc_nicknames_collection_link": "https://code.launchpad.net/api/devel/~registry/irc_nicknames", "jabber_ids_collection_link": "https://code.launchpad.net/api/devel/~registry/jabber_ids", "social_accounts_collection_link": "https://code.launchpad.net/api/devel/~registry/social_accounts", "memberships_details_collection_link": "https://code.launchpad.net/api/devel/~registry/memberships_details", "open_membership_invitations_collection_link": "https://code.launchpad.net/api/devel/~registry/open_membership_invitations", "confirmed_email_addresses_collection_link": "https://code.launchpad.net/api/devel/~registry/confirmed_email_addresses", "team_owner_link": "https://code.launchpad.net/api/devel/~launchpad", "preferred_email_address_link": null, "mailing_list_auto_subscribe_policy": "Ask me when I join a team", "archive_link": null, "ppas_collection_link": "https://code.launchpad.net/api/devel/~registry/ppas", "sub_teams_collection_link": "https://code.launchpad.net/api/devel/~registry/sub_teams", "super_teams_collection_link": "https://code.launchpad.net/api/devel/~registry/super_teams", "members_collection_link": "https://code.launchpad.net/api/devel/~registry/members", "admins_collection_link": "https://code.launchpad.net/api/devel/~registry/admins", "participants_collection_link": "https://code.launchpad.net/api/devel/~registry/participants", "deactivated_members_collection_link": "https://code.launchpad.net/api/devel/~registry/deactivated_members", "expired_members_collection_link": "https://code.launchpad.net/api/devel/~registry/expired_members", "invited_members_collection_link": "https://code.launchpad.net/api/devel/~registry/invited_members", "members_details_collection_link": "https://code.launchpad.net/api/devel/~registry/members_details", "proposed_members_collection_link": "https://code.launchpad.net/api/devel/~registry/proposed_members", "account_status_history": "tag:launchpad.net:2008:redacted", "team_description": "This team is run by Launchpad's registry administrators. We own and register many projects in Launchpad, but we are always looking to hand them off to their official owners.\n\nIf you have found your project in Launchpad and would like to maintain the information and take it over, we'd be happy to reassign it to you! Just file a request at https://answers.launchpad.net/launchpad and we'll have it completed in no time.", "membership_policy": "Restricted Team", "subscription_policy": "Restricted Team", "renewal_policy": "invite them to apply for renewal", "default_membership_period": null, "default_renewal_period": null, "logo_link": "https://code.launchpad.net/api/devel/~registry/logo", "mugshot_link": "https://code.launchpad.net/api/devel/~registry/mugshot", "display_name": "Registry Administrators", "http_etag": "\"735a3672f65752f9f97e8a2e931a26a83519124b-26b38b197ac5bf550ed4446198f46c1bb0e14929\""}};</script> </body> <!-- Facet name: branches Page type: main_side Has global search: True Has application tabs: True Has side portlets: True At least 120 queries/external actions issued in 0.95 seconds Features: {'profiling.enabled': None, 'hard_timeout': '9000', 'app.mainsite_only.canonical_url': None, 'js.yui_version': None, 'app.maintenance_message': None, 'ajax.batch_navigator.enabled': None, 'baselayout.careers_link.disabled': None, 'visible_render_time': None} r22ade00 --> </html>

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