Imported Upstream version 0.7.6
[platform/upstream/libsolv.git] / NEWS
1
2 This file contains the major changes between
3 libsolv versions:
4
5 Version 0.7.6
6 - selected bug fixes:
7   * fix repository priority handling for multiversion packages
8   * better support of inverval deps in pool_match_dep()
9   * support src rpms that have non-empty provides
10 - new features
11   * bindings: add get_disabled_list() and set_disabled_list()
12   * bindings: add whatcontainsdep()
13   * bindings: make the selection filters return the self object
14
15 Version 0.7.5
16 - selected bug fixes:
17   * fix favorq leaking between solver runs if the solver is reused
18   * fix SOLVER_FLAG_FOCUS_BEST updateing packages without reason
19   * be more correct with multiversion packages that obsolete their
20     own name
21   * allow building with swig-4.0.0
22   * lock jobs now take precedence over dup and forcebest jobs
23 - new features
24   * MSVC compilation support
25
26 Version 0.7.4
27 - selected bug fixes:
28   * repo_add_rpmdb: do not copy bad solvables from the old solv file
29   * fix cleandeps updates not updating all packages
30 - new features:
31   * bindings: support pool.matchsolvable(), pool.whatmatchessolvable()
32     pool.best_solvables() and selection.matchsolvable()
33   * experimental DISTTYPE_CONDA and REL_CONDA support
34
35 Version 0.7.3
36 - selected bug fixes:
37   * fixed a couple of null pointer derefs and potential memory
38     leaks
39   * made disfavoring recommended packages work if strong recommends
40     is enabled
41   * no longer disable infarch rules when they don't conflict with
42     the job
43 - new features:
44   * do favor evaluation before pruning allowing to (dis)favor
45     specific package versions
46
47 Version 0.7.2
48 - bug fixes:
49   * do not autouninstall packages because of forcebest updates
50 - new features:
51   * support rpm's new '^' version separator
52   * support set/get_considered_list in bindings
53   * new experimental SOLVER_FLAG_ONLY_NAMESPACE_RECOMMENDED flag
54
55 Version 0.7.1
56 - fix nasty off-by-one error in repo_write
57
58 Version 0.7.0
59 - soname bump to "1"
60 - incompatible API changes:
61   * bindings: Selection.flags is now an attribute
62   * repodata_lookup_num now works like the other lookup_num functions
63 - new functions:
64   * selection_make_matchsolvable
65   * selection_make_matchsolvablelist
66   * pool_whatmatchessolvable
67   * repodata_search_arrayelement
68   * repodata_lookup_kv_uninternalized
69   * repodata_search_uninternalized
70   * repodata_translate_dir
71 - new repowriter interface to write solv files allowing better
72   control over what gets written
73 - support for filtered file lists with a custom filter
74 - dropped support of (since a long time unused) REPOKEY_TYPE_U32
75
76 Version 0.6.35
77 - new configuration options:
78   * ENABLE_ZSTD_COMPRESSION: support zstd compression
79   * ENABLE_ZCHUNK_COMPRESSION: support zchunk compression
80 - new features:
81   * new repodata_set_kv() function
82   * new pool_solvable2id() inline function
83   * bindings: new str2dir, dir2str, add_dirstr repodata methods
84 - other changes
85   * new repo2solv tool replacing the old shell script
86
87 Version 0.6.34
88 - new features:
89   * also look at suggests for package ordering
90
91 Version 0.6.33
92 - new features:
93   * new Selection.clone() method in the bindings
94   * new pool.parserpmrichdep() method in the bindings
95
96 Version 0.6.32
97 - fixed bug that could make fileconflict detection very slow
98   in some cases
99
100 Version 0.6.31
101 - new configuration options:
102   * ENABLE_RPMDB_LIBRPM: use librpm to read the package
103     database
104   * ENABLE_RPMPKG_LIBRPM: use librpm to access information
105     from package headers
106 - new features:
107   * new pool_set_whatprovides function to manually change
108     the whatprovides data
109   * new selection_subtract function to remove packages of
110     one selection from another selection
111   * new selection flags SELECTION_FILTER,
112     SELECTION_WITH_DISABLED and SELECTION_WITH_BADARCH
113   * new map_invertall function to invert a bitmap
114   * new map_clr_at function to clear some bits
115
116 Version 0.6.30
117 - new features:
118   * many fixes and extenstions for cleandeps, e.g.
119     cleandeps now works for "update all packages"
120   * support debian packages with xz compressed control.tar
121   * always create dup rules for "distupgrade" jobs
122   * use recommends also for ordering packages
123
124 Version 0.6.29
125 - new features:
126   * support for REL_WITHOUT and REL_UNLESS dependencies
127   * solver_get_recommendations available in bindings
128
129 Version 0.6.28
130 - new features:
131   * new pool_best_solvables() function
132
133 Version 0.6.27
134 - new features:
135   * allow building with libxml2 instead of libexpat
136   * better handing of "forcebest with uninstall"
137   * speed improvements for "name = md5sum" dependencies
138
139 Version 0.6.26
140 - export solvable_matchesdep function, as we now
141   use it in the bindings
142
143 Version 0.6.25
144 - new features:
145   * new SOLVER_FLAG_STRONG_RECOMMENDS flag
146   * new SOLVER_FLAG_INSTALL_ALSO_UPDATES flag
147   * new matchesdep() method in bindings
148   * SOLVABLE_NAME selects nevr matching for
149     pool_whatmatchesdep and solvable_matchesdep
150  
151 Version 0.6.24
152 - new features:
153   * new SOLVER_FLAG_FOCUS_BEST flag
154
155 Version 0.6.22, 0.6.23
156 - bug fix releases, no new features
157
158 Version 0.6.21
159 - new features:
160   * SOLVER_FAVOR and SOLVER_DISFAVOR job types
161 - new functions:
162   * selection_make_matchdepid
163   * pool_whatcontainsdep
164   * pool_parserpmrichdep
165
166 Version 0.6.20
167 - new features:
168   * filter Requires(pre,post) for installed packages
169
170 Version 0.6.13:
171 - new features:
172   * SOLVER_ALLOWUNINSTALL job type
173   * ordercycle introspection
174 - new functions:
175   * transaction_order_get_cycle
176   * transaction_order_get_cycleids
177
178 Version 0.6.12:
179 - new features:
180   * tcl bindings
181 - new functions:
182   * solv_chksum_cmp
183
184 Version 0.6.11:
185 - new functions:
186   * pool_ids2whatprovides
187
188 Version 0.6.9:
189 - new features:
190   * much improved package choosing code
191   * new testcase dependency format
192   * alternatives introspection
193 - new functions:
194   * pool_deb_get_autoinstalled
195   * solver_alternative2str
196   * solver_alternatives_count
197   * solver_get_alternative
198   * solver_rule2pkgrule
199   * testcase_dep2str
200
201 Version 0.6.5:
202 - new features:
203   * support yum style obsolete handling
204
205 Version 0.6.1:
206 - API change:
207   repodata_stringify() now returns the string
208 - new features:
209   * add BREAK_ORPHANS and KEEP_ORPHANS solver flags
210
211 Version 0.6.0:
212 - ABI change: cleaned up and reordered knownid.h
213 - added support for sha224/sha384/sha512
214 - API change in the bindings:
215   * dropped solvid arg from most Dataiterator
216     constructors
217   * changed Datamatch results from methods to
218     attributes
219   * automatically delete the pool if the owner
220     object is freed (use the disown method to
221     get the old behavior).
222 - new functions:
223   * pool_add_userinstalled_jobs
224   * solver_get_userinstalled
225