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