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