- bump version
[platform/upstream/libsolv.git] / package / libsatsolver.changes
1 -------------------------------------------------------------------
2 Tue Oct 14 18:28:57 CEST 2008 - mls@suse.de
3
4 - the big solv data change
5   * incompatible new file format
6   * repodata handles are solvable ids
7   * no more extra handles
8   * no need to call repodata_extend anymore
9 - work around solver dup repo priority bug, real fix follows soon
10 - implement releasever
11 - repo_products.c is now more robust
12
13 -------------------------------------------------------------------
14 Mon Oct 13 16:50:14 CEST 2008 - kkaempf@suse.de
15
16 - make product parsing more robust (bnc#433362)
17
18 -------------------------------------------------------------------
19 Thu Oct  2 18:46:55 CEST 2008 - ma@suse.de
20
21 - Product arttributes: removed FLAVOR and REFERENCES, added PRODUCTLINE.
22 - revision 11233
23 - 0.11.0
24
25 -------------------------------------------------------------------
26 Tue Sep 30 13:03:10 CEST 2008 - ma@suse.de
27
28 - repo_content.c: fix broken dependency parsing.
29 - revision 11214
30
31 -------------------------------------------------------------------
32 Mon Sep 29 14:53:09 CEST 2008 - ma@suse.de
33
34 - rpms2solv failed to write out most solvable data (bnc #422338).
35 - revision 11201
36
37 -------------------------------------------------------------------
38 Fri Sep 26 11:54:34 CEST 2008 - kkaempf@suse.de
39
40 - new fallback strategy for installed products in rpmdb2solv
41   try /etc/products.d (code11 style) first
42   if this fails, try /var/lib/zypp/db/products/*
43   if this fails, fallback to /etc/*-release
44   (bnc#429177)
45 - 0.10.16
46
47 -------------------------------------------------------------------
48 Thu Sep 25 17:14:42 CEST 2008 - kkaempf@suse.de
49
50 - fully support Dataiterator in Python and Ruby bindings.
51 - 0.10.15
52
53 -------------------------------------------------------------------
54 Thu Sep 25 13:53:54 CEST 2008 - dmacvicar@suse.de
55
56 - add support for keywords in susedata 
57
58 -------------------------------------------------------------------
59 Wed Sep 24 10:55:01 CEST 2008 - kkaempf@suse.de
60
61 - parse /etc/<xyz>-release if no /etc/products.d present
62   (bnc#429177)
63 - 0.10.14
64
65 -------------------------------------------------------------------
66 Mon Sep 22 12:51:51 CEST 2008 - dmacvicar@suse.de
67
68 - ability to parse suseinfo.xml for extended repomd.xml attributes
69 - fix susedata.xml parsing
70 - add CPE attribute to installed product
71 - real fix for segfault in multiarch parsing (bnc#427271)
72 - 0.10.13
73
74 -------------------------------------------------------------------
75 Thu Sep 18 14:44:31 CEST 2008 - dmacvicar@suse.de
76
77 - fix segfault in multiarch parsing (bnc#427271)
78
79 -------------------------------------------------------------------
80 Wed Sep 17 14:10:23 CEST 2008 - mls@suse.de
81
82 - fix segfault in provides iterator
83 - 0.10.12
84
85 -------------------------------------------------------------------
86 Fri Sep 12 17:32:02 CEST 2008 - dmacvicar@suse.de
87
88 - support for susedata.xml 
89
90 -------------------------------------------------------------------
91 Fri Sep 12 14:01:11 CEST 2008 - dmacvicar@suse.de
92
93 - add repo_add_poolstr_array
94 - move updates="key,key.." to repomd.xml
95 - make product url ids more extensible
96 - 0.10.11
97
98 -------------------------------------------------------------------
99 Thu Sep 11 14:30:16 CEST 2008 - dmacvicar@suse.de
100
101 - add REPOSITORY_UPDATES to match product -> repos
102 - make updateinfo.xml support id attribute in collection that
103   leads to insert that the repository updates that id.
104   
105 -------------------------------------------------------------------
106 Wed Sep 10 18:11:10 CEST 2008 - dmacvicar@suse.de
107
108 - create one product per BASEARCHS 
109
110 -------------------------------------------------------------------
111 Wed Sep 10 14:19:26 CEST 2008 - ma@suse.de
112
113 - repo_products: Parse schemeversion, propagate product 
114   updaterepokey and flavor. Fix segfault on malformed 
115   xml.
116 - 0.10.10
117
118 -------------------------------------------------------------------
119 Wed Sep 10 11:57:27 CEST 2008 - dmacvicar@suse.de
120
121 - accept the PATTERNS tag in content file 
122
123 -------------------------------------------------------------------
124 Tue Sep  9 21:26:31 CEST 2008 - kkaempf@suse.de
125
126 - rpmdb2solv changes:
127   - fix bug when parsing multiple products
128   - adapt to .prod file as of 9/9/08 7:20pm
129 - 0.10.9 
130
131 -------------------------------------------------------------------
132 Tue Sep  9 17:52:30 CEST 2008 - ma@suse.de
133
134 - Reenable -Werror and fix bindings.
135 - 0.10.8
136
137 -------------------------------------------------------------------
138 Tue Sep  9 11:50:39 CEST 2008 - dmacvicar@suse.de
139
140 - disable -Werror for swig generated stuff 
141
142 -------------------------------------------------------------------
143 Fri Sep  5 18:59:35 CEST 2008 - kkaempf@suse.de
144
145 - adapt /etc/product.d parser to generated .prod files. 
146
147 -------------------------------------------------------------------
148 Fri Sep  5 13:29:47 CEST 2008 - ma@suse.de
149
150 - tools/repo_susetags.c: Parse packages vendor (bnc #422493).
151 - 0.10.7
152
153 -------------------------------------------------------------------
154 Thu Sep  4 12:30:06 CEST 2008 - kkaempf@suse.de
155
156 - tools/rpmdb2solv: Adapt to xml-based /etc/products.d
157 - tools/rpmdb2solv: Add '-a <attribute>' to print
158   distribution.target attribute of baseproduct.
159
160 -------------------------------------------------------------------
161 Tue Sep  2 12:17:03 CEST 2008 - mls@suse.de
162
163 - make solver includes use "" instead of <>, fixes bnc#415920
164 - implement otherproviders()
165 - make patches do nevr matching
166 - make patch conflicts work with multiversion
167 - new job commands, now combinded from job type and select type
168 - support for distupgrade mode
169 - make SOLVER_ERASE_SOLVABLE work
170 - also check obsoletes when disabling update rules
171 - 0.10.6
172
173 -------------------------------------------------------------------
174 Fri Aug 22 18:04:12 CEST 2008 - dmacvicar@suse.de
175
176 - add support for extensible metadata over primary +
177   diskusage
178 - 0.10.5
179
180 -------------------------------------------------------------------
181 Fri Aug 15 16:29:00 CEST 2008 - kkaempf@suse.de
182
183 - ensure existance of product solvable in repo_content(bnc#417594)
184
185 -------------------------------------------------------------------
186 Fri Aug 15 15:00:32 CEST 2008 - kkaempf@suse.de
187
188 - follow /etc/products.d/baseproduct and mark product as 'base'
189
190 -------------------------------------------------------------------
191 Fri Aug 15 14:26:29 CEST 2008 - kkaempf@suse.de
192
193 - Implement pre-code11 fallback for products, parse /etc/*-release
194   if /etc/products.d is not available.
195
196 -------------------------------------------------------------------
197 Wed Aug 13 18:06:41 CEST 2008 - kkaempf@suse.de
198
199 - provide installtime for installed products.
200
201 -------------------------------------------------------------------
202 Wed Aug 13 15:42:36 CEST 2008 - dmacvicar@suse.de
203
204 - include new file search capability commited by matz
205   (SEARCH_FILES)
206 - 0.10.4
207
208 -------------------------------------------------------------------
209 Wed Aug 13 10:31:01 CEST 2008 - kkaempf@suse.de
210
211 - Honor rpmdb2solv's '-r <root>' also for the products.d path.
212
213 -------------------------------------------------------------------
214 Tue Aug 12 14:22:29 CEST 2008 - kkaempf@suse.de
215
216 - Add .prod parsing for 'installed' products to rpmdb2solv.
217 - Improve python-bindings, add iterators.
218
219 -------------------------------------------------------------------
220 Thu Aug  7 22:00:55 CEST 2008 - dmacvicar@suse.de
221
222 - implement relogin suggested support (fate#304889)
223
224 -------------------------------------------------------------------
225 Thu Aug  7 13:36:59 CEST 2008 - ma@suse.de
226
227 - Susetags: Allow whitespace in file provides generated by 
228   autobuild (bnc#415115)
229
230 -------------------------------------------------------------------
231 Fri Aug  1 18:59:22 CEST 2008 - dmacvicar@suse.de
232
233 - insert the checksum in rpmmd generated solv files                                  
234   (bnc#414002)                                                                       
235 - 0.10.3 
236
237 -------------------------------------------------------------------
238 Tue Jul 29 10:53:22 CEST 2008 - mls@suse.de
239
240 - resolve job rules before installing system packages [bnc#411086]
241 - no more freshens. R.I.P.
242 - make repo2solv.sh also take repomd.xml in count
243 - install repomdxml2solv
244 - add Packager, Build Host, Distribution
245 - disallow arch/vendor changes even if the package name changes
246
247 -------------------------------------------------------------------
248 Sat Jul 12 02:32:15 CEST 2008 - dmacvicar@suse.de
249
250 - infrastructure to save generated and expiration time
251   stamp in rpm-md repositories (fate #301904)
252 - 0.10.1
253
254 -------------------------------------------------------------------
255 Wed Jul  9 16:25:36 CEST 2008 - ma@suse.de
256
257 - Fix repo_content dependency parsing. Parser may lose up to 
258   two trailing dependencies.
259
260 -------------------------------------------------------------------
261 Tue Jul  1 14:54:38 CEST 2008 - kkaempf@suse.de
262
263 - rename language bindings to {perl,python,ruby}-satsolver
264   to follow naming conventions.
265
266 -------------------------------------------------------------------
267 Mon Jun 30 23:55:20 CEST 2008 - dmacvicar@suse.de
268
269 - forward port
270 - add message tag to updateinfo.xml for displaying
271   messages in the user interface
272 - Fix missing self provides for patches (bnc #397132).
273 - do not reorder binary rules if they are not rpm rules [bnc#397456]
274 - 0.10.0
275
276 -------------------------------------------------------------------
277 Mon Jun  2 11:47:32 CEST 2008 - coolo@suse.de
278
279 - calculate recommendation list also if ignorealreadyrecommended is set,
280   as some recommendations would be missing otherwise
281 - make dependency output less confusing (bnc#396309)
282 - 0.9.0
283
284 -------------------------------------------------------------------
285 Tue May 27 22:34:05 CEST 2008 - coolo@suse.de
286
287 - compile with RPM_OPT_FLAGS
288
289 -------------------------------------------------------------------
290 Fri May 23 21:07:01 CEST 2008 - mls@suse.de
291
292 - add "zypper" flag
293 - add "ignorealreadyrecommended" aka "zypper" solver option
294
295 -------------------------------------------------------------------
296 Thu May 22 20:16:22 CEST 2008 - coolo@suse.de
297
298 - fixed language support in patterns (bnc#386524)
299
300 -------------------------------------------------------------------
301 Mon May 19 14:53:01 CEST 2008 - dmacvicar@suse.de
302
303 - make solvable_look_bool more robust by allowing both
304   the void or the num == 1 strategy.
305
306 -------------------------------------------------------------------
307 Thu May 15 16:05:50 CEST 2008 - coolo@suse.de
308
309 - fix susetags parser
310
311 ------------------------------------------------------------------
312 Wed May 14 16:41:26 CEST 2008 - dmacvicar@suse.de
313
314 - mls fix of satisfied patterns 
315 - 0.0.33
316
317 -------------------------------------------------------------------
318 Tue May 13 17:14:26 CEST 2008 - dmacvicar@suse.de
319
320 - use repodata_set_void for pattern visible attr
321
322 -------------------------------------------------------------------
323 Tue May 13 14:11:30 CEST 2008 - jreidinger@suse.cz
324
325 - read description dir path from content file (bnc #389414) 
326
327 -------------------------------------------------------------------
328 Tue May 13 12:20:58 CEST 2008 - dmacvicar@suse.de
329
330 - a boolean is not a num attribute set to 1, but just a existing void
331   attribute. (bnc#388818)
332
333 -------------------------------------------------------------------
334 Mon May 12 10:16:20 CEST 2008 - coolo@suse.de
335
336 - provide libsatsolver to fix requires of debuginfo
337
338 -------------------------------------------------------------------
339 Sat May 10 15:33:15 CEST 2008 - coolo@suse.de
340
341 - resubmit clean tar
342
343 -------------------------------------------------------------------
344 Fri May  9 21:56:43 CEST 2008 - ma@suse.de
345
346 - Parse the products LABEL in content file to SUMMARY. 
347
348 -------------------------------------------------------------------
349 Fri May  9 20:26:52 CEST 2008 - dmacvicar@suse.de
350
351 - recognize 1 as true for reboot suggested and
352   restart suggested (bnc#388818)
353
354 -------------------------------------------------------------------
355 Fri May  9 16:04:42 CEST 2008 - kkaempf@suse.de
356
357 - move 'helix2solv' from satsolver-tools to satsolver-devel package
358   (bnc#388595)
359
360 -------------------------------------------------------------------
361 Mon May  5 16:24:14 CEST 2008 - coolo@suse.de
362
363 - add obsoleteusesprovides and implicitobsoleteusesprovides solver
364   flags
365 - speed up solving by not recreating the watch chains every time
366   some rule is enabled/disabled. To do this, the "disabled" flag
367   had to be moved from w1 to d.
368 - fix bug that broke rule disabling when "forceResolve" was true
369 - fix bug in update rule calculation
370 - speed up solver a bit by creating a queue holding all assertion
371   rules, so we do not have to scan all rules for assertions
372 - parse also DISTPRODUCT and DISTVERSION (for registration), and the other
373   (often unused) attributes of products.
374
375 -------------------------------------------------------------------
376 Mon Apr 28 19:36:54 CEST 2008 - coolo@suse.de
377
378 - (De-)Serialize structured types.  Dataiterator and repo_search support
379   them too, but not yet nested, so that is unsupported for now.
380 - skipping kinds in matcher when a flag is specified.
381 - make --force behave a bit more like --noforce
382
383 -------------------------------------------------------------------
384 Fri Apr 25 19:23:51 CEST 2008 - coolo@suse.de
385
386 - detect and skip empty lines (bnc#381828)
387 - fix endless loop
388 - move debug functions to solverdebug.c
389 - do not delete negative bitfield entries [bnc#381908]
390 - add "showinstalledrecommended" option to make the solver
391   put installed packages on the suggestions/recommendations
392   queues
393 - Fix content parsing if PRODUCT isn't the first entry.
394 - add more statistics
395 - add two assertions
396 - add support for susetags filelist
397 - plug mem join2 leak
398 - fix anchoring of filelist data
399 - susetags move files added to provides back into filelist
400 - ignore packages.FL for now
401  
402 -------------------------------------------------------------------
403 Sun Apr 20 18:25:14 CEST 2008 - coolo@suse.de
404
405 - fix build
406
407 -------------------------------------------------------------------
408 Sat Apr 19 08:10:51 CEST 2008 - coolo@suse.de
409
410 - fix probleminfo if solvable conflicts with itself and has no requires
411 - Fix parsing dep lines of content files (bnc #380396).
412 - C++-guard also solver.h
413 - add support for feature rules
414 - fix a couple of small bugs
415 - use new interface
416
417 -------------------------------------------------------------------
418 Wed Apr 16 17:44:20 CEST 2008 - coolo@suse.de
419
420 - fix (rare) case of crashing solver
421
422 -------------------------------------------------------------------
423 Tue Apr 15 09:06:36 CEST 2008 - coolo@suse.de
424
425 - some fixes around updateinfo parsing
426
427 -------------------------------------------------------------------
428 Wed Apr  9 16:09:36 CEST 2008 - jkupec@suse.cz
429
430 - enable regex matching in Dataiterator
431
432 -------------------------------------------------------------------
433 Fri Apr  4 15:45:44 CEST 2008 - coolo@suse.de
434
435 - package deptestomatic in -devel
436
437 -------------------------------------------------------------------
438 Mon Mar 31 16:25:03 CEST 2008 - coolo@suse.de
439
440 - truly restart when analyze_unsolvable is hit (fixes bnc#368209)
441 - make it work with really large directories
442
443 -------------------------------------------------------------------
444 Mon Mar 24 15:31:18 CET 2008 - coolo@suse.de
445
446 - install rpms2solv
447
448 -------------------------------------------------------------------
449 Mon Mar 17 16:10:22 CET 2008 - matz@suse.de
450
451 - Initialize all allocated array members for blocky arrays (when it
452   matters, e.g. when extending also in blocks - bnc#371137)
453
454 -------------------------------------------------------------------
455 Fri Mar 14 08:37:47 CET 2008 - coolo@suse.de
456
457 - fix build on other distris
458 - fix requires of tools
459
460 -------------------------------------------------------------------
461 Wed Mar 12 11:45:21 CET 2008 - coolo@suse.de
462
463 - store datadir for susetags
464 - fixing assertion in rules learning
465
466 -------------------------------------------------------------------
467 Fri Mar  7 10:51:09 CET 2008 - coolo@suse.de
468
469 - several fixes in whatprovides (possibly root cause of bnc#367210)
470
471 -------------------------------------------------------------------
472 Mon Feb 25 12:59:00 CET 2008 - coolo@suse.de
473
474 - fixing rpmdb2solv argument handling
475
476 -------------------------------------------------------------------
477 Fri Feb 22 11:09:05 CET 2008 - coolo@suse.de
478
479 - support rpmdb2solv -r for chroots
480
481 -------------------------------------------------------------------
482 Thu Feb 21 18:14:41 CET 2008 - coolo@suse.de
483
484 - fix susetags parser for so called full trees
485
486 -------------------------------------------------------------------
487 Wed Feb 20 13:23:31 CET 2008 - coolo@suse.de
488
489 - no longer link against db43 but against rpmlib
490
491 -------------------------------------------------------------------
492 Tue Feb 19 15:01:55 CET 2008 - coolo@suse.de
493
494 - fix requires/obsoletes
495
496 -------------------------------------------------------------------
497 Tue Feb 19 08:10:01 CET 2008 - coolo@suse.de
498
499 - mls is back from vacation - several fixes and enhancements
500
501 -------------------------------------------------------------------
502 Fri Feb 15 11:04:09 CET 2008 - coolo@suse.de
503
504 - several fixes for the solv files
505
506 -------------------------------------------------------------------
507 Tue Feb 12 18:29:43 CET 2008 - kkaempf@suse.de
508
509 - add libappsatsolver, an application layer to ease coding
510   against sat-solver.
511
512 -------------------------------------------------------------------
513 Tue Feb 12 17:14:04 CET 2008 - coolo@suse.de
514
515 - let susetags parse vendors
516
517 -------------------------------------------------------------------
518 Thu Feb  7 18:41:05 CET 2008 - coolo@suse.de
519
520 - rename libsatsolver in satsolver-tools
521 - several updates and fixes
522
523 -------------------------------------------------------------------
524 Fri Feb  1 13:59:53 CET 2008 - coolo@suse.de
525
526 - really don't strip
527
528 -------------------------------------------------------------------
529 Mon Jan 14 17:14:03 CET 2008 - coolo@suse.de
530
531 - update from SVN:
532   - various fixes
533   - less logging
534
535 -------------------------------------------------------------------
536 Tue Jan  8 16:02:26 CET 2008 - coolo@suse.de
537
538 - update to SVN again and don't strip
539
540 -------------------------------------------------------------------
541 Sat Dec 22 19:02:57 CET 2007 - coolo@suse.de
542
543 - update to SVN so libzypp compiles again
544
545 -------------------------------------------------------------------
546 Fri Nov 30 16:01:39 CET 2007 - schubi@suse.de
547
548 - update for libzypp integration 
549
550 -------------------------------------------------------------------
551 Fri Nov 16 12:17:13 CET 2007 - coolo@suse.de
552
553 - update to SVN again to make libzypp compilable again
554
555 -------------------------------------------------------------------
556 Wed Nov 14 16:10:21 CET 2007 - schubi@suse.de
557
558 - further develpment. bugfix, logging, docu,...
559
560 -------------------------------------------------------------------
561 Mon Nov 12 13:44:52 CET 2007 - coolo@suse.de
562
563 - update to the latest version from SVN
564   - compilation fixes
565   - policy engine
566
567 -------------------------------------------------------------------
568 Thu Nov  8 13:14:20 CET 2007 - coolo@suse.de
569
570 - update to the latest version from SVN
571
572 -------------------------------------------------------------------
573 Tue Oct  2 15:26:36 CEST 2007 - kkaempf@suse.de
574
575 - Initial release
576