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