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