Imported Upstream version 0.6.15
[platform/upstream/libsolv.git] / NEWS
1
2 This file contains the major changes between
3 libsolv versions:
4
5 Version 0.6.12:
6 - new features:
7   * tcl bindings
8 - new functions:
9   * solv_chksum_cmp
10
11 Version 0.6.11:
12 - new functions:
13   * pool_ids2whatprovides
14
15 Version 0.6.9:
16 - new features:
17   * much improved package choosing code
18   * new testcase dependency format
19   * alternatives introspection
20 - new functions:
21   * pool_deb_get_autoinstalled
22   * solver_alternative2str
23   * solver_alternatives_count
24   * solver_get_alternative
25   * solver_rule2pkgrule
26   * testcase_dep2str
27
28 Version 0.6.5:
29 - new features:
30   * support yum style obsolete handling
31
32 Version 0.6.1:
33 - API change:
34   repodata_stringify() now returns the string
35 - new features:
36   * add BREAK_ORPHANS and KEEP_ORPHANS solver flags
37
38 Version 0.6.0:
39 - ABI change: cleaned up and reordered knownid.h
40 - added support for sha224/sha384/sha512
41 - API change in the bindings:
42   * dropped solvid arg from most Dataiterator
43     constructors
44   * changed Datamatch results from methods to
45     attributes
46   * automatically delete the pool if the owner
47     object is freed (use the disown method to
48     get the old behavior).
49 - new functions:
50   * pool_add_userinstalled_jobs
51   * solver_get_userinstalled
52