[Pkg-owncloud-commits] [php-sabredav] 08/11: Updated changelog + bumped version
David Prévot
taffit at moszumanska.debian.org
Thu May 22 17:11:50 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit d7ca80382e8657d046059d8af5060adb61bc9d20
Author: Evert Pot <evert at rooftopsolutions.nl>
Date: Thu May 22 11:49:13 2014 -0400
Updated changelog + bumped version
---
ChangeLog.md | 6 ++++--
lib/DAV/Version.php | 2 +-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/ChangeLog.md b/ChangeLog.md
index 1751f8a..74e66ee 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,10 +1,12 @@
ChangeLog
=========
-2.0.0-beta2 (2014-??-??)
-------------------------
+2.0.0 (2014-05-22)
+------------------
+
* Fixed: #456: Issue in sqlite migration script.
* Updated: MySQL database schema optimized by using more efficient column types.
+* Cleaned up browser design.
2.0.0-beta1 (2014-05-15)
diff --git a/lib/DAV/Version.php b/lib/DAV/Version.php
index 7afe549..26aa49b 100644
--- a/lib/DAV/Version.php
+++ b/lib/DAV/Version.php
@@ -14,6 +14,6 @@ class Version {
/**
* Full version number
*/
- const VERSION = '2.0.0beta2';
+ const VERSION = '2.0.0';
}
--
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