]> err.no Git - sope/blob - sope-core/EOCoreData/ChangeLog
Drop apache 1 build-dependency
[sope] / sope-core / EOCoreData / ChangeLog
1 2007-12-03  Helge Hess  <helge.hess@opengroupware.org>
2         
3         * fixed Leopard compilation issues (v4.5.12)
4
5 2005-10-03  Helge Hess  <helge.hess@opengroupware.org>
6
7         * v4.5.11
8
9         * EOFetchSpecification+CoreData.m: only transfer limit to
10           NSFetchRequest if its != 0
11
12         * EOCompoundQualifiers.m: added support for qualifier=>predicate
13           conversion
14
15         * improved qualifier=>predicate conversion support (v4.5.10)
16
17 2005-08-23  Helge Hess  <helge.hess@opengroupware.org>
18
19         * v4.5.9
20
21         * added NSString+CoreData.m: for string related CD methods
22
23         * EOCoreDataSource.m: added 'EOCoreDataSourceDebugEnabled' default to
24           enable debugging
25
26 2005-08-06  Marcus Mueller  <znek@mulle-kybernetik.com>
27
28         * EOCoreData-Info.plist: new Xcode Info.plist file
29
30         * EOCoreData.xcodeproj: new Xcode 2.1 project
31
32         * README.txt: fixed a typo
33
34 2005-08-06  Helge Hess  <helge.hess@opengroupware.org>
35
36         * v4.5.8
37         
38         * NSEntityDescription+EO.m: added -isReadOnly, -classPropertyNames,
39           -primaryKeyAttributeNames, -relationships, -attributes
40         
41         * added NSAttributeDescription+EO category containing the -width
42           and -allowsNull methods
43
44         * added NSRelationshipDescription+EO category containing the
45           -sourceAttributes method
46         
47 2005-08-04  Helge Hess  <helge.hess@opengroupware.org>
48
49         * EOCoreDataSource.m: print a warning if no object-context was decoded
50           from an archive, improved decoding of 'isFetchEnabled' (set to yes in
51           case no value was set) (v4.5.7)
52
53         * NSEntityDescription+EO.m: added EO compatible attribute/relship 
54           lookup methods (v4.5.6)
55
56 2005-08-04  Helge Hess  <helge.hess@skyrix.com>
57
58         * NSPredicate+EO.m: also check 'selectorName' key during unarchiving
59           (v4.5.5)
60
61 2005-08-04  Helge Hess  <helge.hess@opengroupware.org>
62
63         * NSExpression+EO.m: added EOKeyValueArchiving (v4.5.4)
64
65         * NSPredicate+EO.m: added EOKeyValueArchiving to NSComparisonPredicate
66           (v4.5.3)
67
68 2005-08-03  Helge Hess  <helge.hess@opengroupware.org>
69
70         * v4.5.2
71         
72         * EOFetchSpecification+CoreData.m: implemented -initWithFetchRequest:
73         
74         * EOCoreDataSource.m: added key/value archiving, added ability to
75           retrieve the entity from the fetch specification, added support for
76           qualifier bindings (v4.5.2)
77
78         * EOSortOrdering+CoreData.m: implemented conversion methods
79
80         * EOQualifier+CoreData.m: implemented conversion methods
81
82         * moved NS* categories to own files
83         
84         * v4.5.1
85
86         * moved in implementation prototypes from CoreDataBlog
87
88         * started EOCoreData library