add changes, bump version
[platform/upstream/libsolv.git] / package / libsolv.changes
1 -------------------------------------------------------------------
2 Wed Feb 26 15:08:35 CET 2014 - mls@suse.de
3
4 - improve appdata.xml parsing [bnc#865293]
5 - repo_helix: parse application elements
6 - bump version to 0.5.0
7
8 -------------------------------------------------------------------
9 Fri Feb 21 16:23:58 CET 2014 - mls@suse.de
10
11 - fix bug in solver_get_unneeded that could lead to an
12   endless loop [bnc#828764]
13 - adapt to new rpm tags for weak dependencies
14 - fix pseudo packages obsoleting other pseudo packages
15 - optimize unfulfilled rule handling a bit
16 - bump version to 0.4.5
17
18 -------------------------------------------------------------------
19 Fri Feb 14 11:03:18 CET 2014 - mls@suse.de
20
21 - always keep job/jobflags in selection_filter()
22 - implement COND handling in supplements/enhances
23 - improve OR handling in supplements/enhances
24 - fix typo in application backlink creation
25 - support PRODUCT_ENDOFLIFE
26 - store repoid as flexarray
27 - also translate autoproduct strings
28 - bump version to 0.4.4
29
30 -------------------------------------------------------------------
31 Mon Jan 27 17:15:41 CET 2014 - mls@suse.de
32
33 - add support for autogenerated products
34 - support repoid array in product definition
35 - bump version to 0.4.3
36
37 -------------------------------------------------------------------
38 Fri Jan 24 13:50:03 CET 2014 - mls@suse.de
39
40 - add -X option to susetags2solv [bnc#860271]
41 - fix typos in pool_job2str
42 - support DISTRO in content parser
43 - make addfilelist more resistant against corrupt rpms
44 - encode flags into rpmdb cookie
45 - add identical and evrcmp methods in bindings
46 - copy checksums in repo_add_rpmdb_reffp
47 - repo_autopattern: make sure that the category is valid utf8
48 - fix double-free if the number of languages is reduced to zero
49 - bump version to 0.4.2
50
51 -------------------------------------------------------------------
52 Mon Dec  9 11:53:06 CET 2013 - mls@suse.de
53
54 - make repo2solv.sh work when appdata support is off
55 - enable appdata support for SUSE
56
57 -------------------------------------------------------------------
58 Tue Dec  3 14:30:17 CET 2013 - mls@suse.de
59
60 - support appdata parsing and auto-pattern generation in tools
61 - adapt to python3
62 - tweak findproblemrule heuristic for conflicts
63 - add m68k/ppc64le architectures
64 - plug weakrulemap memory hole
65 - support debian multiarch annotation
66 - support product/pattern/application links
67 - bump version to 0.4.1
68
69 -------------------------------------------------------------------
70 Tue Sep 24 11:14:25 CEST 2013 - mls@suse.de
71
72 - do not add back cleandeps_updatepkgs packages [bnc#841781]
73
74 -------------------------------------------------------------------
75 Mon Sep 23 11:31:28 CEST 2013 - mls@suse.de
76
77 - added repodata_lookup_binary
78 - fix pattern obsoleting real packages [bnc#834376]
79 - add selection_make_matchdeps function to query dependencies
80   other than provides
81 - bump version to 0.4.0
82
83 -------------------------------------------------------------------
84 Wed Aug 21 14:39:54 CEST 2013 - mls@suse.de
85
86 - add describe_decision() and unset() methods to bindings
87 - do recommends pruning after selecting the highest versions
88 - improve filelist handling
89 - be more tolerant about bad xml: an empty epoch attribute means no epoch
90 - fix another edge case will dup mode and multiversion packages [bnc#828389]
91 - bring installcheck up to speed
92
93 -------------------------------------------------------------------
94 Mon Jun 17 15:54:44 CEST 2013 - mls@suse.de
95
96 - add SOLVER_RULE_JOB_UNSUPPORTED and SOLVER_RULE_JOB_UNKNOWN_PACKAGE
97   for better problem reporting
98 - start with library documentation
99 - adapt to obsoletes handling of new rpm versions
100
101 -------------------------------------------------------------------
102 Wed Mar  6 16:55:57 CET 2013 - mls@suse.de
103
104 - fix dataiterator returning random data in some cases
105 - add changelog parser
106 - fix nasty bug in selection_filter_rel
107 - allow re-run of an existing solver
108 - bump version to 0.3.0
109
110 -------------------------------------------------------------------
111 Mon Jan 14 16:01:04 CET 2013 - mls@suse.de
112
113 - trivial_installable: check vendor of affected package to see if
114   a patch should be ignored [bnc#736100]
115 - fix trivial installable requires handling
116 - bump version to 0.2.4
117
118 -------------------------------------------------------------------
119 Tue Dec 18 19:20:19 CET 2012 - mls@suse.de
120
121 - fix potential access to freed memory
122 - improve find_problemrule speed
123 - add support for special namespaceprovides jobs
124 - bump version to 0.2.3
125
126 -------------------------------------------------------------------
127 Wed Dec  5 14:37:39 CET 2012 - mls@suse.de
128
129 - many Selection improvements
130 - fix perl binding memory issue
131 - improve file list matching
132 - support targeted up/dup with cleandeps
133 - bump version to 0.2.2
134
135 -------------------------------------------------------------------
136 Fri Nov 23 13:57:19 CET 2012 - mls@suse.de
137
138 - support targeted up/dup
139 - support best rules to enforce the installation of the best package
140 - implement selection class to ease package selection
141 - fix obsolete handling for debian packages
142 - add pool_lookup_deltalocation helper
143 - bump version to 0.2.1
144
145 -------------------------------------------------------------------
146 Thu Oct 18 16:58:10 CEST 2012 - mls@suse.de
147
148 - fix susetags parser, it ignored the filelist of the last
149   solvable 
150 - fix encoding of large values
151 - bump version to 0.2.0
152
153 -------------------------------------------------------------------
154 Mon Jun 25 13:40:58 CEST 2012 - mls@suse.de
155
156 - fix typo in repodata_merge_attrs [bnc#767510]
157
158 -------------------------------------------------------------------
159 Wed May 30 14:46:48 CEST 2012 - mls@suse.de
160
161 - fix build for older suse versions
162 - fix memory corruption in unneeded calculation when there are
163   product buddies
164
165 -------------------------------------------------------------------
166 Tue May  8 10:59:39 CEST 2012 - ma@suse.de
167
168 - build with swig-2.0.6
169
170 -------------------------------------------------------------------
171 Mon Apr 23 15:52:26 CEST 2012 - mls@suse.de
172
173 - added testcase framework
174 - add solver_get_unneeded() to get a list of no longer needed
175   installed packages
176 - changed duprule generation to ignore uninstallable packages [bnc#750485]
177 - fix memory leaks
178 - speed up whatprovides generation
179 - support 64bit nums, return files sizes in bytes
180 - return errors instead of calling exit()
181 - support tilde in rpm version comparison [bnc#466994]
182 - 0.1.0
183
184 -------------------------------------------------------------------
185 Tue Feb  7 16:33:10 CET 2012 - mls@suse.de
186
187 - add findutils to the requires of libsolv-tools [bnc#743634]
188
189 -------------------------------------------------------------------
190 Wed Feb  1 14:06:59 CET 2012 - mls@suse.de
191
192 - add cleandeps support for install/update
193 - check for cleandeps mistakes (untested)
194
195 -------------------------------------------------------------------
196 Fri Jan 27 14:10:34 CET 2012 - mls@suse.de
197
198 - make repo type code selection modular
199 - add more solvable_ functions
200 - add dependency getter/setter code to bindings
201 - cleanup dup handling
202 - hide more internals
203
204 -------------------------------------------------------------------
205 Mon Oct 24 13:26:18 CEST 2011 - ma@suse.de
206
207 - mls fixed package provides/obsoletes, but forgot to write 
208   a changes entry.
209
210 -------------------------------------------------------------------
211 Tue Oct 18 16:18:39 CEST 2011 - ma@suse.de
212
213 - Add arch arvm7tnhl and  armv7thl
214
215 -------------------------------------------------------------------
216 Fri Apr 29 14:35:59 CEST 2011 - mls@suse.de
217
218 - bup version to 0.17.0 to make it different from 11.4
219 - 0.17.0
220
221 -------------------------------------------------------------------
222 Thu Mar 24 10:04:16 UTC 2011 - mls@suse.de
223
224 - add missing else part in rpmdbid2db()
225
226 -------------------------------------------------------------------
227 Thu Feb 24 17:44:05 CET 2011 - mls@suse.de
228
229 - ignore to be dropped orhaned packages when calculating
230   candidates for recommends/supplements installation
231
232 -------------------------------------------------------------------
233 Wed Feb  2 09:24:42 UTC 2011 - kkaempf@novell.com
234
235 - Split off 'applayer' and 'bindings' as a separate package
236   to make the bindings more independant of libsatsolver
237 - 0.16.4
238
239 -------------------------------------------------------------------
240 Tue Jan 25 09:52:48 CET 2011 - ma@suse.de
241
242 - Apply patch introducing armv7nhl:armv7h
243
244 -------------------------------------------------------------------
245 Fri Oct 22 15:51:11 CEST 2010 - ma@suse.de
246
247 - updateinfoxml: Correctly parse 'issued date' field.
248 - 0.16.1
249
250 -------------------------------------------------------------------
251 Thu Sep  9 17:30:36 CEST 2010 - mls@suse.de
252
253 - bump version to 0.16 to make it different from code11_3 branch
254 - 0.16.0
255
256 -------------------------------------------------------------------
257 Mon Sep  6 13:50:02 UTC 2010 - dmacvicar@novell.com
258
259 - ruby bindings: fix bugs regarding include path loading
260   (was hardcoded) and refactor the way the library path is defined
261   (only once in a helper)
262
263 -------------------------------------------------------------------
264 Mon Sep  6 12:38:21 UTC 2010 - dmacvicar@novell.com
265
266 - SLE10SP3 also has vendor_ruby 
267
268 -------------------------------------------------------------------
269 Wed Aug 18 14:11:08 UTC 2010 - kkaempf@novell.com
270
271 - refactor ruby-satsolver, pure-Ruby extensions added
272 - 0.15.1
273
274 -------------------------------------------------------------------
275 Thu May  6 17:39:20 CEST 2010 - mls@suse.de
276
277 - fix bug in cleandeps code
278 - bump version to 0.15 to make it different from code11_2 branch
279 - 0.15.0
280
281 -------------------------------------------------------------------
282 Tue Mar 23 17:24:46 CET 2010 - ma@suse.de
283
284 - Parse an installed products <shortsummary> tag [bnc#586303]
285
286 -------------------------------------------------------------------
287 Mon Mar 22 18:45:42 CET 2010 - mls@suse.de
288
289 - dataiterator: reset parent when jumping to a solvid [bnc#589640]
290 - 0.14.17
291
292 -------------------------------------------------------------------
293 Thu Mar 11 22:13:26 CET 2010 - ma@suse.de
294
295 - parse global repository ids. [bnc#377568]
296 - fix pattern parsing in repomd format. [bnc#585000]
297 - 0.14.16
298
299 -------------------------------------------------------------------
300 Thu Mar 11 12:18:23 CET 2010 - mls@suse.de
301
302 - fix language code lookup for fallback languages [bnc#584644]
303 - change solvable_lookup_str_lang interface a bit for libzypp
304
305 -------------------------------------------------------------------
306 Fri Feb 19 17:31:51 CET 2010 - mls@suse.de
307
308 - make dup rules work when system repo is not first [bnc#581276]
309 - parse pattern visibility flag in repomd format
310 - 0.14.15
311
312 -------------------------------------------------------------------
313 Fri Jan 29 14:48:34 CET 2010 - mls@suse.de
314
315 - speed up createwhatprovides when many solvables provide the same dep
316 - fix choice rule creation for real (bnc#551637)
317 - 0.14.14
318
319 -------------------------------------------------------------------
320 Mon Jan 18 14:42:27 CET 2010 - mls@suse.de
321
322 - set repository:toolversion to 1.0 in common_write
323 - 0.14.13
324
325 -------------------------------------------------------------------
326 Mon Dec 21 14:29:24 CET 2009 - mls@suse.de
327
328 - disable update rule in noobsoletes case if installed package is to
329   be kept [bnc#564239]
330 - work around rpm bug when --prefix is used [bnc#565525]
331 - add support for sparc architecture [bnc#566291]
332 - 0.14.12
333
334 -------------------------------------------------------------------
335 Mon Dec  7 13:59:08 CET 2009 - ma@suse.de
336
337 - Support optionally compressed product(s).xml in rpmmd metadata.
338 - 0.14.11
339
340 -------------------------------------------------------------------
341 Mon Nov  2 14:10:23 CET 2009 - mls@suse.de
342
343 - look at infarch/dup rules when creating choice rules, makes dup
344   also install 32bit packages [bnc#551637]
345 - 0.14.10
346
347 -------------------------------------------------------------------
348 Wed Oct 14 16:21:32 CEST 2009 - mls@suse.de
349
350 - ignore products element so that repo2solv works
351 - support MULTI_SEMANTICS
352 - add --withsrc option for installcheck
353 - add SOLVER_DROP_ORPHANED job type
354 - fix dropped package handling in removedisabledconflicts
355 - 0.14.9
356
357 -------------------------------------------------------------------
358 Thu Sep 24 10:27:42 CEST 2009 - mls@suse.de
359
360 - fix bug in solvable_lookup_str_base
361
362 -------------------------------------------------------------------
363 Wed Sep 23 11:10:08 CEST 2009 - mls@suse.de
364
365 - get missing translations from other solvables [bnc#386449]
366 - also look at triggers when ordering packages
367 - add support for REPOKEY_TYPE_BINARY
368 - 0.14.8
369
370 -------------------------------------------------------------------
371 Wed Sep 16 10:56:44 CEST 2009 - mls@suse.de
372
373 - use repomdxml to query for the location [bnc#501425]
374 - fix assertion failue... again
375 - fix fp leak [bnc#535468]
376 - 0.14.7
377
378 -------------------------------------------------------------------
379 Fri Sep  4 11:40:47 CEST 2009 - mls@suse.de
380
381 - fix multiversion handling for real
382 - fix speed regression in repo_susetags
383 - close fd leak [bnc#527506]
384 - remove db.h workaround
385 - 0.14.6
386
387 -------------------------------------------------------------------
388 Mon Aug 31 13:57:29 CEST 2009 - mls@suse.de
389
390 - fix to build with rpm-4.7
391
392 -------------------------------------------------------------------
393 Fri Aug 28 11:06:31 CEST 2009 - ma@suse.de
394
395 - add support for SOLVER_SOLVABLE_REPO
396 - 0.14.5
397
398 -------------------------------------------------------------------
399 Thu Jul 30 12:49:38 CEST 2009 - mls@suse.de
400
401 - speed up file list parsing
402 - speed up addfileprovides
403 - fix bugs in pubkey handling
404 - fix bug in filelist handling when there are no abs paths
405 - 0.14.4
406
407 -------------------------------------------------------------------
408 Fri Jul 17 14:07:07 CEST 2009 - mls@suse.de
409
410 - add satversion.h header file
411 - many changes regarding the load callback
412 - more dataiterator control functions
413 - add transaction ordering code
414 - add support for file conflict checking
415 - 0.14.3
416
417 -------------------------------------------------------------------
418 Mon Jun 22 16:01:02 CEST 2009 - mls@suse.de
419
420 - create libsatsolverext.a
421 - 0.14.2
422
423 -------------------------------------------------------------------
424 Wed May  6 19:52:39 CEST 2009 - ma@suse.de
425
426 - Fix to support sha256 hashes (bnc#501425)
427
428 -------------------------------------------------------------------
429 Wed Apr  1 10:32:43 CEST 2009 - kkaempf@suse.de
430
431 - 0.14.1
432   Core changes
433   - fix potential NULL deref in srcrpm handling (mls)
434   - clean up and fix suggested/recommended list creation code (mls)
435   - kill obsolete and broken patchxml support (mls)
436   - replace old solver_problemruleinfo with new solver_ruleinfo
437     function (mls)
438   - add solvable_selfprovidedep() function (mls)
439   - add noinfarchcheck solver option (mls)
440   - clone job queue to make the code more flexible (mls)
441   - rewrite policy rule disabling/re-enabling (bnc#481836) (mls)
442   - fix out-of-bounds in solver_printproblem() (mls)
443   Bindings changes
444   - provide 'Repo.attr(String)' accessor function (kkaempf)
445   - provide 'Solver.sizechange' to compute the changes of the
446     installed size after a transaction is applied (kkaempf)
447   - solver result iterators for Python (jblunck)
448   - add %newobject to track newly created objects better (kkaempf)
449   - generate rdoc documentation from swig input files (kkaempf)
450   - add a no-op Pool destructor (bnc#483252) (kkaempf)
451   - provide access to all flags and settings (kkaempf)
452
453 -------------------------------------------------------------------
454 Wed Mar  4 14:39:00 CET 2009 - mls@suse.de
455
456 - fix problem_to_solutions segfault
457 - bump version to 0.14 to make it different from code11 branch
458 - 0.14.0
459
460 -------------------------------------------------------------------
461 Mon Mar  2 18:20:22 CET 2009 - mls@suse.de
462
463 - add solver_trivial_installable() to fix multiversion patches [bnc#480303]
464 - 0.13.5
465
466 -------------------------------------------------------------------
467 Wed Feb 18 16:48:41 CET 2009 - ma@suse.de
468
469 - Use correct namespace (e.g. pattern:) even if solvable has no name [bnc#470011]
470
471 -------------------------------------------------------------------
472 Fri Jan 30 14:26:42 CET 2009 - mls@suse.de
473
474 - fix weakmap boundary check
475 - 0.13.3
476
477 -------------------------------------------------------------------
478 Tue Jan 27 13:12:30 CET 2009 - ma@suse.de
479
480 - Ignore trailing whitespace in content file parser.
481
482 -------------------------------------------------------------------
483 Mon Jan 26 13:55:35 CET 2009 - mls@suse.de
484
485 - fix segfault caused by whatprovides reallocation [bnc#468313]
486 - 0.13.1
487
488 -------------------------------------------------------------------
489 Tue Jan 20 17:12:17 CET 2009 - ma@suse.de
490
491 - repo_rpmdb: Fix conversion to UTF8
492
493 -------------------------------------------------------------------
494 Fri Dec  5 14:43:55 CET 2008 - kkaempf@suse.de
495
496 - enhance bindings to provide reasons for solver decisions
497
498 -------------------------------------------------------------------
499 Mon Dec  1 11:50:12 CET 2008 - mls@suse.de
500
501 - prefer patterns again until there's a real fix [bnc#450226]
502
503 -------------------------------------------------------------------
504 Mon Dec  1 11:13:55 CET 2008 - mls@suse.de
505
506 - susetags: fix file dependency parsing [bnc#450286]
507
508 -------------------------------------------------------------------
509 Fri Nov 28 18:29:08 CET 2008 - mls@suse.de
510
511 - correct problem solving algorithm
512 - 0.13.0
513
514 -------------------------------------------------------------------
515 Fri Nov 21 16:54:44 CET 2008 - dmacvicar@suse.de
516
517 - remove unused updaterepokey, replaced by repo
518   product information
519
520 -------------------------------------------------------------------
521 Thu Nov 20 10:32:01 CET 2008 - dmacvicar@suse.de
522
523 - support content, distro and updates tag properly
524 - remove the unused products tag
525
526 -------------------------------------------------------------------
527 Mon Nov 17 14:30:08 CET 2008 - ma@suse.de
528
529 - Parse RELEASE tag from contentfile (bnc #444978)
530 - 0.12.3
531
532 -------------------------------------------------------------------
533 Fri Nov 14 18:00:19 CET 2008 - mls@suse.de
534
535 - fix bugs in multiversion handling
536 - bring perl bindings up to speed
537 - 0.12.2
538
539 -------------------------------------------------------------------
540 Fri Nov  7 18:26:07 CET 2008 - ma@suse.de
541
542 - fix SOLVID_POS dataiterator handling
543
544 -------------------------------------------------------------------
545 Fri Nov  7 11:56:37 CET 2008 - kkaempf@suse.de
546
547 - make repo_zyppdb more robust (bnc#441043)
548
549 -------------------------------------------------------------------
550 Thu Nov  6 09:49:51 CET 2008 - kkaempf@suse.de
551
552 - Add 'user_data' argument to all applayer iterator callbacks
553   (bnc#418491)
554
555 -------------------------------------------------------------------
556 Wed Oct 29 12:36:57 CET 2008 - ma@suse.de
557
558 - Add 'sh4' architectures.
559
560 -------------------------------------------------------------------
561 Tue Oct 28 16:55:03 CET 2008 - ma@suse.de
562
563 - Add 'arm' architectures.
564
565 -------------------------------------------------------------------
566 Mon Oct 27 10:54:36 CET 2008 - kkaempf@suse.de
567
568 - Improve error detection and reporting when parsing 'content' file
569
570 -------------------------------------------------------------------
571 Fri Oct 24 16:03:13 CEST 2008 - ma@suse.de
572
573 - Remember the /etc/products.d enties filename in .solv
574   (bnc #432932)
575 - 0.12.1
576
577 -------------------------------------------------------------------
578 Thu Oct 23 10:49:40 CEST 2008 - mrueckert@suse.de
579
580 - add zlib-devel as buildrequires, cmake is looking for it
581   explicitely. rpm-devel used to require it but you dont really
582   need it to link against librpm*
583 - requires rpm-devel in the devel package, it is required to link
584   against libsatsolver.
585
586 -------------------------------------------------------------------
587 Wed Oct 22 13:00:56 CEST 2008 - mls@suse.de
588
589 - add pool_set_installed()
590 - drop "installed" arguments from some functions
591 - 0.12.0
592
593 -------------------------------------------------------------------
594 Wed Oct 22 13:00:25 CEST 2008 - dmacvicar@suse.de
595
596 - support the new standarized tags available in
597   createrepo > 0.9.6
598   saving of the distro tag still missing.
599
600 -------------------------------------------------------------------
601 Thu Oct 16 00:50:47 CEST 2008 - mls@suse.de
602
603 - make iterator work with completely empty repos [bnc#435838]
604
605 -------------------------------------------------------------------
606 Tue Oct 14 18:28:57 CEST 2008 - mls@suse.de
607
608 - the big solv data change
609   * incompatible new file format
610   * repodata handles are solvable ids
611   * no more extra handles
612   * no need to call repodata_extend anymore
613 - work around solver dup repo priority bug, real fix follows soon
614 - implement releasever
615 - repo_products.c is now more robust
616
617 -------------------------------------------------------------------
618 Mon Oct 13 16:50:14 CEST 2008 - kkaempf@suse.de
619
620 - make product parsing more robust (bnc#433362)
621
622 -------------------------------------------------------------------
623 Thu Oct  2 18:46:55 CEST 2008 - ma@suse.de
624
625 - Product arttributes: removed FLAVOR and REFERENCES, added PRODUCTLINE.
626 - revision 11233
627 - 0.11.0
628
629 -------------------------------------------------------------------
630 Tue Sep 30 13:03:10 CEST 2008 - ma@suse.de
631
632 - repo_content.c: fix broken dependency parsing.
633 - revision 11214
634
635 -------------------------------------------------------------------
636 Mon Sep 29 14:53:09 CEST 2008 - ma@suse.de
637
638 - rpms2solv failed to write out most solvable data (bnc #422338).
639 - revision 11201
640
641 -------------------------------------------------------------------
642 Fri Sep 26 11:54:34 CEST 2008 - kkaempf@suse.de
643
644 - new fallback strategy for installed products in rpmdb2solv
645   try /etc/products.d (code11 style) first
646   if this fails, try /var/lib/zypp/db/products/*
647   if this fails, fallback to /etc/*-release
648   (bnc#429177)
649 - 0.10.16
650
651 -------------------------------------------------------------------
652 Thu Sep 25 17:14:42 CEST 2008 - kkaempf@suse.de
653
654 - fully support Dataiterator in Python and Ruby bindings.
655 - 0.10.15
656
657 -------------------------------------------------------------------
658 Thu Sep 25 13:53:54 CEST 2008 - dmacvicar@suse.de
659
660 - add support for keywords in susedata
661
662 -------------------------------------------------------------------
663 Wed Sep 24 10:55:01 CEST 2008 - kkaempf@suse.de
664
665 - parse /etc/<xyz>-release if no /etc/products.d present
666   (bnc#429177)
667 - 0.10.14
668
669 -------------------------------------------------------------------
670 Mon Sep 22 12:51:51 CEST 2008 - dmacvicar@suse.de
671
672 - ability to parse suseinfo.xml for extended repomd.xml attributes
673 - fix susedata.xml parsing
674 - add CPE attribute to installed product
675 - real fix for segfault in multiarch parsing (bnc#427271)
676 - 0.10.13
677
678 -------------------------------------------------------------------
679 Thu Sep 18 14:44:31 CEST 2008 - dmacvicar@suse.de
680
681 - fix segfault in multiarch parsing (bnc#427271)
682
683 -------------------------------------------------------------------
684 Wed Sep 17 14:10:23 CEST 2008 - mls@suse.de
685
686 - fix segfault in provides iterator
687 - 0.10.12
688
689 -------------------------------------------------------------------
690 Fri Sep 12 17:32:02 CEST 2008 - dmacvicar@suse.de
691
692 - support for susedata.xml
693
694 -------------------------------------------------------------------
695 Fri Sep 12 14:01:11 CEST 2008 - dmacvicar@suse.de
696
697 - add repo_add_poolstr_array
698 - move updates="key,key.." to repomd.xml
699 - make product url ids more extensible
700 - 0.10.11
701
702 -------------------------------------------------------------------
703 Thu Sep 11 14:30:16 CEST 2008 - dmacvicar@suse.de
704
705 - add REPOSITORY_UPDATES to match product -> repos
706 - make updateinfo.xml support id attribute in collection that
707   leads to insert that the repository updates that id.
708
709 -------------------------------------------------------------------
710 Wed Sep 10 18:11:10 CEST 2008 - dmacvicar@suse.de
711
712 - create one product per BASEARCHS
713
714 -------------------------------------------------------------------
715 Wed Sep 10 14:19:26 CEST 2008 - ma@suse.de
716
717 - repo_products: Parse schemeversion, propagate product
718   updaterepokey and flavor. Fix segfault on malformed
719   xml.
720 - 0.10.10
721
722 -------------------------------------------------------------------
723 Wed Sep 10 11:57:27 CEST 2008 - dmacvicar@suse.de
724
725 - accept the PATTERNS tag in content file
726
727 -------------------------------------------------------------------
728 Tue Sep  9 21:26:31 CEST 2008 - kkaempf@suse.de
729
730 - rpmdb2solv changes:
731   - fix bug when parsing multiple products
732   - adapt to .prod file as of 9/9/08 7:20pm
733 - 0.10.9
734
735 -------------------------------------------------------------------
736 Tue Sep  9 17:52:30 CEST 2008 - ma@suse.de
737
738 - Reenable -Werror and fix bindings.
739 - 0.10.8
740
741 -------------------------------------------------------------------
742 Tue Sep  9 11:50:39 CEST 2008 - dmacvicar@suse.de
743
744 - disable -Werror for swig generated stuff
745
746 -------------------------------------------------------------------
747 Fri Sep  5 18:59:35 CEST 2008 - kkaempf@suse.de
748
749 - adapt /etc/product.d parser to generated .prod files.
750
751 -------------------------------------------------------------------
752 Fri Sep  5 13:29:47 CEST 2008 - ma@suse.de
753
754 - tools/repo_susetags.c: Parse packages vendor (bnc #422493).
755 - 0.10.7
756
757 -------------------------------------------------------------------
758 Thu Sep  4 12:30:06 CEST 2008 - kkaempf@suse.de
759
760 - tools/rpmdb2solv: Adapt to xml-based /etc/products.d
761 - tools/rpmdb2solv: Add '-a <attribute>' to print
762   distribution.target attribute of baseproduct.
763
764 -------------------------------------------------------------------
765 Tue Sep  2 12:17:03 CEST 2008 - mls@suse.de
766
767 - make solver includes use "" instead of <>, fixes bnc#415920
768 - implement otherproviders()
769 - make patches do nevr matching
770 - make patch conflicts work with multiversion
771 - new job commands, now combinded from job type and select type
772 - support for distupgrade mode
773 - make SOLVER_ERASE_SOLVABLE work
774 - also check obsoletes when disabling update rules
775 - 0.10.6
776
777 -------------------------------------------------------------------
778 Fri Aug 22 18:04:12 CEST 2008 - dmacvicar@suse.de
779
780 - add support for extensible metadata over primary +
781   diskusage
782 - 0.10.5
783
784 -------------------------------------------------------------------
785 Fri Aug 15 16:29:00 CEST 2008 - kkaempf@suse.de
786
787 - ensure existance of product solvable in repo_content(bnc#417594)
788
789 -------------------------------------------------------------------
790 Fri Aug 15 15:00:32 CEST 2008 - kkaempf@suse.de
791
792 - follow /etc/products.d/baseproduct and mark product as 'base'
793
794 -------------------------------------------------------------------
795 Fri Aug 15 14:26:29 CEST 2008 - kkaempf@suse.de
796
797 - Implement pre-code11 fallback for products, parse /etc/*-release
798   if /etc/products.d is not available.
799
800 -------------------------------------------------------------------
801 Wed Aug 13 18:06:41 CEST 2008 - kkaempf@suse.de
802
803 - provide installtime for installed products.
804
805 -------------------------------------------------------------------
806 Wed Aug 13 15:42:36 CEST 2008 - dmacvicar@suse.de
807
808 - include new file search capability commited by matz
809   (SEARCH_FILES)
810 - 0.10.4
811
812 -------------------------------------------------------------------
813 Wed Aug 13 10:31:01 CEST 2008 - kkaempf@suse.de
814
815 - Honor rpmdb2solv's '-r <root>' also for the products.d path.
816
817 -------------------------------------------------------------------
818 Tue Aug 12 14:22:29 CEST 2008 - kkaempf@suse.de
819
820 - Add .prod parsing for 'installed' products to rpmdb2solv.
821 - Improve python-bindings, add iterators.
822
823 -------------------------------------------------------------------
824 Thu Aug  7 22:00:55 CEST 2008 - dmacvicar@suse.de
825
826 - implement relogin suggested support (fate#304889)
827
828 -------------------------------------------------------------------
829 Thu Aug  7 13:36:59 CEST 2008 - ma@suse.de
830
831 - Susetags: Allow whitespace in file provides generated by
832   autobuild (bnc#415115)
833
834 -------------------------------------------------------------------
835 Fri Aug  1 18:59:22 CEST 2008 - dmacvicar@suse.de
836
837 - insert the checksum in rpmmd generated solv files
838   (bnc#414002)
839 - 0.10.3
840
841 -------------------------------------------------------------------
842 Tue Jul 29 10:53:22 CEST 2008 - mls@suse.de
843
844 - resolve job rules before installing system packages [bnc#411086]
845 - no more freshens. R.I.P.
846 - make repo2solv.sh also take repomd.xml in count
847 - install repomdxml2solv
848 - add Packager, Build Host, Distribution
849 - disallow arch/vendor changes even if the package name changes
850
851 -------------------------------------------------------------------
852 Sat Jul 12 02:32:15 CEST 2008 - dmacvicar@suse.de
853
854 - infrastructure to save generated and expiration time
855   stamp in rpm-md repositories (fate #301904)
856 - 0.10.1
857
858 -------------------------------------------------------------------
859 Wed Jul  9 16:25:36 CEST 2008 - ma@suse.de
860
861 - Fix repo_content dependency parsing. Parser may lose up to
862   two trailing dependencies.
863
864 -------------------------------------------------------------------
865 Tue Jul  1 14:54:38 CEST 2008 - kkaempf@suse.de
866
867 - rename language bindings to {perl,python,ruby}-satsolver
868   to follow naming conventions.
869
870 -------------------------------------------------------------------
871 Mon Jun 30 23:55:20 CEST 2008 - dmacvicar@suse.de
872
873 - forward port
874 - add message tag to updateinfo.xml for displaying
875   messages in the user interface
876 - Fix missing self provides for patches (bnc #397132).
877 - do not reorder binary rules if they are not rpm rules [bnc#397456]
878 - 0.10.0
879
880 -------------------------------------------------------------------
881 Mon Jun  2 11:47:32 CEST 2008 - coolo@suse.de
882
883 - calculate recommendation list also if ignorealreadyrecommended is set,
884   as some recommendations would be missing otherwise
885 - make dependency output less confusing (bnc#396309)
886 - 0.9.0
887
888 -------------------------------------------------------------------
889 Tue May 27 22:34:05 CEST 2008 - coolo@suse.de
890
891 - compile with RPM_OPT_FLAGS
892
893 -------------------------------------------------------------------
894 Fri May 23 21:07:01 CEST 2008 - mls@suse.de
895
896 - add "zypper" flag
897 - add "ignorealreadyrecommended" aka "zypper" solver option
898
899 -------------------------------------------------------------------
900 Thu May 22 20:16:22 CEST 2008 - coolo@suse.de
901
902 - fixed language support in patterns (bnc#386524)
903
904 -------------------------------------------------------------------
905 Mon May 19 14:53:01 CEST 2008 - dmacvicar@suse.de
906
907 - make solvable_look_bool more robust by allowing both
908   the void or the num == 1 strategy.
909
910 -------------------------------------------------------------------
911 Thu May 15 16:05:50 CEST 2008 - coolo@suse.de
912
913 - fix susetags parser
914
915 ------------------------------------------------------------------
916 Wed May 14 16:41:26 CEST 2008 - dmacvicar@suse.de
917
918 - mls fix of satisfied patterns
919 - 0.0.33
920
921 -------------------------------------------------------------------
922 Tue May 13 17:14:26 CEST 2008 - dmacvicar@suse.de
923
924 - use repodata_set_void for pattern visible attr
925
926 -------------------------------------------------------------------
927 Tue May 13 14:11:30 CEST 2008 - jreidinger@suse.cz
928
929 - read description dir path from content file (bnc #389414)
930
931 -------------------------------------------------------------------
932 Tue May 13 12:20:58 CEST 2008 - dmacvicar@suse.de
933
934 - a boolean is not a num attribute set to 1, but just a existing void
935   attribute. (bnc#388818)
936
937 -------------------------------------------------------------------
938 Mon May 12 10:16:20 CEST 2008 - coolo@suse.de
939
940 - provide libsatsolver to fix requires of debuginfo
941
942 -------------------------------------------------------------------
943 Sat May 10 15:33:15 CEST 2008 - coolo@suse.de
944
945 - resubmit clean tar
946
947 -------------------------------------------------------------------
948 Fri May  9 21:56:43 CEST 2008 - ma@suse.de
949
950 - Parse the products LABEL in content file to SUMMARY.
951
952 -------------------------------------------------------------------
953 Fri May  9 20:26:52 CEST 2008 - dmacvicar@suse.de
954
955 - recognize 1 as true for reboot suggested and
956   restart suggested (bnc#388818)
957
958 -------------------------------------------------------------------
959 Fri May  9 16:04:42 CEST 2008 - kkaempf@suse.de
960
961 - move 'helix2solv' from satsolver-tools to satsolver-devel package
962   (bnc#388595)
963
964 -------------------------------------------------------------------
965 Mon May  5 16:24:14 CEST 2008 - coolo@suse.de
966
967 - add obsoleteusesprovides and implicitobsoleteusesprovides solver
968   flags
969 - speed up solving by not recreating the watch chains every time
970   some rule is enabled/disabled. To do this, the "disabled" flag
971   had to be moved from w1 to d.
972 - fix bug that broke rule disabling when "forceResolve" was true
973 - fix bug in update rule calculation
974 - speed up solver a bit by creating a queue holding all assertion
975   rules, so we do not have to scan all rules for assertions
976 - parse also DISTPRODUCT and DISTVERSION (for registration), and the other
977   (often unused) attributes of products.
978
979 -------------------------------------------------------------------
980 Mon Apr 28 19:36:54 CEST 2008 - coolo@suse.de
981
982 - (De-)Serialize structured types.  Dataiterator and repo_search support
983   them too, but not yet nested, so that is unsupported for now.
984 - skipping kinds in matcher when a flag is specified.
985 - make --force behave a bit more like --noforce
986
987 -------------------------------------------------------------------
988 Fri Apr 25 19:23:51 CEST 2008 - coolo@suse.de
989
990 - detect and skip empty lines (bnc#381828)
991 - fix endless loop
992 - move debug functions to solverdebug.c
993 - do not delete negative bitfield entries [bnc#381908]
994 - add "showinstalledrecommended" option to make the solver
995   put installed packages on the suggestions/recommendations
996   queues
997 - Fix content parsing if PRODUCT isn't the first entry.
998 - add more statistics
999 - add two assertions
1000 - add support for susetags filelist
1001 - plug mem join2 leak
1002 - fix anchoring of filelist data
1003 - susetags move files added to provides back into filelist
1004 - ignore packages.FL for now
1005
1006 -------------------------------------------------------------------
1007 Sun Apr 20 18:25:14 CEST 2008 - coolo@suse.de
1008
1009 - fix build
1010
1011 -------------------------------------------------------------------
1012 Sat Apr 19 08:10:51 CEST 2008 - coolo@suse.de
1013
1014 - fix probleminfo if solvable conflicts with itself and has no requires
1015 - Fix parsing dep lines of content files (bnc #380396).
1016 - C++-guard also solver.h
1017 - add support for feature rules
1018 - fix a couple of small bugs
1019 - use new interface
1020
1021 -------------------------------------------------------------------
1022 Wed Apr 16 17:44:20 CEST 2008 - coolo@suse.de
1023
1024 - fix (rare) case of crashing solver
1025
1026 -------------------------------------------------------------------
1027 Tue Apr 15 09:06:36 CEST 2008 - coolo@suse.de
1028
1029 - some fixes around updateinfo parsing
1030
1031 -------------------------------------------------------------------
1032 Wed Apr  9 16:09:36 CEST 2008 - jkupec@suse.cz
1033
1034 - enable regex matching in Dataiterator
1035
1036 -------------------------------------------------------------------
1037 Fri Apr  4 15:45:44 CEST 2008 - coolo@suse.de
1038
1039 - package deptestomatic in -devel
1040
1041 -------------------------------------------------------------------
1042 Mon Mar 31 16:25:03 CEST 2008 - coolo@suse.de
1043
1044 - truly restart when analyze_unsolvable is hit (fixes bnc#368209)
1045 - make it work with really large directories
1046
1047 -------------------------------------------------------------------
1048 Mon Mar 24 15:31:18 CET 2008 - coolo@suse.de
1049
1050 - install rpms2solv
1051
1052 -------------------------------------------------------------------
1053 Mon Mar 17 16:10:22 CET 2008 - matz@suse.de
1054
1055 - Initialize all allocated array members for blocky arrays (when it
1056   matters, e.g. when extending also in blocks - bnc#371137)
1057
1058 -------------------------------------------------------------------
1059 Fri Mar 14 08:37:47 CET 2008 - coolo@suse.de
1060
1061 - fix build on other distris
1062 - fix requires of tools
1063
1064 -------------------------------------------------------------------
1065 Wed Mar 12 11:45:21 CET 2008 - coolo@suse.de
1066
1067 - store datadir for susetags
1068 - fixing assertion in rules learning
1069
1070 -------------------------------------------------------------------
1071 Fri Mar  7 10:51:09 CET 2008 - coolo@suse.de
1072
1073 - several fixes in whatprovides (possibly root cause of bnc#367210)
1074
1075 -------------------------------------------------------------------
1076 Mon Feb 25 12:59:00 CET 2008 - coolo@suse.de
1077
1078 - fixing rpmdb2solv argument handling
1079
1080 -------------------------------------------------------------------
1081 Fri Feb 22 11:09:05 CET 2008 - coolo@suse.de
1082
1083 - support rpmdb2solv -r for chroots
1084
1085 -------------------------------------------------------------------
1086 Thu Feb 21 18:14:41 CET 2008 - coolo@suse.de
1087
1088 - fix susetags parser for so called full trees
1089
1090 -------------------------------------------------------------------
1091 Wed Feb 20 13:23:31 CET 2008 - coolo@suse.de
1092
1093 - no longer link against db43 but against rpmlib
1094
1095 -------------------------------------------------------------------
1096 Tue Feb 19 15:01:55 CET 2008 - coolo@suse.de
1097
1098 - fix requires/obsoletes
1099
1100 -------------------------------------------------------------------
1101 Tue Feb 19 08:10:01 CET 2008 - coolo@suse.de
1102
1103 - mls is back from vacation - several fixes and enhancements
1104
1105 -------------------------------------------------------------------
1106 Fri Feb 15 11:04:09 CET 2008 - coolo@suse.de
1107
1108 - several fixes for the solv files
1109
1110 -------------------------------------------------------------------
1111 Tue Feb 12 18:29:43 CET 2008 - kkaempf@suse.de
1112
1113 - add libappsatsolver, an application layer to ease coding
1114   against sat-solver.
1115
1116 -------------------------------------------------------------------
1117 Tue Feb 12 17:14:04 CET 2008 - coolo@suse.de
1118
1119 - let susetags parse vendors
1120
1121 -------------------------------------------------------------------
1122 Thu Feb  7 18:41:05 CET 2008 - coolo@suse.de
1123
1124 - rename libsatsolver in satsolver-tools
1125 - several updates and fixes
1126
1127 -------------------------------------------------------------------
1128 Fri Feb  1 13:59:53 CET 2008 - coolo@suse.de
1129
1130 - really don't strip
1131
1132 -------------------------------------------------------------------
1133 Mon Jan 14 17:14:03 CET 2008 - coolo@suse.de
1134
1135 - update from SVN:
1136   - various fixes
1137   - less logging
1138
1139 -------------------------------------------------------------------
1140 Tue Jan  8 16:02:26 CET 2008 - coolo@suse.de
1141
1142 - update to SVN again and don't strip
1143
1144 -------------------------------------------------------------------
1145 Sat Dec 22 19:02:57 CET 2007 - coolo@suse.de
1146
1147 - update to SVN so libzypp compiles again
1148
1149 -------------------------------------------------------------------
1150 Fri Nov 30 16:01:39 CET 2007 - schubi@suse.de
1151
1152 - update for libzypp integration
1153
1154 -------------------------------------------------------------------
1155 Fri Nov 16 12:17:13 CET 2007 - coolo@suse.de
1156
1157 - update to SVN again to make libzypp compilable again
1158
1159 -------------------------------------------------------------------
1160 Wed Nov 14 16:10:21 CET 2007 - schubi@suse.de
1161
1162 - further develpment. bugfix, logging, docu,...
1163
1164 -------------------------------------------------------------------
1165 Mon Nov 12 13:44:52 CET 2007 - coolo@suse.de
1166
1167 - update to the latest version from SVN
1168   - compilation fixes
1169   - policy engine
1170
1171 -------------------------------------------------------------------
1172 Thu Nov  8 13:14:20 CET 2007 - coolo@suse.de
1173
1174 - update to the latest version from SVN
1175
1176 -------------------------------------------------------------------
1177 Tue Oct  2 15:26:36 CEST 2007 - kkaempf@suse.de
1178
1179 - Initial release
1180