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