36b6eff34e8d1d5171245e19eafdb1355af0dedc
[platform/upstream/libsolv.git] / package / libsatsolver.changes
1 -------------------------------------------------------------------
2 Mon May  5 16:24:14 CEST 2008 - coolo@suse.de
3
4 - add obsoleteusesprovides and implicitobsoleteusesprovides solver
5   flags
6 - speed up solving by not recreating the watch chains every time
7   some rule is enabled/disabled. To do this, the "disabled" flag
8   had to be moved from w1 to d.
9 - fix bug that broke rule disabling when "forceResolve" was true
10 - fix bug in update rule calculation
11 - speed up solver a bit by creating a queue holding all assertion
12   rules, so we do not have to scan all rules for assertions
13 - parse also DISTPRODUCT and DISTVERSION (for registration), and the other
14   (often unused) attributes of products.
15
16 -------------------------------------------------------------------
17 Mon Apr 28 19:36:54 CEST 2008 - coolo@suse.de
18
19 - (De-)Serialize structured types.  Dataiterator and repo_search support
20   them too, but not yet nested, so that is unsupported for now.
21 - skipping kinds in matcher when a flag is specified.
22 - make --force behave a bit more like --noforce
23
24 -------------------------------------------------------------------
25 Fri Apr 25 19:23:51 CEST 2008 - coolo@suse.de
26
27 - detect and skip empty lines (bnc#381828)
28 - fix endless loop
29 - move debug functions to solverdebug.c
30 - do not delete negative bitfield entries [bnc#381908]
31 - add "showinstalledrecommended" option to make the solver
32   put installed packages on the suggestions/recommendations
33   queues
34 - Fix content parsing if PRODUCT isn't the first entry.
35 - add more statistics
36 - add two assertions
37 - add support for susetags filelist
38 - plug mem join2 leak
39 - fix anchoring of filelist data
40 - susetags move files added to provides back into filelist
41 - ignore packages.FL for now
42  
43 -------------------------------------------------------------------
44 Sun Apr 20 18:25:14 CEST 2008 - coolo@suse.de
45
46 - fix build
47
48 -------------------------------------------------------------------
49 Sat Apr 19 08:10:51 CEST 2008 - coolo@suse.de
50
51 - fix probleminfo if solvable conflicts with itself and has no requires
52 - Fix parsing dep lines of content files (bnc #380396).
53 - C++-guard also solver.h
54 - add support for feature rules
55 - fix a couple of small bugs
56 - use new interface
57
58 -------------------------------------------------------------------
59 Wed Apr 16 17:44:20 CEST 2008 - coolo@suse.de
60
61 - fix (rare) case of crashing solver
62
63 -------------------------------------------------------------------
64 Tue Apr 15 09:06:36 CEST 2008 - coolo@suse.de
65
66 - some fixes around updateinfo parsing
67
68 -------------------------------------------------------------------
69 Wed Apr  9 16:09:36 CEST 2008 - jkupec@suse.cz
70
71 - enable regex matching in Dataiterator
72
73 -------------------------------------------------------------------
74 Fri Apr  4 15:45:44 CEST 2008 - coolo@suse.de
75
76 - package deptestomatic in -devel
77
78 -------------------------------------------------------------------
79 Mon Mar 31 16:25:03 CEST 2008 - coolo@suse.de
80
81 - truly restart when analyze_unsolvable is hit (fixes bnc#368209)
82 - make it work with really large directories
83
84 -------------------------------------------------------------------
85 Mon Mar 24 15:31:18 CET 2008 - coolo@suse.de
86
87 - install rpms2solv
88
89 -------------------------------------------------------------------
90 Mon Mar 17 16:10:22 CET 2008 - matz@suse.de
91
92 - Initialize all allocated array members for blocky arrays (when it
93   matters, e.g. when extending also in blocks - bnc#371137)
94
95 -------------------------------------------------------------------
96 Fri Mar 14 08:37:47 CET 2008 - coolo@suse.de
97
98 - fix build on other distris
99 - fix requires of tools
100
101 -------------------------------------------------------------------
102 Wed Mar 12 11:45:21 CET 2008 - coolo@suse.de
103
104 - store datadir for susetags
105 - fixing assertion in rules learning
106
107 -------------------------------------------------------------------
108 Fri Mar  7 10:51:09 CET 2008 - coolo@suse.de
109
110 - several fixes in whatprovides (possibly root cause of bnc#367210)
111
112 -------------------------------------------------------------------
113 Mon Feb 25 12:59:00 CET 2008 - coolo@suse.de
114
115 - fixing rpmdb2solv argument handling
116
117 -------------------------------------------------------------------
118 Fri Feb 22 11:09:05 CET 2008 - coolo@suse.de
119
120 - support rpmdb2solv -r for chroots
121
122 -------------------------------------------------------------------
123 Thu Feb 21 18:14:41 CET 2008 - coolo@suse.de
124
125 - fix susetags parser for so called full trees
126
127 -------------------------------------------------------------------
128 Wed Feb 20 13:23:31 CET 2008 - coolo@suse.de
129
130 - no longer link against db43 but against rpmlib
131
132 -------------------------------------------------------------------
133 Tue Feb 19 15:01:55 CET 2008 - coolo@suse.de
134
135 - fix requires/obsoletes
136
137 -------------------------------------------------------------------
138 Tue Feb 19 08:10:01 CET 2008 - coolo@suse.de
139
140 - mls is back from vacation - several fixes and enhancements
141
142 -------------------------------------------------------------------
143 Fri Feb 15 11:04:09 CET 2008 - coolo@suse.de
144
145 - several fixes for the solv files
146
147 -------------------------------------------------------------------
148 Tue Feb 12 18:29:43 CET 2008 - kkaempf@suse.de
149
150 - add libappsatsolver, an application layer to ease coding
151   against sat-solver.
152
153 -------------------------------------------------------------------
154 Tue Feb 12 17:14:04 CET 2008 - coolo@suse.de
155
156 - let susetags parse vendors
157
158 -------------------------------------------------------------------
159 Thu Feb  7 18:41:05 CET 2008 - coolo@suse.de
160
161 - rename libsatsolver in satsolver-tools
162 - several updates and fixes
163
164 -------------------------------------------------------------------
165 Fri Feb  1 13:59:53 CET 2008 - coolo@suse.de
166
167 - really don't strip
168
169 -------------------------------------------------------------------
170 Mon Jan 14 17:14:03 CET 2008 - coolo@suse.de
171
172 - update from SVN:
173   - various fixes
174   - less logging
175
176 -------------------------------------------------------------------
177 Tue Jan  8 16:02:26 CET 2008 - coolo@suse.de
178
179 - update to SVN again and don't strip
180
181 -------------------------------------------------------------------
182 Sat Dec 22 19:02:57 CET 2007 - coolo@suse.de
183
184 - update to SVN so libzypp compiles again
185
186 -------------------------------------------------------------------
187 Fri Nov 30 16:01:39 CET 2007 - schubi@suse.de
188
189 - update for libzypp integration 
190
191 -------------------------------------------------------------------
192 Fri Nov 16 12:17:13 CET 2007 - coolo@suse.de
193
194 - update to SVN again to make libzypp compilable again
195
196 -------------------------------------------------------------------
197 Wed Nov 14 16:10:21 CET 2007 - schubi@suse.de
198
199 - further develpment. bugfix, logging, docu,...
200
201 -------------------------------------------------------------------
202 Mon Nov 12 13:44:52 CET 2007 - coolo@suse.de
203
204 - update to the latest version from SVN
205   - compilation fixes
206   - policy engine
207
208 -------------------------------------------------------------------
209 Thu Nov  8 13:14:20 CET 2007 - coolo@suse.de
210
211 - update to the latest version from SVN
212
213 -------------------------------------------------------------------
214 Tue Oct  2 15:26:36 CEST 2007 - kkaempf@suse.de
215
216 - Initial release
217