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