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