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