forward ports from 11.0 branch
[platform/upstream/libsolv.git] / package / libsatsolver.changes
1 -------------------------------------------------------------------
2 Mon Jun 30 23:55:20 CEST 2008 - dmacvicar@suse.de
3
4 - forward port
5 - add message tag to updateinfo.xml for displaying
6   messages in the user interface
7 - Fix missing self provides for patches (bnc #397132).
8
9 -------------------------------------------------------------------
10 Mon Jun  2 11:47:32 CEST 2008 - coolo@suse.de
11
12 - calculate recommendation list also if ignorealreadyrecommended is set,
13   as some recommendations would be missing otherwise
14 - make dependency output less confusing (bnc#396309)
15 - 0.9.0
16
17 -------------------------------------------------------------------
18 Tue May 27 22:34:05 CEST 2008 - coolo@suse.de
19
20 - compile with RPM_OPT_FLAGS
21
22 -------------------------------------------------------------------
23 Fri May 23 21:07:01 CEST 2008 - mls@suse.de
24
25 - add "zypper" flag
26 - add "ignorealreadyrecommended" aka "zypper" solver option
27
28 -------------------------------------------------------------------
29 Thu May 22 20:16:22 CEST 2008 - coolo@suse.de
30
31 - fixed language support in patterns (bnc#386524)
32
33 -------------------------------------------------------------------
34 Mon May 19 14:53:01 CEST 2008 - dmacvicar@suse.de
35
36 - make solvable_look_bool more robust by allowing both
37   the void or the num == 1 strategy.
38
39 -------------------------------------------------------------------
40 Thu May 15 16:05:50 CEST 2008 - coolo@suse.de
41
42 - fix susetags parser
43
44 ------------------------------------------------------------------
45 Wed May 14 16:41:26 CEST 2008 - dmacvicar@suse.de
46
47 - mls fix of satisfied patterns 
48 - 0.0.33
49
50 -------------------------------------------------------------------
51 Tue May 13 17:14:26 CEST 2008 - dmacvicar@suse.de
52
53 - use repodata_set_void for pattern visible attr
54
55 -------------------------------------------------------------------
56 Tue May 13 14:11:30 CEST 2008 - jreidinger@suse.cz
57
58 - read description dir path from content file (bnc #389414) 
59
60 -------------------------------------------------------------------
61 Tue May 13 12:20:58 CEST 2008 - dmacvicar@suse.de
62
63 - a boolean is not a num attribute set to 1, but just a existing void
64   attribute. (bnc#388818)
65
66 -------------------------------------------------------------------
67 Mon May 12 10:16:20 CEST 2008 - coolo@suse.de
68
69 - provide libsatsolver to fix requires of debuginfo
70
71 -------------------------------------------------------------------
72 Sat May 10 15:33:15 CEST 2008 - coolo@suse.de
73
74 - resubmit clean tar
75
76 -------------------------------------------------------------------
77 Fri May  9 21:56:43 CEST 2008 - ma@suse.de
78
79 - Parse the products LABEL in content file to SUMMARY. 
80
81 -------------------------------------------------------------------
82 Fri May  9 20:26:52 CEST 2008 - dmacvicar@suse.de
83
84 - recognize 1 as true for reboot suggested and
85   restart suggested (bnc#388818)
86
87 -------------------------------------------------------------------
88 Fri May  9 16:04:42 CEST 2008 - kkaempf@suse.de
89
90 - move 'helix2solv' from satsolver-tools to satsolver-devel package
91   (bnc#388595)
92
93 -------------------------------------------------------------------
94 Mon May  5 16:24:14 CEST 2008 - coolo@suse.de
95
96 - add obsoleteusesprovides and implicitobsoleteusesprovides solver
97   flags
98 - speed up solving by not recreating the watch chains every time
99   some rule is enabled/disabled. To do this, the "disabled" flag
100   had to be moved from w1 to d.
101 - fix bug that broke rule disabling when "forceResolve" was true
102 - fix bug in update rule calculation
103 - speed up solver a bit by creating a queue holding all assertion
104   rules, so we do not have to scan all rules for assertions
105 - parse also DISTPRODUCT and DISTVERSION (for registration), and the other
106   (often unused) attributes of products.
107
108 -------------------------------------------------------------------
109 Mon Apr 28 19:36:54 CEST 2008 - coolo@suse.de
110
111 - (De-)Serialize structured types.  Dataiterator and repo_search support
112   them too, but not yet nested, so that is unsupported for now.
113 - skipping kinds in matcher when a flag is specified.
114 - make --force behave a bit more like --noforce
115
116 -------------------------------------------------------------------
117 Fri Apr 25 19:23:51 CEST 2008 - coolo@suse.de
118
119 - detect and skip empty lines (bnc#381828)
120 - fix endless loop
121 - move debug functions to solverdebug.c
122 - do not delete negative bitfield entries [bnc#381908]
123 - add "showinstalledrecommended" option to make the solver
124   put installed packages on the suggestions/recommendations
125   queues
126 - Fix content parsing if PRODUCT isn't the first entry.
127 - add more statistics
128 - add two assertions
129 - add support for susetags filelist
130 - plug mem join2 leak
131 - fix anchoring of filelist data
132 - susetags move files added to provides back into filelist
133 - ignore packages.FL for now
134  
135 -------------------------------------------------------------------
136 Sun Apr 20 18:25:14 CEST 2008 - coolo@suse.de
137
138 - fix build
139
140 -------------------------------------------------------------------
141 Sat Apr 19 08:10:51 CEST 2008 - coolo@suse.de
142
143 - fix probleminfo if solvable conflicts with itself and has no requires
144 - Fix parsing dep lines of content files (bnc #380396).
145 - C++-guard also solver.h
146 - add support for feature rules
147 - fix a couple of small bugs
148 - use new interface
149
150 -------------------------------------------------------------------
151 Wed Apr 16 17:44:20 CEST 2008 - coolo@suse.de
152
153 - fix (rare) case of crashing solver
154
155 -------------------------------------------------------------------
156 Tue Apr 15 09:06:36 CEST 2008 - coolo@suse.de
157
158 - some fixes around updateinfo parsing
159
160 -------------------------------------------------------------------
161 Wed Apr  9 16:09:36 CEST 2008 - jkupec@suse.cz
162
163 - enable regex matching in Dataiterator
164
165 -------------------------------------------------------------------
166 Fri Apr  4 15:45:44 CEST 2008 - coolo@suse.de
167
168 - package deptestomatic in -devel
169
170 -------------------------------------------------------------------
171 Mon Mar 31 16:25:03 CEST 2008 - coolo@suse.de
172
173 - truly restart when analyze_unsolvable is hit (fixes bnc#368209)
174 - make it work with really large directories
175
176 -------------------------------------------------------------------
177 Mon Mar 24 15:31:18 CET 2008 - coolo@suse.de
178
179 - install rpms2solv
180
181 -------------------------------------------------------------------
182 Mon Mar 17 16:10:22 CET 2008 - matz@suse.de
183
184 - Initialize all allocated array members for blocky arrays (when it
185   matters, e.g. when extending also in blocks - bnc#371137)
186
187 -------------------------------------------------------------------
188 Fri Mar 14 08:37:47 CET 2008 - coolo@suse.de
189
190 - fix build on other distris
191 - fix requires of tools
192
193 -------------------------------------------------------------------
194 Wed Mar 12 11:45:21 CET 2008 - coolo@suse.de
195
196 - store datadir for susetags
197 - fixing assertion in rules learning
198
199 -------------------------------------------------------------------
200 Fri Mar  7 10:51:09 CET 2008 - coolo@suse.de
201
202 - several fixes in whatprovides (possibly root cause of bnc#367210)
203
204 -------------------------------------------------------------------
205 Mon Feb 25 12:59:00 CET 2008 - coolo@suse.de
206
207 - fixing rpmdb2solv argument handling
208
209 -------------------------------------------------------------------
210 Fri Feb 22 11:09:05 CET 2008 - coolo@suse.de
211
212 - support rpmdb2solv -r for chroots
213
214 -------------------------------------------------------------------
215 Thu Feb 21 18:14:41 CET 2008 - coolo@suse.de
216
217 - fix susetags parser for so called full trees
218
219 -------------------------------------------------------------------
220 Wed Feb 20 13:23:31 CET 2008 - coolo@suse.de
221
222 - no longer link against db43 but against rpmlib
223
224 -------------------------------------------------------------------
225 Tue Feb 19 15:01:55 CET 2008 - coolo@suse.de
226
227 - fix requires/obsoletes
228
229 -------------------------------------------------------------------
230 Tue Feb 19 08:10:01 CET 2008 - coolo@suse.de
231
232 - mls is back from vacation - several fixes and enhancements
233
234 -------------------------------------------------------------------
235 Fri Feb 15 11:04:09 CET 2008 - coolo@suse.de
236
237 - several fixes for the solv files
238
239 -------------------------------------------------------------------
240 Tue Feb 12 18:29:43 CET 2008 - kkaempf@suse.de
241
242 - add libappsatsolver, an application layer to ease coding
243   against sat-solver.
244
245 -------------------------------------------------------------------
246 Tue Feb 12 17:14:04 CET 2008 - coolo@suse.de
247
248 - let susetags parse vendors
249
250 -------------------------------------------------------------------
251 Thu Feb  7 18:41:05 CET 2008 - coolo@suse.de
252
253 - rename libsatsolver in satsolver-tools
254 - several updates and fixes
255
256 -------------------------------------------------------------------
257 Fri Feb  1 13:59:53 CET 2008 - coolo@suse.de
258
259 - really don't strip
260
261 -------------------------------------------------------------------
262 Mon Jan 14 17:14:03 CET 2008 - coolo@suse.de
263
264 - update from SVN:
265   - various fixes
266   - less logging
267
268 -------------------------------------------------------------------
269 Tue Jan  8 16:02:26 CET 2008 - coolo@suse.de
270
271 - update to SVN again and don't strip
272
273 -------------------------------------------------------------------
274 Sat Dec 22 19:02:57 CET 2007 - coolo@suse.de
275
276 - update to SVN so libzypp compiles again
277
278 -------------------------------------------------------------------
279 Fri Nov 30 16:01:39 CET 2007 - schubi@suse.de
280
281 - update for libzypp integration 
282
283 -------------------------------------------------------------------
284 Fri Nov 16 12:17:13 CET 2007 - coolo@suse.de
285
286 - update to SVN again to make libzypp compilable again
287
288 -------------------------------------------------------------------
289 Wed Nov 14 16:10:21 CET 2007 - schubi@suse.de
290
291 - further develpment. bugfix, logging, docu,...
292
293 -------------------------------------------------------------------
294 Mon Nov 12 13:44:52 CET 2007 - coolo@suse.de
295
296 - update to the latest version from SVN
297   - compilation fixes
298   - policy engine
299
300 -------------------------------------------------------------------
301 Thu Nov  8 13:14:20 CET 2007 - coolo@suse.de
302
303 - update to the latest version from SVN
304
305 -------------------------------------------------------------------
306 Tue Oct  2 15:26:36 CEST 2007 - kkaempf@suse.de
307
308 - Initial release
309