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