[Pkg-owncloud-commits] [php-sabredav] 18/80: Merge branch '3.0'

David Prévot taffit at moszumanska.debian.org
Thu Jan 7 02:56:18 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabredav.

commit 23a5dd65abd3b8e6c10c6e5896d342298ab3cf9a
Merge: d481121 b7e4995
Author: Evert Pot <me at evertpot.com>
Date:   Tue Oct 27 00:10:56 2015 -0400

    Merge branch '3.0'

 .travis.yml                            |  6 ------
 CHANGELOG.md                           |  8 ++++++++
 examples/sql/mysql.addressbook.sql     |  6 +++---
 examples/sql/mysql.calendars.sql       | 10 +++++-----
 examples/sql/mysql.locks.sql           |  3 +--
 examples/sql/mysql.principals.sql      |  5 ++---
 examples/sql/mysql.propertystorage.sql |  3 ++-
 examples/sql/mysql.users.sql           |  2 +-
 lib/DAV/Tree.php                       |  4 +++-
 9 files changed, 25 insertions(+), 22 deletions(-)

diff --cc CHANGELOG.md
index e6289cb,9e3a1ee..e0f473b
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@@ -1,45 -1,14 +1,53 @@@
  ChangeLog
  =========
  
 +3.1.0-alpha3 (2015-??-??)
 +-------------------------
 +
 +* Better error message when the browser plugin is not enabled.
 +
 +
 +3.1.0-alpha2 (2015-09-05)
 +-------------------------
 +
 +* Massive calendars and addressbooks should see a big drop in peak memory
 +  usage.
 +* Fixed a privilege bug in the availability system.
 +* #697: Added a "tableName" member to the PropertyStorage PDO backend. (@Frzk).
 +* #699: PostgreSQL fix for the Locks PDO backend. (@TCKnet)
 +* Removed the `simplefsserver.php` example file. It's not simple enough.
 +* #703: PropPatch in client is not correctly encoded.
 +* #709: Throw exception when running into empty
 +  `supported-calendar-component-set`.
 +* #711: Don't trigger deserializers for empty elements in `{DAV:}prop`. This
 +  fixes issues when using sabre/dav as a client.
 +* The zip release ships with [sabre/vobject 4.0.0-alpha2][vobj],
 +  [sabre/http 4.1.0][http], [sabre/event 2.0.2][evnt],
 +  [sabre/uri 1.0.1][uri] and [sabre/xml 1.2.0][xml].
 +
 +
 +3.1.0-alpha1 (2015-07-19)
 +-------------------------
 +
 +* Now requires PHP 5.5
 +* Upgraded to vobject 4, which is a lot faster.
 +* Support for PHP 7.
 +* #690: Support for `calendar-availability`, draft 05.
 +  [reference][calendar-availability].
 +* #691: Workaround for broken Windows Phone client.
 +* The zip release ships with [sabre/vobject 4.0.0-alpha1][vobj],
 +  [sabre/http 4.0.0][http], [sabre/event 2.0.2][evnt],
 +  [sabre/uri 1.0.1][uri] and [sabre/xml 1.1.0][xml].
 +
 +
+ 3.0.6 (2015-??-??)
+ ------------------
+ 
+ * #730: Switched all mysql tables to `utf8mb4` character set, allowing you to
+   use emoji in some tables where you couldn't before.
+ * #729: Not all calls to `Sabre\DAV\Tree::getChildren()` were properly cached.
+ 
+ 
  3.0.5 (2015-09-15)
  ------------------
  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list