- Member compareByN  
- Get rid of refcout/smart_prt bloat, use  
- Member operator+  
- : use /  
- Member zypp::Fetcher::enqueueDigested  (const OnMediaLocation &resource, const FileChecker &checker, const Pathname &deltafile)
-  the deltafile argument is part of OnMediaLocation now, please use enqueueDigested without the deltafile argument  
- Member zypp::media::MediaManager::provideFile  (MediaAccessId accessId, const Pathname &filename, const ByteCount &expectedFileSize) const
- Deprecated function, please use the provideFile version that takes a OnMediaLocation argument  
- Member zypp::media::MediaManager::provideFile  (MediaAccessId accessId, const Pathname &filename) const
- Deprecated function, please use the provideFile version that takes a OnMediaLocation argument  
- Member zypp::MediaSetAccess::provideFile  (const OnMediaLocation &resource, ProvideFileOptions options, const Pathname &deltafile)
- The deltafile argument is part of the OnMediaLocation now, use the version of provideFile( const OnMediaLocation & resource, ProvideFileOptions options )  
- Member zypp::Pathname::operator+=  (const Pathname &path_tv)
- : use /=  
- Member zypp::PoolQuery::requireAll  () const ZYPP_DEPRECATED
- Attribute was defined but never implemented/used. Will be removed in future versions.  
- Member zypp::PoolQuery::setRequireAll  (bool require_all=true) ZYPP_DEPRECATED
- Attribute was defined but never implemented/used. Will be removed in future versions.  
- Struct zypp::repo::ProbeRepoReport  
- Is not sent by zypp.  
- Struct zypp::repo::RepoCreateReport  
- Is not sent by zypp.  
- Struct zypp::repo::RepoReport  
- Is not sent by zypp.  
- Member zypp::ResObject::vendor  () const
- Though typedef'ed to std::string, Vendor is actually an IdString.  
- Member zypp::sat::Pool::multiversionEmpty  () const
- Legacy, use multiversion().empty() instead.  
- Member zypp::target::CommitPackageCache::CommitPackageCache  (const Pathname &, const PackageProvider &packageProvider_r=RepoProvidePackage()) ZYPP_DEPRECATED
- Legacy Ctor; Pathname rootDir_r is not used. The repositories RepoInfo::packagesPath defines the cache location.  
- Member zypp::target::rpm::InstallResolvableReport::RpmLevel  
- We fortunately no longer do 3 attempts.  
- Member zypp::target::rpm::librpmDb::db_const_iterator::db_const_iterator  () ZYPP_DEPRECATED
- It's preferred to explicitly tell the root directory of the system whose database you want to query.