Skip to content

Commit

Permalink
Merge branch '1.8'
Browse files Browse the repository at this point in the history
Conflicts:
	.travis.yml
	ChangeLog
	build.xml
	lib/Sabre/DAV/Client.php
	lib/Sabre/HTTP/Version.php
  • Loading branch information
evert committed Feb 9, 2014
2 parents 3b1a484 + f8bad17 commit 24b7421
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -2,10 +2,12 @@ language: php
php: php:
- 5.4 - 5.4
- 5.5 - 5.5
- 5.6
- hhvm - hhvm


matrix: matrix:
allow_failures: allow_failures:
- php: 5.6
- php: hhvm - php: hhvm


services: services:
Expand Down
8 changes: 5 additions & 3 deletions ChangeLog.md
Expand Up @@ -85,11 +85,12 @@ ChangeLog
for calendar objects, if the caldav backend provides this info. for calendar objects, if the caldav backend provides this info.




1.8.8 (2013-??-??) 1.8.8 (2014-02-09)
------------------ ------------------


* includes changes from version 1.7.10. * includes changes from version 1.7.10.

* The zip release ships with sabre/vobject 2.1.3.
* includes changes from version 1.7.10.


1.8.7 (2013-10-02) 1.8.7 (2013-10-02)
------------------ ------------------
Expand Down Expand Up @@ -165,10 +166,11 @@ ChangeLog
greater flexiblity. greater flexiblity.




1.7.10 (2014-??-??) 1.7.10 (2014-02-09)
------------------- -------------------


* Fixed: Issue #374: Don't urlescape colon (:) when it's not required. * Fixed: Issue #374: Don't urlescape colon (:) when it's not required.
* Fixed: Potential security vulnerability in the http client.




1.7.9 (2013-10-02) 1.7.9 (2013-10-02)
Expand Down
7 changes: 0 additions & 7 deletions build.xml
Expand Up @@ -16,13 +16,6 @@
<zip destfile="build/SabreDAV-${sabredav.version}.zip" basedir="build/SabreDAV" prefix="SabreDAV/" /> <zip destfile="build/SabreDAV-${sabredav.version}.zip" basedir="build/SabreDAV" prefix="SabreDAV/" />
</target> </target>


<target name="uploadzip" depends="buildzip">
<echo>Uploading to Google Code</echo>
<propertyprompt propertyName="googlecode.username" promptText="Enter your googlecode username" useExistingValue="true" />
<propertyprompt propertyName="googlecode.password" promptText="Enter your googlecode password" useExistingValue="true" />
<exec command="bin/googlecode_upload.py -s 'SabreDAV ${sabredav.version}' -p sabredav -u '${googlecode.username}' -w '${googlecode.password}' build/SabreDAV-${sabredav.version}.zip" checkreturn="true" />
</target>

<target name="clean" depends="init"> <target name="clean" depends="init">
<echo msg="Removing build files (cleaning up distribution)" /> <echo msg="Removing build files (cleaning up distribution)" />
<delete dir="docs/api" /> <delete dir="docs/api" />
Expand Down

0 comments on commit 24b7421

Please sign in to comment.