Merge branch 'master' of gitorious.org:opensuse/sat-solver
[platform/upstream/libsolv.git] / package / libsatsolver.changes
index 74d4daf..0f63986 100644 (file)
@@ -1,4 +1,353 @@
 -------------------------------------------------------------------
+Thu Mar 11 22:13:26 CET 2010 - ma@suse.de
+
+- parse global repository ids. [bnc#377568]
+- fix pattern parsing in repomd format. [bnc#585000]
+- 0.14.16
+
+-------------------------------------------------------------------
+Thu Mar 11 12:18:23 CET 2010 - mls@suse.de
+
+- fix language code lookup for fallback languages [bnc#584644]
+- change solvable_lookup_str_lang interface a bit for libzypp
+
+-------------------------------------------------------------------
+Fri Feb 19 17:31:51 CET 2010 - mls@suse.de
+
+- make dup rules work when system repo is not first [bnc#581276]
+- parse pattern visibility flag in repomd format
+- 0.14.15
+
+-------------------------------------------------------------------
+Fri Jan 29 14:48:34 CET 2010 - mls@suse.de
+
+- speed up createwhatprovides when many solvables provide the same dep
+- fix choice rule creation for real (bnc#551637)
+- 0.14.14
+
+-------------------------------------------------------------------
+Mon Jan 18 14:42:27 CET 2010 - mls@suse.de
+
+- set repository:toolversion to 1.0 in common_write
+- 0.14.13
+
+-------------------------------------------------------------------
+Mon Dec 21 14:29:24 CET 2009 - mls@suse.de
+
+- disable update rule in noobsoletes case if installed package is to
+  be kept [bnc#564239]
+- work around rpm bug when --prefix is used [bnc#565525]
+- add support for sparc architecture [bnc#566291]
+- 0.14.12
+
+-------------------------------------------------------------------
+Mon Dec  7 13:59:08 CET 2009 - ma@suse.de
+
+- Support optionally compressed product(s).xml in rpmmd metadata.
+- 0.14.11
+
+-------------------------------------------------------------------
+Mon Nov  2 14:10:23 CET 2009 - mls@suse.de
+
+- look at infarch/dup rules when creating choice rules, makes dup
+  also install 32bit packages [bnc#551637]
+- 0.14.10
+
+-------------------------------------------------------------------
+Wed Oct 14 16:21:32 CEST 2009 - mls@suse.de
+
+- ignore products element so that repo2solv works
+- support MULTI_SEMANTICS
+- add --withsrc option for installcheck
+- add SOLVER_DROP_ORPHANED job type
+- fix dropped package handling in removedisabledconflicts
+- 0.14.9
+
+-------------------------------------------------------------------
+Thu Sep 24 10:27:42 CEST 2009 - mls@suse.de
+
+- fix bug in solvable_lookup_str_base
+
+-------------------------------------------------------------------
+Wed Sep 23 11:10:08 CEST 2009 - mls@suse.de
+
+- get missing translations from other solvables [bnc#386449]
+- also look at triggers when ordering packages
+- add support for REPOKEY_TYPE_BINARY
+- 0.14.8
+
+-------------------------------------------------------------------
+Wed Sep 16 10:56:44 CEST 2009 - mls@suse.de
+
+- use repomdxml to query for the location [bnc#501425]
+- fix assertion failue... again
+- fix fp leak [bnc#535468]
+- 0.14.7
+
+-------------------------------------------------------------------
+Fri Sep  4 11:40:47 CEST 2009 - mls@suse.de
+
+- fix multiversion handling for real
+- fix speed regression in repo_susetags
+- close fd leak [bnc#527506]
+- remove db.h workaround
+- 0.14.6
+
+-------------------------------------------------------------------
+Mon Aug 31 13:57:29 CEST 2009 - mls@suse.de
+
+- fix to build with rpm-4.7
+
+-------------------------------------------------------------------
+Fri Aug 28 11:06:31 CEST 2009 - ma@suse.de
+
+- add support for SOLVER_SOLVABLE_REPO
+- 0.14.5
+
+-------------------------------------------------------------------
+Thu Jul 30 12:49:38 CEST 2009 - mls@suse.de
+
+- speed up file list parsing
+- speed up addfileprovides
+- fix bugs in pubkey handling
+- fix bug in filelist handling when there are no abs paths
+- 0.14.4
+
+-------------------------------------------------------------------
+Fri Jul 17 14:07:07 CEST 2009 - mls@suse.de
+
+- add satversion.h header file
+- many changes regarding the load callback
+- more dataiterator control functions
+- add transaction ordering code
+- add support for file conflict checking
+- 0.14.3
+
+-------------------------------------------------------------------
+Mon Jun 22 16:01:02 CEST 2009 - mls@suse.de
+
+- create libsatsolverext.a
+- 0.14.2
+
+-------------------------------------------------------------------
+Wed May  6 19:52:39 CEST 2009 - ma@suse.de
+
+- Fix to support sha256 hashes (bnc#501425)
+
+-------------------------------------------------------------------
+Wed Apr  1 10:32:43 CEST 2009 - kkaempf@suse.de
+
+- 0.14.1
+  Core changes
+  - fix potential NULL deref in srcrpm handling (mls)
+  - clean up and fix suggested/recommended list creation code (mls)
+  - kill obsolete and broken patchxml support (mls)
+  - replace old solver_problemruleinfo with new solver_ruleinfo
+    function (mls)
+  - add solvable_selfprovidedep() function (mls)
+  - add noinfarchcheck solver option (mls)
+  - clone job queue to make the code more flexible (mls)
+  - rewrite policy rule disabling/re-enabling (bnc#481836) (mls)
+  - fix out-of-bounds in solver_printproblem() (mls)
+  Bindings changes
+  - provide 'Repo.attr(String)' accessor function (kkaempf)
+  - provide 'Solver.sizechange' to compute the changes of the
+    installed size after a transaction is applied (kkaempf)
+  - solver result iterators for Python (jblunck)
+  - add %newobject to track newly created objects better (kkaempf)
+  - generate rdoc documentation from swig input files (kkaempf)
+  - add a no-op Pool destructor (bnc#483252) (kkaempf)
+  - provide access to all flags and settings (kkaempf)
+
+-------------------------------------------------------------------
+Wed Mar  4 14:39:00 CET 2009 - mls@suse.de
+
+- fix problem_to_solutions segfault
+- bump version to 0.14 to make it different from code11 branch
+- 0.14.0
+
+-------------------------------------------------------------------
+Mon Mar  2 18:20:22 CET 2009 - mls@suse.de
+
+- add solver_trivial_installable() to fix multiversion patches [bnc#480303]
+- 0.13.5
+
+-------------------------------------------------------------------
+Wed Feb 18 16:48:41 CET 2009 - ma@suse.de
+
+- Use correct namespace (e.g. pattern:) even if solvable has no name [bnc#470011]
+
+-------------------------------------------------------------------
+Fri Jan 30 14:26:42 CET 2009 - mls@suse.de
+
+- fix weakmap boundary check
+- 0.13.3
+
+-------------------------------------------------------------------
+Tue Jan 27 13:12:30 CET 2009 - ma@suse.de
+
+- Ignore trailing whitespace in content file parser.
+
+-------------------------------------------------------------------
+Mon Jan 26 13:55:35 CET 2009 - mls@suse.de
+
+- fix segfault caused by whatprovides reallocation [bnc#468313]
+- 0.13.1
+
+-------------------------------------------------------------------
+Tue Jan 20 17:12:17 CET 2009 - ma@suse.de
+
+- repo_rpmdb: Fix conversion to UTF8
+
+-------------------------------------------------------------------
+Fri Dec  5 14:43:55 CET 2008 - kkaempf@suse.de
+
+- enhance bindings to provide reasons for solver decisions
+
+-------------------------------------------------------------------
+Mon Dec  1 11:50:12 CET 2008 - mls@suse.de
+
+- prefer patterns again until there's a real fix [bnc#450226]
+
+-------------------------------------------------------------------
+Mon Dec  1 11:13:55 CET 2008 - mls@suse.de
+
+- susetags: fix file dependency parsing [bnc#450286]
+
+-------------------------------------------------------------------
+Fri Nov 28 18:29:08 CET 2008 - mls@suse.de
+
+- correct problem solving algorithm
+- 0.13.0
+
+-------------------------------------------------------------------
+Fri Nov 21 16:54:44 CET 2008 - dmacvicar@suse.de
+
+- remove unused updaterepokey, replaced by repo
+  product information
+
+-------------------------------------------------------------------
+Thu Nov 20 10:32:01 CET 2008 - dmacvicar@suse.de
+
+- support content, distro and updates tag properly
+- remove the unused products tag
+
+-------------------------------------------------------------------
+Mon Nov 17 14:30:08 CET 2008 - ma@suse.de
+
+- Parse RELEASE tag from contentfile (bnc #444978)
+- 0.12.3
+
+-------------------------------------------------------------------
+Fri Nov 14 18:00:19 CET 2008 - mls@suse.de
+
+- fix bugs in multiversion handling
+- bring perl bindings up to speed
+- 0.12.2
+
+-------------------------------------------------------------------
+Fri Nov  7 18:26:07 CET 2008 - ma@suse.de
+
+- fix SOLVID_POS dataiterator handling
+
+-------------------------------------------------------------------
+Fri Nov  7 11:56:37 CET 2008 - kkaempf@suse.de
+
+- make repo_zyppdb more robust (bnc#441043)
+
+-------------------------------------------------------------------
+Thu Nov  6 09:49:51 CET 2008 - kkaempf@suse.de
+
+- Add 'user_data' argument to all applayer iterator callbacks
+  (bnc#418491)
+
+-------------------------------------------------------------------
+Wed Oct 29 12:36:57 CET 2008 - ma@suse.de
+
+- Add 'sh4' architectures.
+
+-------------------------------------------------------------------
+Tue Oct 28 16:55:03 CET 2008 - ma@suse.de
+
+- Add 'arm' architectures.
+
+-------------------------------------------------------------------
+Mon Oct 27 10:54:36 CET 2008 - kkaempf@suse.de
+
+- Improve error detection and reporting when parsing 'content' file
+
+-------------------------------------------------------------------
+Fri Oct 24 16:03:13 CEST 2008 - ma@suse.de
+
+- Remember the /etc/products.d enties filename in .solv
+  (bnc #432932)
+- 0.12.1
+
+-------------------------------------------------------------------
+Thu Oct 23 10:49:40 CEST 2008 - mrueckert@suse.de
+
+- add zlib-devel as buildrequires, cmake is looking for it
+  explicitely. rpm-devel used to require it but you dont really
+  need it to link against librpm*
+- requires rpm-devel in the devel package, it is required to link
+  against libsatsolver.
+
+-------------------------------------------------------------------
+Wed Oct 22 13:00:56 CEST 2008 - mls@suse.de
+
+- add pool_set_installed()
+- drop "installed" arguments from some functions
+- 0.12.0
+
+-------------------------------------------------------------------
+Wed Oct 22 13:00:25 CEST 2008 - dmacvicar@suse.de
+
+- support the new standarized tags available in
+  createrepo > 0.9.6
+  saving of the distro tag still missing.
+
+-------------------------------------------------------------------
+Thu Oct 16 00:50:47 CEST 2008 - mls@suse.de
+
+- make iterator work with completely empty repos [bnc#435838]
+
+-------------------------------------------------------------------
+Tue Oct 14 18:28:57 CEST 2008 - mls@suse.de
+
+- the big solv data change
+  * incompatible new file format
+  * repodata handles are solvable ids
+  * no more extra handles
+  * no need to call repodata_extend anymore
+- work around solver dup repo priority bug, real fix follows soon
+- implement releasever
+- repo_products.c is now more robust
+
+-------------------------------------------------------------------
+Mon Oct 13 16:50:14 CEST 2008 - kkaempf@suse.de
+
+- make product parsing more robust (bnc#433362)
+
+-------------------------------------------------------------------
+Thu Oct  2 18:46:55 CEST 2008 - ma@suse.de
+
+- Product arttributes: removed FLAVOR and REFERENCES, added PRODUCTLINE.
+- revision 11233
+- 0.11.0
+
+-------------------------------------------------------------------
+Tue Sep 30 13:03:10 CEST 2008 - ma@suse.de
+
+- repo_content.c: fix broken dependency parsing.
+- revision 11214
+
+-------------------------------------------------------------------
+Mon Sep 29 14:53:09 CEST 2008 - ma@suse.de
+
+- rpms2solv failed to write out most solvable data (bnc #422338).
+- revision 11201
+
+-------------------------------------------------------------------
 Fri Sep 26 11:54:34 CEST 2008 - kkaempf@suse.de
 
 - new fallback strategy for installed products in rpmdb2solv
@@ -17,7 +366,7 @@ Thu Sep 25 17:14:42 CEST 2008 - kkaempf@suse.de
 -------------------------------------------------------------------
 Thu Sep 25 13:53:54 CEST 2008 - dmacvicar@suse.de
 
-- add support for keywords in susedata 
+- add support for keywords in susedata
 
 -------------------------------------------------------------------
 Wed Sep 24 10:55:01 CEST 2008 - kkaempf@suse.de
@@ -49,7 +398,7 @@ Wed Sep 17 14:10:23 CEST 2008 - mls@suse.de
 -------------------------------------------------------------------
 Fri Sep 12 17:32:02 CEST 2008 - dmacvicar@suse.de
 
-- support for susedata.xml 
+- support for susedata.xml
 
 -------------------------------------------------------------------
 Fri Sep 12 14:01:11 CEST 2008 - dmacvicar@suse.de
@@ -65,24 +414,24 @@ Thu Sep 11 14:30:16 CEST 2008 - dmacvicar@suse.de
 - add REPOSITORY_UPDATES to match product -> repos
 - make updateinfo.xml support id attribute in collection that
   leads to insert that the repository updates that id.
-  
+
 -------------------------------------------------------------------
 Wed Sep 10 18:11:10 CEST 2008 - dmacvicar@suse.de
 
-- create one product per BASEARCHS 
+- create one product per BASEARCHS
 
 -------------------------------------------------------------------
 Wed Sep 10 14:19:26 CEST 2008 - ma@suse.de
 
-- repo_products: Parse schemeversion, propagate product 
-  updaterepokey and flavor. Fix segfault on malformed 
+- repo_products: Parse schemeversion, propagate product
+  updaterepokey and flavor. Fix segfault on malformed
   xml.
 - 0.10.10
 
 -------------------------------------------------------------------
 Wed Sep 10 11:57:27 CEST 2008 - dmacvicar@suse.de
 
-- accept the PATTERNS tag in content file 
+- accept the PATTERNS tag in content file
 
 -------------------------------------------------------------------
 Tue Sep  9 21:26:31 CEST 2008 - kkaempf@suse.de
@@ -90,7 +439,7 @@ Tue Sep  9 21:26:31 CEST 2008 - kkaempf@suse.de
 - rpmdb2solv changes:
   - fix bug when parsing multiple products
   - adapt to .prod file as of 9/9/08 7:20pm
-- 0.10.9 
+- 0.10.9
 
 -------------------------------------------------------------------
 Tue Sep  9 17:52:30 CEST 2008 - ma@suse.de
@@ -101,12 +450,12 @@ Tue Sep  9 17:52:30 CEST 2008 - ma@suse.de
 -------------------------------------------------------------------
 Tue Sep  9 11:50:39 CEST 2008 - dmacvicar@suse.de
 
-- disable -Werror for swig generated stuff 
+- disable -Werror for swig generated stuff
 
 -------------------------------------------------------------------
 Fri Sep  5 18:59:35 CEST 2008 - kkaempf@suse.de
 
-- adapt /etc/product.d parser to generated .prod files. 
+- adapt /etc/product.d parser to generated .prod files.
 
 -------------------------------------------------------------------
 Fri Sep  5 13:29:47 CEST 2008 - ma@suse.de
@@ -188,15 +537,15 @@ Thu Aug  7 22:00:55 CEST 2008 - dmacvicar@suse.de
 -------------------------------------------------------------------
 Thu Aug  7 13:36:59 CEST 2008 - ma@suse.de
 
-- Susetags: Allow whitespace in file provides generated by 
+- Susetags: Allow whitespace in file provides generated by
   autobuild (bnc#415115)
 
 -------------------------------------------------------------------
 Fri Aug  1 18:59:22 CEST 2008 - dmacvicar@suse.de
 
-- insert the checksum in rpmmd generated solv files                                  
-  (bnc#414002)                                                                       
-- 0.10.3 
+- insert the checksum in rpmmd generated solv files
+  (bnc#414002)
+- 0.10.3
 
 -------------------------------------------------------------------
 Tue Jul 29 10:53:22 CEST 2008 - mls@suse.de
@@ -218,7 +567,7 @@ Sat Jul 12 02:32:15 CEST 2008 - dmacvicar@suse.de
 -------------------------------------------------------------------
 Wed Jul  9 16:25:36 CEST 2008 - ma@suse.de
 
-- Fix repo_content dependency parsing. Parser may lose up to 
+- Fix repo_content dependency parsing. Parser may lose up to
   two trailing dependencies.
 
 -------------------------------------------------------------------
@@ -275,7 +624,7 @@ Thu May 15 16:05:50 CEST 2008 - coolo@suse.de
 ------------------------------------------------------------------
 Wed May 14 16:41:26 CEST 2008 - dmacvicar@suse.de
 
-- mls fix of satisfied patterns 
+- mls fix of satisfied patterns
 - 0.0.33
 
 -------------------------------------------------------------------
@@ -286,7 +635,7 @@ Tue May 13 17:14:26 CEST 2008 - dmacvicar@suse.de
 -------------------------------------------------------------------
 Tue May 13 14:11:30 CEST 2008 - jreidinger@suse.cz
 
-- read description dir path from content file (bnc #389414) 
+- read description dir path from content file (bnc #389414)
 
 -------------------------------------------------------------------
 Tue May 13 12:20:58 CEST 2008 - dmacvicar@suse.de
@@ -307,7 +656,7 @@ Sat May 10 15:33:15 CEST 2008 - coolo@suse.de
 -------------------------------------------------------------------
 Fri May  9 21:56:43 CEST 2008 - ma@suse.de
 
-- Parse the products LABEL in content file to SUMMARY. 
+- Parse the products LABEL in content file to SUMMARY.
 
 -------------------------------------------------------------------
 Fri May  9 20:26:52 CEST 2008 - dmacvicar@suse.de
@@ -362,7 +711,7 @@ Fri Apr 25 19:23:51 CEST 2008 - coolo@suse.de
 - fix anchoring of filelist data
 - susetags move files added to provides back into filelist
 - ignore packages.FL for now
+
 -------------------------------------------------------------------
 Sun Apr 20 18:25:14 CEST 2008 - coolo@suse.de
 
@@ -509,7 +858,7 @@ Sat Dec 22 19:02:57 CET 2007 - coolo@suse.de
 -------------------------------------------------------------------
 Fri Nov 30 16:01:39 CET 2007 - schubi@suse.de
 
-- update for libzypp integration 
+- update for libzypp integration
 
 -------------------------------------------------------------------
 Fri Nov 16 12:17:13 CET 2007 - coolo@suse.de