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