We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50ba0c commit 1574133Copy full SHA for 1574133
ChangeLog
@@ -1,5 +1,5 @@
1
-0.10-alpha (????-??-??)
2
- * Added: Plugin to automatically map GET requests to non-files to
+0.10-alpha (2009-08-03)
+ * Added: Plugin to automatically map GET requests to non-files to
3
PROPFIND (Sabre_DAV_Browser_MapGetToPropFind). This should allow
4
easier debugging of complicated WebDAV setups.
5
* Added: Sabre_DAV_Property_Href class. For future use.
build.xml
@@ -3,7 +3,7 @@
<target name="build">
<exec command="bin/pearpackage.php make" passthru="true" />
6
- <exec command="pear package" passthru="true" />
+ <exec command="pear package" />
7
</target>
8
9
<target name="dist" depends="build, clean">
0 commit comments