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