Imported Upstream version 0.6.26
[platform/upstream/libsolv.git] / NEWS
1
2 This file contains the major changes between
3 libsolv versions:
4
5 Version 0.6.26
6 - export solvable_matchesdep function, as we now
7   use it in the bindings
8
9 Version 0.6.25
10 - new features:
11   * new SOLVER_FLAG_STRONG_RECOMMENDS flag
12   * new SOLVER_FLAG_INSTALL_ALSO_UPDATES flag
13   * new matchesdep() method in bindings
14   * SOLVABLE_NAME selects nevr matching for
15     pool_whatmatchesdep and solvable_matchesdep
16  
17 Version 0.6.24
18 - new features:
19   * new SOLVER_FLAG_FOCUS_BEST flag
20
21 Version 0.6.22, 0.6.23
22 - bug fix releases, no new features
23
24 Version 0.6.21
25 - new features:
26   * SOLVER_FAVOR and SOLVER_DISFAVOR job types
27 - new functions:
28   * selection_make_matchdepid
29   * pool_whatcontainsdep
30   * pool_parserpmrichdep
31
32 Version 0.6.20
33 - new features:
34   * filter Requires(pre,post) for installed packages
35
36 Version 0.6.13:
37 - new features:
38   * SOLVER_ALLOWUNINSTALL job type
39   * ordercycle introspection
40 - new functions:
41   * transaction_order_get_cycle
42   * transaction_order_get_cycleids
43
44 Version 0.6.12:
45 - new features:
46   * tcl bindings
47 - new functions:
48   * solv_chksum_cmp
49
50 Version 0.6.11:
51 - new functions:
52   * pool_ids2whatprovides
53
54 Version 0.6.9:
55 - new features:
56   * much improved package choosing code
57   * new testcase dependency format
58   * alternatives introspection
59 - new functions:
60   * pool_deb_get_autoinstalled
61   * solver_alternative2str
62   * solver_alternatives_count
63   * solver_get_alternative
64   * solver_rule2pkgrule
65   * testcase_dep2str
66
67 Version 0.6.5:
68 - new features:
69   * support yum style obsolete handling
70
71 Version 0.6.1:
72 - API change:
73   repodata_stringify() now returns the string
74 - new features:
75   * add BREAK_ORPHANS and KEEP_ORPHANS solver flags
76
77 Version 0.6.0:
78 - ABI change: cleaned up and reordered knownid.h
79 - added support for sha224/sha384/sha512
80 - API change in the bindings:
81   * dropped solvid arg from most Dataiterator
82     constructors
83   * changed Datamatch results from methods to
84     attributes
85   * automatically delete the pool if the owner
86     object is freed (use the disown method to
87     get the old behavior).
88 - new functions:
89   * pool_add_userinstalled_jobs
90   * solver_get_userinstalled
91