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