Imported Upstream version 0.6.30
[platform/upstream/libsolv.git] / NEWS
1
2 This file contains the major changes between
3 libsolv versions:
4
5 Version 0.6.30
6 - new features:
7   * many fixes and extenstions for cleandeps, e.g.
8     cleandeps now works for "update all packages"
9   * support debian packages with xz compressed control.tar
10   * always create dup rules for "distupgrade" jobs
11   * use recommends also for ordering packages
12
13 Version 0.6.29
14 - new features:
15   * support for REL_WITHOUT and REL_UNLESS dependencies
16   * solver_get_recommendations available in bindings
17
18 Version 0.6.28
19 - new features:
20   * new pool_best_solvables() function
21
22 Version 0.6.27
23 - new features:
24   * allow building with libxml2 instead of libexpat
25   * better handing of "forcebest with uninstall"
26   * speed improvements for "name = md5sum" dependencies
27
28 Version 0.6.26
29 - export solvable_matchesdep function, as we now
30   use it in the bindings
31
32 Version 0.6.25
33 - new features:
34   * new SOLVER_FLAG_STRONG_RECOMMENDS flag
35   * new SOLVER_FLAG_INSTALL_ALSO_UPDATES flag
36   * new matchesdep() method in bindings
37   * SOLVABLE_NAME selects nevr matching for
38     pool_whatmatchesdep and solvable_matchesdep
39  
40 Version 0.6.24
41 - new features:
42   * new SOLVER_FLAG_FOCUS_BEST flag
43
44 Version 0.6.22, 0.6.23
45 - bug fix releases, no new features
46
47 Version 0.6.21
48 - new features:
49   * SOLVER_FAVOR and SOLVER_DISFAVOR job types
50 - new functions:
51   * selection_make_matchdepid
52   * pool_whatcontainsdep
53   * pool_parserpmrichdep
54
55 Version 0.6.20
56 - new features:
57   * filter Requires(pre,post) for installed packages
58
59 Version 0.6.13:
60 - new features:
61   * SOLVER_ALLOWUNINSTALL job type
62   * ordercycle introspection
63 - new functions:
64   * transaction_order_get_cycle
65   * transaction_order_get_cycleids
66
67 Version 0.6.12:
68 - new features:
69   * tcl bindings
70 - new functions:
71   * solv_chksum_cmp
72
73 Version 0.6.11:
74 - new functions:
75   * pool_ids2whatprovides
76
77 Version 0.6.9:
78 - new features:
79   * much improved package choosing code
80   * new testcase dependency format
81   * alternatives introspection
82 - new functions:
83   * pool_deb_get_autoinstalled
84   * solver_alternative2str
85   * solver_alternatives_count
86   * solver_get_alternative
87   * solver_rule2pkgrule
88   * testcase_dep2str
89
90 Version 0.6.5:
91 - new features:
92   * support yum style obsolete handling
93
94 Version 0.6.1:
95 - API change:
96   repodata_stringify() now returns the string
97 - new features:
98   * add BREAK_ORPHANS and KEEP_ORPHANS solver flags
99
100 Version 0.6.0:
101 - ABI change: cleaned up and reordered knownid.h
102 - added support for sha224/sha384/sha512
103 - API change in the bindings:
104   * dropped solvid arg from most Dataiterator
105     constructors
106   * changed Datamatch results from methods to
107     attributes
108   * automatically delete the pool if the owner
109     object is freed (use the disown method to
110     get the old behavior).
111 - new functions:
112   * pool_add_userinstalled_jobs
113   * solver_get_userinstalled
114