Parse the products LABEL in content file to SUMMARY.
[platform/upstream/libsolv.git] / package / libsatsolver.changes
1 -------------------------------------------------------------------
2 Fri May  9 21:56:43 CEST 2008 - ma@suse.de
3
4 - Parse the products LABEL in content file to SUMMARY. 
5
6 -------------------------------------------------------------------
7 Fri May  9 20:26:52 CEST 2008 - dmacvicar@suse.de
8
9 - recognize 1 as true for reboot suggested and
10   restart suggested (bnc#388818)
11
12 -------------------------------------------------------------------
13 Fri May  9 16:04:42 CEST 2008 - kkaempf@suse.de
14
15 - move 'helix2solv' from satsolver-tools to satsolver-devel package
16   (bnc#388595)
17
18 -------------------------------------------------------------------
19 Mon May  5 16:24:14 CEST 2008 - coolo@suse.de
20
21 - add obsoleteusesprovides and implicitobsoleteusesprovides solver
22   flags
23 - speed up solving by not recreating the watch chains every time
24   some rule is enabled/disabled. To do this, the "disabled" flag
25   had to be moved from w1 to d.
26 - fix bug that broke rule disabling when "forceResolve" was true
27 - fix bug in update rule calculation
28 - speed up solver a bit by creating a queue holding all assertion
29   rules, so we do not have to scan all rules for assertions
30 - parse also DISTPRODUCT and DISTVERSION (for registration), and the other
31   (often unused) attributes of products.
32
33 -------------------------------------------------------------------
34 Mon Apr 28 19:36:54 CEST 2008 - coolo@suse.de
35
36 - (De-)Serialize structured types.  Dataiterator and repo_search support
37   them too, but not yet nested, so that is unsupported for now.
38 - skipping kinds in matcher when a flag is specified.
39 - make --force behave a bit more like --noforce
40
41 -------------------------------------------------------------------
42 Fri Apr 25 19:23:51 CEST 2008 - coolo@suse.de
43
44 - detect and skip empty lines (bnc#381828)
45 - fix endless loop
46 - move debug functions to solverdebug.c
47 - do not delete negative bitfield entries [bnc#381908]
48 - add "showinstalledrecommended" option to make the solver
49   put installed packages on the suggestions/recommendations
50   queues
51 - Fix content parsing if PRODUCT isn't the first entry.
52 - add more statistics
53 - add two assertions
54 - add support for susetags filelist
55 - plug mem join2 leak
56 - fix anchoring of filelist data
57 - susetags move files added to provides back into filelist
58 - ignore packages.FL for now
59  
60 -------------------------------------------------------------------
61 Sun Apr 20 18:25:14 CEST 2008 - coolo@suse.de
62
63 - fix build
64
65 -------------------------------------------------------------------
66 Sat Apr 19 08:10:51 CEST 2008 - coolo@suse.de
67
68 - fix probleminfo if solvable conflicts with itself and has no requires
69 - Fix parsing dep lines of content files (bnc #380396).
70 - C++-guard also solver.h
71 - add support for feature rules
72 - fix a couple of small bugs
73 - use new interface
74
75 -------------------------------------------------------------------
76 Wed Apr 16 17:44:20 CEST 2008 - coolo@suse.de
77
78 - fix (rare) case of crashing solver
79
80 -------------------------------------------------------------------
81 Tue Apr 15 09:06:36 CEST 2008 - coolo@suse.de
82
83 - some fixes around updateinfo parsing
84
85 -------------------------------------------------------------------
86 Wed Apr  9 16:09:36 CEST 2008 - jkupec@suse.cz
87
88 - enable regex matching in Dataiterator
89
90 -------------------------------------------------------------------
91 Fri Apr  4 15:45:44 CEST 2008 - coolo@suse.de
92
93 - package deptestomatic in -devel
94
95 -------------------------------------------------------------------
96 Mon Mar 31 16:25:03 CEST 2008 - coolo@suse.de
97
98 - truly restart when analyze_unsolvable is hit (fixes bnc#368209)
99 - make it work with really large directories
100
101 -------------------------------------------------------------------
102 Mon Mar 24 15:31:18 CET 2008 - coolo@suse.de
103
104 - install rpms2solv
105
106 -------------------------------------------------------------------
107 Mon Mar 17 16:10:22 CET 2008 - matz@suse.de
108
109 - Initialize all allocated array members for blocky arrays (when it
110   matters, e.g. when extending also in blocks - bnc#371137)
111
112 -------------------------------------------------------------------
113 Fri Mar 14 08:37:47 CET 2008 - coolo@suse.de
114
115 - fix build on other distris
116 - fix requires of tools
117
118 -------------------------------------------------------------------
119 Wed Mar 12 11:45:21 CET 2008 - coolo@suse.de
120
121 - store datadir for susetags
122 - fixing assertion in rules learning
123
124 -------------------------------------------------------------------
125 Fri Mar  7 10:51:09 CET 2008 - coolo@suse.de
126
127 - several fixes in whatprovides (possibly root cause of bnc#367210)
128
129 -------------------------------------------------------------------
130 Mon Feb 25 12:59:00 CET 2008 - coolo@suse.de
131
132 - fixing rpmdb2solv argument handling
133
134 -------------------------------------------------------------------
135 Fri Feb 22 11:09:05 CET 2008 - coolo@suse.de
136
137 - support rpmdb2solv -r for chroots
138
139 -------------------------------------------------------------------
140 Thu Feb 21 18:14:41 CET 2008 - coolo@suse.de
141
142 - fix susetags parser for so called full trees
143
144 -------------------------------------------------------------------
145 Wed Feb 20 13:23:31 CET 2008 - coolo@suse.de
146
147 - no longer link against db43 but against rpmlib
148
149 -------------------------------------------------------------------
150 Tue Feb 19 15:01:55 CET 2008 - coolo@suse.de
151
152 - fix requires/obsoletes
153
154 -------------------------------------------------------------------
155 Tue Feb 19 08:10:01 CET 2008 - coolo@suse.de
156
157 - mls is back from vacation - several fixes and enhancements
158
159 -------------------------------------------------------------------
160 Fri Feb 15 11:04:09 CET 2008 - coolo@suse.de
161
162 - several fixes for the solv files
163
164 -------------------------------------------------------------------
165 Tue Feb 12 18:29:43 CET 2008 - kkaempf@suse.de
166
167 - add libappsatsolver, an application layer to ease coding
168   against sat-solver.
169
170 -------------------------------------------------------------------
171 Tue Feb 12 17:14:04 CET 2008 - coolo@suse.de
172
173 - let susetags parse vendors
174
175 -------------------------------------------------------------------
176 Thu Feb  7 18:41:05 CET 2008 - coolo@suse.de
177
178 - rename libsatsolver in satsolver-tools
179 - several updates and fixes
180
181 -------------------------------------------------------------------
182 Fri Feb  1 13:59:53 CET 2008 - coolo@suse.de
183
184 - really don't strip
185
186 -------------------------------------------------------------------
187 Mon Jan 14 17:14:03 CET 2008 - coolo@suse.de
188
189 - update from SVN:
190   - various fixes
191   - less logging
192
193 -------------------------------------------------------------------
194 Tue Jan  8 16:02:26 CET 2008 - coolo@suse.de
195
196 - update to SVN again and don't strip
197
198 -------------------------------------------------------------------
199 Sat Dec 22 19:02:57 CET 2007 - coolo@suse.de
200
201 - update to SVN so libzypp compiles again
202
203 -------------------------------------------------------------------
204 Fri Nov 30 16:01:39 CET 2007 - schubi@suse.de
205
206 - update for libzypp integration 
207
208 -------------------------------------------------------------------
209 Fri Nov 16 12:17:13 CET 2007 - coolo@suse.de
210
211 - update to SVN again to make libzypp compilable again
212
213 -------------------------------------------------------------------
214 Wed Nov 14 16:10:21 CET 2007 - schubi@suse.de
215
216 - further develpment. bugfix, logging, docu,...
217
218 -------------------------------------------------------------------
219 Mon Nov 12 13:44:52 CET 2007 - coolo@suse.de
220
221 - update to the latest version from SVN
222   - compilation fixes
223   - policy engine
224
225 -------------------------------------------------------------------
226 Thu Nov  8 13:14:20 CET 2007 - coolo@suse.de
227
228 - update to the latest version from SVN
229
230 -------------------------------------------------------------------
231 Tue Oct  2 15:26:36 CEST 2007 - kkaempf@suse.de
232
233 - Initial release
234