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