[Pkg-owncloud-commits] [php-sabredav] 152/163: Aiming for a beta release today.
David Prévot
taffit at moszumanska.debian.org
Tue May 20 18:55:03 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag upstream/2.0.0_beta1
in repository php-sabredav.
commit 77aed99599d78cede0170c61642c8028b6e0d347
Author: Evert Pot <me at evertpot.com>
Date: Thu May 15 16:09:45 2014 -0400
Aiming for a beta release today.
---
ChangeLog.md | 4 ++--
lib/DAV/Version.php | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ChangeLog.md b/ChangeLog.md
index b013343..5e397d5 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,7 +1,7 @@
ChangeLog
=========
-2.0.0-alpha1 (????-??-??)
+2.0.0-beta1 (2014-05-15)
-------------------------
* The zip release ships with [sabre/vobject 3.2.2][vobj],
@@ -12,7 +12,7 @@ ChangeLog
possible before.
* BC Break: Removed `propertyUpdate`, `beforeGetProperties` and
`afterGetProperties` events.
-* Fixed: #413: Memory optimizations for the CardDAV PDO backend.
+* Fixed: #413: Memory optimizations for the CardDAV PDO backend.
* Updated: Brand new browser plugin with more debugging features and a design
that is slightly less painful.
* Added: Support for the `{DAV:}supported-method-set` property server-wide.
diff --git a/lib/DAV/Version.php b/lib/DAV/Version.php
index 47306f7..4cee3f8 100644
--- a/lib/DAV/Version.php
+++ b/lib/DAV/Version.php
@@ -14,6 +14,6 @@ class Version {
/**
* Full version number
*/
- const VERSION = '2.0.0alpha1';
+ const VERSION = '2.0.0beta1';
}
--
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