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