[Pkg-owncloud-commits] [php-sabredav] 02/19: Updated changelog, bumped version
David Prévot
taffit at moszumanska.debian.org
Tue Jan 5 03:12:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to tag 3.0.6
in repository php-sabredav.
commit f5acc14ab13ac16ca1f0120e3b71428ed5962d7b
Author: Evert Pot <me at evertpot.com>
Date: Mon Oct 26 22:34:43 2015 -0400
Updated changelog, bumped version
---
CHANGELOG.md | 7 +++++++
lib/DAV/Version.php | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7b0211d..f0861af 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
ChangeLog
=========
+3.0.6 (2015-??-??)
+------------------
+
+* Switched all mysql tables to `utf8mb4` character set, allowing you to use
+ emoji in some tables where you couldn't before.
+
+
3.0.5 (2015-09-15)
------------------
diff --git a/lib/DAV/Version.php b/lib/DAV/Version.php
index 3ceeef3..4ca6964 100644
--- a/lib/DAV/Version.php
+++ b/lib/DAV/Version.php
@@ -14,6 +14,6 @@ class Version {
/**
* Full version number
*/
- const VERSION = '3.0.5';
+ const VERSION = '3.0.6';
}
--
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