]> err.no Git - sope/blob - sope-appserver/mod_ngobjweb/ChangeLog
Xcode build fixed for linking against libical.framework
[sope] / sope-appserver / mod_ngobjweb / ChangeLog
1 2004-09-20  Helge Hess  <helge.hess@skyrix.com>
2
3         * scanhttp.c (NGScanResponseLine): changed char types to unsigned char
4
5         * GNUmakefile: remove version and EAPI marker from generated module,
6           the result is now called mod_ngobjweb.so
7
8 2004-09-08  Helge Hess  <helge.hess@opengroupware.org>
9
10         * handler.c: fixed some log text
11
12 2004-04-02  Marcus Mueller <znek@mulle-kybernetik.com>
13
14         * README: Minor additions/changes for Apache 1.3.x
15
16 2003-12-22  Frank Reppin  <frank@opengroupware.org>
17
18         * handler.c: ap_setup_client_block before ap_get_client_block
19           which fixes the issue reported in Bug #354.
20           Tested with 2.0.40/2.0.47/2.0.48
21
22         * thanks to Frank Wuebbeling <wuebbel@math dot uni-muenster dot de>
23           for pointing!
24
25 2003-08-08  Helge Hess  <helge.hess@skyrix.com>
26
27         * handler.c: if r->handler is NULL on Apache2, decline request - might
28           have been the cause for some crashes with Apache2
29
30 2003-08-01  Bjoern Stierand  <bjoern@opengroupware.org>
31
32         * globals.c, common.h: added some missing headers to remove compilation
33           warnings on FreeBSD RELENG_4 (thanks to Frank Reppin <fr@skyrix.com>)
34
35 2003-07-15  Thomas Woerner <twoerner@redhat.com>
36
37         * port to apache 2.x
38         
39         * thanks to Ricardo Cerqueira <ricardo@cerqueira.org> for testing
40         
41 2003-02-05  Helge Hess  <helge.hess@skyrix.com>
42
43         * globals.c: disable HEAVY_LOG per default
44
45 2003-01-31  Helge Hess  <helge.hess@skyrix.com>
46
47         * config.c: fixed a bug in the configuration of SNSAppPrefix
48
49 2002-12-10  Helge Hess  <helge.hess@skyrix.com>
50
51         * added CHANGES
52
53 Tue Jul  2 16:09:56 2002  Jan Reichmann  <jan@skyrix.com>
54
55         * NGBufferedDescriptor.c: char -> unsigned char (fixes SuSE Bug 
56           13871),umlauts in HTTP were not correctly handled by the ngobjweb
57           proxy module
58
59 Sat Mar 23 17:18:58 2002  Helge Hess  <helge.hess@skyrix.com>
60         
61         * removed "global" sns config (you need to specify the sns
62           explicitly using SetSNSPort
63         
64         * handler.c: major cleanups
65
66 2001-11-12  Helge Hess  <helge.hess@skyrix.com>
67
68         * sns.c (_sendSNSQuery): added fail-codes
69
70 Tue Oct  9 15:42:07 2001  Helge Hess  <helge.hess@skyrix.com>
71
72         * sns.c: removed support for SNS over HTTP
73
74 Wed Feb 28 16:03:14 2001  Helge Hess  <helge.hess@mdlink.de>
75
76         * sns.c (_sendSNSQuery): fixed bugs in HTTP support
77
78 Fri Dec  1 16:08:00 2000  Helge Hess  <helge.hess@mdlink.de>
79
80         * added apxs support
81
82 Tue Aug  3 16:35:38 1999  Helge Hess  <helge@trex.mdlink.de>
83
84         * sns.c (_sendSNSQuery): fixed bug, returned Unix-domain addresses 
85           were not null terminated (the SUN_LEN of an address is excluding 
86           the zero byte which is therefore not transferred by snsd)