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