]> err.no Git - sope/blob - sope-xml/ChangeLog
fixed some comments
[sope] / sope-xml / ChangeLog
1 2005-08-09  Helge Hess  <helge.hess@opengroupware.org>
2
3         * all makefiles: added flags to build only frameworks on MacOSX
4
5 2004-10-17  Helge Hess  <helge.hess@opengroupware.org>
6
7         * all makefiles: include config.make if available
8
9 2004-09-21  Marcus Mueller  <znek@mulle-kybernetik.com>
10
11         * sope-xml.xcode: Fixed dependencies to resemble the make process
12           more closely. Our aim should be to stick to the make process
13           as closely as possible, so we shouldn't introduce dependencies in
14           non-toplevel projects.
15
16 2004-08-29  Marcus Mueller  <znek@mulle-kybernetik.com>
17
18         * sope-xml.xcode: new Xcode aggregate project
19
20         * SxXML*: removed old Xcode projects
21
22 2004-08-20  Helge Hess  <helge.hess@opengroupware.org>
23
24         * moved iCalSaxDriver to sope-ical
25
26         * moved ExpatSaxDriver, CFXMLSaxDriver to Recycler
27
28         * moved PlistSaxDriver to samples
29
30 2004-08-03  Marcus Mueller  <znek@mulle-kybernetik.com>
31
32         * SxXML.xcode: fixed missing SaxObjC build dependency. libxmlSAXDriver
33           is now built before SaxObjC, so copying it in the framework's 
34           wrapper will succeed.
35
36 2004-07-21  Marcus Mueller  <znek@mulle-kybernetik.com>
37
38         * README-OSX.txt: Major overhaul for build description, especially the
39           Xcode section.
40
41 2004-07-16  Marcus Mueller  <znek@mulle-kybernetik.com>
42
43         * SxXML.xcode: added 'Wrapper' build style and 'Wrapper Contents'
44           target.  Use these to build the frameworks in an appropriate form to
45           have them embedded in an applications app wrapper's 'Frameworks'
46           folder.
47
48 2004-05-05  Marcus Mueller  <znek@mulle-kybernetik.com>  
49
50         * ExpatSaxDriver/GNUmakefile, PlistSaxDriver/GNUmakefile:
51           added support for building with GNUSTEP_BUILD_DIR environment
52           variable set for recent gnustep-make package.
53
54 2004-03-24  Marcus Mueller  <znek@mulle-kybernetik.com>
55
56         * SxXML.xcode: added -headerpad_max_install_names to linker flags
57           where appropriate.
58
59 2004-03-08  Helge Hess  <helge@mac.in.skyrix.com>
60
61         * SxXML.xcode: added a README file
62
63         * README-OSX.txt: added some build notes
64
65 2004-02-29  Helge Hess  <helge.hess@opengroupware.org>
66
67         * GNUmakefile: compile STXSaxDriver per default
68
69         * SxXML.xcode: added new STXSaxDriver for parsing structured
70           text files
71
72 2004-02-10  Marcus Mueller  <znek@mulle-kybernetik.com>
73
74         * SxXML.xcode: Updated prebinding information according to
75           README-OSX.txt. Also, added Foundation.framework explicitly
76           to all subprojects.
77
78         * README-OSX.txt: New README currently describing prebinding
79           information for Mac OS X.
80
81         * ChangeLog: created.