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