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