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