]> err.no Git - sope/blob - sope-gdl1/GDLAccess/ChangeLog
fixed gcc 4.0 warnings
[sope] / sope-gdl1 / GDLAccess / ChangeLog
1 2005-05-05  Helge Hess  <helge.hess@opengroupware.org>
2
3         * fixed gcc 4.0 warnings (v4.5.51)
4
5 2005-04-21  Helge Hess  <helge.hess@opengroupware.org>
6
7         * EOAdaptorChannel.[hm]: added -describeResults: as a public method,
8           implemented -describeResults based on that (adaptors now need to
9           override -describeResults:) (v4.5.50)
10
11 2005-04-12  Helge Hess  <helge.hess@opengroupware.org>
12
13         * v4.5.49
14
15         * fixed various gcc 3.4.3 warnings
16
17         * removed support for unused EOAttribute features like flattened, 
18           derived, read-only, insert/update formats, definition
19
20 2005-03-15  Helge Hess  <helge.hess@opengroupware.org>
21
22         * FoundationExt/GNUmakefile: properly include config.make (v4.5.48)
23
24 2005-02-20  Helge Hess  <helge.hess@opengroupware.org>
25
26         * EOAdaptor.m: added +adaptorForURL: method to create EOAdaptor
27           objects from JDBC style URLs (eg PostgreSQL://OGo:OGo@localhost/OGo")
28           (v4.5.47)
29
30 2005-01-14  Helge Hess  <helge.hess@opengroupware.org>
31
32         * EOAdaptorDataSource.m: fixed a bug in the sorting code, the "AS" was
33           missing in the SQL rename statement (v4.5.46)
34
35 2005-01-13  Helge Hess  <helge.hess@opengroupware.org>
36
37         * EOAdaptorDataSource.m: improved -description (v4.5.45)
38
39 2005-01-04  Helge Hess  <helge.hess@opengroupware.org>
40
41         * EOAttribute.m, EOFaultHandler.m, EODatabaseFaultResolver.m: added 
42           casts to avoid compile warnings with Xcode (v4.5.44)
43
44 2004-12-14  Marcus Mueller  <znek@mulle-kybernetik.com>
45
46         * v4.5.43
47
48         * GDLAccess.xcode: minor fixes and updated
49
50         * EOAttribute.m: changed usage of -timeZoneName (deprecated) to -name
51           for Foundations different to libFoundation.
52
53 2004-11-13  Helge Hess  <helge.hess@opengroupware.org>
54
55         * EOAdaptor.m: fixed a bug in the lookup of GDL adaptor bundles
56           (v4.5.42)
57
58 2004-11-11  Marcus Mueller  <znek@mulle-kybernetik.com>
59
60         * GDLAccess.xcode: fixed Xcode build by providing all necessary
61           major/minor numbers and bumped the framework revision
62
63 2004-11-09  Helge Hess  <helge.hess@skyrix.com>
64
65         * v4.5.41
66
67         * bumped version from 1.3 to 4.5 to be consistent with the remaining
68           SOPE versions (the "super major version" is still gdl1)
69
70         * EOAdaptor.m: fixed adaptor lookup path
71
72 2004-09-22  Marcus Mueller  <znek@mulle-kybernetik.com>
73
74         * GDLAccess.xcode: new Xcode project
75
76 2004-09-11  Marcus Mueller  <znek@mulle-kybernetik.com>
77
78         * GNUmakefile.preamble, FoundationExt/GNUmakefile: minor changes for
79           inline compilation with GNUSTEP_BUILD_DIR set elsewhere (v1.1.40)
80
81 2004-09-06  Helge Hess  <helge.hess@skyrix.com>
82
83         * EOSQLQualifier.m: fixed a compile warning related to scanner handler
84           and NSArray argument instead of va_list (v1.1.39)
85
86 2004-09-06  Helge Hess  <helge.hess@opengroupware.org>
87
88         * EOAdaptorChannel.m: added
89           -selectAttributesX:describedByQualifier:fetchOrder:lock: for
90           selects which return, not raise, exceptions (v1.1.38)
91
92 2004-08-31  Helge Hess  <helge.hess@skyrix.com>
93
94         * GNUmakefile.preamble: added library search pathes for FHS install
95           (v1.1.37)
96
97 2004-08-30  Helge Hess  <helge.hess@opengroupware.org>
98
99         * v1.1.36
100
101         * EOAdaptor.m: also look for adaptors in /usr/lib/sope-4.3/dbadaptors
102           and /usr/local/lib/sope-4.3/dbadaptors
103
104         * added hack to install the project in FHS locations - the library,
105           its headers, the tools and the resources will be installed in
106           FHS_INSTALL_ROOT if specified (eg make FHS_INSTALL_ROOT=/usr/local)
107
108 2004-08-27  Helge Hess  <helge.hess@skyrix.com>
109
110         * EOAdaptor.m: look for adaptor bundles in Library/GDLAdaptors-1.1/
111           (v1.1.35)
112
113         * increased version to v1.1 because it depends on libEOControl v4.3
114           (v1.1.34)
115
116 2004-08-21  Helge Hess  <helge.hess@opengroupware.org>
117
118         * v1.0.33
119
120         * fixed for SOPE 3.3 directory layout
121
122         * removed GDLExtensions
123
124         * moved headers files from EOAccess subdirectory to main directory
125
126 2004-08-20  Helge Hess  <helge.hess@opengroupware.org>
127
128         * moved from ThirdParty to SOPE/sope-gdl1 (v1.0.32)
129
130 2004-06-29  Helge Hess  <helge.hess@opengroupware.org>
131
132         * v1.0.31
133         
134         * EOAdaptorChannel.m: fixed a bug in the transaction check introduced
135           in v1.0.29 - resulted in OGo bug #824, #825
136         
137         * EODatabaseChannel.m: use new "X" adaptor methods
138
139         * GNUmakefile.preamble: added include path to SOPE/skyrix-core for
140           "inline" compilation (v1.0.30)
141
142 2004-06-28  Helge Hess  <helge.hess@opengroupware.org>
143
144         * EOAdaptorChannel.[hm]: added more "X" methods which do not raise
145           exceptions (v1.0.29)
146
147         * EOAdaptorChannel.m: added new method -evaluateExpressionX: which 
148           returns the exception instead of raising it. It returns 
149           @"EOEvaluationError" if the -evaluateExpression: returned NO without
150           raising an exception. It is recommended that adaptor classes 
151           implement -evaluateExpression: using -evaluateExpressionX:, not the
152           other way around (v1.0.28)
153
154 2004-06-27  Helge Hess  <helge.hess@opengroupware.org>
155
156         * EOModel.m: minor code cleanups (v1.0.27)
157
158 2004-06-21  Helge Hess  <helge.hess@opengroupware.org>
159
160         * EOModel.m: some code cleanups, improved description (v1.0.26)
161
162 2004-06-06  Helge Hess  <helge.hess@opengroupware.org>
163
164         * fixed Xcode compilation with embedded FoundationExt classes (v1.0.25)
165
166 2004-05-14  Helge Hess  <helge@developer.opengroupware.org>
167
168         * EOAdaptorDataSource.m: removed some ==YES comparisons, minor cleanups
169           (v1.0.24)
170
171 2004-03-14  Helge Hess  <helge.hess@opengroupware.org>
172
173         * v1.0.23
174
175         * EOSQLQualifier.m: improved -description method
176
177         * EOSQLExpression.m: moved EOSelectSQLExpression to separate file, 
178           added a -description method, various minor code cleanups
179
180         * EOExpressionArray.m: added a -description method, minor cleanups
181         
182         * EOAdaptorChannel.m: minor code cleanups
183         
184         * EODatabaseContext.m: removed registration for 
185           EOCooperatingObjectStoreNeeded notification (solves an issue with
186           gstep-base)
187
188 2004-03-09  Helge Hess  <helge.hess@opengroupware.org>
189
190         * EOAdaptorChannel.m, EOAdaptorDataSource.m, EOAttribute.m,
191           EODatabase.m, EOEntity.m, EOEntityClassDescription.m,
192           EOQualifier+SQL.m, EOSQLExpression.m, common.h, EOQualifierScanner.h:
193           various subminor fixes for compilation against gstep-base (v1.0.22)
194
195 2004-02-12  Helge Hess  <helge.hess@opengroupware.org>
196
197         * EODatabaseChannel.m: only check for GC objects on libFoundation
198           (v1.0.21)
199
200 2004-01-29  Helge Hess  <helge.hess@skyrix.com>
201
202         * EORecordDictionary.m: disabled a profiling log (v1.0.20)
203
204 2004-01-07  Helge Hess  <helge@groove.local>
205
206         * some tweaks for Xcode compilation (v1.0.19)
207
208 2004-01-04  Helge Hess  <helge.hess@opengroupware.org>
209
210         * v1.0.18
211
212         * more tweaks to makefiles and source, now seems to compile fine on
213           MacOSX
214         
215         * added FoundationExt subproject containing the necessary classes from
216           the extensions library, that is, the FormatScanner, 
217           PrintfFormatScanner and DefaultScannerHandler
218
219 2004-01-03  Helge Hess  <helge.hess@opengroupware.org>
220
221         * v1.0.17
222
223         * EORecordDictionary.m: cache -hash and -isEqual selector in 
224           objectForKey:
225
226         * various changes to make gnustep-db compile on MacOSX (eg do not use
227           InvalidArgumentException class but rather NSInvalidArgumentException
228           exception name, etc)
229         
230 2003-12-29  Helge Hess  <helge.hess@opengroupware.org>
231
232         * EORecordDictionary.m(dealloc): cache release method of dict key, 
233           which is basically always an NSString, also cache empty dictionary
234           (v1.0.16)
235         
236 2003-10-20  Helge Hess  <helge.hess@skyrix.com>
237
238         * v1.0.15
239         
240         * common.h: do not use zones for memory allocation (read: speedup)
241
242         * removed support for Boehm GC, makes code much more readable and
243           shorter (and isn't used in OGo anyway ...)
244
245         * removed some warnings, some FoundationExt cleanups
246
247         * EOExpressionArray.h: does not inherit from GCObject and use
248           GCMutableArray anymore (replaced with NSObject and NSMutableArray)
249
250         * EODatabaseContext.m: removed some unused methods
251
252         * removed some GCObject dependency
253
254         * EODatabaseChannel.m: removed some unused methods
255
256 Wed Oct 15 16:26:50 2003  Jan Reichmann  <jr@skyrix.com>
257
258         * EOModel.m: initialize model name with the filename which contains the model
259           (*.eomodel) (v1.0.14)
260
261 Sun Sep 07 00:30:59 2003  Marcus Mueller  <znek@mulle-kybernetik.com>
262
263         * GNUmakefile: reordered autodoc target
264
265 Mon Jul 14 14:07:22 2003  Jan Reichmann  <jr@skyrix.com>
266
267         *  fixed license entries (v1.0.13)
268
269 Fri Jul  4 19:15:35 2003  Helge Hess  <helge.hess@skyrix.com>
270
271         * imported into OpenGroupware.org (v1.0.11)