2007-05-07  Thomas Arendsen Hein <thomas@intevation.de>

	* resmgr/olhacks.php.in: Generate a single To: header listing all
	recipients when forwarding encapsulated iCal messages.

2007-04-29  Marcus Hwe <suse-tux@gmx.de>

	* freebusy/freebusyimapcache.class.php: Fixed indention. Now it
	fits better to the other freebusy classes.

2007-03-20  Thomas Arendsen Hein <thomas@intevation.de>

	* freebusy/freebusy.class.php.in: Don't assume that all day events
	only last exactly one day, fixes issue1659.

2006-11-23  Sascha Wilde  <wilde@intevation.de>

	* freebusy/freebusy.class.php.in: Reset error stack in
	imapOpenMailbox before calling imap_reopen.  Fixes Issue1512.

2006-11-22  Gunnar Wrobel  <wrobel@pardus.de>

	* freebusy/freebusy.php.in: 

	Avoid notices because of undefined
	$params['ldap_classname_suffix'].  

	Avoid notices because of undefined $_REQUEST['cache'] and
	$_REQUEST['extended']
	
	* freebusy/pfb.php.in: 

	Avoid notices because of undefined
	$params['ldap_classname_suffix'].

	* freebusy/freebusycache.class.php.in: 

	Trailing newline may trigger php warnings depending on php
	verbosity.

	* freebusy/freebusyimapcache.class.php: 

	Trailing newline may trigger php warnings depending on php
	verbosity.

	* freebusy/pfb.php.in (): 

	Completed fixing cache dir path problem.

2006-11-22  Sascha Wilde  <wilde@intevation.de>

	* freebusy/freebusy.php.in: Replaced @freebusy_cachedir@ with
	$parms['cache_dir'].

2006-11-22  Gunnar Wrobel  <wrobel@pardus.de>

	* freebusy/pfb.php.in: 

	Fixed cache dir path problem described in

	https://intevation.de/roundup/kolab/issue1490

	and introduced with

	http://kolab.org/cgi-bin/viewcvs-kolab.cgi/server/kolabd/kolabd/templates/freebusy.conf.template.in.diff?r1=1.3&r2=1.4

	The use of $params['kolab_prefix'] originated from the original
	caching patch but should not be used as introduced with

	http://kolab.org/cgi-bin/viewcvs-kolab.cgi/server/kolab-resource-handlers/kolab-resource-handlers/freebusy/pfb.php.in.diff?r1=1.5&r2=1.6

	since this breaks compatibility with running kolab on other
	distros.
	
	* freebusy/freebusyldap_dummy.class.php: 

	Trailing newline introduced in
	http://kolab.org/cgi-bin/viewcvs-kolab.cgi/server/kolab-resource-handlers/kolab-resource-handlers/freebusy/freebusyldap_dummy.class.php?rev=1.1&content-type=text/vnd.viewcvs-markup
	may trigger php warnings depending on php verbosity

2006-11-13  Gunnar Wrobel  <wrobel@pardus.de>

	* freebusy/freebusy.class.php.in: 

	See below.

	* freebusy/freebusy.php.in: 

	Trailing newline introduced in
	http://kolab.org/cgi-bin/viewcvs-kolab.cgi/server/kolab-resource-handlers/kolab-resource-handlers/freebusy/freebusy.php.in.diff?r1=1.3&r2=1.4
	may trigger php warnings depending on php verbosity
	
2006-11-01  Gunnar Wrobel  <wrobel@pardus.de>

	* freebusy/freebusycache.class.php.in: 

	Fixed freebusycache class for PHP5 (array_merge problems).

	* resmgr/misc.php: 

	Fixed misc.php helper for PHP5 (array_merge problems).

	* resmgr/kolabfilter.php.in ($addrs): 

	Fixed kolabfilter script for PHP5 (array_merge problems).

2006-08-25  Bernhard Herzog  <bh@intevation.de>

	* resmgr/resmgr.php.in: Apply patch to fix Issue1352.

2006-07-31  Bernhard Herzog  <bh@intevation.de>

	* resmgr/resmgr.php.in: Further fix for Issue957: 
	Use the correct default value for the TRANSP ical attribute.
	Otherwise the opacity (free or busy) status of the event is not
	determined correctly if the attribute is not explicitly given in
	the ical data (in php, 0 == 'TRANSPARENT' is true).

2006-04-02 Richard Bos <richard@radoeka.nl>
	Patch by Marcus Hwe <suse-tux@gmx.de>
	* freebusy/freebusycache.class.php.in: prevent warning:
	  "Cannot modify header information - headers already sent by....."
	  Just remove the last empty line in the file.

2006-03-28 Richard Bos <richard@radoeka.nl>
	* freebusy/pfb.php.in: Add missing prefix 'kolab_php_module_prefix'
	* Makefile.am: suggestion from Gunnar Wrobel <wrobel@gentoo.org>:
	  The chmod lines for kolabfilter.php and kolabmailboxfilter.php are
	  not really necessary since both files are being installed as
	  "script" so they are marked executable automatically.

2006-03-26 Richard Bos <richard@radoeka.nl>
	* Makefile.am: the build proces did not use the resmgr_scriptsdir
	  variable, this is now corrected

2006-02-05 Richard Bos <richard@radoeka.nl>
	* freebusy/freebusycache.class.php, freebusy/freebusy.class.php,
	  resmgr/resmgr.php, resmgr/olhacks.php: removed
	* freebusy/freebusycache.class.php.in, freebusy/freebusy.class.php.in,
	  resmgr/resmgr.php.in, resmgr/olhacks.php.in: added.  Use the
	  new kolab_php_module_prefix variable
	* Makefile.am: reflect the changes in the above mentioned files

2006-01-14 Marcus Hüwe <suse-tux@gmx.de>
	Patch commited by Richard Bos
	* configure.ac: replaced --enable-dist with --with-dist
	  Added dist_conf file check.  If dist_conf file specified with
	  --with-dist is not present fail configure.
	* kolab-resource-handlers.spec.in: replaced --enable-dist
	  with --with-dist

2006-01-03 Richard Bos <richard@radoeka.nl>
	* Makefile.am: distribute only the files to be distributed
	  from the dist_conf directory
	  Added a distclean-local rule to remove the directory autom4te.cache

2005-12-30 Richard Bos <richard@radoeka.nl>
	* Makefile.am: add webserver_web_prefix so the involved files
	  are installed in the right directory.

2005-12-22 Richard Bos <richard@radoeka.nl>
	* resmgr/kolabfilter.php.in,
	  resmgr/kolabmailboxfilter.php.in: changed @phplibdir2@/pear to
	  @phppeardir@

2005-12-19 Richard Bos <richard@radoeka.nl>
	* configure.ac: added no-dist-gzip to AM_INIT_AUTOMAKE
	* ../Makefile: reflected change in configure.ac, to create only bzipped
	  tarbals.  Changed 'make dist' into 'make distcheck'

2005-12-17 richard Bos <richard@radoeka.nl>
	* configure.ac: lower the required autoconf version to 1.7
	  like all the other modules.

2005-12-17 richard Bos <richard@radoeka.nl>
	* ../Makefile: the rpm could not be build, fixed by copying the
	  kolabd Makefile
	* kolab-resource-handlers.spec.in: simplified the %setup tag and
	  the configure command
	* Makefile.am: group resmgr/kolabfilter.php and
	  resmgr/kolabmailboxfilter.php into the conffile_FILES
	  Create the directories $(resmgr_filterdir) and $(freebusy_cachedir)
	  during installation
	* freebusy/pfb.php.in,
	  freebusy/freebusy.php.in: @freebusy_cachefile@ replaced by
	  @freebusy_cachedir@
	* resmgr/kolabfilter.php.in,
	  resmgr/kolabmailboxfilter.php.in: @resmgr_filter@ replaced by
	  @resmgr_filterdir@

2005-12-14 richard Bos <richard@radoeka.nl>
	* AUTHORS: added
	* NEWS: added, with the latest news from: release-notes.txt
	* bootstrap: AUTHORS and NEWS are not touched anymore as they are now
	  part of cvs
	* Makefile.am: ChangeLog, COPYING, NEWS and AUTHORS are now installed
	  in $(pkgdocdir)/@PACKAGE@

2005-11-28 Marcus Hüwe <suse-tux@gmx.de>
	* Autoconfiscated kolab-resource-handlers module (a lot of changes)
	* bootstrap: added
	* configure.ac: added
	* freebusy/freebusy.php: moved to freebusy/freebusy.php.in,
	  introduced autoconf variables: @resmgr_confdir@, @freebusy_cachefile@
	* freebusy/pfb.php: moved freebusy/pfb.php.in,
	  introdurced autoconf variables: @resmgr_confdir@, @freebusy_cachefile@
	* kolab-resource-handlers.spec: moved to kolab-resource-handlers.spec.in,
	  changed build-process, bump Release number to 20051128
	* Makefile.am: added
	* resmgr/kolabfilter.php: moved to resmgr/kolabfilter.php.in,
	  introduced autoconf variables: @PHP@, @phplibdir2@, @resmgr_filter@
	* resmgr/kolabmailboxfilter.php: moved to resmgr/kolabmailboxfilter.php.in,
	  introduced autoconf variables: @PHP@, @phplibdir2@, @resmgr_confdir@,
	  @resmgr_filter@
	* resmgr/resmgr.conf: moved to resmgr/resmgr.conf.in,
	  introduced autoconf variables: @webserver_document_root@, @sysconfdir@,
	  @resmgr_logfile@
