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