]> err.no Git - sope/blob - sope-core/ChangeLog
added OSX framework support
[sope] / sope-core / ChangeLog
1 2005-08-10  Helge Hess  <helge.hess@opengroupware.org>
2
3         * all makefiles: added flags to build only frameworks on MacOSX
4
5 2005-08-08  Marcus Mueller  <znek@mulle-kybernetik.com>
6
7         * README-OSX.txt: updated prebinding info
8
9 2004-10-17  Helge Hess  <helge.hess@opengroupware.org>
10
11         * all makefiles: include config.make if available
12
13 2004-09-22  Marcus Mueller  <znek@mulle-kybernetik.com>
14
15         * sope-core.xcode: Fixed wrong build order
16
17 2004-09-21  Marcus Mueller  <znek@mulle-kybernetik.com>
18
19         * sope-core.xcode: Fixed dependencies to resemble the make process
20           more closely. Our aim should be to stick to the make process
21           as closely as possible, so we shouldn't introduce dependencies in
22           non-toplevel projects.
23
24 2004-08-29  Marcus Mueller  <znek@mulle-kybernetik.com>
25
26         * sope-core.xcode: fixed file encodings
27
28         * SxCore*: removed old Xcode and related files
29
30 2004-08-23  Marcus Mueller  <znek@mulle-kybernetik.com>
31
32         * added new sope-core.xcode
33
34 2004-08-20  Helge Hess  <helge.hess@opengroupware.org>
35
36         * common.make: updated for new SOPE 4.3 hierarchy
37
38         * updated Version to 4.3
39
40 2004-08-16  Marcus Mueller  <znek@mulle-kybernetik.com>
41
42         * SxCore.xcode: added NGCalendarDateRange.[hm]
43
44 2004-07-21  Marcus Mueller  <znek@mulle-kybernetik.com>
45
46         * SxCore.xcode: fixed incorrect framework search paths.
47
48 2004-07-21  Marcus Mueller  <znek@mulle-kybernetik.com>
49
50         * README-OSX.txt: Major overhaul for build description, especially the
51           Xcode section.
52
53 2004-07-16  Marcus Mueller  <znek@mulle-kybernetik.com>
54
55         * SxCore.xcode: added 'Wrapper' build style and 'Wrapper Contents'
56           target. Use these to build the frameworks in an appropriate form to
57           have them embedded in an applications app wrapper's 'Frameworks'
58           folder.
59
60         * SxCore.xcode: LDAP related targets link against new LDAP system
61           framework now.
62
63 2004-06-11  Marcus Mueller  <znek@mulle-kybernetik.com>
64
65         * SxCore.xcode: removed NGCString from NGExtensions (deprecated)
66
67 2004-06-09  Helge Hess  <helge.hess@opengroupware.org>
68
69         * common.make: removed local ADDITIONAL_LIB_DIRS since those might not
70           yet be available during compilation, which in turn prints warnings
71           with Apple gcc
72
73 2004-05-09  Helge Hess  <helge.hess@opengroupware.org>
74
75         * SxCore.xcode: added subclassing test tool
76
77 2004-03-24  Marcus Mueller  <znek@mulle-kybernetik.com>
78
79         * SxCore.xcode: added NSString+German.[hm] in NGExtensions.
80           Also, added -headerpad_max_install_names link option where
81           appropriate.
82
83 2004-03-15  Helge Hess  <helge.hess@opengroupware.org>
84
85         * SxCore.xcode: added new plist categories in NGExtensions to Xcode
86           project
87
88 2004-03-08  Helge Hess  <helge.hess@opengroupware.org>
89
90         * SxCore.xcode: added new source files in EOControl to Xcode project
91
92         * README-OSX.txt: added some build notes
93
94 2004-02-10  Marcus Mueller  <znek@mulle-kybernetik.com>
95
96         * SxCore.xcode: Updated prebinding information according to
97           README-OSX.txt. Also, added Foundation.framework explicitly
98           to all subprojects.
99
100         * README-OSX.txt: New README currently describing prebinding
101           information for Mac OS X.
102
103         * ChangeLog: created.