while trying to support package metadata extensions realized that
[platform/upstream/libsolv.git] / package / libsatsolver.changes
1 -------------------------------------------------------------------
2 Fri Aug  1 18:59:22 CEST 2008 - dmacvicar@suse.de
3
4 - insert the checksum in rpmmd generated solv files                                  
5   (bnc#414002)                                                                       
6 - 0.10.3 
7
8 -------------------------------------------------------------------
9 Tue Jul 29 10:53:22 CEST 2008 - mls@suse.de
10
11 - resolve job rules before installing system packages [#411086]
12 - no more freshens. R.I.P.
13 - make repo2solv.sh also take repomd.xml in count
14 - install repomdxml2solv
15 - add Packager, Build Host, Distribution
16 - disallow arch/vendor changes even if the package name changes
17
18 -------------------------------------------------------------------
19 Sat Jul 12 02:32:15 CEST 2008 - dmacvicar@suse.de
20
21 - infrastructure to save generated and expiration time
22   stamp in rpm-md repositories (fate #301904)
23 - 0.10.1
24
25 -------------------------------------------------------------------
26 Wed Jul  9 16:25:36 CEST 2008 - ma@suse.de
27
28 - Fix repo_content dependency parsing. Parser may lose up to 
29   two trailing dependencies.
30
31 -------------------------------------------------------------------
32 Tue Jul  1 14:54:38 CEST 2008 - kkaempf@suse.de
33
34 - rename language bindings to {perl,python,ruby}-satsolver
35   to follow naming conventions.
36
37 -------------------------------------------------------------------
38 Mon Jun 30 23:55:20 CEST 2008 - dmacvicar@suse.de
39
40 - forward port
41 - add message tag to updateinfo.xml for displaying
42   messages in the user interface
43 - Fix missing self provides for patches (bnc #397132).
44 - do not reorder binary rules if they are not rpm rules [bnc#397456]
45 - 0.10.0
46
47 -------------------------------------------------------------------
48 Mon Jun  2 11:47:32 CEST 2008 - coolo@suse.de
49
50 - calculate recommendation list also if ignorealreadyrecommended is set,
51   as some recommendations would be missing otherwise
52 - make dependency output less confusing (bnc#396309)
53 - 0.9.0
54
55 -------------------------------------------------------------------
56 Tue May 27 22:34:05 CEST 2008 - coolo@suse.de
57
58 - compile with RPM_OPT_FLAGS
59
60 -------------------------------------------------------------------
61 Fri May 23 21:07:01 CEST 2008 - mls@suse.de
62
63 - add "zypper" flag
64 - add "ignorealreadyrecommended" aka "zypper" solver option
65
66 -------------------------------------------------------------------
67 Thu May 22 20:16:22 CEST 2008 - coolo@suse.de
68
69 - fixed language support in patterns (bnc#386524)
70
71 -------------------------------------------------------------------
72 Mon May 19 14:53:01 CEST 2008 - dmacvicar@suse.de
73
74 - make solvable_look_bool more robust by allowing both
75   the void or the num == 1 strategy.
76
77 -------------------------------------------------------------------
78 Thu May 15 16:05:50 CEST 2008 - coolo@suse.de
79
80 - fix susetags parser
81
82 ------------------------------------------------------------------
83 Wed May 14 16:41:26 CEST 2008 - dmacvicar@suse.de
84
85 - mls fix of satisfied patterns 
86 - 0.0.33
87
88 -------------------------------------------------------------------
89 Tue May 13 17:14:26 CEST 2008 - dmacvicar@suse.de
90
91 - use repodata_set_void for pattern visible attr
92
93 -------------------------------------------------------------------
94 Tue May 13 14:11:30 CEST 2008 - jreidinger@suse.cz
95
96 - read description dir path from content file (bnc #389414) 
97
98 -------------------------------------------------------------------
99 Tue May 13 12:20:58 CEST 2008 - dmacvicar@suse.de
100
101 - a boolean is not a num attribute set to 1, but just a existing void
102   attribute. (bnc#388818)
103
104 -------------------------------------------------------------------
105 Mon May 12 10:16:20 CEST 2008 - coolo@suse.de
106
107 - provide libsatsolver to fix requires of debuginfo
108
109 -------------------------------------------------------------------
110 Sat May 10 15:33:15 CEST 2008 - coolo@suse.de
111
112 - resubmit clean tar
113
114 -------------------------------------------------------------------
115 Fri May  9 21:56:43 CEST 2008 - ma@suse.de
116
117 - Parse the products LABEL in content file to SUMMARY. 
118
119 -------------------------------------------------------------------
120 Fri May  9 20:26:52 CEST 2008 - dmacvicar@suse.de
121
122 - recognize 1 as true for reboot suggested and
123   restart suggested (bnc#388818)
124
125 -------------------------------------------------------------------
126 Fri May  9 16:04:42 CEST 2008 - kkaempf@suse.de
127
128 - move 'helix2solv' from satsolver-tools to satsolver-devel package
129   (bnc#388595)
130
131 -------------------------------------------------------------------
132 Mon May  5 16:24:14 CEST 2008 - coolo@suse.de
133
134 - add obsoleteusesprovides and implicitobsoleteusesprovides solver
135   flags
136 - speed up solving by not recreating the watch chains every time
137   some rule is enabled/disabled. To do this, the "disabled" flag
138   had to be moved from w1 to d.
139 - fix bug that broke rule disabling when "forceResolve" was true
140 - fix bug in update rule calculation
141 - speed up solver a bit by creating a queue holding all assertion
142   rules, so we do not have to scan all rules for assertions
143 - parse also DISTPRODUCT and DISTVERSION (for registration), and the other
144   (often unused) attributes of products.
145
146 -------------------------------------------------------------------
147 Mon Apr 28 19:36:54 CEST 2008 - coolo@suse.de
148
149 - (De-)Serialize structured types.  Dataiterator and repo_search support
150   them too, but not yet nested, so that is unsupported for now.
151 - skipping kinds in matcher when a flag is specified.
152 - make --force behave a bit more like --noforce
153
154 -------------------------------------------------------------------
155 Fri Apr 25 19:23:51 CEST 2008 - coolo@suse.de
156
157 - detect and skip empty lines (bnc#381828)
158 - fix endless loop
159 - move debug functions to solverdebug.c
160 - do not delete negative bitfield entries [bnc#381908]
161 - add "showinstalledrecommended" option to make the solver
162   put installed packages on the suggestions/recommendations
163   queues
164 - Fix content parsing if PRODUCT isn't the first entry.
165 - add more statistics
166 - add two assertions
167 - add support for susetags filelist
168 - plug mem join2 leak
169 - fix anchoring of filelist data
170 - susetags move files added to provides back into filelist
171 - ignore packages.FL for now
172  
173 -------------------------------------------------------------------
174 Sun Apr 20 18:25:14 CEST 2008 - coolo@suse.de
175
176 - fix build
177
178 -------------------------------------------------------------------
179 Sat Apr 19 08:10:51 CEST 2008 - coolo@suse.de
180
181 - fix probleminfo if solvable conflicts with itself and has no requires
182 - Fix parsing dep lines of content files (bnc #380396).
183 - C++-guard also solver.h
184 - add support for feature rules
185 - fix a couple of small bugs
186 - use new interface
187
188 -------------------------------------------------------------------
189 Wed Apr 16 17:44:20 CEST 2008 - coolo@suse.de
190
191 - fix (rare) case of crashing solver
192
193 -------------------------------------------------------------------
194 Tue Apr 15 09:06:36 CEST 2008 - coolo@suse.de
195
196 - some fixes around updateinfo parsing
197
198 -------------------------------------------------------------------
199 Wed Apr  9 16:09:36 CEST 2008 - jkupec@suse.cz
200
201 - enable regex matching in Dataiterator
202
203 -------------------------------------------------------------------
204 Fri Apr  4 15:45:44 CEST 2008 - coolo@suse.de
205
206 - package deptestomatic in -devel
207
208 -------------------------------------------------------------------
209 Mon Mar 31 16:25:03 CEST 2008 - coolo@suse.de
210
211 - truly restart when analyze_unsolvable is hit (fixes bnc#368209)
212 - make it work with really large directories
213
214 -------------------------------------------------------------------
215 Mon Mar 24 15:31:18 CET 2008 - coolo@suse.de
216
217 - install rpms2solv
218
219 -------------------------------------------------------------------
220 Mon Mar 17 16:10:22 CET 2008 - matz@suse.de
221
222 - Initialize all allocated array members for blocky arrays (when it
223   matters, e.g. when extending also in blocks - bnc#371137)
224
225 -------------------------------------------------------------------
226 Fri Mar 14 08:37:47 CET 2008 - coolo@suse.de
227
228 - fix build on other distris
229 - fix requires of tools
230
231 -------------------------------------------------------------------
232 Wed Mar 12 11:45:21 CET 2008 - coolo@suse.de
233
234 - store datadir for susetags
235 - fixing assertion in rules learning
236
237 -------------------------------------------------------------------
238 Fri Mar  7 10:51:09 CET 2008 - coolo@suse.de
239
240 - several fixes in whatprovides (possibly root cause of bnc#367210)
241
242 -------------------------------------------------------------------
243 Mon Feb 25 12:59:00 CET 2008 - coolo@suse.de
244
245 - fixing rpmdb2solv argument handling
246
247 -------------------------------------------------------------------
248 Fri Feb 22 11:09:05 CET 2008 - coolo@suse.de
249
250 - support rpmdb2solv -r for chroots
251
252 -------------------------------------------------------------------
253 Thu Feb 21 18:14:41 CET 2008 - coolo@suse.de
254
255 - fix susetags parser for so called full trees
256
257 -------------------------------------------------------------------
258 Wed Feb 20 13:23:31 CET 2008 - coolo@suse.de
259
260 - no longer link against db43 but against rpmlib
261
262 -------------------------------------------------------------------
263 Tue Feb 19 15:01:55 CET 2008 - coolo@suse.de
264
265 - fix requires/obsoletes
266
267 -------------------------------------------------------------------
268 Tue Feb 19 08:10:01 CET 2008 - coolo@suse.de
269
270 - mls is back from vacation - several fixes and enhancements
271
272 -------------------------------------------------------------------
273 Fri Feb 15 11:04:09 CET 2008 - coolo@suse.de
274
275 - several fixes for the solv files
276
277 -------------------------------------------------------------------
278 Tue Feb 12 18:29:43 CET 2008 - kkaempf@suse.de
279
280 - add libappsatsolver, an application layer to ease coding
281   against sat-solver.
282
283 -------------------------------------------------------------------
284 Tue Feb 12 17:14:04 CET 2008 - coolo@suse.de
285
286 - let susetags parse vendors
287
288 -------------------------------------------------------------------
289 Thu Feb  7 18:41:05 CET 2008 - coolo@suse.de
290
291 - rename libsatsolver in satsolver-tools
292 - several updates and fixes
293
294 -------------------------------------------------------------------
295 Fri Feb  1 13:59:53 CET 2008 - coolo@suse.de
296
297 - really don't strip
298
299 -------------------------------------------------------------------
300 Mon Jan 14 17:14:03 CET 2008 - coolo@suse.de
301
302 - update from SVN:
303   - various fixes
304   - less logging
305
306 -------------------------------------------------------------------
307 Tue Jan  8 16:02:26 CET 2008 - coolo@suse.de
308
309 - update to SVN again and don't strip
310
311 -------------------------------------------------------------------
312 Sat Dec 22 19:02:57 CET 2007 - coolo@suse.de
313
314 - update to SVN so libzypp compiles again
315
316 -------------------------------------------------------------------
317 Fri Nov 30 16:01:39 CET 2007 - schubi@suse.de
318
319 - update for libzypp integration 
320
321 -------------------------------------------------------------------
322 Fri Nov 16 12:17:13 CET 2007 - coolo@suse.de
323
324 - update to SVN again to make libzypp compilable again
325
326 -------------------------------------------------------------------
327 Wed Nov 14 16:10:21 CET 2007 - schubi@suse.de
328
329 - further develpment. bugfix, logging, docu,...
330
331 -------------------------------------------------------------------
332 Mon Nov 12 13:44:52 CET 2007 - coolo@suse.de
333
334 - update to the latest version from SVN
335   - compilation fixes
336   - policy engine
337
338 -------------------------------------------------------------------
339 Thu Nov  8 13:14:20 CET 2007 - coolo@suse.de
340
341 - update to the latest version from SVN
342
343 -------------------------------------------------------------------
344 Tue Oct  2 15:26:36 CEST 2007 - kkaempf@suse.de
345
346 - Initial release
347