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