php-sabredav (3.2.0-1) experimental; urgency=medium [ Evert Pot ] * Fix insecure default ACL rule. -- David Prévot Thu, 07 Jul 2016 10:43:36 -0400 php-sabredav (3.2.0~alpha1-1) experimental; urgency=medium [ Evert Pot ] * Prepping for 3.2.0 alpha1 release. [ David Prévot ] * Adapt package to new php-psr-log dependency * Adapt phpunit calls to phpunit.xml.dist renaming -- David Prévot Wed, 11 May 2016 20:56:37 -0400 php-sabredav (3.1.3-1) experimental; urgency=medium [ Evert Pot ] * libxml should be at least at 2.7.0. * Releasing 3.1.3 [ David Prévot ] * Update Standards-Version to 3.9.8 -- David Prévot Wed, 06 Apr 2016 21:14:29 -0400 php-sabredav (3.1.2-1) experimental; urgency=medium [ Evert Pot ] * Clean up synclog correctly after deleting addressbook. * Fall back to manually seeking if fseek fails. * Making the Sqlite schema a lot more strict. [ David Prévot ] * Move maintenance within Debian PHP PEAR Maintainers * Update Standards-Version to 3.9.7 * PHP 7.0 transition: - Adapt php5-* build-dependencies - Build with recent pkg-php-tools -- David Prévot Sun, 13 Mar 2016 13:07:55 -0400 php-sabredav (3.1.1-1) experimental; urgency=medium [ Thomas Müller ] * Allow PHP7 in composer.json -- David Prévot Tue, 26 Jan 2016 10:15:30 -0400 php-sabredav (3.1.0-1) experimental; urgency=medium [ Evert Pot ] * Yup! This is it. 3.1 is almost there. [ David Prévot ] * Update copyright (years) -- David Prévot Wed, 06 Jan 2016 22:42:22 -0400 php-sabredav (3.1.0~alpha2-1) experimental; urgency=medium [ Evert Pot ] * Remove simplefsserver.php * Releasing 3.1.0-alpha2 -- David Prévot Sat, 05 Sep 2015 11:48:32 -0400 php-sabredav (3.1.0~alpha1-1) experimental; urgency=medium [ Evert Pot ] * sabre/dav now works with vobject4 * Workaround for broken Windows Phone client. -- David Prévot Tue, 28 Jul 2015 08:54:22 +0200 php-sabredav (3.0.1-1) experimental; urgency=medium [ Evert Pot ] * Preparing for 3.0.1 release. [ Vincent Petry ] * Properly concatenate $path, even if it's "0" -- David Prévot Fri, 03 Jul 2015 15:00:02 -0400 php-sabredav (3.0.0-1) experimental; urgency=medium [ Evert Pot ] * Calling the next version 3.0. -- David Prévot Sat, 20 Jun 2015 14:20:38 -0400 php-sabredav (2.2.0~alpha4-1) experimental; urgency=medium [ Evert Pot ] * New XML system [ David Prévot ] * Update uploaders list * Drop copyright mention for debian/* -- David Prévot Tue, 14 Apr 2015 21:09:06 -0400 php-sabredav (2.2.0~alpha3-1) experimental; urgency=medium [ Evert Pot ] * Using 1.0 for sabre/uri and dev-master for sabre/http * Releasing 2.0.0alpha-3 [ Lukas Reschke ] * Prevent enumeration of absolute path using Browser Plugin [ David Prévot ] * Build-depend on php-sabre-uri and python * Provide homemade autoload.php * Install naturalselection and sabredav CLIs -- David Prévot Thu, 26 Feb 2015 12:39:19 -0400 php-sabredav (2.2.0~alpha2-1) experimental; urgency=medium [ Evert Pot ] * Tagging the second 2.2.0 alpha [ David Prévot ] * Update copyright -- David Prévot Sat, 10 Jan 2015 09:43:27 -0400 php-sabredav (2.2.0~alpha1-1) experimental; urgency=medium [ Evert Pot ] * Deleted long-deprecated classes. * Removed deprecated Client methods. * Releasing the first 2.2 alpha. -- David Prévot Thu, 11 Dec 2014 11:38:09 -0400 php-sabredav (2.1.2-1) experimental; urgency=medium [ Evert Pot ] * Releasing 2.1.2 [ David Prévot ] * Update watch file * Drop now useless patch (Closes: #743111) -- David Prévot Thu, 11 Dec 2014 10:39:24 -0400 php-sabredav (2.1.1-1) experimental; urgency=medium [ Evert Pot ] * calendar-timezone support for calendar-query and calendar-multiget. * calendar-timezone support in free-busy-query REPORT * Support for calendar-timezone in scheduling freebusy request. * IScheduleObject is now also a ICalendar object. * Added CalendarRoot for forward compatibility. * Using class_alias instead. * Only marking iCalendar objects as modified when they generate scheduling messages. * Support REDIRECT_REMOTE_USER. * Ensuring that the sync-token field gets initialized with a value. * IMipHandler did not strip mailto: frome email addresses. * Adding sync-token back to the ics generator. * Several issues fixed in the migration process. [ Armin Hackmann ] * #550 Don't select a shared calendar as schedule-default-calendar-URL [ David Prévot ] * Use php-symfony-class-loader instead of php-symfony-classloader -- David Prévot Fri, 28 Nov 2014 16:56:41 -0400 php-sabredav (2.1.0~alpha2-1) experimental; urgency=medium [ Evert Pot ] * Adding calendar-user-address-set to default principal property search. * Migrated notifications-related functionality to its own plugin. * Added getCalendarObjectByUID to PDO backend. * Version is alpha2 -- David Prévot Wed, 29 Oct 2014 15:15:40 -0400 php-sabredav (2.1.0~alpha1-1) experimental; urgency=medium [ Evert Pot ] * Providing a way to find a calendar object by its UID. * Propertystorage must transfer properties after MOVE requests. * Added phpcs + lots of cs fixes. * Always showing the lock-token in lockdiscovery properties. * Browser plugin now supports supported-privilege-set. * CalendarRootNode -> CalendarRoot. UserCalendars -> CalendarHome. * getCalendarByObjectUID is now part of the standard interface. * Moved getCalendarObjectsByUID to base interface. * Delegating some scheduling functionality to vobject's new itip stuff. * Overhauled iMip plugin. * Support for email-address-set. * Now emitting 400 Bad Request upon PUT requests with Content-Range. * Support for carddav:supported-collation-set and max-resource-size. * Automatically converting vcards. * Converting incoming jCard data from PUT. * supported-address-data * Emitting 415 now when a report is not supported. * Supporting HEAD wherever we support GET. * Removed ObjectTree and Tree\FileSystem * Upgraded to sabre/http 3.0 [ Alfred Klomp ] * Issue 482: PropFind::set() hard adds properties during ALLPROPS * Browser plugin: sort by type first, then display path. [ Lukas Reschke ] * Only accept HTTP and HTTPS as protocol [ David Prévot ] * Ship migration scripts among examples * Run phpcs with other tests * Bump php-sabre-http build-dependency to 3.0.0 * Bump standards version to 3.9.6 -- David Prévot Thu, 25 Sep 2014 09:58:52 -0400 php-sabredav (2.0.4-1) experimental; urgency=medium [ Evert Pot ] * SabreDAV 2.0 is getting the vobject 3.3.0 upgrade. * Unlocking nodes after they have been deleted. * Using a different property to internally pass the sync-token around. * Automatically populate getctag with the sync-token, if available. * Preparing for release. [ Jean SIMARD ] * Fix a typo in calendars creation for PostgreSQL -- David Prévot Wed, 27 Aug 2014 17:31:55 -0400 php-sabredav (2.0.3-1) experimental; urgency=medium [ Evert Pot ] * Going to release sabre/dav 2.0.3 [ David Prévot ] * No tests if DEB_BUILD_OPTIONS contains nocheck * Use quilt to remove the last patch -- David Prévot Sun, 20 Jul 2014 15:42:36 -0400 php-sabredav (2.0.0-1) experimental; urgency=medium [ Evert Pot ] * Updated changelog + bumped version -- David Prévot Thu, 22 May 2014 12:48:05 -0400 php-sabredav (2.0.0~beta1-1) experimental; urgency=medium [ Evert Pot ] * Changelog is now in markdown format. * Bumped versions * XXE security issue. [ David Prévot ] * Update upstream source * Update Homepage * Run the test suite on packaging * Add DEP-8 compliant tests * Remove transitional package * Repack is now useless (docs have been removed) * Update copyright -- David Prévot Tue, 20 May 2014 17:29:30 -0400 php-sabredav (1.9.0~alpha2+dfsg-1) experimental; urgency=medium [ Evert Pot ] * Requiring sabre/http 2.0.0 stable * Releasing second alpha [ Thomas Müller ] * Introduce depth infinity for PROPFIND [ David Prévot ] * Use Files-Excluded feature of uscan * Update copyright -- David Prévot Sat, 18 Jan 2014 15:51:25 -0400 php-sabredav (1.9.0~alpha1+dfsg-1) experimental; urgency=low * Imported Upstream version 1.9.0~alpha1+dfsg * Bump standards version to 3.9.5 -- David Prévot Tue, 12 Nov 2013 22:26:05 -0400 php-sabredav (1.8.7+dfsg-1) experimental; urgency=low * Imported Upstream version 1.8.7+dfsg * Drop php5-json build-dependency * Refer to Apache-2.0 from /usr/share/common-licenses * Add self to uploaders -- David Prévot Sat, 12 Oct 2013 17:55:32 -0400 php-sabredav (1.8.6+dfsg-1) experimental; urgency=low * Team upload * New upstream release (closes: #712752) * Update copyright * Use phpcomposer build helper -- David Prévot Thu, 20 Jun 2013 17:03:20 -0400 php-sabredav (1.7.6+dfsg-2) unstable; urgency=low * Team upload * php-sabre-dav also breaks owncloud (<< 5) -- David Prévot Wed, 10 Apr 2013 15:14:43 -0400 php-sabredav (1.7.6+dfsg-1) unstable; urgency=low * Team upload * New upstream release * debian/copyright: Update * debian/rules: Use canonical Vcs- fields -- David Prévot Wed, 10 Apr 2013 09:24:35 -0400 php-sabredav (1.7.5+dfsg-3) unstable; urgency=low * Team upload * Provide back the transitional dummy package, with Breaks: owncloud (<< 5) to avoid premature/asynchronous upgrades, better fix to #704889, thanks to Gregor Herrmann -- David Prévot Sun, 07 Apr 2013 10:56:00 -0400 php-sabredav (1.7.5+dfsg-2) unstable; urgency=low * Team upload * Drop the transitional dummy package (closes: #704889) -- David Prévot Sun, 07 Apr 2013 10:14:57 -0400 php-sabredav (1.7.5+dfsg-1) unstable; urgency=low * Team upload * New upstream release * debian/doc: Remove empty file * debian/{repack.sh,rules,watch}: Repack downloaded ZIP file and strip non-DFSG compliant material * debian/copyright: Document the new and updated licenses * debian/control: - Drop now useless DMUA - Bump Standards-Version to 3.9.4, no change needed - Depends on php-sabre-vobject - Rename the binary package as php-sabre-dav following upstream advice - Provide a transitional dummy package -- David Prévot Thu, 28 Mar 2013 16:12:58 -0400 php-sabredav (1.6.3-1) unstable; urgency=low * New upstream release -- Thomas Mueller Fri, 06 Jul 2012 08:29:33 +0200 php-sabredav (1.6.2-3) unstable; urgency=low * Fixed the hompage field in debian/control. -- Paul van Tilburg Sun, 03 Jun 2012 00:14:06 +0200 php-sabredav (1.6.2-2) unstable; urgency=low * Set the team as maintainer. -- Paul van Tilburg Sun, 03 Jun 2012 00:01:09 +0200 php-sabredav (1.6.2-1) unstable; urgency=low [ Thomas Mueller ] * Initial release (Closes: #670876) -- Paul van Tilburg Sun, 20 May 2012 10:45:50 +0200