Skip to content

Commit 1574133

Browse files
committed
Updated date in changelog
1 parent b50ba0c commit 1574133

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
0.10-alpha (????-??-??)
2-
* Added: Plugin to automatically map GET requests to non-files to
1+
0.10-alpha (2009-08-03)
2+
* Added: Plugin to automatically map GET requests to non-files to
33
PROPFIND (Sabre_DAV_Browser_MapGetToPropFind). This should allow
44
easier debugging of complicated WebDAV setups.
55
* Added: Sabre_DAV_Property_Href class. For future use.

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<target name="build">
55
<exec command="bin/pearpackage.php make" passthru="true" />
6-
<exec command="pear package" passthru="true" />
6+
<exec command="pear package" />
77
</target>
88

99
<target name="dist" depends="build, clean">

0 commit comments

Comments
 (0)