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