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