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