Imported Upstream version 0.6.35
[platform/upstream/libsolv.git] / package / libsolv.changes
1 -------------------------------------------------------------------
2 Thu Aug  9 17:09:41 CEST 2018 - mls@suse.de
3
4 - refactor arch handling
5 - add support for zstd and zchunk compression
6 - convert repo2solv.sh script into a binary tool
7 - bump version to 0.6.35
8
9 ------------------------------------------------------------------
10 Wed Jul 18 14:11:51 UTC 2018 - ngompa13@gmail.com
11
12 - Fix compatibility with Mageia and RH/Fedora
13
14 ------------------------------------------------------------------
15 Wed Jul 18 11:02:29 UTC 2018 - tchvatal@suse.com
16
17 - Sort a bit with spec-cleaner
18 - Use python/ruby/etc condition names to match what other packages
19   do in order to make sure we are enabling/disabling stuff within
20   prjcfg
21 - Silence the source unpacking
22 - Make sure to execute tests
23
24 -------------------------------------------------------------------
25 Fri Mar 23 12:02:08 CET 2018 - mls@suse.de
26
27 - make sure product files come from /etc/products.d in fallback
28   search [bnc#1086602]
29 - bump version to 0.6.34
30
31 -------------------------------------------------------------------
32 Thu Mar  1 10:52:23 CET 2018 - mls@suse.de
33
34 - also use suggests for ordering packages [bnc#1077635]
35
36 -------------------------------------------------------------------
37 Wed Feb 28 16:29:55 CET 2018 - mls@suse.de
38
39 - fix bad assignment in solution refinement that led
40   to a memory leak [bnc#1075978]
41 - use license tag instead of doc in the spec file [bnc#1082318]
42 - bump version to 0.6.33
43
44 -------------------------------------------------------------------
45 Tue Feb 13 11:51:11 CET 2018 - mls@suse.de
46
47 - fixed bug that could make fileconflict detection very slow
48   in some cases [bnc#953130]
49 - bump version to 0.6.32
50
51 -------------------------------------------------------------------
52 Wed Jan 31 11:41:51 CET 2018 - mls@suse.de
53
54 - new ENABLE_RPMDB_LIBRPM/ENABLE_RPMPKG_LIBRPM config options
55 - new pool_set_whatprovides function to change the whatprovides
56   data
57 - much improved selection code
58 - bump version to 0.6.31
59
60 -------------------------------------------------------------------
61 Tue Oct 24 12:09:32 UTC 2017 - jengelh@inai.de
62
63 - Update package descriptions and groups.
64   Replace old $RPM_* variables by macros.
65
66 -------------------------------------------------------------------
67 Mon Oct 23 11:40:22 CEST 2017 - mls@suse.de
68
69 - many fixes and improvements for cleandeps
70 - support debian packages with xz compressed control.tar
71 - always create dup rules for "distupgrade" jobs
72 - use recommends also for ordering packages
73 - Fix splitprovides handling with addalreadyrecommended turned off
74   [bnc#1059065]
75 - bump version to 0.6.30
76
77 -------------------------------------------------------------------
78 Thu Sep  7 16:18:20 CEST 2017 - mls@suse.de
79
80 - expose solver_get_recommendations in bindings
81 - fix bug in solver_prune_to_highest_prio_per_name resulting in
82   bad solver_get_recommendations output
83 - support 'without' and 'unless' dependencies
84 - fix yumobs rule generation bug
85 - Use same heuristic as upstream to determine src rpms
86 - bump version to 0.6.29
87
88 -------------------------------------------------------------------
89 Fri Jun 30 16:37:31 CEST 2017 - mls@suse.de
90
91 - make peace with newer perl versions
92 - fix memory leak in bindings
93 - add pool_best_solvables() function
94 - fix 64bit integer parsing from RPM headers
95 - bump version to 0.6.28
96
97 -------------------------------------------------------------------
98 Sun May 28 13:32:15 UTC 2017 - ngompa13@gmail.com
99
100 - Enable complex/rich dependencies for CentOS/RHEL 7, matching how
101   libsolv is configured there.
102
103 -------------------------------------------------------------------
104 Thu May 11 12:41:07 UTC 2017 - ngompa13@gmail.com
105
106 - Disable bzip2 and xz/lzma compression support for SLE <= 12
107
108 -------------------------------------------------------------------
109 Mon May  8 13:15:09 UTC 2017 - ngompa13@gmail.com
110
111 - Enable bzip2 and xz/lzma compression support
112 - Enable complex/rich dependencies on distributions with RPM 4.13+
113 - Simplified CentOS/RHEL conditionals
114 - Added Mageia conditionals
115 - Fixed a few spec portability issues
116
117 -------------------------------------------------------------------
118 Tue Apr 25 14:11:05 CEST 2017 - mls@suse.de
119
120 - change queue resize code to use adaptive chunk sizes
121 - fix potential segfault in testcase_depstr [bnc#1036002]
122 - fix performance issues with name = md5sum dependencies
123   [bnc#1035946]
124 - improve "forcebest with uninstall" handling
125 - make dirid handling more robust
126 - build with libxml2 instead of libexpat
127 - bump version to 0.6.27
128
129 -------------------------------------------------------------------
130 Wed Feb 15 11:34:59 CET 2017 - mls@suse.de
131
132 - export solvable_matchesdep function, as we now use it in
133   the bindings [bnc#1025440]
134 - bump version to 0.6.26
135
136 -------------------------------------------------------------------
137 Tue Feb  7 13:13:01 CET 2017 - mls@suse.de
138
139 - add SOLVABLE_NAME hack for pool_whatmatchesdep and
140   solvable_matchesdep
141 - add SOLVER_FLAG_STRONG_RECOMMENDS option
142 - add SOLVER_FLAG_INSTALL_ALSO_UPDATES option
143 - do not special case release-less provides in sort_by_common_dep
144 - solver_problemruleinfo2str: return reason why a package is not
145   installable
146 - guard against dirpool_add_dir being called with an illegal
147   component id
148 - reject solv files with bad directories
149 - bump version to 0.6.25
150
151 -------------------------------------------------------------------
152 Thu Nov 10 15:09:25 CET 2016 - mls@suse.de
153
154 - make testcase_str2solvid work with ignored packages
155 - improve checks against corrupt rpm 
156 - add SOLVER_FLAG_FOCUS_BEST solver flag
157 - rework susetags multi-line handling [bnc#1007273]
158 - build both for python2 and python3
159 - bump version to 0.6.24
160
161 -------------------------------------------------------------------
162 Fri Jul 22 11:37:23 CEST 2016 - mls@suse.de
163
164 - also scan /usr/share/metainfo for appdata files [bnc#989830]
165 - support tri-state product-endoflife [fate#320699]
166 - take lockstep into account when calculating unneeded packages
167 - ignore appplication extensions for now in appdata parser
168   [bnc#984332]
169 - add enabled features to solvversion.h
170 - take disfavors into account when auto-minimizing for recommended
171   packages
172 - change cleandeps code so that it keeps all providers
173 - make sure that all repos have different names in a testcase
174 - bump version to 0.6.23
175
176 -------------------------------------------------------------------
177 Tue Jun  7 11:24:47 CEST 2016 - mls@suse.de
178
179 - fix bug in ignoreinst logic [bnc#983141]
180
181 -------------------------------------------------------------------
182 Wed May 18 15:09:56 CEST 2016 - mls@suse.de
183
184 - add pool->setdisttype to the bindings
185 - fix error in repo_deb that could lead to missing packages
186 - add reason testing to testcase code
187 - add pool_whatcontainsdep, selection_make_matchdepid, and
188   SELECTION_MATCH_DEPSTR
189 - add SOLVER_FAVOR and SOLVER_DISFAVOR job types
190 - allow unknown archs in pool_setarch
191 - add the SOLVER_FLAG_URPM_REORDER solver flag
192 - fix segfault in cshash dedup code [bnc#980901]
193 - fix supplements handling when implicitobsoleteusescolors is set
194 - bump version to 0.6.21
195
196 -------------------------------------------------------------------
197 Fri Apr  8 15:36:21 CEST 2016 - mls@suse.de
198
199 - Better support of complex deps in pool_match_dep and
200   selection_make_matchdeps
201 - make SOLVER_REASON_CLEANDEPS_ERASE introspection reason work again
202 - make dep2str use rpm-like output if disttype is rpm
203 - implement filtering of Requires(pre,post) for installed packages
204 - simplify handling of pseudo package updates [bnc#967006]
205 - improve speed of rpmmd metadata parsing
206 - bump version to 0.6.20
207
208 -------------------------------------------------------------------
209 Mon Feb 15 16:46:31 CET 2016 - mls@suse.de
210
211 - parse media number from baseurl
212 - support susedata.<lang>.xml language files
213 - bump version to 0.6.19
214
215 -------------------------------------------------------------------
216 Fri Jan 29 14:17:26 CET 2016 - mls@suse.de
217
218 - fix rule generation for linked packages [bnc#961738]
219 - add hash method in bindings for some classes
220 - bump version to 0.6.18
221
222 -------------------------------------------------------------------
223 Tue Dec 22 11:49:02 CET 2015 - mls@suse.de
224
225 - fix update handling of multiversion packages [bnc#957606]
226 - bump version to 0.6.17
227
228 -------------------------------------------------------------------
229 Mon Dec 21 12:59:19 CET 2015 - mls@suse.de
230
231 - fix orphan handling for dup with keeporphans set [bnc#957606]
232 - bump version to 0.6.16
233
234 -------------------------------------------------------------------
235 Mon Dec 14 15:48:01 CET 2015 - mls@suse.de
236
237 - change product links to also look at timestamps [bnc#956443]
238 - rework multiversion orphaned handling [bnc#957606]
239 - support key type changes in repodata_internalize()
240 - allow serialization of REPOKEY_TYPE_DELETED
241 - improve appdata handling of installed packages
242 - improve performance when run under xen
243 - bump version to 0.6.15
244
245 -------------------------------------------------------------------
246 Mon Oct  5 13:27:25 CEST 2015 - mls@suse.de
247
248 - fix bug in recommends handling [bnc#948482]
249 - also check installed packages in multiversion handling
250 - fix build on Mageia
251 - bump version to 0.6.14
252
253 -------------------------------------------------------------------
254 Fri Sep 25 11:54:02 CEST 2015 - mls@suse.de
255
256 - support a generic string for pattern-visible() [bnc#900769]
257 - add a SOLVER_ALLOWUNINSTALL job type
258 - add ordercycle introspection
259 - fix mkmask handling of a zero size
260 - support 'recommends' in repo_mdk.c
261 - support filelist parsing in installcheck
262 - bump version to 0.6.13
263
264 -------------------------------------------------------------------
265 Tue Sep  1 13:37:11 CEST 2015 - mls@suse.de
266
267 - added tcl bindings
268 - improve debian ar archive handling
269 - bindings: set the CLOEXEC flags in xfopen
270 - bindings: support testcase writing [bnc#946752]
271 - support REL_ELSE as evr of REL_COND
272 - bump version to 0.6.12
273
274 -------------------------------------------------------------------
275 Tue Jun  2 11:41:10 CEST 2015 - mls@suse.de
276
277 - add forgotten sha-512 support to data_skip
278 - speed up whatprovides lookup with a new helper array
279 - fix dup with allowuninstall
280 - improve alreadyinstalled handling of supplements
281 - some code cleanup
282 - bump version to 0.6.11
283
284 -------------------------------------------------------------------
285 Sat May  2 11:44:08 UTC 2015 - mrueckert@suse.de
286
287 - you really want to use rbconfig there
288
289 -------------------------------------------------------------------
290 Wed Mar 18 11:04:34 CET 2015 - mls@suse.de
291
292 - fix bug in dislike_old_versions that could lead to a segfault
293   [bnc#922352]
294 - bump version to 0.6.10
295
296 -------------------------------------------------------------------
297 Mon Mar  9 16:42:35 CET 2015 - mls@suse.de
298
299 - rework splitprovides handling [bnc#921332]
300 - improve package choosing code
301 - new testcase dependency format
302 - add alternatives introspection
303 - make reorder_dq_for_jobrules also look at recommends/suggests
304 - rework branch handling
305 - add parser for rpm rich deps
306 - bump version to 0.6.9
307
308 -------------------------------------------------------------------
309 Wed Jan 14 08:58:46 CET 2015 - ma@suse.de
310
311 - fixes to build with swig 3.0.3
312 - bump version to 0.6.8
313
314 -------------------------------------------------------------------
315 Fri Dec 19 08:59:27 CET 2014 - ma@suse.de
316
317 - add product:regflavor attribute [bnc#896224]
318 - bump version to 0.6.7
319
320 -------------------------------------------------------------------
321 Tue Oct  7 14:39:23 CEST 2014 - mls@suse.de
322
323 - fix bug in reorder_dq_for_jobrules leading to crashes
324   [bnc#899907]
325 - rename rpm rules to pkg rules
326 - add manpages for the tools
327 - bump version to 0.6.6
328
329 -------------------------------------------------------------------
330 Thu Sep 11 17:33:04 CEST 2014 - mls@suse.de
331
332 - support DUCHANGES_ONLYADD flag in diskusage calculation
333   [bnc#783100]
334 - add whatmatchesdep to bindings
335 - support pool->considered in testcases
336 - always call selection_filelist if SELECTION_FILELIST is set
337 - support yum style obsolete handling for package splits
338 - bump version to 0.6.5
339
340 -------------------------------------------------------------------
341 Tue Jul  8 14:13:40 CEST 2014 - mls@suse.de
342
343 - expand solver_identical fix to applications [bnc#885830]
344 - fix instbuddy generation code
345 - improve autominimizing implementation to also look at
346   supplements
347 - bump version to 0.6.4
348
349 -------------------------------------------------------------------
350 Fri Jun 13 08:28:12 CEST 2014 - ma@suse.de
351
352 - quick fix for [bnc#881320]
353 - bump version to 0.6.3
354
355 -------------------------------------------------------------------
356 Fri Jun  6 11:37:00 CEST 2014 - ma@suse.de
357
358 - Provide PRODUCT_REGISTER_TARGET for available products [bnc#881320]
359 - bump version to 0.6.2
360
361 -------------------------------------------------------------------
362 Thu Apr 17 14:47:42 CEST 2014 - mls@suse.de
363
364 - support BREAK_ORPHANS and KEEP_ORPHANS solver flags
365 - adapt to AppStream 0.6
366 - reduce memory usage in repo_write and repodata_internalize
367 - make repodata_stringify return the result string
368 - bump version to 0.6.1
369
370 -------------------------------------------------------------------
371 Mon Apr  7 15:36:07 CEST 2014 - mls@suse.de
372
373 - add support for sha224/sha384/sha512
374 - add userinstalled helper functions
375 - improve dataiterator bindings (in an incompatible way)
376 - automatically free pool in bindings
377 - bump version to 0.6.0 (ABI + bindings API breakage)
378
379 -------------------------------------------------------------------
380 Wed Mar 26 15:08:46 CET 2014 - mls@suse.de
381
382 - fix handling of packages with no update/feature rule [bnc#870195]
383 - fix crash when in internalize() when the schemadata gets
384   reallocated
385 - fix access to uninitialized memory in repo_empty()
386 - a couple of optimizations
387 - support REPOKEYWORDS in content parser
388 - bindings: don't let str(Datamatch) change the strings
389 - fix basename optimization for STRINGEND
390 - bump version to 0.5.1
391
392 -------------------------------------------------------------------
393 Wed Feb 26 15:08:35 CET 2014 - mls@suse.de
394
395 - improve appdata.xml parsing [bnc#865293]
396 - repo_helix: parse application elements
397 - bump version to 0.5.0
398
399 -------------------------------------------------------------------
400 Fri Feb 21 16:23:58 CET 2014 - mls@suse.de
401
402 - fix bug in solver_get_unneeded that could lead to an
403   endless loop [bnc#828764]
404 - adapt to new rpm tags for weak dependencies
405 - fix pseudo packages obsoleting other pseudo packages
406 - optimize unfulfilled rule handling a bit
407 - bump version to 0.4.5
408
409 -------------------------------------------------------------------
410 Fri Feb 14 11:03:18 CET 2014 - mls@suse.de
411
412 - always keep job/jobflags in selection_filter()
413 - implement COND handling in supplements/enhances
414 - improve OR handling in supplements/enhances
415 - fix typo in application backlink creation
416 - support PRODUCT_ENDOFLIFE
417 - store repoid as flexarray
418 - also translate autoproduct strings
419 - bump version to 0.4.4
420
421 -------------------------------------------------------------------
422 Mon Jan 27 17:15:41 CET 2014 - mls@suse.de
423
424 - add support for autogenerated products
425 - support repoid array in product definition
426 - bump version to 0.4.3
427
428 -------------------------------------------------------------------
429 Fri Jan 24 13:50:03 CET 2014 - mls@suse.de
430
431 - add -X option to susetags2solv [bnc#860271]
432 - fix typos in pool_job2str
433 - support DISTRO in content parser
434 - make addfilelist more resistant against corrupt rpms
435 - encode flags into rpmdb cookie
436 - add identical and evrcmp methods in bindings
437 - copy checksums in repo_add_rpmdb_reffp
438 - repo_autopattern: make sure that the category is valid utf8
439 - fix double-free if the number of languages is reduced to zero
440 - bump version to 0.4.2
441
442 -------------------------------------------------------------------
443 Mon Dec  9 11:53:06 CET 2013 - mls@suse.de
444
445 - make repo2solv.sh work when appdata support is off
446 - enable appdata support for SUSE
447
448 -------------------------------------------------------------------
449 Tue Dec  3 14:30:17 CET 2013 - mls@suse.de
450
451 - support appdata parsing and auto-pattern generation in tools
452 - adapt to python3
453 - tweak findproblemrule heuristic for conflicts
454 - add m68k/ppc64le architectures
455 - plug weakrulemap memory hole
456 - support debian multiarch annotation
457 - support product/pattern/application links
458 - bump version to 0.4.1
459
460 -------------------------------------------------------------------
461 Tue Sep 24 11:14:25 CEST 2013 - mls@suse.de
462
463 - do not add back cleandeps_updatepkgs packages [bnc#841781]
464
465 -------------------------------------------------------------------
466 Mon Sep 23 11:31:28 CEST 2013 - mls@suse.de
467
468 - added repodata_lookup_binary
469 - fix pattern obsoleting real packages [bnc#834376]
470 - add selection_make_matchdeps function to query dependencies
471   other than provides
472 - bump version to 0.4.0
473
474 -------------------------------------------------------------------
475 Wed Aug 21 14:39:54 CEST 2013 - mls@suse.de
476
477 - add describe_decision() and unset() methods to bindings
478 - do recommends pruning after selecting the highest versions
479 - improve filelist handling
480 - be more tolerant about bad xml: an empty epoch attribute means no epoch
481 - fix another edge case will dup mode and multiversion packages [bnc#828389]
482 - bring installcheck up to speed
483
484 -------------------------------------------------------------------
485 Mon Jun 17 15:54:44 CEST 2013 - mls@suse.de
486
487 - add SOLVER_RULE_JOB_UNSUPPORTED and SOLVER_RULE_JOB_UNKNOWN_PACKAGE
488   for better problem reporting
489 - start with library documentation
490 - adapt to obsoletes handling of new rpm versions
491
492 -------------------------------------------------------------------
493 Wed Mar  6 16:55:57 CET 2013 - mls@suse.de
494
495 - fix dataiterator returning random data in some cases
496 - add changelog parser
497 - fix nasty bug in selection_filter_rel
498 - allow re-run of an existing solver
499 - bump version to 0.3.0
500
501 -------------------------------------------------------------------
502 Mon Jan 14 16:01:04 CET 2013 - mls@suse.de
503
504 - trivial_installable: check vendor of affected package to see if
505   a patch should be ignored [bnc#736100]
506 - fix trivial installable requires handling
507 - bump version to 0.2.4
508
509 -------------------------------------------------------------------
510 Tue Dec 18 19:20:19 CET 2012 - mls@suse.de
511
512 - fix potential access to freed memory
513 - improve find_problemrule speed
514 - add support for special namespaceprovides jobs
515 - bump version to 0.2.3
516
517 -------------------------------------------------------------------
518 Wed Dec  5 14:37:39 CET 2012 - mls@suse.de
519
520 - many Selection improvements
521 - fix perl binding memory issue
522 - improve file list matching
523 - support targeted up/dup with cleandeps
524 - bump version to 0.2.2
525
526 -------------------------------------------------------------------
527 Fri Nov 23 13:57:19 CET 2012 - mls@suse.de
528
529 - support targeted up/dup
530 - support best rules to enforce the installation of the best package
531 - implement selection class to ease package selection
532 - fix obsolete handling for debian packages
533 - add pool_lookup_deltalocation helper
534 - bump version to 0.2.1
535
536 -------------------------------------------------------------------
537 Thu Oct 18 16:58:10 CEST 2012 - mls@suse.de
538
539 - fix susetags parser, it ignored the filelist of the last
540   solvable
541 - fix encoding of large values
542 - bump version to 0.2.0
543
544 -------------------------------------------------------------------
545 Mon Jun 25 13:40:58 CEST 2012 - mls@suse.de
546
547 - fix typo in repodata_merge_attrs [bnc#767510]
548
549 -------------------------------------------------------------------
550 Wed May 30 14:46:48 CEST 2012 - mls@suse.de
551
552 - fix build for older suse versions
553 - fix memory corruption in unneeded calculation when there are
554   product buddies
555
556 -------------------------------------------------------------------
557 Tue May  8 10:59:39 CEST 2012 - ma@suse.de
558
559 - build with swig-2.0.6
560
561 -------------------------------------------------------------------
562 Mon Apr 23 15:52:26 CEST 2012 - mls@suse.de
563
564 - added testcase framework
565 - add solver_get_unneeded() to get a list of no longer needed
566   installed packages
567 - changed duprule generation to ignore uninstallable packages [bnc#750485]
568 - fix memory leaks
569 - speed up whatprovides generation
570 - support 64bit nums, return files sizes in bytes
571 - return errors instead of calling exit()
572 - support tilde in rpm version comparison [bnc#466994]
573 - 0.1.0
574
575 -------------------------------------------------------------------
576 Tue Feb  7 16:33:10 CET 2012 - mls@suse.de
577
578 - add findutils to the requires of libsolv-tools [bnc#743634]
579
580 -------------------------------------------------------------------
581 Wed Feb  1 14:06:59 CET 2012 - mls@suse.de
582
583 - add cleandeps support for install/update
584 - check for cleandeps mistakes (untested)
585
586 -------------------------------------------------------------------
587 Fri Jan 27 14:10:34 CET 2012 - mls@suse.de
588
589 - make repo type code selection modular
590 - add more solvable_ functions
591 - add dependency getter/setter code to bindings
592 - cleanup dup handling
593 - hide more internals
594
595 -------------------------------------------------------------------
596 Mon Oct 24 13:26:18 CEST 2011 - ma@suse.de
597
598 - mls fixed package provides/obsoletes, but forgot to write
599   a changes entry.
600
601 -------------------------------------------------------------------
602 Tue Oct 18 16:18:39 CEST 2011 - ma@suse.de
603
604 - Add arch arvm7tnhl and  armv7thl
605
606 -------------------------------------------------------------------
607 Fri Apr 29 14:35:59 CEST 2011 - mls@suse.de
608
609 - bup version to 0.17.0 to make it different from 11.4
610 - 0.17.0
611
612 -------------------------------------------------------------------
613 Thu Mar 24 10:04:16 UTC 2011 - mls@suse.de
614
615 - add missing else part in rpmdbid2db()
616
617 -------------------------------------------------------------------
618 Thu Feb 24 17:44:05 CET 2011 - mls@suse.de
619
620 - ignore to be dropped orhaned packages when calculating
621   candidates for recommends/supplements installation
622
623 -------------------------------------------------------------------
624 Wed Feb  2 09:24:42 UTC 2011 - kkaempf@novell.com
625
626 - Split off 'applayer' and 'bindings' as a separate package
627   to make the bindings more independant of libsatsolver
628 - 0.16.4
629
630 -------------------------------------------------------------------
631 Tue Jan 25 09:52:48 CET 2011 - ma@suse.de
632
633 - Apply patch introducing armv7nhl:armv7h
634
635 -------------------------------------------------------------------
636 Fri Oct 22 15:51:11 CEST 2010 - ma@suse.de
637
638 - updateinfoxml: Correctly parse 'issued date' field.
639 - 0.16.1
640
641 -------------------------------------------------------------------
642 Thu Sep  9 17:30:36 CEST 2010 - mls@suse.de
643
644 - bump version to 0.16 to make it different from code11_3 branch
645 - 0.16.0
646
647 -------------------------------------------------------------------
648 Mon Sep  6 13:50:02 UTC 2010 - dmacvicar@novell.com
649
650 - ruby bindings: fix bugs regarding include path loading
651   (was hardcoded) and refactor the way the library path is defined
652   (only once in a helper)
653
654 -------------------------------------------------------------------
655 Mon Sep  6 12:38:21 UTC 2010 - dmacvicar@novell.com
656
657 - SLE10SP3 also has vendor_ruby
658
659 -------------------------------------------------------------------
660 Wed Aug 18 14:11:08 UTC 2010 - kkaempf@novell.com
661
662 - refactor ruby-satsolver, pure-Ruby extensions added
663 - 0.15.1
664
665 -------------------------------------------------------------------
666 Thu May  6 17:39:20 CEST 2010 - mls@suse.de
667
668 - fix bug in cleandeps code
669 - bump version to 0.15 to make it different from code11_2 branch
670 - 0.15.0
671
672 -------------------------------------------------------------------
673 Tue Mar 23 17:24:46 CET 2010 - ma@suse.de
674
675 - Parse an installed products <shortsummary> tag [bnc#586303]
676
677 -------------------------------------------------------------------
678 Mon Mar 22 18:45:42 CET 2010 - mls@suse.de
679
680 - dataiterator: reset parent when jumping to a solvid [bnc#589640]
681 - 0.14.17
682
683 -------------------------------------------------------------------
684 Thu Mar 11 22:13:26 CET 2010 - ma@suse.de
685
686 - parse global repository ids. [bnc#377568]
687 - fix pattern parsing in repomd format. [bnc#585000]
688 - 0.14.16
689
690 -------------------------------------------------------------------
691 Thu Mar 11 12:18:23 CET 2010 - mls@suse.de
692
693 - fix language code lookup for fallback languages [bnc#584644]
694 - change solvable_lookup_str_lang interface a bit for libzypp
695
696 -------------------------------------------------------------------
697 Fri Feb 19 17:31:51 CET 2010 - mls@suse.de
698
699 - make dup rules work when system repo is not first [bnc#581276]
700 - parse pattern visibility flag in repomd format
701 - 0.14.15
702
703 -------------------------------------------------------------------
704 Fri Jan 29 14:48:34 CET 2010 - mls@suse.de
705
706 - speed up createwhatprovides when many solvables provide the same dep
707 - fix choice rule creation for real (bnc#551637)
708 - 0.14.14
709
710 -------------------------------------------------------------------
711 Mon Jan 18 14:42:27 CET 2010 - mls@suse.de
712
713 - set repository:toolversion to 1.0 in common_write
714 - 0.14.13
715
716 -------------------------------------------------------------------
717 Mon Dec 21 14:29:24 CET 2009 - mls@suse.de
718
719 - disable update rule in noobsoletes case if installed package is to
720   be kept [bnc#564239]
721 - work around rpm bug when --prefix is used [bnc#565525]
722 - add support for sparc architecture [bnc#566291]
723 - 0.14.12
724
725 -------------------------------------------------------------------
726 Mon Dec  7 13:59:08 CET 2009 - ma@suse.de
727
728 - Support optionally compressed product(s).xml in rpmmd metadata.
729 - 0.14.11
730
731 -------------------------------------------------------------------
732 Mon Nov  2 14:10:23 CET 2009 - mls@suse.de
733
734 - look at infarch/dup rules when creating choice rules, makes dup
735   also install 32bit packages [bnc#551637]
736 - 0.14.10
737
738 -------------------------------------------------------------------
739 Wed Oct 14 16:21:32 CEST 2009 - mls@suse.de
740
741 - ignore products element so that repo2solv works
742 - support MULTI_SEMANTICS
743 - add --withsrc option for installcheck
744 - add SOLVER_DROP_ORPHANED job type
745 - fix dropped package handling in removedisabledconflicts
746 - 0.14.9
747
748 -------------------------------------------------------------------
749 Thu Sep 24 10:27:42 CEST 2009 - mls@suse.de
750
751 - fix bug in solvable_lookup_str_base
752
753 -------------------------------------------------------------------
754 Wed Sep 23 11:10:08 CEST 2009 - mls@suse.de
755
756 - get missing translations from other solvables [bnc#386449]
757 - also look at triggers when ordering packages
758 - add support for REPOKEY_TYPE_BINARY
759 - 0.14.8
760
761 -------------------------------------------------------------------
762 Wed Sep 16 10:56:44 CEST 2009 - mls@suse.de
763
764 - use repomdxml to query for the location [bnc#501425]
765 - fix assertion failue... again
766 - fix fp leak [bnc#535468]
767 - 0.14.7
768
769 -------------------------------------------------------------------
770 Fri Sep  4 11:40:47 CEST 2009 - mls@suse.de
771
772 - fix multiversion handling for real
773 - fix speed regression in repo_susetags
774 - close fd leak [bnc#527506]
775 - remove db.h workaround
776 - 0.14.6
777
778 -------------------------------------------------------------------
779 Mon Aug 31 13:57:29 CEST 2009 - mls@suse.de
780
781 - fix to build with rpm-4.7
782
783 -------------------------------------------------------------------
784 Fri Aug 28 11:06:31 CEST 2009 - ma@suse.de
785
786 - add support for SOLVER_SOLVABLE_REPO
787 - 0.14.5
788
789 -------------------------------------------------------------------
790 Thu Jul 30 12:49:38 CEST 2009 - mls@suse.de
791
792 - speed up file list parsing
793 - speed up addfileprovides
794 - fix bugs in pubkey handling
795 - fix bug in filelist handling when there are no abs paths
796 - 0.14.4
797
798 -------------------------------------------------------------------
799 Fri Jul 17 14:07:07 CEST 2009 - mls@suse.de
800
801 - add satversion.h header file
802 - many changes regarding the load callback
803 - more dataiterator control functions
804 - add transaction ordering code
805 - add support for file conflict checking
806 - 0.14.3
807
808 -------------------------------------------------------------------
809 Mon Jun 22 16:01:02 CEST 2009 - mls@suse.de
810
811 - create libsatsolverext.a
812 - 0.14.2
813
814 -------------------------------------------------------------------
815 Wed May  6 19:52:39 CEST 2009 - ma@suse.de
816
817 - Fix to support sha256 hashes (bnc#501425)
818
819 -------------------------------------------------------------------
820 Wed Apr  1 10:32:43 CEST 2009 - kkaempf@suse.de
821
822 - 0.14.1
823   Core changes
824   - fix potential NULL deref in srcrpm handling (mls)
825   - clean up and fix suggested/recommended list creation code (mls)
826   - kill obsolete and broken patchxml support (mls)
827   - replace old solver_problemruleinfo with new solver_ruleinfo
828     function (mls)
829   - add solvable_selfprovidedep() function (mls)
830   - add noinfarchcheck solver option (mls)
831   - clone job queue to make the code more flexible (mls)
832   - rewrite policy rule disabling/re-enabling (bnc#481836) (mls)
833   - fix out-of-bounds in solver_printproblem() (mls)
834   Bindings changes
835   - provide 'Repo.attr(String)' accessor function (kkaempf)
836   - provide 'Solver.sizechange' to compute the changes of the
837     installed size after a transaction is applied (kkaempf)
838   - solver result iterators for Python (jblunck)
839   - add %newobject to track newly created objects better (kkaempf)
840   - generate rdoc documentation from swig input files (kkaempf)
841   - add a no-op Pool destructor (bnc#483252) (kkaempf)
842   - provide access to all flags and settings (kkaempf)
843
844 -------------------------------------------------------------------
845 Wed Mar  4 14:39:00 CET 2009 - mls@suse.de
846
847 - fix problem_to_solutions segfault
848 - bump version to 0.14 to make it different from code11 branch
849 - 0.14.0
850
851 -------------------------------------------------------------------
852 Mon Mar  2 18:20:22 CET 2009 - mls@suse.de
853
854 - add solver_trivial_installable() to fix multiversion patches [bnc#480303]
855 - 0.13.5
856
857 -------------------------------------------------------------------
858 Wed Feb 18 16:48:41 CET 2009 - ma@suse.de
859
860 - Use correct namespace (e.g. pattern:) even if solvable has no name [bnc#470011]
861
862 -------------------------------------------------------------------
863 Fri Jan 30 14:26:42 CET 2009 - mls@suse.de
864
865 - fix weakmap boundary check
866 - 0.13.3
867
868 -------------------------------------------------------------------
869 Tue Jan 27 13:12:30 CET 2009 - ma@suse.de
870
871 - Ignore trailing whitespace in content file parser.
872
873 -------------------------------------------------------------------
874 Mon Jan 26 13:55:35 CET 2009 - mls@suse.de
875
876 - fix segfault caused by whatprovides reallocation [bnc#468313]
877 - 0.13.1
878
879 -------------------------------------------------------------------
880 Tue Jan 20 17:12:17 CET 2009 - ma@suse.de
881
882 - repo_rpmdb: Fix conversion to UTF8
883
884 -------------------------------------------------------------------
885 Fri Dec  5 14:43:55 CET 2008 - kkaempf@suse.de
886
887 - enhance bindings to provide reasons for solver decisions
888
889 -------------------------------------------------------------------
890 Mon Dec  1 11:50:12 CET 2008 - mls@suse.de
891
892 - prefer patterns again until there's a real fix [bnc#450226]
893
894 -------------------------------------------------------------------
895 Mon Dec  1 11:13:55 CET 2008 - mls@suse.de
896
897 - susetags: fix file dependency parsing [bnc#450286]
898
899 -------------------------------------------------------------------
900 Fri Nov 28 18:29:08 CET 2008 - mls@suse.de
901
902 - correct problem solving algorithm
903 - 0.13.0
904
905 -------------------------------------------------------------------
906 Fri Nov 21 16:54:44 CET 2008 - dmacvicar@suse.de
907
908 - remove unused updaterepokey, replaced by repo
909   product information
910
911 -------------------------------------------------------------------
912 Thu Nov 20 10:32:01 CET 2008 - dmacvicar@suse.de
913
914 - support content, distro and updates tag properly
915 - remove the unused products tag
916
917 -------------------------------------------------------------------
918 Mon Nov 17 14:30:08 CET 2008 - ma@suse.de
919
920 - Parse RELEASE tag from contentfile (bnc #444978)
921 - 0.12.3
922
923 -------------------------------------------------------------------
924 Fri Nov 14 18:00:19 CET 2008 - mls@suse.de
925
926 - fix bugs in multiversion handling
927 - bring perl bindings up to speed
928 - 0.12.2
929
930 -------------------------------------------------------------------
931 Fri Nov  7 18:26:07 CET 2008 - ma@suse.de
932
933 - fix SOLVID_POS dataiterator handling
934
935 -------------------------------------------------------------------
936 Fri Nov  7 11:56:37 CET 2008 - kkaempf@suse.de
937
938 - make repo_zyppdb more robust (bnc#441043)
939
940 -------------------------------------------------------------------
941 Thu Nov  6 09:49:51 CET 2008 - kkaempf@suse.de
942
943 - Add 'user_data' argument to all applayer iterator callbacks
944   (bnc#418491)
945
946 -------------------------------------------------------------------
947 Wed Oct 29 12:36:57 CET 2008 - ma@suse.de
948
949 - Add 'sh4' architectures.
950
951 -------------------------------------------------------------------
952 Tue Oct 28 16:55:03 CET 2008 - ma@suse.de
953
954 - Add 'arm' architectures.
955
956 -------------------------------------------------------------------
957 Mon Oct 27 10:54:36 CET 2008 - kkaempf@suse.de
958
959 - Improve error detection and reporting when parsing 'content' file
960
961 -------------------------------------------------------------------
962 Fri Oct 24 16:03:13 CEST 2008 - ma@suse.de
963
964 - Remember the /etc/products.d enties filename in .solv
965   (bnc #432932)
966 - 0.12.1
967
968 -------------------------------------------------------------------
969 Thu Oct 23 10:49:40 CEST 2008 - mrueckert@suse.de
970
971 - add zlib-devel as buildrequires, cmake is looking for it
972   explicitely. rpm-devel used to require it but you dont really
973   need it to link against librpm*
974 - requires rpm-devel in the devel package, it is required to link
975   against libsatsolver.
976
977 -------------------------------------------------------------------
978 Wed Oct 22 13:00:56 CEST 2008 - mls@suse.de
979
980 - add pool_set_installed()
981 - drop "installed" arguments from some functions
982 - 0.12.0
983
984 -------------------------------------------------------------------
985 Wed Oct 22 13:00:25 CEST 2008 - dmacvicar@suse.de
986
987 - support the new standarized tags available in
988   createrepo > 0.9.6
989   saving of the distro tag still missing.
990
991 -------------------------------------------------------------------
992 Thu Oct 16 00:50:47 CEST 2008 - mls@suse.de
993
994 - make iterator work with completely empty repos [bnc#435838]
995
996 -------------------------------------------------------------------
997 Tue Oct 14 18:28:57 CEST 2008 - mls@suse.de
998
999 - the big solv data change
1000   * incompatible new file format
1001   * repodata handles are solvable ids
1002   * no more extra handles
1003   * no need to call repodata_extend anymore
1004 - work around solver dup repo priority bug, real fix follows soon
1005 - implement releasever
1006 - repo_products.c is now more robust
1007
1008 -------------------------------------------------------------------
1009 Mon Oct 13 16:50:14 CEST 2008 - kkaempf@suse.de
1010
1011 - make product parsing more robust (bnc#433362)
1012
1013 -------------------------------------------------------------------
1014 Thu Oct  2 18:46:55 CEST 2008 - ma@suse.de
1015
1016 - Product arttributes: removed FLAVOR and REFERENCES, added PRODUCTLINE.
1017 - revision 11233
1018 - 0.11.0
1019
1020 -------------------------------------------------------------------
1021 Tue Sep 30 13:03:10 CEST 2008 - ma@suse.de
1022
1023 - repo_content.c: fix broken dependency parsing.
1024 - revision 11214
1025
1026 -------------------------------------------------------------------
1027 Mon Sep 29 14:53:09 CEST 2008 - ma@suse.de
1028
1029 - rpms2solv failed to write out most solvable data (bnc #422338).
1030 - revision 11201
1031
1032 -------------------------------------------------------------------
1033 Fri Sep 26 11:54:34 CEST 2008 - kkaempf@suse.de
1034
1035 - new fallback strategy for installed products in rpmdb2solv
1036   try /etc/products.d (code11 style) first
1037   if this fails, try /var/lib/zypp/db/products/*
1038   if this fails, fallback to /etc/*-release
1039   (bnc#429177)
1040 - 0.10.16
1041
1042 -------------------------------------------------------------------
1043 Thu Sep 25 17:14:42 CEST 2008 - kkaempf@suse.de
1044
1045 - fully support Dataiterator in Python and Ruby bindings.
1046 - 0.10.15
1047
1048 -------------------------------------------------------------------
1049 Thu Sep 25 13:53:54 CEST 2008 - dmacvicar@suse.de
1050
1051 - add support for keywords in susedata
1052
1053 -------------------------------------------------------------------
1054 Wed Sep 24 10:55:01 CEST 2008 - kkaempf@suse.de
1055
1056 - parse /etc/<xyz>-release if no /etc/products.d present
1057   (bnc#429177)
1058 - 0.10.14
1059
1060 -------------------------------------------------------------------
1061 Mon Sep 22 12:51:51 CEST 2008 - dmacvicar@suse.de
1062
1063 - ability to parse suseinfo.xml for extended repomd.xml attributes
1064 - fix susedata.xml parsing
1065 - add CPE attribute to installed product
1066 - real fix for segfault in multiarch parsing (bnc#427271)
1067 - 0.10.13
1068
1069 -------------------------------------------------------------------
1070 Thu Sep 18 14:44:31 CEST 2008 - dmacvicar@suse.de
1071
1072 - fix segfault in multiarch parsing (bnc#427271)
1073
1074 -------------------------------------------------------------------
1075 Wed Sep 17 14:10:23 CEST 2008 - mls@suse.de
1076
1077 - fix segfault in provides iterator
1078 - 0.10.12
1079
1080 -------------------------------------------------------------------
1081 Fri Sep 12 17:32:02 CEST 2008 - dmacvicar@suse.de
1082
1083 - support for susedata.xml
1084
1085 -------------------------------------------------------------------
1086 Fri Sep 12 14:01:11 CEST 2008 - dmacvicar@suse.de
1087
1088 - add repo_add_poolstr_array
1089 - move updates="key,key.." to repomd.xml
1090 - make product url ids more extensible
1091 - 0.10.11
1092
1093 -------------------------------------------------------------------
1094 Thu Sep 11 14:30:16 CEST 2008 - dmacvicar@suse.de
1095
1096 - add REPOSITORY_UPDATES to match product -> repos
1097 - make updateinfo.xml support id attribute in collection that
1098   leads to insert that the repository updates that id.
1099
1100 -------------------------------------------------------------------
1101 Wed Sep 10 18:11:10 CEST 2008 - dmacvicar@suse.de
1102
1103 - create one product per BASEARCHS
1104
1105 -------------------------------------------------------------------
1106 Wed Sep 10 14:19:26 CEST 2008 - ma@suse.de
1107
1108 - repo_products: Parse schemeversion, propagate product
1109   updaterepokey and flavor. Fix segfault on malformed
1110   xml.
1111 - 0.10.10
1112
1113 -------------------------------------------------------------------
1114 Wed Sep 10 11:57:27 CEST 2008 - dmacvicar@suse.de
1115
1116 - accept the PATTERNS tag in content file
1117
1118 -------------------------------------------------------------------
1119 Tue Sep  9 21:26:31 CEST 2008 - kkaempf@suse.de
1120
1121 - rpmdb2solv changes:
1122   - fix bug when parsing multiple products
1123   - adapt to .prod file as of 9/9/08 7:20pm
1124 - 0.10.9
1125
1126 -------------------------------------------------------------------
1127 Tue Sep  9 17:52:30 CEST 2008 - ma@suse.de
1128
1129 - Reenable -Werror and fix bindings.
1130 - 0.10.8
1131
1132 -------------------------------------------------------------------
1133 Tue Sep  9 11:50:39 CEST 2008 - dmacvicar@suse.de
1134
1135 - disable -Werror for swig generated stuff
1136
1137 -------------------------------------------------------------------
1138 Fri Sep  5 18:59:35 CEST 2008 - kkaempf@suse.de
1139
1140 - adapt /etc/product.d parser to generated .prod files.
1141
1142 -------------------------------------------------------------------
1143 Fri Sep  5 13:29:47 CEST 2008 - ma@suse.de
1144
1145 - tools/repo_susetags.c: Parse packages vendor (bnc #422493).
1146 - 0.10.7
1147
1148 -------------------------------------------------------------------
1149 Thu Sep  4 12:30:06 CEST 2008 - kkaempf@suse.de
1150
1151 - tools/rpmdb2solv: Adapt to xml-based /etc/products.d
1152 - tools/rpmdb2solv: Add '-a <attribute>' to print
1153   distribution.target attribute of baseproduct.
1154
1155 -------------------------------------------------------------------
1156 Tue Sep  2 12:17:03 CEST 2008 - mls@suse.de
1157
1158 - make solver includes use "" instead of <>, fixes bnc#415920
1159 - implement otherproviders()
1160 - make patches do nevr matching
1161 - make patch conflicts work with multiversion
1162 - new job commands, now combinded from job type and select type
1163 - support for distupgrade mode
1164 - make SOLVER_ERASE_SOLVABLE work
1165 - also check obsoletes when disabling update rules
1166 - 0.10.6
1167
1168 -------------------------------------------------------------------
1169 Fri Aug 22 18:04:12 CEST 2008 - dmacvicar@suse.de
1170
1171 - add support for extensible metadata over primary +
1172   diskusage
1173 - 0.10.5
1174
1175 -------------------------------------------------------------------
1176 Fri Aug 15 16:29:00 CEST 2008 - kkaempf@suse.de
1177
1178 - ensure existance of product solvable in repo_content(bnc#417594)
1179
1180 -------------------------------------------------------------------
1181 Fri Aug 15 15:00:32 CEST 2008 - kkaempf@suse.de
1182
1183 - follow /etc/products.d/baseproduct and mark product as 'base'
1184
1185 -------------------------------------------------------------------
1186 Fri Aug 15 14:26:29 CEST 2008 - kkaempf@suse.de
1187
1188 - Implement pre-code11 fallback for products, parse /etc/*-release
1189   if /etc/products.d is not available.
1190
1191 -------------------------------------------------------------------
1192 Wed Aug 13 18:06:41 CEST 2008 - kkaempf@suse.de
1193
1194 - provide installtime for installed products.
1195
1196 -------------------------------------------------------------------
1197 Wed Aug 13 15:42:36 CEST 2008 - dmacvicar@suse.de
1198
1199 - include new file search capability commited by matz
1200   (SEARCH_FILES)
1201 - 0.10.4
1202
1203 -------------------------------------------------------------------
1204 Wed Aug 13 10:31:01 CEST 2008 - kkaempf@suse.de
1205
1206 - Honor rpmdb2solv's '-r <root>' also for the products.d path.
1207
1208 -------------------------------------------------------------------
1209 Tue Aug 12 14:22:29 CEST 2008 - kkaempf@suse.de
1210
1211 - Add .prod parsing for 'installed' products to rpmdb2solv.
1212 - Improve python-bindings, add iterators.
1213
1214 -------------------------------------------------------------------
1215 Thu Aug  7 22:00:55 CEST 2008 - dmacvicar@suse.de
1216
1217 - implement relogin suggested support (fate#304889)
1218
1219 -------------------------------------------------------------------
1220 Thu Aug  7 13:36:59 CEST 2008 - ma@suse.de
1221
1222 - Susetags: Allow whitespace in file provides generated by
1223   autobuild (bnc#415115)
1224
1225 -------------------------------------------------------------------
1226 Fri Aug  1 18:59:22 CEST 2008 - dmacvicar@suse.de
1227
1228 - insert the checksum in rpmmd generated solv files
1229   (bnc#414002)
1230 - 0.10.3
1231
1232 -------------------------------------------------------------------
1233 Tue Jul 29 10:53:22 CEST 2008 - mls@suse.de
1234
1235 - resolve job rules before installing system packages [bnc#411086]
1236 - no more freshens. R.I.P.
1237 - make repo2solv.sh also take repomd.xml in count
1238 - install repomdxml2solv
1239 - add Packager, Build Host, Distribution
1240 - disallow arch/vendor changes even if the package name changes
1241
1242 -------------------------------------------------------------------
1243 Sat Jul 12 02:32:15 CEST 2008 - dmacvicar@suse.de
1244
1245 - infrastructure to save generated and expiration time
1246   stamp in rpm-md repositories (fate #301904)
1247 - 0.10.1
1248
1249 -------------------------------------------------------------------
1250 Wed Jul  9 16:25:36 CEST 2008 - ma@suse.de
1251
1252 - Fix repo_content dependency parsing. Parser may lose up to
1253   two trailing dependencies.
1254
1255 -------------------------------------------------------------------
1256 Tue Jul  1 14:54:38 CEST 2008 - kkaempf@suse.de
1257
1258 - rename language bindings to {perl,python,ruby}-satsolver
1259   to follow naming conventions.
1260
1261 -------------------------------------------------------------------
1262 Mon Jun 30 23:55:20 CEST 2008 - dmacvicar@suse.de
1263
1264 - forward port
1265 - add message tag to updateinfo.xml for displaying
1266   messages in the user interface
1267 - Fix missing self provides for patches (bnc #397132).
1268 - do not reorder binary rules if they are not rpm rules [bnc#397456]
1269 - 0.10.0
1270
1271 -------------------------------------------------------------------
1272 Mon Jun  2 11:47:32 CEST 2008 - coolo@suse.de
1273
1274 - calculate recommendation list also if ignorealreadyrecommended is set,
1275   as some recommendations would be missing otherwise
1276 - make dependency output less confusing (bnc#396309)
1277 - 0.9.0
1278
1279 -------------------------------------------------------------------
1280 Tue May 27 22:34:05 CEST 2008 - coolo@suse.de
1281
1282 - compile with RPM_OPT_FLAGS
1283
1284 -------------------------------------------------------------------
1285 Fri May 23 21:07:01 CEST 2008 - mls@suse.de
1286
1287 - add "zypper" flag
1288 - add "ignorealreadyrecommended" aka "zypper" solver option
1289
1290 -------------------------------------------------------------------
1291 Thu May 22 20:16:22 CEST 2008 - coolo@suse.de
1292
1293 - fixed language support in patterns (bnc#386524)
1294
1295 -------------------------------------------------------------------
1296 Mon May 19 14:53:01 CEST 2008 - dmacvicar@suse.de
1297
1298 - make solvable_look_bool more robust by allowing both
1299   the void or the num == 1 strategy.
1300
1301 -------------------------------------------------------------------
1302 Thu May 15 16:05:50 CEST 2008 - coolo@suse.de
1303
1304 - fix susetags parser
1305
1306 ------------------------------------------------------------------
1307 Wed May 14 16:41:26 CEST 2008 - dmacvicar@suse.de
1308
1309 - mls fix of satisfied patterns
1310 - 0.0.33
1311
1312 -------------------------------------------------------------------
1313 Tue May 13 17:14:26 CEST 2008 - dmacvicar@suse.de
1314
1315 - use repodata_set_void for pattern visible attr
1316
1317 -------------------------------------------------------------------
1318 Tue May 13 14:11:30 CEST 2008 - jreidinger@suse.cz
1319
1320 - read description dir path from content file (bnc #389414)
1321
1322 -------------------------------------------------------------------
1323 Tue May 13 12:20:58 CEST 2008 - dmacvicar@suse.de
1324
1325 - a boolean is not a num attribute set to 1, but just a existing void
1326   attribute. (bnc#388818)
1327
1328 -------------------------------------------------------------------
1329 Mon May 12 10:16:20 CEST 2008 - coolo@suse.de
1330
1331 - provide libsatsolver to fix requires of debuginfo
1332
1333 -------------------------------------------------------------------
1334 Sat May 10 15:33:15 CEST 2008 - coolo@suse.de
1335
1336 - resubmit clean tar
1337
1338 -------------------------------------------------------------------
1339 Fri May  9 21:56:43 CEST 2008 - ma@suse.de
1340
1341 - Parse the products LABEL in content file to SUMMARY.
1342
1343 -------------------------------------------------------------------
1344 Fri May  9 20:26:52 CEST 2008 - dmacvicar@suse.de
1345
1346 - recognize 1 as true for reboot suggested and
1347   restart suggested (bnc#388818)
1348
1349 -------------------------------------------------------------------
1350 Fri May  9 16:04:42 CEST 2008 - kkaempf@suse.de
1351
1352 - move 'helix2solv' from satsolver-tools to satsolver-devel package
1353   (bnc#388595)
1354
1355 -------------------------------------------------------------------
1356 Mon May  5 16:24:14 CEST 2008 - coolo@suse.de
1357
1358 - add obsoleteusesprovides and implicitobsoleteusesprovides solver
1359   flags
1360 - speed up solving by not recreating the watch chains every time
1361   some rule is enabled/disabled. To do this, the "disabled" flag
1362   had to be moved from w1 to d.
1363 - fix bug that broke rule disabling when "forceResolve" was true
1364 - fix bug in update rule calculation
1365 - speed up solver a bit by creating a queue holding all assertion
1366   rules, so we do not have to scan all rules for assertions
1367 - parse also DISTPRODUCT and DISTVERSION (for registration), and the other
1368   (often unused) attributes of products.
1369
1370 -------------------------------------------------------------------
1371 Mon Apr 28 19:36:54 CEST 2008 - coolo@suse.de
1372
1373 - (De-)Serialize structured types.  Dataiterator and repo_search support
1374   them too, but not yet nested, so that is unsupported for now.
1375 - skipping kinds in matcher when a flag is specified.
1376 - make --force behave a bit more like --noforce
1377
1378 -------------------------------------------------------------------
1379 Fri Apr 25 19:23:51 CEST 2008 - coolo@suse.de
1380
1381 - detect and skip empty lines (bnc#381828)
1382 - fix endless loop
1383 - move debug functions to solverdebug.c
1384 - do not delete negative bitfield entries [bnc#381908]
1385 - add "showinstalledrecommended" option to make the solver
1386   put installed packages on the suggestions/recommendations
1387   queues
1388 - Fix content parsing if PRODUCT isn't the first entry.
1389 - add more statistics
1390 - add two assertions
1391 - add support for susetags filelist
1392 - plug mem join2 leak
1393 - fix anchoring of filelist data
1394 - susetags move files added to provides back into filelist
1395 - ignore packages.FL for now
1396
1397 -------------------------------------------------------------------
1398 Sun Apr 20 18:25:14 CEST 2008 - coolo@suse.de
1399
1400 - fix build
1401
1402 -------------------------------------------------------------------
1403 Sat Apr 19 08:10:51 CEST 2008 - coolo@suse.de
1404
1405 - fix probleminfo if solvable conflicts with itself and has no requires
1406 - Fix parsing dep lines of content files (bnc #380396).
1407 - C++-guard also solver.h
1408 - add support for feature rules
1409 - fix a couple of small bugs
1410 - use new interface
1411
1412 -------------------------------------------------------------------
1413 Wed Apr 16 17:44:20 CEST 2008 - coolo@suse.de
1414
1415 - fix (rare) case of crashing solver
1416
1417 -------------------------------------------------------------------
1418 Tue Apr 15 09:06:36 CEST 2008 - coolo@suse.de
1419
1420 - some fixes around updateinfo parsing
1421
1422 -------------------------------------------------------------------
1423 Wed Apr  9 16:09:36 CEST 2008 - jkupec@suse.cz
1424
1425 - enable regex matching in Dataiterator
1426
1427 -------------------------------------------------------------------
1428 Fri Apr  4 15:45:44 CEST 2008 - coolo@suse.de
1429
1430 - package deptestomatic in -devel
1431
1432 -------------------------------------------------------------------
1433 Mon Mar 31 16:25:03 CEST 2008 - coolo@suse.de
1434
1435 - truly restart when analyze_unsolvable is hit (fixes bnc#368209)
1436 - make it work with really large directories
1437
1438 -------------------------------------------------------------------
1439 Mon Mar 24 15:31:18 CET 2008 - coolo@suse.de
1440
1441 - install rpms2solv
1442
1443 -------------------------------------------------------------------
1444 Mon Mar 17 16:10:22 CET 2008 - matz@suse.de
1445
1446 - Initialize all allocated array members for blocky arrays (when it
1447   matters, e.g. when extending also in blocks - bnc#371137)
1448
1449 -------------------------------------------------------------------
1450 Fri Mar 14 08:37:47 CET 2008 - coolo@suse.de
1451
1452 - fix build on other distris
1453 - fix requires of tools
1454
1455 -------------------------------------------------------------------
1456 Wed Mar 12 11:45:21 CET 2008 - coolo@suse.de
1457
1458 - store datadir for susetags
1459 - fixing assertion in rules learning
1460
1461 -------------------------------------------------------------------
1462 Fri Mar  7 10:51:09 CET 2008 - coolo@suse.de
1463
1464 - several fixes in whatprovides (possibly root cause of bnc#367210)
1465
1466 -------------------------------------------------------------------
1467 Mon Feb 25 12:59:00 CET 2008 - coolo@suse.de
1468
1469 - fixing rpmdb2solv argument handling
1470
1471 -------------------------------------------------------------------
1472 Fri Feb 22 11:09:05 CET 2008 - coolo@suse.de
1473
1474 - support rpmdb2solv -r for chroots
1475
1476 -------------------------------------------------------------------
1477 Thu Feb 21 18:14:41 CET 2008 - coolo@suse.de
1478
1479 - fix susetags parser for so called full trees
1480
1481 -------------------------------------------------------------------
1482 Wed Feb 20 13:23:31 CET 2008 - coolo@suse.de
1483
1484 - no longer link against db43 but against rpmlib
1485
1486 -------------------------------------------------------------------
1487 Tue Feb 19 15:01:55 CET 2008 - coolo@suse.de
1488
1489 - fix requires/obsoletes
1490
1491 -------------------------------------------------------------------
1492 Tue Feb 19 08:10:01 CET 2008 - coolo@suse.de
1493
1494 - mls is back from vacation - several fixes and enhancements
1495
1496 -------------------------------------------------------------------
1497 Fri Feb 15 11:04:09 CET 2008 - coolo@suse.de
1498
1499 - several fixes for the solv files
1500
1501 -------------------------------------------------------------------
1502 Tue Feb 12 18:29:43 CET 2008 - kkaempf@suse.de
1503
1504 - add libappsatsolver, an application layer to ease coding
1505   against sat-solver.
1506
1507 -------------------------------------------------------------------
1508 Tue Feb 12 17:14:04 CET 2008 - coolo@suse.de
1509
1510 - let susetags parse vendors
1511
1512 -------------------------------------------------------------------
1513 Thu Feb  7 18:41:05 CET 2008 - coolo@suse.de
1514
1515 - rename libsatsolver in satsolver-tools
1516 - several updates and fixes
1517
1518 -------------------------------------------------------------------
1519 Fri Feb  1 13:59:53 CET 2008 - coolo@suse.de
1520
1521 - really don't strip
1522
1523 -------------------------------------------------------------------
1524 Mon Jan 14 17:14:03 CET 2008 - coolo@suse.de
1525
1526 - update from SVN:
1527   - various fixes
1528   - less logging
1529
1530 -------------------------------------------------------------------
1531 Tue Jan  8 16:02:26 CET 2008 - coolo@suse.de
1532
1533 - update to SVN again and don't strip
1534
1535 -------------------------------------------------------------------
1536 Sat Dec 22 19:02:57 CET 2007 - coolo@suse.de
1537
1538 - update to SVN so libzypp compiles again
1539
1540 -------------------------------------------------------------------
1541 Fri Nov 30 16:01:39 CET 2007 - schubi@suse.de
1542
1543 - update for libzypp integration
1544
1545 -------------------------------------------------------------------
1546 Fri Nov 16 12:17:13 CET 2007 - coolo@suse.de
1547
1548 - update to SVN again to make libzypp compilable again
1549
1550 -------------------------------------------------------------------
1551 Wed Nov 14 16:10:21 CET 2007 - schubi@suse.de
1552
1553 - further develpment. bugfix, logging, docu,...
1554
1555 -------------------------------------------------------------------
1556 Mon Nov 12 13:44:52 CET 2007 - coolo@suse.de
1557
1558 - update to the latest version from SVN
1559   - compilation fixes
1560   - policy engine
1561
1562 -------------------------------------------------------------------
1563 Thu Nov  8 13:14:20 CET 2007 - coolo@suse.de
1564
1565 - update to the latest version from SVN
1566
1567 -------------------------------------------------------------------
1568 Tue Oct  2 15:26:36 CEST 2007 - kkaempf@suse.de
1569
1570 - Initial release
1571