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