Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 68c0c2ff89d8bf9051ff1b9773ed48e4 > files > 1581

libzypp-doc-17.9.0-1.1.mga7.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.15"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>libzypp: Notes on revisions</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
  $(document).ready(initResizable);
/* @license-end */</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">libzypp
   &#160;<span id="projectnumber">17.9.0</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.15 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
  initMenu('',false,false,'search.php','Search');
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('Notes.html','');});
/* @license-end */
</script>
<div id="doc-content">
<div class="PageDoc"><div class="header">
  <div class="headertitle">
<div class="title">Notes on revisions </div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><h1><a class="anchor" id="V_6_8_0"></a>
6.8.0 - Deprecated methods deleted</h1>
<ul>
<li><code>AuthData::setUserName</code> renamed to AuthData::setUsername </li>
<li><code>ResObject::installsize</code> renamed to <a class="el" href="structzypp_1_1sat_1_1SolvableType.html#aa6eafc6849a11a26be4e85dcad6e473f">ResObject::installSize</a> </li>
<li><code>ResObject::size</code> renamed to <a class="el" href="structzypp_1_1sat_1_1SolvableType.html#aa6eafc6849a11a26be4e85dcad6e473f">ResObject::installSize</a> </li>
<li><code>ZConfig::productsPath</code> unused/unneeded/deleted </li>
<li><code>PoolQuery::setMatchFiles</code> unused/unneeded/deleted </li>
<li><code>PoolQuery::matchFiles</code> unused/unneeded/deleted </li>
<li><code>PoolQuery::matchType</code> instead use <a class="el" href="classzypp_1_1PoolQuery.html#a9d7a53b7193c8d2c8cc42ac339541972" title="Returns string matching mode as enum.">PoolQuery::matchMode()</a>.mode() (returns an enum now, no longer int) </li>
<li><code>Patch::reboot_needed</code> renamed to <a class="el" href="classzypp_1_1Patch.html#aa26d3ee9178a4b531435151d6dedf47a" title="Does the system need to reboot to finish the update process?">Patch::rebootSuggested</a> </li>
<li><code>Patch::affects_pkg_manager</code> renamed to <a class="el" href="classzypp_1_1Patch.html#adc48348447c953cd6f6777876d4b1101" title="Does the patch affect the package manager itself? restart is suggested then.">Patch::restartSuggested</a> </li>
<li><code><a class="el" href="structzypp_1_1sat_1_1SolvableType.html#a270272de75f7146b4cca40d4b807ade4">Patch::id</a></code> unused/unneeded/deleted </li>
<li><code><a class="el" href="classzypp_1_1MediaSetAccess.html#ac1565c7156e42034182b31fa0fd6ba2b" title="Provides an optional file from media media_nr.">MediaSetAccess::provideOptionalFile</a></code> unused/unneeded/deleted </li>
<li><code>Target::reset</code> unused/unneeded/deleted </li>
<li><code><a class="el" href="classzypp_1_1base_1_1ReferenceCounted.html#aeb93f926e747471e2dfcc4e5d64be0df" title="Called by zypp::intrusive_ptr to add a reference.">Target::release</a></code> renamed to <a class="el" href="classzypp_1_1Target.html#a4d8fe943220c8353d6130060f82ab25c" title="This is register.target attribute of the installed base product.">Target::targetDistribution</a> </li>
<li><code>MediaManager::attachDesiredMedia</code> renamed to MediaManager::attach <hr/>
</li>
</ul>
<h1><a class="anchor" id="V_6_10_0"></a>
6.10.0 - Removed zypp::UpgradeStatistics</h1>
<p>Since <code>Code-11</code> the distribution upgrade is computed by libsolv and no longer by libzypp itself. For some reason zypp::UpgradeStatistics were still present in the interfaces, but actually no longer used. Neither as input nor as result struct. Now they are removed. </p><hr/>
 </div></div><!-- PageDoc -->
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="footer">Generated by
    <a href="http://www.doxygen.org/index.html">
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.15 </li>
  </ul>
</div>
</body>
</html>