-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
241 lines (155 loc) · 6.76 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
2012-08-10 Chris Buccella <[email protected]>
* backend_sfcb.c, symtab.h, symtab.c:
[ 3555421 ] mofc chokes on static instances when using -t option
2011-04-01 Chris Buccella <[email protected]>
* backend_sfcb.c:
Fixed [ 3179149 ] mofc sigsegv at backend_sfcb:468 w/o correct property name
2010-07-14 Chris Buccella <[email protected]>
* backend_sfcb.c:
[ 3019898 ] Remove cmpi headers
2009-12-22 Chris Buccella <[email protected]>
* backend_sfcb.c, mofparse.c, symtab.c:
[ 1664637 ] Reduced size class repository / classProviderSf
2009-01-08 Chris Buccella <[email protected]>
* backend_print.c, backend_sfcb.c, mofc.y, mofdecl.h,
mofparse.c, mofs.l, symtab.c, symtab.h:
Fixed [ 2441640 ] mofc needs to import instances for migration
(fix by Norm Paxton)
2008-11-07 Michael Chase-Salerno <[email protected]>
* mofparse.c mofs.l:
Fixed [ 2168840 ] Fix various compiler warnings.
(patch from J. Bart Whitely)
2008-10-30 Michael Chase-Salerno <[email protected]>
* configure.ac
Fixed [ 2192030 ] adapt to autoconf 2.63, automake 1.10
(patch from Klaus Kämpf)
2008-10-07 Michael Chase-Salerno <[email protected]>
* configure.ac, autoconfiscate.sh
Fixed 2086429 RPATH missing from sfcbmof[pp]
2008-04-16 Sean Swehla
* configure.ac:
Fixed problem related to 1828500: CMPI 2.0 Support.
2007-08-28 Sven Schuetz
* backend_sfcb.c:
Fixed 1685254: sfcb does not return REFERENCECLASS in GetClass
2007-08-01 Sven Schuetz
* backend_sfcb.c:
Fixed 1763178: GetClass operation failure
2007-06-22 Tyrel Datwyler <[email protected]>
* mofs.l:
Fixed 1741211 cleanup compiler warnings
2007-05-03 Chris Abbey
* configure.ac:
Fixed 1709042: added dependency to sfcUtil
2007-03-23 Viktor Mihajlovski <[email protected]>
* configure.ac:
Addition for 1686170: instance comparison not supported.
Needed to adjust the include path for the sfcb backend case.
2007-03-20 Viktor Mihajlovski <[email protected]>
* hash.h:
Fixed 1683860: Error compiling CIM v2.14Experimental
The symbol hashtable was too small for 2.14e, has been increased
by factor 4.
2007-02-22 Sven Schuetz
* backend_sfcb.c:
Adopted change in sfcb function name (normalizeObjectpath)
2007-01-04 Sven Schuetz
* backend_sfcb.c:
Fixed 1624528: sfcb getclass doesn't return methods
2007-01-04 Sven Schuetz
* backend_sfcb.c, symtab.c:
Fixed 1616463: mofc doesn't process REF type properties
2007-01-03 Sven Schuetz
* backend_sfcb.c:
Partially fixed 1624528: sfcb getclass doesn't return methods
2006-12-20 Viktor Mihajlovski <[email protected]>
* backend_sfcb.c, configure.ac, symtab.c:
Combined fix for 1601274, 1614898: new option --enable-namespace-kludge
for the support of legacy __namespace class compilation.
2006-12-15 Sven Schuetz
* backend_sfcb.c, symtab.c:
Fixed 1614898: coredumps for instance of undefined class
2006-11-30 Viktor Mihajlovski <[email protected]>
* configure.ac:
Fixed 1605522: added warning if no yacc or lex found.
2006-11-20 Viktor Mihajlovski <[email protected]>
* symtab.c:
Fixed 1599675: endless loop after class redefinition.
2006-11-07 Sven Schuetz
* backend_sfcb.c:
Fixed 1587752: support for qualifier and instance swapping
2006-10-27 Sven Schuetz
* backend_sfcb.c, backend_print.c, configure.ac, mofparse.c, symtab.h,
symtab.c, mofc.y, mofs.l, backend.h:
Fixed 1585788: support for instances and qualifiers
2006-08-23 Viktor Mihajlovski <[email protected]>
* symtab.c:
Fixed 1532423: allow class redefinition (upgrade) if a version
qualifier is specified.
2006-07-25 Viktor Mihajlovski <[email protected]>
* configure.ac, mofc.y, symtab.c, symtab.h:
Fixed 1528352: now the compiler can support forward declarations.
The old behaviour can be established using --enable-onepass.
2006-07-19 sschuetz
* backend_sfcb.c:
Fixed 1525280: changed some function calls due to sfcb changes
2006-01-31 <[email protected]>
* backend_sfcb.c:
Related to 1420604: adapted to cmpidt.h changes.
* mofs.l:
Fixed 1420397: close include files after EOF. Added support for
backslash-delimited pathes.
2006-01-26 mihajlov
* mofparse.c: Enhancement: allow multiple backend options to be
specified.
2006-01-26 <[email protected]>
* configure.ac, Makefile.am:
Fixed 1414767 vpath build failure. Made xFLAGS processing
more standards compliant.
2006-01-23 a3schuur
* configure.ac: [ 1408327 ] sfcbmof does not support big/little
endian in cross-compile Fixing offset problems in P32 mode Setting
default alignment to 4 Updating configure.ac by removing
objectImplSwapEndian references
2006-01-23 a3schuur
* backend_sfcb.c: [ 1408327 ] sfcbmof does not support big/little
endian in cross-compile Previous fix did not correctly anticipate
Power32 alignment rules. objectImplSwapEndian.c has been removed
because totally inadequate. objectImpiI32toP32.c has been created
instead. It recreates classSchemas files for Power32 systems.
sfcbmof now requires -b P32 to invoke the cross compile support.
-b P32 only works one way only: It must be executed on a ix86
machine and it will only generate classSchemas files for Power32.
2006-01-17 a3schuur
* backend_sfcb.c, configure.ac: fix for [ 1408327 ] sfcbmof does
not support big/little endian in cross-compile
2006-01-12 mihajlov
* mofparse.c: Minor fix for redundant error message.
2006-01-02 <[email protected]>
* configure.ac:
Fixed 1395350. Evaluate $srcdir for SFCB source directory location.
2005-11-20 bestorga-oss
* COPYING, backend.h, backend_print.c, backend_sfcb.c, hash.c,
hash.h, mofc.y, mofdecl.h, mofparse.c, mofs.l, symtab.c, symtab.h:
Bug: 1362805. changed all license references to new Eclipse Public license
2005-09-05 mihajlov
* configure.ac: Upgraded version number to 0.7.3.
2005-08-02 a3schuur
* configure.ac: Added -fsigned-char compile flag to ensure ppc gcc
treats char the same way as gcc on ix86
2005-08-02 a3schuur
* mofparse.c: fixed [ 1250128 ] sfcbmof fails on ppc
char opt; on line 49 changed to int opt;
2005-06-14 <[email protected]>
* mofc.y:
* mofc.l:
Bug 1220394: Syntax Support for char literals.
* symtab.c:
* symtab.h:
Bug 1220394: Helper functions for char literal extraction added.
2005-06-13 <[email protected]>
* backend_sfcb.c:
Bug 122035 fixed: incorrect handling of qualifier values.
2005-06-07 <[email protected]>
* backend_sfcb.c (make_cmpi_data):
Bug 1216246 fixed: incorrect handling of array values.