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