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