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