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