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