- Fix computation of Product::flavor.
[platform/upstream/libzypp.git] / package / libzypp.changes
index 12391a7..bc366e5 100644 (file)
@@ -1,4 +1,154 @@
 -------------------------------------------------------------------
+Fri Sep 26 15:37:50 CEST 2008 - ma@suse.de
+
+- Fix computation of Product::flavor.
+- Add Product::productLine. A vendor specific string denoting the 
+  product line.
+- revision 11182
+- version 5.13.0 (13)
+
+-------------------------------------------------------------------
+Thu Sep 25 23:19:55 CEST 2008 - jkupec@suse.cz
+
+- ZConfig::credentialsGlobal{File,Dir}() added
+  (/etc/zypp/credentials.{cat,d})
+- revision 11176
+
+-------------------------------------------------------------------
+Thu Sep 25 17:09:44 CEST 2008 - jkupec@suse.cz
+
+- Target::setInstallationLogfile() removed from zypp/Target.h
+- revision 11171
+
+-------------------------------------------------------------------
+Thu Sep 25 13:11:43 CEST 2008 - ma@suse.de
+
+- Remove obsolete zypp-query-pool binary. zypper provides all
+  the information one needs.
+- revision 11160
+
+-------------------------------------------------------------------
+Wed Sep 24 19:11:19 CEST 2008 - jkupec@suse.cz
+
+- HistoryLog added and used to log package installs/removes and
+  repository adds, removes, url and alias changes into
+  history.logfile (/var/log/zypp/history) (fate #110205)
+- str::escape(string, char) added
+- revision 11150
+- version 5.12.1 (12)
+
+-------------------------------------------------------------------
+Tue Sep 23 14:02:08 CEST 2008 - jkupec@suse.cz
+
+- CredentialManager: look for credentials with
+  wanted_url.startsWith(stored_url)
+- RepoManager: don't pass service credentials down to repos if
+  their urls are not based on service's url.
+- revision 11134
+
+-------------------------------------------------------------------
+Mon Sep 22 16:27:41 CEST 2008 - ma@suse.de
+
+- Remove superfluous PRODUCT_REFERENCES attribute.
+- revision 11127
+
+-------------------------------------------------------------------
+Mon Sep 22 16:13:08 CEST 2008 - ma@suse.de
+
+- Add Url::hasCredentialsInAuthority test for username or password 
+  being encoded in the authority component. I.e. user:pass@host.
+- Handle repos to be disabled disable in service refresh.
+- revision 11126
+
+-------------------------------------------------------------------
+Mon Sep 22 12:10:34 CEST 2008 - jkupec@suse.cz
+
+- provided context to keyring callbacks (bnc #370223)
+- merged trust & import callbacks (bnc #366467)
+  (don't worry, still allows to trust && !import)
+- revision 11113
+
+-------------------------------------------------------------------
+Fri Sep 19 13:17:38 CEST 2008 - ma@suse.de
+
+- Moved DefaultAcceptBits enum to class KeyRing (formerly KeyRingReort).
+- revision 11102
+
+-------------------------------------------------------------------
+Thu Sep 18 16:11:23 CEST 2008 - ma@suse.de
+
+- Use service alias as namespace for it's repositories aliases.
+- revision 11097
+- version 5.11.0 (11)
+
+-------------------------------------------------------------------
+Thu Sep 18 12:45:25 CEST 2008 - jkupec@suse.cz
+
+- pass service's credentials down to repos
+- support ?credentials=filepath in URL to specify credentials
+- revision 11092
+
+-------------------------------------------------------------------
+Thu Sep 18 09:57:49 CEST 2008 - ma@suse.de
+
+- Add Product::isTargetDistribution to identify the systems installed
+  baseproduct. This should replace tests for Product::type is "base".
+- revision 11089
+
+-------------------------------------------------------------------
+Wed Sep 17 18:05:44 CEST 2008 - jkupec@suse.cz
+
+- save user credentials when adding repos/services with URLs containing
+  the credentials (bnc #425462)
+- revision 11085
+
+-------------------------------------------------------------------
+Wed Sep 17 15:08:54 CEST 2008 - ma@suse.de
+
+- Adapt to rpms new way of quoting whitespace in pathnames.(bnc #426924)
+- revision 11082
+
+-------------------------------------------------------------------
+Tue Sep 16 18:41:39 CEST 2008 - ma@suse.de
+
+- Service handling fixes. Added ServiceException. 
+- revision 11077
+
+-------------------------------------------------------------------
+Mon Sep 15 11:40:04 CEST 2008 - ma@suse.de
+
+- Fix building of transaltions.
+- revision 11064
+
+-------------------------------------------------------------------
+Sun Sep 14 00:10:21 CEST 2008 - jkupec@suse.cz
+
+- ServiceInfo.clearReposTo{Enable,Disable}() methods added
+- revision 11060
+
+-------------------------------------------------------------------
+Fri Sep 12 18:24:28 CEST 2008 - ma@suse.de
+
+- Create new Service repos in disbaled sate.
+- revision 11056
+- version 5.10.0 (10)
+
+-------------------------------------------------------------------
+Fri Sep 12 16:04:54 CEST 2008 - ma@suse.de
+
+- Make registerTarget and registerRelease abvailable for installed 
+  product. Required for registration.
+- revision 11043
+
+-------------------------------------------------------------------
+Fri Sep 12 12:59:50 CEST 2008 - ma@suse.de
+
+- Add url lists query to Product interface. A generic query and 
+  convenience methods to query urls for "releasenotes", "register", 
+  "updateurls", "extraurls",  "optionalurls" and "smolt" (bnc #413444)
+- revision 11029
+
+-------------------------------------------------------------------
 Fri Sep 12 01:38:25 CEST 2008 - jkupec@suse.cz
 
 - ServiceType and ServiceInfo::type() added (contains only RIS for