+2005-05-03 Helge Hess <helge.hess@opengroupware.org>
+
+ * NGXmlRpcAction.m: fixed gcc 4.0 warnings (v4.5.10)
+
2005-01-02 Helge Hess <helge.hess@opengroupware.org>
* WODirectAction+XmlRpc.m: minor code cleanups (v4.5.9)
return [[self context] request];
}
-- (WOSession *)session {
+- (id)session {
return [[self context] session];
}
-- (WOSession *)existingSession {
+- (id)existingSession {
WOContext *ctx = [self context];
/* check whether the context has a session */
# version file
-SUBMINOR_VERSION:=9
+SUBMINOR_VERSION:=10
+2005-05-03 Helge Hess <helge.hess@opengroupware.org>
+
+ * GNUmakefile.preamble: added strict bundle dependencies for MacOSX
+ (v4.5.73)
+
2005-04-24 Helge Hess <helge.hess@opengroupware.org>
* fixed gcc 4.0 warnings (v4.5.72)
-L../../sope-xml/SaxObjC/$(GNUSTEP_OBJ_DIR)
endif
-WEExtensions_BUNDLE_LIBS += -lWEExtensions
+WEExtensions_BUNDLE_LIBS += \
+ -lWEExtensions \
+ -lNGObjWeb \
+ -lNGMime \
+ -lNGStreams -lNGExtensions -lEOControl \
+ -lXmlRpc -lDOM -lSaxObjC
WEExtensions_WOBUNDLE_LIBS += $(WEExtensions_BUNDLE_LIBS)
ifneq ($(GNUSTEP_BUILD_DIR),)
# version file
-SUBMINOR_VERSION:=72
+SUBMINOR_VERSION:=73
# v4.5.65 requires libNGObjWeb v4.5.106
+2005-05-03 Helge Hess <helge.hess@opengroupware.org>
+
+ * GNUmakefile.preamble: added strict bundle dependencies for MacOSX
+ (v4.5.25)
+
2005-04-12 Helge Hess <helge.hess@opengroupware.org>
* added generated manpages for all .api files (v4.5.24)
-L../../sope-xml/SaxObjC/$(GNUSTEP_OBJ_DIR)
endif
-WOExtensions_BUNDLE_LIBS += -lWOExtensions -lWEExtensions
+WOExtensions_BUNDLE_LIBS += \
+ -lWOExtensions -lWEExtensions \
+ -lNGObjWeb \
+ -lNGMime \
+ -lNGStreams -lNGExtensions -lEOControl \
+ -lXmlRpc -lDOM -lSaxObjC
WOExtensions_WOBUNDLE_LIBS += $(WOExtensions_BUNDLE_LIBS)
# Apple
# Version file
-SUBMINOR_VERSION:=24
+SUBMINOR_VERSION:=25
# v4.5.23 requires libNGObjWeb v4.5.145
# v4.5.22 requires libNGObjWeb v4.5.106