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