blob: 79e18dcf9fe70ab15d3e6b82858156f1b0c99adf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
This file contains the major changes between
libsolv versions:
Version 0.6.24
- new features:
* new SOLVER_FLAG_FOCUS_BEST flag
Version 0.6.22, 0.6.23
- bug fix releases, no new features
Version 0.6.21
- new features:
* SOLVER_FAVOR and SOLVER_DISFAVOR job types
- new functions:
* selection_make_matchdepid
* pool_whatcontainsdep
* pool_parserpmrichdep
Version 0.6.20
- new features:
* filter Requires(pre,post) for installed packages
Version 0.6.13:
- new features:
* SOLVER_ALLOWUNINSTALL job type
* ordercycle introspection
- new functions:
* transaction_order_get_cycle
* transaction_order_get_cycleids
Version 0.6.12:
- new features:
* tcl bindings
- new functions:
* solv_chksum_cmp
Version 0.6.11:
- new functions:
* pool_ids2whatprovides
Version 0.6.9:
- new features:
* much improved package choosing code
* new testcase dependency format
* alternatives introspection
- new functions:
* pool_deb_get_autoinstalled
* solver_alternative2str
* solver_alternatives_count
* solver_get_alternative
* solver_rule2pkgrule
* testcase_dep2str
Version 0.6.5:
- new features:
* support yum style obsolete handling
Version 0.6.1:
- API change:
repodata_stringify() now returns the string
- new features:
* add BREAK_ORPHANS and KEEP_ORPHANS solver flags
Version 0.6.0:
- ABI change: cleaned up and reordered knownid.h
- added support for sha224/sha384/sha512
- API change in the bindings:
* dropped solvid arg from most Dataiterator
constructors
* changed Datamatch results from methods to
attributes
* automatically delete the pool if the owner
object is freed (use the disown method to
get the old behavior).
- new functions:
* pool_add_userinstalled_jobs
* solver_get_userinstalled
|