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